Add login dialog that pops up whenever you are not logged in when trying to browse MangaDex Remove attempts at porting over chapter read history from older galleries to new ones Disable latest for ExHentai, it was browse without buttons anyway
18 lines
641 B
XML
18 lines
641 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array name="clean_up_downloads">
|
|
<item>@string/clean_orphaned_downloads</item>
|
|
<item>@string/clean_read_downloads</item>
|
|
<item>@string/clean_read_manga_not_in_library</item>
|
|
</string-array>
|
|
|
|
<string-array name="md_follows_options">
|
|
<item>@string/md_follows_unfollowed</item>
|
|
<item>@string/reading</item>
|
|
<item>@string/completed</item>
|
|
<item>@string/on_hold</item>
|
|
<item>@string/plan_to_read</item>
|
|
<item>@string/dropped</item>
|
|
<item>@string/repeating</item>
|
|
</string-array>
|
|
</resources> |