diff options
author | Stephen Bird <sbird@cyngn.com> | 2016-05-04 14:56:11 -0700 |
---|---|---|
committer | Stephen Bird <sbird@cyngn.com> | 2016-05-04 14:56:11 -0700 |
commit | 8aefa3117ac6f2d50bce540ecc10e1e024e7827e (patch) | |
tree | eb9ecdc6389ccd88402979c616efcf9734a068a5 /packages/SettingsLib | |
parent | db0e699ba904e1fbbba33ddcea8d1b41d301150b (diff) | |
download | frameworks_base-8aefa3117ac6f2d50bce540ecc10e1e024e7827e.zip frameworks_base-8aefa3117ac6f2d50bce540ecc10e1e024e7827e.tar.gz frameworks_base-8aefa3117ac6f2d50bce540ecc10e1e024e7827e.tar.bz2 |
Fix revert build breakage
Change-Id: I090dd9a112f930967ec76bfa6e19c2ac52e50a9a
Diffstat (limited to 'packages/SettingsLib')
-rw-r--r-- | packages/SettingsLib/res/values/strings.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml index c110321..bc1f16d 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -201,4 +201,34 @@ <!-- Content description of the WIFI signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_wifi_signal_full">Wifi signal full.</string> + <!-- Label for kernel threads in battery usage --> + <string name="process_kernel_label">Android OS</string> + <!-- Title of data usage item that represents all uninstalled applications. [CHAR LIMIT=48] --> + <string name="data_usage_uninstalled_apps">Removed apps</string> + <!-- Title of data usage item that represents all uninstalled applications or removed users. [CHAR LIMIT=48] --> + <string name="data_usage_uninstalled_apps_users">Removed apps and users</string> + + <!-- Tethering controls, item title to go into the tethering settings --> + <!-- Tethering controls, item title to go into the tethering settings when only USB tethering is available [CHAR LIMIT=25]--> + <string name="tether_settings_title_usb">USB tethering</string> + <!-- Tethering controls, item title to go into the tethering settings when only Wifi tethering is available [CHAR LIMIT=25]--> + <string name="tether_settings_title_wifi">Portable hotspot</string> + <!-- Tethering controls, item title to go into the tethering settings when only Bluetooth tethering is available [CHAR LIMIT=25]--> + <string name="tether_settings_title_bluetooth">Bluetooth tethering</string> + <!-- Tethering controls, item title to go into the tethering settings when USB and Bluetooth tethering are available [CHAR LIMIT=25]--> + <string name="tether_settings_title_usb_bluetooth">Tethering</string> + <!-- Tethering controls, item title to go into the tethering settings when USB, Bluetooth and Wifi tethering are available [CHAR LIMIT=25]--> + <string name="tether_settings_title_all">Tethering & portable hotspot</string> + + <!-- Title for a work profile. [CHAR LIMIT=25] --> + <string name="managed_user_title">Work profile</string> + + <!-- Title for Guest user [CHAR LIMIT=35] --> + <string name="user_guest">Guest</string> + + <!-- Manage apps, individual app screen, substituted for the application's label when the app's label CAN NOT be determined.--> + <string name="unknown">Unknown</string> + + <!-- [CHAR LIMIT=NONE] Label of a running process that represents another user --> + <string name="running_process_item_user_label">User: <xliff:g id="user_name">%1$s</xliff:g></string> </resources> |