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