diff options
author | Alexey Shchepin <alexey@process-one.net> | 2007-03-01 05:45:30 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2007-03-01 05:45:30 +0000 |
commit | ec67ec5dd0166da5347a0a47857d38c284377861 (patch) | |
tree | 6c8e83ce93c564e3ead95e0bb5304d0975464a8b | |
parent | * src/mod_pubsub/mod_pubsub.erl: Bugfix (diff) |
* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/msgs/uk.msg: Likewise
SVN Revision: 738
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/msgs/ru.msg | 7 | ||||
-rw-r--r-- | src/msgs/uk.msg | 7 |
3 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-03-01 Alexey Shchepin <alexey@sevcom.net> + + * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) + * src/msgs/uk.msg: Likewise + 2007-02-22 Alexey Shchepin <alexey@sevcom.net> * src/mod_pubsub/mod_pubsub.erl: Bugfix diff --git a/src/msgs/ru.msg b/src/msgs/ru.msg index d8a877816..ddae47473 100644 --- a/src/msgs/ru.msg +++ b/src/msgs/ru.msg @@ -91,6 +91,13 @@ {"Import File", "Импорт из файла"}. {"Import Directory", "Импорт из директории"}. +% mod_proxy65.erl +{"SOCKS5 bytestreams proxy", "Потоковый SOCKS5 прокси"}. + +% mod_proxy65/mod_proxy65_service.erl +{"ejabberd SOCKS5 Bytestreams module\nCopyright (c) 2003-2006 Alexey Shchepin", + "ejabberd SOCKS5 Bytestreams модуль\nCopyright (c) 2003-2006 Алексей Щепин"}. + % mod_register.erl {"Choose a username and password to register with this server", "Выберите имя пользователя и пароль для регистрации на этом сервере"}. diff --git a/src/msgs/uk.msg b/src/msgs/uk.msg index b14ef23e6..f861bf85e 100644 --- a/src/msgs/uk.msg +++ b/src/msgs/uk.msg @@ -89,6 +89,13 @@ {"Import File", "Імпорт з файла"}. {"Import Directory", "Імпорт з директорії"}. +% mod_proxy65.erl +{"SOCKS5 bytestreams proxy", "Потоковий SOCKS5 проксі"}. + +% mod_proxy65/mod_proxy65_service.erl +{"ejabberd SOCKS5 Bytestreams module\nCopyright (c) 2003-2006 Alexey Shchepin", + "ejabberd SOCKS5 Bytestreams модуль\nCopyright (c) 2003-2006 Олексій Щепін"}. + % mod_register.erl {"Choose a username and password to register with this server", "Виберіть назву користувача та пароль для реєстрації на цьому сервері"}. |