diff options
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 69 |
1 files changed, 38 insertions, 31 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index 3351b4086..f225d57d4 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-02-19 21:29+0100\n" +"POT-Creation-Date: 2019-02-23 13:36+0100\n" "PO-Revision-Date: 2019-01-29 21:05+0100\n" "Last-Translator: Eduardo Elias <camponez@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1688,7 +1688,7 @@ msgstr "" #, fuzzy msgid "" -"list || enable|disable|toggle [<name>|@] || add <name> <buffer>[," +"list || enable|disable|toggle [<name>|@] || add|addreplace <name> <buffer>[," "<buffer>...] <tags> <regex> || rename <name> <new_name> || del <name>|-all" msgstr "" "list || enable|disable|toggle [<nome>] || add <nome> <buffer>[,<buffer>...] " @@ -1696,37 +1696,39 @@ msgstr "" #, fuzzy msgid "" -" list: list all filters\n" -" enable: enable filters (filters are enabled by default)\n" -"disable: disable filters\n" -" toggle: toggle filters\n" -" name: filter name (\"@\" = enable/disable all filters in current buffer)\n" -" add: add a filter\n" -" rename: rename a filter\n" -" del: delete a filter\n" -" -all: delete all filters\n" -" buffer: comma separated list of buffers where filter is active:\n" -" - this is full name including plugin (example: \"irc.freenode." +" list: list all filters\n" +" enable: enable filters (filters are enabled by default)\n" +" disable: disable filters\n" +" toggle: toggle filters\n" +" name: filter name (\"@\" = enable/disable all filters in current " +"buffer)\n" +" add: add a filter\n" +"addreplace: add or replace an existing filter\n" +" rename: rename a filter\n" +" del: delete a filter\n" +" -all: delete all filters\n" +" buffer: comma separated list of buffers where filter is active:\n" +" - this is full name including plugin (example: \"irc.freenode." "#weechat\" or \"irc.server.freenode\")\n" -" - \"*\" means all buffers\n" -" - a name starting with '!' is excluded\n" -" - wildcard \"*\" is allowed\n" +" - \"*\" means all buffers\n" +" - a name starting with '!' is excluded\n" +" - wildcard \"*\" is allowed\n" " tags: comma separated list of tags, for example \"irc_join,irc_part," "irc_quit\"\n" -" - logical \"and\": use \"+\" between tags (for example: \"nick_toto" -"+irc_action\")\n" -" - wildcard \"*\" is allowed\n" -" - if tag starts with '!', then it is excluded and must NOT be in " +" - logical \"and\": use \"+\" between tags (for example: " +"\"nick_toto+irc_action\")\n" +" - wildcard \"*\" is allowed\n" +" - if tag starts with '!', then it is excluded and must NOT be in " "message\n" " regex: POSIX extended regular expression to search in line\n" -" - use '\\t' to separate prefix from message, special chars like '|' " -"must be escaped: '\\|'\n" -" - if regex starts with '!', then matching result is reversed (use " -"'\\!' to start with '!')\n" -" - two regular expressions are created: one for prefix and one for " -"message\n" -" - regex are case insensitive, they can start by \"(?-i)\" to become " -"case sensitive\n" +" - use '\\t' to separate prefix from message, special chars like " +"'|' must be escaped: '\\|'\n" +" - if regex starts with '!', then matching result is reversed " +"(use '\\!' to start with '!')\n" +" - two regular expressions are created: one for prefix and one " +"for message\n" +" - regex are case insensitive, they can start by \"(?-i)\" to " +"become case sensitive\n" "\n" "The default key alt+'=' toggles filtering on/off globally and alt+'-' " "toggles filtering on/off in the current buffer.\n" @@ -4789,9 +4791,10 @@ msgstr "%sErro ao adicionar filtro" msgid "not enough arguments" msgstr "%sMemória insuficiente" -#, fuzzy -msgid "a filter with same name already exists" -msgstr "%sErro: um buffer com o mesmo nome (%s) já existe" +msgid "" +"a filter with same name already exists (choose another name or use option " +"\"addreplace\" to overwrite it)" +msgstr "" #. TRANSLATORS: %s is the error returned by regerror #, fuzzy, c-format @@ -12417,6 +12420,10 @@ msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: não foi possível conectar ao remetente" #, fuzzy +#~ msgid "a filter with same name already exists" +#~ msgstr "%sErro: um buffer com o mesmo nome (%s) já existe" + +#, fuzzy #~ msgid "Aspell enabled" #~ msgstr "Mouse habilitado" |