blob: b0620470453559bde6a21f52c4dc9a8459ec70aa [file] [log] [blame]
Chiao Cheng94b10b52012-08-17 16:59:12 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 ~ Copyright (C) 2012 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
18
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070019<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Jay Shraunerbf8b4b92014-09-03 15:12:16 -070020
21 <!-- Application name used in Settings/Apps. Default label for activities
22 that don't specify a label. -->
Jay Shrauner57e3d6e2015-07-15 13:56:54 -070023 <string name="applicationLabel">Phone</string>
Chiao Cheng94b10b52012-08-17 16:59:12 -070024
25 <!-- Title for the activity that dials the phone. This is the name
Jay Shraunerbf8b4b92014-09-03 15:12:16 -070026 used in the Launcher icon. -->
27 <string name="launcherActivityLabel">Phone</string>
Chiao Cheng94b10b52012-08-17 16:59:12 -070028
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070029 <!-- The description text for the dialer tab.
30
31 Note: AccessibilityServices use this attribute to announce what the view represents.
32 This is especially valuable for views without textual representation like ImageView.
33
34 [CHAR LIMIT=NONE] -->
35 <string name="dialerIconLabel">Phone</string>
36
37 <!-- The description text for the call log tab.
38
39 Note: AccessibilityServices use this attribute to announce what the view represents.
40 This is especially valuable for views without textual representation like ImageView.
41
42 [CHAR LIMIT=NONE] -->
Andrew Lee4de59fb2015-08-13 15:20:08 -070043 <string name="callHistoryIconLabel">Call history</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070044
Andrew Lee2f05af32015-06-09 15:59:47 -070045 <!-- Text for a menu item to report a call as having been incorrectly identified.
46 [CHAR LIMIT=30] -->
47 <string name="call_detail_menu_report">Report inaccurate number</string>
48
Anne Rong664b2012015-07-20 18:03:38 -070049 <!-- Option displayed in context menu to copy long pressed phone number to clipboard [CHAR LIMIT=64] -->
50 <string name="copy_number_text">Copy number to clipboard</string>
51
52 <!-- Option displayed in context menu to copy long pressed voicemail transcription to clipboard [CHAR LIMIT=64] -->
53 <string name="copy_transcript_text">Copy transcription to clipboard</string>
54
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070055 <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it -->
Andrew Lee4de59fb2015-08-13 15:20:08 -070056 <string name="call_log_edit_number_before_call">Edit number before call</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070057
58 <!-- Menu item used to remove a single call from the call log -->
Andrew Lee4de59fb2015-08-13 15:20:08 -070059 <string name="call_log_remove_from_call_log">Delete from call history</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070060
61 <!-- Menu item used to remove all calls from the call log -->
Andrew Lee4de59fb2015-08-13 15:20:08 -070062 <string name="call_log_delete_all">Clear call history</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070063
64 <!-- Menu item used to delete a voicemail. [CHAR LIMIT=30] -->
Andrew Lee4de59fb2015-08-13 15:20:08 -070065 <string name="call_log_trash_voicemail">Delete voicemail</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070066
Nancy Chen2d588b82015-08-18 16:39:02 -070067 <!-- Text for snackbar to undo a voicemail delete. [CHAR LIMIT=20] -->
68 <string name="snackbar_voicemail_deleted">Voicemail deleted</string>
69
70 <!-- Text for undo button in snackbar for voicemail deletion. [CHAR LIMIT=10] -->
71 <string name="snackbar_voicemail_deleted_undo">UNDO</string>
72
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070073 <!-- Title of the confirmation dialog for clearing the call log. [CHAR LIMIT=37] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -080074 <string name="clearCallLogConfirmation_title">Clear call history?</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070075
76 <!-- Confirmation dialog for clearing the call log. [CHAR LIMIT=NONE] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -080077 <string name="clearCallLogConfirmation">This will delete all calls from your history</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070078
79 <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -080080 <string name="clearCallLogProgress_title">Clearing call history\u2026</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070081
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070082 <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] -->
83 <plurals name="notification_voicemail_title">
84 <item quantity="one">Voicemail</item>
85 <item quantity="other">
86 <xliff:g id="count">%1$d</xliff:g>
87 Voicemails
88 </item>
89 </plurals>
90
91 <!-- Used in the notification of a new voicemail for the action to play the voicemail. -->
92 <string name="notification_action_voicemail_play">Play</string>
93
94 <!-- Used to build a list of names or phone numbers, to indicate the callers who left
95 voicemails.
96 The first argument may be one or more callers, the most recent ones.
97 The second argument is an additional callers.
98 This string is used to build a list of callers.
99
100 [CHAR LIMIT=10]
101 -->
102 <string name="notification_voicemail_callers_list"><xliff:g id="newer_callers">%1$s</xliff:g>,
103 <xliff:g id="older_caller">%2$s</xliff:g>
104 </string>
105
106 <!-- Text used in the ticker to notify the user of the latest voicemail. [CHAR LIMIT=30] -->
107 <string name="notification_new_voicemail_ticker">New voicemail from
108 <xliff:g id="caller">%1$s</xliff:g>
109 </string>
110
111 <!-- Message to show when there is an error playing back the voicemail. [CHAR LIMIT=40] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800112 <string name="voicemail_playback_error">Couldn\'t play voicemail</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700113
114 <!-- Message to display before we have prepared the media player, i.e. before we know duration. [CHAR LIMIT=40] -->
115 <string name="voicemail_buffering">Buffering\u2026</string>
116
117 <!-- Message to display whilst we are waiting for the content to be fetched. [CHAR LIMIT=40] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800118 <string name="voicemail_fetching_content">Loading voicemail\u2026</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700119
120 <!-- Message to display if we fail to get content within a suitable time period. [CHAR LIMIT=40] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800121 <string name="voicemail_fetching_timout">Couldn\'t load voicemail</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700122
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700123 <!-- The header to show that call log is only showing voicemail calls. [CHAR LIMIT=40] -->
Chiao Cheng500d4b92012-09-18 18:18:27 -0700124 <string name="call_log_voicemail_header">Calls with voicemail only</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700125
126 <!-- The header to show that call log is only showing incoming calls. [CHAR LIMIT=40] -->
Chiao Cheng500d4b92012-09-18 18:18:27 -0700127 <string name="call_log_incoming_header">Incoming calls only</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700128
129 <!-- The header to show that call log is only showing outgoing calls. [CHAR LIMIT=40] -->
Chiao Cheng500d4b92012-09-18 18:18:27 -0700130 <string name="call_log_outgoing_header">Outgoing calls only</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700131
132 <!-- The header to show that call log is only showing missed calls. [CHAR LIMIT=40] -->
Chiao Cheng500d4b92012-09-18 18:18:27 -0700133 <string name="call_log_missed_header">Missed calls only</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700134
Nancy Chenba9dfa42015-06-10 14:33:35 -0700135 <!-- Title for promo card for visual voicemail. [CHAR LIMIT=40] -->
136 <string name="visual_voicemail_title">Visual voicemail</string>
137
138 <!-- Promo card text for visual voicemail. -->
139 <string name="visual_voicemail_text">
140 See and listen to your voicemail, without having to call a number. Data charges may apply.
141 </string>
142
143 <!-- Text for "Settings" link for visual voicemail promo card. [CHAR LIMIT=30] -->
144 <string name="visual_voicemail_settings">Settings</string>
145
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700146 <!-- Voicemail status message shown at the top of call log to notify the user that no new
147 voicemails are currently available. This can happen when both notification as well as data
148 connection to the voicemail server is lost. [CHAR LIMIT=64] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800149 <string name="voicemail_status_voicemail_not_available">Voicemail updates not available</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700150 <!-- Voicemail status message shown at the top of call log to notify the user that there is no
151 data connection to the voicemail server, but there are new voicemails waiting on the server.
152 [CHAR LIMIT=64] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800153 <string name="voicemail_status_messages_waiting">New voicemail waiting. Can\'t load right now.</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700154 <!-- Voicemail status message shown at the top of call log to invite the user to configure
155 visual voicemail. [CHAR LIMIT=64] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800156 <string name="voicemail_status_configure_voicemail">Set up your voicemail</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700157 <!-- Voicemail status message shown at the top of call details screen to notify the user that
158 the audio of this voicemail is not available. [CHAR LIMIT=64] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800159 <string name="voicemail_status_audio_not_available">Audio not available</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700160
161 <!-- User action prompt shown next to a voicemail status message to let the user configure
162 visual voicemail. [CHAR LIMIT=20] -->
163 <string name="voicemail_status_action_configure">Set up</string>
164 <!-- User action prompt shown next to a voicemail status message to let the user call voicemail
165 server directly to listen to the voicemails. [CHAR LIMIT=20] -->
166 <string name="voicemail_status_action_call_server">Call voicemail</string>
167
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700168 <!-- The counter for calls in a group and the date of the latest call as shown in the call log [CHAR LIMIT=15] -->
169 <string name="call_log_item_count_and_date">(<xliff:g id="count">%1$d</xliff:g>)
170 <xliff:g id="date">%2$s</xliff:g>
171 </string>
172
Chiao Cheng9c5fe442012-10-31 11:12:12 -0700173 <!-- Title for the sms disambiguation dialog -->
174 <string name="sms_disambig_title">Choose number</string>
175
176 <!-- Title for the call disambiguation dialog -->
177 <string name="call_disambig_title">Choose number</string>
178
179 <!-- Message next to disamgiguation dialog check box -->
180 <string name="make_primary">Remember this choice</string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800181
Chiao Chenga1b886a2012-12-05 12:09:05 -0800182 <!-- String describing the Search ImageButton
183
184 Used by AccessibilityService to announce the purpose of the button.
185 [CHAR LIMIT=NONE]
186 -->
187 <string name="description_search_button">search</string>
188
189 <!-- String describing the Dial ImageButton
190
191 Used by AccessibilityService to announce the purpose of the button.
192 -->
193 <string name="description_dial_button">dial</string>
194
Chiao Chenga1b886a2012-12-05 12:09:05 -0800195 <!-- String describing the digits text box containing the number to dial.
196
197 Used by AccessibilityService to announce the purpose of the view.
198 -->
199 <string name="description_digits_edittext">number to dial</string>
200
HUANG Menghuai4f9742c2013-08-21 15:04:25 +0800201 <!-- String describing the button in the voicemail playback to start/stop playback.
202
203 Used by AccessibilityService to announce the purpose of the view.
204 -->
205 <string name="description_playback_start_stop">Play or stop playback</string>
206
207 <!-- String describing the button in the voicemail playback to switch on/off speakerphone.
208
209 Used by AccessibilityService to announce the purpose of the view.
210 -->
211 <string name="description_playback_speakerphone">Switch on or off speakerphone</string>
212
213 <!-- String describing the seekbar in the voicemail playback to seek playback position.
214
215 Used by AccessibilityService to announce the purpose of the view.
216 -->
217 <string name="description_playback_seek">Seek playback position</string>
218
219 <!-- String describing the button in the voicemail playback to decrease playback rate.
220
221 Used by AccessibilityService to announce the purpose of the view.
222 -->
223 <string name="description_rate_decrease">Decrease playback rate</string>
224
225 <!-- String describing the button in the voicemail playback to increase playback rate.
226
227 Used by AccessibilityService to announce the purpose of the view.
228 -->
229 <string name="description_rate_increase">Increase playback rate</string>
230
Yorke Lee714d6c72013-07-26 16:11:39 -0700231 <!-- Content description for the fake action menu button that brings up the call history
232 activity -->
233 <string name="action_menu_call_history_description">Call History</string>
234
Chiao Chenga1b886a2012-12-05 12:09:05 -0800235 <!-- Content description for the fake action menu overflow button.
236 This should be same as the description for the real action menu
237 overflow button available in ActionBar.
238 [CHAR LIMIT=NONE] -->
239 <string name="action_menu_overflow_description" msgid="2295659037509008453">More options</string>
240
Yorke Leeaec57722013-08-16 11:24:20 -0700241 <!-- Content description for the button that displays the dialpad
242 [CHAR LIMIT=NONE] -->
243 <string name="action_menu_dialpad_button">dial pad</string>
244
Chiao Chenga1b886a2012-12-05 12:09:05 -0800245 <!-- Menu item to copy something [CHAR_LIMIT=10] -->
246 <string name="menu_copy">Copy</string>
247
248 <!-- Menu item used to show only outgoing in the call log. [CHAR LIMIT=30] -->
249 <string name="menu_show_outgoing_only">Show outgoing only</string>
250
251 <!-- Menu item used to show only incoming in the call log. [CHAR LIMIT=30] -->
252 <string name="menu_show_incoming_only">Show incoming only</string>
253
254 <!-- Menu item used to show only missed in the call log. [CHAR LIMIT=30] -->
255 <string name="menu_show_missed_only">Show missed only</string>
256
257 <!-- Menu item used to show only voicemails in the call log. [CHAR LIMIT=30] -->
258 <string name="menu_show_voicemails_only">Show voicemails only</string>
259
260 <!-- Menu item used to show all calls in the call log. [CHAR LIMIT=30] -->
261 <string name="menu_show_all_calls">Show all calls</string>
262
Nancy Chenbeededb2014-06-10 18:30:28 -0700263 <!-- Menu items for dialpad options as part of Pause and Wait ftr [CHAR LIMIT=30] -->
Chiao Chenga1b886a2012-12-05 12:09:05 -0800264 <string name="add_2sec_pause">Add 2-sec pause</string>
265 <string name="add_wait">Add wait</string>
266
Yorke Leeaf6f1952014-07-14 19:13:16 -0700267 <!-- Label for the dialer app setting page [CHAR LIMIT=30]-->
268 <string name="dialer_settings_label">Settings</string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800269
Nancy Chenbeededb2014-06-10 18:30:28 -0700270 <!-- Menu item to create a new contact [CHAR LIMIT=30] -->
Chiao Chenga1b886a2012-12-05 12:09:05 -0800271 <string name="menu_newContact">New contact</string>
272
Nancy Chenbeededb2014-06-10 18:30:28 -0700273 <!-- Menu item to display all contacts [CHAR LIMIT=30] -->
Yorke Lee5e931972013-08-30 11:37:53 -0700274 <string name="menu_allContacts">All contacts</string>
275
Chiao Chenga1b886a2012-12-05 12:09:05 -0800276 <!-- Title bar for call detail screen -->
277 <string name="callDetailTitle">Call details</string>
278
279 <!-- Toast for call detail screen when couldn't read the requested details -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800280 <string name="toast_call_detail_error">Details not available</string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800281
282 <!-- Item label: jump to the in-call DTMF dialpad.
283 (Part of a list of options shown in the dialer when another call
284 is already in progress.) -->
285 <string name="dialer_useDtmfDialpad">Use touch tone keypad</string>
286
287 <!-- Item label: jump to the in-call UI.
288 (Part of a list of options shown in the dialer when another call
289 is already in progress.) -->
290 <string name="dialer_returnToInCallScreen">Return to call in progress</string>
291
292 <!-- Item label: use the Dialer's dialpad to add another call.
293 (Part of a list of options shown in the dialer when another call
294 is already in progress.) -->
295 <string name="dialer_addAnotherCall">Add call</string>
296
297 <!-- Title for incoming call details screen -->
298 <string name="type_incoming">Incoming call</string>
299
300 <!-- Title for outgoing call details screen -->
301 <string name="type_outgoing">Outgoing call</string>
302
303 <!-- Title for missed call details screen -->
304 <string name="type_missed">Missed call</string>
305
Tyler Gunn57665d22014-07-08 12:37:49 -0700306 <!-- Title for incoming video call in call details screen [CHAR LIMIT=60] -->
307 <string name="type_incoming_video">Incoming video call</string>
308
309 <!-- Title for outgoing video call in call details screen [CHAR LIMIT=60] -->
310 <string name="type_outgoing_video">Outgoing video call</string>
311
312 <!-- Title for missed video call in call details screen [CHAR LIMIT=60] -->
313 <string name="type_missed_video">Missed video call</string>
314
Chiao Chenga1b886a2012-12-05 12:09:05 -0800315 <!-- Title for voicemail details screen -->
316 <string name="type_voicemail">Voicemail</string>
317
318 <!-- Description for incoming calls going to voice mail vs. not -->
319 <string name="actionIncomingCall">Incoming calls</string>
320
321 <!-- String describing the icon in the call log used to play a voicemail.
322
323 Note: AccessibilityServices use this attribute to announce what the view represents.
324 This is especially valuable for views without textual representation like ImageView.
325 -->
326 <string name="description_call_log_play_button">Play voicemail</string>
327
Chiao Chenga1b886a2012-12-05 12:09:05 -0800328 <!-- String describing the button to view the contact for the current number.
329
330 Note: AccessibilityServices use this attribute to announce what the view represents.
331 This is especially valuable for views without textual representation like ImageView.
332 -->
333 <string name="description_view_contact">View contact <xliff:g id="name">%1$s</xliff:g></string>
334
335 <!-- String describing the button to call a number or contact.
336
337 Note: AccessibilityServices use this attribute to announce what the view represents.
338 This is especially valuable for views without textual representation like ImageView.
339 -->
340 <string name="description_call">Call <xliff:g id="name">%1$s</xliff:g></string>
341
Tyler Gunn45ed3b52014-02-03 08:31:10 -0800342 <!-- String describing the button to access the contact details for a name or number.
343
344 Note: AccessibilityServices use this attribute to announce what the view represents.
345 This is especially valuable for views without textual representation like ImageView.
346 -->
347 <string name="description_contact_details">Contact details for <xliff:g id="nameOrNumber">%1$s</xliff:g></string>
348
Tyler Gunn45ed3b52014-02-03 08:31:10 -0800349 <!-- String indicating a call log entry has an associated voicemail.
350
351 Note: AccessibilityServices use this attribute to announce what the view represents.
352 This is especially valuable for views without textual representation like ImageView.
353 -->
Nancy Chenacfbbad2014-11-25 18:16:06 -0800354 <string name="description_new_voicemail">New voicemail.</string>
Tyler Gunn45ed3b52014-02-03 08:31:10 -0800355
356 <!-- String indicating the number of calls to/from a caller in the call log.
357
358 Note: AccessibilityServices use this attribute to announce what the view represents.
359 This is especially valuable for views without textual representation like ImageView.
360 -->
Nancy Chenacfbbad2014-11-25 18:16:06 -0800361 <string name="description_num_calls"><xliff:g id="numberOfCalls">%1$s</xliff:g> calls.</string>
Tyler Gunn45ed3b52014-02-03 08:31:10 -0800362
Tyler Gunn5619f2e2014-07-15 12:40:28 -0700363 <!-- String indicating a call log entry had video capabilities.
364
365 Note: AccessibilityServices use this attribute to announce what the view represents.
366 This is especially valuable for views without textual representation like ImageView.
367 [CHAR LIMIT=NONE]
368 -->
Nancy Chenacfbbad2014-11-25 18:16:06 -0800369 <string name="description_video_call">Video call.</string>
Tyler Gunn5619f2e2014-07-15 12:40:28 -0700370
Chiao Chenga1b886a2012-12-05 12:09:05 -0800371 <!-- String describing the button to SMS a number or contact.
372
373 Note: AccessibilityServices use this attribute to announce what the view represents.
374 This is especially valuable for views without textual representation like ImageView.
375 [CHAR LIMIT=NONE]
376 -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800377 <string name="description_send_text_message">Send SMS to <xliff:g id="name">%1$s</xliff:g></string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800378
379 <!-- String describing the icon in the call log used to represent an unheard voicemail left to
380 the user.
381
382 Note: AccessibilityServices use this attribute to announce what the view represents.
383 This is especially valuable for views without textual representation like ImageView.
384 [CHAR LIMIT=NONE]
385 -->
386 <string name="description_call_log_unheard_voicemail">Unheard voicemail</string>
387
Yorke Lee191df332013-07-30 17:21:28 -0700388 <!-- String describing the icon used to start a voice search -->
389 <string name="description_start_voice_search">Start voice search</string>
390
Chiao Chenga1b886a2012-12-05 12:09:05 -0800391 <!-- Menu item used to call a contact, containing the number of the contact to call -->
392 <string name="menu_callNumber">Call <xliff:g id="number">%s</xliff:g></string>
393
394 <!-- String used to display calls from unknown numbers in the call log -->
395 <string name="unknown">Unknown</string>
396
397 <!-- String used for displaying calls to the voicemail number in the call log -->
398 <string name="voicemail">Voicemail</string>
399
400 <!-- String used to display calls from private numbers in the call log -->
401 <string name="private_num">Private number</string>
402
403 <!-- String used to display calls from pay phone in the call log -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800404 <string name="payphone">Payphone</string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800405
Roshan Pius2edcc522015-06-09 15:38:45 -0700406 <!-- A nicely formatted call duration displayed when viewing call details for duration less than 1 minute. For example "28 sec" -->
407 <string name="callDetailsShortDurationFormat"><xliff:g id="seconds" example="28">%s</xliff:g> sec</string>
408
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800409 <!-- A nicely formatted call duration displayed when viewing call details. For example "42 min 28 sec" -->
410 <string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> min <xliff:g id="seconds" example="28">%s</xliff:g> sec</string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800411
412 <!-- Dialog message which is shown when the user tries to make a phone call
413 to prohibited phone numbers [CHAR LIMIT=NONE] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800414 <string name="dialog_phone_call_prohibited_message" msgid="4313552620858880999">Can\'t call this number</string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800415
416 <!-- Dialog message which is shown when the user tries to check voicemail
417 while the system isn't ready for the access. [CHAR LIMIT=NONE] -->
418 <string name="dialog_voicemail_not_ready_message">To set up voicemail, go to Menu &gt; Settings.</string>
419
420 <!-- Dialog message which is shown when the user tries to check voicemail
421 while the system is in airplane mode. The user cannot access to
422 voicemail service in Airplane mode. [CHAR LIMI=NONE] -->
423 <string name="dialog_voicemail_airplane_mode_message">To call voicemail, first turn off Airplane mode.</string>
424
425 <!-- Message that appears in the favorites tab of the Phone app when the contact list has not fully loaded yet (below the favorite and frequent contacts) [CHAR LIMIT=20] -->
426 <string name="contact_list_loading">Loading\u2026</string>
427
428 <!-- The title of a dialog that displays the IMEI of the phone -->
429 <string name="imei">IMEI</string>
430
431 <!-- The title of a dialog that displays the MEID of the CDMA phone -->
432 <string name="meid">MEID</string>
433
434 <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
435 <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
436
437 <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
438 <string name="simContacts_title">SIM card contacts</string>
439
Chiao Cheng073b5cf2012-12-07 11:36:00 -0800440 <!-- Message displayed when there is no application available to handle the add contact menu option. [CHAR LIMIT=NONE] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800441 <string name="add_contact_not_available">No contacts app available</string>
Chiao Cheng073b5cf2012-12-07 11:36:00 -0800442
Yorke Leeda0f9042013-12-05 14:25:51 -0800443 <!-- Message displayed when there is no application available to handle voice search. [CHAR LIMIT=NONE] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800444 <string name="voice_search_not_available">Voice search not available</string>
Yorke Leeda0f9042013-12-05 14:25:51 -0800445
Yorke Lee39213592014-04-07 15:39:48 -0700446 <!-- Message displayed when the Phone application has been disabled and a phone call cannot
447 be made. [CHAR LIMIT=NONE] -->
448 <string name="call_not_available">Cannot make a phone call because the Phone application has been disabled.</string>
449
450 <!-- Message displayed when there is no application available to handle a particular action.
451 [CHAR LIMIT=NONE] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800452 <string name="activity_not_available">No app for that on this device</string>
Yorke Lee39213592014-04-07 15:39:48 -0700453
Yorke Leedfb2eee2013-06-26 18:24:32 -0700454 <!-- Hint displayed in dialer search box when there is no query that is currently typed.
Yorke Leea723be52013-09-09 08:54:15 -0700455 [CHAR LIMIT=30] -->
Anne Rong35208002015-07-22 16:27:37 -0700456 <string name="dialer_hint_find_contact">Search contacts</string>
Yorke Leedfb2eee2013-06-26 18:24:32 -0700457
Yorke Leeb7611d72013-07-29 09:45:30 -0700458 <!-- String resource for the font-family to use for the call log activity's title
459 Do not translate. -->
460 <string name="call_log_activity_title_font_family">sans-serif-light</string>
461
Sai Cheemalapatic3206cd2014-05-21 17:58:09 -0700462 <!-- String resource for the font-family to use for the full call history footer
463 Do not translate. -->
464 <string name="view_full_call_history_font_family">sans-serif</string>
465
Andrew Lee4de59fb2015-08-13 15:20:08 -0700466 <!-- Text displayed when the call log is empty. -->
467 <string name="call_log_all_empty">Your call history is empty</string>
468
469 <!-- Label of the button displayed when the call history is empty. Allows the user to make a call. -->
470 <string name="call_log_all_empty_action">Make a call</string>
471
Yorke Leedfb2eee2013-06-26 18:24:32 -0700472 <!-- Text displayed when the list of missed calls is empty -->
Andrew Lee4de59fb2015-08-13 15:20:08 -0700473 <string name="call_log_missed_empty">You have no missed calls.</string>
Yorke Leedfb2eee2013-06-26 18:24:32 -0700474
475 <!-- Text displayed when the list of voicemails is empty -->
Andrew Lee4de59fb2015-08-13 15:20:08 -0700476 <string name="call_log_voicemail_empty">Your voicemail inbox is empty.</string>
Yorke Leedfb2eee2013-06-26 18:24:32 -0700477
Yorke Leedfb2eee2013-06-26 18:24:32 -0700478 <!-- Menu option to show favorite contacts only -->
479 <string name="show_favorites_only">Show favorites only</string>
Yorke Leed9999322013-07-19 09:22:03 -0700480
481 <!-- Title of activity that displays a list of all calls -->
Andrew Lee4de59fb2015-08-13 15:20:08 -0700482 <string name="call_log_activity_title">Call History</string>
Yorke Leebf34a902013-07-24 19:00:04 -0700483
Yorke Leee00c9fe2014-04-12 12:42:06 -0700484 <!-- Title for the call log tab containing the list of all voicemails and calls
Yorke Lee0e8b0312014-04-16 16:08:56 -0700485 [CHAR LIMIT=30] -->
Yorke Leee00c9fe2014-04-12 12:42:06 -0700486 <string name="call_log_all_title">All</string>
487
488 <!-- Title for the call log tab containing the list of all missed calls only
Yorke Lee0e8b0312014-04-16 16:08:56 -0700489 [CHAR LIMIT=30] -->
Yorke Leee00c9fe2014-04-12 12:42:06 -0700490 <string name="call_log_missed_title">Missed</string>
491
Andrew Lee470fc452014-04-16 14:26:05 -0700492 <!-- Title for the call log tab containing the list of all voicemail calls only
Yorke Lee0e8b0312014-04-16 16:08:56 -0700493 [CHAR LIMIT=30] -->
Andrew Lee470fc452014-04-16 14:26:05 -0700494 <string name="call_log_voicemail_title">Voicemail</string>
495
Andrew Lee50dfa5e2015-05-20 16:47:06 -0700496 <!-- Accessibility text for the tab showing recent and favorite contacts who can be called.
497 [CHAR LIMIT=40] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800498 <string name="tab_speed_dial">Speed dial</string>
Yorke Leee00c9fe2014-04-12 12:42:06 -0700499
Andrew Lee4de59fb2015-08-13 15:20:08 -0700500 <!-- Accessibility text for the tab showing the call history. [CHAR LIMIT=40] -->
501 <string name="tab_history">Call History</string>
Yorke Leee00c9fe2014-04-12 12:42:06 -0700502
Andrew Lee50dfa5e2015-05-20 16:47:06 -0700503 <!-- Accessibility text for the tab showing the user's contacts. [CHAR LIMIT=40] -->
Yorke Leee00c9fe2014-04-12 12:42:06 -0700504 <string name="tab_all_contacts">Contacts</string>
505
Andrew Lee50dfa5e2015-05-20 16:47:06 -0700506 <!-- Accessibility text for the tab showing the user's voicemails. [CHAR LIMIT=40] -->
507 <string name="tab_voicemail">Voicemail</string>
508
Christine Chen316b4712013-07-15 18:31:22 -0700509 <!-- Text displayed when user swipes out a favorite contact -->
Yorke Leeed017042013-09-09 16:00:19 -0700510 <string name="favorite_hidden">Removed from favorites</string>
Christine Chen316b4712013-07-15 18:31:22 -0700511 <!-- Text displayed for the undo button to undo removing a favorite contact -->
512 <string name="favorite_hidden_undo">Undo</string>
Yorke Leee1424812013-09-04 18:24:48 -0700513
514 <!-- Shortcut item used to call a number directly from search -->
515 <string name="search_shortcut_call_number">Call
516 <xliff:g id="number">%s</xliff:g>
517 </string>
518
Andrew Lee87dc7302015-03-18 17:10:56 -0700519 <!-- Shortcut item used to add a number directly to a new contact from search.
Andrew Lee5c1ab522015-06-04 14:38:50 -0700520 [CHAR LIMIT=25] -->
Andrew Lee87dc7302015-03-18 17:10:56 -0700521 <string name="search_shortcut_create_new_contact">Create new contact</string>
522
Andrew Lee0247a9b2015-03-18 15:10:55 -0700523 <!-- Shortcut item used to add a number to an existing contact directly from search.
Andrew Lee5c1ab522015-06-04 14:38:50 -0700524 [CHAR LIMIT=25] -->
Andrew Lee20873652015-06-05 15:18:09 -0700525 <string name="search_shortcut_add_to_contact">Add to a contact</string>
Chiao Chengcd9f3762013-09-20 16:00:54 -0700526
Andrew Lee5c1ab522015-06-04 14:38:50 -0700527 <!-- Shortcut item used to send a text message directly from search. [CHAR LIMIT=25] -->
Andrew Leead3d8712015-03-18 12:08:33 -0700528 <string name="search_shortcut_send_sms_message">Send SMS</string>
529
Andrew Lee5c1ab522015-06-04 14:38:50 -0700530 <!-- Shortcut item used to make a video call directly from search. [CHAR LIMIT=25] -->
Andrew Leefc1fed72014-07-02 11:05:53 -0700531 <string name="search_shortcut_make_video_call">Make video call</string>
532
Chiao Chengcd9f3762013-09-20 16:00:54 -0700533 <!-- Number of missed calls shown on call card [CHAR LIMIT=40] -->
534 <string name="num_missed_calls"><xliff:g id="number">%s</xliff:g> new missed calls</string>
535
Andrew Lee39f773e2014-06-11 18:10:57 -0700536 <!-- Shown when there are no speed dial favorites. -->
Yorke Lee2557d122015-07-15 09:49:26 -0700537 <string name="speed_dial_empty">No one is on your speed dial yet</string>
538
539 <!-- Shown as an action when there are no speed dial favorites -->
540 <string name="speed_dial_empty_add_favorite_action">Add a favorite</string>
Andrew Lee39f773e2014-06-11 18:10:57 -0700541
542 <!-- Shown when there are no contacts in the all contacts list. -->
Yorke Lee2557d122015-07-15 09:49:26 -0700543 <string name="all_contacts_empty">You don\'t have any contacts yet</string>
544
545 <!-- Shown as an action when the all contacts list is empty -->
546 <string name="all_contacts_empty_add_contact_action">Add a contact</string>
Chiao Chengcd9f3762013-09-20 16:00:54 -0700547
Yorke Lee3a847bd2013-09-24 15:19:53 -0700548 <!-- Shows up as a tooltip to provide a hint to the user that the profile pic in a contact
549 card can be tapped to bring up a list of all numbers, or long pressed to start reordering
550 [CHAR LIMIT=NONE]
551 -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800552 <string name="contact_tooltip">Touch image to see all numbers or touch &amp; hold to reorder</string>
Chiao Chengd21c3ad2013-10-04 16:13:26 -0700553
Yorke Lee3cefcc62014-01-16 11:26:46 -0800554 <!-- Remove button that shows up when contact is long-pressed. [CHAR LIMIT=NONE] -->
555 <string name="remove_contact">Remove</string>
Ihab Awad526c0b82014-02-27 12:55:36 -0800556
Andrew Leec1b7d0a2015-04-15 17:23:27 -0700557 <!-- Button text for the "video call" displayed underneath an entry in the call log.
Tyler Gunn57665d22014-07-08 12:37:49 -0700558 Tapping causes a video call to be placed to the caller represented by the call log entry.
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700559 [CHAR LIMIT=30] -->
Andrew Lee80f36ae2015-06-10 15:46:25 -0700560 <string name="call_log_action_video_call">Video call</string>
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700561
Andrew Lee247df6e2015-05-12 19:09:00 -0700562 <!-- Button text for a button displayed underneath an entry in the call log, which opens up a
563 messaging app to send a SMS to the number represented by the call log entry.
Andrew Lee80f36ae2015-06-10 15:46:25 -0700564 [CHAR LIMIT=30] -->
Andrew Lee247df6e2015-05-12 19:09:00 -0700565 <string name="call_log_action_send_message">Send Message</string>
566
Andrew Leec1b7d0a2015-04-15 17:23:27 -0700567 <!-- Button text for the button displayed underneath an entry in the call log.
Tyler Gunncf5e0012014-05-16 08:02:55 -0700568 Tapping navigates the user to the call details screen where the user can view details for
Andrew Lee80f36ae2015-06-10 15:46:25 -0700569 the call log entry. [CHAR LIMIT=30] -->
570 <string name="call_log_action_details">Call details</string>
571
572 <!-- Button text for the button displayed underneath an entry in the call log, which when
573 tapped triggers a return call to the named user. [CHAR LIMIT=30] -->
574 <string name="call_log_action_call">
575 Call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
576 </string>
Tyler Gunncf5e0012014-05-16 08:02:55 -0700577
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700578 <!-- String describing an incoming missed call entry in the call log.
579 Note: AccessibilityServices uses this attribute to announce what the view represents.
580 [CHAR LIMIT=NONE] -->
Ihab Awad1e5325f2014-12-01 14:47:38 -0800581 <string name="description_incoming_missed_call">Missed call from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string>
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700582
583 <!-- String describing an incoming answered call entry in the call log.
584 Note: AccessibilityServices uses this attribute to announce what the view represents.
585 [CHAR LIMIT=NONE] -->
Ihab Awad1e5325f2014-12-01 14:47:38 -0800586 <string name="description_incoming_answered_call">Answered call from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string>
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700587
588 <!-- String describing an outgoing call entry in the call log.
589 Note: AccessibilityServices uses this attribute to announce what the view represents.
590 [CHAR LIMIT=NONE] -->
Ihab Awad1e5325f2014-12-01 14:47:38 -0800591 <string name="description_outgoing_call">Call to <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string>
Nancy Chenacfbbad2014-11-25 18:16:06 -0800592
593 <!-- String describing the phone account the call was made on or to. This string will be used
594 in description_incoming_missed_call, description_incoming_answered_call, and
595 description_outgoing_call.
596 Note: AccessibilityServices uses this attribute to announce what the view represents.
597 [CHAR LIMIT=NONE] -->
Ihab Awad1e5325f2014-12-01 14:47:38 -0800598 <string name="description_phone_account">on <xliff:g id="phoneAccount" example="SIM 1">^1</xliff:g></string>
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700599
Andrew Leec1b7d0a2015-04-15 17:23:27 -0700600 <!-- String describing the phone icon on a call log list item. When tapped, it will place a
601 call to the number represented by that call log entry. [CHAR LIMIT=NONE]-->
602 <string name="description_call_log_call_action">Call</string>
603
604 <!-- String describing the "call" action for an entry in the call log. The call back
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700605 action triggers a return call to the named user.
606 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
607 [CHAR LIMIT=NONE] -->
Andrew Lee0451f9a2015-05-08 12:00:52 -0700608 <string name="description_call_action">
609 Call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
610 </string>
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700611
Tyler Gunn57665d22014-07-08 12:37:49 -0700612 <!-- String describing the "video call" action for an entry in the call log. The video call
613 action triggers a return video call to the named person/number.
614 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
615 [CHAR LIMIT=NONE] -->
Andrew Lee0451f9a2015-05-08 12:00:52 -0700616 <string name="description_video_call_action">
617 Video call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>.
618 </string>
Tyler Gunn57665d22014-07-08 12:37:49 -0700619
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700620 <!-- String describing the "listen" action for an entry in the call log. The listen
621 action is shown for call log entries representing a voicemail message and this button
622 triggers playing back the voicemail.
623 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
624 [CHAR LIMIT=NONE] -->
Andrew Lee0451f9a2015-05-08 12:00:52 -0700625 <string name="description_voicemail_action">
626 Listen to voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
627 </string>
628
Andrew Lee80f36ae2015-06-10 15:46:25 -0700629 <!-- String describing the "play voicemail" action for an entry in the call log.
630 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
631 [CHAR LIMIT=NONE] -->
632 <string name="description_voicemail_play">
633 Play voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
634 </string>
635
636 <!-- String describing the "pause voicemail" action for an entry in the call log.
637 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
638 [CHAR LIMIT=NONE] -->
639 <string name="description_voicemail_pause">
640 Pause voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
641 </string>
642
643
644 <!-- String describing the "delete voicemail" action for an entry in the call log.
645 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
646 [CHAR LIMIT=NONE] -->
647 <string name="description_voicemail_delete">
648 Delete voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
649 </string>
650
Andrew Lee1ed12062015-06-16 11:20:06 -0700651 <!-- String describing the number of new voicemails, displayed as a number badge on a tab.
Andrew Lee80f36ae2015-06-10 15:46:25 -0700652 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
653 [CHAR LIMIT=NONE] -->
654 <plurals name="description_voicemail_unread">
Andrew Lee1ed12062015-06-16 11:20:06 -0700655 <item quantity="one"><xliff:g id="count">%d</xliff:g> new voicemail</item>
656 <item quantity="other"><xliff:g id="count">%d</xliff:g> new voicemails</item>
Andrew Lee80f36ae2015-06-10 15:46:25 -0700657 </plurals>
658
Andrew Lee0451f9a2015-05-08 12:00:52 -0700659 <!-- Description for the "create new contact" action for an entry in the call log. This action
660 opens a screen for creating a new contact for this name or number. [CHAR LIMIT=NONE] -->
661 <string name="description_create_new_contact_action">
662 Create contact for <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
663 </string>
664
665 <!-- Description for the "add to existing contact" action for an entry in the call log. This
666 action opens a screen for adding this name or number to an existing contact.
667 [CHAR LIMIT=NONE] -->
668 <string name="description_add_to_existing_contact_action">
669 Add <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> to existing contact
670 </string>
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700671
Tyler Gunncf5e0012014-05-16 08:02:55 -0700672 <!-- String describing the "details" action for an entry in the call log. The details action
673 displays the call details screen for an entry in the call log. This shows the calls to
674 and from the specified number associated with the call log entry.
675 [CHAR LIMIT=NONE] -->
Andrew Lee0451f9a2015-05-08 12:00:52 -0700676 <string name="description_details_action">
677 Call details for <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
678 </string>
679
Tyler Gunn4dfd7122014-05-14 15:12:42 -0700680 <!-- Toast message which appears when a call log entry is deleted.
681 [CHAR LIMIT=NONE] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800682 <string name="toast_entry_removed">Deleted from call history</string>
Tyler Gunn4dfd7122014-05-14 15:12:42 -0700683
Tyler Gunn1e273312014-06-10 12:59:53 -0700684 <!-- String used as a header in the call log above calls which occurred today.
685 [CHAR LIMIT=65] -->
686 <string name="call_log_header_today">Today</string>
687
688 <!-- String used as a header in the call log above calls which occurred yesterday.
689 [CHAR LIMIT=65] -->
690 <string name="call_log_header_yesterday">Yesterday</string>
691
Nancy Chen4a5a1bd2014-09-24 14:37:45 -0700692 <!-- String used as a header in the call log above calls which occurred two days or more ago.
Tyler Gunn4dfd7122014-05-14 15:12:42 -0700693 [CHAR LIMIT=65] -->
Tyler Gunn480c64d2014-06-11 10:50:27 -0700694 <string name="call_log_header_other">Older</string>
Tyler Gunn18164c82014-06-09 10:20:57 -0700695
696 <!-- String a header on the call details screen. Appears above the list calls to or from a
697 particular number.
698 [CHAR LIMIT=65] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800699 <string name="call_detail_list_header">Calls list</string>
Tyler Gunn18164c82014-06-09 10:20:57 -0700700
701 <!-- String describing the "speaker on" button on the playback control used to listen to a
702 voicemail message. When speaker is on, playback of the voicemail will occur through the
703 phone speaker.
704 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
705 [CHAR LIMIT=NONE] -->
706 <string name="voicemail_speaker_on">Turn speaker on.</string>
707
708 <!-- String describing the "speaker off" button on the playback control used to listen to a
709 voicemail message. When speaker is off, playback of the voicemail will occur through the
710 phone earpiece.
711 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
712 [CHAR LIMIT=NONE] -->
713 <string name="voicemail_speaker_off">Turn speaker off.</string>
714
715 <!-- String describing the "play faster" button in the playback control used to listen to a
716 voicemail message. Speeds up playback of the voicemail message.
717 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
718 [CHAR LIMIT=NONE] -->
719 <string name="voicemail_play_faster">Play faster.</string>
720
721 <!-- String describing the "play slower" button in the playback control used to listen to a
722 voicemail message. Slows down playback of the voicemail message.
723 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
724 [CHAR LIMIT=NONE] -->
725 <string name="voicemail_play_slower">Play slower.</string>
726
727 <!-- String describing the "play/pause" button in the playback control used to listen to a
728 voicemail message. Starts playback or pauses ongoing playback.
729 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
730 [CHAR LIMIT=NONE] -->
731 <string name="voicemail_play_start_pause">Start or pause playback.</string>
Tyler Gunn8b0e8582014-07-10 12:28:43 -0700732
733 <!-- Delimeter used between each item in a textual list; for example "Alpha, Beta".
734 [CHAR LIMIT=3] -->
735 <string name="list_delimeter">", "</string>
Yorke Leeaf6f1952014-07-14 19:13:16 -0700736
737 <!-- Dialer settings related strings-->
738
Andrew Leedd9dc5a2015-02-26 13:46:39 -0800739 <!-- Title for "Display options" category, which controls how contacts are shown.
740 [CHAR LIMIT=40] -->
741 <string name="display_options_title">Display options</string>
742
Andrew Leee83576c2015-02-26 14:26:16 -0800743 <!-- Title for the "Sounds and vibration" settings control settings related to ringtones,
744 dialpad tones, and vibration for incoming calls. [CHAR LIMIT=40] -->
745 <string name="sounds_and_vibration_title">Sounds and vibration</string>
Andrew Leee4ea1042014-08-13 17:10:43 -0700746
Andrew Lee811641c2015-02-26 15:38:48 -0800747 <!-- Title for "Accessibility" category, which controls settings such as TTY mode and hearing
748 aid compatability. [CHAR LIMIT=40] -->
749 <string name="accessibility_settings_title">Accessibility</string>
750
Andrew Leee4ea1042014-08-13 17:10:43 -0700751 <!-- Setting option name to pick ringtone (a list dialog comes up). [CHAR LIMIT=30] -->
752 <string name="ringtone_title">Phone ringtone</string>
753
754 <!-- Setting option name to enable or disable vibration when ringing the phone.
755 [CHAR LIMIT=30] -->
Andrew Leed0d409e2014-08-21 15:20:48 -0700756 <string name="vibrate_on_ring_title">"Also vibrate for calls</string>
Andrew Leee4ea1042014-08-13 17:10:43 -0700757
758 <!-- Setting option name to enable or disable DTMF tone sound [CHAR LIMIT=30] -->
Andrew Leed0d409e2014-08-21 15:20:48 -0700759 <string name="dtmf_tone_enable_title">Dialpad tones</string>
Andrew Leec65acdf2015-03-02 22:43:41 -0800760 <!-- Label for setting to adjust the length of DTMF tone sounds. [CHAR LIMIT=40] -->
761 <string name="dtmf_tone_length_title">Dialpad tone length</string>
762 <!-- Options displayed for the length of DTMF tone sounds. [CHAR LIMIT=40] -->
763 <string-array name="dtmf_tone_length_entries">
764 <item>Normal</item>
765 <item>Long</item>
766 </string-array>
767 <!-- Do not translate. -->
768 <string-array name="dtmf_tone_length_entry_values" translatable="false">
769 <item>0</item>
770 <item>1</item>
771 </string-array>
Andrew Leee4ea1042014-08-13 17:10:43 -0700772
Andrew Leee4ea1042014-08-13 17:10:43 -0700773 <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
774 <string name="respond_via_sms_setting_title">Quick responses</string>
775
Andrew Leef1621a22014-10-24 14:22:59 -0700776 <!-- Label for the call settings section [CHAR LIMIT=30] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800777 <string name="call_settings_label">Calls</string>
Yorke Leeaf6f1952014-07-14 19:13:16 -0700778
Andrew Leef1621a22014-10-24 14:22:59 -0700779 <!-- Label for the phone account settings [CHAR LIMIT=30] -->
Nancy Chen97670b42014-11-11 12:17:05 -0800780 <string name="phone_account_settings_label">Calling accounts</string>
Andrew Leee94b9452015-02-26 17:20:12 -0800781
782 <!-- DO NOT TRANSLATE. Internal key for ringtone preference. -->
783 <string name="ringtone_preference_key" translatable="false">button_ringtone_key</string>
784 <!-- DO NOT TRANSLATE. Internal key for vibrate when ringing preference. -->
785 <string name="vibrate_on_preference_key" translatable="false">button_vibrate_on_ring</string>
786 <!-- DO NOT TRANSLATE. Internal key for vibrate when ringing preference. -->
787 <string name="play_dtmf_preference_key" translatable="false">button_play_dtmf_tone</string>
Andrew Leec65acdf2015-03-02 22:43:41 -0800788 <!-- DO NOT TRANSLATE. Internal key for DTMF tone length preference. -->
789 <string name="dtmf_tone_length_preference_key" translatable="false">button_dtmf_settings</string>
Yorke Lee2557d122015-07-15 09:49:26 -0700790
791 <!-- The label of the button used to turn on a single permission -->
792 <string name="permission_single_turn_on">Turn on</string>
793
794 <!-- The label of the button used to turn on multiple permissions -->
795 <string name="permission_multiple_turn_on">Set permissions</string>
796
797 <!-- Shown as a prompt to turn on the contacts permission to enable speed dial -->
Yorke Lee3491ef02015-07-16 11:36:25 -0700798 <string name="permission_no_speeddial">To enable speed dial,\n turn on the Contacts permission.</string>
Yorke Lee2557d122015-07-15 09:49:26 -0700799
800 <!-- Shown as a prompt to turn on the phone permission to enable the call log -->
801 <string name="permission_no_calllog">To see your call log,\n turn on the Phone permission.</string>
802
803 <!-- Shown as a prompt to turn on the contacts permission to show all contacts -->
804 <string name="permission_no_contacts">To see your contacts,\n turn on the Contacts permission.</string>
805
806 <!-- Shown as a prompt to turn on the phone permission to show voicemails -->
807 <string name="permission_no_voicemail">To access your voicemail,\n turn on the Phone permission.</string>
808
Yorke Lee575ae382015-07-16 11:36:07 -0700809 <!-- Shown as a prompt to turn on contacts permissions to allow contact search -->
810 <string name="permission_no_search">To search your contacts, turn on the Contacts permissions.</string>
Yorke Lee2557d122015-07-15 09:49:26 -0700811
812 <!-- Shown as a prompt to turn on the phone permission to allow a call to be placed -->
813 <string name="permission_place_call">To place a call,\n turn on the Phone permission.</string>
Yorke Lee5f6c9012015-07-24 12:27:46 -0700814
815 <!-- Shown as a message that notifies the user that the Phone app cannot write to system settings, which is why the system settings app is being launched directly instead.-->
816 <string name="toast_cannot_write_system_settings">Phone app does not have permission to write to system settings.</string>
Chiao Cheng94b10b52012-08-17 16:59:12 -0700817</resources>