diff options
Diffstat (limited to 'juick-spring-www/src/main/resources/messages_en.properties')
-rw-r--r-- | juick-spring-www/src/main/resources/messages_en.properties | 9 |
1 files changed, 9 insertions, 0 deletions
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 <a href="#">Upload</a><br/> +postForm.tags=Tags (space separated) + button.send=Send message.loginForSending=<a href="{0}">Login</a> for post messages and comments |