1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 10:25:56 +00:00

more translation work

This commit is contained in:
Andrew Dolgov
2007-08-10 17:16:43 +01:00
parent 2fbffcd984
commit 89cb787edd
17 changed files with 559 additions and 260 deletions

View File

@@ -1518,7 +1518,7 @@ function addFilter() {
var reg_exp = form.reg_exp.value;
if (reg_exp == "") {
alert("Can't add filter: nothing to match on.");
alert(__("Can't add filter: nothing to match on."));
return false;
}
@@ -1554,7 +1554,7 @@ function qaddFeed() {
var feed_url = form.feed_url.value;
if (feed_url == "") {
alert("Can't subscribe: no feed URL given.");
alert(__("Can't subscribe: no feed URL given."));
return false;
}