summaryrefslogtreecommitdiff
path: root/po/ru.po
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-12-06 23:06:23 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-12-06 23:06:23 +0100
commit013f8cc7570a283e4c265d2a03920ff60f681885 (patch)
treea81404bd4af44aef206b68a069e05b15ee6315a1 /po/ru.po
parent00a3f990b3e512a7dc14343dd522a3a8497c4762 (diff)
downloadweechat-013f8cc7570a283e4c265d2a03920ff60f681885.zip
relay: add WeeChat protocol (for remote GUI), doc about protocol, new options
The protocol is partial, under development, and NOT ready for usage. New options added in relay.conf: - relay.network.allowed_ips: allow only some IPs on relay plugin (by default all IPs are allowed) - relay.network.compression_level: compression level used in WeeChat protocol (compression is made using zlib)
Diffstat (limited to 'po/ru.po')
-rw-r--r--po/ru.po50
1 files changed, 37 insertions, 13 deletions
diff --git a/po/ru.po b/po/ru.po
index 332ab08f8..beaea9ddb 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2011-11-21 12:36+0100\n"
+"POT-Creation-Date: 2011-12-06 22:53+0100\n"
"PO-Revision-Date: 2011-10-22 12:21+0200\n"
"Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -6754,18 +6754,6 @@ msgstr "Не могу записать лог-файл \"%s\"\n"
msgid "%s: disconnected from client %s%s%s (%s.%s)"
msgstr "Отключен от сервера!\n"
-#, fuzzy, c-format
-msgid "%s%s: not enough memory for parsing message"
-msgstr "%s недостаточно памяти для полученного сообщения\n"
-
-#, fuzzy, c-format
-msgid "%s%s: error sending data to client: %s"
-msgstr "%s ошибка при отправке данных IRC серверу\n"
-
-#, fuzzy, c-format
-msgid "%s%s: error sending data to client %s"
-msgstr "%s ошибка при отправке данных IRC серверу\n"
-
msgid "Clients for relay:"
msgstr ""
@@ -6891,10 +6879,20 @@ msgid "text color for \"disconnected\" status"
msgstr "цвет \"соединения\" в окне DCC"
msgid ""
+"regular expression with IPs allowed to use relay, example: \"^(123.45.67.89|"
+"192.160.*)$\""
+msgstr ""
+
+msgid ""
"address for bind (if empty, connection is possible on all interfaces, use "
"\"127.0.0.1\" to allow connections from local machine only)"
msgstr ""
+msgid ""
+"compression level for packets sent to client with WeeChat protocol (0 = "
+"disable compression, 1 = low compression ... 9 = best compression)"
+msgstr ""
+
msgid "maximum number of clients connecting to a port"
msgstr ""
@@ -6923,6 +6921,10 @@ msgid "%s%s: cannot accept client on port %d (%s.%s)"
msgstr "%s невозможно создать сокет\n"
#, fuzzy, c-format
+msgid "%s%s: IP address \"%s\" not allowed for relay"
+msgstr "%s адрес \"%s\" не найден\n"
+
+#, fuzzy, c-format
msgid "%s%s: error with \"bind\" on port %d (%s.%s)"
msgstr "%s невозможно создать сокет\n"
@@ -6935,6 +6937,28 @@ msgid "%s%s: not enough memory for listening on new port"
msgstr "%s недостаточно памяти для нового DCC\n"
#, fuzzy, c-format
+msgid "%s%s: not enough memory for parsing message"
+msgstr "%s недостаточно памяти для полученного сообщения\n"
+
+#, fuzzy, c-format
+msgid "%s%s: error sending data to client: %s"
+msgstr "%s ошибка при отправке данных IRC серверу\n"
+
+#, fuzzy, c-format
+msgid "%s%s: error sending data to client %d (%s)"
+msgstr "%s ошибка при отправке данных IRC серверу\n"
+
+#, fuzzy, c-format
+msgid "%s%s: failed to execute command \"%s\" for client %d"
+msgstr "Не могу записать лог-файл \"%s\"\n"
+
+#, c-format
+msgid ""
+"%s%s: too few arguments received from client %d for command \"%s"
+"\" (received: %d arguments, expected: at least %d)"
+msgstr ""
+
+#, fuzzy, c-format
msgid "%s%s: error compiling regular expression \"%s\""
msgstr "%s недостаточно памяти для сообщения в строке информации\n"