summaryrefslogtreecommitdiffstats
path: root/tools/recovery_l10n/res/values/strings.xml
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-03-26 16:45:24 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-03-26 16:45:24 +0100
commit2dbd06c7ed9e753439fb2c0e17d11ca6323e5157 (patch)
tree660f8f2dcdc64c1ccaa0665463e275fe9dd16a31 /tools/recovery_l10n/res/values/strings.xml
parentMerge "Skip stashing source blocks in verify mode" (diff)
parentMove recovery_l10n here from development/tools. (diff)
downloadandroid_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.gz
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.bz2
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.lz
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.xz
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.zst
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.zip
Diffstat (limited to 'tools/recovery_l10n/res/values/strings.xml')
-rw-r--r--tools/recovery_l10n/res/values/strings.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/tools/recovery_l10n/res/values/strings.xml b/tools/recovery_l10n/res/values/strings.xml
new file mode 100644
index 000000000..3a8aeec9c
--- /dev/null
+++ b/tools/recovery_l10n/res/values/strings.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <!-- Do not translate. -->
+ <string translatable="false" name="go">Go</string>
+
+ <!-- Do not translate. -->
+ <string-array translatable="false" name="string_options">
+ <item>installing</item>
+ <item>erasing</item>
+ <item>no_command</item>
+ <item>error</item>
+ </string-array>
+
+ <!-- Displayed on the screen beneath the animated android while the
+ system is installing an update. [CHAR LIMIT=60] -->
+ <string name="recovery_installing">Installing system update\u2026</string>
+
+ <!-- Displayed on the screen beneath the animated android while the
+ system is erasing a partition (either a data wipe aka "factory
+ reset", or a cache wipe). [CHAR LIMIT=60] -->
+ <string name="recovery_erasing">Erasing\u2026</string>
+
+ <!-- Displayed on the screen when the user has gotten into recovery
+ mode without a command to run. Will not normally happen, but
+ users (especially developers) may boot into recovery mode
+ manually via special key combinations. [CHAR LIMIT=60] -->
+ <string name="recovery_no_command">No command.</string>
+
+ <!-- Displayed on the triangle-! screen when a system update
+ installation or data wipe procedure encounters an error. [CHAR
+ LIMIT=60] -->
+ <string name="recovery_error">Error!</string>
+
+</resources>