blob: c842beeff099414c500409e978c6b34b9abf0693 [file] [log] [blame]
<?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>
</resources>