diff --git a/functions.php b/functions.php
index 3858084ec..db21caba0 100644
--- a/functions.php
+++ b/functions.php
@@ -2777,7 +2777,7 @@
print "
|
- Feed |
- Last Article |
- Updated | ";
+ ".__('Title')." |
+ ".__('Feed')." |
+ ".__('Last Article')." |
+ ".__('Updated')." | ";
}
$lnum = 0;
@@ -854,7 +854,7 @@
$hidden = sql_bool_to_bool($line["hidden"]);
- if (!$edit_cat) $edit_cat = "Uncategorized";
+ if (!$edit_cat) $edit_cat = __("Uncategorized");
$last_updated = $line["last_updated"];
@@ -886,10 +886,10 @@
print " | ";
}
- print "Title |
- Feed |
- Last Article |
- Updated | ";
+ print "".__('Title')." |
+ ".__('Feed')." |
+ ".__('Last Article')." |
+ ".__('Updated')." | ";
$cur_cat_id = $cat_id;
}
@@ -973,7 +973,8 @@
if (get_pref($link, 'ENABLE_FEED_CATS')) {
print " ";
+ onclick=\"javascript:editFeedCats()\" value=\"".
+ __("Edit categories")."\">";
# print " | ";
@@ -993,7 +994,7 @@
type=\"submit\" value=\"".__('Import')."\">
";
- print " or ";
+ print " ";
print "";
- print "| Match: |
+ print "
| ".__('Match:')." |
| |
- Login |
- Access Level |
- Last login |
";
+ ".__('Login')." |
+ ".__('Access Level')." |
+ ".__('Last login')." | ";
$lnum = 0;
diff --git a/prefs.php b/prefs.php
index 58f5670c5..6586de50a 100644
--- a/prefs.php
+++ b/prefs.php
@@ -95,7 +95,7 @@ window.onload = init;