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:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user