Welcome to mirror list, hosted at ThFree Co, Russian Federation.

setup.xml « values « res « main « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc2771000446732733cbfce697cfad4a6df73aa7 (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
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="shared_preference_last_sync" translatable="false">it.niedermann.nextcloud.deck.last_sync</string>
    <string name="shared_preference_last_background_sync" translatable="false">it.niedermann.nextcloud.deck.last_background_sync</string>
    <string name="shared_preference_theme_main" translatable="false">it.niedermann.nextcloud.deck.theme_main</string>
    <string name="shared_preference_description_preview" translatable="false">it.niedermann.nextcloud.deck.description_preview</string>

    <string name="pref_key_wifi_only" translatable="false">wifiOnly</string>
    <string name="pref_key_dark_theme" translatable="false">darkTheme</string>
    <string name="pref_key_compact" translatable="false">compact</string>
    <string name="pref_key_cover_images" translatable="false">cover_images</string>
    <string name="pref_key_compress_image_attachments" translatable="false">compressImageAttachments</string>
    <string name="pref_key_background_sync" translatable="false">backgroundSync</string>
    <string name="pref_key_debugging" translatable="false">debugging</string>
    <string name="pref_key_etags" translatable="false">eTags</string>

    <string name="pref_value_background_sync_off">off</string>
    <string name="pref_value_background_15_minutes">15_minutes</string>
    <string name="pref_value_background_1_hour">1_hour</string>
    <string name="pref_value_background_6_hours">6_hours</string>

    <string-array name="background_sync_entries">
        <item>@string/simple_off</item>
        <item>@string/minutes_15</item>
        <item>@string/hour_1</item>
        <item>@string/hours_6</item>
    </string-array>

    <string-array name="background_sync_values">
        <item>@string/pref_value_background_sync_off</item>
        <item>@string/pref_value_background_15_minutes</item>
        <item>@string/pref_value_background_1_hour</item>
        <item>@string/pref_value_background_6_hours</item>
    </string-array>

    <!-- @see AppCompatDelegate#MODE_NIGHT_FOLLOW_SYSTEM -->
    <string name="pref_value_theme_system_default" translatable="false">-1</string>
    <!-- @see AppCompatDelegate#MODE_NIGHT_NO -->
    <string name="pref_value_theme_light" translatable="false">1</string>
    <!-- @see AppCompatDelegate#MODE_NIGHT_YES -->
    <string name="pref_value_theme_dark" translatable="false">2</string>

    <string-array name="darkMode_values">
        <item>@string/pref_value_theme_system_default</item>
        <item>@string/pref_value_theme_light</item>
        <item>@string/pref_value_theme_dark</item>
    </string-array>

    <!-- To be concatenated with the account id -->
    <string name="shared_preference_last_account" translatable="false">it.niedermann.nextcloud.deck.last_account</string>
    <string name="shared_preference_last_account_color" translatable="false">it.niedermann.nextcloud.deck.last_account_color</string>
    <string name="shared_preference_last_board_for_account_" translatable="false">it.niedermann.nextcloud.deck.last_board_for_account_</string>
    <string name="shared_preference_last_stack_for_account_and_board_" translatable="false">it.niedermann.nextcloud.deck.last_stack_for_board_</string>

    <!-- Transitions -->
    <string name="transition_attachment_preview" translatable="false">transition_attachment_preview_%1$s</string>
</resources>