Skip to content

Commit ba7097c

Browse files
committed
Translation: French
1 parent 62f82d4 commit ba7097c

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<resources xmlns:tools="http://schemas.android.com/tools">
2+
<string name="about">À propos</string>
3+
<string name="add_page">Ajouter une page</string>
4+
<string name="app_name">MyScan</string>
5+
<string name="app_tagline">Une application simple et respectueuse pour scanner vos documents.</string>
6+
<string name="back">Retour</string>
7+
<string name="camera_permission_denied">L\'autorisation d\'accès à la caméra a été refusée</string>
8+
<string name="cancel">Annuler</string>
9+
<string name="close">Fermer</string>
10+
<string name="delete_page">Supprimer la page</string>
11+
<string name="document">Document</string>
12+
<string name="error">Erreur : %1$s</string>
13+
<string name="error_no_document">Aucun document détecté</string>
14+
<string name="error_no_pdf_app">Aucune application trouvée pour ouvrir un PDF</string>
15+
<string name="error_save">Échec de l\'enregistrement du PDF</string>
16+
<string name="export_pdf">Exporter en PDF</string>
17+
<string name="filename">Nom de fichier</string>
18+
<string name="libraries">Bibliothèques</string>
19+
<string name="libraries_intro">Cette application utilise plusieurs bibliothèques open source, notamment :</string>
20+
<string name="libraries_open_source">Bibliothèques open source</string>
21+
<string name="license">Licence</string>
22+
<string name="licensed_under">Cette application est distribuée sous licence GNU General Public License v3.0.</string>
23+
<string name="new_document">Nouveau document</string>
24+
<string name="new_document_warning">Le document en cours sera perdu si vous ne l\'avez pas enregistré. Voulez-vous continuer ?</string>
25+
<string name="open">Ouvrir</string>
26+
<string name="open_pdf">Ouvrir le PDF</string>
27+
<string name="pdf_saved_to">PDF enregistré dans %1$s</string>
28+
<string name="restart">Réinitialiser</string>
29+
<string name="save">Enregistrer</string>
30+
<string name="share">Partager</string>
31+
<string name="share_pdf">Partager le PDF</string>
32+
<string name="unknown_size">Taille inconnue</string>
33+
<string name="version">Version</string>
34+
<string name="view_the_full_license">Voir la licence complète</string>
35+
<string name="view_full_list">Voir la liste complète</string>
36+
<string name="yes">Oui</string>
37+
<plurals name="page_count" tools:ignore="MissingQuantity">
38+
<item quantity="one">%d page</item>
39+
<item quantity="other">%d pages</item>
40+
</plurals>
41+
</resources>

0 commit comments

Comments
 (0)