• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2017 The Android Open Source Project
4  ~
5  ~ Licensed under the Apache License, Version 2.0 (the "License");
6  ~ you may not use this file except in compliance with the License.
7  ~ You may obtain a copy of the License at
8  ~
9  ~      http://www.apache.org/licenses/LICENSE-2.0
10  ~
11  ~ Unless required by applicable law or agreed to in writing, software
12  ~ distributed under the License is distributed on an "AS IS" BASIS,
13  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  ~ See the License for the specific language governing permissions and
15  ~ limitations under the License
16  -->
17<resources>
18  <!-- header for a list of contacts that are the users favorites. [CHAR LIMIT=30] -->
19  <string name="favorites_header">Favorites</string>
20
21  <!-- header for a list of contacts that are suggestions for the user to place calls to. [CHAR LIMIT=30] -->
22  <string name="suggestions_header">Suggestions</string>
23
24  <!-- text for a button that prompts the user to add a contact to their favorites. [CHAR LIMIT=12] -->
25  <string name="speed_dial_add_button_text">Add</string>
26
27  <!-- text for a checkbox in a dialog that prompts the user to select a phone number from a list.
28    If the user checks this box, we will remember their selection and never ask for it again. [CHAR LIMIT=NONE]-->
29  <string name="speed_dial_remember_this_choice">Remember this choice</string>
30
31  <!-- Title of a dialog asking the user to choose their favorite mode of communication for a
32    specific contact where communication modes are video calling and voice calling. [CHAR LIMIT=NONE]-->
33  <string name="speed_dial_disambig_dialog_title">Choose a Favorite mode</string>
34
35  <!-- Text for a button that places a video call [CHAR LIMIT=15]-->
36  <string name="disambig_option_video_call">Video call</string>
37
38  <!-- Text for a button that places a phone/voice call [CHAR LIMIT=15]-->
39  <string name="disambig_option_voice_call">Call</string>
40
41  <!-- Title for screen prompting the user to select a contact to mark as a favorite. [CHAR LIMIT=NONE] -->
42  <string name="add_favorite_activity_title">Add Favorite</string>
43</resources>