Misc fixes

This commit is contained in:
Koitharu
2020-02-24 18:48:37 +02:00
parent f02c233292
commit a2a0e62b47
19 changed files with 218 additions and 30 deletions

View File

@@ -2,6 +2,7 @@
<resources>
<string name="key_list_mode">list_mode</string>
<string name="key_theme">theme</string>
<string name="key_pages_cache_clear">pages_cache_clear</string>
<string-array name="values_theme">
<item>-1</item>
<item>1</item>

View File

@@ -75,4 +75,8 @@
<string name="operation_not_supported">This operation is not supported</string>
<string name="text_file_not_supported">Invalid file. Only ZIP and CBZ are supported.</string>
<string name="no_description">No description</string>
<string name="history_and_cache">History and cache</string>
<string name="clear_pages_cache">Clear pages cache</string>
<string name="cache">Cache</string>
<string name="text_file_sizes">B|kB|MB|GB|TB</string>
</resources>