mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 00:31:28 +00:00
i18nize tag cloud, update translations
This commit is contained in:
@@ -413,11 +413,11 @@
|
||||
}
|
||||
|
||||
if ($id == "printTagCloud") {
|
||||
print "<div id=\"infoBoxTitle\">".__('Tag Cloud')."</div>";
|
||||
print "<div id=\"infoBoxTitle\">".__('Tag cloud')."</div>";
|
||||
print "<div class=\"infoBoxContents\">";
|
||||
|
||||
print "Showing most popular tags for the last month (<a
|
||||
href='javascript:toggleTags(true)'>browse all</a>):<br/>";
|
||||
print __("Showing most popular tags for the last month")." (<a
|
||||
href='javascript:toggleTags(true)'>".__('browse all')."</a>):<br/>";
|
||||
|
||||
print "<div class=\"tagCloudContainer\">";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user