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

    r1446 r1493  
    4545define ('LBL_SEARCH_RESULTS','Résultats: '); 
    4646define ('LBL_SEARCH_RESULTS_PER_PAGE','Résultats par page:');  
    47 define ('LBL_H2_UNREAD_ITEMS','&Eacute;l&eacute;ments non lus (<span id="ucnt">%d</span>)'); 
     47define ('LBL_H2_UNREAD_ITEMS','&Eacute;l&eacute;ments non lus (<strong id="ucnt">%d</strong>)'); 
    4848define ('LBL_H2_RECENT_ITEMS', "&Eacute;l&eacute;ments r&eacute;cents"); 
    4949define ('LBL_H2_CHANNELS','Canaux'); 
    5050define ('LBL_H5_READ_UNREAD_STATS','%d &eacute;l&eacute;ments , %d non lus'); 
    51 define ('LBL_ITEMCOUNT_PF', '<strong>%d</strong> &eacute;l&eacute;ments (<strong>%d</strong> non lus) dans <strong>%d</strong> canaux'); 
     51define ('LBL_ITEMCOUNT_PF', '<strong>%d</strong> &eacute;l&eacute;ments (<strong id="fucnt">%d</strong> non lus) dans <strong>%d</strong> canaux'); 
    5252define ('LBL_TAGCOUNT_PF', '<strong>%d</strong> &eacute;l&eacute;ments tagg&eacute;s, <strong>%d</strong> tags'); 
    5353define ('LBL_UNREAD_PF', '<strong id="%s" style="%s">(%d non lus)</strong>');