Skip to content

Commit d906fb8

Browse files
authored
Merge pull request #366 from nhy42/master
Updated French string.xml
2 parents 7383691 + 1495131 commit d906fb8

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

app/src/main/res/values-fr/strings.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
<string name="title_taken">Une note avec le même titre existe déjà</string>
1010
<string name="open_note">Ouvrir la note</string>
1111
<string name="delete_note">Supprimer la note</string>
12-
<string name="delete_note_prompt_message">Etes-vous sûr de vouloir supprimer la note \"%s\"?</string>
12+
<string name="delete_note_prompt_message">Êtes-vous sûr de vouloir supprimer la note \"%s\"?</string>
1313
<string name="pick_a_note">Choisir une note</string>
1414
<string name="rename_note">Renommer la note</string>
1515
<string name="general_note">Note générale</string>
1616
<string name="create_new_note">Créer une nouvelle note</string>
1717
<string name="add_to_note">Ajouter à la note</string>
18-
<string name="unsaved_changes_warning">You have some unsaved changes. What do you want to do with them?</string>
19-
<string name="note_shown_widget">Note shown in the widget:</string>
20-
<string name="new_note_type">New note type:</string>
21-
<string name="text_note">Text note</string>
18+
<string name="unsaved_changes_warning">Vous avez des changements non sauvegardés. Que voulez-vous faire avec ?</string>
19+
<string name="note_shown_widget">Note affichée dans le widget:</string>
20+
<string name="new_note_type">Type de la note:</string>
21+
<string name="text_note">Texte</string>
2222

2323
<!-- File notes -->
2424
<string name="open_file">Ouvrir le fichier</string>
@@ -29,7 +29,7 @@
2929
<string name="delete_file_itself">Supprimer également le fichier \"%s\"</string>
3030
<string name="note_saved_successfully">Note \"%s\" sauvegardée avec succès</string>
3131
<string name="note_exported_successfully">Note \"%s\" exportée avec succès</string>
32-
<string name="only_export_file_content">Only export the current file content\n(changing the note will not affect the file)</string>
32+
<string name="only_export_file_content">Exporter seulement le contenu du fichier\n(changer le fichier n\'affectera pas la note)</string>
3333

3434
<!-- Settings -->
3535
<string name="display_success_message">Afficher les messages de succès de sauvegarde</string>
@@ -38,7 +38,7 @@
3838
<string name="monospaced_font">Utiliser une police monospace</string>
3939
<string name="show_keyboard">Afficher le clavier au démarrage</string>
4040
<string name="show_word_count">Afficher le nombre de mots</string>
41-
<string name="show_character_count">Show character count</string>
41+
<string name="show_character_count">Afficher le nombre de caractères</string>
4242
<string name="alignment">Alignement</string>
4343
<string name="left">Gauche</string>
4444
<string name="center">Centre</string>
@@ -47,23 +47,23 @@
4747
<string name="show_note_picker">Choisir une note au démarrage</string>
4848
<string name="autosave_notes">Sauvegarder automatiquement les notes</string>
4949
<string name="enable_line_wrap">Activer le retour à la ligne</string>
50-
<string name="use_incognito_mode">Use Incognito mode of keyboards</string>
51-
<string name="move_undone_checklist_items">Move undone checklist items at the top</string>
50+
<string name="use_incognito_mode">Utiliser le mode incognito des claviers</string>
51+
<string name="move_undone_checklist_items">Déplacer les éléments de cheklist inachevés en haut</string>
5252

5353
<!-- Checklists -->
5454
<string name="checklist">Checklist</string>
55-
<string name="add_new_checklist_item">Add a new checklist item</string>
56-
<string name="add_new_checklist_items">Add new checklist items</string>
57-
<string name="checklist_is_empty">The checklist is empty</string>
55+
<string name="add_new_checklist_item">Ajouter un nouvel élément</string>
56+
<string name="add_new_checklist_items">Ajouter de nouveaux éléments</string>
57+
<string name="checklist_is_empty">La checklist est vide</string>
5858

5959
<!-- Import / Export -->
6060
<string name="export_all_notes">Exporter toutes les notes en tant que fichiers</string>
6161
<string name="import_notes">Importer plusieurs fichiers en tant que notes</string>
6262
<string name="import_folder">Importer depuis un dossier</string>
6363

6464
<!-- FAQ -->
65-
<string name="faq_1_title">How can I change the widgets color?</string>
66-
<string name="faq_1_text">In case you have only 1 active widget, you can either recreate it, or use the button in the app settings for customizing it. If you have multiple active widgets, the button in the app settings will not be available. As the app supports color customization per-widget, you will have to recreate the widget that you want to customize.</string>
65+
<string name="faq_1_title">Comment puis-je changer la couleur du widget ?</string>
66+
<string name="faq_1_text">Si vous avez seulement un widget actif, vous pouvez soit le recréer, soit utiliser le bouton dans les paramètres pour le personnaliser. Si vous avez plusieurs widget actifs, le bouton dans les paramètres ne sera pas disponible. Comme l\'application supporte la personnalisation de la couleur par widget, vous devrez recréer le widget que vous voulez personnaliser</string>
6767

6868
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
6969
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->

0 commit comments

Comments
 (0)