You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.4 KiB
XML
45 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="url_github_issues">https://github.com/nv95/Kotatsu/issues</string>
|
|
<string name="url_discord">https://discord.gg/NNJ5RgVBC5</string>
|
|
<string name="url_forpda">https://4pda.to/forum/index.php?showtopic=697669</string>
|
|
<string name="url_weblate">https://hosted.weblate.org/engage/kotatsu</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>
|