Own text on registration page

Hello,
is there ability to add own text on registtration page (in client).
Like jabber.ru does
http://i.imgur.com/0IJ3Aqu.png

how can I do this? Where (in which file) should add this text?

One simple solution is to

One simple solution is to find that text in ru.po, or the language you desire, and rewrite it, then restart ejabberd.

If you have English-speaking users, then there isn't any en.po to modify. You will have to modify mod_register.erl, compile the file, and restart ejabberd.

badlop, thanks for help. 1.

badlop, thanks for help.

1. Is language just depend on language support in config file?
%% language: Default language used for server messages.
%% {language, "en"}.
Or from user's ejabberd client?

2. where can I find ru.po? :)

From what I remember, the

From what I remember, the language defined in the config file is used for clients that don't define their language. For clients that define their language, if that is available in ejabberd, the correct one is used.

Search for the language files somewhere there ejabberd is installed. Search for ru.po, fr.po etc.

Syndicate content