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: c790a5868b73f9cace7d68c6a6b5da4bcc08f592 (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
<?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="pref_key_wifi_only" translatable="false">wifiOnly</string>
    <string name="pref_key_dark_theme" translatable="false">darkTheme</string>
    <string name="pref_key_branding" translatable="false">branding</string>
    <string name="pref_key_compact" translatable="false">compact</string>
    <string name="pref_key_background_sync" translatable="false">backgroundSync</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>

    <!-- 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_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>
    <integer name="minimum_server_app_major" translatable="false">0</integer>
    <integer name="minimum_server_app_minor" translatable="false">6</integer>
    <integer name="minimum_server_app_patch" translatable="false">4</integer>

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