• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version='1.0' encoding='UTF-8'?>
2<!-- Copyright (C) 2015 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8       http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
17    <!-- Name of the phone dialer application [CHAR LIMIT=30]-->
18    <string name="phone_app_name">Phone</string>
19    <!-- Full-screen error text for when the phone can not be used because Bluetooth isn't connected [CHAR LIMIT=NONE]-->
20    <string name="no_hfp">
21        To complete your call, first connect your phone to your car via Bluetooth.
22    </string>
23    <!-- Error text shown on the dialer facet when bluetooth is not supported -->
24    <string name="bluetooth_unavailable">Bluetooth is not available.</string>
25    <!-- Error text shown on the dialer facet for when bluetooth is disabled -->
26    <string name="bluetooth_disabled">To make or receive calls, turn Bluetooth on.</string>
27    <!-- Error text shown on the dialer facet for when bluetooth is not paired -->
28    <string name="bluetooth_unpaired">To make or receive calls, pair your phone with the car.
29    </string>
30    <!-- Button text for connecting to Bluetooth [CHAR LIMIT=40] -->
31    <string name="connect_bluetooth_button_text">Connect to Bluetooth</string>
32    <!-- Button text for making emergency call [CHAR LIMIT=40] -->
33    <string name="emergency_button_text">Emergency</string>
34    <!-- Text indicating emergency call [CHAR LIMIT=40] -->
35    <string name="emergency_call_description">Emergency call</string>
36    <!-- Message informing user that the contact has already been deleted [CHAR LIMIT=120] -->
37    <string name="error_contact_deleted">This contact might have been deleted.</string>
38    <!-- Toast text when user has inputted an invalid phone number [CHAR LIMIT=NONE] -->
39    <string name="error_invalid_phone_number">Can\'t dial this number. Check it and try again.
40    </string>
41    <!-- Toast text when telephony service is not ready [CHAR LIMIT=NONE] -->
42    <string name="error_telephony_not_available">
43        Phone call is not available. Please try again later.
44    </string>
45
46    <!-- Decline an in coming call [CHAR LIMIT=20] -->
47    <string name="decline_call">Decline</string>
48    <!-- Answer an in coming call [CHAR LIMIT=20] -->
49    <string name="answer_call">Answer</string>
50    <!-- Call back a missed call [CHAR LIMIT=20] -->
51    <string name="call_back">Call back</string>
52
53    <!-- Audio route -->
54    <!-- Label for routing phone audio to the vehicle using car speakers [CHAR LIMIT=30] -->
55    <string name="audio_route_vehicle">Car speakers</string>
56    <!-- Label for routing phone audio to the phone speaker [CHAR LIMIT=30] -->
57    <string name="audio_route_phone_speaker">Phone speaker</string>
58    <!-- Label for routing phone audio to the phone earpiece. [CHAR LIMIT=30] -->
59    <string name="audio_route_handset">Phone</string>
60
61    <!-- Button label to dial a manually entered phone number -->
62    <string name="dial_a_number">Dial a number</string>
63
64    <!-- Titles -->
65    <!-- Title for the call history [CHAR LIMIT=30] -->
66    <string name="call_history_title">Recents</string>
67    <!-- Title for the contacts [CHAR LIMIT=30] -->
68    <string name="contacts_title">Contacts</string>
69    <!-- Title for the favorites [CHAR LIMIT=30] -->
70    <string name="favorites_title">Favorites</string>
71    <!-- Title for the dialpad [CHAR LIMIT=30] -->
72    <string name="dialpad_title">Dialpad</string>
73
74    <!-- String constants for tabs -->
75    <!-- String constant for the call history -->
76    <string name="tab_config_call_history" translatable="false">CALL_HISTORY</string>
77    <!-- String constant for the contacts -->
78    <string name="tab_config_contacts" translatable="false">CONTACTS</string>
79    <!-- String constant for the favorites -->
80    <string name="tab_config_favorites" translatable="false">FAVORITE</string>
81    <!-- String constant for the dialpad -->
82    <string name="tab_config_dial_pad" translatable="false">DIAL_PAD</string>
83    <!-- Default value for start page list preference -->
84    <string name="tab_config_default_value">@string/tab_config_call_history</string>
85
86    <!-- Headers for call history -->
87    <!-- Header in call log to group calls from the current day. [CHAR LIMIT=30] -->
88    <string name="call_log_header_today">Today</string>
89    <!-- Header in call log to group calls from the previous day. [CHAR LIMIT=30] -->
90    <string name="call_log_header_yesterday">Yesterday</string>
91    <!-- Header in call log to group calls from before yesterday. [CHAR LIMIT=30] -->
92    <string name="call_log_header_older">Older</string>
93
94    <!-- Message shown when on the call history page without any call logs available [CHAR_LIMIT=50] -->
95    <string name="call_logs_empty">No recents</string>
96
97    <!-- Message shown when on the contact list page without any contacts available [CHAR_LIMIT=50] -->
98    <string name="contact_list_empty">No contacts</string>
99
100    <!-- Secondary message shown when the contact list page or call history page do not have any contents but will be available after syncing from phone [CHAR_LIMIT=200] -->
101    <string name="available_after_sync">Available after syncing. Make sure you have allowed sharing contacts on your phone.</string>
102
103    <!-- Error message shown when on the favorites page without any favorites added [CHAR_LIMIT=50] -->
104    <string name="favorites_empty">No favorites</string>
105    <!-- Secondary error message shown when on the favorites page without any favorites added [CHAR_LIMIT=80] -->
106    <string name="no_favorites_added">You haven\'t added any favorites yet</string>
107    <!-- Button to add start choosing a contact to add as a new favorite [CHAR_LIMIT=50] -->
108    <string name="add_favorite_button">Add a favorite</string>
109    <!-- Button to cancel the dialog where you pick a phone number to add as a favorite -->
110    <string name="cancel_add_favorites_dialog" translatable="false">@android:string/cancel</string>
111    <!-- Button to confirm the dialog where you pick a phone number to add as a favorite -->
112    <string name="confirm_add_favorites_dialog" translatable="false">@android:string/ok</string>
113
114    <!-- Keypad strings-->
115    <string name="one" translatable="false">1</string>
116    <string name="two" translatable="false">2</string>
117    <string name="three" translatable="false">3</string>
118    <string name="four" translatable="false">4</string>
119    <string name="five" translatable="false">5</string>
120    <string name="six" translatable="false">6</string>
121    <string name="seven" translatable="false">7</string>
122    <string name="eight" translatable="false">8</string>
123    <string name="nine" translatable="false">9</string>
124    <string name="zero" translatable="false">0</string>
125    <string name="star" translatable="false">*</string>
126    <string name="pound" translatable="false">#</string>
127
128    <string name="two_letters" translatable="false">ABC</string>
129    <string name="three_letters" translatable="false">DEF</string>
130    <string name="four_letters" translatable="false">GHI</string>
131    <string name="five_letters" translatable="false">JKL</string>
132    <string name="six_letters" translatable="false">MNO</string>
133    <string name="seven_letters" translatable="false">PQRS</string>
134    <string name="eight_letters" translatable="false">TUV</string>
135    <string name="nine_letters" translatable="false">WXYZ</string>
136    <string name="zero_letters" translatable="false">+</string>
137
138    <!-- Using spaces here so that the positioning of the number is consistent. -->
139    <string name="one_letters" translatable="false"></string>
140    <string name="star_letters" translatable="false"></string>
141    <string name="pound_letters" translatable="false"></string>
142
143    <string name="search_title">Search contacts</string>
144    <string name="search_hint">Search contacts</string>
145    <string name="type_multiple">Multiple</string>
146
147    <!-- Title for choose a phone number dialog to make a call or send sms [CHAR LIMIT=60] -->
148    <string name="select_number_dialog_title">Choose a phone number</string>
149    <!-- Button for choose a phone number dialog to select the number for just once [CHAR LIMIT=30] -->
150    <string name="select_number_dialog_just_once_button">Just once</string>
151    <!-- Button for choose a phone number dialog to set the selected number as default [CHAR LIMIT=30] -->
152    <string name="select_number_dialog_always_button">Always</string>
153    <!-- Description for the default phone number of the contact [CHAR LIMIT=30] -->
154    <string name="primary_number_description">
155        <xliff:g id="label" example="Mobile">%1$s</xliff:g>
156        ", default"
157    </string>
158
159    <!-- Description for the phone favorite number in the add-to-favorite flow [CHAR LIMIT=30] -->
160    <string name="favorite_number_description">
161        "Favorite - "
162        <xliff:g id="label" example="Mobile">%1$s</xliff:g>
163    </string>
164    <!-- Description for the local favorite number in the add-to-favorite flow and the contact details page [CHAR LIMIT=30] -->
165    <string name="local_favorite_number_description">
166        "Local favorite - "
167        <xliff:g id="label" example="Mobile">%1$s</xliff:g>
168    </string>
169
170    <!-- Header for phone favorite numbers [CHAR LIMIT=30] -->
171    <string name="phone_favorites">Favorites</string>
172    <!-- Header for local favorite numbers [CHAR LIMIT=30] -->
173    <string name="local_favorites">Local favorites</string>
174
175    <!-- Message in the add-to-favorite flow that no phone number available for this contact [CHAR_LIMIT=50] -->
176    <string name="no_phone_numbers">No phone numbers</string>
177
178    <!-- Heads Up Notification -->
179    <!-- Name of incoming call notification channel in app info [CHAR LIMIT=50] -->
180    <string name="in_call_notification_channel_name">Incoming call notification</string>
181    <!-- Text for incoming call notification [CHAR LIMIT=40]-->
182    <string name="notification_incoming_call">Incoming call</string>
183    <!-- Name of missed call notification channel in app info [CHAR LIMIT=50] -->
184    <string name="missed_call_notification_channel_name">Missed call notification</string>
185    <!-- Title for missed call notification [CHAR LIMIT=40]-->
186    <plurals name="notification_missed_call">
187        <item quantity="one">Missed call</item>
188        <item quantity="other">Missed calls(<xliff:g id="number" example="2">%1$d</xliff:g>)
189        </item>
190    </plurals>
191
192    <!-- Onhold User Profile Info -->
193    <!-- Text to show the call is onhold [CHAR LIMIT=40]-->
194    <string name="onhold_call_separator">•</string>
195    <string name="swap_call_label">Switch calls</string>
196
197    <!-- Contact list headers -->
198    <!-- Contact list label for contact names starting with special characters -->
199    <string name="header_for_type_other" translatable="false">&#8230;</string>
200
201    <!-- Dialer Setting -->
202    <!-- Title of the settings page [CHAR LIMIT=30]-->
203    <string name="setting_title">Settings</string>
204    <!-- Title of the settings to change the start page [CHAR LIMIT=40]-->
205    <string name="pref_start_page_title">Start screen</string>
206    <string name="pref_start_page_key" translatable="false">set_start_page</string>
207
208    <!-- Title of the settings to sort contact order [CHAR LIMIT=40]-->
209    <string name="sort_order_title">Contact order</string>
210    <string name="sort_order_key" translatable="false">contact_order</string>
211
212    <!-- Title of connected phone setting -->
213    <string name="pref_connected_phone_title">Connected Phone </string>
214    <string name="pref_connected_phone_key" translatable="false">connected_phone</string>
215
216    <!-- Title of no incoming call heads-up notification(HUN) setting -->
217    <string name="pref_no_incoming_call_hun_title">Privacy</string>
218    <string name="pref_no_incoming_call_hun_key" translatable="false">no_incoming_call_hun</string>
219    <!-- Summary of no incoming call heads-up notification(HUN) setting -->
220    <string name="pref_no_incoming_call_hun_summary">Only show call alerts in cluster</string>
221
222    <!-- Title of showing full screen active call UI when answered UI setting-->
223    <string name="pref_show_fullscreen_active_call_ui_title">Active Call</string>
224    <string name="pref_show_fullscreen_active_call_ui_key" translatable="false">show_fullscreen_active_call_ui</string>
225    <!-- Summary of showing full screen active call UI when answered UI setting -->
226    <string name="pref_show_fullscreen_active_call_ui_summary">Show active call view when answering call</string>
227
228    <!-- Keys and titles of the settings for sorting Contacts in different orders -->
229    <!-- Key of given name -->
230    <string name="given_name_first_key" translatable="false">given_name</string>
231    <!-- Key of family name -->
232    <string name="family_name_first_key" translatable="false">family_name</string>
233    <!-- Title of given name [CHAR LIMIT=40]-->
234    <string name="given_name_first_title">First name</string>
235    <!-- Title of family name [CHAR LIMIT=40]-->
236    <string name="family_name_first_title">Last name</string>
237    <!-- Default value for sort order list preference -->
238    <string name="sort_order_default_value">@string/given_name_first_key</string>
239
240    <!-- Audio route selection dialog. Placeholder resources for overriding -->
241    <string name="audio_route_dialog_title">Output call audio to:</string>
242    <string name="audio_route_dialog_subtitle"></string>
243
244    <!-- Ongoing Conference Call -->
245    <!-- Title of conference page -->
246    <string name="ongoing_conf_title">Conference</string>
247    <string name="ongoing_conf_title_format">%1$s (%2$d) -\u0020</string>
248
249    <!-- Dialing disabled warning [CHAR LIMIT=40] -->
250    <string name="dialing_disabled_warning">Dialing disabled</string>
251    <!-- Restricted dialing mode description -->
252    <string name="restricted_dialing_mode_label">Dialpad usage is restricted while driving</string>
253
254    <!-- Delimiter to join two unrelated strings together, a comma followed by a whitespace. Use case: join phone number label and phone call timestamp in Recents page, "Mobile, 4 days ago" for example. -->
255    <string name="comma_delimiter">,\u0020</string>
256
257</resources>
258