]> git.wh0rd.org - tt-rss.git/commitdiff
update translations
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 26 Aug 2007 06:27:21 +0000 (07:27 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 26 Aug 2007 06:27:21 +0000 (07:27 +0100)
locale/fr_FR/LC_MESSAGES/messages.mo
locale/fr_FR/LC_MESSAGES/messages.po
locale/ru_RU/LC_MESSAGES/messages.mo
locale/ru_RU/LC_MESSAGES/messages.po
locale/zh_CN/LC_MESSAGES/messages.mo
locale/zh_CN/LC_MESSAGES/messages.po
localized_js.php
tt-rss.js

index 541560e7f8317843c48a28b456e76240eae37992..855ec9b12c9ff75cbc3f2bf1904d9f4e83e22e65 100644 (file)
Binary files a/locale/fr_FR/LC_MESSAGES/messages.mo and b/locale/fr_FR/LC_MESSAGES/messages.mo differ
index b6eabf09c721a716a6346787bc576440dfaa56c2..64f098f668942b5b58853e44b9a5c40542cd1077 100644 (file)
@@ -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 <informatique@thibaut-cousin.net>\n"
 "Language-Team: Français <fr@li.org>\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
index 78923050d2b3ebde37a7c561b151d9c7ea4fde8b..934ecc218514d985da242a4bb83186f2b553f604 100644 (file)
Binary files a/locale/ru_RU/LC_MESSAGES/messages.mo and b/locale/ru_RU/LC_MESSAGES/messages.mo differ
index ed3ef2c99d186bd7533d434c03b29e5e246ec921..68e2acf9210bb70a5d497b66a8ea08a532730606 100644 (file)
@@ -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 <cthulhoo@gmail.com>\n"
 "Language-Team: Русский <ru@li.org>\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
index c059c7db9065faa302b6657f35ab4840cddb73ef..30fd7764d33277999b596c2c19931f0a11515748 100644 (file)
Binary files a/locale/zh_CN/LC_MESSAGES/messages.mo and b/locale/zh_CN/LC_MESSAGES/messages.mo differ
index e89dc531cb860b2d2fb3a41575bb89da8b6d9a6e..fc8f3db7a8b529c94ba67ccbf8419b1df009e4cd 100644 (file)
@@ -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 <sluke520@yahoo.com.cn>\n"
 "Language-Team: hicode.org <sluke520@yahoo.com.cn>\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
index 66048433cf264af7c6b2c0562ae520bfbe0de810..01f5be6e394941eab9ae585250358da1cab5ed7a 100644 (file)
@@ -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(
index 54e069e786054a9e8fbcc7528eceadfccf5cdd54..40ab1b7202af99eeb81cde268e7cf472e38013dd 100644 (file)
--- 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);