blob: 794343478df770830cf2363049653c0bada1a94e [file] [log] [blame]
Sai Cheemalapati13b89482014-06-19 12:33:34 -07001<?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 <!-- The digit to be displayed on the 0 key of the dialpad [CHAR LIMIT=1]-->
19 <string name="dialpad_0_number">0</string>
20 <!-- The digit to be displayed on the 1 key of the dialpad [CHAR LIMIT=1]-->
21 <string name="dialpad_1_number">1</string>
22 <!-- The digit to be displayed on the 2 key of the dialpad [CHAR LIMIT=1]-->
23 <string name="dialpad_2_number">2</string>
24 <!-- The digit to be displayed on the 3 key of the dialpad [CHAR LIMIT=1]-->
25 <string name="dialpad_3_number">3</string>
26 <!-- The digit to be displayed on the 4 key of the dialpad [CHAR LIMIT=1]-->
27 <string name="dialpad_4_number">4</string>
28 <!-- The digit to be displayed on the 5 key of the dialpad [CHAR LIMIT=1]-->
29 <string name="dialpad_5_number">5</string>
30 <!-- The digit to be displayed on the 6 key of the dialpad [CHAR LIMIT=1]-->
31 <string name="dialpad_6_number">6</string>
32 <!-- The digit to be displayed on the 7 key of the dialpad [CHAR LIMIT=1]-->
33 <string name="dialpad_7_number">7</string>
34 <!-- The digit to be displayed on the 8 key of the dialpad [CHAR LIMIT=1]-->
35 <string name="dialpad_8_number">8</string>
36 <!-- The digit to be displayed on the 9 key of the dialpad [CHAR LIMIT=1]-->
37 <string name="dialpad_9_number">9</string>
38 <!-- Do not translate. -->
39 <string name="dialpad_star_number">*</string>
40 <!-- Do not translate. -->
41 <string name="dialpad_pound_number">#</string>
42
43 <!-- Do not translate. -->
44 <string name="dialpad_0_letters">+</string>
45 <!-- Do not translate. -->
46 <string name="dialpad_1_letters"></string>
47 <!-- Do not translate. -->
48 <string name="dialpad_2_letters">ABC</string>
49 <!-- Do not translate. -->
50 <string name="dialpad_3_letters">DEF</string>
51 <!-- Do not translate. -->
52 <string name="dialpad_4_letters">GHI</string>
53 <!-- Do not translate. -->
54 <string name="dialpad_5_letters">JKL</string>
55 <!-- Do not translate. -->
56 <string name="dialpad_6_letters">MNO</string>
57 <!-- Do not translate. -->
58 <string name="dialpad_7_letters">PQRS</string>
59 <!-- Do not translate. -->
60 <string name="dialpad_8_letters">TUV</string>
61 <!-- Do not translate. -->
62 <string name="dialpad_9_letters">WXYZ</string>
63 <!-- Do not translate. -->
64 <string name="dialpad_star_letters"></string>
65 <!-- Do not translate. -->
66 <string name="dialpad_pound_letters"></string>
67
68 <!-- String describing the overflow menu button in the dialpad. -->
69 <string name="description_dialpad_overflow">More options</string>
70
71 <!-- String describing the Delete/Backspace ImageButton.
72 Used by AccessibilityService to announce the purpose of the button.
73 -->
74 <string name="description_delete_button">backspace</string>
75
76 <!-- String describing the button used to add a plus (+) symbol to the dialpad -->
77 <string name="description_image_button_plus">plus</string>
78
79 <!-- String describing the Voicemail ImageButton.
80 Used by AccessibilityService to announce the purpose of the button.
81 -->
82 <string name="description_voicemail_button">voicemail</string>
83
Andrew Lee112e85e2014-08-13 21:14:40 -070084
85 <!-- The string used to describe a notification if it is the default one in the system. For
86 example, if the user selects the default notification, it will appear as something like
87 Default sound(Capella) in the notification summary.
88 [CHAR LIMIT=40] -->
89 <string name="default_notification_description">Default sound (<xliff:g id="default_sound_title">%1$s</xliff:g>)</string>
Sai Cheemalapati13b89482014-06-19 12:33:34 -070090</resources>