en.json 720 B

123456789101112131415161718192021
  1. {
  2. "login": {
  3. "username": "User Name",
  4. "password": "Password",
  5. "login": "Login",
  6. "forgotPassword": "Forgot Password?",
  7. "setPassword": "Set Password",
  8. "activateAccount": "Activate Account",
  9. "noAccount": "No account?",
  10. "registerNow": "Register Now",
  11. "captchaPlaceholder": "Please enter the captcha",
  12. "sendCaptcha": "Send Captcha",
  13. "resendCaptcha": "Resend Captcha",
  14. "captchaSent": "Captcha has been sent to your email",
  15. "resetPassword": "Reset Password",
  16. "newPassword": "New Password",
  17. "confirmNewPassword": "Confirm New Password",
  18. "passwordMismatch": "Passwords do not match",
  19. "activationEmailSent": "Activation email has been sent to your email"
  20. }
  21. }