| 1234567891011121314151617181920212223242526 |
- namespace WeApp.Configuration
- {
- public class IwbLanguageMessage
- {
- public const string PasswordError = "PasswordError";
- public const string InvalidUserType = "InvalidUserType";
- public const string NoPermissionUpdateUser = "NoPermissionUpdateUser";
- public const string NoPermissionUpdateUserType = "NoPermissionUpdateUserType";
- public const string CanNotDeleteUser = "CanNotDeleteUser";
- public const string CanNotUpdateAccountType = "CanNotUpdateAccountType";
- public const string CanNotUpdateAdminPermission = "CanNotUpdateAdminPermission";
- public const string NoPermissionUpdateRoleType = "NoPermissionUpdateRoleType";
- public const string CanNotDeleteRole = "CanNotDeleteRole";
- public const string NoPermissionOperation = "NoPermissionOperation";
- public const string UserSessionTimeout = "UserSessionTimeout";
- public const string KeyExistMessage = "KeyExistMessage";
- public const string KeyExistMessageFormatter = "KeyExistMessageFormatter";
- public const string KeyNotExistMessage = "KeyNotExistMessage";
- public const string KeyNotExistMessageFormatter = "KeyNotExistMessageFormatter";
- public const string NoImageInfo = "NoImageInfo";
- public const string CanNotDelete = "CanNotDeleteRecord";
- public const string NotificationNotBelong = "ThisNotificationDoesntBelongToYou";
- }
- }
|