1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 08:05:56 +00:00

update translations

This commit is contained in:
Andrew Dolgov
2007-08-26 07:32:15 +01:00
parent e978f78de5
commit 2d936cd1d9
8 changed files with 85 additions and 69 deletions

View File

@@ -476,7 +476,7 @@ function quickMenuGo(opid) {
var fn = getFeedName(actid);
var pr = __("Erase all non-starred articles for %s?").replace("%s", fn);
var pr = __("Erase all non-starred articles in %s?").replace("%s", fn);
if (confirm(pr)) {
clearFeedArticles(actid);
@@ -623,7 +623,7 @@ function catchupCurrentFeed() {
var fn = getFeedName(getActiveFeedId(), active_feed_is_cat);
var str = "Mark all articles in " + fn + " as read?";
var str = __("Mark all articles in %s as read?").replace("%s", fn);
/* if (active_feed_is_cat) {
str = "Mark all articles in this category as read?";