• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2007 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18
19    <!-- Official label of the phone app, as seen in "Manage Applications"
20         and other settings UIs.  This is the version of the label for
21         tablet devices, where the phone app handles mobile data but not
22         actual phone calls. -->
23    <string name="phoneAppLabel" product="tablet">Mobile Data</string>
24
25    <!-- Official label of the phone app, as seen in "Manage Applications"
26         and other settings UIs. -->
27    <string name="phoneAppLabel" product="default">Phone Services</string>
28
29    <!-- Screen title for Emergency Dialer UI -->
30    <string name="emergencyDialerIconLabel">Emergency Dialer</string>
31    <!-- Activity label for the in-call UI -->
32    <string name="phoneIconLabel">Phone</string>
33    <!-- Title of FDN list screen -->
34    <string name="fdnListLabel">FDN list</string>
35
36    <!-- Call status -->
37    <!-- Incoming call screen, name of "unknown" caller -->
38    <string name="unknown">Unknown</string>
39    <!-- Incoming call screen, string when number hidden -->
40    <string name="private_num">Private number</string>
41    <!-- Incoming call screen, string when called from a pay phone -->
42    <string name="payphone">Payphone</string>
43    <!-- In-call screen: status label for a call that's on hold -->
44    <string name="onHold">On hold</string>
45    <!-- Title for carrier MMI message -->
46    <string name="carrier_mmi_msg_title"><xliff:g id="mmicarrier" example="T-Mobile">%s</xliff:g> Message</string>
47    <!-- Default title for carrier MMI message -->
48    <string name="default_carrier_mmi_msg_title">Carrier Message</string>
49    <!-- Possible error messages with outgoing calls --><skip/>
50    <string name="mmiStarted">MMI code started</string>
51    <!-- Dialog label when a USSD code starts running -->
52    <string name="ussdRunning">USSD code running\u2026</string>
53    <!-- Dialog label when an MMI code is canceled -->
54    <string name="mmiCancelled">MMI code canceled</string>
55    <!-- Label for "cancel" button on the MMI dialog -->
56    <string name="cancel">Cancel</string>
57    <!-- Toast string displayed to user if the input in MMI dialog is < 1 or > 160 -->
58    <string name="enter_input">USSD message must be between <xliff:g id="min_len" >%1$d</xliff:g> and <xliff:g id="max_len" >%2$d</xliff:g> characters. Please try again.</string>
59
60    <!-- Label for "Manage conference call" panel [CHAR LIMIT=40] -->
61    <string name="manageConferenceLabel">Manage conference call</string>
62
63    <!-- Positive button label ("OK") used in several dialogs in the phone UI [CHAR LIMIT=10] -->
64    <string name="ok">OK</string>
65
66    <!-- "Audio mode" popup menu: Item label to select the speakerphone [CHAR LIMIT=25] -->
67    <string name="audio_mode_speaker">Speaker</string>
68    <!-- "Audio mode" popup menu: Item label to select the handset earpiece [CHAR LIMIT=25] -->
69    <string name="audio_mode_earpiece">Handset earpiece</string>
70    <!-- "Audio mode" popup menu: Item label to select the wired headset [CHAR LIMIT=25] -->
71    <string name="audio_mode_wired_headset">Wired headset</string>
72    <!-- "Audio mode" popup menu: Item label to select the bluetooth headset [CHAR LIMIT=25] -->
73    <string name="audio_mode_bluetooth">Bluetooth</string>
74
75    <!-- post dial -->
76    <!-- In-call screen: body text of the dialog that appears when we encounter
77         the "wait" character in a phone number to be dialed; this dialog asks the
78         user if it's OK to send the numbers following the "wait". -->
79    <string name="wait_prompt_str">Send the following tones?\n</string>
80    <!-- In-call screen: body text of the dialog that appears when we encounter
81         the "PAUSE" character in a phone number to be dialed; this dialog gives
82         informative message to the user to show the sending numbers following the "Pause". -->
83    <string name="pause_prompt_str">Sending tones\n</string>
84    <!-- In-call screen: button label on the "wait" prompt dialog -->
85    <string name="send_button">Send</string>
86    <!-- In-call screen: button label on the "wait" prompt dialog in CDMA Mode-->
87    <string name="pause_prompt_yes">Yes</string>
88    <!-- In-call screen: button label on the "wait" prompt dialog in CDMA Mode-->
89    <string name="pause_prompt_no">No</string>
90    <!-- In-call screen: on the "wild" character dialog, this is the label
91         for a text widget that lets the user enter the digits that should
92         replace the "wild" character. -->
93    <string name="wild_prompt_str">Replace wild character with</string>
94
95    <!-- missing voicemail number -->
96    <!-- Title of the "Missing voicemail number" dialog -->
97    <string name="no_vm_number">Missing voicemail number</string>
98    <!-- Body text of the "Missing voicemail number" dialog -->
99    <string name="no_vm_number_msg">No voicemail number is stored on the SIM card.</string>
100    <!-- Button label on the "Missing voicemail number" dialog -->
101    <string name="add_vm_number_str">Add number</string>
102    <!--Toast in Call settings when asked to launch voicemail for a guest user -->
103    <string name="voice_number_setting_primary_user_only">Voicemail Settings can only be modified by the Primary User.</string>
104
105    <!-- Status message displayed on SIM PIN unlock panel -->
106    <string name="puk_unlocked">Your SIM card has been unblocked. Your phone is unlocking\u2026</string>
107    <!-- network depersonalization -->
108    <!-- Label text for PIN entry widget on SIM Network Depersonalization panel -->
109    <string name="label_ndp">SIM network unlock PIN</string>
110    <!-- Label text for Operator displayName on SIM Network Depersonalization panel -->
111    <string name="label_phoneid">SIM locked for operator</string>
112    <!-- Button label on SIM Network Depersonalization panel -->
113    <string name="sim_ndp_unlock_text">Unlock</string>
114    <!-- Button label on SIM Network Depersonalization panel -->
115    <string name="sim_ndp_dismiss_text">Dismiss</string>
116    <!-- Status message displayed on SIM Network Depersonalization panel -->
117    <string name="requesting_unlock">Requesting network unlock\u2026</string>
118    <!-- Error message displayed on SIM Network Depersonalization panel -->
119    <string name="unlock_failed">Network unlock request unsuccessful.</string>
120    <!-- Success message displayed on SIM Network Depersonalization panel -->
121    <string name="unlock_success">Network unlock successful.</string>
122
123    <!-- settings strings -->
124
125    <!-- Error message for users that aren't allowed to modify Mobile Network settings [CHAR LIMIT=none] -->
126    <string name="mobile_network_settings_not_available">Mobile network settings are not available for this user</string>
127    <!-- GSM Call settings screen, setting option name. [CHAR LIMIT=40] -->
128    <string name="labelGSMMore">GSM call settings</string>
129    <!-- GSM Call settings screen, setting option name with label indicating the SIM the settings
130         are applied to. [CHAR LIMIT=40] -->
131    <string name="labelGsmMore_with_label">GSM call settings (<xliff:g id="subscriptionlabel" example="T-Mobile">%s</xliff:g>)</string>
132    <!-- CDMA Call settings screen, setting option name -->
133    <string name="labelCDMAMore">CDMA call settings</string>
134    <!-- CDMA Call settings screen, setting option name with label indicating the SIM the settings
135         are applied to. [CHAR LIMIT=40] -->
136    <string name="labelCdmaMore_with_label">CDMA call settings (<xliff:g id="subscriptionlabel" example="Verizon">%s</xliff:g>)</string>
137    <!-- Mobile network settings screen, setting option name -->
138    <string name="apn_settings">Access Point Names</string>
139    <!-- Label for the "Network settings" screen in the Settings UI -->
140    <string name="settings_label">Network settings</string>
141
142    <!-- Label for settings screen for phone accounts. -->
143    <string name="phone_accounts">Calling accounts</string>
144    <!-- Label for list item which opens a dialog to select the default outgoing account -->
145    <string name="phone_accounts_make_calls_with">Make calls with</string>
146    <!-- Label for list item which opens a dialog to select the default outgoing account for SIP calls. -->
147    <string name="phone_accounts_make_sip_calls_with">Make SIP calls with</string>
148    <!-- Entry in dialog to "ask first" for accounts when making a call -->
149    <string name="phone_accounts_ask_every_time">Ask first</string>
150    <!-- Account label for when a SIM account has no service (i.e. airplane mode) -->
151    <string name="phone_accounts_default_account_label">No network available</string>
152
153    <!-- Label for heading of the per-account settings section in the phone accounts settings
154         screen. -->
155    <string name="phone_accounts_settings_header">Settings</string>
156    <!-- Label for invoking phone account selection screen -->
157    <string name="phone_accounts_choose_accounts">Choose accounts</string>
158    <!-- Label for heading in the phone account selection screen -->
159    <string name="phone_accounts_selection_header">Phone accounts</string>
160    <!-- Title for the button to add a new sip account. [CHAR LIMIT=NONE] -->
161    <string name="phone_accounts_add_sip_account">Add SIP account</string>
162    <!-- Description label for icon to configure a phone account's settings. -->
163    <string name="phone_accounts_configure_account_settings">Configure account settings</string>
164    <!-- Label for heading that takes user to the list of calling accounts where they can enable
165         and disable all accounts. -->
166    <string name="phone_accounts_all_calling_accounts">All calling accounts</string>
167    <!-- Summary for all-calling-account setting indicating that is where the user goes to enable
168         and disable phone accounts. -->
169    <string name="phone_accounts_all_calling_accounts_summary">Select which accounts can make calls</string>
170
171    <!-- Title for setting to select Wi-Fi call manager account -->
172    <string name="wifi_calling">Wi-Fi calling</string>
173    <!-- Built-in label for the default connection service setting. -->
174    <string name="connection_service_default_label">Built-in connection service</string>
175    <!-- Call settings screen, setting option name -->
176    <string name="voicemail">Voicemail</string>
177    <!-- Title of the "Voicemail" settings screen, with a text label identifying which SIM the settings are for. -->
178    <string name="voicemail_settings_with_label">Voicemail (<xliff:g id="subscriptionlabel" example="Mock Carrier">%s</xliff:g>)</string>
179    <!-- Call forwarding dialog box, voicemail number prefix -->
180    <string name="voicemail_abbreviated">VM:</string>
181    <!-- DO NOT TRANSLATE. Internal key for a voicemail notification preference. -->
182    <string name="voicemail_notifications_key" translatable="false">voicemail_notification_key</string>
183
184    <!-- Title for Make and receive calls category. -->
185    <string name="make_and_receive_calls">Make &amp; receive calls</string>
186    <!-- Title for the button to launch smart forwarding which will configure call forwarding on both SIMs to forward the call to the other SIM number when its not reachable. -->
187    <string name="smart_forwarding_settings_menu">Smart Forwarding</string>
188    <!-- Description of smart forwarding setting. -->
189    <string name="smart_forwarding_settings_menu_summary">When one number isn\'t reachable, always forward calls to your other number</string>
190
191    <!-- Voicemail notifications title. The user clicks on this preference navigate to the system settings screen for that channel
192    .[CHAR LIMIT=30] -->
193    <string name="voicemail_notifications_preference_title">Notifications</string>
194    <!-- Cell Broadcast settings title.  [CHAR LIMIT=50] -->
195    <string name="cell_broadcast_settings">Emergency broadcasts</string>
196    <!-- Call settings screen title -->
197    <string name="call_settings">Call settings</string>
198    <!-- GSM Call settings screen, setting option name -->
199    <string name="additional_gsm_call_settings">Additional settings</string>
200    <!-- GSM Call settings screen, setting option name, with label identifying the SIM the settings are for. -->
201    <string name="additional_gsm_call_settings_with_label">Additional settings (<xliff:g id="subscriptionlabel" example="Verizon">%s</xliff:g>)</string>
202    <!-- GSM-only Call settings screen, setting option name-->
203    <string name="sum_gsm_call_settings">Additional GSM only call settings</string>
204    <!-- CDMA Call settings screen, setting option name -->
205    <string name="additional_cdma_call_settings">Additional CDMA call settings</string>
206    <!-- CDMA-only Call settings screen, setting option name-->
207    <string name="sum_cdma_call_settings">Additional CDMA only call settings</string>
208    <!-- Call setting screen, nework service setting name -->
209    <string name="labelNwService">Network service settings</string>
210    <!-- Call settings screen, setting option name -->
211    <string name="labelCallerId">Caller ID</string>
212    <!-- Additional call settings screen, setting summary text when the setting is being loaded [CHAR LIMIT=40] -->
213    <string name="sum_loading_settings">Loading settings\u2026</string>
214    <!-- Additional call settings screen, setting summary text when Caller ID is hidden -->
215    <string name="sum_hide_caller_id">Number hidden in outgoing calls</string>
216    <!-- Additional call settings screen, setting summary text when Caller ID is shown -->
217    <string name="sum_show_caller_id">Number displayed in outgoing calls</string>
218    <!-- Additional call settings screen, setting summary text for default Caller ID value -->
219    <string name="sum_default_caller_id">Use default operator settings to display my number in outgoing calls</string>
220    <!-- Additional call settings screen, setting check box name -->
221    <string name="labelCW">Call waiting</string>
222    <!-- Additional call settings screen, setting summary text when call waiting check box is selected -->
223    <string name="sum_cw_enabled">During a call, notify me of incoming calls</string>
224    <!-- Additional call settings screen, setting summary text when call waiting check box is clear -->
225    <string name="sum_cw_disabled">During a call, notify me of incoming calls</string>
226    <!-- Call forwarding settings screen, section heading -->
227    <string name="call_forwarding_settings">Call forwarding settings</string>
228    <!-- Call forwarding settings screen, section heading, with a label identifying the SIM the settings are for. -->
229    <string name="call_forwarding_settings_with_label">Call forwarding settings (<xliff:g id="subscriptionlabel" example="Verizon">%s</xliff:g>)</string>
230    <!-- Call settings screen, setting option name -->
231    <string name="labelCF">Call forwarding</string>
232
233    <!-- Call forwarding settings screen, setting option name -->
234    <string name="labelCFU">Always forward</string>
235    <!-- Call forwarding dialog box, text field label -->
236    <string name="messageCFU">Always use this number</string>
237    <!-- Call forwarding settings screen, setting summary text when forwarding all calls -->
238    <string name="sum_cfu_enabled_indicator">Forwarding all calls</string>
239    <!-- Call forwarding settings screen, setting summary text the Always forward is set -->
240    <string name="sum_cfu_enabled">Forwarding all calls to <xliff:g id="phonenumber" example="555-1212">{0}</xliff:g></string>
241    <!-- Call forwarding settings screen, Always forward is enabled but the number is unavailable -->
242    <string name="sum_cfu_enabled_no_number">Number is unavailable</string>
243    <!-- Call forwarding settings screen, setting summary text when Always forward is disabled -->
244    <string name="sum_cfu_disabled">Off</string>
245
246    <!-- Call forwarding settings screen, setting option name -->
247    <string name="labelCFB">When busy</string>
248    <!-- Call forwarding dialog box, text field label -->
249    <string name="messageCFB">Number when busy</string>
250    <!-- Call forwarding settings screen, setting summary text when forwarding to specific number when busy -->
251    <string name="sum_cfb_enabled">Forwarding to <xliff:g id="phonenumber" example="555-1212">{0}</xliff:g></string>
252    <!-- Call forwarding settings screen, setting summary text when forwarding when busy is disabled -->
253    <string name="sum_cfb_disabled">Off</string>
254    <!-- Error message displayed after failing to disable forwarding calls when the phone is busy -->
255    <string name="disable_cfb_forbidden">Your operator doesn\'t support disabling call forwarding when your phone is busy.</string>
256
257    <!-- Call forwarding settings screen, setting option name -->
258    <string name="labelCFNRy">When unanswered</string>
259    <!-- Call forwarding dialog box, text field label -->
260    <string name="messageCFNRy">Number when unanswered</string>
261    <!-- Call forwarding settings screen, setting summary text when forwarding to a specific number when unanswered -->
262    <string name="sum_cfnry_enabled">Forwarding to <xliff:g id="phonenumber" example="555-1212">{0}</xliff:g></string>
263    <!-- Call forwarding settings screen, setting summary text when Forward when unanswered is disabled -->
264    <string name="sum_cfnry_disabled">Off</string>
265    <!-- Error message displayed after failing to disable forwarding calls when the phone does not answer -->
266    <string name="disable_cfnry_forbidden">Your operator doesn\'t support disabling call forwarding when your phone doesn\'t answer.</string>
267
268    <!-- Call forwarding settings screen, setting option name -->
269    <string name="labelCFNRc">When unreachable</string>
270    <!-- Call forwarding dialog box, text field label -->
271    <string name="messageCFNRc">Number when unreachable</string>
272    <!-- Call forwarding settings screen, setting summary text when forwarding to a specific number when unreachable-->
273    <string name="sum_cfnrc_enabled">Forwarding to <xliff:g id="phonenumber" example="555-1212">{0}</xliff:g></string>
274    <!-- Call forwarding settings screen, setting summary text when Forward when unreachable is disabled -->
275    <string name="sum_cfnrc_disabled">Off</string>
276    <!-- Error message displayed after failing to disable forwarding calls when the phone is unreachable -->
277    <string name="disable_cfnrc_forbidden">Your carrier doesn\'t support disabling call forwarding when your phone is unreachable.</string>
278    <string name="registration_cf_forbidden">Your carrier doesn\'t support call forwarding.</string>
279
280    <!-- Cdma Call waiting settings screen, setting option name -->
281    <string name="cdma_call_waiting">Turn on call waiting?</string>
282    <string name="enable_cdma_call_waiting_setting">During a call, you\'ll be notified about incoming calls</string>
283    <string name="enable_cdma_cw">Turn on</string>
284    <string name="disable_cdma_cw">Cancel</string>
285    <string name="cdma_call_waiting_in_ims_on">CDMA Call Waiting under IMS On</string>
286    <string name="cdma_call_waiting_in_ims_off">CDMA Call Waiting under IMS Off</string>
287
288    <!-- Title of the progress dialog displayed while updating Call settings -->
289    <string name="updating_title">Call settings</string>
290    <!-- Toast in Call settings when asked to launch settings for a secondary user -->
291    <string name="call_settings_admin_user_only">Call settings can only be changed by the admin user.</string>
292    <!-- Title of the "Call settings" settings screen, with a text label identifying which SIM the settings are for. -->
293    <string name="call_settings_with_label">Settings (<xliff:g id="subscriptionlabel" example="Mock Carrier">%s</xliff:g>)</string>
294    <!-- Title of the alert dialog displayed if an error occurs while updating Call settings -->
295    <string name="error_updating_title">Call settings error</string>
296    <!-- Toast in Call settings dialog while settings are being read -->
297    <string name="reading_settings">Reading settings\u2026</string>
298    <!-- Toast in Call settings dialog while settings are being saved -->
299    <string name="updating_settings">Updating settings\u2026</string>
300    <!-- Toast in Call settings dialog while settings are being reverted -->
301    <string name="reverting_settings">Reverting settings\u2026</string>
302    <!-- Status message displayed in the "Call settings error" dialog -->
303    <string name="response_error">Unexpected response from network.</string>
304    <!-- Status message displayed in the "Call settings error" dialog -->
305    <string name="exception_error">Network or SIM card error.</string>
306    <!-- Status message displayed in the "Call settings error" dialog when
307         current SS request is modified to a different request by STK CC -->
308    <string name="stk_cc_ss_to_dial_error">SS request changed to regular call</string>
309    <string name="stk_cc_ss_to_ussd_error">SS request changed to USSD request</string>
310    <string name="stk_cc_ss_to_ss_error">Changed to new SS request</string>
311    <string name="stk_cc_ss_to_dial_video_error">SS request changed to video call</string>
312
313    <!-- Status message displayed in the "Call settings error" dialog when operation fails due to FDN
314         [CHAR LIMIT=NONE] -->
315    <string name="fdn_check_failure">Your Phone app\'s Fixed Dialing Numbers setting is turned on. As a result, some call-related features aren\'t working.</string>
316    <!-- Status message displayed in the "Call settings error" dialog -->
317    <string name="radio_off_error">Turn on the radio before viewing these settings.</string>
318    <!-- Button label used to dismiss the "Call settings error" dialog -->
319    <string name="close_dialog">OK</string>
320    <!-- Button label used in several settings-related dialogs -->
321    <string name="enable">Turn on</string>
322    <!-- Button label used in several settings-related dialogs -->
323    <string name="disable">Turn off</string>
324    <!-- Button label which indicates the user wants to update a stored
325         phone number; used in several settings-related dialogs -->
326    <string name="change_num">Update</string>
327    <!-- Phone settings: Caller ID preference values -->
328    <string-array name="clir_display_values">
329        <!-- Phone settings "Caller ID" preference option: use the default value -->
330        <item>Network default</item>
331        <!-- Phone settings "Caller ID" preference option: hide outgoing Caller ID info -->
332        <item>Hide number</item>
333        <!-- Phone settings "Caller ID" preference option: show outgoing Caller ID info -->
334        <item>Show number</item>
335    </string-array>
336    <!-- Phone settings: Internal keys used for Caller ID preference values.  DO NOT TRANSLATE. -->
337    <string-array name="clir_values" translatable="false">
338        <!-- Phone settings: Internal key used for Caller ID preference values.  DO NOT TRANSLATE. -->
339        <item><xliff:g>DEFAULT</xliff:g></item>
340        <!-- Phone settings: Internal key used for Caller ID preference values.  DO NOT TRANSLATE. -->
341        <item><xliff:g>HIDE</xliff:g></item>
342        <!-- Phone settings: Internal key used for Caller ID preference values.  DO NOT TRANSLATE. -->
343        <item><xliff:g>SHOW</xliff:g></item>
344    </string-array>
345
346    <!-- voicemail setting strings --><skip/>
347    <!-- Call settings screen, Set voicemail number dialog text -->
348    <string name="vm_changed">Voicemail number changed.</string>
349    <!-- Call settings screen, Set voicemail number dialog text -->
350    <string name="vm_change_failed">Couldn\'t change the voicemail number.\nContact your carrier if this problem persists.</string>
351    <!-- Call settings screen, displayed when vm provider supplied forwarding number change fails-->
352    <string name="fw_change_failed">Couldn\'t change the forwarding number.\nContact your carrier if this problem persists.</string>
353    <!-- Call settings screen, displayed when forwarding number read fails-->
354    <string name="fw_get_in_vm_failed">Couldn\'t retrieve and save current forwarding number settings.\nSwitch to the new provider anyway?</string>
355    <!-- Call settings screen, Set voicemail number dialog text -->
356    <string name="no_change">No changes were made.</string>
357    <!-- Call settings screen, "Voicemail" provider setting summary text when no provider is selected -->
358    <string name="sum_voicemail_choose_provider">Choose voicemail service</string>
359    <!-- Call settings screen, "Voicemail" screen, default option - Your Carrier -->
360    <string name="voicemail_default">Your carrier</string>
361
362    <!-- Hint for the old PIN field in the change vociemail PIN dialog -->
363    <string name="vm_change_pin_old_pin">Old PIN</string>
364    <!-- Hint for the new PIN field in the change vociemail PIN dialog -->
365    <string name="vm_change_pin_new_pin">New PIN</string>
366
367    <!-- Message on the dialog when PIN changing is in progress -->
368    <string name="vm_change_pin_progress_message">Please wait.</string>
369    <!-- Error message for the voicemail PIN change if the PIN is too short -->
370    <string name="vm_change_pin_error_too_short">The new PIN is too short.</string>
371    <!-- Error message for the voicemail PIN change if the PIN is too long -->
372    <string name="vm_change_pin_error_too_long">The new PIN is too long.</string>
373    <!-- Error message for the voicemail PIN change if the PIN is too weak -->
374    <string name="vm_change_pin_error_too_weak">The new PIN is too weak. A strong password should not have continuous sequence or repeated digits.</string>
375    <!-- Error message for the voicemail PIN change if the old PIN entered doesn't match  -->
376    <string name="vm_change_pin_error_mismatch">The old PIN does not match.</string>
377    <!-- Error message for the voicemail PIN change if the new PIN contains invalid character -->
378    <string name="vm_change_pin_error_invalid">The new PIN contains invalid characters.</string>
379    <!-- Error message for the voicemail PIN change if operation has failed -->
380    <string name="vm_change_pin_error_system_error">Unable to change PIN</string>
381    <!-- Message to replace the transcription if a visual voicemail message is not supported-->
382    <string name="vvm_unsupported_message_format">Unsupported message type, call <xliff:g id="number" example="*86">%s</xliff:g> to listen.</string>
383
384    <!-- networks setting strings --><skip/>
385    <!-- Mobile network settings screen title/heading -->
386    <string name="network_settings_title">Mobile network</string>
387    <!-- Available networks screen title/heading -->
388    <string name="label_available">Available networks</string>
389    <!-- Mobile network settings screen, toast when searching for available networks -->
390    <string name="load_networks_progress">Searching\u2026</string>
391    <!-- Available networks screen, text when no networks are found -->
392    <string name="empty_networks_list">No networks found.</string>
393    <!-- Available networks screen, toast when an error is encountered when searching for networks -->
394    <string name="network_query_error">Couldn\'t find networks. Try again.</string>
395    <!-- Available networks screen, toast when registering on a specific network -->
396    <string name="register_on_network">Registering on <xliff:g id="network">%s</xliff:g>\u2026</string>
397    <!-- Available networks screen, toast when SIM card isn't allowed on a network -->
398    <string name="not_allowed">Your SIM card doesn\'t allow a connection to this network.</string>
399    <!-- Available networks screen, toast when unable to connect to a network temporarily -->
400    <string name="connect_later">Can\'t connect to this network right now. Try again later.</string>
401    <!-- Available networks screen, toast when registered on a specific network -->
402    <string name="registration_done">Registered on network.</string>
403    <!-- Available networks, toast when user selects automatic selection  -->
404    <string name="already_auto">Already in automatic selection.</string>
405    <!-- Available networks screen, name of switch button for whether to select network automatically -->
406    <string name="select_automatically">Automatically select network</string>
407    <!-- Available networks screen, summary when button disallowed due to permanent automatic mode -->
408    <string name="manual_mode_disallowed_summary">Unavailable when connected to %1$s</string>
409    <!-- Available networks screen, name of button when user wants to select network manually  -->
410    <string name="network_select_title">Network</string>
411    <string name="register_automatically">Automatic registration\u2026</string>
412    <string name="preferred_network_mode_title">Preferred network type</string>
413    <string name="preferred_network_mode_summary">Change the network operating mode</string>
414    <string name="preferred_network_mode_dialogtitle">Preferred network type</string>
415    <string name="forbidden_network">(forbidden)</string>
416    <!-- Available networks screen, name of button when user wants to select network manually  -->
417    <string name="choose_network_title">Choose network</string>
418    <!-- Available networks screen, text when no networks connected -->
419    <string name="network_disconnected">Disconnected</string>
420    <!-- Available networks screen, text when network connected -->
421    <string name="network_connected">Connected</string>
422    <!-- Available networks screen, text when a network is connecting -->
423    <string name="network_connecting">Connecting...</string>
424    <!-- Available networks screen, text when a network cannot be connected -->
425    <string name="network_could_not_connect">Couldn’t connect</string>
426
427    <!-- The preferred network modes in Mobile network settings -->
428    <string-array name="preferred_network_mode_choices">
429        <item>GSM/WCDMA preferred</item>
430        <item>GSM only</item>
431        <item>WCDMA only</item>
432        <item>GSM/WCDMA auto</item>
433        <item>CDMA/EvDo auto</item>
434        <item>CDMA w/o EvDo</item>
435        <item>EvDo only</item>
436        <item>CDMA/EvDo/GSM/WCDMA</item>
437        <item>CDMA + LTE/EvDo</item>
438        <item>GSM/WCDMA/LTE</item>
439        <item>Global</item>
440        <item>LTE</item>
441        <item>LTE / WCDMA</item>
442        <item>TDSCDMA only</item>
443        <item>TDSCDMA/WCDMA</item>
444        <item>LTE/TDSCDMA</item>
445        <item>TDSCDMA/GSM</item>
446        <item>LTE/TDSCDMA/GSM</item>
447        <item>TDSCDMA/GSM/WCDMA</item>
448        <item>LTE/TDSCDMA/WCDMA</item>
449        <item>LTE/TDSCDMA/GSM/WCDMA</item>
450        <item>TDSCDMA/CDMA/EVDO/GSM/WCDMA </item>
451        <item>LTE/TDSCDMA/CDMA/EVDO/GSM/WCDMA</item>
452        <item>NR only</item>
453        <item>NR/LTE</item>
454        <item>NR/LTE/CDMA/EvDo</item>
455        <item>NR/LTE/GSM/WCDMA</item>
456        <item>NR/LTE/CDMA/EvDo/GSM/WCDMA</item>
457        <item>NR/LTE/WCDMA</item>
458        <item>NR/LTE/TDSCDMA</item>
459        <item>NR/LTE/TDSCDMA/GSM</item>
460        <item>NR/LTE/TDSCDMA/WCDMA</item>
461        <item>NR/LTE/TDSCDMA/GSM/WCDMA</item>
462        <item>NR/LTE/TDSCDMA/CDMA/EvDo/GSM/WCDMA</item>
463    </string-array>
464    <!-- The preferred network modes RIL constants, in order of the modes above,
465         e.g. the choice "GSM/WCDMA preferred" has the corresponding value "0" -->
466    <string-array name="preferred_network_mode_values"  translatable="false">
467        <item>"0"</item>
468        <item>"1"</item>
469        <item>"2"</item>
470        <item>"3"</item>
471        <item>"4"</item>
472        <item>"5"</item>
473        <item>"6"</item>
474        <item>"7"</item>
475        <item>"8"</item>
476        <item>"9"</item>
477        <item>"10"</item>
478        <item>"11"</item>
479        <item>"12"</item>
480        <item>"13"</item>
481        <item>"14"</item>
482        <item>"15"</item>
483        <item>"16"</item>
484        <item>"17"</item>
485        <item>"18"</item>
486        <item>"19"</item>
487        <item>"20"</item>
488        <item>"21"</item>
489        <item>"22"</item>
490        <item>"23"</item>
491        <item>"24"</item>
492        <item>"25"</item>
493        <item>"26"</item>
494        <item>"27"</item>
495        <item>"28"</item>
496        <item>"29"</item>
497        <item>"30"</item>
498        <item>"31"</item>
499        <item>"32"</item>
500        <item>"33"</item>
501    </string-array>
502
503    <!-- The following strings are summaries for preferred network modes in Mobile network settings,
504         and have a character limit of 100 -->
505    <!-- WCDMA preferred -->
506    <string name="preferred_network_mode_wcdma_perf_summary">Preferred network mode: WCDMA preferred</string>
507    <!-- GSM only -->
508    <string name="preferred_network_mode_gsm_only_summary">Preferred network mode: GSM only</string>
509    <!-- WCDMA only -->
510    <string name="preferred_network_mode_wcdma_only_summary">Preferred network mode: WCDMA only</string>
511    <!-- GSM / WCDMA -->
512    <string name="preferred_network_mode_gsm_wcdma_summary">Preferred network mode: GSM / WCDMA</string>
513    <!-- CDMA -->
514    <string name="preferred_network_mode_cdma_summary">Preferred network mode: CDMA</string>
515    <!-- CDMA / EvDo -->
516    <string name="preferred_network_mode_cdma_evdo_summary">Preferred network mode: CDMA / EvDo</string>
517    <!-- CDMA only -->
518    <string name="preferred_network_mode_cdma_only_summary">Preferred network mode: CDMA only</string>
519    <!-- EvDo only -->
520    <string name="preferred_network_mode_evdo_only_summary">Preferred network mode: EvDo only</string>
521    <!-- CDMA/EvDo/GSM/WCDMA -->
522    <string name="preferred_network_mode_cdma_evdo_gsm_wcdma_summary">Preferred network mode: CDMA/EvDo/GSM/WCDMA</string>
523    <!-- LTE  -->
524    <string name="preferred_network_mode_lte_summary">Preferred network mode: LTE </string>
525    <!-- GSM/WCDMA/LTE -->
526    <string name="preferred_network_mode_lte_gsm_wcdma_summary">Preferred network mode: GSM/WCDMA/LTE</string>
527    <!-- CDMA+LTE/EVDO -->
528    <string name="preferred_network_mode_lte_cdma_evdo_summary">Preferred network mode: CDMA+LTE/EVDO</string>
529    <!-- LTE/CDMA/EvDo/GSM/WCDMA [CHAR LIMIT=NONE] -->
530    <string name="preferred_network_mode_lte_cdma_evdo_gsm_wcdma_summary">Preferred network mode: LTE/CDMA/EvDo/GSM/WCDMA</string>
531    <!-- Global -->
532    <string name="preferred_network_mode_global_summary">Preferred network mode: Global</string>
533    <!-- LTE / WCDMA -->
534    <string name="preferred_network_mode_lte_wcdma_summary">Preferred network mode: LTE / WCDMA</string>
535    <!-- LTE / GSM / UMTS -->
536    <string name="preferred_network_mode_lte_gsm_umts_summary">Preferred network mode: LTE / GSM / UMTS</string>
537    <!-- LTE / CDMA -->
538    <string name="preferred_network_mode_lte_cdma_summary">Preferred network mode: LTE / CDMA</string>
539    <!-- TDSCDMA -->
540    <string name="preferred_network_mode_tdscdma_summary">Preferred network mode: TDSCDMA</string>
541    <!-- TDSCDMA / WCDMA -->
542    <string name="preferred_network_mode_tdscdma_wcdma_summary">Preferred network mode: TDSCDMA / WCDMA</string>
543    <!-- LTE / TDSCDMA -->
544    <string name="preferred_network_mode_lte_tdscdma_summary">Preferred network mode: LTE / TDSCDMA</string>
545    <!-- TDSCDMA / GSM -->
546    <string name="preferred_network_mode_tdscdma_gsm_summary">Preferred network mode: TDSCDMA / GSM</string>
547    <!-- LTE/GSM/TDSCDMA -->
548    <string name="preferred_network_mode_lte_tdscdma_gsm_summary">Preferred network mode: LTE/GSM/TDSCDMA</string>
549    <!-- TDSCDMA/GSM/WCDMA -->
550    <string name="preferred_network_mode_tdscdma_gsm_wcdma_summary">Preferred network mode: TDSCDMA/GSM/WCDMA</string>
551    <!-- LTE/TDSCDMA/WCDMA -->
552    <string name="preferred_network_mode_lte_tdscdma_wcdma_summary">Preferred network mode: LTE/TDSCDMA/WCDMA</string>
553    <!-- LTE/TDSCDMA/GSM/WCDMA -->
554    <string name="preferred_network_mode_lte_tdscdma_gsm_wcdma_summary">Preferred network mode: LTE/TDSCDMA/GSM/WCDMA</string>
555    <!-- TDSCDMA/CDMA/EvDo/GSM/WCDMA -->
556    <string name="preferred_network_mode_tdscdma_cdma_evdo_gsm_wcdma_summary">Preferred network mode: TDSCDMA/CDMA/EvDo/GSM/WCDMA</string>
557    <!-- LTE/TDSCDMA/CDMA/EvDo/GSM/WCDMA -->
558    <string name="preferred_network_mode_lte_tdscdma_cdma_evdo_gsm_wcdma_summary">Preferred network mode: LTE/TDSCDMA/CDMA/EvDo/GSM/WCDMA</string>
559    <!-- NR only [CHAR LIMIT=NONE] -->
560    <string name="preferred_network_mode_nr_only_summary">Preferred network mode: NR only</string>
561    <!-- NR / LTE [CHAR LIMIT=NONE] -->
562    <string name="preferred_network_mode_nr_lte_summary">Preferred network mode: NR / LTE</string>
563    <!-- NR/LTE/CDMA/EvDo [CHAR LIMIT=NONE] -->
564    <string name="preferred_network_mode_nr_lte_cdma_evdo_summary">Preferred network mode: NR/LTE/CDMA/EvDo</string>
565    <!-- NR/LTE/GSM/WCDMA [CHAR LIMIT=NONE] -->
566    <string name="preferred_network_mode_nr_lte_gsm_wcdma_summary">Preferred network mode: NR/LTE/GSM/WCDMA</string>
567    <!-- NR/LTE/TDSCDMA/CDMA/EvDo/GSM/WCDMA [CHAR LIMIT=NONE] -->
568    <string name="preferred_network_mode_nr_lte_cdma_evdo_gsm_wcdma_summary">Preferred network mode: NR/LTE/CDMA/EvDo/GSM/WCDMA</string>
569    <!-- NR/LTE/WCDMA [CHAR LIMIT=NONE] -->
570    <string name="preferred_network_mode_nr_lte_wcdma_summary">Preferred network mode: NR/LTE/WCDMA</string>
571    <!-- NR/LTE/TDSCDMA [CHAR LIMIT=NONE] -->
572    <string name="preferred_network_mode_nr_lte_tdscdma_summary">Preferred network mode: NR/LTE/TDSCDMA</string>
573    <!-- NR/LTE/TDSCDMA/GSM [CHAR LIMIT=NONE] -->
574    <string name="preferred_network_mode_nr_lte_tdscdma_gsm_summary">Preferred network mode: NR/LTE/TDSCDMA/GSM</string>
575    <!-- NR/LTE/TDSCDMA/WCDMA [CHAR LIMIT=NONE] -->
576    <string name="preferred_network_mode_nr_lte_tdscdma_wcdma_summary">Preferred network mode: NR/LTE/TDSCDMA/WCDMA</string>
577    <!-- NR/LTE/TDSCDMA/GSM/WCDMA [CHAR LIMIT=NONE] -->
578    <string name="preferred_network_mode_nr_lte_tdscdma_gsm_wcdma_summary">Preferred network mode: NR/LTE/TDSCDMA/GSM/WCDMA</string>
579    <!-- NR/LTE/TDSCDMA/CDMA/EvDo/GSM/WCDMA [CHAR LIMIT=NONE] -->
580    <string name="preferred_network_mode_nr_lte_tdscdma_cdma_evdo_gsm_wcdma_summary">Preferred network mode: NR/LTE/TDSCDMA/CDMA/EvDo/GSM/WCDMA</string>
581
582    <!-- Mobile network settings screen, name for call settings category -->
583    <string name="call_category">Calling</string>
584    <!-- Mobile network settings screen, name for network operator category -->
585    <string name="network_operator_category">Network</string>
586
587    <!-- Mobile network 4G title [CHAR LIMIT=30] -->
588    <string name="enhanced_4g_lte_mode_title">Enhanced 4G LTE Mode</string>
589    <!-- Carrier variant of Enhaced 4G LTE Mode title.  [CHAR LIMIT=50] -->
590    <string-array name="enhanced_4g_lte_mode_title_variant">
591        <!-- 0: Default -->
592        <item>@string/enhanced_4g_lte_mode_title</item>
593        <!-- 1: Verizon -->
594        <item>Advanced Calling</item>
595        <!-- 2: O2 UK -->
596        <item>4G Calling</item>
597    </string-array>
598
599    <!-- Mobile network 4G summary [CHAR LIMIT=80] -->
600    <string name="enhanced_4g_lte_mode_summary">Use LTE services to improve voice and other communications (recommended)</string>
601    <string name="enhanced_4g_lte_mode_summary_o2">Use 4G services to improve voice and other communications (recommended)</string>
602    <!-- Carrier variant of Enhaced 4G LTE Mode summary.  [CHAR LIMIT=80] -->
603    <string-array name="enhanced_4g_lte_mode_sumary_variant">
604        <!-- 0: Default -->
605        <item>@string/enhanced_4g_lte_mode_summary</item>
606        <!-- 1: Verizon -->
607        <item>@string/enhanced_4g_lte_mode_summary</item>
608        <!-- 2: O2 UK -->
609        <item>@string/enhanced_4g_lte_mode_summary_o2</item>
610    </string-array>
611
612    <!-- Mobile network settings screen, data enabling checkbox name -->
613    <string name="data_enabled">Data enabled</string>
614    <!-- Mobile network settings screen, setting summary text when check box is not selected (explains what selecting it would do) [CHAR LIMITS=40] -->
615    <string name="data_enable_summary">Allow data usage</string>
616    <!-- Mobile network settings screen, title for alert dialog -->
617    <string name="dialog_alert_title">Attention</string>
618    <!-- Mobile network settings screen, setting check box name -->
619    <string name="roaming">Roaming</string>
620    <!-- Mobile network settings screen, setting summary text when check box is selected -->
621    <string name="roaming_enable">Connect to data services when roaming</string>
622    <!-- Mobile network settings screen, setting summary text when check box is clear -->
623    <string name="roaming_disable">Connect to data services when roaming</string>
624    <!-- Mobile network settings UI: notification message shown when you
625         lose data connectivity because you're roaming and you have the
626         "data roaming" feature turned off. -->
627    <string name="roaming_reenable_message">Data roaming is turned off. Tap to turn on.</string>
628    <!-- Mobile network settings UI: notification message shown when you
629         are roaming and you have the "data roaming" feature turned on. -->
630    <string name="roaming_enabled_message">Roaming charges may apply. Tap to modify.</string>
631    <!-- Roaming notification tile, notifying lost of roaming data connection -->
632    <string name="roaming_notification_title">Lost mobile data connection</string>
633    <!-- Roaming notification tile, notifying continued roaming data connection -->
634    <string name="roaming_on_notification_title">Data roaming is on</string>
635    <!-- Mobile network settings screen, dialog message when user selects the Data roaming check box -->
636    <string name="roaming_warning">You may incur significant charges.</string>
637    <!-- Mobile network settings screen, message asking the user to check their pricing with their Carrier, when enabling Data roaming. -->
638    <string name="roaming_check_price_warning">Check with your network provider for pricing.</string>
639    <!-- Mobile network settings screen, dialog message title when user selects the Data roaming check box -->
640    <string name="roaming_alert_title">Allow data roaming?</string>
641    <!-- Notification title for limited sim function during dual sim -->
642    <string name="limited_sim_function_notification_title">Limited SIM functionality</string>
643    <!-- Notification message for limited sim function during dual sim [CHAR LIMIT=80]-->
644    <string name="limited_sim_function_with_phone_num_notification_message"><xliff:g id="carrier_name">%1$s</xliff:g> calls and data services may be blocked while using <xliff:g id="phone_number">%2$s</xliff:g>.</string>
645    <!-- Notification message for limited sim function during dual sim [CHAR LIMIT=80]-->
646    <string name="limited_sim_function_notification_message"><xliff:g id="carrier_name">%1$s</xliff:g> calls and data services may be blocked while using another SIM.</string>
647    <!-- Notification title for SIP accounts removed -->
648    <string name="sip_accounts_removed_notification_title">Deprecated SIP accounts found and removed</string>
649    <!-- Notification message for SIP accoutns removed -->
650    <string name="sip_accounts_removed_notification_message">
651        SIP calling is no longer supported by Android platform.\nYour existing SIP accounts <xliff:g id="removed_sip_accounts">%s</xliff:g> have been removed.\nPlease confirm your default calling account setting.
652    </string>
653    <string name="sip_accounts_removed_notification_action">Go to settings</string>
654    <!-- Mobile network settings screen, data usage setting check box name -->
655    <string name="data_usage_title">App data usage</string>
656    <!-- Summary about how much data has been used in a date range [CHAR LIMIT=100] -->
657    <string name="data_usage_template"><xliff:g name="amount" example="200 MB">%1$s</xliff:g> mobile data used <xliff:g name="date_range" example="Jan 1 -- Feb 2">%2$s</xliff:g></string>
658    <!-- Mobile network settings screen, Advanced button to show more items when clicked [CHAR LIMIT=50] -->
659    <string name="advanced_options_title">Advanced</string>
660    <!-- Mobile network settings screen, name of the option to manage carrier profiles on devices which support embedded carrier profiles -->
661    <string name="carrier_settings_euicc">Carrier</string>
662    <!-- Keywords used to search the carrier menu for managing carrier profiles on devices which support embedded carrier profiles. eSIM/eUICC is embedded SIM card used to store this data.  -->
663    <string name="keywords_carrier_settings_euicc">carrier, esim, sim, euicc, switch carriers, add carrier</string>
664    <!-- Mobile network settings screen, summary of the option to manage carrier profiles on devices which support embedded carrier profiles -->
665    <string name="carrier_settings_euicc_summary"><xliff:g id="carrier_name">%1$s</xliff:g> &#8212; <xliff:g id="phone_number">%2$s</xliff:g></string>
666    <!-- Mobile network settings screen, title of Mobile Data switch preference -->
667    <string name="mobile_data_settings_title">Mobile data</string>
668    <!-- Mobile network settings screen, title of Mobile data switch preference -->
669    <string name="mobile_data_settings_summary">Access data using mobile network</string>
670    <!-- Message to show when user trying to turn off mobile data, in single sim mode [CHAR LIMIT=100]-->
671    <string name="data_usage_disable_mobile">Turn off mobile data?</string>
672    <!-- When a SIM preference hasn't been selected yet, this string is displayed as the pref summary until the user chooses a SIM subscription from the preference list [CHAR LIMIT=50] -->
673    <string name="sim_selection_required_pref">Selection required</string>
674    <!-- Title asking user if they wish to change the default sim for cellular data.  [CHAR LIMIT=30] -->
675    <string name="sim_change_data_title">Change data SIM?</string>
676    <!-- Message confirming the user wishes to change the default data SIM from one to another.  [CHAR LIMIT=NONE] -->
677    <string name="sim_change_data_message">Use <xliff:g id="new_sim">%1$s</xliff:g> instead of <xliff:g id="old_sim">%2$s</xliff:g> for mobile data?</string>
678    <!-- Mobile network settings screen, title of Wi-Fi calling setting -->
679    <string name="wifi_calling_settings_title">Wi-Fi calling</string>
680    <!-- Mobile network settings screen, title of Video calling setting -->
681    <string name="video_calling_settings_title">Carrier video calling</string>
682
683
684    <!-- USSD aggregation dialog box: separator strings between messages (new-lines will be added before and after) -->
685    <string name="ussd_dialog_sep" translatable="false">----------</string>
686
687    <string name="gsm_umts_options">GSM/UMTS Options</string>
688    <string name="cdma_options">CDMA Options</string>
689
690    <!-- Screen option on the mobile network settings to go into data usage settings -->
691    <string name="throttle_data_usage">Data usage</string>
692    <!-- Data usage settings screen option for checking the current usage -->
693    <string name="throttle_current_usage">Data used in current period</string>
694    <!-- Data usage settings screen option for time frame-->
695    <string name="throttle_time_frame">Data use period</string>
696    <!-- Data usage settings screen option for throttling rate-->
697    <string name="throttle_rate">Data rate policy</string>
698    <!-- Data usage settings screen option for accessing the carrier website-->
699    <string name="throttle_help">Learn more</string>
700
701    <string name="throttle_status_subtext"><xliff:g id="used">%1$s</xliff:g> (<xliff:g id="used">%2$d</xliff:g>\u066A) of <xliff:g id="used">%3$s</xliff:g> period maximum\nNext period starts in <xliff:g id="used">%4$d</xliff:g> days (<xliff:g id="used">%5$s</xliff:g>)</string>
702
703    <string name="throttle_data_usage_subtext"><xliff:g id="used">%1$s</xliff:g> (<xliff:g id="used">%2$d</xliff:g>\u066A) of <xliff:g id="used">%3$s</xliff:g> period maximum</string>
704
705    <string name="throttle_data_rate_reduced_subtext"><xliff:g id="used">%1$s</xliff:g> maximum exceeded\nData rate reduced to <xliff:g id="used">%2$d</xliff:g> Kb/s</string>
706
707    <string name="throttle_time_frame_subtext"><xliff:g id="used">%1$d</xliff:g>\u066A of cycle elapsed\nNext period starts in <xliff:g id="used">%2$d</xliff:g> days (<xliff:g id="used">%3$s</xliff:g>)</string>
708
709    <string name="throttle_rate_subtext">Data rate reduced to <xliff:g id="used">%1$d</xliff:g> Kb/s if data use limit is exceeded</string>
710
711    <string name="throttle_help_subtext">More information about your carrier\'s mobile network data use policy</string>
712
713    <string name="cell_broadcast_sms">Cell Broadcast SMS</string>
714
715    <string name="enable_disable_cell_bc_sms">Cell Broadcast SMS</string>
716    <string name="cell_bc_sms_enable">Cell Broadcast SMS enabled</string>
717    <string name="cell_bc_sms_disable">Cell Broadcast SMS disabled</string>
718
719    <string name="cb_sms_settings">Cell Broadcast SMS settings</string>
720
721    <string name="enable_disable_emergency_broadcast">Emergency Broadcast</string>
722    <string name="emergency_broadcast_enable">Emergency Broadcast enabled</string>
723    <string name="emergency_broadcast_disable">Emergency Broadcast disabled</string>
724
725    <string name="enable_disable_administrative">Administrative</string>
726    <string name="administrative_enable">Administrative enabled</string>
727    <string name="administrative_disable">Administrative disabled</string>
728
729    <string name="enable_disable_maintenance">Maintenance</string>
730    <string name="maintenance_enable">Maintenance enabled</string>
731    <string name="maintenance_disable">Maintenance disabled</string>
732
733    <string name="general_news_settings">General News</string>
734    <string name="bf_news_settings">Business and Financial News</string>
735    <string name="sports_news_settings">Sports News</string>
736    <string name="entertainment_news_settings">Entertainment News</string>
737
738    <string name="enable_disable_local">Local</string>
739    <string name="local_enable">Local news enabled</string>
740    <string name="local_disable">Local news disabled</string>
741
742    <string name="enable_disable_regional">Regional</string>
743    <string name="regional_enable">Regional news enabled</string>
744    <string name="regional_disable">Regional news disabled</string>
745
746    <string name="enable_disable_national">National</string>
747    <string name="national_enable">National news enabled</string>
748    <string name="national_disable">National news disabled</string>
749
750    <string name="enable_disable_international">International</string>
751    <string name="international_enable">International news enabled</string>
752    <string name="international_disable">International news disabled</string>
753
754    <string name="list_language_title">Language</string>
755    <string name="list_language_summary">Select the news language</string>
756    <string-array name="list_language_entries">
757        <item>English</item>
758        <item>French</item>
759        <item>Spanish</item>
760        <item>Japanese</item>
761        <item>Korean</item>
762        <item>Chinese</item>
763        <item>Hebrew</item>
764    </string-array>
765    <string-array name="list_language_values">
766        <item>"1"</item>
767        <item>"2"</item>
768        <item>"3"</item>
769        <item>"4"</item>
770        <item>"5"</item>
771        <item>"6"</item>
772        <item>"7"</item>
773    </string-array>
774    <string name="list_language_dtitle">Languages</string>
775
776    <string name="enable_disable_local_weather">Local Weather</string>
777    <string name="local_weather_enable">Local Weather enabled</string>
778    <string name="local_weather_disable">Local Weather disabled</string>
779
780    <string name="enable_disable_atr">Area Traffic Reports</string>
781    <string name="atr_enable">Area Traffic Reports enabled</string>
782    <string name="atr_disable">Area Traffic Reports disabled</string>
783
784    <string name="enable_disable_lafs">Local Airport Flight Schedules</string>
785    <string name="lafs_enable">Local Airport Flight Schedules enabled</string>
786    <string name="lafs_disable">Local Airport Flight Schedules disabled</string>
787
788    <string name="enable_disable_restaurants">Restaurants</string>
789    <string name="restaurants_enable">Restaurants enabled</string>
790    <string name="restaurants_disable">Restaurants disabled</string>
791
792    <string name="enable_disable_lodgings">Lodgings</string>
793    <string name="lodgings_enable">Lodgings enabled</string>
794    <string name="lodgings_disable">Lodgings disabled</string>
795
796    <string name="enable_disable_retail_directory">Retail Directory</string>
797    <string name="retail_directory_enable">Retail Directory enabled</string>
798    <string name="retail_directory_disable">Retail Directory disabled</string>
799
800    <string name="enable_disable_advertisements">Advertisements</string>
801    <string name="advertisements_enable">Advertisements enabled</string>
802    <string name="advertisements_disable">Advertisements disabled</string>
803
804    <string name="enable_disable_stock_quotes">Stock Quotes</string>
805    <string name="stock_quotes_enable">Stock Quotes enabled</string>
806    <string name="stock_quotes_disable">Stock Quotes disabled</string>
807
808    <string name="enable_disable_eo">Employment Opportunities</string>
809    <string name="eo_enable">Employment Opportunities enabled</string>
810    <string name="eo_disable">Employment Opportunities disabled</string>
811
812    <string name="enable_disable_mhh">Medical, Health, and Hospital</string>
813    <string name="mhh_enable">Medical, Health, and Hospital enabled</string>
814    <string name="mhh_disable">Medical, Health, and Hospital disabled</string>
815
816    <string name="enable_disable_technology_news">Technology News</string>
817    <string name="technology_news_enable">Technology News enabled</string>
818    <string name="technology_news_disable">Technology News disabled</string>
819
820    <string name="enable_disable_multi_category">Multi-category</string>
821    <string name="multi_category_enable">Multi-category enabled</string>
822    <string name="multi_category_disable">Multi-category disabled</string>
823
824    <string name="network_recommended">\u0020(recommended)</string>
825    <string name="network_5G" translatable="false">5G</string>
826    <string name="network_lte_pure" translatable="false">LTE</string>
827    <string name="network_4G_pure" translatable="false">4G</string>
828    <string name="network_lte">LTE (recommended)</string>
829    <string name="network_4G">4G (recommended)</string>
830    <string name="network_3G" translatable="false">3G</string>
831    <string name="network_2G" translatable="false">2G</string>
832    <string name="network_1x" translatable="false">1x</string>
833    <string name="network_global">Global</string>
834
835    <string-array name="enabled_networks_except_gsm_choices" translatable="false">
836        <item>@string/network_lte</item>
837        <item>@string/network_3G</item>
838    </string-array>
839    <string-array name="enabled_networks_except_gsm_4g_choices" translatable="false">
840        <item>@string/network_4G</item>
841        <item>@string/network_3G</item>
842    </string-array>
843    <string-array name="enabled_networks_except_gsm_values" translatable="false">
844        <item>"9"</item>
845        <item>"0"</item>
846    </string-array>
847
848    <string-array name="enabled_networks_except_lte_choices" translatable="false">
849        <item>@string/network_3G</item>
850        <item>@string/network_2G</item>
851    </string-array>
852    <string-array name="enabled_networks_except_lte_values" translatable="false">
853        <item>"0"</item>
854        <item>"1"</item>
855    </string-array>
856
857    <string-array name="enabled_networks_except_gsm_lte_choices" translatable="false">
858        <item>@string/network_3G</item>
859    </string-array>
860    <string-array name="enabled_networks_except_gsm_lte_values" translatable="false">
861        <item>"0"</item>
862    </string-array>
863
864    <string-array name="enabled_networks_choices" translatable="false">
865        <item>@string/network_lte</item>
866        <item>@string/network_3G</item>
867        <item>@string/network_2G</item>
868    </string-array>
869    <string-array name="enabled_networks_4g_choices" translatable="false">
870        <item>@string/network_4G</item>
871        <item>@string/network_3G</item>
872        <item>@string/network_2G</item>
873    </string-array>
874    <string-array name="enabled_networks_values" translatable="false">
875        <item>"9"</item>
876        <item>"0"</item>
877        <item>"1"</item>
878    </string-array>
879
880    <string-array name="enabled_networks_cdma_choices" translatable="false">
881        <item>@string/network_lte</item>
882        <item>@string/network_3G</item>
883        <item>@string/network_1x</item>
884        <item>@string/network_global</item>
885    </string-array>
886    <string-array name="enabled_networks_cdma_values" translatable="false">
887        <item>"8"</item>
888        <item>"4"</item>
889        <item>"5"</item>
890        <item>"10"</item>
891    </string-array>
892
893    <string-array name="enabled_networks_cdma_no_lte_choices" translatable="false">
894        <item>@string/network_3G</item>
895        <item>@string/network_1x</item>
896    </string-array>
897    <string-array name="enabled_networks_cdma_no_lte_values" translatable="false">
898        <item>"4"</item>
899        <item>"5"</item>
900    </string-array>
901
902    <string-array name="enabled_networks_cdma_only_lte_choices" translatable="false">
903        <item>@string/network_lte</item>
904        <item>@string/network_global</item>
905    </string-array>
906    <string-array name="enabled_networks_cdma_only_lte_values" translatable="false">
907        <item>"8"</item>
908        <item>"10"</item>
909    </string-array>
910
911    <string-array name="enabled_networks_tdscdma_choices" translatable="false">
912        <item>@string/network_lte</item>
913        <item>@string/network_3G</item>
914        <item>@string/network_2G</item>
915    </string-array>
916    <string-array name="enabled_networks_tdscdma_values" translatable="false">
917        <item>"22"</item>
918        <item>"18"</item>
919        <item>"1"</item>
920    </string-array>
921
922    <!-- CDMA System select strings -->
923    <!-- Mobile network settings screen, setting option name -->
924    <string name="cdma_system_select_title">System select</string>
925    <!-- Mobile network settings screen, setting summary text -->
926    <string name="cdma_system_select_summary">Change the CDMA roaming mode</string>
927    <!-- System select settings screen title -->
928    <string name="cdma_system_select_dialogtitle">System select</string>
929    <string-array name="cdma_system_select_choices">
930        <!-- System select dialog screen, setting option name -->
931        <item>Home only</item>
932        <!-- Remove the following option "Affiliated Networks" from the option list -->
933        <!-- <item>Affiliated Networks</item> -->
934        <!-- System select dialog screen, setting option name -->
935        <item>Automatic</item>
936    </string-array>
937    <string-array name="cdma_system_select_values" translatable="false">
938        <!-- Do not translate. -->
939        <item>"0"</item>
940        <!-- Remove the following value "1" which corresponds to "Affiliated Networks" above -->
941        <!-- <item>"1"</item>  -->
942        <!-- Do not translate. -->
943        <item>"2"</item>
944    </string-array>
945
946    <string name="cdma_subscription_title">CDMA subscription</string>
947    <string name="cdma_subscription_summary">Change between RUIM/SIM and NV</string>
948    <string name="cdma_subscription_dialogtitle">subscription</string>
949    <string-array name="cdma_subscription_choices">
950        <item>RUIM/SIM</item>
951        <item>NV</item>
952    </string-array>
953    <string-array name="cdma_subscription_values">
954        <item>"0"</item>
955        <item>"1"</item>
956    </string-array>
957    <!-- Preference title with which users can activate CDMA network [CHAR LIMIT=30] -->
958    <string name="cdma_activate_device">Activate device</string>
959    <!-- Preference title for launching an account manager page for prepaid LTE [CHAR LIMIT=30] -->
960    <string name="cdma_lte_data_service">Set up data service</string>
961
962    <!-- A menu item in "Mobile network settings" that allows the user to update the phone
963         with mobile operator specific settings. [CHAR LIMIT=25] -->
964    <string name="carrier_settings_title">Carrier settings</string>
965
966    <!-- FDN settings strings -->
967    <!-- Label for "Fixed Dialing Number" settings in call settings. -->
968    <string name="fdn">Fixed Dialing Numbers</string>
969    <!-- Title for "Fixed Dialing Number" settings, with a label to identify the SIM the settings
970        apply to. -->
971    <string name="fdn_with_label">Fixed Dialing Numbers (<xliff:g id="subscriptionlabel" example="Verizon">%s</xliff:g>)</string>
972
973    <!-- Call settings screen, button label that takes you to the Fixed Dialing Number management screen -->
974    <string name="manage_fdn_list">FDN list</string>
975    <!-- Title for settings screen to manage Fixed Dialing Number contacts, with a label to identify
976         the SIM the settings apply to. -->
977    <string name="fdn_list_with_label">FDN list (<xliff:g id="subscriptionlabel" example="Verizon">%s</xliff:g>)</string>
978    <!-- Call settings screen, preference item label -->
979    <string name="fdn_activation">FDN activation</string>
980    <!-- Call settings setting option name when FDN is enabled -->
981    <string name="fdn_enabled">Fixed Dialing Numbers are enabled</string>
982    <!-- Call settings setting option name  when FDN is disabled-->
983    <string name="fdn_disabled">Fixed Dialing Numbers are disabled</string>
984    <!-- Call settings screen, setting option name -->
985    <string name="enable_fdn">Enable FDN</string>
986    <!-- Call settings screen, setting option name -->
987    <string name="disable_fdn">Disable FDN</string>
988    <!-- Call settings screen, setting option name -->
989    <string name="change_pin2">Change PIN2</string>
990    <!-- Call settings screen, setting option name when FDN is enabled -->
991    <string name="enable_fdn_ok">Disable FDN</string>
992    <!-- Call settings screen, setting option name when FDN is disabled -->
993    <string name="disable_fdn_ok">Enable FDN</string>
994    <!-- Call settings screen, setting summary text -->
995    <string name="sum_fdn">Manage Fixed Dialing Numbers</string>
996    <!-- Call settings, FDN screen, setting option name -->
997    <string name="sum_fdn_change_pin">Change PIN for FDN access</string>
998    <!-- Call settings, FDN screen, setting option name -->
999    <string name="sum_fdn_manage_list">Manage phone number list</string>
1000    <!-- Voice privacy on CDMA is an added layer of voice encryption. Theoretically, it would be harder to break in to a phone call with this feature enabled. -->
1001    <string name="voice_privacy">Voice privacy</string>
1002    <string name="voice_privacy_summary">Enable enhanced privacy mode</string>
1003    <string name="tty_mode_option_title">TTY mode</string>
1004    <string name="tty_mode_option_summary">Set TTY mode</string>
1005    <string name="auto_retry_mode_title">Auto-retry</string>
1006    <string name="auto_retry_mode_summary">Enable Auto-retry mode</string>
1007    <!-- TTY Mode change is NOT allowed during a video call -->
1008    <string name="tty_mode_not_allowed_video_call">TTY Mode change is not allowed during a video call</string>
1009    <!-- FDN list screen: menu item label -->
1010    <string name="menu_add">Add contact</string>
1011    <!-- FDN list screen: menu item label -->
1012    <string name="menu_edit">Edit contact</string>
1013    <!-- FDN list screen: menu item label -->
1014    <string name="menu_delete">Delete contact</string>
1015    <!-- FDN list screen: menu item label -->
1016    <string name="menu_dial">Dial contact</string>
1017
1018    <!-- FDN related strings -->
1019    <!-- Label for PIN2 entry screen -->
1020    <string name="get_pin2">Type PIN2</string>
1021    <!-- "Edit FDN Contact" screen: Label for the "name" text field -->
1022    <string name="name">Name</string>
1023    <!-- "Edit FDN Contact" screen: Label for the "number" text field -->
1024    <string name="number">Number</string>
1025    <!-- "Edit FDN Contact" screen: Button label for "save" action -->
1026    <string name="save">Save</string>
1027    <!-- Title of "Edit FDN Contact" screen for a new contact -->
1028    <string name="add_fdn_contact">Add fixed dialing number</string>
1029    <!-- "Edit FDN Contact" screen: status message displayed in a popup (toast) -->
1030    <string name="adding_fdn_contact">Adding fixed dialing number\u2026</string>
1031    <!-- "Edit FDN Contact" screen: status message displayed in a popup (toast) -->
1032    <string name="fdn_contact_added">Fixed dialing number added.</string>
1033    <!-- Title of "Edit FDN Contact" screen when editing an already-existing contact -->
1034    <string name="edit_fdn_contact">Edit fixed dialing number</string>
1035    <!-- "Edit FDN Contact" screen: status message displayed in a popup (toast) -->
1036    <string name="updating_fdn_contact">Updating fixed dialing number\u2026</string>
1037    <!-- "Edit FDN Contact" screen: status message displayed in a popup (toast) -->
1038    <string name="fdn_contact_updated">Fixed dialing number updated.</string>
1039    <!-- Title of "Delete FDN Contact" screen -->
1040    <string name="delete_fdn_contact">Delete fixed dialing number</string>
1041    <!-- "Delete FDN Contact" screen: status message displayed in a popup (toast) -->
1042    <string name="deleting_fdn_contact">Deleting fixed dialing number\u2026</string>
1043    <!-- "Delete FDN Contact" screen: status message displayed in a popup (toast) -->
1044    <string name="fdn_contact_deleted">Fixed dialing number deleted.</string>
1045    <!-- FDN settings: error message displayed in a popup (toast) -->
1046    <string name="pin2_invalid">FDN wasn\'t updated because you typed an incorrect PIN.</string>
1047    <!-- FDN settings: error message displayed in a popup (toast) -->
1048    <string name="fdn_invalid_number">FDN wasn\'t updated because the number exceeds <xliff:g id="FDN_NUMBER_LIMIT_LENGTH">%d</xliff:g> digits.</string>
1049    <!-- FDN settings: error message displayed in a popup (toast), when the entered
1050         FDN number was inappropriate, OR, PIN2 the user entered was incorrect.
1051         Because of API restriction, there's no way to determine which is the exact
1052         cause of the failure.
1053         [CHAR LIMIT=NONE] -->
1054    <string name="pin2_or_fdn_invalid">FDN wasn\'t updated. The PIN2 was incorrect, or the phone number was rejected.</string>
1055    <!-- FDN settings: error message displayed in a popup (toast) -->
1056    <string name="fdn_failed">FDN operation failed.</string>
1057
1058    <!-- ADN related strings -->
1059    <!-- Placeholder text displayed while loading the list of SIM contacts -->
1060    <string name="simContacts_emptyLoading">Reading from SIM card\u2026</string>
1061    <!-- Call settings, string that appears on FDN contact list when there are no contacts on the SIM. -->
1062    <string name="simContacts_empty">No contacts on your SIM card.</string>
1063    <!-- Call settings: title of the dialog that lets you select contacts from the SIM. -->
1064    <string name="simContacts_title">Select contacts to import</string>
1065    <!-- Appears when user tries to import contacts in SIM during airplane mode [CHAR LIMIT=NONE] -->
1066    <string name="simContacts_airplaneMode">Turn off airplane mode to import contacts from the SIM card.</string>
1067
1068    <!-- SIM PIN strings -->
1069    <!-- Title of "Enable/disable SIM PIN" screen -->
1070    <string name="enable_pin">Enable/disable SIM PIN</string>
1071    <!-- Title of "Change SIM PIN" screen -->
1072    <string name="change_pin">Change SIM PIN</string>
1073    <!-- SIM PIN screen: label for PIN entry widget -->
1074    <string name="enter_pin_text">SIM PIN:</string>
1075    <!-- SIM PIN screen: label for PIN entry widget -->
1076    <string name="oldPinLabel">Old PIN</string>
1077    <!-- SIM PIN screen: label for PIN entry widget -->
1078    <string name="newPinLabel">New PIN</string>
1079    <!-- SIM PIN screen: label for PIN entry widget -->
1080    <string name="confirmPinLabel">Confirm new PIN</string>
1081    <!-- SIM PIN screen: error message -->
1082    <string name="badPin">The old PIN you typed isn\'t correct. Try again.</string>
1083    <!-- SIM PIN screen: error message -->
1084    <string name="mismatchPin">The PINs you typed don\'t match. Try again.</string>
1085    <!-- SIM PIN screen: error message when PIN is too short or too long -->
1086    <string name="invalidPin">Type a PIN that is 4 to 8 numbers.</string>
1087    <!-- Title of "Disable SIM PIN" screen -->
1088    <string name="disable_sim_pin">Clear SIM PIN</string>
1089    <!-- Title of "Enable SIM PIN" screen -->
1090    <string name="enable_sim_pin">Set SIM PIN</string>
1091    <!-- SIM PIN screen: progress message displayed while enabling -->
1092    <string name="enable_in_progress">Setting PIN\u2026</string>
1093    <!-- SIM PIN screen: status message displayed in a popup (toast) -->
1094    <string name="enable_pin_ok">PIN set</string>
1095    <!-- SIM PIN screen: status message displayed in a popup (toast) -->
1096    <string name="disable_pin_ok">PIN cleared</string>
1097    <!-- SIM PIN screen: error message displayed in a popup (toast) -->
1098    <string name="pin_failed">PIN incorrect</string>
1099    <!-- SIM PIN screen: status message displayed in a popup (toast) -->
1100    <string name="pin_changed">PIN updated</string>
1101    <!-- SIM PIN screen: error message displayed in a dialog -->
1102    <string name="puk_requested">Password incorrect. PIN now blocked. PUK requested.</string>
1103
1104    <!-- SIM PIN2 strings -->
1105    <!-- SIM PIN2 screen: label for PIN entry widget -->
1106    <string name="enter_pin2_text">PIN2</string>
1107    <!-- SIM PIN2 screen: label for PIN entry widget -->
1108    <string name="oldPin2Label">Old PIN2</string>
1109    <!-- SIM PIN2 screen: label for PIN entry widget -->
1110    <string name="newPin2Label">New PIN2</string>
1111    <!-- SIM PIN2 screen: label for PIN entry widget -->
1112    <string name="confirmPin2Label">Confirm new PIN2</string>
1113    <!-- SIM PIN2 screen: error message -->
1114    <string name="badPuk2">PUK2 incorrect. Try again.</string>
1115    <!-- SIM PIN2 screen: error message -->
1116    <string name="badPin2">Old PIN2 incorrect. Try again.</string>
1117    <!-- SIM PIN2 screen: error message -->
1118    <string name="mismatchPin2">PIN2s don\'t match. Try again.</string>
1119    <!-- SIM PIN2 screen: error message -->
1120    <string name="invalidPin2">Enter a PIN2 that is 4 to 8 numbers.</string>
1121    <!-- SIM PIN2 screen: error message -->
1122    <string name="invalidPuk2">Enter a PUK2 that is 8 numbers.</string>
1123    <!-- SIM PIN2 screen: status message displayed in a popup (toast) -->
1124    <string name="pin2_changed">PIN2 updated</string>
1125    <!-- SIM PIN2 screen: label for PUK2 entry widget -->
1126    <string name="label_puk2_code">Enter PUK2 code</string>
1127    <!-- SIM PIN2 screen: error message displayed in a dialog -->
1128    <string name="fdn_enable_puk2_requested">Password incorrect. PIN2 now Blocked. To try again, change PIN 2.</string>
1129    <!-- SIM PIN2 screen: error message displayed in a dialog -->
1130    <string name="puk2_requested">Password incorrect. SIM now locked. Enter PUK2.</string>
1131    <!-- SIM PIN2 screen: error message -->
1132    <string name="puk2_blocked">PUK2 is permanently blocked.</string>
1133    <!-- SIM PIN2 screen: error message -->
1134    <string name="pin2_attempts">\nYou have <xliff:g id="number">%d</xliff:g> remaining attempts.</string>
1135    <!-- SIM PIN2 screen: error message displayed in a dialog -->
1136    <string name="puk2_locked">PUK2 locked. Contact service provider to unlock.</string>
1137    <!-- SIM PIN screen: status message displayed in a popup (toast) -->
1138    <string name="pin2_unblocked">PIN2 no longer blocked</string>
1139    <!-- SIM PIN screen: error message shown in dialog when there is a network or sim error.
1140         [CHAR LIMIT=NONE] -->
1141    <string name="pin2_error_exception">Network or SIM card error</string>
1142
1143    <!-- SIM PIN screen: button label -->
1144    <string name="doneButton">Done</string>
1145
1146    <!-- Used in FakePhoneActivity test code.  DO NOT TRANSLATE. -->
1147    <string name="fake_phone_activity_phoneNumber_text" translatable="false">(650) 555-1234</string>
1148    <!-- Used in FakePhoneActivity test code.  DO NOT TRANSLATE. -->
1149    <string name="fake_phone_activity_infoText_text" translatable="false">Incoming phone number</string>
1150    <!-- Used in FakePhoneActivity test code.  DO NOT TRANSLATE. -->
1151    <string name="fake_phone_activity_placeCall_text" translatable="false">Fake Incoming Call</string>
1152
1153    <!-- Call settings screen, Set voicemail dialog title -->
1154    <string name="voicemail_settings_number_label">Voicemail number</string>
1155
1156    <!-- Card titles -->
1157    <!-- In-call screen: status label for a call in the "dialing" state -->
1158    <string name="card_title_dialing">Dialing</string>
1159    <!-- In-call screen: status label for a re-dialing call -->
1160    <string name="card_title_redialing">Redialing</string>
1161    <!-- In-call screen: status label for a conference call -->
1162    <string name="card_title_conf_call">Conference call</string>
1163    <!-- In-call screen: status label for an incoming call -->
1164    <string name="card_title_incoming_call">Incoming call</string>
1165    <!-- In-call screen: status label displayed briefly after a call ends -->
1166    <string name="card_title_call_ended">Call ended</string>
1167    <!-- In-call screen: status label for call that's on hold -->
1168    <string name="card_title_on_hold">On hold</string>
1169    <!-- In-call screen: status label for a call that's in the process of hanging up -->
1170    <string name="card_title_hanging_up">Hanging up</string>
1171    <!-- In-call screen: status label for a call that's in CDMA flash mode -->
1172    <string name="card_title_in_call">In call</string>
1173
1174    <!-- Notification strings -->
1175    <!-- Label for the "Voicemail" notification item, when expanded. -->
1176    <string name="notification_voicemail_title">New voicemail</string>
1177    <!-- Label for the expanded "Voicemail" notification item,
1178         including a count of messages. -->
1179    <string name="notification_voicemail_title_count">New voicemail (<xliff:g id="count">%d</xliff:g>)</string>
1180    <!-- Message displayed in the "Voicemail" notification item, allowing the user
1181         to dial the indicated number. -->
1182    <string name="notification_voicemail_text_format">Dial <xliff:g id="voicemail_number">%s</xliff:g></string>
1183    <!-- Message displayed in the "Voicemail" notification item,
1184         indicating that there's no voicemail number available -->
1185    <string name="notification_voicemail_no_vm_number">Voicemail number unknown</string>
1186    <!-- Label for the "No service" notification item, when expanded. -->
1187    <string name="notification_network_selection_title">No service</string>
1188    <!-- Label for the expanded "No service" notification item, including the
1189         operator name set by user. No space after "network", appended in nonempty value. -->
1190    <string name="notification_network_selection_text">Selected network<xliff:g id="operator_name">%s</xliff:g> unavailable</string>
1191
1192    <!-- In-call screen: call failure message displayed in an error dialog. [CHAR_LIMIT=NONE] -->
1193    <string name="incall_error_power_off" product="watch">Turn on mobile network, turn off airplane mode or turn off battery saver mode to make a call.</string>
1194    <!-- In-call screen: call failure message displayed in an error dialog. [CHAR_LIMIT=NONE] -->
1195    <string name="incall_error_power_off" product="default">Turn off airplane mode to make a call.</string>
1196    <!-- In-call screen: call failure message displayed in an error dialog when in airplane mode, WFC is enabled, not wifi-only, and not connected to wireless networks. [CHAR_LIMIT=NONE] -->
1197    <string name="incall_error_power_off_wfc">Turn off airplane mode or connect to a wireless network to make a call.</string>
1198    <!-- In-call screen: call failure message displayed in an error dialog when radio off due to thermal mitigation. [CHAR_LIMIT=NONE] -->
1199    <string name="incall_error_power_off_thermal" product="default"><b>Phone too hot</b>\n\nCan\'t complete this call. Try again when your phone cools down.\n\nYou can still make emergency calls.</string>
1200    <!-- In-call screen: call failure message displayed when the user attempts to make a non-emergency call while the phone is in emergency callback mode. -->
1201    <string name="incall_error_ecm_emergency_only">Exit emergency callback mode to make a non-emergency call.</string>
1202    <!-- In-call screen: call failure message displayed in an error dialog.
1203         This string is currently unused (see comments in InCallScreen.java.) -->
1204    <string name="incall_error_emergency_only">Not registered on network.</string>
1205    <!-- In-call screen: call failure message displayed in an error dialog -->
1206    <string name="incall_error_out_of_service">Mobile network not available.</string>
1207    <!-- In-call screen: call failure message displayed in an error dialog -->
1208    <string name="incall_error_out_of_service_wfc">Mobile network is not available. Connect to a wireless network to make a call.</string>
1209    <!-- In-call screen: call failure message displayed in an error dialog -->
1210    <string name="incall_error_no_phone_number_supplied">To place a call, enter a valid number.</string>
1211    <!-- In-call screen: call failure message displayed in an error dialog -->
1212    <string name="incall_error_call_failed">Call failed.</string>
1213    <!-- In-call screen: call failure message displayed in an error dialog -->
1214    <string name="incall_error_cannot_add_call">Call cannot be added at this time.  You can try to reach out by sending a message.</string>
1215    <!-- In-call screen: message displayed in an error dialog -->
1216    <string name="incall_error_supp_service_unknown">Service not supported</string>
1217    <!-- In-call screen: message displayed in an error dialog -->
1218    <string name="incall_error_supp_service_switch">Can\'t switch calls.</string>
1219    <!-- In-call screen: message displayed in an error dialog when the user attempts to resume a
1220         call, and the system encountered an error which prevented the call from being resumed. -->
1221    <string name="incall_error_supp_service_resume">Can\'t resume call.</string>
1222    <!-- In-call screen: message displayed in an error dialog -->
1223    <string name="incall_error_supp_service_separate">Can\'t separate call.</string>
1224    <!-- In-call screen: message displayed in an error dialog -->
1225    <string name="incall_error_supp_service_transfer">Can\'t transfer.</string>
1226    <!-- In-call screen: message displayed in an error dialog.  Shown when the user attempts to
1227        merge calls to form a conference call, but there was an error which prevented this from
1228        occurring. -->
1229    <string name="incall_error_supp_service_conference">Unable to merge calls.</string>
1230    <!-- In-call screen: message displayed in an error dialog -->
1231    <string name="incall_error_supp_service_reject">Can\'t reject call.</string>
1232    <!-- In-call screen: message displayed in an error dialog -->
1233    <string name="incall_error_supp_service_hangup">Can\'t release call(s).</string>
1234    <!-- In-call screen: message displayed in an error dialog -->
1235    <string name="incall_error_supp_service_hold">Can\'t hold calls.</string>
1236    <!-- In-call screen: call failure message displayed in an error dialog when WFC is enabled, is wifi-only, and not connected to a wireless network. [CHAR_LIMIT=NONE] -->
1237    <string name="incall_error_wfc_only_no_wireless_network">Connect to a wireless network to make a call.</string>
1238    <!-- In-call screen: call failure message displayed in an error dialog when the user is connected to a wireless network, but wifi calling is turned off. [CHAR_LIMIT=NONE] -->
1239    <string name="incall_error_promote_wfc">Enable Wi-Fi calling to make a call.</string>
1240
1241    <!-- Hint for the button of emergency information -->
1242    <string name="emergency_information_hint">Emergency information</string>
1243    <!-- Hint for the owner of emergency information -->
1244    <string name="emergency_information_owner_hint">Owner</string>
1245    <!-- Hint for confirm the emergency information -->
1246    <string name="emergency_information_confirm_hint">Tap again to view info</string>
1247    <!-- Dialog title for the "radio enable" UI for emergency calls -->
1248    <string name="emergency_enable_radio_dialog_title">Emergency call</string>
1249    <!-- Emergency dialer: Title of single emergency shortcut button -->
1250    <string name="single_emergency_number_title">Emergency number</string>
1251    <!-- Emergency dialer: Title of numerous emergency shortcut buttons -->
1252    <string name="numerous_emergency_numbers_title">Emergency numbers</string>
1253    <!-- Emergency dialer: Hint of selected emergency shortcut button -->
1254    <string name="emergency_call_shortcut_hint">Tap again to call <xliff:g id="emergency_number">%s</xliff:g></string>
1255    <!-- Status message for the "radio enable" UI for emergency calls -->
1256    <string name="emergency_enable_radio_dialog_message">Turning on radio\u2026</string>
1257    <!-- Status message for the "radio enable" UI for emergency calls -->
1258    <string name="emergency_enable_radio_dialog_retry">No service. Trying again\u2026</string>
1259    <!-- Toast message shown when user tries to turn on airplane mode while in an emergency call -->
1260    <string name="radio_off_during_emergency_call">Cannot enter airplane mode during an emergency call.</string>
1261
1262    <!-- Dialer text on Emergency Dialer -->
1263    <!-- Emergency dialer: message displayed in an error dialog -->
1264    <string name="dial_emergency_error">Can\'t call. <xliff:g id="non_emergency_number">%s</xliff:g> is not an emergency number.</string>
1265    <!-- Emergency dialer: message displayed in an error dialog -->
1266    <string name="dial_emergency_empty_error">Can\'t call. Dial an emergency number.</string>
1267    <!-- Message displayed over top of the emergency dialer dialpad indicating to the user that
1268         emergency calling is not currently available. -->
1269    <string name="dial_emergency_calling_not_available">Emergency calling not available</string>
1270
1271    <!-- Only handle pin entry when phone user is system-->
1272    <string name="pin_puk_system_user_only">Only the owner of the device can enter PIN/PUK codes.</string>
1273
1274    <!-- Text for description of police calling type -->
1275    <string name="police_type_description">Police</string>
1276    <!-- Text for description of ambulance calling type -->
1277    <string name="ambulance_type_description">Ambulance</string>
1278    <!-- Text for description of fire calling type -->
1279    <string name="fire_type_description">Fire</string>
1280
1281    <!-- Format for concatenating multiple emergency type descriptions. The separator may differ in
1282         different locales, for example arabic comma "،" is used in some countries. Some languages
1283         may use full-width separator without leading or trailing spaces, eg. Ideographic comma "、"
1284         in Chinese and Japanese. -->
1285    <string name="description_concat_format">%1$s, %2$s</string>
1286
1287    <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user
1288         to dial using the physical keyboard -->
1289    <string name="dialerKeyboardHintText">Use keyboard to dial</string>
1290
1291    <!-- Text for the onscreen "Hold" button -->
1292    <string name="onscreenHoldText">Hold</string>
1293    <!-- Text for the onscreen "End call" button -->
1294    <string name="onscreenEndCallText">End</string>
1295    <!-- Text for the onscreen "Show Dialpad" button -->
1296    <string name="onscreenShowDialpadText">Dialpad</string>
1297    <!-- Text for the onscreen "Mute" button -->
1298    <string name="onscreenMuteText">Mute</string>
1299    <!-- Text for the onscreen "Add call" button -->
1300    <string name="onscreenAddCallText">Add call</string>
1301    <!-- Text for the onscreen "Merge calls" button -->
1302    <string name="onscreenMergeCallsText">Merge calls</string>
1303    <!-- Text for the onscreen "Swap calls" button -->
1304    <string name="onscreenSwapCallsText">Swap</string>
1305    <!-- Text for the onscreen "Manage calls" button -->
1306    <string name="onscreenManageCallsText">Manage calls</string>
1307    <!-- Text for the onscreen "Manage conference" button [CHAR LIMIT=20] -->
1308    <string name="onscreenManageConferenceText">Manage conference</string>
1309    <!-- Text for the onscreen "Audio" button that lets you switch
1310         between speaker / bluetooth / earpiece [CHAR LIMIT=10] -->
1311    <string name="onscreenAudioText">Audio</string>
1312    <!-- Text for the onscreen "Video call" button used to change a voice call
1313         to a video call. [CHAR LIMIT=10] -->
1314    <string name="onscreenVideoCallText">Video call</string>
1315
1316    <!-- Menu item label in SIM Contacts: Import a single contact entry from the SIM card -->
1317    <string name="importSimEntry">Import</string>
1318    <!-- Menu item label in SIM Contacts: Import all contact entries from the SIM card -->
1319    <string name="importAllSimEntries">Import all</string>
1320    <!-- SIM Contacts: status message displayed while importing card -->
1321    <string name="importingSimContacts">Importing SIM contacts</string>
1322    <!-- Import a single contact entry from contacts to the SIM card -->
1323    <string name="importToFDNfromContacts">Import from contacts</string>
1324
1325    <!-- Message shown when a single contact is imported from SIM card -->
1326    <string name="singleContactImportedMsg">Imported contact</string>
1327    <!-- Message shown when a single contact could not be imported from SIM card -->
1328    <string name="failedToImportSingleContactMsg">Failed to import contact</string>
1329
1330    <!-- Hearing aid settings -->
1331    <string name="hac_mode_title">Hearing aids</string>
1332    <string name="hac_mode_summary">Turn on hearing aid compatibility</string>
1333
1334    <!-- RTT settings: used to turn on/off Real-Time Text, an accessibility feature similar to
1335         TTY that allows users to send text over a phone call. -->
1336    <string name="rtt_mode_title">Real-time text (RTT) call</string>
1337    <string name="rtt_mode_summary">Allow messaging within a voice call</string>
1338    <string name="rtt_mode_more_information">
1339       RTT assists callers who are deaf, hard of hearing, have a speech disability,
1340       or need more than voice alone.&lt;br>
1341       &lt;a href="<xliff:g example="http://www.google.com" id="url">http://support.google.com/mobile?p=telephony_rtt</xliff:g>">Learn more&lt;/a>
1342       &lt;br>&lt;br> - RTT calls are saved as a message transcript
1343       &lt;br> - RTT is not available for video calls</string>
1344
1345    <string name="no_rtt_when_roaming">Note: RTT is not available while roaming</string>
1346
1347    <!-- Service option entries.  -->
1348    <string-array name="tty_mode_entries">
1349        <item>TTY Off</item>
1350        <item>TTY Full</item>
1351        <item>TTY HCO</item>
1352        <item>TTY VCO</item>
1353    </string-array>
1354
1355    <!-- Do not translate. -->
1356    <string-array name="tty_mode_values" translatable="false">
1357        <!-- Do not translate. -->
1358        <item>0</item>
1359        <!-- Do not translate. -->
1360        <item>1</item>
1361        <!-- Do not translate. -->
1362        <item>2</item>
1363        <!-- Do not translate. -->
1364        <item>3</item>
1365    </string-array>
1366
1367    <!-- Dtmf tones settings -->
1368    <!-- Title for the DTMF Tones options displayed in Call Settings -->
1369    <string name="dtmf_tones_title">DTMF tones</string>
1370    <!-- Summary for the DTMF Tones options displayed in Call Settings -->
1371    <string name="dtmf_tones_summary">Set the length of DTMF tones</string>
1372    <!-- Options displayed as part of DTMF Tones in Call Settings -->
1373    <string-array name="dtmf_tone_entries">
1374      <item>Normal</item>
1375      <item>Long</item>
1376    </string-array>
1377    <!-- Do not translate. -->
1378    <string-array name="dtmf_tone_values" translatable="false">
1379       <item>0</item>
1380       <item>1</item>
1381    </string-array>
1382
1383    <!-- Title for the dialog used to display CDMA DisplayInfo -->
1384    <string name="network_info_message">Network message</string>
1385    <!-- Title for the dialog used to display a network error message to the user -->
1386    <string name="network_error_message">Error message</string>
1387
1388    <!-- OTA-specific strings -->
1389    <!-- Title shown on OTA screen -->
1390    <string name="ota_title_activate">Activate your phone</string>
1391    <!-- Message displayed on the OTA activation screen. -->
1392    <string name="ota_touch_activate">A special call needs to be made to activate your phone service.
1393    \n\nAfter pressing \u201CActivate\u201D, listen to the instructions provided to activate your phone.</string>
1394    <!-- Title shown during Hands Free Activation -->
1395    <string name="ota_hfa_activation_title">Activating...</string>
1396    <!-- Message shown during the hands free activation screen of the setup wizard. -->
1397    <string name="ota_hfa_activation_dialog_message">The phone is activating your mobile data service.\n\nThis can take up to 5 minutes.</string>
1398    <!-- Title of skip activation dialog -->
1399    <string name="ota_skip_activation_dialog_title">Skip activation\?</string>
1400    <!-- Message displayed in skip activation dialog  -->
1401    <string name="ota_skip_activation_dialog_message">If you skip activation, you can\'t place calls or connect to mobile data networks (though you can connect to Wi-Fi networks). Until you activate your phone, you are asked to activate it each time you turn it on.</string>
1402    <!-- Label shown on dialog button that allows the user to skip activation -->
1403    <string name="ota_skip_activation_dialog_skip_label">Skip</string>
1404
1405    <!-- Button label within the OTA activation screen -->
1406    <string name="ota_activate">Activate</string>
1407    <!-- Title text shown when phone activation is successful -->
1408    <string name="ota_title_activate_success">Phone is activated.</string>
1409    <!-- Title text shown on screen where activation fails -->
1410    <string name="ota_title_problem_with_activation">Problem with activation</string>
1411    <!-- Message displayed on the OTA "listening" screen. This message
1412         needs to be kept at 2 lines or less to be sure that there's
1413         enough room for the dialpad. [CHAR LIMIT=80] -->
1414    <string name="ota_listen">Follow the spoken instructions until you hear that activation is complete.</string>
1415
1416    <!-- Button label within the OTA listen screen -->
1417    <string name="ota_speaker">Speaker</string>
1418    <!-- String to be displayed on OTA listen screen once user has selected the
1419         correct option to begin provisioning -->
1420    <string name="ota_progress">Programming your phone\u2026</string>
1421    <!-- String to display within the OTA Fail Notice dialog -->
1422    <string name="ota_failure">Couldn\'t program your phone</string>
1423    <!-- String to be displayed on the OTA Fail/Success screen upon successful provisioning -->
1424    <string name="ota_successful">Your phone is now activated.  It may take up to 15 minutes for service to start.</string>
1425    <!-- String to be displayed on the OTA Fail/Success screen upon unsuccessful provisioning -->
1426    <string name="ota_unsuccessful">Your phone didn\'t activate.
1427    \nYou may need to find an area with better coverage (near a window, or outside).
1428    \n\nTry again or call customer service for more options.</string>
1429    <!-- String to display within the OTA SPC Fail Notice dialog -->
1430    <string name="ota_spc_failure">EXCESS SPC FAILURES</string>
1431    <!-- Button label in OTA listen screen that cancels activation and goes to the previous screen -->
1432    <string name="ota_call_end">Back</string>
1433    <!-- Button label shown on OTA error screen to allow the user to try again -->
1434    <string name="ota_try_again">Try again</string>
1435    <!-- Button label shown on OTA screens that have a next screen -->
1436    <string name="ota_next">Next</string>
1437
1438    <!-- Emergency Callback Mode (ECM) -->
1439    <string name="ecm_exit_dialog">EcmExitDialog</string>
1440    <!-- ECM: Status bar notification message -->
1441    <string name="phone_entered_ecm_text">Entered Emergency Callback Mode</string>
1442    <!-- ECM: Notification title -->
1443    <string name="phone_in_ecm_notification_title">Emergency Callback Mode</string>
1444    <!-- ECM: Notification body -->
1445    <string name="phone_in_ecm_call_notification_text">Data connection disabled</string>
1446    <!-- ECM: Displays the time when ECM will end, Example: "No Data Connection until 10:45 AM" -->
1447    <string name="phone_in_ecm_notification_complete_time">No data connection until <xliff:g id="completeTime">%s</xliff:g></string>
1448    <!-- ECM: Dialog box message for exiting from the notifications screen -->
1449    <plurals name="alert_dialog_exit_ecm">
1450        <!-- number of minutes is one -->
1451        <item quantity="one">The phone will be in Emergency Callback mode for <xliff:g id="count">%s</xliff:g> minute. While in this mode no apps using a data connection can be used. Do you want to exit now?</item>
1452        <!-- number of minutes is not equal to one -->
1453        <item quantity="other">The phone will be in Emergency Callback mode for <xliff:g id="count">%s</xliff:g> minutes. While in this mode no applications using a data connection can be used. Do you want to exit now?</item>
1454    </plurals>
1455    <!-- ECM: Dialog box message for exiting from any other app -->
1456    <plurals name="alert_dialog_not_avaialble_in_ecm">
1457        <!-- number of minutes is one -->
1458        <item quantity="one">The selected action isn\'t available while in the Emergency Callback mode. The phone will be in this mode for <xliff:g id="count">%s</xliff:g> minute. Do you want to exit now?</item>
1459        <!-- number of minutes is not equal to one -->
1460        <item quantity="other">The selected action isn\'t available while in the Emergency Callback mode. The phone will be in this mode for <xliff:g id="count">%s</xliff:g> minutes. Do you want to exit now?</item>
1461    </plurals>
1462    <!-- ECM: Dialog box message while in emergency call -->
1463    <string name="alert_dialog_in_ecm_call">The selected action isn\'t available while in an emergency call.</string>
1464    <!-- ECM: Progress text -->
1465    <string name="progress_dialog_exiting_ecm">Exiting Emergency Callback mode</string>
1466    <!-- ECM: ECM exit dialog choice -->
1467    <string name="alert_dialog_yes">Yes</string>
1468    <!-- ECM: ECM exit dialog choice -->
1469    <string name="alert_dialog_no">No</string>
1470    <!-- ECM: ECM exit dialog choice -->
1471    <string name="alert_dialog_dismiss">Dismiss</string>
1472    <!-- ECM: Notification body wihout data restriction hint -->
1473    <string name="phone_in_ecm_call_notification_text_without_data_restriction_hint">The phone is in emergency callback mode</string>
1474    <!-- ECM: Displays the time when ECM will end without data restriction hint, Example: "Until 10:45 AM" -->
1475    <string name="phone_in_ecm_notification_complete_time_without_data_restriction_hint">Until <xliff:g id="completeTime">%s</xliff:g></string>
1476    <!-- ECM: Dialog box message without data restriction hint for exiting from the notifications screen -->
1477    <plurals name="alert_dialog_exit_ecm_without_data_restriction_hint">
1478        <!-- number of minutes is one -->
1479        <item quantity="one">The phone will be in emergency callback mode for <xliff:g id="count">%s</xliff:g> minute.\nDo you want to exit now?</item>
1480        <!-- number of minutes is not equal to one -->
1481        <item quantity="other">The phone will be in emergency callback mode for <xliff:g id="count">%s</xliff:g> minutes.\nDo you want to exit now?</item>
1482    </plurals>
1483
1484    <!-- For incoming calls, this is a string we can get from a CDMA network instead of
1485         the actual phone number, to indicate there's no number present.  DO NOT TRANSLATE. -->
1486    <string-array name="absent_num" translatable="false">
1487        <item>ABSENT NUMBER</item>
1488        <item>ABSENTNUMBER</item>
1489    </string-array>
1490
1491    <!-- Preference for Voicemail service provider under "Voicemail" settings.
1492         [CHAR LIMIT=40] -->
1493    <string name="voicemail_provider">Service</string>
1494
1495    <!-- Preference for Voicemail setting of each provider.
1496         [CHAR LIMIT=40] -->
1497    <string name="voicemail_settings">Setup</string>
1498
1499    <!-- String to display in voicemail number summary when no voicemail num is set -->
1500    <string name="voicemail_number_not_set">&lt;Not set&gt;</string>
1501
1502    <!-- Title displayed above settings coming after voicemail in the call features screen -->
1503    <string name="other_settings">Other call settings</string>
1504
1505    <!-- Title displayed in the overlay when a call is placed using a 3rd party provider.
1506         [CHAR LIMIT=40] -->
1507    <string name="calling_via_template">Calling via <xliff:g id="provider_name">%s</xliff:g></string>
1508
1509    <!-- Use this as a default to describe the contact photo; currently for screen readers through accessibility. -->
1510    <string name="contactPhoto">contact photo</string>
1511    <!-- Use this to describe the separate conference call button; currently for screen readers through accessibility. -->
1512    <string name="goPrivate">go private</string>
1513    <!--  Use this to describe the select contact button in EditPhoneNumberPreference; currently for screen readers through accessibility. -->
1514    <string name="selectContact">select contact</string>
1515
1516    <!-- Dialog title to notify user that Voice calling is not supported
1517         on this device. [CHAR LIMIT=40] -->
1518    <string name="not_voice_capable">Voice calling not supported</string>
1519
1520    <!-- String describing the Dial ImageButton
1521
1522         Used by AccessibilityService to announce the purpose of the button.
1523         [CHAR LIMIT=NONE]
1524    -->
1525    <string name="description_dial_button">dial</string>
1526
1527    <!-- String describing the Dialpad ImageButton
1528
1529         Used by AccessibilityService to announce the purpose of the button.
1530         [CHAR LIMIT=NONE]
1531    -->
1532    <string name="description_dialpad_button">show dialpad</string>
1533
1534    <!-- Pane title of the Emergency Dialpad
1535
1536     Used by AccessibilityService to announce the purpose of the pane of emergency dialpad.
1537     [CHAR LIMIT=NONE]
1538    -->
1539    <string name="pane_title_emergency_dialpad">Emergency Dialpad</string>
1540
1541    <!-- Visual voicemail on/off title [CHAR LIMIT=40] -->
1542    <string name="voicemail_visual_voicemail_switch_title">Visual Voicemail</string>
1543
1544    <!-- Voicemail change PIN dialog title [CHAR LIMIT=40] -->
1545    <string name="voicemail_set_pin_dialog_title">Set PIN</string>
1546    <!-- Voicemail change PIN dialog title [CHAR LIMIT=40] -->
1547    <string name="voicemail_change_pin_dialog_title">Change PIN</string>
1548
1549    <!-- Title for the category "ringtone", which is shown above ringtone and vibration
1550         related settings.
1551         [CHAR LIMIT=30] -->
1552    <string name="preference_category_ringtone">Ringtone &amp; Vibrate</string>
1553
1554    <!-- String resource for the font-family to use for the call setting activity's title
1555         Do not translate. -->
1556    <string name="call_settings_title_font_family">sans-serif-light</string>
1557
1558    <!-- Label for PSTN connection service. -->
1559    <string name="pstn_connection_service_label">Built-in SIM cards</string>
1560
1561    <!-- Label for enabling video calling. -->
1562    <string name="enable_video_calling_title">Turn on video calling</string>
1563
1564    <!-- Message for dialog shown when the user tries to turn on video calling but enhanced 4G LTE
1565         is disabled. They have to turn on Enhanced 4G LTE capability in network settings first. -->
1566    <string name="enable_video_calling_dialog_msg">
1567        To turn on video calling, you need to enable Enhanced 4G LTE Mode in network settings.
1568    </string>
1569
1570    <!-- Label for action button in dialog which opens mobile network settings, for video calling
1571         setting. -->
1572    <string name="enable_video_calling_dialog_settings">Network settings</string>
1573
1574    <!-- Label for close button in dialog, for video calling setting. -->
1575    <string name="enable_video_calling_dialog_close">Close</string>
1576
1577    <!-- Strings used in Settings->Sim cards for each installed Sim. -->
1578    <string name="sim_label_emergency_calls">Emergency calls</string>
1579    <string name="sim_description_emergency_calls">Emergency calling only</string>
1580    <string name="sim_description_default">SIM card, slot: <xliff:g id="slot_id">%s</xliff:g></string>
1581
1582    <!-- Title for activity to control accessibility settings such as TTY mode and hearing aid
1583         compatability. [CHAR LIMIT=40] -->
1584    <string name="accessibility_settings_activity_title">Accessibility</string>
1585
1586    <!-- Configuration setting for world mode Format is <true;GID if any to be checked>-->
1587    <string translatable="false" name="config_world_mode"/>
1588
1589    <!-- Status hint label for an incoming call over a wifi network which has not been accepted yet.
1590         [CHAR LIMIT=25] -->
1591    <string name="status_hint_label_incoming_wifi_call">Wi-Fi call from</string>
1592    <!-- Status hint label for a call being made over a wifi network. [CHAR LIMIT=25] -->
1593    <string name="status_hint_label_wifi_call">Wi-Fi call</string>
1594
1595    <!-- DO NOT TRANSLATE. Internal key for a visual voicemail preference. -->
1596    <string name="voicemail_visual_voicemail_key">voicemail_visual_voicemail_key</string>
1597    <!-- DO NOT TRANSLATE. Internal key for a voicemail change pin preference. -->
1598    <string name="voicemail_change_pin_key">voicemail_change_pin_key</string>
1599    <!-- DO NOT TRANSLATE. Internal key for tty mode preference. -->
1600    <string name="tty_mode_key">button_tty_mode_key</string>
1601    <!-- DO NOT TRANSLATE. Internal key for a voicemail notification preference. -->
1602    <string name="wifi_calling_settings_key">button_wifi_calling_settings_key</string>
1603
1604    <!-- Hint appearing below a selected action on the emergency dialer telling user to tap again to execute the action [CHAR LIMIT=NONE] -->
1605    <string name="emergency_action_launch_hint">Tap again to open</string>
1606
1607    <!-- Strings for IMAP -->
1608
1609    <!-- String used in place of a message that could not be properly decoded (e.g. bad base64
1610       data was received.) [CHAR LIMIT=none] -->
1611    <string name="message_decode_error">There was an error while decoding the message.</string>
1612
1613    <!-- Call failure reason: SIM card and roaming capabilities have already been activated. [CHAR LIMIT=NONE]-->
1614    <string name="callFailed_cdma_activation">
1615        A SIM card has activated your service and updated your phone\'s roaming capabilities.
1616    </string>
1617
1618    <!-- Call failure reason: Cannot add a call because there are already too many active calls. -->
1619    <string name="callFailed_cdma_call_limit">
1620        There are too many active calls. Please end or merge existing calls before placing a new one.
1621    </string>
1622
1623    <!-- Call failure reason: If the network does not accept the emergency call request, e.g., because IMEI was used as identification and this capability is not supported -->
1624    <string name="callFailed_imei_not_accepted">
1625        Unable to connect, please insert a valid SIM card.
1626    </string>
1627
1628    <!-- Call failure reason displayed when an in-progress WIFI call fails due to a loss of WIFI
1629         connectivity, or the WIFI signal has degraded to the point the call cannot continue. -->
1630    <string name="callFailed_wifi_lost">
1631        Wi-Fi connection lost.  Call ended.
1632    </string>
1633
1634    <!-- Call failure reason displayed when the user's outgoing call cannot be placed due to a low
1635         battery. -->
1636    <string name="dialFailed_low_battery">Your video call cannot be placed due to low battery.</string>
1637
1638    <!-- Call failure reason displayed when the user's call is ended due to a low battery. This
1639         message is shown when an in-progress call is ended due to the battery being low. -->
1640    <string name="callFailed_low_battery">Video call ended due to low battery.</string>
1641
1642    <!-- In-call screen: error message shown when the user attempts to place an emergency call
1643         over wifi calling (WFC), but emergency services are not available in the current
1644         location. -->
1645    <string name="callFailed_emergency_call_over_wfc_not_available">Emergency calls over Wi-Fi calling not available in this location.</string>
1646
1647    <!-- In-call screen: error message shown when the user attempts to place a call over wifi
1648         calling (WFC), but wifi calling is not available in the current location. -->
1649    <string name="callFailed_wfc_service_not_available_in_this_location">Wi-Fi calling is not available in this location.</string>
1650
1651    <!-- The title for the change voicemail PIN activity -->
1652    <string name="change_pin_title">Change Voicemail PIN</string>
1653    <!-- The label for the continue button in change voicemail PIN activity -->
1654    <string name="change_pin_continue_label">Continue</string>
1655    <!-- The label for the cancel button in change voicemail PIN activity -->
1656    <string name="change_pin_cancel_label">Cancel</string>
1657    <!-- The label for the ok button in change voicemail PIN activity -->
1658    <string name="change_pin_ok_label">Ok</string>
1659    <!-- The title for the enter old pin step in change voicemail PIN activity -->
1660    <string name="change_pin_enter_old_pin_header">Confirm your old PIN</string>
1661    <!-- The hint for the enter old pin step in change voicemail PIN activity -->
1662    <string name="change_pin_enter_old_pin_hint">Enter your voicemail PIN to continue.</string>
1663    <!-- The title for the enter new pin step in change voicemail PIN activity -->
1664    <string name="change_pin_enter_new_pin_header">Set a new PIN</string>
1665    <!-- The hint for the enter new pin step in change voicemail PIN activity -->
1666    <string name="change_pin_enter_new_pin_hint">PIN must be <xliff:g id="min" example="4">%1$d</xliff:g>-<xliff:g id="max" example="7">%2$d</xliff:g> digits.</string>
1667    <!-- The title for the confirm new pin step in change voicemail PIN activity -->
1668    <string name="change_pin_confirm_pin_header">Confirm your PIN</string>
1669    <!-- The error message for th confirm new pin step in change voicemail PIN activity, if the pin doen't match the one previously entered -->
1670    <string name="change_pin_confirm_pins_dont_match">PINs don\'t match</string>
1671    <!-- The toast to show after the voicemail PIN has been successfully changed -->
1672    <string name="change_pin_succeeded">Voicemail PIN updated</string>
1673    <!-- The error message to show if the server reported an error while attempting to change the voicemail PIN -->
1674    <string name="change_pin_system_error">Unable to set PIN</string>
1675
1676    <!-- The subtext for mobile data setting. shown if roaming settings turned off -->
1677    <string name="mobile_data_status_roaming_turned_off_subtext">Data roaming is turned off</string>
1678    <!-- The subtext for mobile data setting. shown if roaming settings turned on -->
1679    <string name="mobile_data_status_roaming_turned_on_subtext">Data roaming is turned on</string>
1680    <!-- The subtext for mobile data setting. shown if currently roaming, have roaming settings turned on but don't have a roaming data plan-->
1681    <string name="mobile_data_status_roaming_without_plan_subtext">Currently roaming, need data plan</string>
1682    <!-- The subtext for mobile data setting. shown if currently roaming, have roaming settings turned and have an active roaming data plan-->
1683    <string name="mobile_data_status_roaming_with_plan_subtext">Currently roaming, data plan is active</string>
1684    <!-- The subtext for mobile data setting. shown if not in roaming and prepaid sim has run out of balance -->
1685    <string name="mobile_data_status_no_plan_subtext">No mobile data left</string>
1686
1687    <!-- The setting option name for activate prepaid mobile data plan -->
1688    <string name="mobile_data_activate_prepaid">No mobile data left</string>
1689    <!-- The setting option summary for activate prepaid mobile data plan -->
1690    <string name="mobile_data_activate_prepaid_summary">Add mobile data through <xliff:g id="provider_name">%s</xliff:g></string>
1691    <!-- The setting option name for for adding roaming data plan -->
1692    <string name="mobile_data_activate_roaming_plan">No roaming plan</string>
1693    <!-- The setting option summary for adding roaming data plan -->
1694    <string name="mobile_data_activate_roaming_plan_summary">Add roaming plan through <xliff:g id="provider_name">%s</xliff:g></string>
1695    <!-- The setting option footer for adding data either prepaid or roaming -->
1696    <string name="mobile_data_activate_footer">You can add mobile data or a roaming plan through your carrier, <xliff:g id="provider_name">%s</xliff:g>.</string>
1697    <!-- activate data plan dialogue title for either prepaid or roaming -->
1698    <string name="mobile_data_activate_diag_title">Add data?</string>
1699    <!-- activate data plan dialogue message for either prepaid or roaming -->
1700    <string name="mobile_data_activate_diag_message">You may need to add data through <xliff:g id="provider_name">%s</xliff:g></string>
1701    <!-- activate data plan dialogue button for adding data, which will take users out of the setting page -->
1702    <string name="mobile_data_activate_button">ADD DATA</string>
1703    <!-- activate data plan dialogue button for cancel further actions-->
1704    <string name="mobile_data_activate_cancel_button">CANCEL</string>
1705
1706    <!-- Call failed messages -->
1707    <!-- In-call screen: status label displayed briefly after a call ends -->
1708    <string name="clh_card_title_call_ended_txt">Call ended</string>
1709    <!-- In-call screen: call failure reason (radio is off) -->
1710    <string name="clh_callFailed_powerOff_txt">Airplane mode is on</string>
1711    <!-- In-call screen: call failure reason (SIM error) -->
1712    <string name="clh_callFailed_simError_txt">Can\'t access SIM card</string>
1713    <!-- In-call screen: call failure message displayed in an error dialog -->
1714    <string name="clh_incall_error_out_of_service_txt">Mobile network not available</string>
1715
1716    <!-- See CallFailCause for details on what causes each message -->
1717    <!-- In-call screen: call failure reason (Cause Number 1) -->
1718    <string name="clh_callFailed_unassigned_number_txt">Issue with phone number you are trying to dial. Error code 1.</string>
1719    <!-- In-call screen: call failure reason (Cause Number 3) -->
1720    <string name="clh_callFailed_no_route_to_destination_txt">Couldn\'t complete call. Error code 3.</string>
1721    <!-- In-call screen: call failure reason (Cause Number 6) -->
1722    <string name="clh_callFailed_channel_unacceptable_txt">Couldn\'t complete call. Error code 6.</string>
1723    <!-- In-call screen: call failure reason (Cause Number 8) -->
1724    <string name="clh_callFailed_operator_determined_barring_txt">Couldn\'t complete call. Error code 8.</string>
1725    <!-- In-call screen: call failure reason (Cause Number 16) -->
1726    <string name="clh_callFailed_normal_call_clearing_txt">Couldn\'t complete call. Error code 16.</string>
1727    <!-- In-call screen: call failure reason (Cause Number 17) -->
1728    <string name="clh_callFailed_user_busy_txt">User busy</string>
1729    <!-- In-call screen: call failure reason (Cause Number 18) -->
1730    <string name="clh_callFailed_no_user_responding_txt">User not responding</string>
1731    <!-- In-call screen: call failure reason (Cause Number 19) -->
1732    <string name="clh_callFailed_user_alerting_txt">Couldn\'t complete call. Error code 19.</string>
1733    <!-- In-call screen: call failure reason (Cause Number 21) -->
1734    <string name="clh_callFailed_call_rejected_txt">Call rejected</string>
1735    <!-- In-call screen: call failure reason (Cause Number 22) -->
1736    <string name="clh_callFailed_number_changed_txt">Number changed</string>
1737    <!-- In-call screen: call failure reason (Cause Number 25) -->
1738    <string name="clh_callFailed_pre_emption_txt">Couldn\'t complete call. Error code 25.</string>
1739    <!-- In-call screen: call failure reason (Cause Number 26) -->
1740    <string name="clh_callFailed_non_selected_user_clearing_txt">Couldn\'t complete call. Error code 26.</string>
1741    <!-- In-call screen: call failure reason (Cause Number 27) -->
1742    <string name="clh_callFailed_destination_out_of_order_txt">Couldn\'t complete call. Error code 27.</string>
1743    <!-- In-call screen: call failure reason (Cause Number 28) -->
1744    <string name="clh_callFailed_invalid_number_format_txt">Invalid number format (incomplete number)</string>
1745    <!-- In-call screen: call failure reason (Cause Number 29) -->
1746    <string name="clh_callFailed_facility_rejected_txt">Couldn\'t complete call. Error code 29.</string>
1747    <!-- In-call screen: call failure reason (Cause Number 30) -->
1748    <string name="clh_callFailed_response_to_STATUS_ENQUIRY_txt">Couldn\'t complete call. Error code 30.</string>
1749    <!-- In-call screen: call failure reason (Cause Number 31) -->
1750    <string name="clh_callFailed_normal_unspecified_txt">Couldn\'t complete call. Error code 31.</string>
1751    <!-- In-call screen: call failure reason (Cause Number 34) -->
1752    <string name="clh_callFailed_no_circuit_available_txt">Couldn\'t complete call. Error code 34.</string>
1753    <!-- In-call screen: call failure reason (Cause Number 38) -->
1754    <string name="clh_callFailed_network_out_of_order_txt">Couldn\'t complete call. Error code 38.</string>
1755    <!-- In-call screen: call failure reason (Cause Number 41) -->
1756    <string name="clh_callFailed_temporary_failure_txt">Couldn\'t complete call. Error code 41.</string>
1757    <!-- In-call screen: call failure reason (Cause Number 42) -->
1758    <string name="clh_callFailed_switching_equipment_congestion_txt">Couldn\'t complete call. Error code 42.</string>
1759    <!-- In-call screen: call failure reason (Cause Number 43) -->
1760    <string name="clh_callFailed_access_information_discarded_txt">Couldn\'t complete call. Error code 43.</string>
1761    <!-- In-call screen: call failure reason (Cause Number 44) -->
1762    <string name="clh_callFailed_requested_circuit_txt">Couldn\'t complete call. Error code 44.</string>
1763    <!-- In-call screen: call failure reason (Cause Number 47) -->
1764    <string name="clh_callFailed_resources_unavailable_unspecified_txt">Couldn\'t complete call. Error code 47.</string>
1765    <!-- In-call screen: call failure reason (Cause Number 49) -->
1766    <string name="clh_callFailed_quality_of_service_unavailable_txt">Couldn\'t complete call. Error code 49.</string>
1767    <!-- In-call screen: call failure reason (Cause Number 50) -->
1768    <string name="clh_callFailed_requested_facility_not_subscribed_txt">Couldn\'t complete call. Error code 50.</string>
1769    <!-- In-call screen: call failure reason (Cause Number 55) -->
1770    <string name="clh_callFailed_incoming_calls_barred_within_the_CUG_txt">Couldn\'t complete call. Error code 55.</string>
1771    <!-- In-call screen: call failure reason (Cause Number 57) -->
1772    <string name="clh_callFailed_bearer_capability_not_authorized_txt">Couldn\'t complete call. Error code 57.</string>
1773    <!-- In-call screen: call failure reason (Cause Number 58) -->
1774    <string name="clh_callFailed_bearer_capability_not_presently_available_txt">Couldn\'t complete call. Error code 58.</string>
1775    <!-- In-call screen: call failure reason (Cause Number 63) -->
1776    <string name="clh_callFailed_service_or_option_not_available_unspecified_txt">Couldn\'t complete call. Error code 63.</string>
1777    <!-- In-call screen: call failure reason (Cause Number 65) -->
1778    <string name="clh_callFailed_bearer_service_not_implemented_txt">Couldn\'t complete call. Error code 65.</string>
1779    <!-- In-call screen: call failure reason (Cause Number 68) -->
1780    <string name="clh_callFailed_ACM_equal_to_or_greater_than_ACMmax_txt">Couldn\'t complete call. Error code 68.</string>
1781    <!-- In-call screen: call failure reason (Cause Number 69) -->
1782    <string name="clh_callFailed_requested_facility_not_implemented_txt">Couldn\'t complete call. Error code 69.</string>
1783    <!-- In-call screen: call failure reason (Cause Number 70) -->
1784    <string name="clh_callFailed_only_restricted_digital_information_bearer_capability_is_available_txt">Couldn\'t complete call. Error code 70.</string>
1785    <!-- In-call screen: call failure reason (Cause Number 79) -->
1786    <string name="clh_callFailed_service_or_option_not_implemented_unspecified_txt">Couldn\'t complete call. Error code 79.</string>
1787    <!-- In-call screen: call failure reason (Cause Number 81) -->
1788    <string name="clh_callFailed_invalid_transaction_identifier_value_txt">Couldn\'t complete call. Error code 81.</string>
1789    <!-- In-call screen: call failure reason (Cause Number 87) -->
1790    <string name="clh_callFailed_user_not_member_of_CUG_txt">Couldn\'t complete call. Error code 87.</string>
1791    <!-- In-call screen: call failure reason (Cause Number 88) -->
1792    <string name="clh_callFailed_incompatible_destination_txt">Couldn\'t complete call. Error code 88.</string>
1793    <!-- In-call screen: call failure reason (Cause Number 91) -->
1794    <string name="clh_callFailed_invalid_transit_network_selection_txt">Couldn\'t complete call. Error code 91.</string>
1795    <!-- In-call screen: call failure reason (Cause Number 95) -->
1796    <string name="clh_callFailed_semantically_incorrect_message_txt">Couldn\'t complete call. Error code 95.</string>
1797    <!-- In-call screen: call failure reason (Cause Number 96) -->
1798    <string name="clh_callFailed_invalid_mandatory_information_txt">Couldn\'t complete call. Error code 96.</string>
1799    <!-- In-call screen: call failure reason (Cause Number 97) -->
1800    <string name="clh_callFailed_message_type_non_existent_or_not_implemented_txt">Couldn\'t complete call. Error code 97.</string>
1801    <!-- In-call screen: call failure reason (Cause Number 98) -->
1802    <string name="clh_callFailed_message_type_not_compatible_with_protocol_state_txt">Couldn\'t complete call. Error code 98.</string>
1803    <!-- In-call screen: call failure reason (Cause Number 99) -->
1804    <string name="clh_callFailed_information_element_non_existent_or_not_implemented_txt">Couldn\'t complete call. Error code 99.</string>
1805    <!-- In-call screen: call failure reason (Cause Number 100) -->
1806    <string name="clh_callFailed_conditional_IE_error_txt">Couldn\'t complete call. Error code 100.</string>
1807    <!-- In-call screen: call failure reason (Cause Number 101) -->
1808    <string name="clh_callFailed_message_not_compatible_with_protocol_state_txt">Couldn\'t complete call. Error code 101.</string>
1809    <!-- In-call screen: call failure reason (Cause Number 102) -->
1810    <string name="clh_callFailed_recovery_on_timer_expiry_txt">Couldn\'t complete call. Error code 102.</string>
1811    <!-- In-call screen: call failure reason (Cause Number 111) -->
1812    <string name="clh_callFailed_protocol_Error_unspecified_txt">Couldn\'t complete call. Error code 111.</string>
1813    <!-- In-call screen: call failure reason (Cause Number 127) -->
1814    <string name="clh_callFailed_interworking_unspecified_txt">Couldn\'t complete call. Error code 127.</string>
1815    <!-- Call settings screen, setting option name -->
1816    <string name="labelCallBarring">Call barring</string>
1817    <!-- Call barring settings screen, setting summary text when a call barring option is activated -->
1818    <string name="sum_call_barring_enabled">On</string>
1819    <!-- Call barring settings screen, setting summary text when a call barring option is deactivated -->
1820    <string name="sum_call_barring_disabled">Off</string>
1821    <!-- Call barring settings screen, setting option name -->
1822    <string name="call_barring_baoc">All outgoing</string>
1823    <!-- Call barring settings screen, Disable blocking of all outgoing calls -->
1824    <string name="call_barring_baoc_enabled">Disable blocking of all outgoing calls?</string>
1825    <!-- Call barring settings screen, Block all outgoing calls -->
1826    <string name="call_barring_baoc_disabled">Block all outgoing calls?</string>
1827    <!-- Call barring settings screen, setting option name -->
1828    <string name="call_barring_baoic">Outgoing international</string>
1829    <!-- Call barring settings screen, Disable blocking of outgoing international calls -->
1830    <string name="call_barring_baoic_enabled">Disable blocking of outgoing international calls?</string>
1831    <!-- Call barring settings screen, Block outgoing international calls-->
1832    <string name="call_barring_baoic_disabled">Block outgoing international calls?</string>
1833    <!-- Call barring settings screen, setting option name -->
1834    <string name="call_barring_baoicr">Outgoing international roaming</string>
1835    <!-- Call barring settings screen, Disable blocking of outgoing international roaming -->
1836    <string name="call_barring_baoicr_enabled">Disable blocking of outgoing international roaming?</string>
1837    <!-- Call barring settings screen, Block outgoing international roaming -->
1838    <string name="call_barring_baoicr_disabled">Block outgoing international roaming?</string>
1839    <!-- Call barring settings screen, setting option name -->
1840    <string name="call_barring_baic">All incoming</string>
1841    <!-- Call barring settings screen, Disable blocking of all incoming calls -->
1842    <string name="call_barring_baic_enabled">Disable blocking of all incoming calls?</string>
1843    <!-- Call barring settings screen, Block all incoming calls -->
1844    <string name="call_barring_baic_disabled">Block all incoming calls?</string>
1845    <!-- Call barring settings screen, setting option name -->
1846    <string name="call_barring_baicr">Incoming international roaming</string>
1847    <!-- Call barring settings screen, Disable blocking of all incoming international roaming -->
1848    <string name="call_barring_baicr_enabled">Disable blocking of all incoming international roaming?</string>
1849    <!-- Call barring settings screen, Block incoming international roaming-->
1850    <string name="call_barring_baicr_disabled">Block incoming international roaming?</string>
1851    <!-- Call barring settings screen, setting option name -->
1852    <string name="call_barring_deactivate_all">Deactivate all</string>
1853    <!-- Call barring settings screen, setting summary text when BAAll check box is selected -->
1854    <string name="call_barring_deactivate_all_description">Deactivate all call barring settings</string>
1855    <!-- Call barring settings screen, deactivate all successfully -->
1856    <string name="call_barring_deactivate_success">Call barring deactivated</string>
1857    <!-- Call barring settings screen, change password -->
1858    <string name="call_barring_change_pwd">Change password</string>
1859    <!-- Call barring settings screen, change password -->
1860    <string name="call_barring_change_pwd_description">Change call barring password</string>
1861    <!-- Call barring settings screen, not possible to change call barring password -->
1862    <string name="call_barring_change_pwd_description_disabled">Cannot change call barring password</string>
1863    <!-- Call barring settings screen, change password -->
1864    <string name="call_barring_pwd_not_match">Passwords do not match</string>
1865    <!-- Call barring settings screen, change password -->
1866    <string name="call_barring_right_pwd_number">Enter a password with 4 numbers</string>
1867    <!-- Call barring settings screen, change password -->
1868    <string name="call_barring_change_pwd_success">Password changed</string>
1869    <!-- Call barring settings screen, change password -->
1870    <string name="call_barring_old_pwd">Old password</string>
1871    <!-- Call barring settings screen, change password -->
1872    <string name="call_barring_new_pwd">New password</string>
1873    <!-- Call barring settings screen, change password -->
1874    <string name="call_barring_confirm_pwd">Confirm password</string>
1875    <!-- Call forwarding dialog box, text field label -->
1876    <string name="messageCallBarring">Enter password</string>
1877    <!-- Call barring settings screen, section heading -->
1878    <string name="call_barring_settings">Call barring settings</string>
1879    <!-- In-call screen: error message shown when the user attempts to place a call, but the network
1880         does not have enough resources (e.g. it is busy) and the call cannot be placed. -->
1881    <string name="callFailed_NetworkBusy">Network is busy.  Please try your call again later.</string>
1882    <!-- In-call screen: error message shown when the user attempts to place a call, but the network
1883         does not have enough resources (e.g. it is congested) and the call cannot be placed. -->
1884    <string name="callFailed_NetworkCongested">Network is congested.  Contact your mobile operator
1885    for assistance.</string>
1886    <!-- Message displayed to the user when an outgoing call is deflected.  This means that the
1887         party the user is calling has chosen to send the call to another phone number. -->
1888    <string name="supp_service_notification_call_deflected">Call deflected.</string>
1889    <!-- Message displayed to the user when an outgoing call is forwarded to another number.
1890         This happens because the party the user is calling has call forwarding active. -->
1891    <string name="supp_service_notification_call_forwarded">Call forwarded.</string>
1892    <!-- Message displayed to the user when an outgoing call is waiting.  This happens when the
1893         party the user is calling is already in another call. -->
1894    <string name="supp_service_notification_call_waiting">Call is waiting.</string>
1895    <!-- Message displayed to the user when they have chosen to block their phone number for an
1896         outgoing call, but the network has rejected that request. -->
1897    <string name="supp_service_clir_suppression_rejected">Number blocking is rejected.</string>
1898    <!-- Message displayed to the user to inform them that the call is to or from a number which is
1899         part of a closed user group.  A closed user group is a network feature which restricts
1900         calls on a device to members of the closed user group. -->
1901    <string name="supp_service_closed_user_group_call">Closed user group call.</string>
1902    <!-- Message displayed to the user when incoming call barring is active.  This means that the
1903         user has enabled the network feature which prevents all incoming calls. -->
1904    <string name="supp_service_incoming_calls_barred">Incoming calls barred.</string>
1905    <!-- Message displayed to the user when outgoing call barring is active.  This means that the
1906         user has enabled the network feature which prevents all outgoing calls. -->
1907    <string name="supp_service_outgoing_calls_barred">Outgoing calls barred.</string>
1908    <!-- Message displayed to the user to indicate that call forwarding is active. -->
1909    <string name="supp_service_call_forwarding_active">Call forwarding active.</string>
1910    <!-- Message displayed to the user when they receive multiple incoming calls at the same time
1911         and one of them is forwarded to the network.  Phones can't handle multiple incoming calls
1912         so the network will typically forward one of the calls to voicemail or another number
1913         defined by the user. -->
1914    <string name="supp_service_additional_call_forwarded">Additional call forwarded.</string>
1915    <!-- Message displayed to the user to indicate that a call has been successfully transferred
1916         to another phone number. -->
1917    <string name="supp_service_additional_ect_connected">Explicit call transfer complete.</string>
1918    <!-- Message displayed to the user to indicate that the call is in the process of being
1919         transferred to another phone number.-->
1920    <string name="supp_service_additional_ect_connecting">Explicit call transfer in progress.</string>
1921    <!-- Message displayed to the user to indicate that the remote party has put the user
1922         on hold. -->
1923    <string name="supp_service_call_on_hold">Call on hold.</string>
1924    <!-- Message displayed to the user to indicate that the remote party has taken the user
1925         off hold. -->
1926    <string name="supp_service_call_resumed">Call resumed.</string>
1927    <!-- Message displayed to the user to indicate that an incoming call was deflected from another
1928         number.  This means that the call originated as a result of the original caller choosing
1929         to forward the call to the current user rather than answering it themselves. -->
1930    <string name="supp_service_deflected_call">Call was deflected.</string>
1931    <!-- Message displayed to the user to indicate that an incoming call was forwarded from another
1932         number. -->
1933    <string name="supp_service_forwarded_call">Forwarded call.</string>
1934    <!-- Message displayed to the user to indicate that they are joining a conference call. -->
1935    <string name="supp_service_conference_call">Joining conference call.</string>
1936    <!-- Message displayed to the user to indicate that a held call has been released /
1937         disconnected. -->
1938    <string name="supp_service_held_call_released">Held call has been released.</string>
1939    <!-- In-call screen: error message shown when the user attempts to place a call, but the device
1940         is currently in the process of being provisioned for service.  Provisioning is the process
1941         by which a device confirms which services are available to the user by contacting the
1942         mobile service provider. -->
1943    <string name="callFailed_otasp_provisioning_in_process">Cannot place a call as the device is currently being provisioned.</string>
1944    <!-- In-call screen: error message shown when the user has attempted to place a new outgoing
1945         call, but there is already a call in dialing state. -->
1946    <string name="callFailed_already_dialing">Cannot place a call as another outgoing call is already dialing.</string>
1947    <!-- In-call screen: error message shown when the user has attempted to place a new outgoing
1948         call while there is already a call in ringing state. -->
1949    <string name="callFailed_already_ringing">Cannot place a call as there is an unanswered incoming call.  Answer or reject the incoming call prior to placing a new call.</string>
1950    <!-- In-call screen: error message shown when the user attempts to place a call, but calling has
1951         been disabled using a debug property. -->
1952    <string name="callFailed_calling_disabled">Cannot place a call as calling has been disabled using the ro.telephony.disable-call system property.</string>
1953    <!-- In-call screen: error message shown when the user attempts to place a call, but calling has
1954         been disabled using a debug property. -->
1955    <string name="callFailed_too_many_calls">Cannot place a call a there are already two calls in progress.  Disconnect one of the calls or merge them into a conference prior to placing a new call.</string>
1956    <!-- Message displayed to the user when they attempt to edit options for a supplementary service
1957         (call waiting, call barring, call forwarding, and caller ID), but they are required to
1958         enable mobile data first. -->
1959    <string name="supp_service_over_ut_precautions">To use <xliff:g id="supp service">%s</xliff:g>, make sure mobile data is turned on. You can change this in mobile network settings.</string>
1960    <!-- Message displayed to the user when they attempt to edit options for a supplementary service
1961         (call waiting, call barring, call forwarding, and caller ID) in roaming, but they are
1962         required to enable mobile data and data roaming first. -->
1963    <string name="supp_service_over_ut_precautions_roaming">To use <xliff:g id="supp service">%s</xliff:g>, make sure mobile data and data roaming are turned on. You can change these in mobile network settings.</string>
1964    <!-- Message displayed to the user when they attempt to edit options for a supplementary service
1965         (call waiting, call barring, call forwarding, and caller ID), but they are
1966         required to enable mobile data first for each sim. -->
1967    <string name="supp_service_over_ut_precautions_dual_sim">To use <xliff:g id="supp service">%1$s</xliff:g>, make sure mobile data is turned on for SIM <xliff:g id="sim number">%2$d</xliff:g>. You can change this in mobile network settings.</string>
1968    <!-- Message displayed to the user when they attempt to edit options for a supplementary service
1969         (call waiting, call barring, call forwarding, and caller ID) in roaming device, but
1970         they are required to enable mobile data and data roaming first for each sim. -->
1971    <string name="supp_service_over_ut_precautions_roaming_dual_sim">To use <xliff:g id="supp service">%1$s</xliff:g>, make sure mobile data and data roaming are turned on for SIM <xliff:g id="sim number">%2$d</xliff:g>. You can change these in mobile network settings.</string>
1972    <!-- supplementary services over ut precaution exit dialog choice -->
1973    <string name="supp_service_over_ut_precautions_dialog_dismiss">Dismiss</string>
1974
1975    <!-- Data Connection Enable. Only shown in diagnostic screen, so precise translation is not needed. -->
1976    <string name="radio_info_data_connection_enable">Enable Data Connection</string>
1977    <!-- Data Connection Disable. Only shown in diagnostic screen, so precise translation is not needed. -->
1978    <string name="radio_info_data_connection_disable">Disable Data Connection</string>
1979
1980    <!-- VoLTE provisioning flag on. Only shown in diagnostic screen, so precise translation is not needed. -->
1981    <string name="volte_provisioned_switch_string">VoLTE Provisioned</string>
1982
1983    <!-- Video calling provisioning flag on. Only shown in diagnostic screen, so precise translation is not needed. -->
1984    <string name="vt_provisioned_switch_string">Video Calling Provisioned</string>
1985
1986    <!-- Wifi Calling provisioning flag on. Only shown in diagnostic screen, so precise translation is not needed. -->
1987    <string name="wfc_provisioned_switch_string">Wifi Calling Provisioned</string>
1988
1989    <!-- EAB provisioning flag on. Only shown in diagnostic screen, so precise translation is not needed. -->
1990    <string name="eab_provisioned_switch_string">EAB/Presence Provisioned</string>
1991
1992    <!-- Cbrs enable disable flag. Only shown in diagnostic screen, so precise translation is not needed -->
1993    <string name="cbrs_data_switch_string">Cbrs Data</string>
1994
1995    <!-- Dsds enable/disable flag. Only shown in diagnostic screen, so precise translation is not needed, [CHAR LIMIT=none] -->
1996    <string name="dsds_switch_string">Enable DSDS</string>
1997
1998    <!-- UI debug setting: Enable/Disable DSDS [CHAR LIMIT=none] -->
1999    <string name="dsds_dialog_title">Restart Device?</string>
2000
2001    <!-- UI debug setting: Enable/Disable DSDS [CHAR LIMIT=none] -->
2002    <string name="dsds_dialog_message">You need to restart your device to change this setting.</string>
2003
2004    <!-- UI debug setting: Enable/Disable DSDS [CHAR LIMIT=none] -->
2005    <string name="dsds_dialog_confirm">Restart</string>
2006
2007    <!-- UI debug setting: Enable/Disable DSDS [CHAR LIMIT=none] -->
2008    <string name="dsds_dialog_cancel">Cancel</string>
2009
2010    <!-- Title for controlling on/off for Mobile phone's radio power. Only shown in diagnostic screen, so precise translation is not needed. -->
2011    <string name="radio_info_radio_power">Mobile Radio Power</string>
2012
2013    <!-- Phone Info screen. Menu item label.  Used for diagnostic info screens, precise translation isn't needed -->
2014    <string name="radioInfo_menu_viewADN">View SIM Address Book</string>
2015    <!-- Phone Info screen. Menu item label.  Used for diagnostic info screens, precise translation isn't needed -->
2016    <string name="radioInfo_menu_viewFDN">View Fixed Dialing Numbers</string>
2017    <!-- Phone Info screen. Menu item label.  Used for diagnostic info screens, precise translation isn't needed -->
2018    <string name="radioInfo_menu_viewSDN">View Service Dialing Numbers</string>
2019    <!-- Phone Info screen. Menu item label.  Used for diagnostic info screens, precise translation isn't needed -->
2020    <string name="radioInfo_menu_getIMS">IMS Service Status</string>
2021
2022    <!-- Phone Info screen. IMS Registration Title.  Used for diagnostic info screens, precise translation isn't needed -->
2023    <string name="radio_info_ims_reg_status_title">IMS Status</string>
2024
2025    <!-- Phone Info screen. IMS Status - Registered.  Used for diagnostic info screens, precise translation isn't needed -->
2026    <string name="radio_info_ims_reg_status_registered">Registered</string>
2027    <!-- Phone Info screen. Ims Status - Unregistered.  Used for diagnostic info screens, precise translation isn't needed -->
2028    <string name="radio_info_ims_reg_status_not_registered">Not Registered</string>
2029
2030    <!-- Phone Info screen. Ims Feature Status label.  Used for diagnostic info screens, precise translation isn't needed -->
2031    <string name="radio_info_ims_feature_status_available">Available</string>
2032    <!-- Phone Info screen. Ims Feature status label.  Used for diagnostic info screens, precise translation isn't needed -->
2033    <string name="radio_info_ims_feature_status_unavailable">Unavailable</string>
2034
2035    <!-- Phone Info screen. IMS Registration.  Used for diagnostic info screens, precise translation isn't needed -->
2036    <string name="radio_info_ims_reg_status">IMS Registration: <xliff:g id="status" example="registered">%1$s</xliff:g>\u000AVoice over LTE: <xliff:g id="availability" example="available">%2$s</xliff:g>\u000AVoice over WiFi: <xliff:g id="availability" example="available">%3$s</xliff:g>\u000AVideo Calling: <xliff:g id="availability" example="available">%4$s</xliff:g>\u000AUT Interface: <xliff:g id="availability" example="available">%5$s</xliff:g></string>
2037
2038    <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
2039    <string name="radioInfo_service_in">In Service</string>
2040    <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
2041    <string name="radioInfo_service_out">Out of Service</string>
2042    <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
2043    <string name="radioInfo_service_emergency">Emergency Calls Only</string>
2044    <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
2045    <string name="radioInfo_service_off">Radio Off</string>
2046
2047    <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
2048    <string name="radioInfo_roaming_in">Roaming</string>
2049    <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
2050    <string name="radioInfo_roaming_not">Not Roaming</string>
2051
2052    <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
2053    <string name="radioInfo_phone_idle">Idle</string>
2054    <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
2055    <string name="radioInfo_phone_ringing">Ringing</string>
2056    <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
2057    <string name="radioInfo_phone_offhook">Call in Progress</string>
2058
2059    <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
2060    <string name="radioInfo_data_disconnected">Disconnected</string>
2061    <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
2062    <string name="radioInfo_data_connecting">Connecting</string>
2063    <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
2064    <string name="radioInfo_data_connected">Connected</string>
2065    <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
2066    <string name="radioInfo_data_suspended">Suspended</string>
2067
2068    <!-- Used for diagnostic info screens, precise translation isn't needed -->
2069    <string name="radioInfo_unknown">Unknown</string>
2070    <!-- Phone Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
2071    <string name="radioInfo_display_packets">pkts</string>
2072    <!-- Phone Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
2073    <string name="radioInfo_display_bytes">bytes</string>
2074    <!-- Phone Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
2075    <string name="radioInfo_display_dbm">dBm</string>
2076    <!-- Phone Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
2077    <string name="radioInfo_display_asu">asu</string>
2078    <!-- Used for diagnostic info screens, precise translation isn't needed -->
2079    <string name="radioInfo_lac">LAC</string>
2080    <!-- Used for diagnostic info screens, precise translation isn't needed -->
2081    <string name="radioInfo_cid">CID</string>
2082
2083
2084    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2085    <string name="radio_info_subid">Current subId:</string>
2086    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2087    <string name="radio_info_dds">SubId of default data SIM:</string>
2088    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2089    <string name="radio_info_dl_kbps">DL Bandwidth (kbps):</string>
2090    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2091    <string name="radio_info_ul_kbps">UL Bandwidth (kbps):</string>
2092    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2093    <string name="radio_info_phy_chan_config">LTE Physical Channel Configuration:</string>
2094    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2095    <string name="radio_info_cell_info_refresh_rate">Cell Info Refresh Rate:</string>
2096    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2097    <string name="radio_info_cellinfo_label">All Cell Measurement Info:</string>
2098    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2099    <string name="radio_info_gprs_service_label">Data Service:</string>
2100    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2101    <string name="radio_info_roaming_label">Roaming:</string>
2102    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2103    <string name="radio_info_imei_label">IMEI:</string>
2104    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, DO NOT TRANSLATE. -->
2105    <string name="radio_info_imsi_label">IMSI:</string>
2106    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2107    <string name="radio_info_call_redirect_label">Call Redirect:</string>
2108    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2109    <string name="radio_info_ppp_resets_label">Number of PPP Reset Since Boot:</string>
2110    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2111    <string name="radio_info_current_network_label">Current Network:</string>
2112    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2113    <string name="radio_info_ppp_received_label">Data Received:</string>
2114    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2115    <string name="radio_info_gsm_service_label">Voice Service:</string>
2116    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2117    <string name="radio_info_signal_strength_label">Signal Strength:</string>
2118    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2119    <string name="radio_info_call_status_label">Voice Call Status:</string>
2120    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2121    <string name="radio_info_ppp_sent_label">Data Sent:</string>
2122    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2123    <string name="radio_info_message_waiting_label">Message Waiting:</string>
2124    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2125    <string name="radio_info_phone_number_label">Phone Number:</string>
2126    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2127    <string name="radio_info_band_mode_label">Select Radio Band</string>
2128    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2129    <string name="radio_info_voice_network_type_label">Voice Network Type:</string>
2130    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2131    <string name="radio_info_data_network_type_label">Data Network Type:</string>
2132    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2133    <string name="phone_index_label">Select phone index</string>
2134    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2135    <string name="radio_info_set_perferred_label">Set Preferred Network Type:</string>
2136    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2137    <string name="radio_info_ping_hostname_v4">Ping Hostname(www.google.com) IPv4:</string>
2138    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2139    <string name="radio_info_ping_hostname_v6">Ping Hostname(www.google.com) IPv6:</string>
2140    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2141    <string name="radio_info_http_client_test">HTTP Client Test:</string>
2142    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2143    <string name="ping_test_label">Run Ping Test</string>
2144    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2145    <string name="radio_info_smsc_label">SMSC:</string>
2146    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2147    <string name="radio_info_smsc_update_label">Update</string>
2148    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2149    <string name="radio_info_smsc_refresh_label">Refresh</string>
2150    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2151    <string name="radio_info_toggle_dns_check_label">Toggle DNS Check</string>
2152    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2153    <string name="oem_radio_info_label">OEM-specific Info/Settings</string>
2154    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2155    <string name="radio_info_endc_available">EN-DC Available:</string>
2156    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2157    <string name="radio_info_dcnr_restricted">DCNR Restricted:</string>
2158    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2159    <string name="radio_info_nr_available">NR Available:</string>
2160    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2161    <string name="radio_info_nr_state">NR State:</string>
2162    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2163    <string name="radio_info_nr_frequency">NR Frequency:</string>
2164    <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
2165    <string name="radio_info_network_slicing_config" translatable="false">Network slicing config:</string>
2166
2167    <!-- Band Mode Selection -->
2168    <!-- Band mode screen.  Title of activity. -->
2169    <string name="band_mode_title">Set Radio Band Mode</string>
2170    <!-- Band mode screen.  Loading message. -->
2171    <string name="band_mode_loading">Loading Band List\u2026</string>
2172    <!-- Band mode screen. Button caption to set the bandmode. -->
2173    <string name="band_mode_set">Set</string>
2174    <!-- Band mode screen. Status message when unsuccessful. -->
2175    <string name="band_mode_failed">Unsuccessful</string>
2176    <!-- Band mode screen. Statusm essage when successful. -->
2177    <string name="band_mode_succeeded">Successful</string>
2178
2179    <!-- The title of the activity to see phone info -->
2180    <string name="phone_info_label" product="tablet">Tablet info</string>
2181    <!-- The title of the activity to see phone info -->
2182    <string name="phone_info_label" product="default">Phone info</string>
2183
2184    <!-- Carrier Provisioning Info [CHAR LIMIT=NONE] -->
2185    <string name="carrier_provisioning">Carrier Provisioning Info</string>
2186    <!-- Trigger Carrier Provisioning [CHAR LIMIT=NONE] -->
2187    <string name="trigger_carrier_provisioning">Trigger Carrier Provisioning</string>
2188
2189    <!-- details of the message popped up when there is
2190    bad call quality caused by bluetooth connection-->
2191    <string name="call_quality_notification_bluetooth_details">
2192        Your bluetooth signal is weak.  Try switching to speakerphone.</string>
2193    <!-- name of the notification that pops up during
2194    a phone call when there is bad call quality -->
2195    <string name="call_quality_notification_name">Call Quality Notification</string>
2196    <!-- Telephony notification channel name for a channel containing SIP accounts removed
2197     notificatios -->
2198    <string name="notification_channel_sip_account">Deprecated SIP accounts</string>
2199</resources>
2200