Elliott Hughes | cc79490 | 2016-03-22 21:18:58 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <resources> |
| 3 | <!-- Do not translate. --> |
| 4 | <string translatable="false" name="go">Go</string> |
| 5 | |
| 6 | <!-- Do not translate. --> |
| 7 | <string-array translatable="false" name="string_options"> |
| 8 | <item>installing</item> |
| 9 | <item>erasing</item> |
| 10 | <item>no_command</item> |
| 11 | <item>error</item> |
Tianjie Xu | 9a25977 | 2016-07-28 14:15:00 -0700 | [diff] [blame] | 12 | <item>installing_security</item> |
Elliott Hughes | cc79490 | 2016-03-22 21:18:58 -0700 | [diff] [blame] | 13 | </string-array> |
| 14 | |
| 15 | <!-- Displayed on the screen beneath the animated android while the |
| 16 | system is installing an update. [CHAR LIMIT=60] --> |
Elliott Hughes | ebcdea8 | 2016-04-19 16:17:42 -0700 | [diff] [blame] | 17 | <string name="recovery_installing">Installing system update</string> |
Elliott Hughes | cc79490 | 2016-03-22 21:18:58 -0700 | [diff] [blame] | 18 | |
| 19 | <!-- Displayed on the screen beneath the animated android while the |
| 20 | system is erasing a partition (either a data wipe aka "factory |
| 21 | reset", or a cache wipe). [CHAR LIMIT=60] --> |
Elliott Hughes | ebcdea8 | 2016-04-19 16:17:42 -0700 | [diff] [blame] | 22 | <string name="recovery_erasing">Erasing</string> |
Elliott Hughes | cc79490 | 2016-03-22 21:18:58 -0700 | [diff] [blame] | 23 | |
| 24 | <!-- Displayed on the screen when the user has gotten into recovery |
| 25 | mode without a command to run. Will not normally happen, but |
| 26 | users (especially developers) may boot into recovery mode |
| 27 | manually via special key combinations. [CHAR LIMIT=60] --> |
Elliott Hughes | ebcdea8 | 2016-04-19 16:17:42 -0700 | [diff] [blame] | 28 | <string name="recovery_no_command">No command</string> |
Elliott Hughes | cc79490 | 2016-03-22 21:18:58 -0700 | [diff] [blame] | 29 | |
| 30 | <!-- Displayed on the triangle-! screen when a system update |
| 31 | installation or data wipe procedure encounters an error. [CHAR |
| 32 | LIMIT=60] --> |
| 33 | <string name="recovery_error">Error!</string> |
| 34 | |
Tianjie Xu | 1ee0ff3 | 2016-03-28 16:11:50 -0700 | [diff] [blame] | 35 | <!-- Displayed on the screen beneath the animation while the |
| 36 | system is installing a security update. [CHAR LIMIT=60] --> |
Elliott Hughes | ebcdea8 | 2016-04-19 16:17:42 -0700 | [diff] [blame] | 37 | <string name="recovery_installing_security">Installing security update</string> |
Tianjie Xu | 1ee0ff3 | 2016-03-28 16:11:50 -0700 | [diff] [blame] | 38 | |
Tianjie Xu | 9f843e7 | 2018-10-22 15:02:58 -0700 | [diff] [blame] | 39 | <!-- Displayed on the screen beneath the recovery titles when the |
| 40 | device enters the recovery mode and prompts a data wipe. [CHAR |
| 41 | LIMIT=400] --> |
| 42 | <string name="recovery_wipe_data_menu_header">Cannot load Android |
| 43 | system. Your data may be corrupt. If you continue to get this |
| 44 | message, you may need to perform a factory data reset and erase |
| 45 | all user data stored on this device.</string> |
| 46 | |
| 47 | <!-- Displayed on the screen as the first element of the menu to |
| 48 | prompt the wipe data, beneath the menu header. The menu shows |
| 49 | up when the device enters the recovery mode and prompts a data |
| 50 | wipe. [CHAR LIMIT=60] --> |
| 51 | <string name="recovery_try_again">Try again</string> |
| 52 | |
| 53 | <!-- Displayed on the screen as the second element of the menu to |
| 54 | prompt the wipe data, beneath the menu header. The menu shows |
| 55 | up when the device enters the recovery mode and prompts a data |
| 56 | wipe. [CHAR LIMIT=60] --> |
| 57 | <string name="recovery_factory_data_reset">Factory data reset</string> |
| 58 | |
| 59 | <!-- Displayed on the screen beneath the recovery titles when users |
| 60 | select "Factory data reset" in the previous menu. [CHAR |
| 61 | LIMIT=150] --> |
| 62 | <string name="recovery_wipe_data_confirmation">Wipe all user data?\n\n |
| 63 | THIS CAN NOT BE UNDONE!</string> |
| 64 | |
| 65 | <!-- Displayed on the screen as the first element of the wipe data |
| 66 | confirmation menu. The menu shows up when users select |
| 67 | "Factory data reset" when prompted to wipe data. [CHAR |
| 68 | LIMIT=60] --> |
| 69 | <string name="recovery_cancel_wipe_data">Cancel</string> |
| 70 | |
Elliott Hughes | cc79490 | 2016-03-22 21:18:58 -0700 | [diff] [blame] | 71 | </resources> |