summaryrefslogtreecommitdiffstats
path: root/res/values/cm_strings.xml
blob: 131acc9e82979ba65741b1ecd3f7109dad128206 (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
<?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">0.1</string>

    <!-- Text for default screen button -->
    <string name="default_screen_button_text">Default Screen</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>

    <!-- Icons -->
    <string name="preferences_interface_icons_title">Icons</string>

    <!-- General -->
    <string name="preferences_interface_general_title">General</string>
</resources>