You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
838 B

  1. en:
  2. simple_form:
  3. "yes": 'Yes'
  4. "no": 'No'
  5. required:
  6. text: 'required'
  7. mark: '*'
  8. # You can uncomment the line below if you need to overwrite the whole required html.
  9. # When using html, text and mark won't be used.
  10. # html: '<abbr title="required">*</abbr>'
  11. error_notification:
  12. default_message: "Please review the problems below:"
  13. # Examples
  14. # labels:
  15. # defaults:
  16. # password: 'Password'
  17. # user:
  18. # new:
  19. # email: 'E-mail to sign in.'
  20. # edit:
  21. # email: 'E-mail.'
  22. # hints:
  23. # defaults:
  24. # username: 'User name to sign in.'
  25. # password: 'No special characters, please.'
  26. # include_blanks:
  27. # defaults:
  28. # age: 'Rather not say'
  29. # prompts:
  30. # defaults:
  31. # age: 'Select your age'