mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
* src/msgs/zh.msg: Small update (thanks to Shelley Shyan)
* src/msgs/ru.msg: Small update (thanks to Konstantin Khomoutov) SVN Revision: 1083
This commit is contained in:
parent
9e799047c0
commit
0cef0371c5
@ -1,3 +1,9 @@
|
||||
2007-12-20 Badlop <badlop@process-one.net>
|
||||
|
||||
* src/msgs/zh.msg: Small update (thanks to Shelley Shyan)
|
||||
|
||||
* src/msgs/ru.msg: Small update (thanks to Konstantin Khomoutov)
|
||||
|
||||
2007-12-19 Badlop <badlop@process-one.net>
|
||||
|
||||
* src/msgs/pl.msg: Updated (thanks to Andrzej Smyk)(EJAB-463)
|
||||
|
@ -1,7 +1,7 @@
|
||||
% $Id$
|
||||
% Language: Russian (русский)
|
||||
% Author: Sergei Golovan
|
||||
% Author: Konstantin Khomoutov
|
||||
% Author: Sergei Golovan
|
||||
|
||||
% ejabberd_c2s.erl
|
||||
{"Use of STARTTLS required", "Вы обязаны использовать STARTTLS"}.
|
||||
@ -175,6 +175,9 @@
|
||||
{"Chatrooms", "Комнаты"}.
|
||||
|
||||
% mod_muc/mod_muc_log.erl
|
||||
{"has been kicked because of an affiliation change", "выгнали из комнаты вследствие смены ранга"}.
|
||||
{"has been kicked because the room has been changed to members-only", "выгнали из комнаты потому что она стала только для членов"}.
|
||||
{"has been kicked because of a system shutdown", "выгнали из комнаты из-за останова системы"}.
|
||||
{"Chatroom configuration modified", "Конфигурация комнаты изменилась"}.
|
||||
{"joins the room", "вошёл(а) в комнату"}.
|
||||
{"leaves the room", "вышел(а) из комнаты"}.
|
||||
|
@ -161,6 +161,9 @@
|
||||
{"When to send the last published item", "何时发送最新公布的条款"}.
|
||||
|
||||
% mod_muc/mod_muc_log.erl
|
||||
{"has been kicked because of an affiliation change", "已经因联属关系改变而被踢出"}.
|
||||
{"has been kicked because the room has been changed to members-only", "已经因该房间已被改为只对会员开放而被踢出"}.
|
||||
{"has been kicked because of a system shutdown", "已经因系统关机而被踢出"}.
|
||||
{"Chatroom configuration modified", "聊天室配置已修改"}.
|
||||
{"joins the room", "加入房间"}.
|
||||
{"leaves the room", "离开房间"}.
|
||||
@ -269,7 +272,6 @@
|
||||
{"Users", "用户"}.
|
||||
{"Nodes", "节点"}.
|
||||
{"Statistics", "统计"}.
|
||||
{"ejabberd (c) 2002-2007 Alexey Shchepin, 2004-2007 Process One", "ejabberd (c) 2002-2007 Alexey Shchepin, 2004-2007 Process One"}.
|
||||
{"(Raw)", "(原始格式)"}.
|
||||
{"Submitted", "已提交"}.
|
||||
{"Bad format", "格式错误"}.
|
||||
|
Loading…
Reference in New Issue
Block a user