diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index eaacf44..0c1abff 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3361,5 +3361,38 @@ found in the list of installed applications.</string> <!-- Activity title for network data usage summary. [CHAR LIMIT=25] --> <string name="data_usage_summary_title">Data usage</string> + <!-- Title for option to pick visible time range from a list available usage periods. [CHAR LIMIT=25] --> + <string name="data_usage_cycle">Data usage cycle</string> + <!-- Title for checkbox menu option to show 4G mobile data usage separate from other mobile data usage. [CHAR LIMIT=32] --> + <string name="data_usage_menu_split_4g">Split 4G usage</string> + <!-- Title for checkbox menu option to show Wi-Fi data usage. [CHAR LIMIT=32] --> + <string name="data_usage_menu_show_wifi">Show Wi-Fi usage</string> + <!-- Title for option to change data usage cycle day. [CHAR LIMIT=32] --> + <string name="data_usage_change_cycle">Change cycle\u2026</string> + <!-- Body of dialog prompting user to change numerical day of month that data usage cycle should reset. [CHAR LIMIT=64] --> + <string name="data_usage_pick_cycle_day">Day of month to reset data usage cycle:</string> + + <!-- Checkbox label that will disable mobile network data connection when user-defined limit is reached. [CHAR LIMIT=32] --> + <string name="data_usage_disable_mobile_limit">Disable mobile data at limit</string> + <!-- Checkbox label that will disable 4G network data connection when user-defined limit is reached. [CHAR LIMIT=32] --> + <string name="data_usage_disable_4g_limit">Disable 4G data at limit</string> + <!-- Checkbox label that will disable 2G-3G network data connection when user-defined limit is reached. [CHAR LIMIT=32] --> + <string name="data_usage_disable_3g_limit">Disable 2G-3G data at limit</string> + + <!-- Tab title for showing Wi-Fi data usage. [CHAR LIMIT=10] --> + <string name="data_usage_tab_wifi">Wi-Fi</string> + <!-- Tab title for showing combined mobile data usage. [CHAR LIMIT=10] --> + <string name="data_usage_tab_mobile">Mobile</string> + <!-- Tab title for showing 4G data usage. [CHAR LIMIT=10] --> + <string name="data_usage_tab_4g">4G</string> + <!-- Tab title for showing 2G and 3G data usage. [CHAR LIMIT=10] --> + <string name="data_usage_tab_3g">2G-3G</string> + + <!-- Toggle switch title for enabling all mobile data network connections. [CHAR LIMIT=32] --> + <string name="data_usage_enable_mobile">Mobile data</string> + <!-- Toggle switch title for enabling 2G and 3G data network connections. [CHAR LIMIT=32] --> + <string name="data_usage_enable_3g">2G-3G data</string> + <!-- Toggle switch title for enabling 4G data network connection. [CHAR LIMIT=32] --> + <string name="data_usage_enable_4g">4G data</string> </resources> |