summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/dialpadview/res/values/strings.xml
blob: 920e6e25c7902e709add36accec3edad7f65e17b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2012 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License
  -->
<resources>
  <string name="dialpad_star_number" translatable="false">*</string>
  <string name="dialpad_pound_number" translatable="false">#</string>

  <string name="dialpad_0_letters" translatable="false">+</string>
  <string name="dialpad_1_letters" translatable="false"></string>
  <string name="dialpad_2_letters" translatable="false">ABC</string>
  <string name="dialpad_3_letters" translatable="false">DEF</string>
  <string name="dialpad_4_letters" translatable="false">GHI</string>
  <string name="dialpad_5_letters" translatable="false">JKL</string>
  <string name="dialpad_6_letters" translatable="false">MNO</string>
  <string name="dialpad_7_letters" translatable="false">PQRS</string>
  <string name="dialpad_8_letters" translatable="false">TUV</string>
  <string name="dialpad_9_letters" translatable="false">WXYZ</string>
  <string name="dialpad_star_letters" translatable="false"></string>
  <string name="dialpad_pound_letters" translatable="false"></string>

  <!-- String describing the back button in the dialpad. -->
  <string name="description_dialpad_back">Navigate back</string>

  <!-- String describing the overflow menu button in the dialpad. -->
  <string name="description_dialpad_overflow">More options</string>

  <!-- String describing the Delete/Backspace ImageButton.
       Used by AccessibilityService to announce the purpose of the button.
  -->
  <string name="description_delete_button">backspace</string>

  <!--  String describing the button used to add a plus (+) symbol to the dialpad -->
  <string name="description_image_button_plus">plus</string>

  <!-- String describing the Voicemail ImageButton.
       Used by AccessibilityService to announce the purpose of the button.
  -->
  <string name="description_voicemail_button">voicemail</string>

</resources>