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.xml123
1 files changed, 123 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
new file mode 100644
index 000000000..267d65a18
--- /dev/null
+++ b/res/values/cm_strings.xml
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <!-- Application name -->
+ <string name="cm_application_name" translatable="false">Trebuchet</string>
+ <!-- App copyright -->
+ <string name="application_copyright">Copyright \u00A9 2014 The CyanogenMod Project</string>
+ <!-- App version -->
+ <string name="application_version" translatable="false">1.0</string>
+
+ <!-- Strings for the customization mode -->
+ <!-- Text for sorting mode button -->
+ <string name="sort_button_text">Sort</string>
+ <!-- Text for filter button -->
+ <string name="filter_button_text">Filter</string>
+ <!-- Text for default screen button -->
+ <string name="default_screen_button_text">Default screen</string>
+ <!-- Text for transition effect button -->
+ <string name="transition_effect_button_text">Scroll effect</string>
+
+ <string name="sort_mode_title">Title</string>
+ <string name="sort_mode_launch_count">Launch count</string>
+ <string name="sort_mode_install_time">Install time</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>
+
+ <!-- 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="preferences_interface_general_title">General</string>
+ <string name="preferences_interface_general_icons_category">Icons</string>
+ <string name="preferences_interface_general_icons_large_title">Larger icons</string>
+ <string name="preferences_interface_general_icons_large_summary">Use extra large application icons in homescreen and drawer</string>
+ <string name="preferences_interface_general_icons_text_style_title">Text font style</string>
+ <string name="preferences_interface_general_icons_text_style_summary">Variant and style of font to use for icon text</string>
+ <string name="dialog_pick_iconpack_title">Pick icon pack</string>
+ <string name="default_iconpack_title">Default icons</string>
+ <string name="icon_packs_title">Icon packs</string>
+ <string name="no_iconpacks_summary">No icon packs installed</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>
+
+ <!-- Settings -->
+ <string name="launcher_settings">LAUNCHER SETTINGS</string>
+ <string name="home_screen_settings">HOME SCREEN SETTINGS</string>
+ <string name="drawer_settings">DRAWER SETTINGS</string>
+ <!-- Text for page scroll -->
+ <string name="page_scroll_effect_text">Scroll effect</string>
+ <!-- Text for drawer scroll -->
+ <string name="drawer_scroll_effect_text">Scroll effect</string>
+ <!-- Text for drawer sorting -->
+ <string name="drawer_sorting_text">Sorting mode</string>
+ <!-- Text for home screen search -->
+ <string name="home_screen_search_text">Search bar</string>
+ <!-- Text for larger icons -->
+ <string name="larger_icons_text">Larger icons</string>
+ <!-- Text for hiding icon labels -->
+ <string name="hide_icon_labels">Hide icon labels</string>
+ <!-- Settings states -->
+ <string name="setting_state_on">ON</string>
+ <string name="setting_state_off">OFF</string>
+ <string name="themes_button_text">Themes</string>
+</resources>