summaryrefslogtreecommitdiffstats
path: root/res/values/cm_strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r--res/values/cm_strings.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index cc507c354..400f82e26 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -164,6 +164,14 @@
<!-- Notification Drawer -->
<string name="notification_drawer_title">Notification drawer</string>
+ <string name="notification_drawer_behaviour_title">Behaviour</string>
+ <string name="notification_drawer_collapse_on_dismiss_title">Auto-close drawer</string>
+ <string name="collapse_on_dismiss_never">Disabled</string>
+ <string name="collapse_on_dismiss_if_empty">If none remaining</string>
+ <string name="collapse_on_dismiss_if_no_clearable">If no removable remaining</string>
+ <string name="collapse_on_dismiss_never_summary">Leave notification tray open when removing notifications</string>
+ <string name="collapse_on_dismiss_if_empty_summary">Close notification tray when removing the last notification</string>
+ <string name="collapse_on_dismiss_if_no_clearable_summary">Close notification tray when removing the last removable notification</string>
<string name="lock_screen_title">Lock screen</string>
@@ -570,7 +578,6 @@
<!-- Power Widget -->
<string name="power_widget_title">Power widget</string>
<string name="title_expanded_widget">Power widget</string>
- <string name="power_widget_behavior">Widget behavior</string>
<string name="title_expanded_hide_onchange">Close drawer on change</string>
<string name="title_expanded_hide_indicator">Hide indicators</string>
<string name="title_expanded_hide_scrollbar">Hide scrollbar</string>
@@ -668,8 +675,6 @@
<string name="status_bar_battery_status_percentage">Percentage</string>
<string name="status_bar_battery_status_circle">Circle</string>
<string name="status_bar_battery_status_circle_percentage">Circle with percentage</string>
-
- <!-- Status bar notification count -->
<string name="status_bar_notif_count_title">Show notification count</string>
<string name="status_bar_notif_count_summary">Display number of pending notifications</string>