Rename Internet calling SIP calling
For SIP settings pages use "SIP calling" instead of "Internet calling".
Bug:16792822
Change-Id: Ibbebc868c9121e298cb91383715f61bc13e61c2e
diff --git a/sip/res/values/strings.xml b/sip/res/values/strings.xml
index 41499b2..34f8690 100644
--- a/sip/res/values/strings.xml
+++ b/sip/res/values/strings.xml
@@ -17,9 +17,9 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Title displayed SIP settings coming after other call settings in the call features screen. [CHAR LIMIT=NONE] -->
- <string name="sip_settings">Internet call settings</string>
+ <string name="sip_settings">SIP settings</string>
<!-- Title displayed SIP account settings in the sip settings category. [CHAR LIMIT=NONE] -->
- <string name="sip_accounts">Internet calling (SIP) accounts</string>
+ <string name="sip_accounts">SIP accounts</string>
<!-- Title displayed SIP account settings in the sip settings category. [CHAR LIMIT=NONE] -->
<string name="sip_accounts_title">Accounts</string>
<!-- Title displayed for the button of receiving incoming SIP calls flag. Enabled for receiving calls. [CHAR LIMIT=NONE] -->
@@ -27,41 +27,41 @@
<!-- Help user to understand that it will require more battery usage if the 'receiving incoming call' is enabled. [CHAR LIMIT=NONE] -->
<string name="sip_receive_calls_summary">Reduces battery life</string>
<!-- Title for the dialog of selecting the way we handle an outgoing call. [CHAR LIMIT=NONE] -->
- <string name="sip_call_options_title">Use Internet calling</string>
+ <string name="sip_call_options_title">Use SIP calling</string>
<!-- Title for the dialog of selecting the way we handle an outgoing call (Wi-Fi only). [CHAR LIMIT=NONE] -->
- <string name="sip_call_options_wifi_only_title">Use Internet calling (Wi-Fi only)</string>
+ <string name="sip_call_options_wifi_only_title">Use SIP calling (Wi-Fi only)</string>
- <!-- Item of the Internet call option dialog: for routing all outgoing calls via SIP. [CHAR LIMIT=NONE] -->
+ <!-- Item of the SIP call option dialog: for routing all outgoing calls via SIP. [CHAR LIMIT=NONE] -->
<string name="sip_call_options_entry_1">For all calls when data network is available</string>
- <!-- Item of the Internet call option dialog: for routing a outgoing call via SIP if the destination is a SIP URI. [CHAR LIMIT=NONE] -->
- <string name="sip_call_options_entry_2">Only for Internet calls</string>
- <!-- Item of the Internet call option dialog: for asking user to select the way for each outgoing call. [CHAR LIMIT=NONE] -->
+ <!-- Item of the SIP call option dialog: for routing a outgoing call via SIP if the destination is a SIP URI. [CHAR LIMIT=NONE] -->
+ <string name="sip_call_options_entry_2">Only for SIP calls</string>
+ <!-- Item of the SIP call option dialog: for asking user to select the way for each outgoing call. [CHAR LIMIT=NONE] -->
<string name="sip_call_options_entry_3">Ask for each call</string>
- <!-- Item of the Internet call (Wi-Fi only) option dialog: for routing all outgoing calls via SIP. [CHAR LIMIT=NONE] -->
+ <!-- Item of the SIP call (Wi-Fi only) option dialog: for routing all outgoing calls via SIP. [CHAR LIMIT=NONE] -->
<string name="sip_call_options_wifi_only_entry_1">For all calls</string>
<!-- Title of the dialog to select the phone type for the outgoing call. [CHAR LIMIT=NONE] -->
<string name ="pick_outgoing_call_phone_type">Place call</string>
<!-- Title of the dialog to select the phone among the list of phones for the outgoing call. [CHAR LIMIT=NONE] -->
- <string name ="pick_outgoing_sip_phone">Use Internet calling account:</string>
+ <string name ="pick_outgoing_sip_phone">Use SIP account:</string>
<!-- Text of checkbox to remember the sip phone for all outbound calls. [CHAR LIMIT=NONE] -->
- <string name ="remember_my_choice">Always use to place Internet calls</string>
+ <string name ="remember_my_choice">Always use to place SIP calls</string>
<!-- Help text of checkbox to unset the default sip phone for all outbound calls. [CHAR LIMIT=NONE] -->
- <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>
+ <string name ="reset_my_choice_hint">You can change which SIP account to use by default from the Phone > Settings > SIP call settings > Accounts screen.</string>
<!-- Item of the dialog to select the phone type for outgoing call. [CHAR LIMIT=NONE] -->
<string name ="pstn_phone">Cell phone call</string>
<!-- Item of the dialog to select the phone type for outgoing call. [CHAR LIMIT=NONE] -->
- <string name ="internet_phone">Internet call</string>
+ <string name ="internet_phone">SIP call</string>
<!-- Title of the dialog to redirect the user to SIP settings. [CHAR LIMIT=NONE] -->
- <string name ="no_sip_account_found_title">No Internet calling account</string>
+ <string name ="no_sip_account_found_title">No SIP account</string>
<!-- Message of the dialog to redirect the user to SIP settings. [CHAR LIMIT=NONE] -->
- <string name ="no_sip_account_found">There are no Internet calling accounts on this phone. Do you want to add one now?</string>
+ <string name ="no_sip_account_found">There are no SIP accounts on this phone. Do you want to add one now?</string>
<!-- Menu item for no sip account found dialog -->
<string name="sip_menu_add">Add</string>
@@ -90,27 +90,27 @@
<!-- 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] -->
<string name="primary_account_summary_with">Primary account. <xliff:g id="registration_status" example="Registering...">%s</xliff:g></string>
- <!-- Text of Internet-call registration status, checking current registration status with SIP service [CHAR LIMIT=NONE] -->
+ <!-- Text of SIP-call registration status, checking current registration status with SIP service [CHAR LIMIT=NONE] -->
<string name="registration_status_checking_status">Checking status...</string>
- <!-- Text of Internet-call registration status, registering with SIP server in order to receive calls on this account [CHAR LIMIT=NONE] -->
+ <!-- Text of SIP-call registration status, registering with SIP server in order to receive calls on this account [CHAR LIMIT=NONE] -->
<string name="registration_status_registering">Registering\u2026</string>
- <!-- Text of Internet-call registration status, still trying to register with SIP server [CHAR LIMIT=NONE] -->
+ <!-- Text of SIP-call registration status, still trying to register with SIP server [CHAR LIMIT=NONE] -->
<string name="registration_status_still_trying">Still trying\u2026</string>
- <!-- Text of Internet-call registration status, currently not receiving calls on this account [CHAR LIMIT=NONE] -->
+ <!-- Text of SIP-call registration status, currently not receiving calls on this account [CHAR LIMIT=NONE] -->
<string name="registration_status_not_receiving">Not receiving calls.</string>
- <!-- Text of Internet-call registration status, no data connection [CHAR LIMIT=NONE] -->
+ <!-- Text of SIP-call registration status, no data connection [CHAR LIMIT=NONE] -->
<string name="registration_status_no_data">Account registration stopped because there is no Internet connection.</string>
- <!-- Text of Internet-call registration status, no Wi-Fi connection [CHAR LIMIT=NONE] -->
+ <!-- Text of SIP-call registration status, no Wi-Fi connection [CHAR LIMIT=NONE] -->
<string name="registration_status_no_wifi_data">Account registration stopped because there is no Wi-Fi connection.</string>
- <!-- Text of Internet-call registration status, registration process is not running due to some error [CHAR LIMIT=NONE] -->
+ <!-- Text of SIP-call registration status, registration process is not running due to some error [CHAR LIMIT=NONE] -->
<string name="registration_status_not_running">Account registration unsuccessful.</string>
- <!-- Text of Internet-call registration status, currently we can receive calls on this account [CHAR LIMIT=NONE] -->
+ <!-- Text of SIP-call registration status, currently we can receive calls on this account [CHAR LIMIT=NONE] -->
<string name="registration_status_done">Receiving calls.</string>
- <!-- Text of Internet-call registration status, registration failed with a reason; will try again later [CHAR LIMIT=NONE] -->
+ <!-- Text of SIP-call registration status, registration failed with a reason; will try again later [CHAR LIMIT=NONE] -->
<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>
- <!-- Text of Internet-call registration status, registration failed due to invalid credentials [CHAR LIMIT=NONE] -->
+ <!-- Text of SIP-call registration status, registration failed due to invalid credentials [CHAR LIMIT=NONE] -->
<string name="registration_status_invalid_credentials">Account registration unsuccessful: Incorrect username or password.</string>
- <!-- Text of Internet-call registration status, registration failed due to unknown host exception [CHAR LIMIT=NONE] -->
+ <!-- Text of SIP-call registration status, registration failed due to unknown host exception [CHAR LIMIT=NONE] -->
<string name="registration_status_server_unreachable">Account registration unsuccessful: Check the server name.</string>
<!-- 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] -->
<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>
@@ -176,18 +176,18 @@
<!-- Title of the alert dialog to notify user that there is no Wi-Fi connectivity. [CHAR LIMIT=40] -->
<string name="no_wifi_available_title">No Wi-Fi connection</string>
<!-- Message of the alert dialog to notify user that there is no Internet connectivity. [CHAR LIMIT=NONE] -->
- <string name="no_internet_available">To place an Internet call, check your Internet connection first.</string>
+ <string name="no_internet_available">To place a SIP call, check your Internet connection first.</string>
<!-- Message of the alert dialog to notify user that there is no Wi-Fi connectivity. [CHAR LIMIT=NONE] -->
- <string name="no_wifi_available">You need to be connected to a Wi-Fi network for Internet calls (use the Wireless & Network settings).</string>
- <!-- Title of the alert dialog to notify user that Internet call is not supported. [CHAR LIMIT=40] -->
- <string name="no_voip">Internet calling not supported</string>
+ <string name="no_wifi_available">You need to be connected to a Wi-Fi network for SIP calls (use the Wireless & Network settings).</string>
+ <!-- Title of the alert dialog to notify user that SIP call is not supported. [CHAR LIMIT=40] -->
+ <string name="no_voip">SIP calling not supported</string>
<!-- Option for whether the SIP service should send keepalive messages. [CHAR LIMIT=40] -->
<string translatable="true" name="sip_system_decide">Automatic</string>
<!-- Option for whether the SIP service should send keepalive messages. [CHAR LIMIT=40] -->
<string translatable="true" name="sip_always_send_keepalive">Always send</string>
- <!-- Do not translate the following strings. Used for the Internet call options. Need to be in-sync with Settings.System.SIP_ strings. -->
+ <!-- Do not translate the following strings. Used for the SIP call options. Need to be in-sync with Settings.System.SIP_ strings. -->
<string translatable="false" name="sip_always">SIP_ALWAYS</string>
<string translatable="false" name="sip_address_only">SIP_ADDRESS_ONLY</string>
<string translatable="false" name="sip_ask_me_each_time">SIP_ASK_ME_EACH_TIME</string>
@@ -206,5 +206,5 @@
<string translatable="false" name="auth_username">AuthUserName</string>
<!-- Label for SIP connection service. -->
- <string name="sip_connection_service_label">Built-in Internet calling</string>
+ <string name="sip_connection_service_label">Built-in SIP calling</string>
</resources>