Skip to content

Commit

Permalink
add template for french localization
Browse files Browse the repository at this point in the history
  • Loading branch information
GrakovNe committed Dec 19, 2024
1 parent 77ad7a9 commit c18af8b
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<resources>
<string name="app_name" translatable="false">Lissen</string>
<string name="library_screen_library_title">Library</string>
<string name="library_screen_continue_listening_title">Continue listening</string>
<string name="library_screen_downloads_menu_item">Downloads</string>
<string name="library_screen_preferences_menu_item">Preferences</string>
<string name="login_screen_title">Connect to Server</string>
<string name="login_screen_server_url_input">Server URL</string>
<string name="login_screen_login_input">Login</string>
<string name="login_screen_show_password_hint">Show password</string>
<string name="login_screen_password_input">Password</string>
<string name="login_screen_connect_button_text">Connect</string>
<string name="player_screen_library_navigation">Library</string>
<string name="player_screen_playback_speed_navigation">Speed</string>
<string name="player_screen_chapter_list_navigation">Chapters</string>
<string name="player_screen_preferences_navigation">Preferences</string>
<string name="player_screen_library_playing_title">Playing chapters</string>
<string name="player_screen_podcast_playing_title">Playing episodes</string>
<string name="player_screen_items_playing_title">Playing items</string>
<string name="player_screen_now_playing_title_chapter_of">Chapter %1$d of %2$s</string>
<string name="player_screen_now_playing_title_podcast_of">Episode %1$d of %2$s</string>
<string name="player_screen_now_playing_title_item_of">Item %1$d of %2$s</string>
<string name="settings_screen_title">Preferences</string>
<string name="settings_screen_preferred_library_title">Preferred library</string>
<string name="settings_screen_connected_as_title">Connected as</string>
<string name="settings_screen_server_connection">Server connection</string>
<string name="login_error_host_is_down">Host is down</string>
<string name="login_error_host_url_is_missing">Host URL is missing</string>
<string name="login_error_username_is_missing">Username is missing</string>
<string name="login_error_password_is_missing">Password is missing</string>
<string name="login_error_credentials_are_invalid">Credentials are invalid</string>
<string name="login_error_host_url_shall_be_https_or_http">Host URL shall be https:// or http://</string>
<string name="login_error_connection_error">Connection error</string>
<string name="disable_offline">Turn off offline</string>
<string name="enable_offline">Turn on offline</string>
<string name="no_books_listened_to_yet">No books listened to yet</string>
<string name="the_library_is_empty">The library is empty</string>
<string name="the_offline_library_is_empty">No saved books yet</string>
<string name="audiobookshelf_server_is_required">Audiobookshelf server is required</string>
<string name="no_internet_connection">No internet connection</string>
<string name="app_crach_toast">Sorry for the application crash\nLogs have been sent for analysis</string>
<string name="dialog_remove_from_cache_title">Remove from cache?</string>
<string name="dialog_remove_from_cache_text">The book stays in the library and can be listened to anytime</string>
<string name="dialog_confirm_remove">Remove</string>
<string name="dialog_dismiss_cancel">Cancel</string>
<string name="playback_speed_title">Playback speed</string>
<string name="color_scheme_follow_system">System</string>
<string name="color_scheme_light">Light</string>
<string name="color_scheme_dark">Dark</string>
<string name="settings_screen_color_scheme_title">Color scheme</string>
<string name="library_is_not_available">Library is not available</string>
<string name="library_search_hint">Search by title or author</string>
<string name="player_screen_title">Listening now</string>
<string name="settings_screen_custom_headers_title">Custom Headers</string>
<string name="settings_screen_custom_header_hint">Specify headers for server connections</string>
<string name="custom_header_hint_name">Key</string>
<string name="custom_header_hint_value">Value</string>
<string name="custom_headers_title">Custom Headers</string>
<string name="library_screen_podcast_title">Podcasts</string>
<string name="settings_screen_server_version">Server Version</string>
<string name="timer_option_after_current_episode">When the episode ends</string>
<string name="timer_option_after_minutes">%1$d minutes</string>
<string name="timer_option_disable_timer">Disable Timer</string>
<string name="timer_title">Sleep Timer</string>
<string name="player_screen_timer_navigation">Timer</string>
<string name="chapter_search_hint">Search by chapter title</string>
<string name="widget_placeholder_text">Click to open the app</string>
<string name="the_offline_podcasts_is_empty">No saved podcasts yet</string>
<string name="player_screen_downloads_navigation">Downloads</string>
<string name="downloads_menu_download_book">Download book</string>
<string name="downloads_menu_download_podcast">Download podcast</string>
<string name="downloads_menu_download_unknown">Downloads</string>
<string name="downloads_menu_download_option_current_chapter">Current chapter</string>
<string name="downloads_menu_download_option_current_episode">Current episode</string>
<string name="downloads_menu_download_option_current_item">Current item</string>
<string name="downloads_menu_download_option_entire_book">Entire book</string>
<string name="downloads_menu_download_option_entire_podcast">Entire podcast</string>
<string name="downloads_menu_download_option_entire_item">Entire item</string>
<string name="downloads_menu_download_option_next_chapters">Next %1$d chapters</string>
<string name="downloads_menu_download_option_next_episodes">Next %1$d episodes</string>
<string name="downloads_menu_download_option_next_items">Next %1$d items</string>
<string name="downloads_menu_download_option_clear_chapters">Clear downloaded chapters</string>
<string name="downloads_menu_download_option_clear_episodes">Clear downloaded episodes</string>
<string name="downloads_menu_download_option_clear_items">Clear downloaded items</string>
<string name="mini_player_action_close">Close</string>
</resources>

0 comments on commit c18af8b

Please sign in to comment.