1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-07 12:49:17 +00:00

update translation

This commit is contained in:
Andrew Dolgov
2007-03-09 19:12:31 +01:00
parent 99e37e09a5
commit 3692e98fe3
8 changed files with 346 additions and 311 deletions

View File

@@ -72,7 +72,7 @@
return;
}
print "<div>This panel shows feeds subscribed by other users of this system, just in case you are interested in them too.</div>";
print "<div>".__('This panel shows feeds subscribed by other users of this system, just in case you are interested in them too.')."</div>";
$limit = db_escape_string($_GET["limit"]);
@@ -88,7 +88,7 @@
print "<div style=\"float : right\">
Top <select id=\"feedBrowserLimit\">";
".__('Top')." <select id=\"feedBrowserLimit\">";
foreach (array(25, 50, 100) as $l) {
$issel = ($l == $limit) ? "selected" : "";
@@ -97,12 +97,12 @@
print "</select>
<input type=\"submit\" class=\"button\"
onclick=\"updateBigFeedBrowser()\" value=\"Show\">
onclick=\"updateBigFeedBrowser()\" value=\"".__('Show')."\">
</div>";
print "<p id=\"fbrOpToolbar\">Selection:
print "<p id=\"fbrOpToolbar\">
<input type='submit' class='button' onclick=\"feedBrowserSubscribe()\"
disabled=\"true\" value=\"Subscribe\">";
disabled=\"true\" value=\"".__('Subscribe')."\">";
print "<ul class='nomarks' id='browseBigFeedList'>";