diff options
author | Alexander Alexeev | 2016-12-11 21:20:32 +0700 |
---|---|---|
committer | Vitaly Takmazov | 2016-12-11 18:24:38 +0300 |
commit | ec0a90256b86890ad4549d0fff5c3fd373c918d4 (patch) | |
tree | ecde2e91e96e3f709ce3471b0b9eff778db75547 /juick-spring-www/src/main/resources/messages.properties | |
parent | 50309fc6e2362a22ae5d1e892b3c8a6a5ce39686 (diff) |
i18n for login page; login failure url
Diffstat (limited to 'juick-spring-www/src/main/resources/messages.properties')
-rw-r--r-- | juick-spring-www/src/main/resources/messages.properties | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/juick-spring-www/src/main/resources/messages.properties b/juick-spring-www/src/main/resources/messages.properties index a7034c5f..201c1f2c 100644 --- a/juick-spring-www/src/main/resources/messages.properties +++ b/juick-spring-www/src/main/resources/messages.properties @@ -19,7 +19,16 @@ link.logout=Выйти label.sponsor=Спонсор label.sponsors=Спонсоры label.search=Поиск +label.register=Зарегистрироваться +label.username=Имя пользователя +label.password=Пароль -message.loginForSending=Чтобы добавлять сообщения и комментарии, <a href="{0}">представьтесь</a> +button.send=Отправить -title.help=Справка
\ No newline at end of file +message.loginForSending=Чтобы добавлять сообщения и комментарии, <a href="{0}">представьтесь</a> +message.sendLoginToXmpp=Отправьте <b>LOGIN</b> на <a href="xmpp:juick@juick.com?message;body=LOGIN">juick@juick.com</a> + +question.areRegistered=Уже зарегистрированы? + +title.help=Справка +title.loginOrSignup=Juick - Войдите в систему или зарегистрируйтесь
\ No newline at end of file |