Refactor screen/page navigation + thumbnail list.

This commit is contained in:
Thomas Andres Gomez 2022-04-21 18:21:36 +02:00
parent 5a1ff33a46
commit 0ee7de3cde
44 changed files with 1050 additions and 158 deletions

View file

@ -0,0 +1,50 @@
<resources>
<string name="app_name">BibLib</string>
<string name="app_version">%1$s: %2$s - %3$d</string>
<!-- Actions -->
<string name="action_register">Register</string>
<string name="action_login">Login</string>
<string name="action_epub">EPUB</string>
<string name="action_mobi">MOBI</string>
<string name="action_send">SEND</string>
<string name="action_google_sign_in">Sign in with</string>
<!-- Bottom bar -->
<!-- <string name="menu_new">Nouveautés</string>-->
<!-- <string name="menu_book">Livres</string>-->
<!-- <string name="menu_series">Séries</string>-->
<!-- <string name="menu_author">Auteurs</string>-->
<!-- <string name="menu_tag">Étiquettes</string>-->
<!-- Dialogs -->
<string name="error_generic">Oops!</string>
<string name="error_authentication">Oops, connection failed!</string>
<string name="error_book">Oops! library download failed!</string>
<string name="loading_authentication">Entering the Imperial Library of Trantor.</string>
<string name="loading_book">Downloading the Imperial Library of Trantor.</string>
<string name="success_authentication">Authentication successful</string>
<string name="success_book">Library successfully loaded</string>
<!-- Screens & pages -->
<string name="splash_welcome">Welcome to</string>
<string name="authentication_title">Sign in to BibLib</string>
<string name="authentication_login">Login</string>
<string name="authentication_password">Password</string>
<string name="authentication_credential_remember">Remember my credential</string>
<string name="detail_rating">Rating</string>
<string name="detail_language">Language</string>
<string name="detail_release">Release</string>
<string name="detail_genre">Genre</string>
<string name="detail_series">Series</string>
<string name="not_implemented_yet">Not implemented yet.</string>
</resources>