summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
blob: 95aafa15117e38a3ecd68af4ad98637ccae2c50c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2016 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- The name of the app. [CHAR_LIMIT=30] -->
    <string name="app_label">Emergency Information</string>
    <!-- The title of the edit info activity. "Emergency Information" should be translated using app_label above [CHAR_LIMIT=30] -->
    <string name="edit_emergency_info_label">Edit Emergency Information</string>
    <!-- The description of the pencil icon, for talkback. [CHAR_LIMIT=NONE] -->
    <string name="edit_info">Edit emergency information</string>
    <!-- The title of the emergency info tab. [CHAR_LIMIT=15] -->
    <string name="tab_title_info">Info</string>
    <!-- The title of the emergency contacts tab. [CHAR_LIMIT=15] -->
    <string name="tab_title_contacts">Contacts</string>
    <!-- The title of the name preference. [CHAR_LIMIT=40] -->
    <string name="name">Name</string>
    <!-- The default preference subtitle text to show when the name is unknown. [CHAR_LIMIT=40] -->
    <string name="unknown_name">Unknown</string>
    <!-- The title of the address preference. [CHAR_LIMIT=40] -->
    <string name="address">Address</string>
    <!-- The default preference subtitle text to show when the address is unknown. [CHAR_LIMIT=40] -->
    <string name="unknown_address">Unknown</string>
    <!-- The title of the date of birth preference. [CHAR_LIMIT=40] -->
    <string name="date_of_birth">Date of birth</string>
    <!-- The default preference subtitle text to show when the date of birth is unknown. [CHAR_LIMIT=40] -->
    <string name="unknown_date_of_birth">Unknown</string>
    <!-- The age and date of birth of the user. [CHAR_LIMIT=40] -->
    <string name="dob_and_age">
        Age: <xliff:g id="numerical_age" example="29">%1$d</xliff:g> (<xliff:g id="date_of_birth" example="3 feb 1987">%2$s</xliff:g>)
        </string>
    <!-- The age of the user. [CHAR_LIMIT=20] -->
    <string name="age">
        Age: <xliff:g id="numerical_age" example="29">%1$d</xliff:g>
    </string>
    <!-- The description of the remove date of birth icon, for talkback. [CHAR_LIMIT=NONE] -->
    <string name="remove_dob_icon_text">Remove date of birth</string>
    <!-- The title of the blood type preference. [CHAR_LIMIT=40] -->
    <string name="blood_type">Blood type</string>
    <!-- The default preference subtitle text to show when the blood type is unknown. [CHAR_LIMIT=40] -->
    <string name="unknown_blood_type">Unknown</string>
    <!-- Blood type O+. [CHAR_LIMIT=10] -->
    <string name="oplus">O+</string>
    <!-- Blood type O-. [CHAR_LIMIT=10] -->
    <string name="ominus">O-</string>
    <!-- Blood type A+. [CHAR_LIMIT=10] -->
    <string name="aplus">A+</string>
    <!-- Blood type A-. [CHAR_LIMIT=10] -->
    <string name="aminus">A-</string>
    <!-- Blood type B+. [CHAR_LIMIT=10] -->
    <string name="bplus">B+</string>
    <!-- Blood type B-. [CHAR_LIMIT=10] -->
    <string name="bminus">B-</string>
    <!-- Blood type AB+. [CHAR_LIMIT=10] -->
    <string name="abplus">AB+</string>
    <!-- Blood type AB-. [CHAR_LIMIT=10] -->
    <string name="abminus">AB-</string>
    <!-- Blood type H/H. [CHAR_LIMIT=10] -->
    <string name="hh">H/H</string>
    <string-array name="blood_type_entries">
        <item>@string/oplus</item>
        <item>@string/ominus</item>
        <item>@string/aplus</item>
        <item>@string/aminus</item>
        <item>@string/bplus</item>
        <item>@string/bminus</item>
        <item>@string/abplus</item>
        <item>@string/abminus</item>
        <item>@string/hh</item>
        <item>@string/unknown_blood_type</item>
    </string-array>
    <!-- Blood type values. Do not translate -->
    <string-array name="blood_type_values">
        <!-- Do not translate -->
        <item>0+</item>
        <!-- Do not translate -->
        <item>O-</item>
        <!-- Do not translate -->
        <item>A+</item>
        <!-- Do not translate -->
        <item>A-</item>
        <!-- Do not translate -->
        <item>B+</item>
        <!-- Do not translate -->
        <item>B-</item>
        <!-- Do not translate -->
        <item>AB+</item>
        <!-- Do not translate -->
        <item>AB-</item>
        <!-- Do not translate -->
        <item>H/H</item>
        <item></item>
    </string-array>
    <!-- Content descriptions for the blood types, used for talkback. -->
    <string-array name="blood_type_content_description">
        <!-- Content descriptions for blood type O+, used for talkback. [CHAR_LIMIT=NONE] -->
        <item>O positive</item>
        <!-- Content descriptions for blood type O-, used for talkback. [CHAR_LIMIT=NONE] -->
        <item>O negative</item>
        <!-- Content descriptions for blood type A+, used for talkback. [CHAR_LIMIT=NONE] -->
        <item>A positive</item>
        <!-- Content descriptions for blood type A-, used for talkback. [CHAR_LIMIT=NONE] -->
        <item>A negative</item>
        <!-- Content descriptions for blood type B+, used for talkback. [CHAR_LIMIT=NONE] -->
        <item>B positive</item>
        <!-- Content descriptions for blood type B-, used for talkback. [CHAR_LIMIT=NONE] -->
        <item>B negative</item>
        <!-- Content descriptions for blood type AB+, used for talkback. [CHAR_LIMIT=NONE] -->
        <item>A B positive</item>
        <!-- Content descriptions for blood type AB-, used for talkback. [CHAR_LIMIT=NONE] -->
        <item>A B negative</item>
        <!-- Content descriptions for blood type H/H, used for talkback. [CHAR_LIMIT=NONE] -->
        <item>H H</item>
        <!-- Content descriptions for unknown blood type, used for talkback. [CHAR_LIMIT=NONE] -->
        <item>@string/unknown_blood_type</item>
    </string-array>
    <!-- The title of the allergies preference. [CHAR_LIMIT=40] -->
    <string name="allergies">Allergies</string>
    <!-- The default preference subtitle text to show when the allergies are unknown. [CHAR_LIMIT=40] -->
    <string name="unknown_allergies">Unknown</string>
    <!-- Hint to show in the edit text of the allergies. [CHAR_LIMIT=30] -->
    <string name="allergies_hint">For example, peanuts</string>
    <!-- The title of the medications preference. [CHAR_LIMIT=40] -->
    <string name="medications">Medications</string>
    <!-- The default preference subtitle text to show when the medications are unknown. [CHAR_LIMIT=40] -->
    <string name="unknown_medications">Unknown</string>
    <!-- Hint to show in the edit text of the medications. [CHAR_LIMIT=30] -->
    <string name="medications_hint">For example, aspirin</string>
    <!-- The title of the medical conditions preference. [CHAR_LIMIT=40] -->
    <string name="medical_conditions">Medical conditions and notes</string>
    <!-- The default preference subtitle text to show when the medical conditions are unknown. [CHAR_LIMIT=40] -->
    <string name="unknown_medical_conditions">Unknown</string>
    <!-- Hint to show in the edit text of the medical conditions. [CHAR_LIMIT=30] -->
    <string name="medical_conditions_hint">For example, asthma</string>
    <!-- The title of the organ donor preference. [CHAR_LIMIT=40] -->
    <string name="organ_donor">Organ donor</string>
    <!-- The default preference subtitle text to show when the organ donor choice is unknown. [CHAR_LIMIT=40] -->
    <string name="unknown_organ_donor">Unknown</string>
    <!-- Affirmative. [CHAR_LIMIT=10] -->
    <string name="yes">Yes</string>
    <!-- Negative. [CHAR_LIMIT=10] -->
    <string name="no">No</string>
    <string-array name="organ_donor_entries">
        <item>@string/yes</item>
        <item>@string/no</item>
        <item>@string/unknown_organ_donor</item>
    </string-array>
    <!-- Organ donor values. Do not translate -->
    <string-array name="organ_donor_values">
        <!-- Do not translate -->
        <item>Yes</item>
        <!-- Do not translate -->
        <item>No</item>
        <item></item>
    </string-array>
    <!-- The title of the emergency contacts preference. [CHAR_LIMIT=40] -->
    <string name="emergency_contacts_title">Emergency contacts</string>
    <!-- The title of the add emergency contacts preference. [CHAR_LIMIT=40] -->
    <string name="add_emergency_contact">Add emergency contact</string>
    <!-- The message of the dialog shown when removing a contact. [CHAR_LIMIT=140] -->
    <string name="remove_contact">
        Remove <xliff:g id="contact_name" example="John Doe">%1$s</xliff:g> from emergency contacts?
    </string>
    <!-- The description of the remove an emergency contact, for talkback. [CHAR_LIMIT=NONE] -->
    <string name="remove_contact_icon_text">Remove contact</string>
    <!-- Button text for removing a contact. [CHAR_LIMIT=15] -->
    <string name="remove">Remove</string>
    <!-- Button text for canceling an operation. [CHAR_LIMIT=15] -->
    <string name="cancel">Cancel</string>
    <!-- Button text for accepting an operation. [CHAR_LIMIT=15] -->
    <string name="ok">OK</string>
    <!-- Subtitle for an emergency contact. [CHAR_LIMIT=NONE] -->
    <string name="phone_type_and_phone_number">
        <xliff:g id="phone_type" example="Mobile">%1$s</xliff:g> • <xliff:g id="phone_number" example="333-444-5566">%2$s</xliff:g>
    </string>
    <!-- Title of dialog shown to the user to confirm that he understands that emergency information is shown in emergency dialer [CHAR LIMIT=30] -->
    <string name="user_emergency_info_title">Emergency information</string>
    <!-- Message of dialog shown to user to confirm that he understands that emergency information is shown in emergency dialer [CHAR LIMIT=none] -->
    <string name="user_emergency_info_consent">Information you enter here can help first responders in an emergency. It is stored on your device only, but anyone can read it from the emergency dialer without unlocking your phone.</string>
    <!-- Label for button in confirmation dialog when the user clicks on emergency information [CHAR LIMIT=15] -->
    <string name="emergency_info_continue">Continue</string>
</resources>