Biblib/app/src/main/res/values/strings.xml
2022-07-21 14:01:48 +02:00

56 lines
No EOL
2.4 KiB
XML

<resources>
<string name="app_name" translatable="false">BibLibrary</string>
<string name="app_version" translatable="false">%1$s: %2$s - %3$d</string>
<string name="not_implemented_yet" translatable="false">Not implemented yet.</string>
<!-- Actions -->
<string name="action_register">Register</string>
<string name="action_login">Login</string>
<string name="action_google_sign_in">Sign in with</string>
<string name="action_epub" translatable="false" >EPUB</string>
<string name="action_mobi" translatable="false" >MOBI</string>
<string name="action_send" translatable="false" >SEND</string>
<!-- Menu item -->
<string name="menu_new">What\'s news</string>
<string name="menu_book">Library</string>
<string name="menu_series">Series</string>
<string name="menu_author">Authors</string>
<string name="menu_tag">Genres</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="error_offline">You are offline.</string>
<string name="error_no_amazon_email">You have no email linked to your account. Please go to https://bib.bibulle.fr/ and edit your profile to add one.</string>
<string name="loading_authentication">Opening the BibLibrary.</string>
<string name="loading_book">Downloading the BibLibrary.</string>
<string name="success_authentication">Authentication successful</string>
<string name="success_book">Library successfully loaded</string>
<!-- Screens & pages -->
<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="detail_emails_title">Send this eBook to:</string>
<string name="search_filter_author">Author</string>
<string name="search_filter_serie">Serie</string>
<string name="search_filter_genre">Genre</string>
<string name="search_filter_language">Language</string>
</resources>