Traduction vers le français
This commit is contained in:
parent
1a94e5337f
commit
e150e14c1c
|
@ -1,7 +1,7 @@
|
|||
<resources>
|
||||
|
||||
<string name="error_generic">Une erreur s’est produite.</string>
|
||||
<string name="error_empty">This cannot be empty.</string>
|
||||
<string name="error_empty">Ce champs ne peut pas être vide</string>
|
||||
<string name="error_invalid_domain">Le domaine est invalide</string>
|
||||
<string name="error_failed_app_registration">L’application n’a pu s’authentifier avec l’instance.</string>
|
||||
<string name="error_no_web_browser_found">Impossible de trouver un navigateur web.</string>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<string name="error_media_upload_type">Ce type de fichier n’est pas accepté.</string>
|
||||
<string name="error_media_upload_opening">Le fichier ne peut être ouvert.</string>
|
||||
<string name="error_media_upload_permission">Une permission pour lire ce média est requise pour le mettre en ligne.</string>
|
||||
<string name="error_media_download_permission">Permission to store media is required.</string>
|
||||
<string name="error_media_download_permission">Permission d\'enregistrer le fichier requise.</string>
|
||||
|
||||
<string name="error_media_upload_image_or_video">Impossible de mettre une vidéo et une image sur le même pouet.</string>
|
||||
<string name="error_media_upload_sending">Ce média ne peut être mis en ligne.</string>
|
||||
|
@ -41,7 +41,7 @@
|
|||
<string name="footer_end_of_statuses">fin du pouet</string>
|
||||
<string name="footer_end_of_notifications">fin des notifications</string>
|
||||
<string name="footer_end_of_accounts">fin des comptes</string>
|
||||
<string name="footer_empty">There are no toots here so far. Pull down to refresh!</string>
|
||||
<string name="footer_empty">Il n\'y à pas encore de pouet ici. Glissez vers le bas pour actualiser!</string>
|
||||
|
||||
<string name="notification_reblog_format">%s a boosté votre pouet</string>
|
||||
<string name="notification_favourite_format">%s a ajouté votre pouet dans ses favoris</string>
|
||||
|
@ -81,7 +81,7 @@
|
|||
<string name="action_open_in_web">Ouvrir avec votre navigateur</string>
|
||||
<string name="action_submit">Envoyer</string>
|
||||
<string name="action_photo_pick">Ajouter un média</string>
|
||||
<string name="action_photo_take">Take photo</string>
|
||||
<string name="action_photo_take">Prendre une photo</string>
|
||||
<string name="action_share">Partager</string>
|
||||
<string name="action_mute">Rendre muet</string>
|
||||
<string name="action_unmute">Redonner la parole</string>
|
||||
|
@ -90,11 +90,11 @@
|
|||
<string name="action_compose_options">Option</string>
|
||||
<string name="action_open_drawer">Ouvrir le menu</string>
|
||||
<string name="action_clear">Nettoyer</string>
|
||||
<string name="action_save">Save</string>
|
||||
<string name="action_edit_profile">Edit profile</string>
|
||||
<string name="action_save">Sauvegarder</string>
|
||||
<string name="action_edit_profile">Modifier le profil</string>
|
||||
|
||||
<string name="send_status_link_to">Partager l’URL de votre pouet avec…</string>
|
||||
<string name="send_status_content_to">Share toot to…</string>
|
||||
<string name="send_status_content_to">Partager le pouet avec…</string>
|
||||
|
||||
<string name="search">Rechercher un compte…</string>
|
||||
|
||||
|
@ -104,11 +104,11 @@
|
|||
<string name="hint_domain">Quelle instance ?</string>
|
||||
<string name="hint_compose">Quoi de neuf ?</string>
|
||||
<string name="hint_content_warning">Contenu sensible</string>
|
||||
<string name="hint_display_name">Display name</string>
|
||||
<string name="hint_display_name">Afficher le nom</string>
|
||||
<string name="hint_note">Bio</string>
|
||||
|
||||
<string name="label_avatar">Avatar</string>
|
||||
<string name="label_header">Header</string>
|
||||
<string name="label_header">En-tête</string>
|
||||
|
||||
<string name="link_whats_an_instance">Qu’est ce qu’une instance ?</string>
|
||||
|
||||
|
@ -121,7 +121,7 @@
|
|||
</string>
|
||||
<string name="dialog_title_finishing_media_upload">Média mis en ligne avec succès</string>
|
||||
<string name="dialog_message_uploading_media">Mise en ligne…</string>
|
||||
<string name="dialog_download_image">Download</string>
|
||||
<string name="dialog_download_image">Télécharger</string>
|
||||
|
||||
<string name="visibility_public">Public: Afficher dans les fils publics</string>
|
||||
<string name="visibility_unlisted">Non-listé: Ne pas afficher dans les fils publics</string>
|
||||
|
@ -153,6 +153,6 @@
|
|||
<string name="notification_title_summary">%d nouvelles interactions</string>
|
||||
|
||||
<string name="description_account_locked">Compte bloqué</string>
|
||||
<string name="status_share_content">Share content of toot</string>
|
||||
<string name="status_share_link">Share link to toot</string>
|
||||
<string name="status_share_content">Partager le conteunu du pouet</string>
|
||||
<string name="status_share_link">Partager le lien du pouet</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue