]> git.wh0rd.org - tt-rss.git/blobdiff - modules/pref-feed-browser.php
update translation
[tt-rss.git] / modules / pref-feed-browser.php
index 250705a15a26a404b19a7048da75ac9eca2331e0..725389362130aa0e38c2b4ecbc7c77781b6338d6 100644 (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" : "";
                        
                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'>";