diff options
author | razorloves <razorloves@gmail.com> | 2016-02-02 16:49:59 -0600 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-02-03 10:27:43 -0800 |
commit | 12f383c8813274806bfcaf74058311ebc558a234 (patch) | |
tree | a7e7c8ae98a55266f6fc3ddd1c964a53fff19b58 | |
parent | 4b977b24941bd5c0d438801bc8d46f670f5ad1ee (diff) | |
download | packages_apps_Settings-12f383c8813274806bfcaf74058311ebc558a234.zip packages_apps_Settings-12f383c8813274806bfcaf74058311ebc558a234.tar.gz packages_apps_Settings-12f383c8813274806bfcaf74058311ebc558a234.tar.bz2 |
String update, change wording from "Mobile" to "Cellular"
Bring inline with aosp's terminology
Change-Id: I16d21879037beed5171bc5b12975f90459a9ea3c
-rw-r--r-- | res/values/cm_strings.xml | 6 | ||||
-rw-r--r-- | res/values/strings.xml | 14 |
2 files changed, 10 insertions, 10 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 91c9644..4bb5524 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -411,7 +411,7 @@ <string name="app_ops_summaries_toggle_bluetooth">toggle bluetooth</string> <string name="app_ops_summaries_start_at_boot">start at boot</string> <string name="app_ops_summaries_toggle_nfc">toggle NFC</string> - <string name="app_ops_summaries_toggle_mobile_data">toggle mobile data</string> + <string name="app_ops_summaries_toggle_mobile_data">toggle cellular data</string> <string name="app_ops_summaries_superuser">root access</string> <!-- User display names for app ops codes - extension of AOSP --> @@ -482,7 +482,7 @@ <string name="app_ops_labels_toggle_bluetooth">Toggle bluetooth</string> <string name="app_ops_labels_start_at_boot">Start at boot</string> <string name="app_ops_labels_toggle_nfc">Toggle NFC</string> - <string name="app_ops_labels_toggle_mobile_data">Toggle mobile data</string> + <string name="app_ops_labels_toggle_mobile_data">Toggle cellular data</string> <string name="app_ops_labels_superuser">Root access</string> <!-- App ops permissions --> @@ -1067,7 +1067,7 @@ <string name="sim_card_status_title">SIM %d status</string> <string name="sim_card_lock_settings_title">SIM %d lock settings</string> <string name="sim_card_summary_empty">SIM not inserted</string> - <string name="sim_mobile_network_settings_category_title">Mobile network settings</string> + <string name="sim_mobile_network_settings_category_title">Cellular network settings</string> <string name="sim_mobile_network_settings_title">SIM %d settings</string> <!-- Zen mode allowed event setting summary items --> diff --git a/res/values/strings.xml b/res/values/strings.xml index 14a3f3d..28b8d0e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2760,7 +2760,7 @@ <string name="network_settings_title">Cellular networks</string> <!-- Mobile plan [CHAR LIMIT=35]--> - <string name="manage_mobile_plan_title" translatable="true">Mobile plan</string> + <string name="manage_mobile_plan_title" translatable="true">Cellular plan</string> <!-- SMS Application [CHAR LIMIT=35]--> <string name="sms_application_title" translatable="true">SMS app</string> @@ -3668,7 +3668,7 @@ <!-- Title of warning dialog about the implications of enabling USB debugging --> <!-- Setting Checkbox summary whether to use DHCP client from Lollipop (Android 5.0) [CHAR LIMIT=130] --> <string name="legacy_dhcp_client_summary">Use the DHCP client from Lollipop instead of the new Android DHCP client.</string> - <string name="mobile_data_always_on_summary">Always keep mobile data active, even when Wi\u2011Fi is active (for fast network switching).</string> + <string name="mobile_data_always_on_summary">Always keep cellular data active, even when Wi\u2011Fi is active (for fast network switching).</string> <string name="adb_warning_title">Allow USB debugging?</string> <!-- Warning text to user about the implications of enabling USB debugging --> <string name="adb_warning_message">USB debugging is intended for development purposes only. Use it to copy data between your computer and your device, install apps on your device without notification, and read log data.</string> @@ -4166,11 +4166,11 @@ <!-- Label for Phone usage time --> <string name="usage_type_phone" product="default">Phone</string> <!-- Label for mobile network data sent [CHAR LIMIT=32] --> - <string name="usage_type_data_send">Mobile packets sent</string> + <string name="usage_type_data_send">Cellular packets sent</string> <!-- Label for mobile network data received [CHAR LIMIT=32] --> - <string name="usage_type_data_recv">Mobile packets received</string> + <string name="usage_type_data_recv">Cellular packets received</string> <!-- Label for mobile network radio active time [CHAR LIMIT=32] --> - <string name="usage_type_radio_active">Mobile radio active</string> + <string name="usage_type_radio_active">Cellular radio active</string> <!-- Label for Wi-Fi network data sent [CHAR LIMIT=32] --> <string name="usage_type_data_wifi_send">Wi\u2011Fi packets sent</string> <!-- Label for Wi-Fi network data received [CHAR LIMIT=32] --> @@ -5792,9 +5792,9 @@ <string name="app_sees_restricted_accounts_and_controlled_by">This app can access your accounts. Controlled by <xliff:g id="app">%1$s</xliff:g></string> <!-- Restrictions title for configuring wifi and mobile [CHAR LIMIT=35] --> - <string name="restriction_wifi_config_title">Wi\u2011Fi and Mobile</string> + <string name="restriction_wifi_config_title">Wi\u2011Fi and Cellular</string> <!-- Restrictions summary for configuring wifi and mobile [CHAR LIMIT=100] --> - <string name="restriction_wifi_config_summary">Allow modification of Wi\u2011Fi and Mobile settings</string> + <string name="restriction_wifi_config_summary">Allow modification of Wi\u2011Fi and Cellular settings</string> <!-- Restrictions title for changing bluetooth configuration [CHAR LIMIT=35] --> <string name="restriction_bluetooth_config_title">Bluetooth</string> <!-- Restrictions summary for changing bluetooth configuration [CHAR LIMIT=100] --> |