diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-18 07:55:03 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-18 07:55:03 +0200 |
commit | 499b9be1fb5de71e329087b08c1f6fbf54c8e279 (patch) | |
tree | 7b6092efd3470e6046c1275ac23c7ca46643dd6d /po/ru.po | |
parent | ec86e1ac850abc43751ced810261a21ee822862a (diff) | |
download | weechat-499b9be1fb5de71e329087b08c1f6fbf54c8e279.zip |
relay: add option relay.network.allow_empty_password (closes #735)
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -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: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -9084,6 +9084,11 @@ msgid "text color of selected line in relay buffer" msgstr "цвет названия сервера" msgid "" +"allow empty password in relay (it should be enabled only for tests or local " +"network)" +msgstr "" + +msgid "" "POSIX extended regular expression with IPs allowed to use relay (case " "insensitive, use \"(?-i)\" at beginning to make it case sensitive), example: " "\"^(123.45.67.89|192.160.*)$\"" @@ -9116,7 +9121,8 @@ msgstr "максимальное количество команд в истор 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 "" msgid "" @@ -9197,6 +9203,12 @@ msgid "%s%s: cannot accept client on port %d (%s): error %d %s" msgstr "%s невозможно создать сокет\n" #, 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)" |