mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-02 16:37:52 +01:00
* src/msgs/pl.msg: Bugfix in arguments of translated string that
could crash the room (thanks to Anastasia Gornostaeva) SVN Revision: 1345
This commit is contained in:
parent
56740871f1
commit
73f40db258
@ -1,3 +1,8 @@
|
|||||||
|
2008-06-04 Badlop <badlop@process-one.net>
|
||||||
|
|
||||||
|
* src/msgs/pl.msg: Bugfix in arguments of translated string that
|
||||||
|
could crash the room (thanks to Anastasia Gornostaeva)
|
||||||
|
|
||||||
2008-05-31 Badlop <badlop@process-one.net>
|
2008-05-31 Badlop <badlop@process-one.net>
|
||||||
|
|
||||||
* src/web/ejabberd_web.erl (make_xhtml/2): Allow to include
|
* src/web/ejabberd_web.erl (make_xhtml/2): Allow to include
|
||||||
|
@ -119,7 +119,7 @@
|
|||||||
{"Traffic rate limit is exceeded", "Limit transferu przekroczony"}.
|
{"Traffic rate limit is exceeded", "Limit transferu przekroczony"}.
|
||||||
{"Maximum Number of Occupants", "Maksymalna liczba uczestników"}.
|
{"Maximum Number of Occupants", "Maksymalna liczba uczestników"}.
|
||||||
{"No limit", "Bez limitu"}.
|
{"No limit", "Bez limitu"}.
|
||||||
{"~s invites you to the room ~s", "~ zaprasza Cię do pokoju ~s"}.
|
{"~s invites you to the room ~s", "~s zaprasza Cię do pokoju ~s"}.
|
||||||
{"the password is", "hasło to"}.
|
{"the password is", "hasło to"}.
|
||||||
{" has set the subject to: ", "zmieł(a) temat na: "}.
|
{" has set the subject to: ", "zmieł(a) temat na: "}.
|
||||||
{"You need an x:data capable client to configure room", "Potrzebujesz klienta kompatybilnego z x:data aby skonfigurować pokój"}.
|
{"You need an x:data capable client to configure room", "Potrzebujesz klienta kompatybilnego z x:data aby skonfigurować pokój"}.
|
||||||
|
Loading…
Reference in New Issue
Block a user