summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-10-31 04:08:49 +0100
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-10-31 04:08:49 +0100
commit18f3f571d7459506a1a0100bef37f485d2c001f7 (patch)
tree54adf173c3d7ea4387ae088ba1d6a5cdb58c6bef
parentSnap for 5098750 from 4b6e26aa5f333d0d0ba86133bfac200bd504bb6c to qt-release (diff)
parentMerge "Add description for the new translation" am: d84d570d8c am: 3616e28bd1 (diff)
downloadandroid_bootable_recovery-18f3f571d7459506a1a0100bef37f485d2c001f7.tar
android_bootable_recovery-18f3f571d7459506a1a0100bef37f485d2c001f7.tar.gz
android_bootable_recovery-18f3f571d7459506a1a0100bef37f485d2c001f7.tar.bz2
android_bootable_recovery-18f3f571d7459506a1a0100bef37f485d2c001f7.tar.lz
android_bootable_recovery-18f3f571d7459506a1a0100bef37f485d2c001f7.tar.xz
android_bootable_recovery-18f3f571d7459506a1a0100bef37f485d2c001f7.tar.zst
android_bootable_recovery-18f3f571d7459506a1a0100bef37f485d2c001f7.zip
-rw-r--r--tools/recovery_l10n/res/values/strings.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/tools/recovery_l10n/res/values/strings.xml b/tools/recovery_l10n/res/values/strings.xml
index d56d0733c..a557ba8af 100644
--- a/tools/recovery_l10n/res/values/strings.xml
+++ b/tools/recovery_l10n/res/values/strings.xml
@@ -36,4 +36,36 @@
system is installing a security update. [CHAR LIMIT=60] -->
<string name="recovery_installing_security">Installing security update</string>
+ <!-- Displayed on the screen beneath the recovery titles when the
+ device enters the recovery mode and prompts a data wipe. [CHAR
+ LIMIT=400] -->
+ <string name="recovery_wipe_data_menu_header">Cannot load Android
+ system. Your data may be corrupt. If you continue to get this
+ message, you may need to perform a factory data reset and erase
+ all user data stored on this device.</string>
+
+ <!-- Displayed on the screen as the first element of the menu to
+ prompt the wipe data, beneath the menu header. The menu shows
+ up when the device enters the recovery mode and prompts a data
+ wipe. [CHAR LIMIT=60] -->
+ <string name="recovery_try_again">Try again</string>
+
+ <!-- Displayed on the screen as the second element of the menu to
+ prompt the wipe data, beneath the menu header. The menu shows
+ up when the device enters the recovery mode and prompts a data
+ wipe. [CHAR LIMIT=60] -->
+ <string name="recovery_factory_data_reset">Factory data reset</string>
+
+ <!-- Displayed on the screen beneath the recovery titles when users
+ select "Factory data reset" in the previous menu. [CHAR
+ LIMIT=150] -->
+ <string name="recovery_wipe_data_confirmation">Wipe all user data?\n\n
+ THIS CAN NOT BE UNDONE!</string>
+
+ <!-- Displayed on the screen as the first element of the wipe data
+ confirmation menu. The menu shows up when users select
+ "Factory data reset" when prompted to wipe data. [CHAR
+ LIMIT=60] -->
+ <string name="recovery_cancel_wipe_data">Cancel</string>
+
</resources>