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"
#: 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
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"
#: 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
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"
#: 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
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(
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);