update translations

This commit is contained in:
Andrew Dolgov 2007-08-26 07:27:21 +01:00
parent ba5fac1b5f
commit 19ee477b5a
8 changed files with 8 additions and 8 deletions

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

View 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

View 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(

View File

@ -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);