| <?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="tab_title_info">Info</string> |
| <string name="tab_title_contacts">Contacts</string> |
| <string name="name">Name</string> |
| <string name="name_hint">For example, John Doe</string> |
| <string name="address">Address</string> |
| <string name="address_hint">For example, 1600 Amphitheatre Pkwy, Mountain View, CA 94043</string> |
| <string name="date_of_birth">Date of birth</string> |
| <string name="dob_and_age">%1$s (Age: %2$d)</string> |
| <string name="blood_type">Blood type</string> |
| <string-array name="blood_type_values"> |
| <item>O+</item> |
| <item>O-</item> |
| <item>A+</item> |
| <item>A-</item> |
| <item>B+</item> |
| <item>B-</item> |
| <item>AB+</item> |
| <item>AB-</item> |
| <item>H/H</item> |
| <item>@string/default_summary_none</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-array name="organ_donor_values"> |
| <item>Yes</item> |
| <item>No</item> |
| <item>@string/default_summary_none</item> |
| </string-array> |
| <string name="emergency_contacts_title">Emergency contacts</string> |
| <string name="add_emergency_contact">Add emergency contact</string> |
| <string-array name="choose_create_contact_values"> |
| <item>Choose existing contact</item> |
| <item>Create new contact</item> |
| </string-array> |
| <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> |
| </resources> |