1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 ~ Copyright (C) 2017 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License 16 --> 17 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 <!-- Title bar for call detail screen --> 19 <string name="call_details">Call details</string> 20 21 <!-- Menu item in call details used to remove a call or voicemail from the call log. --> 22 <string name="delete">Delete</string> 23 24 <!-- Option displayed in context menu to copy long pressed phone number. [CHAR LIMIT=48] --> 25 <string name="call_details_copy_number">Copy number</string> 26 27 <!-- Label for action to edit a number before calling it. [CHAR LIMIT=48] --> 28 <string name="call_details_edit_number">Edit number before call</string> 29 30 <!-- String describing the phone icon on a call log list item. When tapped, it will place a 31 call to the number represented by that call log entry. [CHAR LIMIT=NONE]--> 32 <string name="description_call_log_call_action">Call</string> 33 34 <!-- String shown when the call details show a image that was sent --> 35 <string name="sent_a_photo">Sent a photo</string> 36 37 <!-- String shown when the call details show a image that was received --> 38 <string name="received_a_photo">Received a photo</string> 39 40 <!-- Messages shown to the user are wrapped in quotes, e.g. the user would see "Some text" --> 41 <string name="message_in_quotes">\"<xliff:g id="message">%1$s</xliff:g>\"</string> 42 43 <!-- String describing the button to access the contact details for a name or number. 44 45 Note: AccessibilityServices use this attribute to announce what the view represents. 46 This is especially valuable for views without textual representation like ImageView. 47 --> 48 <string name="description_contact_photo_details">Contact details for <xliff:g id="nameOrNumber">%1$s</xliff:g></string> 49 </resources> 50