diff options
author | Killy | 2017-11-05 19:11:32 +0300 |
---|---|---|
committer | KillyMXI | 2017-12-27 15:04:57 +0300 |
commit | 4550ab47a0eff300f8f4811bc211c2d9b9554e61 (patch) | |
tree | 10ec41cbfd54d4e73098910fb635d8b47d49741f /juick-www/src/main/resources | |
parent | 573971d10d7af79b74ce367383ab445814dcb039 (diff) |
www: responsive layout
Diffstat (limited to 'juick-www/src/main/resources')
-rw-r--r-- | juick-www/src/main/resources/messages.properties | 1 | ||||
-rw-r--r-- | juick-www/src/main/resources/messages_ru.properties | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/juick-www/src/main/resources/messages.properties b/juick-www/src/main/resources/messages.properties index 5911e3b4..8bf51837 100644 --- a/juick-www/src/main/resources/messages.properties +++ b/juick-www/src/main/resources/messages.properties @@ -15,6 +15,7 @@ link.discuss=Discuss link.recommended=Recommended link.postMessage=Post link.logout=Logout +link.login=Login link.settings.main=Main link.settings.password=Password diff --git a/juick-www/src/main/resources/messages_ru.properties b/juick-www/src/main/resources/messages_ru.properties index 105b3505..7c948bc5 100644 --- a/juick-www/src/main/resources/messages_ru.properties +++ b/juick-www/src/main/resources/messages_ru.properties @@ -15,6 +15,7 @@ link.discuss=Обсуждения link.recommended=Рекомендации link.postMessage=Написать link.logout=Выйти +link.login=Войти link.settings.main=Главная link.settings.password=Пароль |