mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Changes to texts
This commit is contained in:
parent
87cc30d497
commit
bed8361f60
@ -39,30 +39,30 @@ CREATE TABLE IF NOT EXISTS `IOS_FEATURE` (
|
||||
|
||||
INSERT INTO IOS_FEATURE (CODE, NAME, DESCRIPTION)
|
||||
VALUES
|
||||
('INSTALL_ENTERPRISE_APPLICATION', 'INSTALL_ENTERPRISE_APPLICATION', 'Enterprise application installation'),
|
||||
('INSTALL_STORE_APPLICATION', 'INSTALL_STORE_APPLICATION', 'Store application installation'),
|
||||
('REMOVE_APPLICATION', 'REMOVE_APPLICATION', 'Application removal'),
|
||||
('DEVICE_LOCK', 'DEVICE_LOCK', 'Lock device'),
|
||||
('CELLULAR', 'CELLULAR', 'Cellular operation'),
|
||||
('APN', 'APN', 'APN operation'),
|
||||
('RESTRICTION', 'RESTRICTION', 'Restriction operation'),
|
||||
('WIFI', 'WIFI', 'WIFI operation'),
|
||||
('DEVICE_INFO', 'DEVICE_INFO', 'Device info operation'),
|
||||
('AIR_PLAY', 'AIR_PLAY', 'AirPlay operation'),
|
||||
('LOCATION', 'LOCATION', 'Fetch location'),
|
||||
('ALARM', 'ALARM', 'Alarm device'),
|
||||
('APPLICATION_LIST', 'APPLICATION_LIST', 'Application list'),
|
||||
('PROFILE_LIST', 'PROFILE_LIST', 'Profile list'),
|
||||
('REMOVE_PROFILE', 'REMOVE_PROFILE', 'Remove profile'),
|
||||
('CLEAR_PASSCODE', 'CLEAR_PASSCODE', 'Clear passcode'),
|
||||
('CALDAV', 'CALDAV', 'CalDav'),
|
||||
('CALENDAR_SUBSCRIPTION', 'CALENDAR_SUBSCRIPTION', 'Calendar subscription'),
|
||||
('PASSCODE_POLICY', 'PASSCODE_POLICY', 'Passcode policy'),
|
||||
('EMAIL', 'EMAIL', 'Email operation'),
|
||||
('INSTALL_ENTERPRISE_APPLICATION', 'Install Enterprise App', 'Install Enterprise App'),
|
||||
('INSTALL_STORE_APPLICATION', 'Install Public App', 'Install Public App'),
|
||||
('REMOVE_APPLICATION', 'Uninstall App', 'Uninstall App'),
|
||||
('DEVICE_LOCK', 'Device Lock', 'Device Lock'),
|
||||
('CELLULAR', 'Cellular', 'Cellular'),
|
||||
('APN', 'APN', 'APN'),
|
||||
('RESTRICTION', 'Restrictions', 'Restrictions operation'),
|
||||
('WIFI', 'Wifi', 'Wifi'),
|
||||
('DEVICE_INFO', 'Device Info', 'Device info operation'),
|
||||
('AIR_PLAY', 'Air Play', 'AirPlay operation'),
|
||||
('LOCATION', 'Location', 'Fetch location'),
|
||||
('ALARM', 'Alarm', 'Alarm device'),
|
||||
('APPLICATION_LIST', 'Application list', 'Application list'),
|
||||
('PROFILE_LIST', 'Profile List', 'Profile list'),
|
||||
('REMOVE_PROFILE', 'Remove Profile', 'Remove profile'),
|
||||
('CLEAR_PASSCODE', 'Clear Passcode', 'Clear passcode'),
|
||||
('CALDAV', 'CalDev', 'Setup CalDav'),
|
||||
('CALENDAR_SUBSCRIPTION', 'Calendar Subscriptions', 'Calendar subscription'),
|
||||
('PASSCODE_POLICY', 'Passcode Policy', 'Passcode policy'),
|
||||
('EMAIL', 'Email', 'Email operation'),
|
||||
('LDAP', 'LDAP', 'LDAP operation'),
|
||||
('WEB_CLIP', 'WEB_CLIP', 'Web clip operation'),
|
||||
('WEB_CLIP', 'Web Clip', 'Web clip operation'),
|
||||
('VPN', 'VPN', 'VPN operation'),
|
||||
('PER_APP_VPN', 'PER_APP_VPN', 'Per app VPN operation'),
|
||||
('APP_TO_PER_APP_VPN_MAPPING', 'APP_TO_PER_APP_VPN_MAPPING', 'App to per app VPN mapping operation'),
|
||||
('ENTERPRISE_WIPE', 'ENTERPRISE_WIPE', 'Enterprise wipe operation'),
|
||||
('APP_LOCK', 'APP_LOCK', 'App lock operation');
|
||||
('PER_APP_VPN', 'Per App VPN', 'Per app VPN operation'),
|
||||
('APP_TO_PER_APP_VPN_MAPPING', 'VPN App mapping', 'App to per app VPN mapping operation'),
|
||||
('ENTERPRISE_WIPE', 'Enterprise Wipe', 'Enterprise wipe operation'),
|
||||
('APP_LOCK', 'App lock', 'App lock operation');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user