summaryrefslogtreecommitdiff
path: root/modules/pref-feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-14 08:56:49 +0100
committerAndrew Dolgov <[email protected]>2007-05-14 08:56:49 +0100
commite8d0177dab545981e944cd11a514c12cdcc61ff9 (patch)
treea6f86ad90efd40c315e6398b31d9ce4e962dda09 /modules/pref-feeds.php
parent40e1a95b20a44354126ab3b0ec4a87e42e16e483 (diff)
translate Select: prompts, update translations
Diffstat (limited to 'modules/pref-feeds.php')
-rw-r--r--modules/pref-feeds.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index ab2ac0849..9292ae40c 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -612,9 +612,9 @@
cellspacing=\"0\">";
print "<tr><td class=\"selectPrompt\" colspan=\"8\">
- Select:
- <a href=\"javascript:selectPrefRows('fcat', true)\">All</a>,
- <a href=\"javascript:selectPrefRows('fcat', false)\">None</a>
+ ".__('Select:')."
+ <a href=\"javascript:selectPrefRows('fcat', true)\">".__('All')."</a>,
+ <a href=\"javascript:selectPrefRows('fcat', false)\">".__('None')."</a>
</td></tr>";
print "</table>";
@@ -833,9 +833,9 @@
print "<p><table width=\"100%\" cellspacing=\"0\"
class=\"prefFeedList\" id=\"prefFeedList\">";
print "<tr><td class=\"selectPrompt\" colspan=\"8\">
- Select:
- <a href=\"javascript:selectPrefRows('feed', true)\">All</a>,
- <a href=\"javascript:selectPrefRows('feed', false)\">None</a>
+ ".__('Select:')."
+ <a href=\"javascript:selectPrefRows('feed', true)\">".__('All')."</a>,
+ <a href=\"javascript:selectPrefRows('feed', false)\">".__('None')."</a>
</td</tr>";
if (!get_pref($link, 'ENABLE_FEED_CATS')) {