diff options
author | David van Tonder <david.vantonder@gmail.com> | 2011-11-24 17:47:55 -0500 |
---|---|---|
committer | David van Tonder <david.vantonder@gmail.com> | 2011-11-24 17:47:55 -0500 |
commit | dd94c2561c092c01e459080c9ca0a966ed67074c (patch) | |
tree | 901c48d6c4fae3733b37a1fa4eac5c1bd366f1ae /overlay | |
parent | e9565ac85079e3fdbabd9e3756a154cb567b05b0 (diff) | |
download | device_samsung_aries-common-dd94c2561c092c01e459080c9ca0a966ed67074c.zip device_samsung_aries-common-dd94c2561c092c01e459080c9ca0a966ed67074c.tar.gz device_samsung_aries-common-dd94c2561c092c01e459080c9ca0a966ed67074c.tar.bz2 |
Extended Power Menu - Device overlay - translatable
Change-Id: I38b9246d866cedd100ebbc8c36770a7945ea8272
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/arrays.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/arrays.xml b/overlay/frameworks/base/core/res/res/values/arrays.xml index 92bc523..5b65ae4 100644 --- a/overlay/frameworks/base/core/res/res/values/arrays.xml +++ b/overlay/frameworks/base/core/res/res/values/arrays.xml @@ -20,14 +20,14 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Defines the shutdown options shown in the reboot dialog. --> - <array name="shutdown_reboot_options"> - <item>Reboot</item> - <item>Recovery</item> + <array name="shutdown_reboot_options" translatable="false"> + <item>@string/reboot_reboot</item> + <item>@string/reboot_recovery</item> </array> <!-- Do not translate. Defines the shutdown actions passed to the kernel. The first item should be empty for regular reboot. --> - <string-array name="shutdown_reboot_actions"> + <string-array name="shutdown_reboot_actions" translatable="false"> <item></item> <item>recovery</item> </string-array> |