summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
blob: 794343478df770830cf2363049653c0bada1a94e (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
<?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">
    <!-- The digit to be displayed on the 0 key of the dialpad [CHAR LIMIT=1]-->
    <string name="dialpad_0_number">0</string>
    <!-- The digit to be displayed on the 1 key of the dialpad [CHAR LIMIT=1]-->
    <string name="dialpad_1_number">1</string>
    <!-- The digit to be displayed on the 2 key of the dialpad [CHAR LIMIT=1]-->
    <string name="dialpad_2_number">2</string>
    <!-- The digit to be displayed on the 3 key of the dialpad [CHAR LIMIT=1]-->
    <string name="dialpad_3_number">3</string>
    <!-- The digit to be displayed on the 4 key of the dialpad [CHAR LIMIT=1]-->
    <string name="dialpad_4_number">4</string>
    <!-- The digit to be displayed on the 5 key of the dialpad [CHAR LIMIT=1]-->
    <string name="dialpad_5_number">5</string>
    <!-- The digit to be displayed on the 6 key of the dialpad [CHAR LIMIT=1]-->
    <string name="dialpad_6_number">6</string>
    <!-- The digit to be displayed on the 7 key of the dialpad [CHAR LIMIT=1]-->
    <string name="dialpad_7_number">7</string>
    <!-- The digit to be displayed on the 8 key of the dialpad [CHAR LIMIT=1]-->
    <string name="dialpad_8_number">8</string>
    <!-- The digit to be displayed on the 9 key of the dialpad [CHAR LIMIT=1]-->
    <string name="dialpad_9_number">9</string>
    <!--  Do not translate. -->
    <string name="dialpad_star_number">*</string>
    <!--  Do not translate. -->
    <string name="dialpad_pound_number">#</string>

    <!--  Do not translate. -->
    <string name="dialpad_0_letters">+</string>
    <!--  Do not translate. -->
    <string name="dialpad_1_letters"></string>
    <!--  Do not translate. -->
    <string name="dialpad_2_letters">ABC</string>
    <!--  Do not translate. -->
    <string name="dialpad_3_letters">DEF</string>
    <!--  Do not translate. -->
    <string name="dialpad_4_letters">GHI</string>
    <!--  Do not translate. -->
    <string name="dialpad_5_letters">JKL</string>
    <!--  Do not translate. -->
    <string name="dialpad_6_letters">MNO</string>
    <!--  Do not translate. -->
    <string name="dialpad_7_letters">PQRS</string>
    <!--  Do not translate. -->
    <string name="dialpad_8_letters">TUV</string>
    <!--  Do not translate. -->
    <string name="dialpad_9_letters">WXYZ</string>
    <!--  Do not translate. -->
    <string name="dialpad_star_letters"></string>
    <!--  Do not translate. -->
    <string name="dialpad_pound_letters"></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>


    <!--  The string used to describe a notification if it is the default one in the system. For
          example, if the user selects the default notification, it will appear as something like
          Default sound(Capella) in the notification summary.
          [CHAR LIMIT=40] -->
    <string name="default_notification_description">Default sound (<xliff:g id="default_sound_title">%1$s</xliff:g>)</string>
</resources>