1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 02:01:28 +00:00

several translation fixes, update translations

This commit is contained in:
Andrew Dolgov
2012-11-22 16:07:40 +04:00
parent afc3cf5522
commit 7b28a98697
29 changed files with 1541 additions and 1423 deletions

View File

@@ -139,7 +139,7 @@ class Pref_Filters extends Handler_Protected {
$folder = array();
$folder['id'] = $line["action_id"];
$folder['name'] = $line["action_name"];
$folder['name'] = __($line["action_name"]);
$folder['items'] = array();
$action_id = $line["action_id"];
}