diff options
author | jrizzoli <joey@cyanogenmoditalia.it> | 2015-11-16 22:15:32 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-11-22 06:20:22 -0800 |
commit | b55f89de1e0c8a8631551c02efcc091d0ee07b5d (patch) | |
tree | 94d95d5eaf52805019dbdd704e704c04ef75ab85 /res/values/cm_strings.xml | |
parent | bd3fe676619443b9060ffaa85abfe8e632e4340c (diff) | |
download | packages_apps_Settings-b55f89de1e0c8a8631551c02efcc091d0ee07b5d.zip packages_apps_Settings-b55f89de1e0c8a8631551c02efcc091d0ee07b5d.tar.gz packages_apps_Settings-b55f89de1e0c8a8631551c02efcc091d0ee07b5d.tar.bz2 |
Settings: update layouts
Settings: update layouts
- User materialish oval shapes instead of rectangles
- Rearrange notifications, wireless, display and sound entries
- Update some strings
Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
Settings: update control ring stream string
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
WirelessSettings: Remove NFC category if there's no NFC adapter
+ Settings: add mobile network entry to dashboard
Change-Id: I3fcd758f77a217e5c37a22f4d797398a7613b5a2
Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r-- | res/values/cm_strings.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 044f0a2..ac3dc31 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -41,6 +41,9 @@ <string name="root_access_adb">ADB only</string> <string name="root_access_all">Apps and ADB</string> + <!-- NFC PreferenceCategory title --> + <string name="nfc_title_category">NFC</string> + <!-- About phone screen, CyanogenMod version --> <string name="mod_version">CyanogenMod version</string> <string name="mod_version_default">Unknown</string> @@ -587,8 +590,9 @@ <string name="lto_download_data_wifi_only_on">Over any networks</string> <string name="lto_download_data_wifi_only_off">Only over Wi\u2011Fi networks</string> - <string name="volume_keys_control_ring_stream_title">Volume keys control ringtone volume</string> - <string name="volume_keys_control_ring_stream_summary">If on, volume keys control ringtone volume. If off, volume keys control media volume.</string> + <string name="volume_keys_control_ring_stream_title">Control ringtone volume</string> + <string name="volume_keys_control_ring_stream_summary_on">Volume keys control ringtone volume</string> + <string name="volume_keys_control_ring_stream_summary_off">Volume keys control media volume</string> <string name="category_calibration">Calibration</string> <string name="display_and_lights">Display & lights</string> |