VberZero.xml 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <localizationDictionary culture="en">
  3. <texts>
  4. <text name="InvalidTenancyName" value="Tenancy name is not valid!" />
  5. <text name="TenancyNameIsAlreadyTaken" value="Tenancy name {0} is already taken." />
  6. <text name="RoleNameIsAlreadyTaken" value="Role name {0} is already taken." />
  7. <text name="RoleDisplayNameIsAlreadyTaken" value="Role display name {0} is already taken." />
  8. <text name="CanNotDeleteStaticRole" value="Can not delete a static role: {0}" />
  9. <text name="CanNotRenameAdminUser" value="Can not rename user name of the {0} since this is the default admin user!" />
  10. <text name="CanNotDeleteAdminUser" value="Can not delete user {0} since this is the default admin user!" />
  11. <text name="OrganizationUnitDuplicateDisplayNameWarning" value="There is already an organization unit with name {0}. Two units with same name can not be created in same level." />
  12. <text name="InvalidFeatureValue" value="{0} feature value is not valid!" />
  13. <text name="Identity.ConcurrencyFailure">Optimistic concurrency failure, object has been modified.</text>
  14. <text name="Identity.DefaultError">An unknown failure has occurred.</text>
  15. <text name="Identity.DuplicateEmail">Email '{0}' is already taken.</text>
  16. <text name="Identity.DuplicateRoleName">Role name '{0}' is already taken.</text>
  17. <text name="Identity.DuplicateUserName">User name '{0}' is already taken.</text>
  18. <text name="Identity.DuplicatePhoneNumber">Phone number '{0}' is already taken.</text>
  19. <text name="Identity.InvalidEmail">Email '{0}' is invalid.</text>
  20. <text name="Identity.InvalidPasswordHasherCompatibilityMode">The provided PasswordHasherCompatibilityMode is invalid.</text>
  21. <text name="Identity.InvalidPasswordHasherIterationCount">The iteration count must be a positive integer.</text>
  22. <text name="Identity.InvalidRoleName">Role name '{0}' is invalid.</text>
  23. <text name="Identity.InvalidToken">Invalid token.</text>
  24. <text name="Identity.InvalidUserName">User name '{0}' is invalid, can only contain letters or digits.</text>
  25. <text name="Identity.LoginAlreadyAssociated">A user with this login already exists.</text>
  26. <text name="Identity.PasswordMismatch">Incorrect password.</text>
  27. <text name="Identity.PasswordRequireDigit">Passwords must have at least one digit ('0'-'9').</text>
  28. <text name="Identity.PasswordRequireLower">Passwords must have at least one lowercase ('a'-'z').</text>
  29. <text name="Identity.PasswordRequireNonAlphanumeric">Passwords must have at least one non alphanumeric character.</text>
  30. <text name="Identity.PasswordRequireUpper">Passwords must have at least one uppercase ('A'-'Z').</text>
  31. <text name="Identity.PasswordTooShort">Passwords must be at least {0} characters.</text>
  32. <text name="Identity.RoleNotFound">Role {0} does not exist.</text>
  33. <text name="Identity.UserAlreadyHasPassword">User already has a password set.</text>
  34. <text name="Identity.UserAlreadyInRole">User already in role '{0}'.</text>
  35. <text name="Identity.UserLockedOut">User is locked out.</text>
  36. <text name="Identity.UserLockoutNotEnabled">Lockout is not enabled for this user.</text>
  37. <text name="Identity.UserNameNotFound">User {0} does not exist.</text>
  38. <text name="Identity.UserNotInRole">User is not in role '{0}'.</text>
  39. <text name="Email">Email</text>
  40. <text name="EmailSecurityCodeSubject">Security Code</text>
  41. <text name="EmailSecurityCodeBody">Your security code is: {0}</text>
  42. <text name="Sms">Sms</text>
  43. <text name="SmsSecurityCodeMessage">Your security code is: {0}</text>
  44. </texts>
  45. </localizationDictionary>