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> 18 <string name="dialpad_star_number" translatable="false">*</string> 19 <string name="dialpad_pound_number" translatable="false">#</string> 20 21 <string name="dialpad_0_letters" translatable="false">+</string> 22 <string name="dialpad_1_letters" translatable="false"></string> 23 <string name="dialpad_2_letters" translatable="false">ABC</string> 24 <string name="dialpad_3_letters" translatable="false">DEF</string> 25 <string name="dialpad_4_letters" translatable="false">GHI</string> 26 <string name="dialpad_5_letters" translatable="false">JKL</string> 27 <string name="dialpad_6_letters" translatable="false">MNO</string> 28 <string name="dialpad_7_letters" translatable="false">PQRS</string> 29 <string name="dialpad_8_letters" translatable="false">TUV</string> 30 <string name="dialpad_9_letters" translatable="false">WXYZ</string> 31 <string name="dialpad_star_letters" translatable="false"></string> 32 <string name="dialpad_pound_letters" translatable="false"></string> 33 34 <!-- String describing the back button in the dialpad. --> 35 <string name="description_dialpad_back">Navigate back</string> 36 37 <!-- String describing the overflow menu button in the dialpad. --> 38 <string name="description_dialpad_overflow">More options</string> 39 40 <!-- String describing the Delete/Backspace ImageButton. 41 Used by AccessibilityService to announce the purpose of the button. 42 --> 43 <string name="description_delete_button">backspace</string> 44 45 <!-- String describing the button used to add a plus (+) symbol to the dialpad --> 46 <string name="description_image_button_plus">plus</string> 47 48 <!-- String describing the Voicemail ImageButton. 49 Used by AccessibilityService to announce the purpose of the button. 50 --> 51 <string name="description_voicemail_button">voicemail</string> 52 53</resources> 54