diff options
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index fd3e1d9f2..2def095e3 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: 2016-05-18 07:45+0200\n" +"POT-Creation-Date: 2016-05-18 07:50+0200\n" "PO-Revision-Date: 2016-05-18 07:43+0200\n" "Last-Translator: Eduardo Elias <camponez@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -9478,6 +9478,11 @@ msgstr "cor de fundo para marcador de dados não lidos" msgid "text color of selected line in relay buffer" msgstr "cor do texto da linha do cliente selecionada" +msgid "" +"allow empty password in relay (it should be enabled only for tests or local " +"network)" +msgstr "" + #, fuzzy msgid "" "POSIX extended regular expression with IPs allowed to use relay (case " @@ -9520,7 +9525,8 @@ msgstr "número máximo de clientes conectando-se a uma porta" #, fuzzy msgid "" "password required by clients to access this relay (empty value means no " -"password required) (note: content is evaluated, see /help eval)" +"password required, see option relay.network.allow_empty_password) (note: " +"content is evaluated, see /help eval)" msgstr "" "senha necessária para clientes acessarem este relay (vazio significa que " "nenhuma senha é necessária)" @@ -9603,6 +9609,12 @@ msgid "%s%s: cannot accept client on port %d (%s): error %d %s" msgstr "%s%s: não foi possível aceitar o cliente na porta %d (%s): erro %d %s" #, c-format +msgid "" +"%s%s: cannot accept client because relay password is empty, and option relay." +"network.allow_empty_password is off" +msgstr "" + +#, c-format msgid "%s%s: client not allowed (max %d client is allowed at same time)" msgid_plural "" "%s%s: client not allowed (max %d clients are allowed at same time)" |