summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--locale/fr_FR/LC_MESSAGES/messages.mobin34557 -> 34557 bytes
-rw-r--r--locale/fr_FR/LC_MESSAGES/messages.po4
-rw-r--r--locale/ru_RU/LC_MESSAGES/messages.mobin25597 -> 25597 bytes
-rw-r--r--locale/ru_RU/LC_MESSAGES/messages.po4
-rw-r--r--locale/zh_CN/LC_MESSAGES/messages.mobin28147 -> 28147 bytes
-rw-r--r--locale/zh_CN/LC_MESSAGES/messages.po4
-rw-r--r--localized_js.php2
-rw-r--r--tt-rss.js2
8 files changed, 8 insertions, 8 deletions
diff --git a/locale/fr_FR/LC_MESSAGES/messages.mo b/locale/fr_FR/LC_MESSAGES/messages.mo
index 541560e7f..855ec9b12 100644
--- a/locale/fr_FR/LC_MESSAGES/messages.mo
+++ b/locale/fr_FR/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/fr_FR/LC_MESSAGES/messages.po b/locale/fr_FR/LC_MESSAGES/messages.po
index b6eabf09c..64f098f66 100644
--- a/locale/fr_FR/LC_MESSAGES/messages.po
+++ b/locale/fr_FR/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-08-26 14:25+0400\n"
+"POT-Creation-Date: 2007-08-26 14:27+0400\n"
"PO-Revision-Date: 2007-08-22 21:56+0200\n"
"Last-Translator: Thibaut Cousin <[email protected]>\n"
"Language-Team: Français <[email protected]>\n"
@@ -657,7 +657,7 @@ msgstr "Vous ne pouvez pas modifier ce type de flux."
#: localized_js.php:128
#, php-format
-msgid "Remove all (except starred) stored articles for %s?"
+msgid "Erase all non-starred articles for %s?"
msgstr ""
#: localized_schema.php:9 modules/popup-dialog.php:172
diff --git a/locale/ru_RU/LC_MESSAGES/messages.mo b/locale/ru_RU/LC_MESSAGES/messages.mo
index 78923050d..934ecc218 100644
--- a/locale/ru_RU/LC_MESSAGES/messages.mo
+++ b/locale/ru_RU/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/ru_RU/LC_MESSAGES/messages.po b/locale/ru_RU/LC_MESSAGES/messages.po
index ed3ef2c99..68e2acf92 100644
--- a/locale/ru_RU/LC_MESSAGES/messages.po
+++ b/locale/ru_RU/LC_MESSAGES/messages.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-08-26 14:25+0400\n"
+"POT-Creation-Date: 2007-08-26 14:27+0400\n"
"PO-Revision-Date: 2007-08-18 15:14+0400\n"
"Last-Translator: Andrew Dolgov <[email protected]>\n"
"Language-Team: Русский <[email protected]>\n"
@@ -647,7 +647,7 @@ msgstr "Вы не можете редактировать этот канал."
#: localized_js.php:128
#, php-format
-msgid "Remove all (except starred) stored articles for %s?"
+msgid "Erase all non-starred articles for %s?"
msgstr ""
#: localized_schema.php:9 modules/popup-dialog.php:172
diff --git a/locale/zh_CN/LC_MESSAGES/messages.mo b/locale/zh_CN/LC_MESSAGES/messages.mo
index c059c7db9..30fd7764d 100644
--- a/locale/zh_CN/LC_MESSAGES/messages.mo
+++ b/locale/zh_CN/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/zh_CN/LC_MESSAGES/messages.po b/locale/zh_CN/LC_MESSAGES/messages.po
index e89dc531c..fc8f3db7a 100644
--- a/locale/zh_CN/LC_MESSAGES/messages.po
+++ b/locale/zh_CN/LC_MESSAGES/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tiny Tiny RSS1.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-08-26 14:25+0400\n"
+"POT-Creation-Date: 2007-08-26 14:27+0400\n"
"PO-Revision-Date: 2007-08-19 19:03+0800\n"
"Last-Translator: sluke <[email protected]>\n"
"Language-Team: hicode.org <[email protected]>\n"
@@ -642,7 +642,7 @@ msgstr "您不能编辑本分类feed"
#: localized_js.php:128
#, php-format
-msgid "Remove all (except starred) stored articles for %s?"
+msgid "Erase all non-starred articles for %s?"
msgstr ""
#: localized_schema.php:9 modules/popup-dialog.php:172
diff --git a/localized_js.php b/localized_js.php
index 66048433c..01f5be6e3 100644
--- a/localized_js.php
+++ b/localized_js.php
@@ -125,7 +125,7 @@ print T_js_decl("Please wait...");
print T_js_decl("Publish article");
print T_js_decl("Unpublish article");
print T_js_decl("You can't clear this type of feed.");
-print T_js_decl("Remove all (except starred) stored articles for %s?");
+print T_js_decl("Erase all non-starred articles for %s?");
#print T_js_decl(
#print T_js_decl(
#print T_js_decl(
diff --git a/tt-rss.js b/tt-rss.js
index 54e069e78..40ab1b720 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -476,7 +476,7 @@ function quickMenuGo(opid) {
var fn = getFeedName(actid);
- var pr = __("Remove all (except starred) stored articles for %s?").replace("%s", fn);
+ var pr = __("Erase all non-starred articles for %s?").replace("%s", fn);
if (confirm(pr)) {
clearFeedArticles(actid);