]> nv-tegra.nvidia Code Review - android/platform/packages/apps/Phone.git/blob - res/values/strings.xml
In-call UI: Replace Bluetooth / Speaker buttons with a 3-way popup
[android/platform/packages/apps/Phone.git] / res / values / strings.xml
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</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">Pay phone</string>
43     <!-- In-call screen: status label for a call that's on hold -->
44     <string name="onHold">On hold</string>
45     <!-- In-call screen: status label for the current active call -->
46     <string name="ongoing">Current call</string>
47     <!-- Possible error messages with outgoing calls -->
48     <!-- In-call screen: call failure reason (busy) -->
49     <string name="callFailed_userBusy">Line busy</string>
50     <!-- In-call screen: call failure reason (network congestion) -->
51     <string name="callFailed_congestion">Network busy</string>
52     <!-- In-call screen: call failure reason (client timed out) -->
53     <string name="callFailed_timedOut">No response, timed out</string>
54     <!-- In-call screen: call failure reason (server unreachable) -->
55     <string name="callFailed_server_unreachable">Server unreachable</string>
56     <!-- In-call screen: call failure reason (peer unreachable) -->
57     <string name="callFailed_number_unreachable">Number unreachable</string>
58     <!-- In-call screen: call failure reason (incorrect username or password) -->
59     <string name="callFailed_invalid_credentials">Incorrect username or password</string>
60     <!-- In-call screen: call failure reason (calling from out of network is not allowed) -->
61     <string name="callFailed_out_of_network">Called from out of network</string>
62     <!-- In-call screen: call failure reason (server error) -->
63     <string name="callFailed_server_error">Server error. Try again later.</string>
64     <!-- In-call screen: call failure reason (no signal) -->
65     <string name="callFailed_noSignal">No signal</string>
66     <!-- In-call screen: call failure reason (GSM ACM limit exceeded) -->
67     <string name="callFailed_limitExceeded">ACM limit exceeded</string>
68     <!-- In-call screen: call failure reason (radio is off) -->
69     <string name="callFailed_powerOff">Radio off</string>
70     <!-- In-call screen: call failure reason (SIM error) -->
71     <string name="callFailed_simError">No SIM, or SIM error</string>
72     <!-- In-call screen: call failure reason (out of service) -->
73     <string name="callFailed_outOfService">Out of service area</string>
74     <!-- In-call screen: call failure reason (call denied because of current FDN setting) -->
75     <string name="callFailed_fdn_only">Outgoing calls are restricted by FDN.</string>
76     <!-- In-call screen: call failure reason (call denied because call barring is on) -->
77     <string name="callFailed_cb_enabled">You cannot make outgoing calls while call barring is on.</string>
78     <!-- In-call screen: call failure reason (call denied because domain specific access control is on) -->
79     <string name="callFailed_dsac_restricted">All calls are restricted by access control.</string>
80     <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)-->
81     <string name="callFailed_dsac_restricted_emergency">Emergency calls are restricted by access control.</string>
82     <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)-->
83     <string name="callFailed_dsac_restricted_normal">Normal calls are restricted by access control.</string>
84     <!-- In-call screen: call failure reason (Phone is locked until next power cycle)-->
85     <string name="callFailed_cdma_lockedUntilPowerCycle">CDMA: Phone locked until power cycle.</string>
86     <!-- In-call screen: call failure reason (CDMA: call dropped)-->
87     <string name="callFailed_cdma_drop">CDMA: Call dropped.</string>
88     <!-- In-call screen: call failure reason (CDMA: call intercepted)-->
89     <string name="callFailed_cdma_intercept">CDMA: Call intercepted.</string>
90     <!-- In-call screen: call failure reason (CDMA reorder)-->
91     <string name="callFailed_cdma_reorder">CDMA: reorder.</string>
92     <!-- In-call screen: call failure reason (CDMA: Service Option Reject)-->
93     <string name="callFailed_cdma_SO_reject">CDMA: Service Option Reject.</string>
94     <!-- In-call screen: call failure reason (CDMA: retry order)-->
95     <string name="callFailed_cdma_retryOrder">CDMA: retry order.</string>
96     <!-- In-call screen: call failure reason (CDMA: Access failure)-->
97     <string name="callFailed_cdma_accessFailure">CDMA: Access failure.</string>
98     <!-- In-call screen: call failure reason (CDMA: Preempted)-->
99     <string name="callFailed_cdma_preempted">CDMA: Preempted.</string>
100     <!-- In-call screen: call failure reason (Only Emergency calls are possible)-->
101     <string name="callFailed_cdma_notEmergency">Only Emergency calls are possible.</string>
102     <!-- In-call screen: call failure reason (Dialed number doesn't exist) -->
103     <string name="callFailed_unobtainable_number">Invalid Number</string>
104     <!-- In-call screen: status label for a conference call -->
105     <string name="confCall">Conference call</string>
106     <!-- In-call screen: call lost dialog text -->
107     <string name="call_lost">Call has been lost.</string>
108     <!-- In-call screen: auto retry  -->
109     <string name="retry">Retry</string>
110     <!-- In-call screen: call lost title of dialog -->
111     <string name="call_lost_title">Call Lost</string>
112
113     <!-- MMI strings -->
114     <!-- Dialog label when an MMI code starts running -->
115     <string name="mmiStarted">MMI code started</string>
116     <!-- Dialog label when a USSD code starts running -->
117     <string name="ussdRunning">USSD code running\u2026</string>
118     <!-- Dialog label when an MMI code is canceled -->
119     <string name="mmiCancelled">MMI code canceled</string>
120     <!-- Label for "cancel" button on the MMI dialog -->
121     <string name="cancel">Cancel</string>
122
123     <!-- In-call menu item labels -->
124     <!-- Regular in-call menu items: -->
125     <!-- In-call menu: Label for "speakerphone" menu item -->
126     <string name="menu_speaker">Speaker</string>
127     <!-- In-call menu: Label for "bluetooth" menu item -->
128     <string name="menu_bluetooth">Bluetooth</string>
129     <!-- In-call menu: Label for "mute" menu item -->
130     <string name="menu_mute">Mute</string>
131     <!-- In-call menu: Label for "hold" menu item -->
132     <string name="menu_hold">Hold</string>
133     <!-- In-call menu: Label for "end call" menu item -->
134     <string name="menu_endCall">End call</string>
135     <!-- In-call menu: Label for "swap calls" menu item -->
136     <string name="menu_swapCalls">Swap calls</string>
137     <!-- In-call menu: Label for "merge calls" menu item -->
138     <string name="menu_mergeCalls">Merge calls</string>
139     <!-- In-call menu: Label for "add call" menu item -->
140     <string name="menu_addCall">Add call</string>
141     <!-- In-call menu: Label for "manage conference call" menu item -->
142     <string name="menu_manageConference">Manage conference call</string>
143     <!-- In-call menu: Label for "show dialpad" menu item -->
144     <string name="menu_showDialpad">Show dialpad</string>
145     <!-- In-call menu: Label for "hide dialpad" menu item -->
146     <string name="menu_hideDialpad">Hide dialpad</string>
147     <!-- Incoming call menu items: -->
148     <!-- Incoming call menu: Label for "Hold and answer" menu item -->
149     <string name="menu_answerAndHold">Hold current call\n&amp; answer</string>
150     <!-- Incoming call menu: Label for "End and answer" menu item -->
151     <string name="menu_answerAndEnd">End current call\n&amp; answer</string>
152     <!-- Other misc labels for the in-call UI -->
153     <!-- Positive button label ("OK") used in several dialogs in the phone UI -->
154     <string name="ok">OK</string>
155     <!-- In-call screen, message just under call window when keyboard is closed -->
156     <string name="menuButtonHint">Press Menu for call options.</string>
157     <!-- In-call screen, message just under call window when keyboard is revealed -->
158     <string name="menuButtonKeyboardDialHint">"Press Menu for call options  \u2022  Use keyboard to dial"</string>
159     <!-- Incoming call menu: Label for "Answer" menu item -->
160     <string name="menu_answer">Answer</string>
161     <!-- Incoming call menu: Label for "Ignore" menu item -->
162     <string name="menu_ignore">Ignore</string>
163
164     <!-- "Audio mode" popup menu: Item label to select the speakerphone [CHAR LIMIT=25] -->
165     <string name="audio_mode_speaker">Speaker</string>
166     <!-- "Audio mode" popup menu: Item label to select the handset earpiece [CHAR LIMIT=25] -->
167     <string name="audio_mode_earpiece">Handset earpiece</string>
168     <!-- "Audio mode" popup menu: Item label to select the bluetooth headset [CHAR LIMIT=25] -->
169     <string name="audio_mode_bluetooth">Bluetooth</string>
170
171     <!-- post dial -->
172     <!-- In-call screen: body text of the dialog that appears when we encounter
173          the "wait" character in a phone number to be dialed; this dialog asks the
174          user if it's OK to send the numbers following the "wait". -->
175     <string name="wait_prompt_str">Send the following tones?\n</string>
176     <!-- In-call screen: body text of the dialog that appears when we encounter
177          the "PAUSE" character in a phone number to be dialed; this dialog gives
178          informative message to the user to show the sending numbers following the "Pause". -->
179     <string name="pause_prompt_str">Sending Tones\n</string>
180     <!-- In-call screen: button label on the "wait" prompt dialog -->
181     <string name="send_button">Send</string>
182     <!-- In-call screen: button label on the "wait" prompt dialog in CDMA Mode-->
183     <string name="pause_prompt_yes">Yes</string>
184     <!-- In-call screen: button label on the "wait" prompt dialog in CDMA Mode-->
185     <string name="pause_prompt_no">No</string>
186     <!-- In-call screen: on the "wild" character dialog, this is the label
187          for a text widget that lets the user enter the digits that should
188          replace the "wild" character. -->
189     <string name="wild_prompt_str">Replace the wild character with</string>
190
191     <!-- missing voicemail number -->
192     <!-- Title of the "Missing voicemail number" dialog -->
193     <string name="no_vm_number">Missing voicemail number</string>
194     <!-- Body text of the "Missing voicemail number" dialog -->
195     <string name="no_vm_number_msg">No voicemail number is stored on the SIM card.</string>
196     <!-- Button label on the "Missing voicemail number" dialog -->
197     <string name="add_vm_number_str">Add number</string>
198
199     <!-- Placeholder text displayed while loading a list of phone numbers
200          into the dialer UI -->
201     <string name="dialer_emptyListWorking">Loading\u2026</string>
202
203     <!-- SIM PIN strings -->
204     <!-- Instructional text on SIM PIN unlock panel -->
205     <string name="enterPin">Type PIN code to unlock SIM card.</string>
206     <!-- Success message displayed on SIM PIN unlock panel -->
207     <string name="pinUnlocked">SIM unlocked</string>
208     <!-- Label for PIN entry widget on SIM PIN unlock panel -->
209     <string name="enterNewPin">New SIM PIN code</string>
210     <!-- Label for PIN entry widget on SIM PIN unlock panel -->
211     <string name="verifyNewPin">Type new SIM PIN code again to confirm</string>
212     <!-- Error message displayed on SIM PIN unlock panel -->
213     <string name="verifyFailed">The SIM PINs you typed do not match. Please try again.</string>
214     <!-- Instructional text on SIM PIN unlock panel -->
215     <string name="enterPuk">Type PUK code to unlock SIM card</string>
216     <!-- Error message displayed on SIM PIN unlock panel -->
217     <string name="badPuk">Incorrect PUK code!</string>
218     <!-- Button label on SIM PIN unlock panel -->
219     <string name="buttonTxtContinue">Continue</string>
220     <!-- Status message displayed on SIM PIN unlock panel -->
221     <string name="puk_unlocked">Your SIM card has been unblocked. Your phone is unlocking\u2026</string>
222     <!-- network depersonalization -->
223     <!-- Label text for PIN entry widget on SIM Network Depersonalization panel -->
224     <string name="label_ndp">SIM network unlock PIN</string>
225     <!-- Button label on SIM Network Depersonalization panel -->
226     <string name="sim_ndp_unlock_text">Unlock</string>
227     <!-- Button label on SIM Network Depersonalization panel -->
228     <string name="sim_ndp_dismiss_text">Dismiss</string>
229     <!-- Status message displayed on SIM Network Depersonalization panel -->
230     <string name="requesting_unlock">Requesting network unlock\u2026</string>
231     <!-- Error message displayed on SIM Network Depersonalization panel -->
232     <string name="unlock_failed">Network unlock request unsuccessful.</string>
233     <!-- Success message displayed on SIM Network Depersonalization panel -->
234     <string name="unlock_success">Network unlock successful.</string>
235
236     <!-- Title for the dialog used to display the user's IMEI number -->
237     <string name="imei">IMEI</string>
238
239     <!-- Title for the dialog used to display the user's MEID number on CDMA network -->
240     <string name="meid">MEID</string>
241
242     <!-- settings strings -->
243
244     <!-- GSM Call settings screen, setting option name -->
245     <string name="labelGSMMore">GSM call settings</string>
246     <!-- CDM Call settings screen, setting option name -->
247     <string name="labelCDMAMore">CDMA call settings</string>
248     <!-- Mobile network settings screen, setting option name -->
249     <string name="apn_settings">Access Point Names</string>
250     <!-- Label for the "Network settings" screen in the Settings UI -->
251     <string name="settings_label">Network settings</string>
252     <!-- Call settings screen, setting option name -->
253     <string name="voicemail">Voicemail</string>
254     <!-- Call forwarding dialog box, voicemail number prefix -->
255     <string name="voicemail_abbreviated">VM:</string>
256     <!-- Mobile network settings screen, setting option name -->
257     <string name="networks">Network operators</string>
258     <!-- Call settings screen title -->
259     <string name="call_settings">Call settings</string>
260     <!-- GSM Call settings screen, setting option name -->
261     <string name="additional_gsm_call_settings">Additional settings</string>
262     <!-- GSM-only Call settings screen, setting option name-->
263     <string name="sum_gsm_call_settings">Additional GSM only call settings</string>
264     <!-- CDMA Call settings screen, setting option name -->
265     <string name="additional_cdma_call_settings">Additional CDMA call settings</string>
266     <!-- CDMA-only Call settings screen, setting option name-->
267     <string name="sum_cdma_call_settings">Additional CDMA only call settings</string>
268     <!-- Call setting screen, nework service setting name -->
269     <string name="labelNwService">Network service settings</string>
270     <!-- Call settings screen, setting option name -->
271     <string name="labelCallerId">Caller ID</string>
272     <!-- Additional call settings screen, setting summary text when Caller ID is hidden -->
273     <string name="sum_hide_caller_id">Number hidden in outgoing calls</string>
274     <!-- Additional call settings screen, setting summary text when Caller ID is shown -->
275     <string name="sum_show_caller_id">Number displayed in outgoing calls</string>
276     <!-- Additional call settings screen, setting summary text for default Caller ID value -->
277     <string name="sum_default_caller_id">Use default operator settings to display my number in outgoing calls</string>
278     <!-- Additional call settings screen, setting check box name -->
279     <string name="labelCW">Call waiting</string>
280     <!-- Additional call settings screen, setting summary text when call waiting check box is selected -->
281     <string name="sum_cw_enabled">During a call, notify me of incoming calls</string>
282     <!-- Additional call settings screen, setting summary text when call waiting check box is clear -->
283     <string name="sum_cw_disabled">During a call, notify me of incoming calls</string>
284     <!-- Call forwarding settings screen, section heading -->
285     <string name="call_forwarding_settings">Call forwarding settings</string>
286     <!-- Call settings screen, setting option name -->
287     <string name="labelCF">Call forwarding</string>
288
289     <!-- Call forwarding settings screen, setting option name -->
290     <string name="labelCFU">Always forward</string>
291     <!-- Call forwarding dialog box, text field label -->
292     <string name="messageCFU">Always use this number</string>
293     <!-- Call forwarding settings screen, setting summary text when forwarding all calls -->
294     <string name="sum_cfu_enabled_indicator">Forwarding all calls</string>
295     <!-- Call forwarding settings screen, setting summary text the Always forward is set -->
296     <string name="sum_cfu_enabled">Forwarding all calls to <xliff:g id="phonenumber" example="555-1212">{0}</xliff:g></string>
297     <!-- Call forwarding settings screen, Always forward is enabled but the number is unavailable -->
298     <string name="sum_cfu_enabled_no_number">Number is unavailable</string>
299     <!-- Call forwarding settings screen, setting summary text when Always forward is disabled -->
300     <string name="sum_cfu_disabled">Disabled</string>
301
302     <!-- Call forwarding settings screen, setting option name -->
303     <string name="labelCFB">Forward when busy</string>
304     <!-- Call forwarding dialog box, text field label -->
305     <string name="messageCFB">Number when busy</string>
306     <!-- Call forwarding settings screen, setting summary text when forwarding to specific number when busy -->
307     <string name="sum_cfb_enabled">Forwarding to <xliff:g id="phonenumber" example="555-1212">{0}</xliff:g></string>
308     <!-- Call forwarding settings screen, setting summary text when forwarding when busy is disabled -->
309     <string name="sum_cfb_disabled">Disabled</string>
310     <!-- Error message displayed after failing to disable forwarding calls when the phone is busy -->
311     <string name="disable_cfb_forbidden">Your carrier does not support disabling call-forwarding when your phone is busy.</string>
312
313     <!-- Call forwarding settings screen, setting option name -->
314     <string name="labelCFNRy">Forward when unanswered</string>
315     <!-- Call forwarding dialog box, text field label -->
316     <string name="messageCFNRy">Number when unanswered</string>
317     <!-- Call forwarding settings screen, setting summary text when forwarding to a specific number when unanswered -->
318     <string name="sum_cfnry_enabled">Forwarding to <xliff:g id="phonenumber" example="555-1212">{0}</xliff:g></string>
319     <!-- Call forwarding settings screen, setting summary text when Forward when unanswered is disabled -->
320     <string name="sum_cfnry_disabled">Disabled</string>
321     <!-- Error message displayed after failing to disable forwarding calls when the phone does not answer -->
322     <string name="disable_cfnry_forbidden">Your carrier does not support disabling call-forwarding when your phone doesn\'t answer.</string>
323
324     <!-- Call forwarding settings screen, setting option name -->
325     <string name="labelCFNRc">Forward when unreachable</string>
326     <!-- Call forwarding dialog box, text field label -->
327     <string name="messageCFNRc">Number when unreachable</string>
328     <!-- Call forwarding settings screen, setting summary text when forwarding to a specific number when unreachable-->
329     <string name="sum_cfnrc_enabled">Forwarding to <xliff:g id="phonenumber" example="555-1212">{0}</xliff:g></string>
330     <!-- Call forwarding settings screen, setting summary text when Forward when unreachable is disabled -->
331     <string name="sum_cfnrc_disabled">Disabled</string>
332     <!-- Error message displayed after failing to disable forwarding calls when the phone is unreachable -->
333     <string name="disable_cfnrc_forbidden">Your carrier does not support disabling call-forwarding when your phone is unreachable.</string>
334
335     <!-- Title of the progress dialog displayed while updating Call settings -->
336     <string name="updating_title">Call settings</string>
337     <!-- Title of the alert dialog displayed if an error occurs while updating Call settings -->
338     <string name="error_updating_title">Call settings error</string>
339     <!-- Toast in Call settings dialog while settings are being read -->
340     <string name="reading_settings">Reading settings\u2026</string>
341     <!-- Toast in Call settings dialog while settings are being saved -->
342     <string name="updating_settings">Updating settings\u2026</string>
343     <!-- Toast in Call settings dialog while settings are being reverted -->
344     <string name="reverting_settings">Reverting settings\u2026</string>
345     <!-- Status message displayed in the "Call settings error" dialog -->
346     <string name="response_error">Unexpected response from network.</string>
347     <!-- Status message displayed in the "Call settings error" dialog -->
348     <string name="exception_error">Network or SIM card error.</string>
349     <!-- Status message displayed in the "Call settings error" dialog when operation fails due to FDN -->
350     <string name="fdn_only_error">Operations are only allowed on fixed dialing numbers.</string>
351     <!-- Status message displayed in the "Call settings error" dialog -->
352     <string name="radio_off_error">Please turn on the radio before viewing these settings.</string>
353     <!-- Button label used to dismiss the "Call settings error" dialog -->
354     <string name="close_dialog">OK</string>
355     <!-- Button label used in several settings-related dialogs -->
356     <string name="enable">Enable</string>
357     <!-- Button label used in several settings-related dialogs -->
358     <string name="disable">Disable</string>
359     <!-- Button label which indicates the user wants to update a stored
360          phone number; used in several settings-related dialogs -->
361     <string name="change_num">Update</string>
362     <!-- Phone settings: Caller ID preference values -->
363     <string-array name="clir_display_values">
364         <!-- Phone settings "Caller ID" preference option: use the default value -->
365         <item>Network default</item>
366         <!-- Phone settings "Caller ID" preference option: hide outgoing Caller ID info -->
367         <item>Hide number</item>
368         <!-- Phone settings "Caller ID" preference option: show outgoing Caller ID info -->
369         <item>Show number</item>
370     </string-array>
371     <!-- Phone settings: Internal keys used for Caller ID preference values.  DO NOT TRANSLATE. -->
372     <string-array name="clir_values">
373         <!-- Phone settings: Internal key used for Caller ID preference values.  DO NOT TRANSLATE. -->
374         <item><xliff:g>DEFAULT</xliff:g></item>
375         <!-- Phone settings: Internal key used for Caller ID preference values.  DO NOT TRANSLATE. -->
376         <item><xliff:g>HIDE</xliff:g></item>
377         <!-- Phone settings: Internal key used for Caller ID preference values.  DO NOT TRANSLATE. -->
378         <item><xliff:g>SHOW</xliff:g></item>
379     </string-array>
380
381     <!-- voicemail setting strings -->
382     <!-- Call settings screen, Label used in "Save voicemail number" dialog -->
383     <string name="vm_save_number">Save voicemail number</string>
384     <!-- Call settings screen, Set voicemail number dialog text -->
385     <string name="vm_changed">Voicemail number changed.</string>
386     <!-- Call settings screen, Set voicemail number dialog text -->
387     <string name="vm_change_failed">Voicemail number change unsuccessful.\nPlease contact your carrier if this problem persists.</string>
388     <!-- Call settings screen, displayed when vm provider supplied forwarding number change fails-->
389     <string name="fw_change_failed">Forwarding number change unsuccessful.\nPlease contact your carrier if this problem persists.</string>
390     <!-- Call settings screen, displayed when forwarding number read fails-->
391     <string name="fw_get_in_vm_failed">Failed to retrieve and save current forwarding number settings.\nDo you want to switch to the new provider anyway?</string>
392     <!-- Call settings screen, Set voicemail number dialog text -->
393     <string name="no_change">No changes were made.</string>
394     <!-- Call settings screen, "Voicemail" provider setting summary text when no provider is selected -->
395     <string name="sum_voicemail_choose_provider">Choose voicemail service</string>
396     <!-- Call settings screen, "Voicemail" screen, default option - My Carrier -->
397     <string name="voicemail_default">My carrier</string>
398
399     <!-- networks setting strings -->
400     <!-- Mobile network settings screen title -->
401     <string name="mobile_networks">Mobile network settings</string>
402     <!-- Available networks screen title/heading -->
403     <string name="label_available">Available networks</string>
404     <!-- Mobile network settings screen, toast when searching for available networks -->
405     <string name="load_networks_progress">Searching\u2026</string>
406     <!-- Available networks screen, text when no networks are found -->
407     <string name="empty_networks_list">No networks found.</string>
408     <!-- Available networks screen, setting option name -->
409     <string name="search_networks">Search networks</string>
410     <!-- Available networks screen, toast when an error is encountered when searching for networks -->
411     <string name="network_query_error">Error while searching for networks.</string>
412     <!-- Available networks screen, toast when registering on a specific network -->
413     <string name="register_on_network">Registering on <xliff:g id="network">%s</xliff:g>\u2026</string>
414     <!-- Available networks screen, toast when SIM card isn't allowed on a network -->
415     <string name="not_allowed">Your SIM card does not allow a connection to this network.</string>
416     <!-- Available networks screen, toast when unable to connect to a network temporarily -->
417     <string name="connect_later">Unable to connect to this network at this time. Please try again later.</string>
418     <!-- Available networks screen, toast when registered on a specific network -->
419     <string name="registration_done">Registered on network.</string>
420     <!-- Mobile network settings screen setting option summary text -->
421     <string name="sum_carrier_select">Select a network operator</string>
422     <!-- Available networks screen, setting summary text -->
423     <string name="sum_search_networks">Search for all available networks</string>
424     <!-- Available networks screen, setting option name -->
425     <string name="select_automatically">Select automatically</string>
426     <!-- Available networks screen, setting summary text -->
427     <string name="sum_select_automatically">Automatically select preferred network</string>
428     <string name="register_automatically">Automatic registration...</string>
429     <string name="preferred_network_mode_title">Network Mode</string>
430     <string name="preferred_network_mode_summary">Change the network operating mode</string>
431     <string name="preferred_network_mode_dialogtitle">Preferred network mode</string>
432     <!-- Mobile network settings, summary for preferred network mode WCDMA preferred[CHAR LIMIT=100] -->
433     <string name="preferred_network_mode_wcdma_perf_summary">Preferred network mode: WCDMA preferred</string>
434     <!-- Mobile network settings, summary for preferred network mode GSM [CHAR LIMIT=100] -->
435     <string name="preferred_network_mode_gsm_only_summary">Preferred network mode: GSM only</string>
436     <!-- Mobile network settings, summary for preferred network mode WCDMA only [CHAR LIMIT=100] -->
437     <string name="preferred_network_mode_wcdma_only_summary">Preferred network mode: WCDMA only</string>
438     <!-- Mobile network settings, summary for preferred network mode GSM / UMTS [CHAR LIMIT=100] -->
439     <string name="preferred_network_mode_gsm_wcdma_summary">Preferred network mode: GSM / WCDMA</string>
440     <!-- Mobile network settings, summary for preferred network mode CDMA [CHAR LIMIT=100] -->
441     <string name="preferred_network_mode_cdma_summary">Preferred network mode: CDMA</string>
442     <!-- Mobile network settings, summary for preferred network mode CDMA / EvDo [CHAR LIMIT=100] -->
443     <string name="preferred_network_mode_cdma_evdo_summary">Preferred network mode: CDMA / EvDo</string>
444     <!-- Mobile network settings, summary for preferred network mode CDMA only [CHAR LIMIT=100] -->
445     <string name="preferred_network_mode_cdma_only_summary">Preferred network mode: CDMA only</string>
446     <!-- Mobile network settings, summary for preferred network mode EvDo only [CHAR LIMIT=100] -->
447     <string name="preferred_network_mode_evdo_only_summary">Preferred network mode: EvDo only</string>
448     <!-- Mobile network settings, summary for preferred network mode LTE / CDMA[CHAR LIMIT=100] -->
449     <string name="preferred_network_mode_lte_cdma_summary">Preferred network mode: LTE / CDMA</string>
450
451     <string-array name="preferred_network_mode_choices">
452         <item>LTE / CDMA</item>
453         <item>EvDo only</item>
454         <item>CDMA w/o EvDo</item>
455         <item>CDMA / EvDo auto</item>
456         <item>GSM / WCDMA auto</item>
457         <item>WCDMA only</item>
458         <item>GSM only</item>
459         <item>GSM / WCDMA preferred</item>
460     </string-array>
461     <string-array name="preferred_network_mode_values"  translatable="false">
462         <item>"7"</item>
463         <item>"6"</item>
464         <item>"5"</item>
465         <item>"4"</item>
466         <item>"3"</item>
467         <item>"2"</item>
468         <item>"1"</item>
469         <item>"0"</item>
470     </string-array>
471     <!-- Mobile network settings, network mode choices for a device supporting CDMA and LTE [CHAR LIMIT=25] -->
472     <string-array name="preferred_network_mode_choices_lte">
473         <item>LTE / CDMA</item>
474         <item>CDMA</item>
475     </string-array>
476     <string-array name="preferred_network_mode_values_lte" translatable="false">
477         <item>"7"</item>
478         <item>"4"</item>
479     </string-array>
480     <!-- Mobile network settings screen, data enabling checkbox name -->
481     <string name="data_enabled">Data enabled</string>
482     <!-- Mobile network settings screen, setting summary text when check box is not selected (explains what selecting it would do) -->
483     <string name="data_enable_summary">Enable data access over Mobile network</string>
484     <!-- Mobile network settings screen, setting check box name -->
485     <string name="roaming">Data roaming</string>
486     <!-- Mobile network settings screen, setting summary text when check box is selected -->
487     <string name="roaming_enable">Connect to data services when roaming</string>
488     <!-- Mobile network settings screen, setting summary text when check box is clear -->
489     <string name="roaming_disable">Connect to data services when roaming</string>
490     <!-- Mobile network settings UI: notification message shown when you
491          lose data connectivity because you're roaming and you have the
492          "data roaming" feature turned off. -->
493     <string name="roaming_reenable_message">You have lost data connectivity because you left your home network with data roaming turned off.</string>
494     <!-- Mobile network settings screen, dialog message when user selects the Data roaming check box -->
495     <string name="roaming_warning">Allow data roaming? You may incur significant roaming charges!</string>
496     <string name="gsm_umts_options">GSM/UMTS Options</string>
497     <string name="cdma_options">CDMA Options</string>
498
499     <!-- Screen option on the mobile network settings to go into data usage settings -->
500     <string name="throttle_data_usage">Data usage</string>
501     <!-- Title for the data usage settings screen -->
502     <string name="throttle_settings_title">Carrier data policy</string>
503     <!-- Data usage settings screen option for checking the current usage -->
504     <string name="throttle_current_usage">Data used in current period</string>
505     <!-- Data usage settings screen option for time frame-->
506     <string name="throttle_time_frame">Data use period</string>
507     <!-- Data usage settings screen option for throttling rate-->
508     <string name="throttle_rate">Data rate policy</string>
509     <!-- Data usage settings screen option for accessing the carrier website-->
510     <string name="throttle_help">Learn more</string>
511
512     <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>
513
514     <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>
515
516     <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>
517
518     <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>
519
520     <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>
521
522     <string name="throttle_help_subtext">More information about your carrier\'s mobile network data use policy</string>
523
524     <!-- Cell broadcast SMS strings -->
525     <string name="cdma_cell_broadcast_sms">Cell Broadcast SMS</string>
526
527     <string name="cell_broadcast_sms">Cell Broadcast SMS</string>
528
529     <string name="enable_disable_cell_bc_sms">Cell Broadcast SMS</string>
530     <string name="cell_bc_sms_enable">Cell Broadcast SMS enabled</string>
531     <string name="cell_bc_sms_disable">Cell Broadcast SMS disabled</string>
532
533     <string name="cb_sms_settings">Cell Broadcast SMS settings</string>
534
535     <string name="enable_disable_emergency_broadcast">Emergency Broadcast</string>
536     <string name="emergency_broadcast_enable">Emergency Broadcast enabled</string>
537     <string name="emergency_broadcast_disable">Emergency Broadcast disabled</string>
538
539     <string name="enable_disable_administrative">Administrative</string>
540     <string name="administrative_enable">Administrative enabled</string>
541     <string name="administrative_disable">Administrative disabled</string>
542
543     <string name="enable_disable_maintenance">Maintenance</string>
544     <string name="maintenance_enable">Maintenance enabled</string>
545     <string name="maintenance_disable">Maintenance disabled</string>
546
547     <string name="general_news_settings">General News</string>
548     <string name="bf_news_settings">Business and Financial News</string>
549     <string name="sports_news_settings">Sports News</string>
550     <string name="entertainment_news_settings">Entertainment News</string>
551
552     <string name="enable_disable_local">Local</string>
553     <string name="local_enable">Local news enabled</string>
554     <string name="local_disable">Local news disabled</string>
555
556     <string name="enable_disable_regional">Regional</string>
557     <string name="regional_enable">Regional news enabled</string>
558     <string name="regional_disable">Regional news disabled</string>
559
560     <string name="enable_disable_national">National</string>
561     <string name="national_enable">National news enabled</string>
562     <string name="national_disable">National news disabled</string>
563
564     <string name="enable_disable_international">International</string>
565     <string name="international_enable">International news enabled</string>
566     <string name="international_disable">International news disabled</string>
567
568     <string name="list_language_title">Language</string>
569     <string name="list_language_summary">Select the news language</string>
570     <string-array name="list_language_entries">
571         <item>English</item>
572         <item>French</item>
573         <item>Spanish</item>
574         <item>Japanese</item>
575         <item>Korean</item>
576         <item>Chinese</item>
577         <item>Hebrew</item>
578     </string-array>
579     <string-array name="list_language_values">
580         <item>"1"</item>
581         <item>"2"</item>
582         <item>"3"</item>
583         <item>"4"</item>
584         <item>"5"</item>
585         <item>"6"</item>
586         <item>"7"</item>
587     </string-array>
588     <string name="list_language_dtitle">Languages</string>
589
590     <string name="enable_disable_local_weather">Local Weather</string>
591     <string name="local_weather_enable">Local Weather enabled</string>
592     <string name="local_weather_disable">Local Weather disabled</string>
593
594     <string name="enable_disable_atr">Area Traffic Reports</string>
595     <string name="atr_enable">Area Traffic Reports enabled</string>
596     <string name="atr_disable">Area Traffic Reports disabled</string>
597
598     <string name="enable_disable_lafs">Local Airport Flight Schedules</string>
599     <string name="lafs_enable">Local Airport Flight Schedules enabled</string>
600     <string name="lafs_disable">Local Airport Flight Schedules disabled</string>
601
602     <string name="enable_disable_restaurants">Restaurants</string>
603     <string name="restaurants_enable">Restaurants enabled</string>
604     <string name="restaurants_disable">Restaurants disabled</string>
605
606     <string name="enable_disable_lodgings">Lodgings</string>
607     <string name="lodgings_enable">Lodgings enabled</string>
608     <string name="lodgings_disable">Lodgings disabled</string>
609
610     <string name="enable_disable_retail_directory">Retail Directory</string>
611     <string name="retail_directory_enable">Retail Directory enabled</string>
612     <string name="retail_directory_disable">Retail Directory disabled</string>
613
614     <string name="enable_disable_advertisements">Advertisements</string>
615     <string name="advertisements_enable">Advertisements enabled</string>
616     <string name="advertisements_disable">Advertisements disabled</string>
617
618     <string name="enable_disable_stock_quotes">Stock Quotes</string>
619     <string name="stock_quotes_enable">Stock Quotes enabled</string>
620     <string name="stock_quotes_disable">Stock Quotes disabled</string>
621
622     <string name="enable_disable_eo">Employment Opportunities</string>
623     <string name="eo_enable">Employment Opportunities enabled</string>
624     <string name="eo_disable">Employment Opportunities disabled</string>
625
626     <string name="enable_disable_mhh">Medical, Health and Hospital</string>
627     <string name="mhh_enable">Medical, Health and Hospital enabled</string>
628     <string name="mhh_disable">Medical, Health and Hospital disabled</string>
629
630     <string name="enable_disable_technology_news">Technology News</string>
631     <string name="technology_news_enable">Technology News enabled</string>
632     <string name="technology_news_disable">Technology News disabled</string>
633
634     <string name="enable_disable_multi_category">Multi-category</string>
635     <string name="multi_category_enable">Multi-category enabled</string>
636     <string name="multi_category_disable">Multi-category disabled</string>
637
638     <!-- GSM/UMTS Options strings -->
639     <string name="gsm_umts_network_preferences_title">GSM/UMTS Network Preferences</string>
640     <string name="gsm_umts_network_preferneces_summary">Not implemented yet! </string>
641     <string name="gsm_umts_network_preferences_dialogtitle">GSM/UMTS network preferences</string>
642     <string-array name="gsm_umts_network_preferences_choices">
643         <item>GSM/WCDMA (auto mode)</item>
644         <item>WCDMA only</item>
645         <item>GSM only</item>
646         <item>GSM/WCDA (WCDMA preferred)</item>
647     </string-array>
648     <string-array name="gsm_umts_network_preferences_values">
649         <item>"0"</item>
650         <item>"1"</item>
651         <item>"2"</item>
652         <item>"3"</item>
653     </string-array>
654
655     <!-- Mobile network settings screen, setting option name -->
656     <string name="prefer_2g">Use only 2G networks</string>
657     <!-- Mobile network settings screen, setting summary text -->
658     <string name="prefer_2g_summary">Saves battery</string>
659
660     <!-- CDMA System select strings -->
661     <!-- Mobile network settings screen, setting option name -->
662     <string name="cdma_system_select_title">System select</string>
663     <!-- Mobile network settings screen, setting summary text -->
664     <string name="cdma_system_select_summary">Change the cdma roaming mode</string>
665     <!-- System select settings screen title -->
666     <string name="cdma_system_select_dialogtitle">System select</string>
667     <string-array name="cdma_system_select_choices">
668         <!-- System select dialog screen, setting option name -->
669         <item>Home only</item>
670         <!-- Remove the following option "Affiliated Networks" from the option list -->
671         <!-- <item>Affiliated Networks</item> -->
672         <!-- System select dialog screen, setting option name -->
673         <item>Automatic</item>
674     </string-array>
675     <string-array name="cdma_system_select_values" translatable="false">
676         <!-- Do not translate. -->
677         <item>"0"</item>
678         <!-- Remove the following value "1" which corresponds to "Affiliated Networks" above -->
679         <!-- <item>"1"</item>  -->
680         <!-- Do not translate. -->
681         <item>"2"</item>
682     </string-array>
683
684     <!-- CDMA Options strings -->
685     <string name="cdma_roaming_mode_title">CDMA Roaming Mode</string>
686     <string name="cdma_roaming_mode_summary">Change the cdma roaming mode</string>
687     <string name="cdma_roaming_mode_dialogtitle">CDMA roaming mode</string>
688     <string-array name="cdma_roaming_mode_choices">
689         <item>Home Networks only</item>
690         <item>Affiliated Networks</item>
691         <item>Any Network</item>
692     </string-array>
693     <string-array name="cdma_roaming_mode_values">
694         <item>"0"</item>
695         <item>"1"</item>
696         <item>"2"</item>
697     </string-array>
698     <string name="cdma_network_preferences_title">CDMA Network Preferences</string>
699     <string name="cdma_network_preferneces_summary">Not implemented yet! </string>
700     <string name="cdma_network_preferences_dialogtitle">CDMA network preferences</string>
701     <string-array name="cdma_network_preferences_choices">
702         <item>CDMA/EvDo</item>
703         <item>CDMA only</item>
704         <item>EvDo only</item>
705     </string-array>
706     <string-array name="cdma_network_preferences_values">
707         <item>"0"</item>
708         <item>"1"</item>
709         <item>"2"</item>
710     </string-array>
711     <string name="cdma_subscription_title">CDMA Subscription</string>
712     <string name="cdma_subscription_summary">Change between RUIM/SIM and NV</string>
713     <string name="cdma_subscription_dialogtitle">subscription</string>
714     <string-array name="cdma_subscription_choices">
715         <item>RUIM/SIM</item>
716         <item>NV</item>
717     </string-array>
718     <string-array name="cdma_subscription_values">
719         <item>"0"</item>
720         <item>"1"</item>
721     </string-array>
722     <!-- Preference title with which users can activate CDMA network [CHAR LIMIT=30] -->
723     <string name="cdma_activate_device">Activate device</string>
724     <!-- Preference title for launching an account manager page for prepaid LTE [CHAR LIMIT=30] -->
725     <string name="cdma_lte_data_service">Set up data service</string>
726
727     <!-- FDN settings strings -->
728     <!-- Call settings screen, setting option name -->
729     <string name="fdn">Fixed Dialing Numbers</string>
730     <!-- Call settings screen, button label that takes you to
731          the Fixed Dialing Number management screen -->
732     <string name="manage_fdn_list">FDN list</string>
733     <!-- Call settings screen, preference item label -->
734     <string name="fdn_activation">FDN activation</string>
735     <!-- Call settings setting option name when FDN is enabled -->
736     <string name="fdn_enabled">Fixed Dialing Numbers are enabled</string>
737     <!-- Call settings setting option name  when FDN is disabled-->
738     <string name="fdn_disabled">Fixed Dialing Numbers are disabled</string>
739     <!-- Call settings screen, setting option name -->
740     <string name="enable_fdn">Enable FDN</string>
741     <!-- Call settings screen, setting option name -->
742     <string name="disable_fdn">Disable FDN</string>
743     <!-- Call settings screen, setting option name -->
744     <string name="change_pin2">Change PIN2</string>
745     <!-- Call settings screen, setting option name when FDN is enabled -->
746     <string name="enable_fdn_ok">Disable FDN</string>
747     <!-- Call settings screen, setting option name when FDN is disabled -->
748     <string name="disable_fdn_ok">Enable FDN</string>
749     <!-- Call settings screen, setting summary text -->
750     <string name="sum_fdn">Manage Fixed Dialing Numbers</string>
751     <!-- Call settings, FDN screen, setting option name -->
752     <string name="sum_fdn_change_pin">Change PIN for FDN access</string>
753     <!-- Call settings, FDN screen, setting option name -->
754     <string name="sum_fdn_manage_list">Manage phone number list</string>
755     <string name="voice_privacy">Voice Privacy</string>
756     <string name="voice_privacy_summary">Enable enhanced privacy mode</string>
757     <string name="tty_mode_title">TTY mode</string>
758     <string name="tty_mode_summary">Enable TTY mode</string>
759     <string name="tty_mode_option_title">TTY mode</string>
760     <string name="tty_mode_option_summary">Set TTY mode</string>
761     <string name="auto_retry_mode_title">Auto Retry</string>
762     <string name="auto_retry_mode_summary">Enable Auto Retry mode</string>
763
764     <!-- FDN list screen: menu item label -->
765     <string name="menu_add">Add contact</string>
766     <!-- FDN list screen: menu item label -->
767     <string name="menu_edit">Edit contact</string>
768     <!-- FDN list screen: menu item label -->
769     <string name="menu_delete">Delete contact</string>
770
771     <!-- FDN related strings -->
772     <!-- Label for PIN2 entry screen -->
773     <string name="get_pin2">Enter PIN2</string>
774     <!-- "Edit FDN Contact" screen: Label for the "name" text field -->
775     <string name="name">Name</string>
776     <!-- "Edit FDN Contact" screen: Label for the "number" text field -->
777     <string name="number">Number</string>
778     <!-- "Edit FDN Contact" screen: Button label for "save" action -->
779     <string name="save">Save</string>
780     <!-- Title of "Edit FDN Contact" screen for a new contact -->
781     <string name="add_fdn_contact">Add fixed dialing number</string>
782     <!-- "Edit FDN Contact" screen: status message displayed in a popup (toast) -->
783     <string name="adding_fdn_contact">Adding fixed dialing number\u2026</string>
784     <!-- "Edit FDN Contact" screen: status message displayed in a popup (toast) -->
785     <string name="fdn_contact_added">Fixed dialing number added.</string>
786     <!-- Title of "Edit FDN Contact" screen when editing an already-existing contact -->
787     <string name="edit_fdn_contact">Edit fixed dialing number</string>
788     <!-- "Edit FDN Contact" screen: status message displayed in a popup (toast) -->
789     <string name="updating_fdn_contact">Updating fixed dialing number\u2026</string>
790     <!-- "Edit FDN Contact" screen: status message displayed in a popup (toast) -->
791     <string name="fdn_contact_updated">Fixed dialing number updated.</string>
792     <!-- Title of "Delete FDN Contact" screen -->
793     <string name="delete_fdn_contact">Delete fixed dialing number</string>
794     <!-- "Delete FDN Contact" screen: status message displayed in a popup (toast) -->
795     <string name="deleting_fdn_contact">Deleting fixed dialing number\u2026</string>
796     <!-- "Delete FDN Contact" screen: status message displayed in a popup (toast) -->
797     <string name="fdn_contact_deleted">Fixed dialing number deleted.</string>
798     <!-- FDN settings: error message displayed in a popup (toast) -->
799     <string name="pin2_invalid">FDN not updated: you entered an incorrect PIN.</string>
800     <!-- FDN settings: error message displayed in a popup (toast) -->
801     <string name="fdn_invalid_number">FDN not updated: number cannot exceed 20 digits.</string>
802
803     <!-- ADN related strings -->
804     <!-- Placeholder text displayed while loading the list of SIM contacts -->
805     <string name="simContacts_emptyLoading">Reading from SIM card\u2026</string>
806     <!-- Call settings, string that appears on FDN contact list when there are no contacts on the SIM. -->
807     <string name="simContacts_empty">No contacts on your SIM card.</string>
808     <!-- Call settings: title of the dialog that lets you select contacts from the SIM. -->
809     <string name="simContacts_title">Select contacts to import</string>
810
811     <!-- SIM PIN strings -->
812     <!-- Title of "Enable/disable SIM PIN" screen -->
813     <string name="enable_pin">Enable/disable SIM PIN</string>
814     <!-- Title of "Change SIM PIN" screen -->
815     <string name="change_pin">Change SIM PIN</string>
816     <!-- SIM PIN screen: label for PIN entry widget -->
817     <string name="enter_pin_text">SIM PIN:</string>
818     <!-- SIM PIN screen: label for PIN entry widget -->
819     <string name="oldPinLabel">Old PIN</string>
820     <!-- SIM PIN screen: label for PIN entry widget -->
821     <string name="newPinLabel">New PIN</string>
822     <!-- SIM PIN screen: label for PIN entry widget -->
823     <string name="confirmPinLabel">Confirm new PIN</string>
824     <!-- SIM PIN screen: error message -->
825     <string name="badPin">The old PIN you typed is not correct. Please try again.</string>
826     <!-- SIM PIN screen: error message -->
827     <string name="mismatchPin">The PINs you entered do not match. Please try again.</string>
828     <!-- SIM PIN screen: error message when PIN is too short or too long -->
829     <string name="invalidPin">Type a PIN that is 4 to 8 numbers.</string>
830     <!-- Title of "Disable SIM PIN" screen -->
831     <string name="disable_sim_pin">Disable SIM PIN</string>
832     <!-- Title of "Enable SIM PIN" screen -->
833     <string name="enable_sim_pin">Enable SIM PIN</string>
834     <!-- SIM PIN screen: progress message displayed while enabling -->
835     <string name="enable_in_progress">Please wait\u2026</string>
836     <!-- SIM PIN screen: status message displayed in a popup (toast) -->
837     <string name="enable_pin_ok">SIM PIN enabled</string>
838     <!-- SIM PIN screen: status message displayed in a popup (toast) -->
839     <string name="disable_pin_ok">SIM PIN disabled</string>
840     <!-- SIM PIN screen: error message displayed in a popup (toast) -->
841     <string name="pin_failed">The PIN you typed was incorrect</string>
842     <!-- SIM PIN screen: status message displayed in a popup (toast) -->
843     <string name="pin_changed">SIM PIN changed successfully</string>
844     <!-- SIM PIN screen: error message displayed in a dialog -->
845     <string name="puk_requested">Password incorrect, SIM is locked! PUK2 requested.</string>
846
847     <!-- SIM PIN2 strings -->
848     <!-- SIM PIN2 screen: label for PIN entry widget -->
849     <string name="enter_pin2_text">PIN2</string>
850     <!-- SIM PIN2 screen: label for PIN entry widget -->
851     <string name="oldPin2Label">Old PIN2</string>
852     <!-- SIM PIN2 screen: label for PIN entry widget -->
853     <string name="newPin2Label">New PIN2</string>
854     <!-- SIM PIN2 screen: label for PIN entry widget -->
855     <string name="confirmPin2Label">Confirm new PIN2</string>
856     <!-- SIM PIN2 screen: error message -->
857     <string name="badPuk2">The PUK2 you typed is not correct. Please try again. </string>
858     <!-- SIM PIN2 screen: error message -->
859     <string name="badPin2">The old PIN2 you typed is not correct. Please try again.</string>
860     <!-- SIM PIN2 screen: error message -->
861     <string name="mismatchPin2">The PIN2s you entered do not match. Please try again.</string>
862     <!-- SIM PIN2 screen: error message -->
863     <string name="invalidPin2">Type a PIN2 that is 4 to 8 numbers.</string>
864     <!-- SIM PIN2 screen: error message -->
865     <string name="invalidPuk2">Type a PUK2 that is 8 numbers.</string>
866     <!-- SIM PIN2 screen: status message displayed in a popup (toast) -->
867     <string name="pin2_changed">PIN2 changed successfully</string>
868     <!-- SIM PIN2 screen: label for PUK2 entry widget -->
869     <string name="label_puk2_code">Type PUK2 code</string>
870     <!-- SIM PIN2 screen: error message displayed in a dialog -->
871     <string name="fdn_enable_puk2_requested">Password incorrect, please change PIN2 and retry!</string>
872     <!-- SIM PIN2 screen: error message displayed in a dialog -->
873     <string name="puk2_requested">Password incorrect, SIM is locked! PUK2 requested.</string>
874
875     <!-- SIM PIN screen: button label -->
876     <string name="doneButton">Done</string>
877
878     <!-- In-call screen: status label for a conference call -->
879     <string name="caller_manage_header">Conference call <xliff:g id="conf_call_time">%s</xliff:g></string>
880     <!-- In-call screen: Button label on "Manage conference" panel -->
881     <string name="caller_manage_manage_done_text">Back to call</string>
882
883     <!-- Used in FakePhoneActivity test code.  DO NOT TRANSLATE. -->
884     <string name="fake_phone_activity_phoneNumber_text">(650) 555-1234</string>
885     <!-- Used in FakePhoneActivity test code.  DO NOT TRANSLATE. -->
886     <string name="fake_phone_activity_infoText_text">Incoming phone number</string>
887     <!-- Used in FakePhoneActivity test code.  DO NOT TRANSLATE. -->
888     <string name="fake_phone_activity_placeCall_text">Fake Incoming Call</string>
889
890     <!-- Button label on "SIM Missing" screen -->
891     <string name="sim_missing_continueView_text">Continue without SIM card</string>
892     <!-- Message displayed on "SIM Missing" screen -->
893     <string name="sim_missing_msg_text">No SIM card found. Please insert a SIM card into the phone.</string>
894
895     <!-- Button label on "SIM Unlock" screen -->
896     <string name="sim_unlock_dismiss_text">Dismiss</string>
897     <!-- Button label on "SIM Unlock" screen -->
898     <string name="sim_unlock_unlock_text">Unlock</string>
899     <!-- Progress message displayed on "SIM Unlock" screen -->
900     <string name="sim_unlock_status_text">Authenticating PIN\u2026</string>
901
902     <!-- Call settings screen, Set voicemail dialog title -->
903     <string name="voicemail_settings_number_label">Voicemail number</string>
904
905     <!-- Card titles -->
906     <!-- In-call screen: status label for a call in the "dialing" state -->
907     <string name="card_title_dialing">Dialing</string>
908     <!-- In-call screen: status label for a re-dialing call -->
909     <string name="card_title_redialing">Retrying</string>
910     <!-- In-call screen: status label for a call in progress -->
911     <string name="card_title_in_progress">Current call</string>
912     <!-- In-call screen: status label for a conference call -->
913     <string name="card_title_conf_call">Conference call</string>
914     <!-- In-call screen: status label for an incoming call -->
915     <string name="card_title_incoming_call">Incoming call</string>
916     <!-- In-call screen: status label for an cdma call waiting -->
917     <string name="card_title_cdma_call_waiting">Cdma callwaiting </string>
918     <!-- In-call screen: status label displayed briefly after a call ends -->
919     <string name="card_title_call_ended">Call ended</string>
920     <!-- In-call screen: status label for call that's on hold -->
921     <string name="card_title_on_hold">On hold</string>
922     <!-- In-call screen: status label for a call that's in the process of hanging up -->
923     <string name="card_title_hanging_up">Hanging up</string>
924     <!-- In-call screen: status label for a call that's in CDMA flash mode -->
925     <string name="card_title_in_call">In call</string>
926     <!-- In-call screen: special status label that shows your own phone
927          number during emergency callback mode (ECM) [CHAR LIMIT=30] -->
928     <string name="card_title_my_phone_number">My number is <xliff:g id="my_phone_number">%s</xliff:g></string>
929
930     <!-- Notification strings -->
931     <!-- Missed call notification label, used when there's exactly one missed call -->
932     <string name="notification_missedCallTitle">Missed call</string>
933     <!-- Missed call notification label, used when there are two or more missed calls -->
934     <string name="notification_missedCallsTitle">Missed calls</string>
935     <!-- Missed call notification message used when there are multiple missed calls -->
936     <string name="notification_missedCallsMsg"><xliff:g id="num_missed_calls">%s</xliff:g> missed calls</string>
937     <!-- Missed call notification message used for a single missed call, including
938          the caller-id info from the missed call -->
939     <string name="notification_missedCallTicker">Missed call from <xliff:g id="missed_call_from">%s</xliff:g></string>
940     <!-- The "label" of the in-call Notification for an ongoing call, used
941          as the format string for a Chronometer widget. -->
942     <string name="notification_ongoing_call_format">Current call (<xliff:g id="duration">%s</xliff:g>)</string>
943     <!-- The "label" of the in-call Notification for a call that's on hold -->
944     <string name="notification_on_hold">On hold</string>
945     <!-- The "label" of the in-call Notification for an incoming ringing call -->
946     <string name="notification_incoming_call">Incoming call</string>
947     <!-- Label for the "Voicemail" notification item, when expanded. -->
948     <string name="notification_voicemail_title">New voicemail</string>
949     <!-- Label for the expanded "Voicemail" notification item,
950          including a count of messages. -->
951     <string name="notification_voicemail_title_count">New voicemail (<xliff:g id="count">%d</xliff:g>)</string>
952     <!-- Message displayed in the "Voicemail" notification item, allowing the user
953          to dial the indicated number. -->
954     <string name="notification_voicemail_text_format">Dial <xliff:g id="voicemail_number">%s</xliff:g></string>
955     <!-- Message displayed in the "Voicemail" notification item,
956          indicating that there's no voicemail number available -->
957     <string name="notification_voicemail_no_vm_number">Voicemail number unknown</string>
958     <!-- Label for the "No service" notification item, when expanded. -->
959     <string name="notification_network_selection_title">No service</string>
960     <!-- Label for the expanded "No service" notification item, including the
961          operator name set by user -->
962     <string name="notification_network_selection_text">Selected network (<xliff:g id="operator_name">%s</xliff:g>) unavailable</string>
963
964     <!-- In-call screen: call failure message displayed in an error dialog -->
965     <string name="incall_error_power_off">To place a call, first turn off Airplane mode.</string>
966     <!-- In-call screen: call failure message displayed in an error dialog.
967          This string is currently unused (see comments in InCallScreen.java.) -->
968     <string name="incall_error_emergency_only">Not registered on network.</string>
969     <!-- In-call screen: call failure message displayed in an error dialog -->
970     <string name="incall_error_out_of_service">Mobile network not available.</string>
971     <!-- In-call screen: call failure message displayed in an error dialog -->
972     <string name="incall_error_no_phone_number_supplied">Call not sent, no valid number entered.</string>
973     <!-- In-call screen: call failure message displayed in an error dialog -->
974     <string name="incall_error_call_failed">Call not sent.</string>
975     <!-- In-call screen: status message displayed in a dialog when starting an MMI -->
976     <string name="incall_status_dialed_mmi">Starting MMI sequence\u2026</string>
977     <!-- In-call screen: status message displayed in a dialog when starting a feature code -->
978     <string name="incall_status_dialed_fc">Starting feature code sequence\u2026</string>
979     <!-- In-call screen: message displayed in an error dialog -->
980     <string name="incall_error_supp_service_unknown">Unsupported service.</string>
981     <!-- In-call screen: message displayed in an error dialog -->
982     <string name="incall_error_supp_service_switch">Unable to switch calls.</string>
983     <!-- In-call screen: message displayed in an error dialog -->
984     <string name="incall_error_supp_service_separate">Unable to separate call.</string>
985     <!-- In-call screen: message displayed in an error dialog -->
986     <string name="incall_error_supp_service_transfer">Unable to transfer call.</string>
987     <!-- In-call screen: message displayed in an error dialog -->
988     <string name="incall_error_supp_service_conference">Unable to conference calls.</string>
989     <!-- In-call screen: message displayed in an error dialog -->
990     <string name="incall_error_supp_service_reject">Unable to reject call.</string>
991     <!-- In-call screen: message displayed in an error dialog -->
992     <string name="incall_error_supp_service_hangup">Unable to release call(s).</string>
993
994     <!-- In-call screen: "call type" indication for a SIP call [CHAR LIMIT=30]  -->
995     <string name="incall_call_type_label_sip">Internet call</string>
996
997     <!-- Dialog title for the "radio enable" UI for emergency calls -->
998     <string name="emergency_enable_radio_dialog_title">Emergency call</string>
999     <!-- Status message for the "radio enable" UI for emergency calls -->
1000     <string name="emergency_enable_radio_dialog_message">Turning on radio\u2026</string>
1001     <!-- Status message for the "radio enable" UI for emergency calls -->
1002     <string name="emergency_enable_radio_dialog_retry">Out of service area, retrying\u2026</string>
1003
1004     <!-- Dialer text on Emergency Dialer -->
1005     <!-- Emergency dialer: message displayed in an error dialog -->
1006     <string name="dial_emergency_error">Call not sent, <xliff:g id="non_emergency_number">%s</xliff:g> is not an emergency number!</string>
1007     <!-- Emergency dialer: message displayed in an error dialog -->
1008     <string name="dial_emergency_empty_error">Call not sent, please dial an emergency number!</string>
1009
1010     <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user
1011          to dial using the physical keyboard -->
1012     <string name="dialerKeyboardHintText">Use keyboard to dial</string>
1013
1014     <!-- Hint text displayed in the "digits" field at the top of the
1015          in-call DTMF dialpad.  (This hint reminds the user that the
1016          dialpad is there to generate tones, not to add a new call.) -->
1017     <string name="dtmfDialpadHintText">Touch tone keypad</string>
1018
1019     <!-- Text displayed in the "sliding drawer handle" that you use to
1020          open the in-call DTMF dialpad. -->
1021     <string name="dtmfDialpadHandleLabel">Dialpad</string>
1022
1023     <!-- Text displayed on the in-call screen's "touch lock" overlay,
1024          instructing the user that they need to double-tap to unlock the
1025          screen. -->
1026     <string name="touchLockText">Double-tap\nto unlock</string>
1027
1028     <!-- Text for the onscreen "Answer" button, instructing the user that
1029          they need to double-tap to answer the incoming call. -->
1030     <string name="onscreenAnswerText">Double-tap\nto answer</string>
1031     <!-- Text for the onscreen "Decline" button -->
1032     <string name="onscreenRejectText">Double-tap\nto decline</string>
1033     <!-- Text for the onscreen "Hold" button -->
1034     <string name="onscreenHoldText">Hold</string>
1035     <!-- Text for the onscreen "Hold" button in the "Unhold" state -->
1036     <string name="onscreenUnholdText">Unhold</string>
1037     <!-- Text for the onscreen "End call" button -->
1038     <string name="onscreenEndCallText">End</string>
1039     <!-- Text for the onscreen "Show Dialpad" button -->
1040     <string name="onscreenShowDialpadText">Dialpad</string>
1041     <!-- Text for the onscreen "Hide Dialpad" button -->
1042     <string name="onscreenHideDialpadText">Hide</string>
1043     <!-- Text for the onscreen "Speaker" button -->
1044     <string name="onscreenSpeakerText">Speaker</string>
1045     <!-- Text for the onscreen "Mute" button -->
1046     <string name="onscreenMuteText">Mute</string>
1047     <!-- Text for the onscreen "Bluetooth" button -->
1048     <string name="onscreenBluetoothText">Bluetooth</string>
1049     <!-- Text for the onscreen "Add call" button -->
1050     <string name="onscreenAddCallText">Add call</string>
1051     <!-- Text for the onscreen "Merge calls" button -->
1052     <string name="onscreenMergeCallsText">Merge calls</string>
1053     <!-- Text for the onscreen "Swap calls" button -->
1054     <string name="onscreenSwapCallsText">Swap</string>
1055     <!-- Text for the onscreen "Manage calls" button -->
1056     <string name="onscreenManageCallsText">Manage calls</string>
1057     <!-- Text for the onscreen "Manage conference" button [CHAR LIMIT=20] -->
1058     <string name="onscreenManageConferenceText">Manage conference</string>
1059     <!-- Text for the onscreen "Audio" button that lets you switch
1060          between speaker / bluetooth / earpiece [CHAR LIMIT=10] -->
1061     <string name="onscreenAudioText">Audio</string>
1062
1063     <!-- Menu item label in SIM Contacts: Import a single contact entry from the SIM card -->
1064     <string name="importSimEntry">Import</string>
1065     <!-- Menu item label in SIM Contacts: Import all contact entries from the SIM card -->
1066     <string name="importAllSimEntries">Import all</string>
1067     <!-- SIM Contacts: status message displayed while importing card -->
1068     <string name="importingSimContacts">Importing SIM contacts</string>
1069     <!-- Import a single contact entry from contacts to the SIM card -->
1070     <string name="importToFDNfromContacts">Import from contacts</string>
1071
1072     <!-- Hearing aid settings -->
1073     <string name="hac_mode_title">Hearing aids</string>
1074     <string name="hac_mode_summary">Turn on hearing aid compatibility</string>
1075
1076     <!-- Service option entries.  -->
1077     <string-array name="tty_mode_entries">
1078         <item>TTY Off</item>
1079         <item>TTY Full</item>
1080         <item>TTY HCO</item>
1081         <item>TTY VCO</item>
1082     </string-array>
1083
1084     <!-- Do not translate. -->
1085     <string-array name="tty_mode_values" translatable="false">
1086         <!-- Do not translate. -->
1087         <item>0</item>
1088         <!-- Do not translate. -->
1089         <item>1</item>
1090         <!-- Do not translate. -->
1091         <item>2</item>
1092         <!-- Do not translate. -->
1093         <item>3</item>
1094     </string-array>
1095
1096     <!-- Label for ERI text widget, shown in list of all gadgets -->
1097     <string name="eri_text_label">ERI text</string>
1098
1099     <!-- Dtmf tones settings -->
1100     <!-- Title for the DTMF Tones options displayed in Call Settings -->
1101     <string name="dtmf_tones_title">DTMF Tones</string>
1102     <!-- Summary for the DTMF Tones options displayed in Call Settings -->
1103     <string name="dtmf_tones_summary">Set the length of DTMF tones</string>
1104     <!-- Options displayed as part of DTMF Tones in Call Settings -->
1105     <string-array name="dtmf_tone_entries">
1106       <item>Normal</item>
1107       <item>Long</item>
1108     </string-array>
1109     <!-- Do not translate. -->
1110     <string-array name="dtmf_tone_values">
1111        <item>0</item>
1112        <item>1</item>
1113     </string-array>
1114
1115     <!-- Title for the dialog used to display CDMA DisplayInfo -->
1116     <string name="network_message">Network Message</string>
1117
1118     <!-- OTA-specific strings -->
1119     <!-- Title shown on OTA screen -->
1120     <string name="ota_title_activate">Activate your phone</string>
1121     <!-- Message displayed on the OTA activation screen. -->
1122     <string name="ota_touch_activate">A special call needs to be made to activate your phone service.
1123     \n\nAfter pressing \u201CActivate\u201D, listen to the instructions provided to activate your phone.</string>
1124
1125     <!-- Message displayed on the OTA activation screen -->
1126     <string name="ota_touch_activate_new">Touch \u201CActivate\u201D to place a special call that activates your phone on your carrier\'s mobile network, so you can place calls and connect to mobile data networks.</string>
1127     <!-- Title of skip activation dialog -->
1128     <string name="ota_skip_activation_dialog_title">Skip activation\?</string>
1129     <!-- Message displayed in skip activation dialog  -->
1130     <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>
1131     <!-- Label shown on dialog button that allows the user to skip activation -->
1132     <string name="ota_skip_activation_dialog_skip_label">Skip</string>
1133     <!-- Label shown on dialog button that continues with activation -->
1134     <string name="ota_skip_activation_dialog_continue_label">Activate</string>
1135
1136     <!-- Button label within the OTA activation screen -->
1137     <string name="ota_activate">Activate</string>
1138     <!-- Title text shown when phone activation is successful -->
1139     <string name="ota_title_activate_success">Phone is activated!</string>
1140     <!-- Title text shown on screen where activation fails -->
1141     <string name="ota_title_problem_with_activation">Problem with activation</string>
1142     <!-- Message displayed on the OTA listen screen. This message should be short to ensure the dialer fits. -->
1143     <string name="ota_listen">Follow the spoken instructions until you hear that activation is complete.</string>
1144
1145     <!-- Button label within the OTA listen screen -->
1146     <string name="ota_dialpad">Keypad</string>
1147     <!-- Button label within the OTA listen screen -->
1148     <string name="ota_speaker">Speaker</string>
1149     <!-- String to be displayed on OTA listen screen once user has selected the
1150          correct option to begin provisioning -->
1151     <string name="ota_progress">Please wait while your phone is being programmed.</string>
1152     <!-- String to display within the OTA Fail Notice dialog -->
1153     <string name="ota_failure">Programming Unsuccessful</string>
1154     <!-- String to be displayed on the OTA Fail/Success screen upon successful provisioning -->
1155     <string name="ota_successful">Your phone is now activated.  It may take up to 15 minutes for service to start.</string>
1156     <!-- String to be displayed on the OTA Fail/Success screen upon unsuccessful provisioning -->
1157     <string name="ota_unsuccessful">Your phone did not activate.
1158     \nYou may need to find an area with better coverage (near a window, or outside).
1159     \n\nTry again or call customer service for more options.</string>
1160     <!-- String to display within the OTA SPC Fail Notice dialog -->
1161     <string name="ota_spc_failure">EXCESS SPC FAILURES</string>
1162     <!-- Button label in OTA listen screen that cancels activation and goes to the previous screen -->
1163     <string name="ota_call_end">Back</string>
1164     <!-- Button label shown on OTA error screen to allow the user to try again -->
1165     <string name="ota_try_again">Try again</string>
1166     <!-- Button label shown on OTA screens that have a next screen -->
1167     <string name="ota_next">Next</string>
1168     <!-- Button label shown on OTA screens to go back to the previous screen -->
1169     <string name="ota_back">Back</string>
1170
1171     <!-- Emergency Callback Mode (ECM) -->
1172     <string name="ecm_exit_dialog">EcmExitDialog</string>
1173     <!-- ECM: Status bar notification message -->
1174     <string name="phone_entered_ecm_text">Entered Emergency Callback Mode</string>
1175     <!-- ECM: Notification title -->
1176     <string name="phone_in_ecm_notification_title">Emergency Callback Mode</string>
1177     <!-- ECM: Notification body -->
1178     <string name="phone_in_ecm_call_notification_text">Data connection disabled</string>
1179     <plurals name="phone_in_ecm_notification_time">
1180         <!-- number of minutes is one -->
1181         <item quantity="one">No data connection for <xliff:g id="count">%s</xliff:g> minute</item>
1182         <!-- number of minutes is not equal to one -->
1183         <item quantity="other">No data connection for <xliff:g id="count">%s</xliff:g> minutes</item>
1184     </plurals>
1185     <!-- ECM: Dialog box message for exiting from the notifications screen -->
1186     <plurals name="alert_dialog_exit_ecm">
1187         <!-- number of minutes is one -->
1188         <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 applications using a data connection can be used. Would you like to exit now?</item>
1189         <!-- number of minutes is not equal to one -->
1190         <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. Would you like to exit now?</item>
1191     </plurals>
1192     <!-- ECM: Dialog box message for exiting from any other app -->
1193     <plurals name="alert_dialog_not_avaialble_in_ecm">
1194         <!-- number of minutes is one -->
1195         <item quantity="one">The selected action is not available while in the emergency callback mode. The phone will be in this mode for <xliff:g id="count">%s</xliff:g> minute. Would you like to exit now?</item>
1196         <!-- number of minutes is not equal to one -->
1197         <item quantity="other">The selected action is not available while in the emergency callback mode. The phone will be in this mode for <xliff:g id="count">%s</xliff:g> minutes. Would you like to exit now?</item>
1198     </plurals>
1199     <!-- ECM: Dialog box message while in emergency call -->
1200     <string name="alert_dialog_in_ecm_call">The selected action is not available while in an emergency call</string>
1201     <!-- ECM: Progress text -->
1202     <string name="progress_dialog_exiting_ecm">Exiting Emergency Callback Mode</string>
1203     <!-- ECM: ECM exit dialog choice -->
1204     <string name="alert_dialog_yes">Yes</string>
1205     <!-- ECM: ECM exit dialog choice -->
1206     <string name="alert_dialog_no">No</string>
1207     <!-- ECM: ECM exit dialog choice -->
1208     <string name="alert_dialog_dismiss">Dismiss</string>
1209
1210     <!-- For incoming calls, this is a string we can get from a CDMA network instead of
1211          the actual phone number, to indicate there's no number present.  DO NOT TRANSLATE. -->
1212     <string name="absent_num">ABSENT NUMBER</string>
1213
1214     <!-- Voicemail dialog title -->
1215     <string name="voicemail_settings">Voicemail settings</string>
1216
1217     <!-- String to display in voicemail number summary when no voicemail num is set -->
1218     <string name="voicemail_number_not_set">&lt;not set&gt;</string>
1219
1220     <!-- Voicemail service pref title -->
1221     <string name="voicemail_provider">Voicemail service</string>
1222
1223     <!-- Prefix on the voicemail settings preference. The full string will be Settings for <provider name> -->
1224     <string name="voicemail_settings_for">Settings for <xliff:g id="provider_name">%s</xliff:g></string>
1225
1226     <!-- Title displayed above settings coming after voicemail in the call features screen -->
1227     <string name="other_settings">Other call settings</string>
1228
1229     <!-- Label for onscreen "Dial" button used in the EmergencyDialer -->
1230     <string name="dial_button_label">Dial</string>
1231
1232     <!-- Title displayed in the overlay when a call is placed using a 3rd party provider.
1233          ^1 is the localized name of the provider obtained from the package manager.
1234          ^2 is a phone number.
1235          E.g: "Calling via Google Voice\n 1-800-666-1234"
1236     -->
1237     <string name="calling_via_template">Calling via ^1\n<b>^2</b></string>
1238
1239     <!-- Onscreen hints used for various states of the SlidingTab
1240          widget used for incoming calls. -->
1241     <eat-comment />
1242     <!-- Incoming call hint: drag the tab right to answer -->
1243     <string name="slide_to_answer">Drag right to answer</string>
1244     <!-- Incoming call hint: drag the tab left to silence ringer -->
1245     <string name="slide_to_silence">Drag left to silence ringer</string>
1246     <!-- Incoming call hint: drag the tab left to decline the incoming call -->
1247     <string name="slide_to_decline">Drag left to decline</string>
1248     <!-- Incoming call hint: drag the tab right to answer and hold the active call -->
1249     <string name="slide_to_answer_and_hold">Drag right to answer and\nhold active call</string>
1250     <!-- Incoming call hint: drag the tab right to answer and end the active call -->
1251     <string name="slide_to_answer_and_end_active">Drag right to answer and\nend active call</string>
1252     <!-- Incoming call hint: drag the tab right to answer and end the call on hold -->
1253     <string name="slide_to_answer_and_end_onhold">Drag right to answer and\nend call on hold</string>
1254
1255     <!-- Incoming call hint shown on tab (must be kept very short): answer incoming call -->
1256     <string name="slide_to_answer_hint">Answer</string>
1257     <!-- Incoming call hint shown on tab (must be kept very short): decline incoming call -->
1258     <string name="slide_to_decline_hint">Decline</string>
1259
1260     <!-- Use this as a default to describe the contact photo; currently for screen readers through accessibility. -->
1261     <string name="contactPhoto">contact photo</string>
1262     <!-- Use this to describe the separate conference call button; currently for screen readers through accessibility. -->
1263     <string name="goPrivate">go private</string>
1264     <!--  Use this to describe the select contact button in EditPhoneNumberPreference; currently for screen readers through accessibility. -->
1265     <string name="selectContact">select contact</string>
1266
1267
1268     <!-- Start of SIP related strings defined from here. -->
1269
1270     <!-- Title displayed SIP settings coming after other call settings in the call features screen. [CHAR LIMIT=NONE] -->
1271     <string name="sip_settings">Internet call settings</string>
1272     <!-- Title displayed SIP account settings in the sip settings category. [CHAR LIMIT=NONE] -->
1273     <string name="sip_accounts">Internet calling (SIP) accounts</string>
1274     <!-- Title displayed SIP account settings in the sip settings category. [CHAR LIMIT=NONE] -->
1275     <string name="sip_accounts_title">Accounts</string>
1276     <!-- The Sip Account Settings's summary. [CHAR LIMIT=NONE] -->
1277     <string name="sip_accounts_summary">Manage Internet calling (SIP) accounts and status</string>
1278     <!-- Title displayed for the button of receiving incoming SIP calls flag. Enabled for receiving calls. [CHAR LIMIT=NONE] -->
1279     <string name="sip_receive_calls">Receive incoming calls</string>
1280     <!-- Help user to understand that it will require more battery usage if the 'receiving incoming call' is enabled. [CHAR LIMIT=NONE] -->
1281     <string name="sip_receive_calls_summary">Reduces battery life</string>
1282     <!-- Title for the button of configuring the way we handle an outgoing call. [CHAR LIMIT=NONE] -->
1283     <string name="sip_call_options">Configure call options</string>
1284     <!-- Title for the dialog of selecting the way we handle an outgoing call. [CHAR LIMIT=NONE] -->
1285     <string name="sip_call_options_title">Use Internet calling</string>
1286     <!-- Title for the dialog of selecting the way we handle an outgoing call (Wi-Fi only). [CHAR LIMIT=NONE] -->
1287     <string name="sip_call_options_wifi_only_title">Use Internet calling (Wi-Fi only)</string>
1288
1289     <!-- Item of the Internet call option dialog: for routing all outgoing calls via SIP. [CHAR LIMIT=NONE] -->
1290     <string name="sip_call_options_entry_1">For all calls when data network is available</string>
1291     <!-- Item of the Internet call option dialog: for routing a outgoing call via SIP if the destination is a SIP URI. [CHAR LIMIT=NONE] -->
1292     <string name="sip_call_options_entry_2">Only for Internet calls</string>
1293     <!-- Item of the Internet call option dialog: for asking user to select the way for each outgoing call. [CHAR LIMIT=NONE] -->
1294     <string name="sip_call_options_entry_3">Ask for each call</string>
1295     <!-- Item of the Internet call (Wi-Fi only) option dialog: for routing all outgoing calls via SIP. [CHAR LIMIT=NONE] -->
1296     <string name="sip_call_options_wifi_only_entry_1">For all calls</string>
1297
1298     <!-- Title for enabling the auto registration for all sip accounts.  [CHAR LIMIT=NONE] -->
1299     <string name="auto_reg">Auto-registration</string>
1300     <!-- Title for enabling the routing all outgoing calls via SIP. [CHAR LIMIT=NONE] -->
1301     <string name="call_priority">Outgoing call via SIP</string>
1302
1303     <!-- Title of the dialog to select the phone type for the outgoing call. [CHAR LIMIT=NONE] -->
1304     <string name ="pick_outgoing_call_phone_type">Place call</string>
1305
1306     <!-- Title of the dialog to select the phone among the list of phones for the outgoing call. [CHAR LIMIT=NONE] -->
1307     <string name ="pick_outgoing_sip_phone">Use Internet calling account:</string>
1308
1309     <!-- Text of checkbox to remember the sip phone for all outbound calls. [CHAR LIMIT=NONE] -->
1310     <string name ="remember_my_choice">Always use to place Internet calls</string>
1311
1312     <!-- Help text of checkbox to unset the default sip phone for all outbound calls. [CHAR LIMIT=NONE] -->
1313     <string name ="reset_my_choice_hint">You can use the Call Settings to change which Internet calling account to use by default when placing calls, by selecting a different account under Internet call settings</string>
1314
1315     <!-- Item of the dialog to select the phone type for outgoing call. [CHAR LIMIT=NONE] -->
1316     <string name ="pstn_phone">Cell phone call</string>
1317
1318     <!-- Item of the dialog to select the phone type for outgoing call. [CHAR LIMIT=NONE] -->
1319     <string name ="internet_phone">Internet call</string>
1320
1321     <!-- Title of the dialog to redirect the user to SIP settings. [CHAR LIMIT=NONE] -->
1322     <string name ="no_sip_account_found_title">No Internet calling account</string>
1323     <!-- Message of the dialog to redirect the user to SIP settings. [CHAR LIMIT=NONE] -->
1324     <string name ="no_sip_account_found">There are no Internet calling accounts on this phone.  Add one now?</string>
1325     <!-- Menu item for no sip account found dialog -->
1326     <string name="sip_menu_add">Add</string>
1327
1328     <!-- Title for the button to add a new sip account. [CHAR LIMIT=NONE] -->
1329     <string name="add_sip_account">Add account</string>
1330     <!-- Title for the button to remove a sip account. [CHAR LIMIT=NONE] -->
1331     <string name="remove_sip_account">Remove account</string>
1332     <!-- String of the category which lists all sip accounts. [CHAR LIMIT=NONE] -->
1333     <string name="sip_account_list">SIP accounts</string>
1334     <!-- Toast message to indicate that the system is saving the account. [CHAR LIMIT=NONE] -->
1335     <string name="saving_account">Saving the account...</string>
1336     <!-- Toast message to indicate that the system is removing the account. [CHAR LIMIT=NONE] -->
1337     <string name="removing_account">Removing the account...</string>
1338
1339     <!-- Menu item when the menu button is pressed in the sip account editor. [CHAR LIMIT=NONE] -->
1340     <string name="sip_menu_save">Save</string>
1341     <!-- Menu item when the menu button is pressed in the sip account editor. [CHAR LIMIT=NONE] -->
1342     <string name="sip_menu_discard">Discard</string>
1343
1344     <!-- Title of the alert dialog. [CHAR LIMIT=NONE] -->
1345     <string name="alert_dialog_close">Close the profile</string>
1346     <!-- Title of the button to show in a alert dialog. [CHAR LIMIT=NONE] -->
1347     <string name="alert_dialog_ok">OK</string>
1348     <!-- Title of the button to show in a alert dialog. [CHAR LIMIT=NONE] -->
1349     <string name="close_profile">Close</string>
1350
1351     <!-- Text of the account type. 'Primary' means the account is the one for sending all outgoing calls through. [CHAR LIMIT=NONE] -->
1352     <string name="primary_account">Primary</string>
1353     <!-- Title of the account type checkbox. Once the box is checked, the account will be the only 'primary' one among the accounts. [CHAR LIMIT=NONE] -->
1354     <string name="primary_account_title">Make this my primary account</string>
1355     <!-- Summary text of the account type checkbox. [CHAR LIMIT=NONE] -->
1356     <string name="primary_account_summary">Used for outbound calls</string>
1357     <!-- Title of the advanced settings button. The button will show the advanced settings of a SIP account in the SIP editor [CHAR LIMIT=NONE] -->
1358     <string name="advanced_settings_title">Advanced settings</string>
1359     <!-- Summary of a SIP account in the list of SIP accounts, consists of primary account status and registration status. This string indicates that this SIP account is a primary account and the string placeholder is the registration status, which will be one of the strings with name starting with "registration_status_" below. [CHAR LIMIT=NONE] -->
1360     <string name="primary_account_summary_with">Primary account. <xliff:g id="registration_status" example="Registering...">%s</xliff:g></string>
1361     <!-- Text of Internet-call registration status, checking current registration status with SIP service [CHAR LIMIT=NONE] -->
1362     <string name="registration_status_checking_status">Checking status...</string>
1363     <!-- Text of Internet-call registration status, registering with SIP server in order to receive calls on this account [CHAR LIMIT=NONE] -->
1364     <string name="registration_status_registering">Registering...</string>
1365     <!-- Text of Internet-call registration status, still trying to register with SIP server [CHAR LIMIT=NONE] -->
1366     <string name="registration_status_still_trying">Still trying...</string>
1367     <!-- Text of Internet-call registration status, currently not receiving calls on this account [CHAR LIMIT=NONE] -->
1368     <string name="registration_status_not_receiving">Not receiving calls</string>
1369     <!-- Text of Internet-call registration status, no data connection [CHAR LIMIT=NONE] -->
1370     <string name="registration_status_no_data">Account registration stopped because there is no Internet connection</string>
1371     <!-- Text of Internet-call registration status, no Wi-Fi connection [CHAR LIMIT=NONE] -->
1372     <string name="registration_status_no_wifi_data">Account registration stopped because there is no Wi-Fi connection</string>
1373     <!-- Text of Internet-call registration status, registration process is not running due to some error [CHAR LIMIT=NONE] -->
1374     <string name="registration_status_not_running">Account registration failed</string>
1375     <!-- Text of Internet-call registration status, currently we can receive calls on this account [CHAR LIMIT=NONE] -->
1376     <string name="registration_status_done">Receiving calls</string>
1377     <!-- Text of Internet-call registration status, registration failed with a reason; will try again later [CHAR LIMIT=NONE] -->
1378     <string name="registration_status_failed_try_later">Account registration failed: (<xliff:g id="registration_error_message" example="timed out">%s</xliff:g>); will try later</string>
1379     <!-- Text of Internet-call registration status, registration failed due to invalid credentials [CHAR LIMIT=NONE] -->
1380     <string name="registration_status_invalid_credentials">Account registration failed: incorrect username or password</string>
1381     <!-- Text of Internet-call registration status, registration failed due to unknown host exception [CHAR LIMIT=NONE] -->
1382     <string name="registration_status_server_unreachable">Account registration failed: please check the server name</string>
1383     <!-- Text for describing the account's owner and status. For example, 'Active, in use by Google Talk', it means that the account managed by SIP service was registered by the application 'Google Talk' and the status is active. [CHAR LIMIT=NONE] -->
1384     <string name="third_party_account_summary">This account is currently in use by the <xliff:g id="account_owner" example="Google Talk">%s</xliff:g> application</string>
1385
1386
1387     <!-- Title of the sip editor screen. [CHAR LIMIT=NONE] -->
1388     <string name="sip_edit_title">SIP account details</string>
1389     <!-- Title of the sip editor screen. [CHAR LIMIT=NONE] -->
1390     <string name="sip_edit_new_title">SIP account details</string>
1391
1392     <!-- Text of the domain address preference. [CHAR LIMIT=NONE] -->
1393     <string name="domain_address_title">Server</string>
1394     <!-- Text of the username preference. [CHAR LIMIT=NONE] -->
1395     <string name="username_title">Username</string>
1396     <!-- Text of the password preference. [CHAR LIMIT=NONE] -->
1397     <string name="password_title">Password</string>
1398     <!-- Text of the display name preference. [CHAR LIMIT=NONE] -->
1399     <string name="display_name_title">Display name</string>
1400     <!-- Text of the outbound proxy address preference. [CHAR LIMIT=NONE] -->
1401     <string name="proxy_address_title">Outbound proxy address</string>
1402     <!-- Text of the sip server/proxy port number. [CHAR LIMIT=NONE] -->
1403     <string name="port_title">Port number</string>
1404     <!-- Text of the transport type preference. [CHAR LIMIT=NONE] -->
1405     <string name="transport_title">Transport type</string>
1406     <!-- Text of the keepalive preference. [CHAR LIMIT=NONE] -->
1407     <string name="send_keepalive_title">Send keep-alive</string>
1408     <!-- Text of the keepalive preference summary. [CHAR LIMIT=NONE] -->
1409     <string name="send_keepalive_summary">Send SIP keep-alive messages</string>
1410     <!-- Text of the auto registration preference. [CHAR LIMIT=NONE] -->
1411     <string name="auto_registration_title">Auto-registration</string>
1412     <!-- Text of the auto registration preference summary. [CHAR LIMIT=NONE] -->
1413     <string name="auto_registration_summary">Register the profile automatically</string>
1414     <!-- Text of the set-primary preference. Simplified from "Make this my primary account". [CHAR LIMIT=NONE] -->
1415     <string name="set_primary_title">Set as primary account</string>
1416     <!-- Text of the set-primary preference summary. [CHAR LIMIT=NONE] -->
1417     <string name="set_primary_summary">Used for outbound calls</string>
1418     <!-- Text of the advanced settings section. [CHAR LIMIT=NONE] -->
1419     <string name="advanced_settings">Optional settings</string>
1420     <!-- Text of the username used in authentication. [CHAR LIMIT=NONE] -->
1421     <string name="auth_username_title">Authentication username</string>
1422     <!-- Help text of the auth_username field. [CHAR LIMIT=NONE] -->
1423     <string name="auth_username_summary">Username used for authentication</string>
1424
1425     <!-- Initial status of the preferences is '<Not set>'. [CHAR LIMIT=NONE] -->
1426     <string name="default_preference_summary">&lt;Not set&gt;</string>
1427     <!-- Default value for the display-name preference summary. [CHAR LIMIT=NONE] -->
1428     <string name="display_name_summary">&lt;Same as username&gt;</string>
1429     <!-- Default value for the outbound-proxy-address preference summary. [CHAR LIMIT=NONE] -->
1430     <string name="optional_summary">&lt;Optional&gt;</string>
1431
1432     <!-- Default sip server/proxy port number. -->
1433     <string translatable="false" name="default_port">5060</string>
1434     <!-- Default sip server/proxy transport protocol. -->
1435     <string translatable="false" name="default_transport">UDP</string>
1436
1437
1438     <!-- Hint to show the advanced settings section. [CHAR LIMIT=NONE] -->
1439     <string name="advanced_settings_show">▷ Touch to show all</string>
1440     <!-- Hint to hide the advanced settings section. [CHAR LIMIT=NONE] -->
1441     <string name="advanced_settings_hide">▽ Touch to hide all</string>
1442
1443     <!-- Text in an alert dialog telling the user that some input field (name of which is also part of the strings being translated above) is required and can not be left blank. [CHAR LIMIT=NONE] -->
1444     <string name="empty_alert"><xliff:g id="input_field_name" example="Username, Password...">%s</xliff:g> is required, cannot be left blank</string>
1445     <!-- Showing that port number is out of range in an alert dialog. [CHAR LIMIT=NONE] -->
1446     <string name="not_a_valid_port">Port number should be within 1000 and 65534</string>
1447
1448     <!-- Title of the alert dialog to notify user that there is no Internet connectivity. [CHAR LIMIT=40] -->
1449     <string name="no_internet_available_title">No Internet connection</string>
1450     <!-- Title of the alert dialog to notify user that there is no Wi-Fi connectivity. [CHAR LIMIT=40] -->
1451     <string name="no_wifi_available_title">No Wi-Fi connection</string>
1452     <!-- Message of the alert dialog to notify user that there is no Internet connectivity. [CHAR LIMIT=NONE] -->
1453     <string name="no_internet_available">To place an Internet call, check your Internet connection first</string>
1454     <!-- Message of the alert dialog to notify user that there is no Wi-Fi connectivity. [CHAR LIMIT=NONE] -->
1455     <string name="no_wifi_available">You must be connected to a Wi-Fi network for Internet calls (use the Wireless &amp; Network settings)</string>
1456     <!-- Title of the alert dialog to notify user that Internet call is not supported. [CHAR LIMIT=40] -->
1457     <string name="no_voip">Internet calling not supported</string>
1458
1459     <!-- Option for whether the SIP service should send keepalive messages. [CHAR LIMIT=40] -->
1460     <string translatable="true" name="sip_system_decide">Automatic</string>
1461     <!-- Option for whether the SIP service should send keepalive messages. [CHAR LIMIT=40] -->
1462     <string translatable="true" name="sip_always_send_keepalive">Always send</string>
1463
1464     <!-- Do not translate the following strings. Used for the Internet call options. Need to be in-sync with Settings.System.SIP_ strings. -->
1465     <string translatable="false" name="sip_always">SIP_ALWAYS</string>
1466     <string translatable="false" name="sip_address_only">SIP_ADDRESS_ONLY</string>
1467     <string translatable="false" name="sip_ask_me_each_time">SIP_ASK_ME_EACH_TIME</string>
1468
1469     <!-- Do not translate the following strings. Used for the preference keys -->
1470     <string translatable="false" name="domain_address">SipDomain</string>
1471     <string translatable="false" name="username">UserName</string>
1472     <string translatable="false" name="password">Password</string>
1473     <string translatable="false" name="display_name">DisplayName</string>
1474     <string translatable="false" name="proxy_address">ProxyAddress</string>
1475     <string translatable="false" name="port">Port</string>
1476     <string translatable="false" name="transport">Protocol</string>
1477     <string translatable="false" name="send_keepalive">SendKeepAlive</string>
1478     <string translatable="false" name="auto_registration">AutoRegistration</string>
1479     <string translatable="false" name="set_primary">SetPrimary</string>
1480     <string translatable="false" name="advanced_settings_container">advanced settings container</string>
1481     <string translatable="false" name="auth_username">AuthUserName</string>
1482     <!-- End of SIP settings related strings -->
1483
1484     <!-- Dialog title to notify user that Voice calling is not supported
1485          on this device. [CHAR LIMIT=40] -->
1486     <string name="not_voice_capable">Voice calling not supported</string>
1487
1488     <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
1489     <string name="respond_via_sms_canned_response_1">Can\'t talk now. What\'s up?</string>
1490     <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
1491     <string name="respond_via_sms_canned_response_2">I\'ll call you right back.</string>
1492     <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
1493     <string name="respond_via_sms_canned_response_3">I\'ll call you later.</string>
1494     <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
1495     <string name="respond_via_sms_canned_response_4">Can\'t talk now. Call me later?</string>
1496     <!-- "Respond via SMS" option that lets you compose a custom response. [CHAR LIMIT=30] -->
1497     <string name="respond_via_sms_custom_message">Custom message...</string>
1498
1499     <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
1500     <string name="respond_via_sms_setting_title">Quick text response</string>
1501     <!-- Slightly more verbose title of settings screen for managing the
1502          "Respond via SMS" feature. [CHAR LIMIT=30] -->
1503     <string name="respond_via_sms_setting_title_2">Quick text response strings</string>
1504     <!-- Settings summary string for the "Respond via SMS" feature. [CHAR LIMIT=40] -->
1505     <string name="respond_via_sms_setting_summary">Manage quick text response strings</string>
1506     <!-- Dialog title when changing a string for the "Respond via SMS" feature. [CHAR LIMIT=30] -->
1507     <string name="respond_via_sms_edittext_dialog_title">Quick text response</string>
1508     <!-- Dialog message when changing a string for the "Respond via SMS" feature. [CHAR LIMIT=40] -->
1509     <string name="respond_via_sms_edittext_dialog_message">Customize this response:</string>
1510
1511     <!-- String describing the image on ImageButton one
1512
1513          Note: AccessibilityServices use this attribute to announce what the view represents.
1514                This is especially valuable for views without textual representation like ImageView.
1515          [CHAR LIMIT=NONE]
1516     -->
1517     <string name="description_image_button_one">one</string>
1518
1519     <!-- String describing the image on ImageButton two
1520
1521          Note: AccessibilityServices use this attribute to announce what the view represents.
1522                This is especially valuable for views without textual representation like ImageView.
1523          [CHAR LIMIT=NONE]
1524     -->
1525     <string name="description_image_button_two">two</string>
1526
1527     <!-- String describing the image on ImageButton three
1528
1529          Note: AccessibilityServices use this attribute to announce what the view represents.
1530                This is especially valuable for views without textual representation like ImageView.
1531          [CHAR LIMIT=NONE]
1532     -->
1533     <string name="description_image_button_three">three</string>
1534
1535     <!-- String describing the image on ImageButton four
1536
1537          Note: AccessibilityServices use this attribute to announce what the view represents.
1538                This is especially valuable for views without textual representation like ImageView.
1539          [CHAR LIMIT=NONE]
1540     -->
1541     <string name="description_image_button_four">four</string>
1542
1543     <!-- String describing the image on ImageButton five
1544
1545          Note: AccessibilityServices use this attribute to announce what the view represents.
1546                This is especially valuable for views without textual representation like ImageView.
1547          [CHAR LIMIT=NONE]
1548     -->
1549     <string name="description_image_button_five">five</string>
1550
1551     <!-- String describing the image on ImageButton six
1552
1553          Note: AccessibilityServices use this attribute to announce what the view represents.
1554                This is especially valuable for views without textual representation like ImageView.
1555          [CHAR LIMIT=NONE]
1556     -->
1557     <string name="description_image_button_six">six</string>
1558
1559     <!-- String describing the image on ImageButton seven
1560
1561          Note: AccessibilityServices use this attribute to announce what the view represents.
1562                This is especially valuable for views without textual representation like ImageView.
1563          [CHAR LIMIT=NONE]
1564     -->
1565     <string name="description_image_button_seven">seven</string>
1566
1567     <!-- String describing the image on ImageButton eight
1568
1569          Note: AccessibilityServices use this attribute to announce what the view represents.
1570                This is especially valuable for views without textual representation like ImageView.
1571          [CHAR LIMIT=NONE]
1572     -->
1573     <string name="description_image_button_eight">eight</string>
1574
1575     <!-- String describing the image on ImageButton nine
1576
1577          Note: AccessibilityServices use this attribute to announce what the view represents.
1578                This is especially valuable for views without textual representation like ImageView.
1579          [CHAR LIMIT=NONE]
1580     -->
1581     <string name="description_image_button_nine">nine</string>
1582
1583     <!-- String describing the image on ImageButton star
1584
1585          Note: AccessibilityServices use this attribute to announce what the view represents.
1586                This is especially valuable for views without textual representation like ImageView.
1587          [CHAR LIMIT=NONE]
1588     -->
1589     <string name="description_image_button_star">star</string>
1590
1591     <!-- String describing the image on ImageButton zero
1592
1593          Note: AccessibilityServices use this attribute to announce what the view represents.
1594                This is especially valuable for views without textual representation like ImageView.
1595          [CHAR LIMIT=NONE]
1596     -->
1597     <string name="description_image_button_zero">zero</string>
1598
1599     <!-- String describing the image on ImageButton pound
1600
1601          Note: AccessibilityServices use this attribute to announce what the view represents.
1602                This is especially valuable for views without textual representation like ImageView.
1603          [CHAR LIMIT=NONE]
1604     -->
1605     <string name="description_image_button_pound">pound</string>
1606
1607     <!-- String describing the Search ImageButton
1608
1609          Used by AccessibilityService to announce the purpose of the button.
1610          [CHAR LIMIT=NONE]
1611     -->
1612     <string name="description_search_button">search</string>
1613
1614     <!-- String describing the Dial ImageButton
1615
1616          Used by AccessibilityService to announce the purpose of the button.
1617          [CHAR LIMIT=NONE]
1618     -->
1619     <string name="description_dial_button">dial</string>
1620
1621     <!-- String describing the Delete/Backspace ImageButton
1622
1623          Used by AccessibilityService to announce the purpose of the button.
1624          [CHAR LIMIT=NONE]
1625     -->
1626     <string name="description_delete_button">backspace</string>
1627
1628 </resources>