blob: 830af65b823bb95c73685ea7c5b9bd0f56bfc8f6 [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
Ta-wei Yene3cae632015-10-27 16:09:09 -070029
30 <!-- Title for the activity that dials the phone, when launched directly into the dialpad -->
31 <string name="launcherDialpadActivityLabel">Phone Dialpad</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070032 <!-- The description text for the dialer tab.
33
34 Note: AccessibilityServices use this attribute to announce what the view represents.
35 This is especially valuable for views without textual representation like ImageView.
36
37 [CHAR LIMIT=NONE] -->
38 <string name="dialerIconLabel">Phone</string>
39
40 <!-- The description text for the call log tab.
41
42 Note: AccessibilityServices use this attribute to announce what the view represents.
43 This is especially valuable for views without textual representation like ImageView.
44
45 [CHAR LIMIT=NONE] -->
Andrew Lee4de59fb2015-08-13 15:20:08 -070046 <string name="callHistoryIconLabel">Call history</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070047
Andrew Leebf9cca22015-10-05 13:43:54 -070048 <!-- Text for a menu item to report a call as having been incorrectly identified. [CHAR LIMIT=48] -->
49 <string name="action_report_number">Report inaccurate number</string>
Andrew Lee2f05af32015-06-09 15:59:47 -070050
Andrew Leebf9cca22015-10-05 13:43:54 -070051 <!-- Option displayed in context menu to copy long pressed phone number. [CHAR LIMIT=48] -->
52 <string name="action_copy_number_text">Copy number</string>
Anne Rong664b2012015-07-20 18:03:38 -070053
Andrew Leebf9cca22015-10-05 13:43:54 -070054 <!-- Option displayed in context menu to copy long pressed voicemail transcription. [CHAR LIMIT=48] -->
55 <string name="copy_transcript_text">Copy transcription</string>
Anne Rong664b2012015-07-20 18:03:38 -070056
Andrew Leebf9cca22015-10-05 13:43:54 -070057 <!-- Label for action to block a number. [CHAR LIMIT=48] -->
58 <string name="action_block_number">Block number</string>
Anne Rong9bd09412015-08-31 15:14:49 -070059
60 <!-- Text for snackbar to undo blocking a number. [CHAR LIMIT=64] -->
61 <string name="snackbar_number_blocked">
Ta-wei Yena5437e62015-11-05 14:13:12 -080062 <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g> blocked</string>
Anne Rong9bd09412015-08-31 15:14:49 -070063
Andrew Leebf9cca22015-10-05 13:43:54 -070064 <!-- Label for action to unblock a number [CHAR LIMIT=48]-->
65 <string name="action_unblock_number">Unblock number</string>
Anne Rong9bd09412015-08-31 15:14:49 -070066
67 <!-- Text for snackbar to undo unblocking a number. [CHAR LIMIT=64] -->
68 <string name="snackbar_number_unblocked">
69 <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g>
Ta-wei Yena5437e62015-11-05 14:13:12 -080070 unblocked</string>
Anne Rong9bd09412015-08-31 15:14:49 -070071
72 <!-- Text for undo button in snackbar for blocking/unblocking number. [CHAR LIMIT=10] -->
73 <string name="block_number_undo">UNDO</string>
74
Andrew Lee7b127d42015-09-30 18:24:48 -070075 <!-- Menu item in call details used to remove a call or voicemail from the call log. -->
76 <string name="call_details_delete">Delete</string>
77
Andrew Leebf9cca22015-10-05 13:43:54 -070078 <!-- Label for action to edit a number before calling it. [CHAR LIMIT=48] -->
79 <string name="action_edit_number_before_call">Edit number before call</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070080
81 <!-- Menu item used to remove all calls from the call log -->
Andrew Lee4de59fb2015-08-13 15:20:08 -070082 <string name="call_log_delete_all">Clear call history</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070083
84 <!-- Menu item used to delete a voicemail. [CHAR LIMIT=30] -->
Andrew Lee4de59fb2015-08-13 15:20:08 -070085 <string name="call_log_trash_voicemail">Delete voicemail</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -070086
Sarmad Hashmief577772016-02-25 14:08:19 -080087 <!-- Menu item used to archive a voicemail. [CHAR LIMIT=30] -->
88 <string name="call_log_archive_voicemail">Archive voicemail</string>
89
Nancy Chenf8f91022015-08-24 16:35:14 -070090 <!-- Text for snackbar to undo a voicemail delete. [CHAR LIMIT=30] -->
Nancy Chen2d588b82015-08-18 16:39:02 -070091 <string name="snackbar_voicemail_deleted">Voicemail deleted</string>
92
Sarmad Hashmief577772016-02-25 14:08:19 -080093 <!-- Text for snackbar to undo a voicemail archive. [CHAR LIMIT=30] -->
94 <string name="snackbar_voicemail_archived">Voicemail archived</string>
95
Nancy Chen2d588b82015-08-18 16:39:02 -070096 <!-- Text for undo button in snackbar for voicemail deletion. [CHAR LIMIT=10] -->
97 <string name="snackbar_voicemail_deleted_undo">UNDO</string>
98
Sarmad Hashmief577772016-02-25 14:08:19 -080099 <!-- Text for going to archive button in snackbar for voicemail archive. [CHAR LIMIT=10] -->
100 <string name="snackbar_voicemail_archived_goto">GOTO ARCHIVE</string>
101
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700102 <!-- Title of the confirmation dialog for clearing the call log. [CHAR LIMIT=37] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800103 <string name="clearCallLogConfirmation_title">Clear call history?</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700104
105 <!-- Confirmation dialog for clearing the call log. [CHAR LIMIT=NONE] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800106 <string name="clearCallLogConfirmation">This will delete all calls from your history</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700107
108 <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800109 <string name="clearCallLogProgress_title">Clearing call history\u2026</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700110
Nancy Chencc42b592016-01-26 14:38:57 -0800111 <!-- Title used for the activity for placing a call. This name appears
112 in activity disambig dialogs -->
113 <string name="userCallActivityLabel" product="default">Phone</string>
114
115 <!-- Notification strings -->
116 <!-- Missed call notification label, used when there's exactly one missed call -->
117 <string name="notification_missedCallTitle">Missed call</string>
Victor Chang1dbbda32016-02-01 19:54:33 +0000118 <!-- Missed call notification label, used when there's exactly one missed call from work contact -->
119 <string name="notification_missedWorkCallTitle">Missed work call</string>
Nancy Chencc42b592016-01-26 14:38:57 -0800120 <!-- Missed call notification label, used when there are two or more missed calls -->
121 <string name="notification_missedCallsTitle">Missed calls</string>
122 <!-- Missed call notification message used when there are multiple missed calls -->
123 <string name="notification_missedCallsMsg"><xliff:g id="num_missed_calls">%s</xliff:g> missed calls</string>
124 <!-- Message for "call back" Action, which is displayed in the missed call notificaiton.
125 The user will be able to call back to the person or the phone number.
126 [CHAR LIMIT=18] -->
127 <string name="notification_missedCall_call_back">Call back</string>
128 <!-- Message for "reply via sms" action, which is displayed in the missed call notification.
129 The user will be able to send text messages using the phone number.
130 [CHAR LIMIT=18] -->
131 <string name="notification_missedCall_message">Message</string>
132 <!-- DO NOT TRANSLATE. Hardcoded number used for restricted incoming phone numbers. -->
133 <string name="handle_restricted">RESTRICTED</string>
134
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700135 <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] -->
136 <plurals name="notification_voicemail_title">
137 <item quantity="one">Voicemail</item>
138 <item quantity="other">
139 <xliff:g id="count">%1$d</xliff:g>
140 Voicemails
141 </item>
142 </plurals>
143
144 <!-- Used in the notification of a new voicemail for the action to play the voicemail. -->
145 <string name="notification_action_voicemail_play">Play</string>
146
147 <!-- Used to build a list of names or phone numbers, to indicate the callers who left
148 voicemails.
149 The first argument may be one or more callers, the most recent ones.
150 The second argument is an additional callers.
151 This string is used to build a list of callers.
152
153 [CHAR LIMIT=10]
154 -->
155 <string name="notification_voicemail_callers_list"><xliff:g id="newer_callers">%1$s</xliff:g>,
156 <xliff:g id="older_caller">%2$s</xliff:g>
157 </string>
158
159 <!-- Text used in the ticker to notify the user of the latest voicemail. [CHAR LIMIT=30] -->
160 <string name="notification_new_voicemail_ticker">New voicemail from
161 <xliff:g id="caller">%1$s</xliff:g>
162 </string>
163
164 <!-- Message to show when there is an error playing back the voicemail. [CHAR LIMIT=40] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800165 <string name="voicemail_playback_error">Couldn\'t play voicemail</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700166
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700167 <!-- Message to display whilst we are waiting for the content to be fetched. [CHAR LIMIT=40] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800168 <string name="voicemail_fetching_content">Loading voicemail\u2026</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700169
Sarmad Hashmief577772016-02-25 14:08:19 -0800170 <!-- Message to display whilst we are waiting for the content to be archived. [CHAR LIMIT=40] -->
171 <string name="voicemail_archiving_content">Archiving voicemail\u2026</string>
172
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700173 <!-- Message to display if we fail to get content within a suitable time period. [CHAR LIMIT=40] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800174 <string name="voicemail_fetching_timout">Couldn\'t load voicemail</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700175
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700176 <!-- The header to show that call log is only showing voicemail calls. [CHAR LIMIT=40] -->
Chiao Cheng500d4b92012-09-18 18:18:27 -0700177 <string name="call_log_voicemail_header">Calls with voicemail only</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700178
179 <!-- The header to show that call log is only showing incoming calls. [CHAR LIMIT=40] -->
Chiao Cheng500d4b92012-09-18 18:18:27 -0700180 <string name="call_log_incoming_header">Incoming calls only</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700181
182 <!-- The header to show that call log is only showing outgoing calls. [CHAR LIMIT=40] -->
Chiao Cheng500d4b92012-09-18 18:18:27 -0700183 <string name="call_log_outgoing_header">Outgoing calls only</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700184
185 <!-- The header to show that call log is only showing missed calls. [CHAR LIMIT=40] -->
Chiao Cheng500d4b92012-09-18 18:18:27 -0700186 <string name="call_log_missed_header">Missed calls only</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700187
Nancy Chenba9dfa42015-06-10 14:33:35 -0700188 <!-- Title for promo card for visual voicemail. [CHAR LIMIT=40] -->
189 <string name="visual_voicemail_title">Visual voicemail</string>
190
191 <!-- Promo card text for visual voicemail. -->
192 <string name="visual_voicemail_text">
193 See and listen to your voicemail, without having to call a number. Data charges may apply.
194 </string>
195
196 <!-- Text for "Settings" link for visual voicemail promo card. [CHAR LIMIT=30] -->
197 <string name="visual_voicemail_settings">Settings</string>
198
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700199 <!-- Voicemail status message shown at the top of call log to notify the user that no new
200 voicemails are currently available. This can happen when both notification as well as data
201 connection to the voicemail server is lost. [CHAR LIMIT=64] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800202 <string name="voicemail_status_voicemail_not_available">Voicemail updates not available</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700203 <!-- Voicemail status message shown at the top of call log to notify the user that there is no
204 data connection to the voicemail server, but there are new voicemails waiting on the server.
205 [CHAR LIMIT=64] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800206 <string name="voicemail_status_messages_waiting">New voicemail waiting. Can\'t load right now.</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700207 <!-- Voicemail status message shown at the top of call log to invite the user to configure
208 visual voicemail. [CHAR LIMIT=64] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800209 <string name="voicemail_status_configure_voicemail">Set up your voicemail</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700210 <!-- Voicemail status message shown at the top of call details screen to notify the user that
211 the audio of this voicemail is not available. [CHAR LIMIT=64] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800212 <string name="voicemail_status_audio_not_available">Audio not available</string>
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700213
214 <!-- User action prompt shown next to a voicemail status message to let the user configure
215 visual voicemail. [CHAR LIMIT=20] -->
216 <string name="voicemail_status_action_configure">Set up</string>
217 <!-- User action prompt shown next to a voicemail status message to let the user call voicemail
218 server directly to listen to the voicemails. [CHAR LIMIT=20] -->
219 <string name="voicemail_status_action_call_server">Call voicemail</string>
220
Chiao Cheng9d4f3b22012-09-05 16:00:16 -0700221 <!-- The counter for calls in a group and the date of the latest call as shown in the call log [CHAR LIMIT=15] -->
222 <string name="call_log_item_count_and_date">(<xliff:g id="count">%1$d</xliff:g>)
223 <xliff:g id="date">%2$s</xliff:g>
224 </string>
225
Chiao Cheng9c5fe442012-10-31 11:12:12 -0700226 <!-- Title for the sms disambiguation dialog -->
227 <string name="sms_disambig_title">Choose number</string>
228
229 <!-- Title for the call disambiguation dialog -->
230 <string name="call_disambig_title">Choose number</string>
231
232 <!-- Message next to disamgiguation dialog check box -->
233 <string name="make_primary">Remember this choice</string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800234
Chiao Chenga1b886a2012-12-05 12:09:05 -0800235 <!-- String describing the Search ImageButton
236
237 Used by AccessibilityService to announce the purpose of the button.
238 [CHAR LIMIT=NONE]
239 -->
240 <string name="description_search_button">search</string>
241
242 <!-- String describing the Dial ImageButton
243
244 Used by AccessibilityService to announce the purpose of the button.
245 -->
246 <string name="description_dial_button">dial</string>
247
Chiao Chenga1b886a2012-12-05 12:09:05 -0800248 <!-- String describing the digits text box containing the number to dial.
249
250 Used by AccessibilityService to announce the purpose of the view.
251 -->
252 <string name="description_digits_edittext">number to dial</string>
253
HUANG Menghuai4f9742c2013-08-21 15:04:25 +0800254 <!-- String describing the button in the voicemail playback to start/stop playback.
255
256 Used by AccessibilityService to announce the purpose of the view.
257 -->
258 <string name="description_playback_start_stop">Play or stop playback</string>
259
260 <!-- String describing the button in the voicemail playback to switch on/off speakerphone.
261
262 Used by AccessibilityService to announce the purpose of the view.
263 -->
264 <string name="description_playback_speakerphone">Switch on or off speakerphone</string>
265
266 <!-- String describing the seekbar in the voicemail playback to seek playback position.
267
268 Used by AccessibilityService to announce the purpose of the view.
269 -->
270 <string name="description_playback_seek">Seek playback position</string>
271
272 <!-- String describing the button in the voicemail playback to decrease playback rate.
273
274 Used by AccessibilityService to announce the purpose of the view.
275 -->
276 <string name="description_rate_decrease">Decrease playback rate</string>
277
278 <!-- String describing the button in the voicemail playback to increase playback rate.
279
280 Used by AccessibilityService to announce the purpose of the view.
281 -->
282 <string name="description_rate_increase">Increase playback rate</string>
283
Yorke Lee714d6c72013-07-26 16:11:39 -0700284 <!-- Content description for the fake action menu button that brings up the call history
285 activity -->
286 <string name="action_menu_call_history_description">Call History</string>
287
Chiao Chenga1b886a2012-12-05 12:09:05 -0800288 <!-- Content description for the fake action menu overflow button.
289 This should be same as the description for the real action menu
290 overflow button available in ActionBar.
291 [CHAR LIMIT=NONE] -->
292 <string name="action_menu_overflow_description" msgid="2295659037509008453">More options</string>
293
Yorke Leeaec57722013-08-16 11:24:20 -0700294 <!-- Content description for the button that displays the dialpad
295 [CHAR LIMIT=NONE] -->
296 <string name="action_menu_dialpad_button">dial pad</string>
297
Chiao Chenga1b886a2012-12-05 12:09:05 -0800298 <!-- Menu item used to show only outgoing in the call log. [CHAR LIMIT=30] -->
299 <string name="menu_show_outgoing_only">Show outgoing only</string>
300
301 <!-- Menu item used to show only incoming in the call log. [CHAR LIMIT=30] -->
302 <string name="menu_show_incoming_only">Show incoming only</string>
303
304 <!-- Menu item used to show only missed in the call log. [CHAR LIMIT=30] -->
305 <string name="menu_show_missed_only">Show missed only</string>
306
307 <!-- Menu item used to show only voicemails in the call log. [CHAR LIMIT=30] -->
308 <string name="menu_show_voicemails_only">Show voicemails only</string>
309
310 <!-- Menu item used to show all calls in the call log. [CHAR LIMIT=30] -->
311 <string name="menu_show_all_calls">Show all calls</string>
312
Nancy Chenbeededb2014-06-10 18:30:28 -0700313 <!-- Menu items for dialpad options as part of Pause and Wait ftr [CHAR LIMIT=30] -->
Chiao Chenga1b886a2012-12-05 12:09:05 -0800314 <string name="add_2sec_pause">Add 2-sec pause</string>
315 <string name="add_wait">Add wait</string>
316
Yorke Leeaf6f1952014-07-14 19:13:16 -0700317 <!-- Label for the dialer app setting page [CHAR LIMIT=30]-->
318 <string name="dialer_settings_label">Settings</string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800319
Nancy Chenbeededb2014-06-10 18:30:28 -0700320 <!-- Menu item to create a new contact [CHAR LIMIT=30] -->
Chiao Chenga1b886a2012-12-05 12:09:05 -0800321 <string name="menu_newContact">New contact</string>
322
Nancy Chenbeededb2014-06-10 18:30:28 -0700323 <!-- Menu item to display all contacts [CHAR LIMIT=30] -->
Yorke Lee5e931972013-08-30 11:37:53 -0700324 <string name="menu_allContacts">All contacts</string>
325
Chiao Chenga1b886a2012-12-05 12:09:05 -0800326 <!-- Title bar for call detail screen -->
327 <string name="callDetailTitle">Call details</string>
328
329 <!-- Toast for call detail screen when couldn't read the requested details -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800330 <string name="toast_call_detail_error">Details not available</string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800331
332 <!-- Item label: jump to the in-call DTMF dialpad.
333 (Part of a list of options shown in the dialer when another call
334 is already in progress.) -->
335 <string name="dialer_useDtmfDialpad">Use touch tone keypad</string>
336
337 <!-- Item label: jump to the in-call UI.
338 (Part of a list of options shown in the dialer when another call
339 is already in progress.) -->
340 <string name="dialer_returnToInCallScreen">Return to call in progress</string>
341
342 <!-- Item label: use the Dialer's dialpad to add another call.
343 (Part of a list of options shown in the dialer when another call
344 is already in progress.) -->
345 <string name="dialer_addAnotherCall">Add call</string>
346
Andrew Lee838988b2015-09-25 17:12:58 -0700347 <!-- Title for incoming call type. [CHAR LIMIT=40] -->
Chiao Chenga1b886a2012-12-05 12:09:05 -0800348 <string name="type_incoming">Incoming call</string>
349
Andrew Lee838988b2015-09-25 17:12:58 -0700350 <!-- Title for outgoing call type. [CHAR LIMIT=40] -->
Chiao Chenga1b886a2012-12-05 12:09:05 -0800351 <string name="type_outgoing">Outgoing call</string>
352
Andrew Lee838988b2015-09-25 17:12:58 -0700353 <!-- Title for missed call type. [CHAR LIMIT=40] -->
Chiao Chenga1b886a2012-12-05 12:09:05 -0800354 <string name="type_missed">Missed call</string>
355
Tyler Gunn57665d22014-07-08 12:37:49 -0700356 <!-- Title for incoming video call in call details screen [CHAR LIMIT=60] -->
357 <string name="type_incoming_video">Incoming video call</string>
358
359 <!-- Title for outgoing video call in call details screen [CHAR LIMIT=60] -->
360 <string name="type_outgoing_video">Outgoing video call</string>
361
362 <!-- Title for missed video call in call details screen [CHAR LIMIT=60] -->
363 <string name="type_missed_video">Missed video call</string>
364
Chiao Chenga1b886a2012-12-05 12:09:05 -0800365 <!-- Title for voicemail details screen -->
366 <string name="type_voicemail">Voicemail</string>
367
Andrew Lee838988b2015-09-25 17:12:58 -0700368 <!-- Title for rejected call type. [CHAR LIMIT=40] -->
369 <string name="type_rejected">Declined call</string>
370
371 <!-- Title for blocked call type. [CHAR LIMIT=40] -->
372 <string name="type_blocked">Blocked call</string>
373
Chiao Chenga1b886a2012-12-05 12:09:05 -0800374 <!-- Description for incoming calls going to voice mail vs. not -->
375 <string name="actionIncomingCall">Incoming calls</string>
376
377 <!-- String describing the icon in the call log used to play a voicemail.
378
379 Note: AccessibilityServices use this attribute to announce what the view represents.
380 This is especially valuable for views without textual representation like ImageView.
381 -->
382 <string name="description_call_log_play_button">Play voicemail</string>
383
Chiao Chenga1b886a2012-12-05 12:09:05 -0800384 <!-- String describing the button to view the contact for the current number.
385
386 Note: AccessibilityServices use this attribute to announce what the view represents.
387 This is especially valuable for views without textual representation like ImageView.
388 -->
389 <string name="description_view_contact">View contact <xliff:g id="name">%1$s</xliff:g></string>
390
391 <!-- String describing the button to call a number or contact.
392
393 Note: AccessibilityServices use this attribute to announce what the view represents.
394 This is especially valuable for views without textual representation like ImageView.
395 -->
396 <string name="description_call">Call <xliff:g id="name">%1$s</xliff:g></string>
397
Tyler Gunn45ed3b52014-02-03 08:31:10 -0800398 <!-- String describing the button to access the contact details for a name or number.
399
400 Note: AccessibilityServices use this attribute to announce what the view represents.
401 This is especially valuable for views without textual representation like ImageView.
402 -->
403 <string name="description_contact_details">Contact details for <xliff:g id="nameOrNumber">%1$s</xliff:g></string>
404
Tyler Gunn45ed3b52014-02-03 08:31:10 -0800405 <!-- String indicating the number of calls to/from a caller in the call log.
406
407 Note: AccessibilityServices use this attribute to announce what the view represents.
408 This is especially valuable for views without textual representation like ImageView.
409 -->
Nancy Chenacfbbad2014-11-25 18:16:06 -0800410 <string name="description_num_calls"><xliff:g id="numberOfCalls">%1$s</xliff:g> calls.</string>
Tyler Gunn45ed3b52014-02-03 08:31:10 -0800411
Tyler Gunn5619f2e2014-07-15 12:40:28 -0700412 <!-- String indicating a call log entry had video capabilities.
413
414 Note: AccessibilityServices use this attribute to announce what the view represents.
415 This is especially valuable for views without textual representation like ImageView.
416 [CHAR LIMIT=NONE]
417 -->
Nancy Chenacfbbad2014-11-25 18:16:06 -0800418 <string name="description_video_call">Video call.</string>
Tyler Gunn5619f2e2014-07-15 12:40:28 -0700419
Chiao Chenga1b886a2012-12-05 12:09:05 -0800420 <!-- String describing the button to SMS a number or contact.
421
422 Note: AccessibilityServices use this attribute to announce what the view represents.
423 This is especially valuable for views without textual representation like ImageView.
424 [CHAR LIMIT=NONE]
425 -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800426 <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 -0800427
428 <!-- String describing the icon in the call log used to represent an unheard voicemail left to
429 the user.
430
431 Note: AccessibilityServices use this attribute to announce what the view represents.
432 This is especially valuable for views without textual representation like ImageView.
433 [CHAR LIMIT=NONE]
434 -->
435 <string name="description_call_log_unheard_voicemail">Unheard voicemail</string>
436
Yorke Lee191df332013-07-30 17:21:28 -0700437 <!-- String describing the icon used to start a voice search -->
438 <string name="description_start_voice_search">Start voice search</string>
439
Chiao Chenga1b886a2012-12-05 12:09:05 -0800440 <!-- Menu item used to call a contact, containing the number of the contact to call -->
441 <string name="menu_callNumber">Call <xliff:g id="number">%s</xliff:g></string>
442
443 <!-- String used to display calls from unknown numbers in the call log -->
444 <string name="unknown">Unknown</string>
445
446 <!-- String used for displaying calls to the voicemail number in the call log -->
447 <string name="voicemail">Voicemail</string>
448
449 <!-- String used to display calls from private numbers in the call log -->
450 <string name="private_num">Private number</string>
451
452 <!-- String used to display calls from pay phone in the call log -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800453 <string name="payphone">Payphone</string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800454
Roshan Pius2edcc522015-06-09 15:38:45 -0700455 <!-- A nicely formatted call duration displayed when viewing call details for duration less than 1 minute. For example "28 sec" -->
456 <string name="callDetailsShortDurationFormat"><xliff:g id="seconds" example="28">%s</xliff:g> sec</string>
457
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800458 <!-- A nicely formatted call duration displayed when viewing call details. For example "42 min 28 sec" -->
459 <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 -0800460
Brandon Maxwellede9bfb2015-10-02 10:57:34 -0700461 <!-- The string 'Today'. This value is used in the voicemailCallLogDateTimeFormat rather than an
462 explicit date string, e.g. Jul 25, 2014, in the event that a voicemail was created on the
463 current day -->
464 <string name="voicemailCallLogToday">@string/call_log_header_today</string>
465
466 <!-- A format string used for displaying the date and time for a voicemail call log. For example: Jul 25, 2014 at 2:49 PM
467 The date will be replaced by 'Today' for voicemails created on the current day. For example: Today at 2:49 PM -->
468 <string name="voicemailCallLogDateTimeFormat"><xliff:g id="date" example="Jul 25, 2014">%1$s</xliff:g> at <xliff:g id="time" example="2:49 PM">%2$s</xliff:g></string>
469
Sarmad Hashmi5d9fdc52016-01-22 13:07:32 -0800470 <!-- Format for duration of voicemails which are displayed when viewing voicemail logs. For example "01:22" -->
471 <string name="voicemailDurationFormat"><xliff:g id="minutes" example="10">%1$02d</xliff:g>:<xliff:g id="seconds" example="20">%2$02d</xliff:g></string>
472
473 <!-- A format string used for displaying the date, time and duration for a voicemail call log. For example: Jul 25, 2014 at 2:49 PM • 00:34 -->
474 <string name="voicemailCallLogDateTimeFormatWithDuration"><xliff:g id="dateAndTime" example="Jul 25, 2014 at 2:49PM">%1$s</xliff:g> \u2022 <xliff:g id="duration" example="01:22">%2$s</xliff:g></string>
475
Chiao Chenga1b886a2012-12-05 12:09:05 -0800476 <!-- Dialog message which is shown when the user tries to make a phone call
477 to prohibited phone numbers [CHAR LIMIT=NONE] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800478 <string name="dialog_phone_call_prohibited_message" msgid="4313552620858880999">Can\'t call this number</string>
Chiao Chenga1b886a2012-12-05 12:09:05 -0800479
480 <!-- Dialog message which is shown when the user tries to check voicemail
481 while the system isn't ready for the access. [CHAR LIMIT=NONE] -->
482 <string name="dialog_voicemail_not_ready_message">To set up voicemail, go to Menu &gt; Settings.</string>
483
484 <!-- Dialog message which is shown when the user tries to check voicemail
485 while the system is in airplane mode. The user cannot access to
486 voicemail service in Airplane mode. [CHAR LIMI=NONE] -->
487 <string name="dialog_voicemail_airplane_mode_message">To call voicemail, first turn off Airplane mode.</string>
488
489 <!-- 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] -->
490 <string name="contact_list_loading">Loading\u2026</string>
491
492 <!-- The title of a dialog that displays the IMEI of the phone -->
493 <string name="imei">IMEI</string>
494
495 <!-- The title of a dialog that displays the MEID of the CDMA phone -->
496 <string name="meid">MEID</string>
497
498 <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
499 <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
500
501 <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
502 <string name="simContacts_title">SIM card contacts</string>
503
Chiao Cheng073b5cf2012-12-07 11:36:00 -0800504 <!-- 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 -0800505 <string name="add_contact_not_available">No contacts app available</string>
Chiao Cheng073b5cf2012-12-07 11:36:00 -0800506
Yorke Leeda0f9042013-12-05 14:25:51 -0800507 <!-- Message displayed when there is no application available to handle voice search. [CHAR LIMIT=NONE] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800508 <string name="voice_search_not_available">Voice search not available</string>
Yorke Leeda0f9042013-12-05 14:25:51 -0800509
Yorke Lee39213592014-04-07 15:39:48 -0700510 <!-- Message displayed when the Phone application has been disabled and a phone call cannot
511 be made. [CHAR LIMIT=NONE] -->
512 <string name="call_not_available">Cannot make a phone call because the Phone application has been disabled.</string>
513
514 <!-- Message displayed when there is no application available to handle a particular action.
515 [CHAR LIMIT=NONE] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800516 <string name="activity_not_available">No app for that on this device</string>
Yorke Lee39213592014-04-07 15:39:48 -0700517
Yorke Leedfb2eee2013-06-26 18:24:32 -0700518 <!-- Hint displayed in dialer search box when there is no query that is currently typed.
Yorke Leea723be52013-09-09 08:54:15 -0700519 [CHAR LIMIT=30] -->
Anne Rong35208002015-07-22 16:27:37 -0700520 <string name="dialer_hint_find_contact">Search contacts</string>
Yorke Leedfb2eee2013-06-26 18:24:32 -0700521
Anne Ronge78b54c2015-09-28 11:18:42 -0700522 <!-- Hint displayed in add blocked number search box when there is no query typed.
Jay Shraunerbf3f30b2015-11-10 12:49:01 -0800523 [CHAR LIMIT=45] -->
Anne Ronge78b54c2015-09-28 11:18:42 -0700524 <string name="block_number_search_hint">Add number or search contacts</string>
525
Yorke Leeb7611d72013-07-29 09:45:30 -0700526 <!-- String resource for the font-family to use for the call log activity's title
527 Do not translate. -->
528 <string name="call_log_activity_title_font_family">sans-serif-light</string>
529
Sai Cheemalapatic3206cd2014-05-21 17:58:09 -0700530 <!-- String resource for the font-family to use for the full call history footer
531 Do not translate. -->
532 <string name="view_full_call_history_font_family">sans-serif</string>
533
Andrew Lee4de59fb2015-08-13 15:20:08 -0700534 <!-- Text displayed when the call log is empty. -->
535 <string name="call_log_all_empty">Your call history is empty</string>
536
537 <!-- Label of the button displayed when the call history is empty. Allows the user to make a call. -->
538 <string name="call_log_all_empty_action">Make a call</string>
539
Yorke Leedfb2eee2013-06-26 18:24:32 -0700540 <!-- Text displayed when the list of missed calls is empty -->
Andrew Lee4de59fb2015-08-13 15:20:08 -0700541 <string name="call_log_missed_empty">You have no missed calls.</string>
Yorke Leedfb2eee2013-06-26 18:24:32 -0700542
543 <!-- Text displayed when the list of voicemails is empty -->
Andrew Lee4de59fb2015-08-13 15:20:08 -0700544 <string name="call_log_voicemail_empty">Your voicemail inbox is empty.</string>
Yorke Leedfb2eee2013-06-26 18:24:32 -0700545
Sarmad Hashmief577772016-02-25 14:08:19 -0800546 <!-- Text displayed when the list of voicemail archives is empty -->
547 <string name="voicemail_archive_empty">Your voicemail archive is empty.</string>
548
Yorke Leedfb2eee2013-06-26 18:24:32 -0700549 <!-- Menu option to show favorite contacts only -->
550 <string name="show_favorites_only">Show favorites only</string>
Yorke Leed9999322013-07-19 09:22:03 -0700551
552 <!-- Title of activity that displays a list of all calls -->
Andrew Lee4de59fb2015-08-13 15:20:08 -0700553 <string name="call_log_activity_title">Call History</string>
Yorke Leebf34a902013-07-24 19:00:04 -0700554
Sarmad Hashmief577772016-02-25 14:08:19 -0800555 <!-- Title of activity that displays a list of all archived voicemails -->
556 <string name="voicemail_archive_activity_title">Voicemail Archive</string>
557
Yorke Leee00c9fe2014-04-12 12:42:06 -0700558 <!-- Title for the call log tab containing the list of all voicemails and calls
Yorke Lee0e8b0312014-04-16 16:08:56 -0700559 [CHAR LIMIT=30] -->
Yorke Leee00c9fe2014-04-12 12:42:06 -0700560 <string name="call_log_all_title">All</string>
561
562 <!-- Title for the call log tab containing the list of all missed calls only
Yorke Lee0e8b0312014-04-16 16:08:56 -0700563 [CHAR LIMIT=30] -->
Yorke Leee00c9fe2014-04-12 12:42:06 -0700564 <string name="call_log_missed_title">Missed</string>
565
Andrew Lee470fc452014-04-16 14:26:05 -0700566 <!-- Title for the call log tab containing the list of all voicemail calls only
Yorke Lee0e8b0312014-04-16 16:08:56 -0700567 [CHAR LIMIT=30] -->
Andrew Lee470fc452014-04-16 14:26:05 -0700568 <string name="call_log_voicemail_title">Voicemail</string>
569
Ta-wei Yena5437e62015-11-05 14:13:12 -0800570 <!-- Confirmation dialog title for blocking a number. [CHAR LIMIT=NONE] -->
Ta-wei Yencca8ca62015-11-06 18:39:54 -0800571 <string name="block_number_confirmation_title">Block
572 <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g>?</string>
Anne Rong9bd09412015-08-31 15:14:49 -0700573
Ta-wei Yena5437e62015-11-05 14:13:12 -0800574 <!-- Confirmation dialog message for blocking a number with visual voicemail active.
575 [CHAR LIMIT=NONE] -->
576 <string name="block_number_confirmation_message_vvm">
Ta-wei Yen03fd6dc2015-11-11 11:21:50 -0800577 Calls from this number will be blocked and voicemails will be automatically deleted.
Ta-wei Yena5437e62015-11-05 14:13:12 -0800578 </string>
579
580 <!-- Confirmation dialog message for blocking a number with no visual voicemail.
581 [CHAR LIMIT=NONE] -->
582 <string name="block_number_confirmation_message_no_vvm">
Ta-wei Yen03fd6dc2015-11-11 11:21:50 -0800583 Calls from this number will be blocked, but the caller may still be able to leave you voicemails.
Ta-wei Yena5437e62015-11-05 14:13:12 -0800584 </string>
585
Anne Rong9bd09412015-08-31 15:14:49 -0700586 <!-- Block number alert dialog button [CHAR LIMIT=32] -->
Ta-wei Yena5437e62015-11-05 14:13:12 -0800587 <string name="block_number_ok">BLOCK</string>
Anne Rong9bd09412015-08-31 15:14:49 -0700588
589 <!-- Confirmation dialog for unblocking a number. [CHAR LIMIT=NONE] -->
Ta-wei Yena5437e62015-11-05 14:13:12 -0800590 <string name="unblock_number_confirmation_title">Unblock
Ta-wei Yencca8ca62015-11-06 18:39:54 -0800591 <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g>?</string>
592
593 <!-- Confirmation dialog message for unblocking a number.
594 [CHAR LIMIT=NONE] -->
595 <string name="unblock_number_confirmation_message">
596 This number will no longer be blocked from calling you.
597 </string>
Anne Rong9bd09412015-08-31 15:14:49 -0700598
599 <!-- Unblock number alert dialog button [CHAR LIMIT=32] -->
Ta-wei Yena5437e62015-11-05 14:13:12 -0800600 <string name="unblock_number_ok">UNBLOCK</string>
Anne Rong9bd09412015-08-31 15:14:49 -0700601
Andrew Lee50dfa5e2015-05-20 16:47:06 -0700602 <!-- Accessibility text for the tab showing recent and favorite contacts who can be called.
603 [CHAR LIMIT=40] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800604 <string name="tab_speed_dial">Speed dial</string>
Yorke Leee00c9fe2014-04-12 12:42:06 -0700605
Andrew Lee4de59fb2015-08-13 15:20:08 -0700606 <!-- Accessibility text for the tab showing the call history. [CHAR LIMIT=40] -->
607 <string name="tab_history">Call History</string>
Yorke Leee00c9fe2014-04-12 12:42:06 -0700608
Andrew Lee50dfa5e2015-05-20 16:47:06 -0700609 <!-- Accessibility text for the tab showing the user's contacts. [CHAR LIMIT=40] -->
Yorke Leee00c9fe2014-04-12 12:42:06 -0700610 <string name="tab_all_contacts">Contacts</string>
611
Andrew Lee50dfa5e2015-05-20 16:47:06 -0700612 <!-- Accessibility text for the tab showing the user's voicemails. [CHAR LIMIT=40] -->
613 <string name="tab_voicemail">Voicemail</string>
614
Christine Chen316b4712013-07-15 18:31:22 -0700615 <!-- Text displayed when user swipes out a favorite contact -->
Yorke Leeed017042013-09-09 16:00:19 -0700616 <string name="favorite_hidden">Removed from favorites</string>
Christine Chen316b4712013-07-15 18:31:22 -0700617 <!-- Text displayed for the undo button to undo removing a favorite contact -->
618 <string name="favorite_hidden_undo">Undo</string>
Yorke Leee1424812013-09-04 18:24:48 -0700619
620 <!-- Shortcut item used to call a number directly from search -->
621 <string name="search_shortcut_call_number">Call
622 <xliff:g id="number">%s</xliff:g>
623 </string>
624
Andrew Lee87dc7302015-03-18 17:10:56 -0700625 <!-- Shortcut item used to add a number directly to a new contact from search.
Andrew Lee5c1ab522015-06-04 14:38:50 -0700626 [CHAR LIMIT=25] -->
Andrew Lee87dc7302015-03-18 17:10:56 -0700627 <string name="search_shortcut_create_new_contact">Create new contact</string>
628
Andrew Lee0247a9b2015-03-18 15:10:55 -0700629 <!-- Shortcut item used to add a number to an existing contact directly from search.
Andrew Lee5c1ab522015-06-04 14:38:50 -0700630 [CHAR LIMIT=25] -->
Andrew Lee20873652015-06-05 15:18:09 -0700631 <string name="search_shortcut_add_to_contact">Add to a contact</string>
Chiao Chengcd9f3762013-09-20 16:00:54 -0700632
Andrew Lee5c1ab522015-06-04 14:38:50 -0700633 <!-- Shortcut item used to send a text message directly from search. [CHAR LIMIT=25] -->
Andrew Leead3d8712015-03-18 12:08:33 -0700634 <string name="search_shortcut_send_sms_message">Send SMS</string>
635
Andrew Lee5c1ab522015-06-04 14:38:50 -0700636 <!-- Shortcut item used to make a video call directly from search. [CHAR LIMIT=25] -->
Andrew Leefc1fed72014-07-02 11:05:53 -0700637 <string name="search_shortcut_make_video_call">Make video call</string>
638
Anne Ronge78b54c2015-09-28 11:18:42 -0700639 <!-- Shortcut item used to block a number directly from search. [CHAR LIMIT=25] -->
640 <string name="search_shortcut_block_number">Block number</string>
641
Chiao Chengcd9f3762013-09-20 16:00:54 -0700642 <!-- Number of missed calls shown on call card [CHAR LIMIT=40] -->
643 <string name="num_missed_calls"><xliff:g id="number">%s</xliff:g> new missed calls</string>
644
Andrew Lee39f773e2014-06-11 18:10:57 -0700645 <!-- Shown when there are no speed dial favorites. -->
Yorke Lee2557d122015-07-15 09:49:26 -0700646 <string name="speed_dial_empty">No one is on your speed dial yet</string>
647
648 <!-- Shown as an action when there are no speed dial favorites -->
649 <string name="speed_dial_empty_add_favorite_action">Add a favorite</string>
Andrew Lee39f773e2014-06-11 18:10:57 -0700650
651 <!-- Shown when there are no contacts in the all contacts list. -->
Yorke Lee2557d122015-07-15 09:49:26 -0700652 <string name="all_contacts_empty">You don\'t have any contacts yet</string>
653
654 <!-- Shown as an action when the all contacts list is empty -->
655 <string name="all_contacts_empty_add_contact_action">Add a contact</string>
Chiao Chengcd9f3762013-09-20 16:00:54 -0700656
Yorke Lee3a847bd2013-09-24 15:19:53 -0700657 <!-- Shows up as a tooltip to provide a hint to the user that the profile pic in a contact
658 card can be tapped to bring up a list of all numbers, or long pressed to start reordering
659 [CHAR LIMIT=NONE]
660 -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800661 <string name="contact_tooltip">Touch image to see all numbers or touch &amp; hold to reorder</string>
Chiao Chengd21c3ad2013-10-04 16:13:26 -0700662
Yorke Lee3cefcc62014-01-16 11:26:46 -0800663 <!-- Remove button that shows up when contact is long-pressed. [CHAR LIMIT=NONE] -->
664 <string name="remove_contact">Remove</string>
Ihab Awad526c0b82014-02-27 12:55:36 -0800665
Andrew Leec1b7d0a2015-04-15 17:23:27 -0700666 <!-- Button text for the "video call" displayed underneath an entry in the call log.
Tyler Gunn57665d22014-07-08 12:37:49 -0700667 Tapping causes a video call to be placed to the caller represented by the call log entry.
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700668 [CHAR LIMIT=30] -->
Andrew Lee80f36ae2015-06-10 15:46:25 -0700669 <string name="call_log_action_video_call">Video call</string>
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700670
Andrew Lee247df6e2015-05-12 19:09:00 -0700671 <!-- Button text for a button displayed underneath an entry in the call log, which opens up a
672 messaging app to send a SMS to the number represented by the call log entry.
Andrew Lee80f36ae2015-06-10 15:46:25 -0700673 [CHAR LIMIT=30] -->
Nancy Chen0c25fee2015-11-04 11:11:57 -0800674 <string name="call_log_action_send_message">Send a message</string>
Andrew Lee247df6e2015-05-12 19:09:00 -0700675
Andrew Leec1b7d0a2015-04-15 17:23:27 -0700676 <!-- Button text for the button displayed underneath an entry in the call log.
Tyler Gunncf5e0012014-05-16 08:02:55 -0700677 Tapping navigates the user to the call details screen where the user can view details for
Andrew Lee80f36ae2015-06-10 15:46:25 -0700678 the call log entry. [CHAR LIMIT=30] -->
679 <string name="call_log_action_details">Call details</string>
680
681 <!-- Button text for the button displayed underneath an entry in the call log, which when
682 tapped triggers a return call to the named user. [CHAR LIMIT=30] -->
683 <string name="call_log_action_call">
684 Call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
685 </string>
Tyler Gunncf5e0012014-05-16 08:02:55 -0700686
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700687 <!-- String describing an incoming missed call entry in the call log.
688 Note: AccessibilityServices uses this attribute to announce what the view represents.
689 [CHAR LIMIT=NONE] -->
Ihab Awad1e5325f2014-12-01 14:47:38 -0800690 <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 -0700691
692 <!-- String describing an incoming answered call entry in the call log.
693 Note: AccessibilityServices uses this attribute to announce what the view represents.
694 [CHAR LIMIT=NONE] -->
Ihab Awad1e5325f2014-12-01 14:47:38 -0800695 <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 -0700696
Nancy Chen9e405022015-10-23 16:24:03 -0700697 <!-- String describing an "unread" voicemail entry in the voicemails tab.
698 Note: AccessibilityServices use this attribute to announce what the view represents.
699 [CHAR LIMIT=NONE] -->
700 <string name="description_unread_voicemail">Unread voicemail 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>
701
702 <!-- String describing a "read" voicemail entry in the voicemails tab.
703 Note: AccessibilityServices use this attribute to announce what the view represents.
704 [CHAR LIMIT=NONE] -->
705 <string name="description_read_voicemail">Voicemail 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>
706
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700707 <!-- String describing an outgoing call entry in the call log.
708 Note: AccessibilityServices uses this attribute to announce what the view represents.
709 [CHAR LIMIT=NONE] -->
Ihab Awad1e5325f2014-12-01 14:47:38 -0800710 <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 -0800711
712 <!-- String describing the phone account the call was made on or to. This string will be used
713 in description_incoming_missed_call, description_incoming_answered_call, and
714 description_outgoing_call.
715 Note: AccessibilityServices uses this attribute to announce what the view represents.
716 [CHAR LIMIT=NONE] -->
Ihab Awad1e5325f2014-12-01 14:47:38 -0800717 <string name="description_phone_account">on <xliff:g id="phoneAccount" example="SIM 1">^1</xliff:g></string>
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700718
Andrew Leec1b7d0a2015-04-15 17:23:27 -0700719 <!-- String describing the phone icon on a call log list item. When tapped, it will place a
720 call to the number represented by that call log entry. [CHAR LIMIT=NONE]-->
721 <string name="description_call_log_call_action">Call</string>
722
723 <!-- String describing the "call" action for an entry in the call log. The call back
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700724 action triggers a return call to the named user.
725 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
726 [CHAR LIMIT=NONE] -->
Andrew Lee0451f9a2015-05-08 12:00:52 -0700727 <string name="description_call_action">
728 Call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
729 </string>
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700730
Tyler Gunn57665d22014-07-08 12:37:49 -0700731 <!-- String describing the "video call" action for an entry in the call log. The video call
732 action triggers a return video call to the named person/number.
733 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
734 [CHAR LIMIT=NONE] -->
Andrew Lee0451f9a2015-05-08 12:00:52 -0700735 <string name="description_video_call_action">
736 Video call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>.
737 </string>
Tyler Gunn57665d22014-07-08 12:37:49 -0700738
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700739 <!-- String describing the "listen" action for an entry in the call log. The listen
740 action is shown for call log entries representing a voicemail message and this button
741 triggers playing back the voicemail.
742 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
743 [CHAR LIMIT=NONE] -->
Andrew Lee0451f9a2015-05-08 12:00:52 -0700744 <string name="description_voicemail_action">
745 Listen to voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
746 </string>
747
Andrew Lee80f36ae2015-06-10 15:46:25 -0700748 <!-- String describing the "play voicemail" action for an entry in the call log.
749 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
750 [CHAR LIMIT=NONE] -->
751 <string name="description_voicemail_play">
752 Play voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
753 </string>
754
755 <!-- String describing the "pause voicemail" action for an entry in the call log.
756 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
757 [CHAR LIMIT=NONE] -->
758 <string name="description_voicemail_pause">
759 Pause voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
760 </string>
761
762
763 <!-- String describing the "delete voicemail" action for an entry in the call log.
764 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
765 [CHAR LIMIT=NONE] -->
766 <string name="description_voicemail_delete">
767 Delete voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
768 </string>
769
Andrew Lee1ed12062015-06-16 11:20:06 -0700770 <!-- String describing the number of new voicemails, displayed as a number badge on a tab.
Andrew Lee80f36ae2015-06-10 15:46:25 -0700771 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
772 [CHAR LIMIT=NONE] -->
773 <plurals name="description_voicemail_unread">
Andrew Lee1ed12062015-06-16 11:20:06 -0700774 <item quantity="one"><xliff:g id="count">%d</xliff:g> new voicemail</item>
775 <item quantity="other"><xliff:g id="count">%d</xliff:g> new voicemails</item>
Andrew Lee80f36ae2015-06-10 15:46:25 -0700776 </plurals>
777
Andrew Lee0451f9a2015-05-08 12:00:52 -0700778 <!-- Description for the "create new contact" action for an entry in the call log. This action
779 opens a screen for creating a new contact for this name or number. [CHAR LIMIT=NONE] -->
780 <string name="description_create_new_contact_action">
781 Create contact for <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
782 </string>
783
784 <!-- Description for the "add to existing contact" action for an entry in the call log. This
785 action opens a screen for adding this name or number to an existing contact.
786 [CHAR LIMIT=NONE] -->
787 <string name="description_add_to_existing_contact_action">
788 Add <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> to existing contact
789 </string>
Tyler Gunn146a4cd2014-05-05 16:51:42 -0700790
Tyler Gunncf5e0012014-05-16 08:02:55 -0700791 <!-- String describing the "details" action for an entry in the call log. The details action
792 displays the call details screen for an entry in the call log. This shows the calls to
793 and from the specified number associated with the call log entry.
794 [CHAR LIMIT=NONE] -->
Andrew Lee0451f9a2015-05-08 12:00:52 -0700795 <string name="description_details_action">
796 Call details for <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
797 </string>
798
Tyler Gunn4dfd7122014-05-14 15:12:42 -0700799 <!-- Toast message which appears when a call log entry is deleted.
800 [CHAR LIMIT=NONE] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800801 <string name="toast_entry_removed">Deleted from call history</string>
Tyler Gunn4dfd7122014-05-14 15:12:42 -0700802
Tyler Gunn1e273312014-06-10 12:59:53 -0700803 <!-- String used as a header in the call log above calls which occurred today.
804 [CHAR LIMIT=65] -->
805 <string name="call_log_header_today">Today</string>
806
807 <!-- String used as a header in the call log above calls which occurred yesterday.
808 [CHAR LIMIT=65] -->
809 <string name="call_log_header_yesterday">Yesterday</string>
810
Nancy Chen4a5a1bd2014-09-24 14:37:45 -0700811 <!-- 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 -0700812 [CHAR LIMIT=65] -->
Tyler Gunn480c64d2014-06-11 10:50:27 -0700813 <string name="call_log_header_other">Older</string>
Tyler Gunn18164c82014-06-09 10:20:57 -0700814
815 <!-- String a header on the call details screen. Appears above the list calls to or from a
816 particular number.
817 [CHAR LIMIT=65] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800818 <string name="call_detail_list_header">Calls list</string>
Tyler Gunn18164c82014-06-09 10:20:57 -0700819
820 <!-- String describing the "speaker on" button on the playback control used to listen to a
821 voicemail message. When speaker is on, playback of the voicemail will occur through the
822 phone speaker.
823 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
824 [CHAR LIMIT=NONE] -->
825 <string name="voicemail_speaker_on">Turn speaker on.</string>
826
827 <!-- String describing the "speaker off" button on the playback control used to listen to a
828 voicemail message. When speaker is off, playback of the voicemail will occur through the
829 phone earpiece.
830 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
831 [CHAR LIMIT=NONE] -->
832 <string name="voicemail_speaker_off">Turn speaker off.</string>
833
834 <!-- String describing the "play faster" button in the playback control used to listen to a
835 voicemail message. Speeds up playback of the voicemail message.
836 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
837 [CHAR LIMIT=NONE] -->
838 <string name="voicemail_play_faster">Play faster.</string>
839
840 <!-- String describing the "play slower" button in the playback control used to listen to a
841 voicemail message. Slows down playback of the voicemail message.
842 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
843 [CHAR LIMIT=NONE] -->
844 <string name="voicemail_play_slower">Play slower.</string>
845
846 <!-- String describing the "play/pause" button in the playback control used to listen to a
847 voicemail message. Starts playback or pauses ongoing playback.
848 Note: AccessibilityServices uses this attribute to announce the purpose of the button.
849 [CHAR LIMIT=NONE] -->
850 <string name="voicemail_play_start_pause">Start or pause playback.</string>
Tyler Gunn8b0e8582014-07-10 12:28:43 -0700851
852 <!-- Delimeter used between each item in a textual list; for example "Alpha, Beta".
853 [CHAR LIMIT=3] -->
854 <string name="list_delimeter">", "</string>
Yorke Leeaf6f1952014-07-14 19:13:16 -0700855
856 <!-- Dialer settings related strings-->
857
Andrew Leedd9dc5a2015-02-26 13:46:39 -0800858 <!-- Title for "Display options" category, which controls how contacts are shown.
859 [CHAR LIMIT=40] -->
860 <string name="display_options_title">Display options</string>
861
Andrew Leee83576c2015-02-26 14:26:16 -0800862 <!-- Title for the "Sounds and vibration" settings control settings related to ringtones,
863 dialpad tones, and vibration for incoming calls. [CHAR LIMIT=40] -->
864 <string name="sounds_and_vibration_title">Sounds and vibration</string>
Andrew Leee4ea1042014-08-13 17:10:43 -0700865
Andrew Lee811641c2015-02-26 15:38:48 -0800866 <!-- Title for "Accessibility" category, which controls settings such as TTY mode and hearing
867 aid compatability. [CHAR LIMIT=40] -->
868 <string name="accessibility_settings_title">Accessibility</string>
869
Andrew Leee4ea1042014-08-13 17:10:43 -0700870 <!-- Setting option name to pick ringtone (a list dialog comes up). [CHAR LIMIT=30] -->
871 <string name="ringtone_title">Phone ringtone</string>
872
873 <!-- Setting option name to enable or disable vibration when ringing the phone.
874 [CHAR LIMIT=30] -->
Andrew Leed0d409e2014-08-21 15:20:48 -0700875 <string name="vibrate_on_ring_title">"Also vibrate for calls</string>
Andrew Leee4ea1042014-08-13 17:10:43 -0700876
877 <!-- Setting option name to enable or disable DTMF tone sound [CHAR LIMIT=30] -->
Andrew Leed0d409e2014-08-21 15:20:48 -0700878 <string name="dtmf_tone_enable_title">Dialpad tones</string>
Andrew Leec65acdf2015-03-02 22:43:41 -0800879 <!-- Label for setting to adjust the length of DTMF tone sounds. [CHAR LIMIT=40] -->
880 <string name="dtmf_tone_length_title">Dialpad tone length</string>
881 <!-- Options displayed for the length of DTMF tone sounds. [CHAR LIMIT=40] -->
882 <string-array name="dtmf_tone_length_entries">
883 <item>Normal</item>
884 <item>Long</item>
885 </string-array>
886 <!-- Do not translate. -->
887 <string-array name="dtmf_tone_length_entry_values" translatable="false">
888 <item>0</item>
889 <item>1</item>
890 </string-array>
Andrew Leee4ea1042014-08-13 17:10:43 -0700891
Andrew Leee4ea1042014-08-13 17:10:43 -0700892 <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
893 <string name="respond_via_sms_setting_title">Quick responses</string>
894
Andrew Leef1621a22014-10-24 14:22:59 -0700895 <!-- Label for the call settings section [CHAR LIMIT=30] -->
Nancy Chenfa52cfc2014-11-07 12:58:12 -0800896 <string name="call_settings_label">Calls</string>
Yorke Leeaf6f1952014-07-14 19:13:16 -0700897
Andrew Lee3663afe2015-10-04 01:31:28 -0700898 <!-- Label for the blocked numbers settings section [CHAR LIMIT=30] -->
Ta-wei Yena5437e62015-11-05 14:13:12 -0800899 <string name="manage_blocked_numbers_label">Call blocking</string>
Anne Rong6fb201a2015-09-16 11:21:00 -0700900
Andrew Lee7844b1d2015-10-21 00:16:37 -0700901 <!-- Label for a section describing that call blocking is temporarily disabled because an
Yorke Lee2c0e1f12015-10-22 16:19:11 -0700902 emergency call was made. [CHAR LIMIT=50] -->
Andrew Lee7844b1d2015-10-21 00:16:37 -0700903 <string name="blocked_numbers_disabled_emergency_header_label">
904 Call blocking temporarily off
905 </string>
906
907 <!-- Description that call blocking is temporarily disabled because the user called an
908 emergency number, and explains that call blocking will be re-enabled after a buffer
909 period has passed. [CHAR LIMIT=NONE] -->
910 <string name="blocked_numbers_disabled_emergency_desc">
911 Call blocking has been disabled because you contacted emergency services from this phone
912 within the last 48 hours. It will be automatically reenabled once the 48 hour period
913 expires.
914 </string>
915
Andrew Lee9af1b362015-10-15 23:17:30 -0700916 <!-- Label for fragment to import numbers from contacts marked as send to voicemail.
917 [CHAR_LIMIT=30] -->
918 <string name="import_send_to_voicemail_numbers_label">Import numbers</string>
919
Andrew Lee71b91f92015-10-01 07:43:26 -0700920 <!-- Text informing the user they have previously marked contacts to be sent to voicemail.
921 This will be followed by two buttons, 1) to view who is marked to be sent to voicemail
922 and 2) importing these settings to Dialer's block list. [CHAR LIMIT=NONE] -->
923 <string name="blocked_call_settings_import_description">
924 You previously marked some callers to be automatically sent to voicemail via other apps.
925 </string>
926
Andrew Leec412f942015-10-15 10:45:19 -0700927 <!-- Label for button to view numbers of contacts previous marked to be sent to voicemail.
Andrew Lee71b91f92015-10-01 07:43:26 -0700928 [CHAR_LIMIT=20] -->
929 <string name="blocked_call_settings_view_numbers_button">View Numbers</string>
930
931 <!-- Label for button to import settings for sending contacts to voicemail into Dialer's block
932 list. [CHAR_LIMIT=20] -->
933 <string name="blocked_call_settings_import_button">Import</string>
934
Andrew Leec412f942015-10-15 10:45:19 -0700935 <!-- Error toast message for when send to voicemail import fails. [CHAR LIMIT=40] -->
936 <string name="send_to_voicemail_import_failed">Import failed</string>
937
Sarmad Hashmief577772016-02-25 14:08:19 -0800938 <!-- Error toast message for when voicemail archive fails. [CHAR LIMIT=40] -->
939 <string name="voicemail_archive_failed">Failed to archive voicemail.</string>
940
Anne Rong6fb201a2015-09-16 11:21:00 -0700941 <!-- String describing the delete icon on a blocked number list item.
942 When tapped, it will show a dialog confirming the unblocking of the number.
943 [CHAR LIMIT=NONE]-->
944 <string name="description_blocked_number_list_delete">Unblock number</string>
945
Anne Rong6fb201a2015-09-16 11:21:00 -0700946 <!-- Button to bring up UI to add a number to the blocked call list. [CHAR LIMIT=40] -->
Andrew Lee0539c352015-10-28 18:26:00 -0700947 <string name="addBlockedNumber">Add number</string>
Anne Rong6fb201a2015-09-16 11:21:00 -0700948
Ta-wei Yena5437e62015-11-05 14:13:12 -0800949 <!-- Footer message of number blocking screen with visual voicemail active.
950 [CHAR LIMIT=NONE] -->
951 <string name="block_number_footer_message_vvm">
Ta-wei Yen03fd6dc2015-11-11 11:21:50 -0800952 Calls from these numbers will be blocked and voicemails will be automatically deleted.
Ta-wei Yena5437e62015-11-05 14:13:12 -0800953 </string>
954
955 <!-- Footer message of number blocking screen with no visual voicemail.
956 [CHAR LIMIT=NONE] -->
957 <string name="block_number_footer_message_no_vvm">
Ta-wei Yen03fd6dc2015-11-11 11:21:50 -0800958 Calls from these numbers will be blocked, but they may still be able to leave you voicemails.
Ta-wei Yena5437e62015-11-05 14:13:12 -0800959 </string>
960
Andrew Leec412f942015-10-15 10:45:19 -0700961 <!-- Heading for the block list in the "Spam and blocked cal)ls" settings. [CHAR LIMIT=64] -->
Ta-wei Yena5437e62015-11-05 14:13:12 -0800962 <string name="block_list">Blocked numbers</string>
Anne Rong6fb201a2015-09-16 11:21:00 -0700963
Anne Rong6fb201a2015-09-16 11:21:00 -0700964 <!-- Error message shown when user tries to add invalid number to the block list.
965 [CHAR LIMIT=64] -->
966 <string name="invalidNumber"><xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g>
967 is invalid.</string>
968
969 <!-- Error message shown when user tries to add a number to the block list that was already
970 blocked. [CHAR LIMIT=64] -->
971 <string name="alreadyBlocked"><xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g>
972 is already blocked.</string>
973
Andrew Lee91554162015-10-27 17:31:31 -0700974 <!-- Title of notification telling the user that call blocking has been temporarily disabled.
975 [CHAR LIMIT=56] -->
976 <string name="call_blocking_disabled_notification_title">
977 Call blocking disabled for 48 hours
978 </string>
979
980 <!-- Text for notification which provides the reason that call blocking has been temporarily
981 disabled. Namely, we disable call blocking after an emergency call in case of return
982 phone calls made by emergency services. [CHAR LIMIT=64] -->
983 <string name="call_blocking_disabled_notification_text">
984 Disabled because an emergency call was made.
985 </string>
986
Andrew Leef1621a22014-10-24 14:22:59 -0700987 <!-- Label for the phone account settings [CHAR LIMIT=30] -->
Nancy Chen97670b42014-11-11 12:17:05 -0800988 <string name="phone_account_settings_label">Calling accounts</string>
Andrew Leee94b9452015-02-26 17:20:12 -0800989
990 <!-- DO NOT TRANSLATE. Internal key for ringtone preference. -->
991 <string name="ringtone_preference_key" translatable="false">button_ringtone_key</string>
992 <!-- DO NOT TRANSLATE. Internal key for vibrate when ringing preference. -->
993 <string name="vibrate_on_preference_key" translatable="false">button_vibrate_on_ring</string>
994 <!-- DO NOT TRANSLATE. Internal key for vibrate when ringing preference. -->
995 <string name="play_dtmf_preference_key" translatable="false">button_play_dtmf_tone</string>
Andrew Leec65acdf2015-03-02 22:43:41 -0800996 <!-- DO NOT TRANSLATE. Internal key for DTMF tone length preference. -->
997 <string name="dtmf_tone_length_preference_key" translatable="false">button_dtmf_settings</string>
Yorke Lee2557d122015-07-15 09:49:26 -0700998
Yorke Leee9c82332015-10-06 14:21:53 -0700999 <!-- The label of the button used to turn on a single permission [CHAR LIMIT=30]-->
Yorke Lee2557d122015-07-15 09:49:26 -07001000 <string name="permission_single_turn_on">Turn on</string>
1001
Yorke Leee9c82332015-10-06 14:21:53 -07001002 <!-- The label of the button used to turn on multiple permissions [CHAR LIMIT=30]-->
Yorke Lee2557d122015-07-15 09:49:26 -07001003 <string name="permission_multiple_turn_on">Set permissions</string>
1004
Yorke Leee9c82332015-10-06 14:21:53 -07001005 <!-- Shown as a prompt to turn on the contacts permission to enable speed dial [CHAR LIMIT=NONE]-->
1006 <string name="permission_no_speeddial">To enable speed dial, turn on the Contacts permission.</string>
Yorke Lee2557d122015-07-15 09:49:26 -07001007
Yorke Leee9c82332015-10-06 14:21:53 -07001008 <!-- Shown as a prompt to turn on the phone permission to enable the call log [CHAR LIMIT=NONE]-->
1009 <string name="permission_no_calllog">To see your call log, turn on the Phone permission.</string>
Yorke Lee2557d122015-07-15 09:49:26 -07001010
Yorke Leee9c82332015-10-06 14:21:53 -07001011 <!-- Shown as a prompt to turn on the contacts permission to show all contacts [CHAR LIMIT=NONE]-->
1012 <string name="permission_no_contacts">To see your contacts, turn on the Contacts permission.</string>
Yorke Lee2557d122015-07-15 09:49:26 -07001013
Yorke Leee9c82332015-10-06 14:21:53 -07001014 <!-- Shown as a prompt to turn on the phone permission to show voicemails [CHAR LIMIT=NONE]-->
1015 <string name="permission_no_voicemail">To access your voicemail, turn on the Phone permission.</string>
Yorke Lee2557d122015-07-15 09:49:26 -07001016
Yorke Leee9c82332015-10-06 14:21:53 -07001017 <!-- Shown as a prompt to turn on contacts permissions to allow contact search [CHAR LIMIT=NONE]-->
Yorke Lee575ae382015-07-16 11:36:07 -07001018 <string name="permission_no_search">To search your contacts, turn on the Contacts permissions.</string>
Yorke Lee2557d122015-07-15 09:49:26 -07001019
Yorke Leee9c82332015-10-06 14:21:53 -07001020 <!-- Shown as a prompt to turn on the phone permission to allow a call to be placed [CHAR LIMIT=NONE]-->
1021 <string name="permission_place_call">To place a call, turn on the Phone permission.</string>
1022
1023 <!-- 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. [CHAR LIMIT=NONE]-->
Yorke Lee5f6c9012015-07-24 12:27:46 -07001024 <string name="toast_cannot_write_system_settings">Phone app does not have permission to write to system settings.</string>
Gilles Franck Mevaa486ee392016-02-16 14:10:03 -08001025
1026 <!-- Label under the name of a blocked number in the call log. [CHAR LIMIT=15] -->
1027 <string name="blocked_number_call_log_label">Blocked</string>
Qi Wange1c196e2016-02-29 11:45:01 -08001028
1029 <!-- Accessibility announcement to indicate which call is active -->
1030 <string name="accessibility_call_is_active"><xliff:g id="nameOrNumber">^1</xliff:g> is active</string>
Chiao Cheng94b10b52012-08-17 16:59:12 -07001031</resources>