diff options
author | Alexander Alexeev | 2016-12-11 21:20:32 +0700 |
---|---|---|
committer | Vitaly Takmazov | 2016-12-11 18:24:38 +0300 |
commit | ec0a90256b86890ad4549d0fff5c3fd373c918d4 (patch) | |
tree | ecde2e91e96e3f709ce3471b0b9eff778db75547 /juick-spring-www/src/main/resources/messages_en.properties | |
parent | 50309fc6e2362a22ae5d1e892b3c8a6a5ce39686 (diff) |
i18n for login page; login failure url
Diffstat (limited to 'juick-spring-www/src/main/resources/messages_en.properties')
-rw-r--r-- | juick-spring-www/src/main/resources/messages_en.properties | 11 |
1 files changed, 10 insertions, 1 deletions
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 |