Created
December 8, 2012 05:58
-
-
Save krams915/4238856 to your computer and use it in GitHub Desktop.
Spring Social messages_en.properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| app.name=TestApp | |
| #login.html | |
| login.title=Sign in | |
| login.legend=Sign in | |
| login.username=Username | |
| login.password=Password | |
| login.button=Sign in | |
| login.noaccount=No account? Create one now! | |
| #signup.html | |
| signup.title=Sign up | |
| signup.legend=Sign up | |
| signup.button=Sign up | |
| signup.hasaccount=Already have an account? Sign in! | |
| #welcome.html | |
| welcome.title=Welcome | |
| #post.html | |
| post.title.fb=Post to Facebook | |
| post.title.tw=Post to Twitter | |
| post.form.legend.fb=Update your status: | |
| post.form.legend.tw=Tweet a message: | |
| post.form.action.fb=/fb/post | |
| post.form.action.tw=/tw/post | |
| post.form.submit.fb=Post it! | |
| post.form.submit.tw=Tweet it! | |
| #posted.html | |
| posted.title.fb=Facebook | |
| posted.title.tw=Twitter | |
| posted.success.fb=The following message has been posted: | |
| posted.success.tw=The following message has been tweeted: | |
| posted.failure.fb=Unable to post to your Facebook account! | |
| posted.failure.tw=Unable to post to your Twitter account! | |
| #profile.html | |
| profile.title.fb=Facebook Profile | |
| profile.title.tw=Twitter Profile | |
| profile.h3.fb=Facebook Profile | |
| profile.h3.tw=Twitter Profile | |
| profile.id.fb=Facebook ID: | |
| profile.id.tw=Twitter ID: | |
| profile.name.fb=Name: | |
| profile.name.tw=Screen Name | |
| profile.loc.fb=Email: | |
| profile.loc.tw=Location: | |
| profile.url.fb=Profile Url: | |
| profile.url.tw=Profile Url: | |
| #connect.html | |
| connect.title.fb=Connect to Facebook | |
| connect.title.tw=Connect to Twitter | |
| connect.h3.fb=Connect to Facebook | |
| connect.h3.tw=Connect to Twitter | |
| connect.form.action.fb=/connect/facebook | |
| connect.form.action.tw=/connect/twitter | |
| connect.message.fb=You haven't created any connections with Facebook yet. Click the button to create a connection between your account and your Facebook profile. (You'll be redirected to Facebook where you'll be asked to authorize the connection) | |
| connect.message.tw=You haven't created any connections with Twitter yet. Click the button to create a connection between your account and your Twitter profile. (You'll be redirected to Twitter where you'll be asked to authorize the connection) | |
| connect.button.fb=Connect with Facebook | |
| connect.button.tw=Connect with Tweeter | |
| #connected.html | |
| connected.title.fb=Facebook Connected | |
| connected.title.tw=Twitter Connected | |
| connected.h3.fb=Facebook Connected | |
| connected.h3.tw=Twitter Connected | |
| connected.message.fb=is now connected to your Facebook account. Click the button if you wish to disconnect. Try loading your profile or posting a message to test your connection. | |
| connected.message.tw=is now connected to your Tweeter account. Click the button if you wish to disconnect. Try loading your profile or posting a message to test your connection. | |
| #include.html | |
| disconnect.url.fb=/connect/facebook | |
| disconnect.url.tw=/connect/twitter | |
| disconnect.button.fb=Disconnect from Facebook | |
| disconnect.button.tw=Disconnect from Twitter | |
| #users.html | |
| users.title=User Management | |
| users.table.caption=Site Users | |
| user.id.label=Id | |
| user.firstname.label=First Name | |
| user.lastname.label=Last Name | |
| user.username.label=Username | |
| user.password.label=Password | |
| user.role.label=Role | |
| user.role.1=admin | |
| user.role.2=regular | |
| new.user.table.caption=New User | |
| new.user.button.label=add | |
| update.user.table.caption=Existing User | |
| update.user.button.label=update | |
| error.profile.fb=Failure! An error has occurred while trying to retrieve your profile! | |
| error.profile.tw=Failure! An error has occurred while trying to retrieve your profile! | |
| error.post.fb=Failure! We are unable to process your request! | |
| error.post.tw=Failure! We are unable to process your request! | |
| #errors | |
| error.access.denied=Access denied! You're not allowed to access that! | |
| status.login.failure=Unable to login. Invalid credentials! | |
| status.logout.success=You have successfully logged out! | |
| status.signup.invalid.username.duplicate=Username already exist! | |
| status.signup.invalid.password.notmatching=Passwords do not match! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment