Show
Ignore:
Timestamp:
06/13/06 05:51:06 (3 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/sv.php

    r1446 r1493  
    4646define ('LBL_SEARCH_RESULTS_PER_PAGE','Resultat per sida:'); 
    4747define ('LBL_SEARCH_RESULTS','Resultat: '); 
    48 define ('LBL_H2_UNREAD_ITEMS','Ol&auml;sta inl&auml;gg (<span id="ucnt">%d</span>)'); 
     48define ('LBL_H2_UNREAD_ITEMS','Ol&auml;sta inl&auml;gg (<strong id="ucnt">%d</strong>)'); 
    4949define ('LBL_H2_RECENT_ITEMS', "Senast l&auml;sta inl&auml;gg"); 
    5050define ('LBL_H2_CHANNELS','Fl&ouml;den'); 
    5151define ('LBL_H5_READ_UNREAD_STATS','%d inl&auml;gg, %d ol&auml;sta'); 
    52 define ('LBL_ITEMCOUNT_PF', '<strong>%d</strong> inl&auml;gg (<strong>%d</strong> ol&auml;sta) i <strong>%d</strong> fl&ouml;den'); 
     52define ('LBL_ITEMCOUNT_PF', '<strong>%d</strong> inl&auml;gg (<strong id="fucnt">%d</strong> ol&auml;sta) i <strong>%d</strong> fl&ouml;den'); 
    5353define ('LBL_TAGCOUNT_PF', '<strong>%d</strong> taggade inl&auml;gg, <strong>%d</strong> taggar'); 
    5454define ('LBL_UNREAD_PF', '<strong id="%s" style="%s">(%d ol&auml;sta)</strong>');