summaryrefslogtreecommitdiffstats
path: root/res/values-watch/strings.xml
diff options
context:
space:
mode:
authorAnthony Hugh <ahugh@google.com>2015-09-16 01:52:40 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-09-16 01:52:40 +0000
commitfbe307f9ee43b750ff8cae2658c1e0f03676da60 (patch)
tree86268e49b3b4b7e7e041d78f9e262a50b1618f5b /res/values-watch/strings.xml
parente31ffee066934ac4f8d66d0648c21be190a332c8 (diff)
parent6412dc4a8f47b134af6c5abb5f7f30321bb3ce68 (diff)
downloadandroid_packages_apps_PackageInstaller-fbe307f9ee43b750ff8cae2658c1e0f03676da60.tar.gz
android_packages_apps_PackageInstaller-fbe307f9ee43b750ff8cae2658c1e0f03676da60.tar.bz2
android_packages_apps_PackageInstaller-fbe307f9ee43b750ff8cae2658c1e0f03676da60.zip
Merge "Permissions Watch settings UI port" into cw-e-dev
Diffstat (limited to 'res/values-watch/strings.xml')
-rw-r--r--res/values-watch/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values-watch/strings.xml b/res/values-watch/strings.xml
index 161ff834..82841f0f 100644
--- a/res/values-watch/strings.xml
+++ b/res/values-watch/strings.xml
@@ -26,4 +26,9 @@
<!-- Preference row title for showing system apps. -->
<string name="preference_show_system_apps">Show system apps</string>
+
+ <!-- Generic text to indicate that a setting is enabled. Should be in all caps. [CHAR LIMIT=40] -->
+ <string name="generic_enabled">ENABLED</string>
+ <!-- Generic text to indicate that a setting is disabled. Should be in all caps. [CHAR LIMIT=40] -->
+ <string name="generic_disabled">DISABLED</string>
</resources>