1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2016 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:tools="http://schemas.android.com/tools"> 18 <!-- Text to display in launcher shortcut for adding a new contact. Short version. [CHAR LIMIT=10] --> 19 <string name="dialer_shortcut_add_contact_short" tools:ignore="UnusedResources">New contact</string> 20 21 <!-- Text to display in launcher shortcut for adding a new contact. Long version. [CHAR LIMIT=25] --> 22 <string name="dialer_shortcut_add_contact_long" tools:ignore="UnusedResources">New contact</string> 23 24 <!-- Message to display when the user taps a pinned launcher shortcut (on a 25 homescreen) which has been disabled. A shortcut may be disabled if the 26 contact has been deleted or if it is invalid for some other reason. [CHAR LIMIT=70] --> 27 <string name="dialer_shortcut_disabled_message">Shortcut not working. Drag to remove.</string> 28 29 <!-- Error message to display when a tapping a shortcut fails because the specified contact can't 30 be found or doesn't have any phone numbers. [CHAR LIMIT=70] --> 31 <string name="dialer_shortcut_contact_not_found_or_has_no_number">Contact no longer available.</string> 32 33 <!-- Error message to display when a tapping a shortcut fails because permissions are missing. 34 [CHAR LIMIT=70] --> 35 <string name="dialer_shortcut_no_permissions">Cannot call without permissions.</string> 36 37</resources> 38