diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-04-28 12:29:56 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-04-28 12:29:56 +0200 |
commit | f393d0a3d263c7357946513b106e7ab5765fcd75 (patch) | |
tree | 020d4e9de84d9295437a43794a5d0197675bc714 /po/ru.po | |
parent | f4f90e85fb668ddb22b5148d356a25d689bdfd08 (diff) | |
download | weechat-f393d0a3d263c7357946513b106e7ab5765fcd75.zip |
irc: add option "ssl_priorities" in servers (task #10106, debian #624055)
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.5-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-04-26 17:47+0200\n" +"POT-Creation-Date: 2011-04-28 11:55+0200\n" "PO-Revision-Date: 2011-04-10 17:33+0200\n" "Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2426,6 +2426,9 @@ msgstr "" "WeeChat\n" "с другой домашней директорией используя параметр \"--dir\".\n" +msgid "invalid priorities" +msgstr "" + msgid "proxy type (http (default), socks4, socks5)" msgstr "тип proxy сервера (http (по-умолчанию), socks4, socks5)" @@ -4498,6 +4501,11 @@ msgstr "%s игнорирования не найдены\n" #, c-format msgid "" +"%s%s: invalid priorities string, error at this position in string: \"%s\"" +msgstr "" + +#, c-format +msgid "" "%s%s: warning: server \"%s\" not found in configuration file, not deleted in " "memory because it's currently used" msgstr "" @@ -4542,6 +4550,12 @@ msgstr "" "путь поиска pluginов ('%h' заменяется на домашний каталог WeeChat, по " "умолчанию - ~/.weechat)" +msgid "" +"string with priorities for gnutls (for syntax, see documentation of function " +"gnutls_priority_init in gnutls manual, common strings are: \"PERFORMANCE\", " +"\"NORMAL\", \"SECURE128\", \"SECURE256\", \"EXPORT\", \"NONE\")" +msgstr "" + msgid "size of the key used during the Diffie-Hellman Key Exchange" msgstr "" |