From c0831038bd7bde32df5af8fb851d210daeccc853 Mon Sep 17 00:00:00 2001 From: Alexander Alexeev Date: Mon, 12 Dec 2016 22:41:10 +0700 Subject: i18n for pages --- juick-spring-www/src/main/resources/messages.properties | 9 +++++++++ juick-spring-www/src/main/resources/messages_en.properties | 9 +++++++++ 2 files changed, 18 insertions(+) (limited to 'juick-spring-www/src/main/resources') diff --git a/juick-spring-www/src/main/resources/messages.properties b/juick-spring-www/src/main/resources/messages.properties index 42494512..1f594445 100644 --- a/juick-spring-www/src/main/resources/messages.properties +++ b/juick-spring-www/src/main/resources/messages.properties @@ -16,6 +16,10 @@ link.recommended=Рекомендации link.postMessage=Написать сообщение link.logout=Выйти +link.settings.main=Главная +link.settings.password=Пароль +link.settings.about=О пользователе + label.sponsor=Спонсор label.sponsors=Спонсоры label.search=Поиск @@ -23,6 +27,11 @@ label.register=Зарегистрироваться label.username=Имя пользователя label.password=Пароль +postForm.newMessage=Новое сообщение +postForm.imageLink=Ссылка на изображение (JPG/PNG, до 10Мб) +postForm.orImageUpload=или загрузить
+postForm.tags=Теги (через пробел) + button.send=Отправить message.loginForSending=Чтобы добавлять сообщения и комментарии, представьтесь diff --git a/juick-spring-www/src/main/resources/messages_en.properties b/juick-spring-www/src/main/resources/messages_en.properties index fd1e17e0..a40ac2b2 100644 --- a/juick-spring-www/src/main/resources/messages_en.properties +++ b/juick-spring-www/src/main/resources/messages_en.properties @@ -16,6 +16,10 @@ link.recommended=Recommended link.postMessage=Post link.logout=Logout +link.settings.main=Main +link.settings.password=Password +link.settings.about=About + label.sponsor=Sponsor label.sponsors=Sponsors label.search=Search @@ -23,6 +27,11 @@ label.register=Register label.username=User name label.password=Password +postForm.newMessage=New message +postForm.imageLink=Link to image (JPG/PNG, up to 10 MB) +postForm.orImageUpload=or Upload
+postForm.tags=Tags (space separated) + button.send=Send message.loginForSending=Login for post messages and comments -- cgit v1.2.3