summaryrefslogtreecommitdiffstats
path: root/res/values/cm_strings.xml
blob: fbaa5314307991e5da5cec3fad3398c2c7b7f90d (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
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- App copyright -->
    <string name="application_copyright">Copyright \u00A9 2013 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>
    <!-- UI -->
    <string name="preferences_interface_title">Interface</string>
    <!-- Application -->
    <string name="preferences_application_title">App</string>

    <!-- UI -->
    <!-- Homescreen -->
    <string name="preferences_interface_homescreen_title">Homescreen</string>
    <string name="preferences_interface_homescreen_summary">Screens and wallpaper</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>

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