summaryrefslogtreecommitdiffstats
path: root/res/values/cm_strings.xml
blob: 73598a5713c03d9b0af5c16964020207a374f697 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?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>

    <!-- 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>

    <!-- 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>

    <!-- 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>
</resources>