Advertisement
Guest User

messages

a guest
Jul 8th, 2017
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. NotEmpty.registerDTO.username=This field is required.
  2. Pattern.registerDTO.username=Please enter at least 6 characters(max. 36 characters). Only letters, numbers and special characters '_' and '-'.
  3. ExistsUsername.registerDTO.username=Username exists in database.
  4.  
  5. NotEmpty.registerDTO.email=This field is required.
  6. IsValidEmail.registerDTO.email=Please enter a valid e-mail address.
  7. ExistsEmail.registerDTO.email=E-mail exists in database.
  8.  
  9. NotEmpty.registerDTO.password=This field is required.
  10. Pattern.registerDTO.password=Your password must be at least 6 characters(max. 36 characters) long and contain at least one letter and one number. You can`t enter white space.
  11.  
  12. NotEmpty.registerDTO.passwordAgain=This field is required.
  13.  
  14.  
  15.  
  16. NotEmpty.forgotUsernameDTO.email=This field is required.
  17. ExistsEmail.forgotUsernameDTO.email=E-mail does not exists in database.
  18.  
  19.  
  20.  
  21. NotEmpty.forgotPasswordDTO.username=This field is required.
  22. NotEmpty.forgotPasswordDTO.email=This field is required.
  23.  
  24.  
  25.  
  26.  
  27. signIn.title=Sign in
  28. signIn.username=Username
  29. signIn.password=Password
  30. signIn.textOnButton=Sign in
  31. signIn.haveYouForgottenYourPasswordOrUsername=Have you forgotten your password or username?
  32. signIn.or=or
  33. signIn.recoverPassword=Recover password
  34. signIn.recoverUsername=Recover username
  35. signIn.newToTheSite=New to the site?
  36. signIn.createAccount=Create account
  37. signIn.error=The username or password is incorrect!
  38.  
  39. register.title=Create account
  40. register.username=Username
  41. register.yourUsername=Your username
  42. register.email=E-mail
  43. register.password=Password
  44. register.passwordPlaceholder=Password have to at least 6 characters
  45. register.passwordAgain=Password again
  46. register.passwordsMustBeTheSame=Passwords must be the same
  47. register.textOnButton=Create account
  48. register.byCreatingAnAccountYouAgreeToOur=By creating an account, you agree to our
  49. register.termsOfUser=Terms of Use
  50. register.andOur=and our
  51. register.privatePolicy=Privacy Policy
  52. register.alreadyHaveAnAccount=Already have an account?
  53. register.signIn=Sign in
  54.  
  55. forgotUsername.title=Recover username
  56. forgotUsername.email=E-mail
  57. forgotUsername.yourEmail=Your e-mail
  58. forgotUsername.textOnButton=Request username
  59. forgotUsername.ifYouRememberYourUsername=If you remember your username
  60. forgotUsername.signIn=Sign in
  61. forgotUsername.otherwise=otherwise
  62. forgotUsername.createAccount=Create account
  63. forgotUsername.goBackToTheHomepage=Go back to the homepage
  64. forgotUsername.go=GO
  65. forgotUsername.success=An e-mail has been successfully sent. Please allow a few minutes for it to get to your inbox!
  66. forgotUsername.error=No username found associated with that e-mail!
  67.  
  68. forgotPassword.title=Recover password
  69. forgotPassword.username=Username
  70. forgotPassword.yourUsername=Your username
  71. forgotPassword.email=E-mail
  72. forgotPassword.yourEmail=Your e-mail
  73. forgotPassword.textOnButton=Request password
  74. forgotPassword.ifYouRememberYourPassword=If you remember your password
  75. forgotPassword.signIn=Sign in
  76. forgotPassword.otherwise=otherwise
  77. forgotPassword.createAccount=Create account
  78. forgotPassword.goBackToTheHomepage=Go back to the homepage
  79. forgotPassword.go=GO
  80. forgotPassword.success=An e-mail has been successfully sent. Please allow a few minutes for it to get to your inbox!
  81. forgotPassword.error=Incorrect username and/or email address!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement