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/cn_s.php

    r1451 r1493  
    5050define ('LBL_SEARCH_RESULTS_PER_PAGE','每页结果:'); 
    5151define ('LBL_SEARCH_RESULTS','结果: '); 
    52 define ('LBL_H2_UNREAD_ITEMS','未读条目 (<span id="ucnt">%d</span>)'); 
     52define ('LBL_H2_UNREAD_ITEMS','未读条目 (<strong id="ucnt">%d</strong>)'); 
    5353define ('LBL_H2_RECENT_ITEMS', "最近条目"); 
    5454define ('LBL_H2_CHANNELS','Feeds'); 
    5555define ('LBL_H5_READ_UNREAD_STATS','%d 条, %d 未读'); 
    56 define ('LBL_ITEMCOUNT_PF', '<strong>%d</strong> 条 (<strong>%d</strong> 未读) 共 <strong>%d</strong> feeds'); 
     56define ('LBL_ITEMCOUNT_PF', '<strong>%d</strong> 条 (<strong id="fucnt">%d</strong> 未读) 共 <strong>%d</strong> feeds'); 
    5757define ('LBL_TAGCOUNT_PF', '<strong>%d</strong> tagged items, 共 <strong>%d</strong> tags'); 
    5858define ('LBL_UNREAD_PF', '<strong id="%s" style="%s">(%d 未读)</strong>');