summaryrefslogtreecommitdiff
path: root/src/msgs
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2004-02-10 20:50:41 +0000
committerAlexey Shchepin <alexey@process-one.net>2004-02-10 20:50:41 +0000
commitb0b4b9a903ad4f98c4070ca721f16f1e2cfcfd5b (patch)
treec119a67169c82099c20da47ede029e436d94be17 /src/msgs
parent* src/ejabberd_ctl.erl: Added command for log reopening (diff)
* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/mod_irc/mod_irc.erl: Now uses "ejabber:config" namespace (thanks to Sergei Golovan) * src/mod_disco.erl: Fixed disco category and type (thanks to Sergei Golovan) * src/mod_pubsub/mod_pubsub.erl: Likewise * src/jlib.hrl: Added "ejabber:config" namespace (thanks to Sergei Golovan) SVN Revision: 202
Diffstat (limited to 'src/msgs')
-rw-r--r--src/msgs/ru.msg9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/msgs/ru.msg b/src/msgs/ru.msg
index 782b6acd..dec81d20 100644
--- a/src/msgs/ru.msg
+++ b/src/msgs/ru.msg
@@ -90,7 +90,14 @@
{"Make room anonymous?", "Сделать комнату анонимной?"}.
{"Enable logging?", "Включить журналирование?"}.
-
+% mod_irc/mod_irc.erl
+{"You need an x:data capable client to configure mod_irc settings",
+ "Чтобы настроить параметры mod_irc, нужен x:data-совместимый клиент"}.
+{"mod_irc configuration for", "Конфигурация mod_irc для"}.
+{"IRC Username", "Имя пользователя IRC"}.
+{"If you want to specify different encodings for IRC servers, fill this list with values in format '{\"irc server\", \"encoding\"}'. By default this service use \"~s\" encoding.", "Чтобы указать различные кодировки для разных серверов IRC, заполните список значениями в формате '{\"irc server\", \"encoding\"}'. По умолчанию эта служба использует кодировку \"~s\"."}.
+{"Example: [{\"irc.lucky.net\", \"koi8-r\"}, {\"vendetta.fef.net\", \"iso8859-1\"}].", "Примеры: [{\"irc.lucky.net\", \"koi8-r\"}, {\"vendetta.fef.net\", \"iso8859-1\"}]."}.
+{"Encodings", "Кодировки"}.
% Local Variables:
% mode: erlang