blob: 48d18dacac6baa24f9026d81a5e2fd1bebb39aa5 [file] [log] [blame]
Elliott Hughes3d0153a2016-03-22 21:18:58 -07001<?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 Xu9a259772016-07-28 14:15:00 -070012 <item>installing_security</item>
Elliott Hughes3d0153a2016-03-22 21:18:58 -070013 </string-array>
14
15 <!-- Displayed on the screen beneath the animated android while the
16 system is installing an update. [CHAR LIMIT=60] -->
17 <string name="recovery_installing">Installing system update\u2026</string>
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] -->
22 <string name="recovery_erasing">Erasing\u2026</string>
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] -->
28 <string name="recovery_no_command">No command.</string>
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 Xu1c95c972016-03-28 16:11:50 -070035 <!-- Displayed on the screen beneath the animation while the
36 system is installing a security update. [CHAR LIMIT=60] -->
37 <string name="recovery_installing_security">Installing security update\u2026</string>
38
Elliott Hughes3d0153a2016-03-22 21:18:58 -070039</resources>