summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/dialpadview/res/values/strings.xml
blob: b3e92f1d9ec717e580e7775a152b9eab07e769a0 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <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>

  <!-- String describing the Dial ImageButton

         Used by AccessibilityService to announce the purpose of the button.
    -->
  <string name="description_dial_button">dial</string>

  <!-- Dialog message which is shown when the user tries to check voicemail
         while the system is in airplane mode. The user cannot access to
         voicemail service in Airplane mode. [CHAR LIMI=NONE] -->
  <string name="dialog_voicemail_airplane_mode_message">To call voicemail, first turn off Airplane mode.</string>

  <!-- Dialog message which is shown when the user tries to check voicemail
         while the system isn't ready for the access. [CHAR LIMIT=NONE] -->
  <string name="dialog_voicemail_not_ready_message">To set up voicemail, go to Menu &gt; Settings.</string>

  <!-- Menu items for dialpad options as part of Pause and Wait ftr [CHAR LIMIT=30] -->
  <string name="add_2sec_pause">Add 2-sec pause</string>
  <string name="add_wait">Add wait</string>

  <!-- Item label: jump to the in-call DTMF dialpad.
         (Part of a list of options shown in the dialer when another call
         is already in progress.) -->
  <string name="dialer_useDtmfDialpad">Use touch tone keypad</string>

  <!-- Item label: jump to the in-call UI.
       (Part of a list of options shown in the dialer when another call
       is already in progress.) -->
  <string name="dialer_returnToInCallScreen">Return to call in progress</string>

  <!-- Item label: use the Dialer's keypad to add another call.
       (Part of a list of options shown in the dialer when another call
       is already in progress.) -->
  <string name="dialer_addAnotherCall">Add call</string>

  <!-- The title of a dialog that displays the IMEI of the phone -->
  <string name="imei">IMEI</string>

  <!-- The title of a dialog that displays the MEID of the CDMA phone -->
  <string name="meid">MEID</string>

  <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
  <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>

  <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
  <string name="simContacts_title">SIM card contacts</string>

  <!-- Menu item used to call a contact, containing the number of the contact to call -->
  <string name="menu_callNumber">Call <xliff:g id="number">%s</xliff:g></string>


  <!-- Regular expression for prohibiting certain phone numbers in dialpad.
       Ignored if empty. -->
  <string name="config_prohibited_phone_number_regexp" translatable="false"></string>

  <!-- Dialog message which is shown when the user tries to make a phone call
       to prohibited phone numbers [CHAR LIMIT=NONE] -->
  <string msgid="4313552620858880999" name="dialog_phone_call_prohibited_message">Can\'t call this number</string>
</resources>