summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
blob: 55e72a5063a505491fb0a282c2cf22f74593e5dd (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
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 Cyanogen, Inc.
-->
<resources>

    <string name="app_name">Themes</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>

    <!-- Note: These two are for "themes", meaning multiple themes -->
    <string name="themes_installed_notification_title">%d themes installed</string>
    <plurals name="themes_installed_notification_text">
        <item quantity="one">%1$s and %2$d other installed.</item>
        <item quantity="other">%1$s and %2$d others installed.</item>
    </plurals>

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

    <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="alarm_label">Alarm</string>
    <string name="notification_label">Notification</string>
    <string name="ringtone_label">Ringtone</string>

    <string name="menu_author_info">Author</string>
    <string name="menu_delete">Delete</string>
    <string name="menu_reset">Reset theme</string>

    <string name="shop_themes">Shop themes</string>
    <string name="themes_showcase_link">https://play.google.com/store/apps/details?id=com.cyngn.theme.store</string>

    <string name="audible_title_none">None</string>

    <string name="apply_theme_layout_title">Apply</string>

    <string name="default_tag_text">Default</string>
    <string name="customized_tag_text">Customized</string>
    <string name="updated_tag_text">Updated</string>

    <string name="add_component_text">Add</string>

    <string name="wallpaper_none">None</string>

    <!-- Labels for the customize/reset theme layout -->
    <string name="reset_theme">Reset</string>
    <string name="customize_theme">Customize</string>

</resources>