diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 7df151c..b4df5e2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -291,6 +291,7 @@ <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed --> <string name="radio_info_data_attempts_label">Data attempts:</string> <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed --> + <string name="radio_info_gprs_service_label">GPRS service:</string> <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed --> <string name="radio_info_roaming_label">Roaming:</string> @@ -433,6 +434,25 @@ <string name="radio_controls_summary">Manage Wi-Fi, Bluetooth, airplane mode, & mobile networks</string> + <!-- mobile network settings screen, setting check box title --> + <string name="roaming">Data roaming</string> + <!-- mobile network settings screen, setting option summary text when check box is selected --> + <string name="roaming_enable">Connect to data services when roaming</string> + <!-- mobile network settings screen, setting option summary text when check box is clear --> + <string name="roaming_disable">Connect to data services when roaming</string> + <!-- mobile network settings screen, dialog message when you are roaming and clear the "Data roaming" check box --> + <string name="roaming_reenable_message">You have lost data connectivity because you left your home network with data roaming turned off.</string> + <!-- mobile network settings screen, button on dialog box that appears when you are roaming and clear the "Data roaming" check box --> + <string name="roaming_turn_it_on_button">Turn it on</string> + <!-- mobile network settings screen, message in dialog box that appears when you select the "Data roaming" check box --> + <string name="roaming_warning">Allow data roaming? You may incur significant roaming charges!</string> + <!-- mobile network settings screen, title of dialog box that appears when you select the "Data roaming" check box --> + <string name="roaming_reenable_title">Attention</string> + <!-- mobile network settings screen, setting option name --> + <string name="networks">Operator selection</string> + <!-- mobile network settings screen, setting option summary text --> + <string name="sum_carrier_select">Select a network operator</string> + <!-- Date and time settings --> <!-- Main Settings screen setting option name to go into the date and time settings--> <string name="date_and_time_settings_title">Date & time</string> @@ -1528,3 +1548,5 @@ found in the list of installed applications.</string> <!-- label for usage time --> <string name="usage_time_label">Usage time</string> </resources> + + |