diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-02 08:32:05 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-02 08:32:05 +0100 |
commit | ddf3e9043bed41a37d06bf3d5c6a104e7ddbeb79 (patch) | |
tree | 1f22c63480d85328bf842c8ebd357ec507490403 /po/hu.po | |
parent | 8f0294f8d091b9a10f0b7a70838080c756f4902b (diff) | |
download | weechat-ddf3e9043bed41a37d06bf3d5c6a104e7ddbeb79.zip |
trigger: do not create the trigger with /trigger add if the regex is invalid
Diffstat (limited to 'po/hu.po')
-rw-r--r-- | po/hu.po | 29 |
1 files changed, 24 insertions, 5 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-01 18:07+0100\n" +"POT-Creation-Date: 2014-03-02 08:13+0100\n" "PO-Revision-Date: 2014-02-20 12:25+0100\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -9081,10 +9081,9 @@ msgstr "" msgid "%sError: unable to create hook for trigger \"%s\" (bad arguments)" msgstr "%s ismeretlen opció a \"%s\" parancsnak\n" -#, c-format -msgid "" -"%s%s: invalid value for option \"regex\", see /help trigger.trigger.%s.regex" -msgstr "" +#, fuzzy, c-format +msgid "%sError: invalid regular expression in trigger \"%s\"" +msgstr "%s nincs elég memória az információs pult üzenethez\n" msgid "Trigger monitor" msgstr "" @@ -9158,6 +9157,14 @@ msgid "%sError: invalid hook type \"%s\"" msgstr "%s nem sikerült a(z) \"%s\" billentyűt hozzárendelni\n" #, fuzzy, c-format +msgid "%sError: invalid format for regular expression" +msgstr "belépési nyíl színe" + +#, fuzzy, c-format +msgid "%sError: invalid regular expression (compilation failed)" +msgstr "%s a(z) \"%s\" érvénytelen reguláris kifejezés (%s)\n" + +#, fuzzy, c-format msgid "%sError: invalid return code \"%s\"" msgstr "%s nem sikerült a(z) \"%s\" billentyűparancsot visszavonni\n" @@ -9346,6 +9353,18 @@ msgstr "%s belső parancsok:\n" msgid "default return codes for hook callback" msgstr "információs pult szövegének színe" +#, c-format +msgid "" +"%sError: invalid format for option \"regex\", see /help trigger.trigger.%s." +"regex" +msgstr "" + +#, c-format +msgid "" +"%sError: invalid regular expression in option \"regex\", see /help trigger." +"trigger.%s.regex" +msgstr "" + msgid "" "if disabled, the hooks are removed from trigger, so it is not called any more" msgstr "" |