Built motion from commit 67e5df37.|2.0.66
[motion2.git] / public / app / login / i18n / en.json
1 {
2     "LOGIN": {
3         "TITLE": "Log in to your account",
4         "EMAIL": "Email",
5         "USERNAME": "Username",
6         "PASSWORD": "Password",
7         "REMEMBER_ME": "Remember Me",
8         "FORGOT_PASSWORD": "Forgot Password?",
9         "LOG_IN": "LOG IN",
10         "OR": "OR",
11         "WITH_GOOGLE": "Log in with Google",
12         "WITH_FACEBOOK": "Log in with Facebook",
13         "DONT_HAVE_ACCOUNT": "No account?",
14         "CREATE_ACCOUNT": "Create an account",
15         "ERRORS": {
16             "EMAIL_REQUIRED": "Mandatory field",
17             "EMAIL_MUST_VALID": "Wrong format",
18             "PASSWORD_REQUIRED": "Mandatory field",
19             "USERNAME_REQUIRED": "Mandatory field"
20         }
21     }
22 }