diff options
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index dfa5a22b9..0ca216b41 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: 2015-08-11 22:24+0200\n" +"POT-Creation-Date: 2015-08-14 21:16+0200\n" "PO-Revision-Date: 2015-07-26 09:42+0200\n" "Last-Translator: Eduardo Elias <camponez@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -7280,6 +7280,13 @@ msgid "" "knows the host for the nick" msgstr "" +msgid "" +"decode/encode channel name inside messages using charset options (like it " +"was done in WeeChat <= 1.2); it is recommended to keep that off if you use " +"only UTF-8 in channel names; you can enable this option if you are using an " +"exotic charset like ISO in channel names" +msgstr "" + msgid "when off, colors codes are ignored in incoming messages" msgstr "" "quando desligado, códigos de cores são ignorados em mensagens recebidas" @@ -7436,8 +7443,11 @@ msgid "" "\"tags\": tags, \"message_without_tags\": message without the tags, \"nick" "\": nick, \"host\": host, \"command\": command, \"channel\": channel, " "\"arguments\": arguments (includes channel), \"text\": text (for example " -"user message), \"pos_text\": index of text in message (\"-1\" if no text " -"found)" +"user message), \"pos_command\": index of \"command\" message (\"-1\" if " +"\"command\" was not found), \"pos_arguments\": index of \"arguments\" " +"message (\"-1\" if \"arguments\" was not found), \"pos_channel\": index of " +"\"channel\" message (\"-1\" if \"channel\" was not found), \"pos_text\": " +"index of \"text\" message (\"-1\" if \"text\" was not found)" msgstr "" "\"nick\": apelido, \"host\": host, \"command\": comando, \"channel\": canal, " "\"arguments\": argumentos (inclui canal)" |