diff --git a/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/settings.js b/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/settings.js index eb3a54e..fc415d2 100644 --- a/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/settings.js +++ b/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/settings.js @@ -279,8 +279,8 @@ return view.extend({ // BLLIST_FQDN_FILTER_TYPE o = s.taboption('parser_settings_tab', form.ListValue, 'bllist_fqdn_filter_type', _('FQDN filter type')); - o.value('0', _('All entries except matching expressions')); - o.value('1', _('Only entries matching expressions')); + o.value('0', _('All entries except matching patterns')); + o.value('1', _('Only entries matching patterns')); // BLLIST_FQDN_FILTER_FILE edit dialog o = s.taboption('parser_settings_tab', form.Button, '_fqdn_filter_btn', @@ -328,8 +328,8 @@ return view.extend({ // BLLIST_IP_FILTER_TYPE o = s.taboption('parser_settings_tab', form.ListValue, 'bllist_ip_filter_type', _('IP filter type')); - o.value('0', _('All entries except matching expressions')); - o.value('1', _('Only entries matching expressions')); + o.value('0', _('All entries except matching patterns')); + o.value('1', _('Only entries matching patterns')); // BLLIST_IP_FILTER_FILE edit dialog o = s.taboption('parser_settings_tab', form.Button, '_ip_filter_btn', diff --git a/luci-app-ruantiblock/po/ru/ruantiblock.po b/luci-app-ruantiblock/po/ru/ruantiblock.po index ec89bb1..1b70841 100644 --- a/luci-app-ruantiblock/po/ru/ruantiblock.po +++ b/luci-app-ruantiblock/po/ru/ruantiblock.po @@ -25,8 +25,8 @@ msgstr "Тревога" msgid "All" msgstr "Все" -msgid "All entries except matching expressions" -msgstr "Все записи, кроме соответствующих выражениям" +msgid "All entries except matching patterns" +msgstr "Все записи, кроме соответствующих шаблонам" msgid "All hosts except listed" msgstr "Все хосты, кроме перечисленных" @@ -273,8 +273,8 @@ msgstr "" msgid "One of the following:" msgstr "Одно из следующих значений:" -msgid "Only entries matching expressions" -msgstr "Только записи, соответствующие выражениям" +msgid "Only entries matching patterns" +msgstr "Только записи, соответствующие шаблонам" msgid "Only listed hosts" msgstr "Только перечисленные хосты" diff --git a/luci-app-ruantiblock/po/templates/ruantiblock.pot b/luci-app-ruantiblock/po/templates/ruantiblock.pot index a85fae8..2dccd18 100644 --- a/luci-app-ruantiblock/po/templates/ruantiblock.pot +++ b/luci-app-ruantiblock/po/templates/ruantiblock.pot @@ -13,7 +13,7 @@ msgstr "" msgid "All" msgstr "" -msgid "All entries except matching expressions" +msgid "All entries except matching patterns" msgstr "" msgid "All hosts except listed" @@ -250,7 +250,7 @@ msgstr "" msgid "One of the following:" msgstr "" -msgid "Only entries matching expressions" +msgid "Only entries matching patterns" msgstr "" msgid "Only listed hosts"