1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2012 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 <!-- Shown as a prompt to turn on contacts permissions to allow contact search [CHAR LIMIT=NONE]. See 2424710404207193826 for current translation. --> 19 <string name="new_permission_no_search">To search your contacts, turn on the Contacts permissions.</string> 20 21 <!-- Shortcut item used to add a number directly to a new contact from search. 22 [CHAR LIMIT=25] --> 23 <string name="search_shortcut_create_new_contact">Create new contact</string> 24 25 <!-- Shortcut item used to add a number to an existing contact directly from search. 26 [CHAR LIMIT=25] --> 27 <string name="search_shortcut_add_to_contact">Add to a contact</string> 28 29 <!-- Shortcut item used to send a text message directly from search. [CHAR LIMIT=25] --> 30 <string name="search_shortcut_send_sms_message">Send SMS</string> 31 32 <!-- Shortcut item used to make a video call directly from search. [CHAR LIMIT=25] --> 33 <string name="search_shortcut_make_video_call">Make video call</string> 34 35 <!-- Shortcut item used to make a voice call directly from search. [CHAR LIMIT=25] --> 36 <string name="search_shortcut_make_voice_call">Call <xliff:g id="phone_number">%1$s</xliff:g></string> 37</resources> 38