summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
blob: 3dc8f299c49a7c47f18318b11a1e67d196ef1230 (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
96
97
98
99
100
101
102
<?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>

    <string name="app_name">Themes</string>

    <!-- Themable items -->
    <string name="lock_screen">Lock wallpapers</string>
    <string name="icons">Icons</string>
    <string name="fonts">Fonts</string>
    <string name="wallpapers">Wallpapers</string>
    <string name="boot_anims">Boot animations</string>
    <string name="ringtones">Ringtones</string>
    <string name="notifications">Notifications</string>
    <string name="alarms">Alarms</string>
    <string name="style">Style</string>

    <string name="holo" translatable="false">Holo</string>
    <string name="default_tag">(Default)</string>

    <string name="apply">Apply</string>
    <string name="edit">Edit</string>
    <string name="applying">Applying\u2026</string>
    <string name="remove">Remove</string>
    <string name="update">Update</string>

    <string name="no_preview_available">No preview available</string>

    <!-- Audibles preview -->
    <string name="alarm_label">Alarm</string>
    <string name="notification_label">Notification</string>
    <string name="ringtone_label">Ringtone</string>

    <string name="unknown_author">Author unknown</string>

    <string name="font_preview_letters">AaBbCcDd</string>

    <string name="theme_installed_notification_title">%s installed</string>
    <string name="theme_installed_notification_text">Theme successfully installed.</string>

    <string name="menu_item_get_more_themes">Get more</string>

    <!-- Shown when the user clicks 'Get More' button from the themes list screen -->
    <string name="get_more_description">You can get more themes from the following links:</string>

    <!-- Themes Showcase Entry Names. Change this array only if you change the Entry URL -->
    <string-array name="get_more_entry_names">
        <item>CyanogenMod Themes Showcase</item>
        <item>Play Store</item>
        <item>More info on the CM Wiki</item>
    </string-array>

    <!-- Themes Showcase Entry URLS. Change this array only if you also change the Entry Name -->
    <string-array name="get_more_entry_urls" translatable="false">
        <item>https://play.google.com/store/apps/details?id=com.cyngn.theme.store</item>
        <item>https://play.google.com/store/search?q=theme+engine&amp;c=apps</item>
        <item>http://wiki.cyanogenmod.org/w/Themes</item>
    </string-array>

    <string name="status_bar_clock_text" translatable="false">5:30</string>
    <string name="status_bar">Status bar</string>
    <string name="navigation_bar">Navigation bar</string>

    <string name="font_component_item_text">Aa</string>

    <!-- Bottom bar items -->
    <string name="btn_wallpaper_text">Wallpaper</string>
    <string name="btn_customize_text">Customize</string>
    <string name="btn_theme_store_text">Theme Store</string>

    <string name="my_theme">My theme</string>

    <string name="save_and_apply_title">Save &amp; apply</string>

    <!-- Labels for each theme component card -->
    <string name="icon_label">Icons</string>
    <string name="font_label">Fonts</string>
    <string name="statusbar_label">Status</string>
    <string name="navbar_label">Navigation</string>
    <string name="wallpaper_label">Wallpaper</string>
    <string name="lockscreen_label">Lockscreen wallpaper</string>
    <string name="style_label">Controls</string>
    <string name="boot_animation_label">Boot animation</string>

    <string name="menu_author_info">Author</string>
    <string name="menu_delete">Delete</string>

</resources>