blob: 8ad3149aceec6e3417d6874560784f5e4ec99950 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2007 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_name">Emergency Information</string>
<string name="medical_category">Health</string>
<string name="medical_information_title">Medical information</string>
<string name="name">Full 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="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>@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">None specified</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="readonly_title">Lockscreen view</string>
<string name="emergency_contacts_title">Emergency contacts</string>
<string name="add_emergency_contact">Add contact</string>
<string name="remove_contact">Remove %s from emergency contacts?</string>
<string name="remove">Remove</string>
<string name="cancel">Cancel</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>