| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?xml version="1.0" encoding="utf-8" ?>
- <localizationDictionary culture="en">
- <texts>
- <text name="InvalidTenancyName" value="Tenancy name is not valid!" />
- <text name="TenancyNameIsAlreadyTaken" value="Tenancy name {0} is already taken." />
- <text name="RoleNameIsAlreadyTaken" value="Role name {0} is already taken." />
- <text name="RoleDisplayNameIsAlreadyTaken" value="Role display name {0} is already taken." />
- <text name="CanNotDeleteStaticRole" value="Can not delete a static role: {0}" />
- <text name="CanNotRenameAdminUser" value="Can not rename user name of the {0} since this is the default admin user!" />
- <text name="CanNotDeleteAdminUser" value="Can not delete user {0} since this is the default admin user!" />
- <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." />
- <text name="InvalidFeatureValue" value="{0} feature value is not valid!" />
- <text name="Identity.ConcurrencyFailure">Optimistic concurrency failure, object has been modified.</text>
- <text name="Identity.DefaultError">An unknown failure has occurred.</text>
- <text name="Identity.DuplicateEmail">Email '{0}' is already taken.</text>
- <text name="Identity.DuplicateRoleName">Role name '{0}' is already taken.</text>
- <text name="Identity.DuplicateUserName">User name '{0}' is already taken.</text>
- <text name="Identity.DuplicatePhoneNumber">Phone number '{0}' is already taken.</text>
- <text name="Identity.InvalidEmail">Email '{0}' is invalid.</text>
- <text name="Identity.InvalidPasswordHasherCompatibilityMode">The provided PasswordHasherCompatibilityMode is invalid.</text>
- <text name="Identity.InvalidPasswordHasherIterationCount">The iteration count must be a positive integer.</text>
- <text name="Identity.InvalidRoleName">Role name '{0}' is invalid.</text>
- <text name="Identity.InvalidToken">Invalid token.</text>
- <text name="Identity.InvalidUserName">User name '{0}' is invalid, can only contain letters or digits.</text>
- <text name="Identity.LoginAlreadyAssociated">A user with this login already exists.</text>
- <text name="Identity.PasswordMismatch">Incorrect password.</text>
- <text name="Identity.PasswordRequireDigit">Passwords must have at least one digit ('0'-'9').</text>
- <text name="Identity.PasswordRequireLower">Passwords must have at least one lowercase ('a'-'z').</text>
- <text name="Identity.PasswordRequireNonAlphanumeric">Passwords must have at least one non alphanumeric character.</text>
- <text name="Identity.PasswordRequireUpper">Passwords must have at least one uppercase ('A'-'Z').</text>
- <text name="Identity.PasswordTooShort">Passwords must be at least {0} characters.</text>
- <text name="Identity.RoleNotFound">Role {0} does not exist.</text>
- <text name="Identity.UserAlreadyHasPassword">User already has a password set.</text>
- <text name="Identity.UserAlreadyInRole">User already in role '{0}'.</text>
- <text name="Identity.UserLockedOut">User is locked out.</text>
- <text name="Identity.UserLockoutNotEnabled">Lockout is not enabled for this user.</text>
- <text name="Identity.UserNameNotFound">User {0} does not exist.</text>
- <text name="Identity.UserNotInRole">User is not in role '{0}'.</text>
- <text name="Email">Email</text>
- <text name="EmailSecurityCodeSubject">Security Code</text>
- <text name="EmailSecurityCodeBody">Your security code is: {0}</text>
- <text name="Sms">Sms</text>
- <text name="SmsSecurityCodeMessage">Your security code is: {0}</text>
- </texts>
- </localizationDictionary>
|