summaryrefslogtreecommitdiffstats
path: root/res/values/cm_strings.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-01-09 07:31:43 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-01-09 07:31:43 +0200
commitf64eac8bc7e5c0bb32b8f2514b1196b7066cd6ef (patch)
treea724552993df5a0825834fb3fa38598f3b84436f /res/values/cm_strings.xml
parent4a6a0ccbff844f146c57fb298f4950a2e833c745 (diff)
downloadandroid_packages_apps_Trebuchet-f64eac8bc7e5c0bb32b8f2514b1196b7066cd6ef.tar.gz
android_packages_apps_Trebuchet-f64eac8bc7e5c0bb32b8f2514b1196b7066cd6ef.tar.bz2
android_packages_apps_Trebuchet-f64eac8bc7e5c0bb32b8f2514b1196b7066cd6ef.zip
Trebuchet: Remove unused strings
Change-Id: I7ad2ad27bca77aaae654c678acdc7447125a20da
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r--res/values/cm_strings.xml75
1 files changed, 10 insertions, 65 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index a39dca1fd..1a447d9f1 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -20,52 +20,23 @@
<!-- App version -->
<string name="application_version" translatable="false">1.0</string>
- <string name="launcher_settings">LAUNCHER SETTINGS</string>
<string name="home_screen_settings">HOME SCREEN SETTINGS</string>
<string name="drawer_settings">DRAWER SETTINGS</string>
<string name="app_settings">APP SETTINGS</string>
+ <!-- Settings states -->
+ <string name="setting_state_on">ON</string>
+ <string name="setting_state_off">OFF</string>
+
+ <!-- Themes button -->
+ <string name="themes_button_text">Themes</string>
+
<string name="scrolling_page_outlines">Page outlines</string>
<string name="scrolling_fade_adjacent">Fade side pages</string>
- <string name="wallpaper_scroll">Scroll wallpaper</string>
-
- <!-- Text for default screen button -->
- <string name="default_screen_button_text">Default Screen</string>
-
- <!-- Settings -->
- <string name="preferences_title">Settings</string>
- <!-- Application -->
- <string name="preferences_application_title">App</string>
-
- <!-- UI -->
- <!-- Homescreen -->
- <string name="preferences_interface_homescreen_title">Homescreen</string>
- <string name="preferences_interface_homescreen_search_title">Search bar</string>
- <string name="preferences_interface_homescreen_search_summary">Show persistent search bar at top of screen</string>
- <string name="preferences_interface_homescreen_general_hide_icon_labels_title">Hide icon labels</string>
- <string name="preferences_interface_homescreen_general_hide_icon_labels_summary">Hide icon labels on homescreen</string>
-
- <!-- Drawer -->
- <string name="preferences_interface_drawer_title">Drawer</string>
- <string name="preferences_interface_drawer_summary">Apps and widgets drawer</string>
- <string name="preferences_interface_drawer_apps_category">Apps</string>
- <string name="preferences_interface_drawer_hidden_apps_title">Hidden apps</string>
- <string name="preferences_interface_drawer_hidden_apps_summary">Hide apps from the drawer</string>
- <string name="preferences_interface_drawer_hidden_apps_shortcuts_title">Remove shortcuts</string>
- <string name="preferences_interface_drawer_hidden_apps_shortcuts_summary">Remove the shortcuts of hidden apps from the homescreen</string>
- <string name="preferences_interface_drawer_hidden_apps_widgets_title">Remove widgets</string>
- <string name="preferences_interface_drawer_hidden_apps_widgets_summary">Remove the widgets of hidden apps from the homescreen</string>
- <string name="preferences_interface_drawer_hide_icon_labels_title">Hide icon labels</string>
- <string name="preferences_interface_drawer_hide_icon_labels_summary">Hide icon labels in drawer</string>
-
- <!-- Dock -->
- <string name="preferences_interface_dock_title">Dock</string>
-
- <!-- General -->
- <string name="dialog_pick_iconpack_title">Pick icon pack</string>
- <string name="default_iconpack_title">Default icons</string>
- <string name="no_iconpacks_summary">No icon packs installed</string>
+ <!-- Wallpaper scroll effect -->
+ <string name="scrolling_wallpaper">Scroll wallpaper</string>
+
<!-- Dynamic Grid -->
<string name="grid_size_text">Grid size</string>
<string name="grid_size_comfortable">Comfortable</string>
@@ -73,26 +44,10 @@
<string name="grid_size_condensed">Condensed</string>
<string name="grid_size_custom">Custom (<xliff:g id="rows">%1$d</xliff:g> \u00d7 <xliff:g id="columns">%2$d</xliff:g>)</string>
<string name="preferences_interface_homescreen_custom">Select custom size</string>
- <string name="preferences_interface_homescreen_rows_title">Number of rows</string>
- <string name="preferences_interface_homescreen_columns_title">Number of columns</string>
<!-- Folder titles -->
<string name="google_title" translatable="false">Google</string>
- <!-- Clear keyguard wallpaper tile text -->
- <string name="clear_keyguard_wallpaper">Clear</string>
-
- <!-- The title text for the all apps cling [CHAR_LIMIT=60] -->
- <string name="all_apps_cling_cm">Customize your drawer</string>
- <!-- The description of how to access Trebuchet settings [CHAR_LIMIT=160] -->
- <string name="all_apps_cling_summary">Tap the page indicator to view additional configuration settings</string>
-
- <!-- Noun, menu item used to reset hidden apps list -->
- <string name="menu_hidden_apps_delete">Reset</string>
-
- <!-- Hidden apps -->
- <string name="hidden_apps_title">Hidden apps</string>
-
<!-- Scroll effect -->
<string name="scroll_effect_text">Scroll effect</string>
@@ -116,17 +71,7 @@
<!-- Protected apps -->
<string name="protected_app_settings">Protected apps</string>
- <!-- Settings states -->
- <string name="setting_state_on">ON</string>
- <string name="setting_state_off">OFF</string>
- <!-- Themes button -->
- <string name="themes_button_text">Themes</string>
- <!-- Wallpaper scroll effect -->
- <string name="scrolling_wallpaper">Scroll wallpaper</string>
- <!-- Toast message when search screen on left is not supported -->
- <string name="search_screen_left_unsupported_toast">You must have a supported search app and CyanogenMod to use this feature.</string>
<!-- Dialog -->
<string name="dialog_confirm">Confirm</string>
-
</resources>