Sync translations

This commit is contained in:
Karim Abou Zeid 2018-05-18 14:58:38 +02:00
commit 8b3cfbbaba
18 changed files with 105 additions and 2 deletions

View file

@ -226,6 +226,7 @@
<string name="saved_playlist_to">Liste de lecture sauvegardée dans %s.</string>
<string name="failed_to_save_playlist">Impossible de sauvegarder la liste de lecture (%s).</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> n\'est pas dans le catalogue de médias.]]></string>
<string name="some_files_are_not_listed_in_the_media_store">Des fichiers ne sont pas listés dans les documents.</string>
<string name="nothing_to_scan">Rien à analyser.</string>
<string name="scanned_files">%1$d fichiers scannés sur %2$d.</string>
<string name="could_not_scan_files">Impossible de scanner %d fichiers.</string>
@ -274,6 +275,7 @@
<string name="restore">Restaurer</string>
<string name="no_purchase_found">Aucun achat trouvé.</string>
<string name="eugene_cheung_summary">Pour ses contributions au code source</string>
<string name="adrian_summary">Pour créer le design de la page d\'album.</string>
<string name="add_action">Ajouter</string>
<string name="blacklist">Liste noire</string>
<string name="remove_from_blacklist">Retirer de la liste noire</string>
@ -286,4 +288,12 @@
<string name="library_categories">Catégories de la bibliothèque</string>
<string name="pref_summary_library_categories">Configurer la visibilité et l\'ordre des catégories.</string>
<string name="you_have_to_select_at_least_one_category">Vous devez sélectionner au moins une catégorie.</string>
<string name="action_scan_directory">Scanner le dossier.</string>
<string name="scan_media">Scanner les médias.</string>
<string name="action_sort_order">Ordre de tri</string>
<string name="sort_order_a_z">Ascendant</string>
<string name="sort_order_z_a">Descendant</string>
<string name="sort_order_artist">Artiste</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_year">Année</string>
</resources>