0.9.4 - About Screen + New scrolling system in Reader(saving exact scroll position)

This commit is contained in:
acclorite 2024-03-20 15:32:20 +02:00
parent 4e948bc5d7
commit 1689e9d7b9
109 changed files with 1870 additions and 994 deletions

View file

@ -2,13 +2,28 @@
<!-- Basic Strings -->
<string name="app_version" translatable="false">0.9.3</string>
<string name="app_name">Book\'s Story</string>
<string name="releases_page" translatable="false">
https://github.com/Acclorite/book-story/releases/latest
</string>
<string name="issues_page" translatable="false">
https://github.com/Acclorite/book-story/issues
</string>
<string name="project_page" translatable="false">
https://github.com/Acclorite/book-story
</string>
<string name="my_page" translatable="false">
https://github.com/Acclorite
</string>
<string name="support_page" translatable="false">
https://www.buymeacoffee.com/acclorite
</string>
<!-- Screens -->
<string name="library_screen">Library</string>
<string name="history_screen">History</string>
<string name="browse_screen">Browse</string>
<string name="settings_screen">Settings</string>
<string name="about_screen">About</string>
<string name="about_screen">About app</string>
<string name="help_screen">Help</string>
<!-- Dialog Labels -->
@ -62,7 +77,6 @@
</string>
<string name="error_wrong_file_format">Wrong file format.</string>
<string name="error_query">Error: %1$s</string>
<string name="error_file_encrypted">This file is encrypted.</string>
<string name="error_file_empty">This file is empty or corrupted.</string>
<string name="error_no_translator">No translator app found.</string>
<string name="error_no_browser">No browser app found.</string>
@ -84,8 +98,8 @@
<!-- Query strings -->
<string name="selected_items_count_query">%1$s selected</string>
<string name="search_query">Search %1$s…</string>
<string name="you_read_query">You read %1$s of this book.</string>
<string name="read_query">%1$s read</string>
<string name="file_path_query">File path: %1$s</string>
<!-- Action Texts -->
<string name="cancel">Cancel</string>
@ -221,6 +235,22 @@
</string>
<string name="letters_and_words">%1$s characters, %2$s words.</string>
<!-- About -->
<string name="app_version_option">App version</string>
<string name="app_version_option_desc">Version %1$s</string>
<string name="all_releases_option">All releases</string>
<string name="all_releases_option_desc">Check for newer version</string>
<string name="issues_option">Found a bug?</string>
<string name="issues_option_desc">Tell me!</string>
<string name="project_page_option">Project\'s page</string>
<string name="project_page_option_desc">General app\'s page</string>
<string name="my_page_option">Like the app?</string>
<string name="my_page_option_desc">Check my profile!</string>
<string name="support_option">Want to support my work?</string>
<string name="support_option_desc">Buy me a coffee ♥</string>
<string name="slava_ukraini_option">Slava Ukraini! 🇺🇦</string>
<string name="slava_ukraini_option_desc">Heroyam Slava! 🐉</string>
<!-- Font families -->
<string name="default_font">Default</string>
@ -252,5 +282,6 @@
<string name="delete_books_content_desc">Delete selected books</string>
<string name="revert_content_desc">Revert</string>
<string name="selected_content_desc">Selected</string>
<string name="app_icon_content_desc">App icon</string>
</resources>