summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/main/impl/res/values/strings.xml
blob: 4e65432e5a5d10ee9579c8f52e4cc0b53e5e8a3a (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
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2017 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:tools="http://schemas.android.com/tools">
  <!-- Name of the main activity. -->
  <string name="main_activity_label" tools:ignore="UnusedResources">Phone</string>

  <!-- Name of launcher shortcut for the new UI main activity.
       TODO(38502365): Remove this once we're ready to launch the new UI. -->
  <string name="nui_shortcut_name">Phone NUI</string>

  <!-- Title for the activity that dials the phone, when launched directly into the dialpad -->
  <string name="dialpad_activity_title">Phone Keypad</string>

  <!-- The description text for the call log tab. -->
  <string name="main_call_history_tab_description" tools:ignore="UnusedResources">Call history</string>

  <!-- Text for a toolbar button that shows the user their contacts [CHAR LIMIT=NONE] -->
  <string name="search">@android:string/search_go</string>
  <!-- A11y announcement to let users know a button will let them search for contacts and places [CHAR LIMIT=NONE] -->
  <string name="description_search">Search contacts and places</string>

  <!-- Text for a toolbar button that shows the user their contacts [CHAR LIMIT=NONE] -->
  <string name="contacts">Contacts</string>
  <!-- A11y announcement to let users know a button will let them view their contacts [CHAR LIMIT=NONE] -->
  <string name="description_contacts">View Contacts</string>

  <!-- Message displayed when there is no application available to handle voice search. [CHAR LIMIT=NONE] -->
  <string name="voice_search_not_available">Voice search not available</string>

  <!-- Content description for the button that displays the dialpad
       [CHAR LIMIT=NONE] -->
  <string name="dialpad_button_content_description">key pad</string>
</resources>