diff options
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r-- | res/values/cm_strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 9396d75..a481723 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -215,6 +215,11 @@ <string name="profile_app_delete_confirm">Remove this application?</string> <string name="profile_cannot_delete">An active profile cannot be deleted</string> + <!-- Profile network mode --> + <string name="profile_networkmode_2g">2G</string> + <string name="profile_networkmode_3g">3G</string> + <string name="profile_networkmode_2g3g">2G/3G</string> + <!-- Profile Config screen PreferenceGroup titles --> <string name="profile_connectionoverrides_title">Connection overrides</string> <string name="profile_volumeoverrides_title">Volume overrides</string> |