auth.en.yaml 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. login:
  2. title: Login
  3. form:
  4. title: Login
  5. label:
  6. email: Email
  7. password: Password
  8. vk: VKontakte
  9. fb: Facebook
  10. button:
  11. login: Login
  12. register: Register
  13. restore: Restore password
  14. restore:
  15. title: Password recovery
  16. info_text: An email will be sent to your specified email address with instructions on how to reset your password.
  17. sent_text: If the address was specified correctly, then an email with instructions on how to recover your password was sent. Check your email and follow the steps in the email.
  18. code_not_found: Password reset link is invalid
  19. code_expired: Password recovery link is inactive
  20. form:
  21. label:
  22. email: Email
  23. password: Password
  24. password_repeat: Password repeat
  25. button:
  26. save: Save password
  27. send: Send
  28. back: To login page
  29. top_text: Create a new password
  30. success_text: New password has been successfully saved!