diff options
author | Vinod Krishnan <vinodkrishnan@google.com> | 2014-04-15 23:45:26 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-04-15 23:45:26 +0000 |
commit | 56a90cb8e1a136d6367c0006bf8689fcc97211cb (patch) | |
tree | 06f5efd4349a60ce3dd7fb6fc76ed831a96c124c /core | |
parent | 7ba3b3f4c87d891a2e8b55f68efd169392ff62af (diff) | |
parent | 033ae3abb5b3046230806219dd070ba1f616cd03 (diff) | |
download | frameworks_base-56a90cb8e1a136d6367c0006bf8689fcc97211cb.zip frameworks_base-56a90cb8e1a136d6367c0006bf8689fcc97211cb.tar.gz frameworks_base-56a90cb8e1a136d6367c0006bf8689fcc97211cb.tar.bz2 |
Merge "Set wearable specific strings in framework" into klp-modular-dev
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 854268b..5c848f3 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -278,6 +278,8 @@ <!-- If MMS discovers there isn't much space left on the device, it will show a toast with this message. --> <string name="low_memory" product="tablet">Tablet storage is full. Delete some files to free space.</string> <!-- If MMS discovers there isn't much space left on the device, it will show a toast with this message. --> + <string name="low_memory" product="watch">Watch storage is full. Delete some files to free space.</string> + <!-- If MMS discovers there isn't much space left on the device, it will show a toast with this message. --> <string name="low_memory" product="default">Phone storage is full. Delete some files to free space.</string> <!-- SSL CA cert notification --> <skip /> @@ -324,6 +326,9 @@ <!-- Shutdown Confirmation Dialog. When the user chooses to power off the phone, there will be a confirmation dialog. This is the message. --> <string name="shutdown_confirm" product="tablet">Your tablet will shut down.</string> + <!-- Shutdown Confirmation Dialog. When the user chooses to power off the watch, there will + be a confirmation dialog. This is the message. --> + <string name="shutdown_confirm" product="watch">Your watch will shut down.</string> <!-- Shutdown Confirmation Dialog. When the user chooses to power off the phone, there will be a confirmation dialog. This is the message. --> <string name="shutdown_confirm" product="default">Your phone will shut down.</string> |