diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-08-09 21:54:00 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-08-09 21:54:00 +0200 |
commit | 90f2a13ae254f223cba8d5e2d715aa56a32a6ccd (patch) | |
tree | 230473e7184387f43edd1acc7808d2454b73d6af /po/pt.po | |
parent | 1172b193706db50435234b4b82f2d68abb45dddd (diff) | |
download | weechat-90f2a13ae254f223cba8d5e2d715aa56a32a6ccd.zip |
core: update translations
Diffstat (limited to 'po/pt.po')
-rw-r--r-- | po/pt.po | 30 |
1 files changed, 24 insertions, 6 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-07-29 10:01+0200\n" +"POT-Creation-Date: 2016-08-09 21:29+0200\n" "PO-Revision-Date: 2016-05-18 07:43+0200\n" "Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n" "Language-Team: Portuguese <>\n" @@ -11568,6 +11568,10 @@ msgstr "%s%s: expressão regular inválida (falha ao compilar)" msgid "%s%s: invalid return code: \"%s\"" msgstr "%s%s: código de retorno inválido: \"%s\"" +#, fuzzy, c-format +msgid "%s%s: invalid post action \"%s\"" +msgstr "%s%s: código de retorno inválido: \"%s\"" + #, c-format msgid "" "%s%s: trigger \"%s\" already exists (choose another name or use option " @@ -11641,14 +11645,15 @@ msgstr "" msgid "manage triggers, the Swiss Army knife for WeeChat" msgstr "gerir acionadores, o canivete suíço do WeeChat" +#, fuzzy msgid "" "list|listfull|listdefault || add|addoff|addreplace <name> <hook> " "[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>" -"\" [\"<return_code>\"]]]]] || addinput [<hook>] || input|output|recreate " -"<name> || set <name> <option> <value> || rename|copy <name> <new_name> || " -"enable|disable|toggle [<name>|-all [<name>...]] || restart <name>|-all " -"[<name>...] || show <name> || del <name>|-all [<name>...] || restore <name> " -"[<name>...] || default -yes || monitor [<filter>]" +"\" [\"<return_code>\" [\"<post_action>\"]]]]]] || addinput [<hook>] || input|" +"output|recreate <name> || set <name> <option> <value> || rename|copy <name> " +"<new_name> || enable|disable|toggle [<name>|-all [<name>...]] || restart " +"<name>|-all [<name>...] || show <name> || del <name>|-all [<name>...] || " +"restore <name> [<name>...] || default -yes || monitor [<filter>]" msgstr "" "list|listfull|listdefault || add|addoff|addreplace <nome> <hook> " "[\"<argumentos>\" [\"<condições>\" [\"<regex>\" [\"<comando>" @@ -11658,6 +11663,7 @@ msgstr "" "[<nome>...] || show <nome> || del <nome>|-all [<nome>...] || restore <nome> " "[<nome>...] || default -yes || monitor [<filtro>]" +#, fuzzy msgid "" " list: list triggers (without argument, this list is displayed)\n" " listfull: list triggers with detailed info for each trigger\n" @@ -11685,6 +11691,8 @@ msgid "" "variables\n" " command: command to execute (many commands can be separated by \";\"\n" "return_code: return code in callback (ok (default), ok_eat, error)\n" +"post_action: action to take after execution (none (default), disable, " +"delete)\n" " addinput: set input with default arguments to create a trigger\n" " input: set input with the command used to create the trigger\n" " output: send the command to create the trigger on the buffer\n" @@ -11863,6 +11871,9 @@ msgstr "comando predefinido de um hook" msgid "default return codes for hook callback" msgstr "códigos de retorno predefinidos da callback do hook" +msgid "trigger post actions" +msgstr "" + #, c-format msgid "" "%s%s: invalid format for option \"regex\", see /help trigger.trigger.%s.regex" @@ -11934,6 +11945,9 @@ msgstr "" "código de retorno da callback do hook (ver plugin API reference para saber " "onde ok_eat/erro podem ser usados eficientemente)" +msgid "action to take on the trigger after execution" +msgstr "" + msgid "enable trigger support" msgstr "ativar suporte de acionadores" @@ -11952,6 +11966,10 @@ msgstr "cor do texto do indicador de expressão regular (em /trigger list)" msgid "text color for return code flag (in /trigger list)" msgstr "cor do texto para o indicador de código de retorno (em /trigger list)" +#, fuzzy +msgid "text color for post action flag (in /trigger list)" +msgstr "cor do texto para o indicador de condições (em /trigger list)" + msgid "text color for regular expressions" msgstr "cor do texto para expressões regulares" |