diff options
Diffstat (limited to 'juick-spring-www/src/main/resources')
-rw-r--r-- | juick-spring-www/src/main/resources/messages.properties | 13 | ||||
-rw-r--r-- | juick-spring-www/src/main/resources/messages_en.properties | 11 |
2 files changed, 21 insertions, 3 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 diff --git a/juick-spring-www/src/main/resources/messages_en.properties b/juick-spring-www/src/main/resources/messages_en.properties index 02c83e12..8b1384cb 100644 --- a/juick-spring-www/src/main/resources/messages_en.properties +++ b/juick-spring-www/src/main/resources/messages_en.properties @@ -19,7 +19,16 @@ link.logout=Logout label.sponsor=Sponsor label.sponsors=Sponsors label.search=Search +label.register=Register +label.username=User name +label.password=Password + +button.send=Send message.loginForSending=<a href="{0}">Login</a> for post messages and comments +message.sendLoginToXmpp=Send <b>LOGIN</b> to <a href="xmpp:juick@juick.com?message;body=LOGIN">juick@juick.com</a> + +question.areRegistered=Are you registered? -title.help=Help
\ No newline at end of file +title.help=Help +title.loginOrSignup=Juick - Log In or Sign Up
\ No newline at end of file |