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

update translations

This commit is contained in:
Andrew Dolgov
2007-08-21 02:22:29 +01:00
parent 306cc2d692
commit e400230ebd
14 changed files with 218 additions and 150 deletions

View File

@@ -294,6 +294,9 @@
print "<td align='center'><input onclick='toggleSelectPrefRow(this, \"filter\");'
type=\"checkbox\" id=\"FICHK-".$line["id"]."\"></td>";
$line["filter_type_descr"] = __($line["filter_type_descr"]);
$line["action_description"] = __($line["action_description"]);
if (!$enabled) {
$line["reg_exp"] = "<span class=\"insensitive\">" .
$line["reg_exp"] . " " . __("(Disabled)")."</span>";