IwbZero.xml 976 B

12345678910111213
  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. </texts>
  13. </localizationDictionary>