Show
Ignore:
Timestamp:
06/13/06 05:51:06 (2 years ago)
Author:
mdodoo
Message:

Partial fix for #170. Updates most of the unread counts on the sidebar. Using plugins/dblclicktoread.php to mark unread items should work as well. There are still some known bugs (involving the "caching" of sidebars and the unread count of folder icons on the sidebar). While all themes should work anyway, theme authors might want to update to take advantage of this changeset.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/intl/dk.php

    r1446 r1493  
    4444define ('LBL_SEARCH_RESULTS_PER_PAGE','Resultater per side:'); 
    4545define ('LBL_SEARCH_RESULTS','Resultater: '); 
    46 define ('LBL_H2_UNREAD_ITEMS','Ul&aelig;ste items (<span id="ucnt">%d</span>)'); 
     46define ('LBL_H2_UNREAD_ITEMS','Ul&aelig;ste items (<strong id="ucnt">%d</strong>)'); 
    4747define ('LBL_H2_RECENT_ITEMS', "Seneste items"); 
    4848define ('LBL_H2_CHANNELS','Feeds'); 
    4949define ('LBL_H5_READ_UNREAD_STATS','%d items, %d ul&aelig;ste'); 
    50 define ('LBL_ITEMCOUNT_PF', '<strong>%d</strong> items (<strong>%d</strong> unread) i <strong>%d</strong> feeds'); 
     50define ('LBL_ITEMCOUNT_PF', '<strong>%d</strong> items (<strong id="fucnt">%d</strong> unread) i <strong>%d</strong> feeds'); 
    5151define ('LBL_TAGCOUNT_PF', '<strong>%d</strong> tagged items, i <strong>%d</strong> tags'); 
    5252define ('LBL_UNREAD_PF', '<strong id="%s" style="%s">(%d ul&aelig;st)</strong>');