diff options
author | Alexander Alexeev | 2016-12-12 20:58:12 +0700 |
---|---|---|
committer | Vitaly Takmazov | 2016-12-12 22:49:47 +0300 |
commit | 415b0ec7da02c07aad8fe85cfe0610ba9f4e5bd4 (patch) | |
tree | b7de01f7925a65a6b569da5e8036552cc31a470c /juick-spring-www/src/main/resources | |
parent | 59fd361edab0f28991e9ded0c87ed70b7011001c (diff) |
using thymeleaf spring security extension
Diffstat (limited to 'juick-spring-www/src/main/resources')
-rw-r--r-- | juick-spring-www/src/main/resources/messages.properties | 4 | ||||
-rw-r--r-- | juick-spring-www/src/main/resources/messages_en.properties | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/juick-spring-www/src/main/resources/messages.properties b/juick-spring-www/src/main/resources/messages.properties index 201c1f2c..42494512 100644 --- a/juick-spring-www/src/main/resources/messages.properties +++ b/juick-spring-www/src/main/resources/messages.properties @@ -31,4 +31,6 @@ message.sendLoginToXmpp=Отправьте <b>LOGIN</b> на <a href="xmpp:juick question.areRegistered=Уже зарегистрированы? title.help=Справка -title.loginOrSignup=Juick - Войдите в систему или зарегистрируйтесь
\ No newline at end of file +title.loginOrSignup=Juick - Войдите в систему или зарегистрируйтесь +title.index.anonym=Микроблоги Juick: популярные записи +title.index.user=Популярные
\ 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 cbd3b5f9..fd1e17e0 100644 --- a/juick-spring-www/src/main/resources/messages_en.properties +++ b/juick-spring-www/src/main/resources/messages_en.properties @@ -1,7 +1,7 @@ date.format=MM/dd/yyyy link.settings=Settings -link.returnToMain=Return to home +link.returnToMain=Back to Home Page link.contacts=Contacts link.help=Help link.adv=Advertisement @@ -31,4 +31,6 @@ message.sendLoginToXmpp=Send <b>LOGIN</b> to <a href="xmpp:juick@juick.com?messa question.areRegistered=Are you registered? title.help=Help -title.loginOrSignup=Juick - Log In or Sign Up
\ No newline at end of file +title.loginOrSignup=Juick - Log In or Sign Up +title.index.anonym=Juick microblogs: popular posts +title.index.user=Popular
\ No newline at end of file |