diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index b86950b..5a0b589 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -528,6 +528,12 @@ <string name="pin_password_illegal_character">PIN must contain only digits 0-9</string> <!-- Error shown when in PASSWORD mode and user enters an invalid character --> <string name="pin_password_contains_non_digits">Password contains an illegal character</string> + <!-- In the security screen, the header title for settings related to device admins --> + <string name="device_admin_title">Device administration</string> + <!-- Title of preference to manage device admins --> + <string name="manage_device_admin">Select device administrators</string> + <!-- Summary of preference to manage device policies --> + <string name="manage_device_admin_summary">Add or remove device administrators</string> <!-- Bluetooth settings --> <!-- Bluetooth settings check box title on Main Settings screen --> @@ -2304,6 +2310,16 @@ found in the list of installed applications.</string> <!-- Dialog title for confirmation to erase backup data from server --> <string name="backup_erase_dialog_message">Are you sure you want to stop backing up your settings and erase all copies on Google servers?</string> + <!-- Device admin settings screen --><skip/> + <!-- Device admin settings activity title --> + <string name="device_admin_settings_title">Device administration settings</string> + <!-- Label for screen showing the active device policy --> + <string name="active_device_admin_msg">Active device administrator</string> + <!-- Label for button to remove the active device admin --> + <string name="remove_device_admin">Remove</string> + <!-- Label for screen showing to select device policy --> + <string name="select_device_admin_msg">Select device administrator</string> + <!-- Name to assign to a Network Access Point that was saved without a name --> <string name="untitled_apn">Untitled</string> </resources> |