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> 18 <!-- header for a list of contacts that are the users favorites. [CHAR LIMIT=30] --> 19 <string name="favorites_header">Favorites</string> 20 21 <!-- header for a list of contacts that are suggestions for the user to place calls to based on 22 their frequently contacted contacts. [CHAR LIMIT=30] --> 23 <string name="suggestions_header">Frequents</string> 24 25 <!-- text for a button that prompts the user to add a contact to their favorites. [CHAR LIMIT=12] --> 26 <string name="speed_dial_add_button_text">Add</string> 27 28 <!-- text for a checkbox in a dialog that prompts the user to select a phone number from a list. 29 If the user checks this box, we will remember their selection and never ask for it again. [CHAR LIMIT=NONE]--> 30 <string name="speed_dial_remember_this_choice">Remember this choice</string> 31 32 <!-- Title of a dialog asking the user to choose their the mode/type of communication for a 33 specific contact where communication modes are video calling and voice calling. [CHAR LIMIT=NONE]--> 34 <string name="speed_dial_disambig_dialog_title">Choose call type</string> 35 36 <!-- Text for a button that places a video call [CHAR LIMIT=15]--> 37 <string name="disambig_option_video_call">Video call</string> 38 39 <!-- Text for a button that places a phone/voice call [CHAR LIMIT=15]--> 40 <string name="disambig_option_voice_call">Call</string> 41 42 <!-- Title for screen prompting the user to select a contact to mark as a favorite. [CHAR LIMIT=NONE] --> 43 <string name="add_favorite_activity_title">Add Favorite</string> 44 45 <!-- Text for a button that places a phone/voice call [CHAR LIMIT=15]--> 46 <string name="contact_menu_voice_call">Voice Call</string> 47 48 <!-- Text for a button that places a video call [CHAR LIMIT=15]--> 49 <string name="contact_menu_video_call">Video Call</string> 50 51 <!-- Text for a button that opens the contact in the SMS app [CHAR LIMIT=15]--> 52 <string name="contact_menu_message">Message</string> 53 54 <!-- Text for a button that removes the item from the list [CHAR LIMIT=15]--> 55 <string name="contact_menu_remove">Remove</string> 56 57 <!-- Text for a button that opens the contact's info [CHAR LIMIT=15]--> 58 <string name="contact_menu_contact_info">Contact info</string> 59 60 <!-- Text shown to the user in a button to prompt them to mark a contact as a favorite contact [CHAR LIMIT=30]. --> 61 <string name="suggested_contact_bottom_sheet_add_favorite_option">Add favorite</string> 62 63 <!-- Shown as a prompt to turn on the contacts permission to enable speed dial [CHAR LIMIT=NONE]--> 64 <string name="speed_dial_contacts_permission_description">To enable speed dial, turn on the Contacts permission.</string> 65 66 <!-- The label of the button used to turn on a single permission [CHAR LIMIT=30]--> 67 <string name="speed_dial_turn_on_contacts_permission">Turn on</string> 68 69 <!-- [CHAR LIMIT=NONE] Shown when there are no contacts in the all contacts list. --> 70 <string name="speed_dial_no_contacts_description">You haven\'t added any favorites yet</string> 71 72 <!-- [CHAR LIMIT=NONE] Shown as an action when the all contacts list is empty --> 73 <string name="speed_dial_no_contacts_action_text">Add favorite</string> 74 75 <!-- Text shown on a dragging target that removes the contact from favorites --> 76 <string name="speed_dial_remove_favorites">Remove from favorites</string> 77</resources>