diff options
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r-- | res/values/cm_strings.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 78c0576..80a86bb 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -1169,4 +1169,21 @@ <string name="weather_settings_no_services_prompt">No weather provider services installed</string> <string name="weather_settings_button">Provider settings</string> + <string name="background_data_access">Background data access</string> + <string name="allow_background_both">Over mobile data & WiFi</string> + <string name="allow_background_wlan">Only over WiFi</string> + <string name="allow_background_none">No access</string> + <string name="mobile_data_alert">Mobile Data Alert</string> + <string name="mobile_data_alert_summary">Notify when the app uses a significant amount of data</string> + <string name="data_usage_menu_enable_data_alerts">Enable data usage alerts</string> + <string name="data_usage_menu_disable_data_alerts">Disable data usage alerts</string> + <string name="data_usage_menu_reset_stats">Reset data statistics</string> + <string name="reset_data_stats_msg">Confirming this will clear all past and present data tracking information.</string> + <string name="reset_stats_confirm">Confirm</string> + + <string name="restrict_cellular_access_title">Restrict cellular data access</string> + <string name="restrict_cellular_access_summary">Disable data access on cellular networks</string> + <string name="restrict_cellular_access_dialog_title">Restrict cellular data access?</string> + <string name="restrict_cellular_access_dialog_summary">This feature may cause an app that depends on network access to stop working when only cellular networks are available.\n\nYou can find more appropriate data usage controls in the settings available within the app.</string> + </resources> |