diff options
author | Vinod Krishnan <vinodkrishnan@google.com> | 2014-04-10 16:15:44 -0700 |
---|---|---|
committer | Vinod Krishnan <vinodkrishnan@google.com> | 2014-04-11 10:58:03 -0700 |
commit | 033ae3abb5b3046230806219dd070ba1f616cd03 (patch) | |
tree | 3eb7cf063e1cb556d9cfc3f24edb0056338d6d94 | |
parent | da6b9599c77230c689d63e32ca80b62f60f18c27 (diff) | |
download | frameworks_base-033ae3abb5b3046230806219dd070ba1f616cd03.zip frameworks_base-033ae3abb5b3046230806219dd070ba1f616cd03.tar.gz frameworks_base-033ae3abb5b3046230806219dd070ba1f616cd03.tar.bz2 |
Set wearable specific strings in framework
Change-Id: I81e7d55c53809199a340c9c16070b55ffbaeefc0
-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 5748e72..02d4ad7 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> |