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

    r1446 r1493  
    5050define ('LBL_SEARCH_RESULTS_PER_PAGE','Risultati per pagina:'); 
    5151define ('LBL_SEARCH_RESULTS','Risultati: '); 
    52 define ('LBL_H2_UNREAD_ITEMS','<span id="ucnt">%d</span> elementi non letti'); 
     52define ('LBL_H2_UNREAD_ITEMS','<strong id="ucnt">%d</strong> elementi non letti'); 
    5353define ('LBL_H2_RECENT_ITEMS', "Elementi recenti"); 
    5454define ('LBL_H2_CHANNELS','Feeds'); 
    5555define ('LBL_H5_READ_UNREAD_STATS','%d elementi, %d non letti'); 
    56 define ('LBL_ITEMCOUNT_PF', '<strong>%d</strong> elementi (<strong>%d</strong> non letti) in <strong>%d</strong> feed'); 
     56define ('LBL_ITEMCOUNT_PF', '<strong>%d</strong> elementi (<strong id="fucnt">%d</strong> non letti) in <strong>%d</strong> feed'); 
    5757define ('LBL_TAGCOUNT_PF', '<strong>%d</strong> elementi taggati, <strong>%d</strong> tags'); 
    5858define ('LBL_UNREAD_PF', '<strong id="%s" style="%s">(%d non letti)</strong>');