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> |
| 12 | </string-array> |
| 13 | |
| 14 | <!-- Displayed on the screen beneath the animated android while the |
| 15 | system is installing an update. [CHAR LIMIT=60] --> |
Elliott Hughes | ebcdea8 | 2016-04-19 16:17:42 -0700 | [diff] [blame] | 16 | <string name="recovery_installing">Installing system update</string> |
Elliott Hughes | cc79490 | 2016-03-22 21:18:58 -0700 | [diff] [blame] | 17 | |
| 18 | <!-- Displayed on the screen beneath the animated android while the |
| 19 | system is erasing a partition (either a data wipe aka "factory |
| 20 | reset", or a cache wipe). [CHAR LIMIT=60] --> |
Elliott Hughes | ebcdea8 | 2016-04-19 16:17:42 -0700 | [diff] [blame] | 21 | <string name="recovery_erasing">Erasing</string> |
Elliott Hughes | cc79490 | 2016-03-22 21:18:58 -0700 | [diff] [blame] | 22 | |
| 23 | <!-- Displayed on the screen when the user has gotten into recovery |
| 24 | mode without a command to run. Will not normally happen, but |
| 25 | users (especially developers) may boot into recovery mode |
| 26 | manually via special key combinations. [CHAR LIMIT=60] --> |
Elliott Hughes | ebcdea8 | 2016-04-19 16:17:42 -0700 | [diff] [blame] | 27 | <string name="recovery_no_command">No command</string> |
Elliott Hughes | cc79490 | 2016-03-22 21:18:58 -0700 | [diff] [blame] | 28 | |
| 29 | <!-- Displayed on the triangle-! screen when a system update |
| 30 | installation or data wipe procedure encounters an error. [CHAR |
| 31 | LIMIT=60] --> |
| 32 | <string name="recovery_error">Error!</string> |
| 33 | |
Tianjie Xu | 1ee0ff3 | 2016-03-28 16:11:50 -0700 | [diff] [blame] | 34 | <!-- Displayed on the screen beneath the animation while the |
| 35 | system is installing a security update. [CHAR LIMIT=60] --> |
Elliott Hughes | ebcdea8 | 2016-04-19 16:17:42 -0700 | [diff] [blame] | 36 | <string name="recovery_installing_security">Installing security update</string> |
Tianjie Xu | 1ee0ff3 | 2016-03-28 16:11:50 -0700 | [diff] [blame] | 37 | |
Elliott Hughes | cc79490 | 2016-03-22 21:18:58 -0700 | [diff] [blame] | 38 | </resources> |