summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorCharles He <qiurui@google.com>2017-03-23 20:40:26 +0000
committerCharles He <qiurui@google.com>2017-03-24 11:26:48 +0000
commit56f3177d49ef2025a96e4ffd5e4a5749a6d4ab09 (patch)
tree4843ee95aa09ade4751eaea641d884a1830a95d4 /res/values/strings.xml
parente31072dd2c509dd5536d7c5d6c3bd1614e2dfa24 (diff)
downloadandroid_packages_apps_PackageInstaller-56f3177d49ef2025a96e4ffd5e4a5749a6d4ab09.tar.gz
android_packages_apps_PackageInstaller-56f3177d49ef2025a96e4ffd5e4a5749a6d4ab09.tar.bz2
android_packages_apps_PackageInstaller-56f3177d49ef2025a96e4ffd5e4a5749a6d4ab09.zip
Enterprise string clean-up for O
Bug: 34326838 Test: make Change-Id: Ie0261403367925c53ebeedcac3485f02766f00a5
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml20
1 files changed, 11 insertions, 9 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5d1ef607..a40ace23 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -78,9 +78,11 @@
<string name="launch">Open</string>
<!-- Message presented in a dialog box when the device administrator restricts the installation of apps from unknown sources. [CHAR LIMIT=none] -->
- <string name="unknown_apps_admin_dlg_text">Your administrator doesn\'t allow installation of apps obtained from unknown sources.</string>
+ <string name="unknown_apps_admin_dlg_text">Your admin doesn\'t allow installation of apps
+ obtained from unknown sources</string>
<!-- Message presented in a dialog box when the user restriction set by the system restricts the installation of apps from unknown sources. [CHAR LIMIT=none] -->
- <string name="unknown_apps_user_restriction_dlg_text">Unknown apps can\u2019t be installed by this user.</string>
+ <string name="unknown_apps_user_restriction_dlg_text">Unknown apps can\'t be installed by this
+ user</string>
<string name="ok">OK</string>
@@ -117,12 +119,12 @@
<string name="uninstall_failed_app">Uninstalling <xliff:g id="package_label">%1$s</xliff:g> unsuccessful.</string>
<!-- String presented to the user when uninstalling a package failed because the target package
is a current device administrator [CHAR LIMIT=80] -->
- <string name="uninstall_failed_device_policy_manager">Can\'t uninstall because this package is an
- active device administrator.</string>
+ <string name="uninstall_failed_device_policy_manager">Can\'t uninstall active device admin
+ app</string>
<!-- String presented to the user when uninstalling a package failed because the target package
is a current device administrator for some user [CHAR LIMIT=100] -->
- <string name="uninstall_failed_device_policy_manager_of_user">Can\'t uninstall because this package is an
- active device administrator for the user <xliff:g id="username">%1$s</xliff:g>.</string>
+ <string name="uninstall_failed_device_policy_manager_of_user">Can\'t uninstall active device
+ admin app for <xliff:g id="username">%1$s</xliff:g></string>
<!-- String presented to the admin user when uninstalling a package for all users failed
because a profile owner has marked the target package as not able to be uninstalled
[CHAR LIMIT=120] -->
@@ -136,10 +138,10 @@
has marked the the target package as not able to be uninstalled [CHAR LIMIT=80] -->
<string name="uninstall_blocked_device_owner">This app is required
by your device administrator and can\'t be uninstalled.</string>
- <!-- String on a button that leads to the "device administrator" configuration setting where a
- user will be able to disable the device administrator in order to uninstall
+ <!-- String on a button that leads to the "device admin apps" configuration setting where a
+ user will be able to disable the device admin app in order to uninstall
it. [CHAR LIMIT=50] -->
- <string name="manage_device_administrators">Manage device administrators</string>
+ <string name="manage_device_administrators">Manage device admin apps</string>
<!-- String on a button that leads to the "Users" page in Settings where a
user will be able to remove the secondary user(s) in order to uninstall
the app. [CHAR LIMIT=50] -->