diff options
author | Alexander Alexeev | 2016-12-11 13:56:26 +0700 |
---|---|---|
committer | Vitaly Takmazov | 2016-12-11 18:24:38 +0300 |
commit | f2454d531e9e99c406a513d92702858510fef4b9 (patch) | |
tree | 19090e8f207e875615bec60d3aa65ac6e4e34e12 /juick-spring-www/src/main/resources/messages.properties | |
parent | f9d9f6ac709b0dfe1c1e3f711b2fee6a93f33d42 (diff) |
i18n, using SecurityContextHolder for get currentUser (user always not null)
Diffstat (limited to 'juick-spring-www/src/main/resources/messages.properties')
-rw-r--r-- | juick-spring-www/src/main/resources/messages.properties | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/juick-spring-www/src/main/resources/messages.properties b/juick-spring-www/src/main/resources/messages.properties index 29715d5d..a7034c5f 100644 --- a/juick-spring-www/src/main/resources/messages.properties +++ b/juick-spring-www/src/main/resources/messages.properties @@ -6,5 +6,20 @@ link.contacts=Контакты link.help=Помощь link.adv=Реклама +link.popular=Популярные +link.allMessages=Все сообщения +link.withPhotos=Фотографии +link.my=Моя лента +link.privateMessages=Приватные +link.discuss=Обсуждения +link.recommended=Рекомендации +link.postMessage=Написать сообщение +link.logout=Выйти + label.sponsor=Спонсор -label.sponsors=Спонсоры
\ No newline at end of file +label.sponsors=Спонсоры +label.search=Поиск + +message.loginForSending=Чтобы добавлять сообщения и комментарии, <a href="{0}">представьтесь</a> + +title.help=Справка
\ No newline at end of file |