Files
Kotatsu/app/src/main/res/values/constants.xml
2022-09-08 15:39:12 +03:00

50 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="url_github" translatable="false">https://github.com/KotatsuApp/Kotatsu</string>
<string name="url_discord" translatable="false">https://discord.gg/NNJ5RgVBC5</string>
<string name="url_forpda" translatable="false">https://4pda.to/forum/index.php?showtopic=697669</string>
<string name="url_twitter" translatable="false">https://twitter.com/kotatsuapp</string>
<string name="url_reddit" translatable="false">https://reddit.com/user/kotatsuapp</string>
<string name="url_weblate" translatable="false">https://hosted.weblate.org/engage/kotatsu</string>
<string name="url_error_report" translatable="false">https://acra.rumblur.space/report</string>
<string name="account_type_sync" translatable="false">org.kotatsu.sync</string>
<string name="url_sync_server" translatable="false">http://86.57.183.214:8081</string>
<string-array name="values_theme" translatable="false">
<item>-1</item>
<item>1</item>
<item>2</item>
</string-array>
<string-array name="values_reader_switchers" translatable="false">
<item>taps</item>
<item>volume</item>
</string-array>
<string-array name="values_reader_switchers_default" translatable="false">
<item>taps</item>
</string-array>
<string-array name="values_track_sources" translatable="false">
<item>favourites</item>
<item>history</item>
</string-array>
<string-array name="values_track_sources_default" translatable="false">
<item>favourites</item>
</string-array>
<string-array name="values_screenshots_policy" translatable="false">
<item>allow</item>
<item>block_nsfw</item>
<item>block_all</item>
</string-array>
<string-array name="values_network_policy">
<item>1</item>
<item>2</item>
<item>0</item>
</string-array>
<string-array name="date_formats">
<item />
<item>MM/dd/yy</item>
<item>dd/MM/yy</item>
<item>yyyy-MM-dd</item>
<item>dd MMM yyyy</item>
<item>MMM dd, yyyy</item>
</string-array>
</resources>