| <?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> |
| <string name="app_label">Emergency Info</string> |
| <string name="edit_emergency_info_label">Edit Emergency Info</string> |
| <string name="tab_title_info">Info</string> |
| <string name="tab_title_contacts">Contacts</string> |
| <string name="name">Name</string> |
| <string name="address">Address</string> |
| <string name="date_of_birth">Date of birth</string> |
| <string name="dob_and_age">Age: %1$d (%2$s)</string> |
| <string name="age">Age: %1$d</string> |
| <string name="remove_dob_icon_text">Remove date of birth</string> |
| <string name="blood_type">Blood type</string> |
| <string name="oplus">O+</string> |
| <string name="ominus">O-</string> |
| <string name="aplus">A+</string> |
| <string name="aminus">A-</string> |
| <string name="bplus">B+</string> |
| <string name="bminus">B-</string> |
| <string name="abplus">AB+</string> |
| <string name="abminus">AB-</string> |
| <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/default_summary_none</item> |
| </string-array> |
| <string-array name="blood_type_values"> |
| <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></item> |
| </string-array> |
| <string name="allergies">Allergies</string> |
| <string name="allergies_hint">For example, peanuts, pollen</string> |
| <string name="default_summary_none">Unknown</string> |
| <string name="medications">Medications</string> |
| <string name="medications_hint">For example, lisinopril, aspirin</string> |
| <string name="medical_conditions">Medical conditions and notes</string> |
| <string name="medical_conditions_hint">For example, asthma</string> |
| <string name="organ_donor">Organ donor</string> |
| <string name="yes">Yes</string> |
| <string name="no">No</string> |
| <string-array name="organ_donor_entries"> |
| <item>@string/yes</item> |
| <item>@string/no</item> |
| <item>@string/default_summary_none</item> |
| </string-array> |
| <string-array name="organ_donor_values"> |
| <item>@string/yes</item> |
| <item>@string/no</item> |
| <item></item> |
| </string-array> |
| <string name="emergency_contacts_title">Emergency contacts</string> |
| <string name="add_emergency_contact">Add emergency contact</string> |
| <string name="remove_contact">Remove %s from emergency contacts?</string> |
| <string name="remove_contact_icon_text">Remove contact</string> |
| <string name="remove">Remove</string> |
| <string name="cancel">Cancel</string> |
| <string name="ok">OK</string> |
| |
| <string name="description">This information 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> |
| <string name="phone_number_error">No phone number available for this contact</string> |
| <string name="edit_emergency_info">Edit emergency information</string> |
| |
| <string name="phone_type_and_phone_number">%1$s • %2$s</string> |
| </resources> |