1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/CliClient/locales/fr_FR.po

3472 lines
135 KiB
Plaintext
Raw Normal View History

2017-07-18 20:04:47 +02:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Laurent Cozic
# This file is distributed under the same license as the Joplin-CLI package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: Joplin-CLI 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Laurent Cozic\n"
2017-07-18 20:04:47 +02:00
"Language-Team: \n"
"Language: fr_FR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2019-09-25 19:54:25 +02:00
"X-Generator: Poedit 2.0.3\n"
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/app-gui.js:445
msgid "To delete a tag, untag the associated notes."
msgstr "Pour supprimer une vignette, enlever là des notes associées."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/app-gui.js:455
msgid "Please select the note or notebook to be deleted first."
msgstr "Veuillez d'abord sélectionner un carnet."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/app-gui.js:719
msgid "Press Ctrl+D or type \"exit\" to exit the application"
msgstr "Appuyez sur Ctrl+D ou tapez \"exit\" pour sortir du logiciel"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/app.js:61
#, javascript-format
2017-10-08 19:50:43 +02:00
msgid "More than one item match \"%s\". Please narrow down your query."
2017-10-31 00:29:17 +02:00
msgstr "Plus d'un objet correspond à \"%s\". Veuillez préciser votre requête."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/app.js:91
2017-07-18 20:04:47 +02:00
msgid "No notebook selected."
msgstr "Aucun carnet n'est sélectionné."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/app.js:97
2017-07-18 20:04:47 +02:00
msgid "No notebook has been specified."
msgstr "Aucun carnet n'est spécifié."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/app.js:136
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/cli-utils.js:160
2017-10-28 19:55:45 +02:00
msgid "Y"
2017-10-31 00:29:17 +02:00
msgstr "O"
2017-10-28 19:55:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/app.js:136
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/cli-utils.js:160
2017-10-28 19:55:45 +02:00
msgid "n"
2017-10-31 00:29:17 +02:00
msgstr "n"
2017-10-28 19:55:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/app.js:136
2017-10-28 19:55:45 +02:00
msgid "N"
2017-10-31 00:29:17 +02:00
msgstr "N"
2017-10-28 19:55:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/app.js:136
2017-10-28 19:55:45 +02:00
msgid "y"
2017-10-31 00:29:17 +02:00
msgstr "o"
2017-10-28 19:55:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/app.js:169
msgid "Cancelling background synchronisation... Please wait."
msgstr "Annulation de la synchronisation... Veuillez patienter."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/app.js:254
#, javascript-format
msgid "No such command: %s"
msgstr "Commande invalide : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/app.js:302
#, javascript-format
msgid "The command \"%s\" is only available in GUI mode"
msgstr ""
"La commande \"%s\" est disponible uniquement en mode d'interface graphique"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/base-command.js:15
2018-01-06 22:05:34 +02:00
msgid "Cannot change encrypted item"
2018-09-03 12:49:41 +02:00
msgstr "Un objet chiffré ne peut pas être modifié"
2018-01-06 22:05:34 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/cli-utils.js:108
#, javascript-format
msgid "Missing required argument: %s"
msgstr "Paramètre requis manquant : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/cli-utils.js:139
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/report.js:149
2017-10-31 00:29:17 +02:00
#, javascript-format
msgid "%s: %s"
2017-10-31 00:29:17 +02:00
msgstr "%s : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/cli-utils.js:143
msgid "Your choice: "
msgstr "Votre choix : "
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/cli-utils.js:150
#, javascript-format
msgid "Invalid answer: %s"
msgstr "Réponse invalide : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-attach.js:13
msgid "Attaches the given file to the note."
2017-10-31 00:29:17 +02:00
msgstr "Joindre le fichier fourni à la note."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-attach.js:21
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-cat.js:24
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-cp.js:24
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-cp.js:27
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-done.js:20
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-export.js:34
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-export.js:38
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-geoloc.js:20
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-help.js:66
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-import.js:30
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-mv.js:22
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-mv.js:25
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-ren.js:23
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-rmbook.js:25
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-rmnote.js:25
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-search.js:27
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-set.js:32
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-tag.js:33
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-tag.js:36
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-tag.js:42
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-tag.js:43
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-tag.js:81
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-tag.js:87
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-todo.js:21
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-use.js:21
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService.js:217
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService.js:238
#, javascript-format
msgid "Cannot find \"%s\"."
msgstr "Impossible de trouver \"%s\"."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-cat.js:13
2017-07-18 20:21:03 +02:00
msgid "Displays the given note."
2017-07-18 20:49:47 +02:00
msgstr "Affiche la note."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-cat.js:17
2017-07-18 20:21:03 +02:00
msgid "Displays the complete information about note."
2017-07-18 20:49:47 +02:00
msgstr "Affiche tous les détails de la note."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-config.js:12
2017-07-18 20:21:03 +02:00
msgid ""
"Gets or sets a config value. If [value] is not provided, it will show the "
"value of [name]. If neither [name] nor [value] is provided, it will list the "
"current configuration."
msgstr ""
2017-07-18 20:49:47 +02:00
"Obtient ou modifie une valeur de configuration. Si la [valeur] n'est pas "
2018-02-28 22:46:15 +02:00
"fournie, la valeur de [nom] sera affichée. Si ni le [nom] ni la [valeur] ne "
"sont fournis, la configuration complète sera affichée."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-config.js:16
2017-08-22 19:57:35 +02:00
msgid "Also displays unset and hidden config variables."
2017-07-24 23:29:40 +02:00
msgstr "Afficher également les variables cachées."
2017-07-24 21:47:01 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-config.js:29
2017-07-24 23:29:40 +02:00
#, javascript-format
2017-07-24 20:58:11 +02:00
msgid "%s = %s (%s)"
2017-07-24 23:29:40 +02:00
msgstr "%s = %s (%s)"
2017-07-24 20:58:11 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-config.js:31
2017-07-24 20:58:11 +02:00
#, javascript-format
msgid "%s = %s"
2017-07-24 23:29:40 +02:00
msgstr "%s = %s"
2017-07-24 20:58:11 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-cp.js:13
2017-07-18 20:21:03 +02:00
msgid ""
2017-08-04 18:50:12 +02:00
"Duplicates the notes matching <note> to [notebook]. If no notebook is "
2017-07-18 20:21:03 +02:00
"specified the note is duplicated in the current notebook."
msgstr ""
2017-11-20 20:58:51 +02:00
"Copier les notes correspondant à <nom> vers [carnet]. Si aucun carnet n'est "
2017-10-31 00:29:17 +02:00
"spécifié, la note est dupliquée sur place."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-done.js:14
msgid "Marks a to-do as done."
2017-10-31 00:29:17 +02:00
msgstr "Marquer la tâche comme complétée."
2017-08-21 22:46:31 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-done.js:21
2017-08-21 22:46:31 +02:00
#, javascript-format
msgid "Note is not a to-do: \"%s\""
2017-10-31 00:29:17 +02:00
msgstr "La note n'est pas une tâche : \"%s\""
2017-08-21 22:46:31 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-e2ee.js:18
2018-01-06 22:05:34 +02:00
msgid ""
"Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, "
2019-03-08 19:39:26 +02:00
"`status`, `decrypt-file` and `target-status`."
2018-01-06 22:05:34 +02:00
msgstr ""
2018-09-03 12:49:41 +02:00
"Gérer la configuration E2EE (Chiffrement de bout à bout). Les commandes sont "
2019-03-08 19:39:26 +02:00
"`enable`, `disable`, `decrypt` et `status`, `decrypt-file` et `target-"
"status`."
2018-01-06 22:05:34 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-e2ee.js:37
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-e2ee.js:48
2018-01-06 22:05:34 +02:00
msgid "Enter master password:"
msgstr "Entrer le mot de passe maître :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-e2ee.js:39
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-e2ee.js:50
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-e2ee.js:55
2018-01-06 22:05:34 +02:00
msgid "Operation cancelled"
msgstr "Opération annulée"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-e2ee.js:53
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:165
msgid "Confirm password:"
msgstr "Confirmer le mot de passe :"
2019-10-17 00:14:43 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-e2ee.js:59
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:143
2019-10-17 00:14:43 +02:00
msgid "Passwords do not match!"
msgstr "Les mots de passe ne correspondent pas !"
2019-10-17 00:14:43 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-e2ee.js:76
2018-01-06 22:05:34 +02:00
msgid ""
"Starting decryption... Please wait as it may take several minutes depending "
"on how much there is to decrypt."
msgstr ""
2018-09-03 12:49:41 +02:00
"Démarrage du déchiffrement... Veuillez patienter car cela pourrait prendre "
"plusieurs minutes selon le nombre d'objets à déchiffrer."
2018-01-06 22:05:34 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-e2ee.js:93
2018-01-06 22:05:34 +02:00
msgid "Completed decryption."
2018-09-03 12:49:41 +02:00
msgstr "Déchiffrement complété."
2018-01-06 22:05:34 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-e2ee.js:100
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:337
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:281
2018-01-06 22:05:34 +02:00
msgid "Enabled"
msgstr "Activé"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-e2ee.js:100
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:337
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:465
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:281
2018-01-06 22:05:34 +02:00
msgid "Disabled"
msgstr "Désactivé"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-e2ee.js:100
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:281
2018-01-06 22:05:34 +02:00
#, javascript-format
msgid "Encryption is: %s"
2018-09-03 12:49:41 +02:00
msgstr "Le chiffrement est : %s"
2018-01-06 22:05:34 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-edit.js:17
2017-07-18 20:21:03 +02:00
msgid "Edit note."
2017-11-20 20:58:51 +02:00
msgstr "Éditer la note."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-edit.js:30
2017-07-18 20:04:47 +02:00
msgid ""
"No text editor is defined. Please set it using `config editor <editor-path>`"
msgstr ""
2017-07-18 20:49:47 +02:00
"Aucun éditeur de texte n'est défini. Veuillez le définir en utilisant la "
"commande `config editor <chemin-editeur>`"
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-edit.js:40
2017-07-18 20:04:47 +02:00
msgid "No active notebook."
2017-07-18 20:49:47 +02:00
msgstr "Aucun carnet actif."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-edit.js:46
2017-07-28 20:13:07 +02:00
#, javascript-format
msgid "Note does not exist: \"%s\". Create it?"
2017-08-04 18:50:12 +02:00
msgstr "Cette note n'existe pas : \"%s\". La créer ?"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-exit.js:11
msgid "Exits the application."
msgstr "Quitter le logiciel."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-export.js:13
2017-10-30 02:29:10 +02:00
msgid ""
2018-02-28 22:46:15 +02:00
"Exports Joplin data to the given path. By default, it will export the "
2017-10-30 02:29:10 +02:00
"complete database including notebooks, notes, tags and resources."
2017-08-20 16:29:18 +02:00
msgstr ""
2018-02-28 22:46:15 +02:00
"Exporter les données de Joplin. Par défaut, la base de donnée complète sera "
"exportée, y compris les carnets, notes, tags et ressources."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-export.js:23
#, javascript-format
msgid "Destination format: %s"
msgstr "Format de la destination : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-export.js:23
msgid "Exports only the given note."
msgstr "Exporter uniquement la note spécifiée."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-export.js:23
msgid "Exports only the given notebook."
msgstr "Exporter uniquement le carnet spécifié."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-geoloc.js:13
2017-07-18 21:27:10 +02:00
msgid "Displays a geolocation URL for the note."
2017-07-24 23:29:40 +02:00
msgstr "Afficher l'URL de l'emplacement de la note."
2017-07-18 21:27:10 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-help.js:13
msgid "Displays usage information."
2017-10-31 00:29:17 +02:00
msgstr "Affiche les informations d'utilisation."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-help.js:36
2018-02-17 01:26:31 +02:00
#, javascript-format
msgid "For information on how to customise the shortcuts please visit %s"
msgstr ""
"Pour personnaliser les raccourcis veuillez consulter la documentation à %s"
2018-02-17 01:26:31 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-help.js:44
2017-10-29 17:41:30 +02:00
msgid "Shortcuts are not available in CLI mode."
2017-10-31 00:29:17 +02:00
msgstr "Les raccourcis ne sont pas disponible en mode de ligne de commande."
2017-10-29 17:41:30 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-help.js:71
2017-12-15 10:46:30 +02:00
msgid ""
"Type `help [command]` for more information about a command; or type `help "
"all` for the complete usage information."
2018-01-06 22:05:34 +02:00
msgstr ""
"Tapez `help [command]` pour plus d'information sur une commande ; ou tapez "
"`help all` pour l'aide complète."
2017-10-09 00:34:01 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-help.js:73
2017-10-09 00:34:01 +02:00
msgid "The possible commands are:"
2017-10-31 00:29:17 +02:00
msgstr "Les commandes possibles sont :"
2017-10-09 00:34:01 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-help.js:77
2017-10-30 02:29:10 +02:00
msgid ""
"In any command, a note or notebook can be referred to by title or ID, or "
2017-10-30 02:29:10 +02:00
"using the shortcuts `$n` or `$b` for, respectively, the currently selected "
"note or notebook. `$c` can be used to refer to the currently selected item."
msgstr ""
2017-11-20 20:58:51 +02:00
"Dans une commande, une note ou carnet peut être référé par titre ou "
"identifiant, ou en utilisant les raccourcis `$n` et `$b` pour, "
2017-10-31 00:29:17 +02:00
"respectivement, la note sélectionnée et le carnet sélectionné. `$c` peut "
"être utilisé pour faire référence à l'objet sélectionné en cours."
2017-10-30 02:29:10 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-help.js:79
2017-10-31 00:29:17 +02:00
msgid "To move from one pane to another, press Tab or Shift+Tab."
msgstr "Pour aller d'un volet à l'autre, pressez Tab ou Maj+Tab."
2017-10-24 22:22:57 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-help.js:80
msgid ""
"Use the arrows and page up/down to scroll the lists and text areas "
"(including this console)."
msgstr ""
2017-10-31 00:29:17 +02:00
"Utilisez les touches fléchées et page précédente/suivante pour faire défiler "
"les listes et zones de texte (y compris cette console)."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-help.js:81
2018-04-28 11:40:55 +02:00
msgid "To maximise/minimise the console, press \"tc\"."
2018-04-28 11:44:07 +02:00
msgstr "Pour maximiser ou minimiser la console, pressez \"tc\"."
2017-10-09 00:34:01 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-help.js:82
msgid "To enter command line mode, press \":\""
2017-10-31 00:29:17 +02:00
msgstr "Pour démarrer le mode ligne de commande, pressez \":\""
2017-10-09 00:34:01 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-help.js:83
msgid "To exit command line mode, press ESCAPE"
2017-10-31 00:29:17 +02:00
msgstr "Pour sortir du mode ligne de commande, pressez ECHAP"
2017-10-09 00:34:01 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-help.js:84
2017-10-24 22:22:57 +02:00
msgid ""
2018-02-17 01:26:31 +02:00
"For the list of keyboard shortcuts and config options, type `help keymap`"
msgstr "Pour la liste complète des raccourcis disponibles, tapez `help keymap`"
2017-10-09 00:34:01 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-import.js:14
2018-02-28 22:46:15 +02:00
msgid "Imports data into Joplin."
msgstr "Importer des données dans Joplin."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-import.js:24
2017-07-31 21:09:01 +02:00
#, javascript-format
2018-02-28 22:46:15 +02:00
msgid "Source format: %s"
msgstr "Format de la source : %s"
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-import.js:24
2018-02-28 22:46:15 +02:00
msgid "Do not ask for confirmation."
msgstr "Ne pas demander de confirmation."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-import.js:43
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ImportScreen.min.js:69
2017-07-18 20:04:47 +02:00
#, javascript-format
msgid "Found: %d."
2017-07-18 20:49:47 +02:00
msgstr "Trouvés : %d."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-import.js:44
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ImportScreen.min.js:70
2017-07-18 20:04:47 +02:00
#, javascript-format
msgid "Created: %d."
2017-07-18 20:49:47 +02:00
msgstr "Créés : %d."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-import.js:45
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ImportScreen.min.js:71
2017-07-18 20:04:47 +02:00
#, javascript-format
msgid "Updated: %d."
2017-11-20 20:58:51 +02:00
msgstr "Mis à jour : %d."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-import.js:46
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ImportScreen.min.js:72
2017-07-18 20:04:47 +02:00
#, javascript-format
msgid "Skipped: %d."
2017-07-18 20:49:47 +02:00
msgstr "Ignorés : %d."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-import.js:47
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ImportScreen.min.js:73
2017-07-18 20:04:47 +02:00
#, javascript-format
msgid "Resources: %d."
2017-07-18 20:49:47 +02:00
msgstr "Ressources : %d."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-import.js:48
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ImportScreen.min.js:74
2017-07-18 20:04:47 +02:00
#, javascript-format
msgid "Tagged: %d."
2017-11-20 20:58:51 +02:00
msgstr "Étiquettes : %d."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-import.js:61
2017-07-18 20:04:47 +02:00
msgid "Importing notes..."
2017-07-18 20:49:47 +02:00
msgstr "Importation des notes..."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-import.js:66
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ImportScreen.min.js:89
2017-10-31 00:29:17 +02:00
#, javascript-format
2017-10-24 22:22:57 +02:00
msgid "The notes have been imported: %s"
2017-10-31 00:29:17 +02:00
msgstr "Les notes ont été importées : %s"
2017-10-24 22:22:57 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-ls.js:18
2017-07-18 20:21:03 +02:00
msgid ""
2017-08-04 18:50:12 +02:00
"Displays the notes in the current notebook. Use `ls /` to display the list "
"of notebooks."
2017-07-18 20:21:03 +02:00
msgstr ""
2017-07-18 20:49:47 +02:00
"Affiche les notes dans le carnet. Utilisez `ls /` pour afficher la liste des "
"carnets."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-ls.js:26
2017-07-18 20:21:03 +02:00
msgid "Displays only the first top <num> notes."
2017-07-18 20:49:47 +02:00
msgstr "Affiche uniquement les <num> premières notes."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-ls.js:26
2017-07-18 20:21:03 +02:00
msgid "Sorts the item by <field> (eg. title, updated_time, created_time)."
msgstr ""
2017-07-18 20:49:47 +02:00
"Trier les notes par <field> (par exemple, title, updated_time, created_time)."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-ls.js:26
2017-07-18 20:21:03 +02:00
msgid "Reverses the sorting order."
2017-07-18 20:49:47 +02:00
msgstr "Inverser l'ordre."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-ls.js:26
2017-07-18 20:21:03 +02:00
msgid ""
"Displays only the items of the specific type(s). Can be `n` for notes, `t` "
"for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the "
"to-dos, while `-ttd` would display notes and to-dos."
2017-07-18 20:21:03 +02:00
msgstr ""
2017-07-26 23:27:03 +02:00
"Affiche uniquement les notes du ou des types spécifiés. Le type peut-être "
2017-07-18 20:49:47 +02:00
"`n` pour les notes, `t` pour les tâches (par exemple, `-tt` affiche "
"uniquement les tâches, tandis que `-ttd` affiche les notes et les tâches)."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-ls.js:26
2017-07-18 20:21:03 +02:00
msgid "Either \"text\" or \"json\""
2017-07-18 20:49:47 +02:00
msgstr "Soit \"text\" soit \"json\""
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-ls.js:26
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-tag.js:18
2017-07-18 20:21:03 +02:00
msgid ""
"Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, "
"TODO_CHECKED (for to-dos), TITLE"
2017-07-18 20:21:03 +02:00
msgstr ""
2017-07-18 20:49:47 +02:00
"Utilise le format de liste longue. Le format est ID, NOMBRE_DE_NOTES (pour "
"les carnets), DATE, TACHE_TERMINE (pour les tâches), TITRE"
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-ls.js:56
2017-07-18 20:04:47 +02:00
msgid "Please select a notebook first."
2017-07-26 23:27:03 +02:00
msgstr "Veuillez d'abord sélectionner un carnet."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-mkbook.js:12
2017-07-18 20:21:03 +02:00
msgid "Creates a new notebook."
2017-07-18 20:49:47 +02:00
msgstr "Créer un carnet."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-mknote.js:12
2017-07-18 20:21:03 +02:00
msgid "Creates a new note."
2017-07-18 20:49:47 +02:00
msgstr "Créer une note."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-mknote.js:16
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-mktodo.js:16
2017-07-18 20:04:47 +02:00
msgid "Notes can only be created within a notebook."
2017-07-18 20:49:47 +02:00
msgstr "Les notes ne peuvent être créées que dans un carnet."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-mktodo.js:12
msgid "Creates a new to-do."
2017-07-31 21:09:01 +02:00
msgstr "Créer une nouvelle tâche."
2017-07-31 20:57:31 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-mv.js:14
msgid "Moves the notes matching <note> to [notebook]."
2017-10-31 00:29:17 +02:00
msgstr "Déplacer les notes correspondant à <note> vers [notebook]."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-ren.js:14
2017-10-27 00:22:36 +02:00
msgid "Renames the given <item> (note or notebook) to <name>."
2017-10-31 00:29:17 +02:00
msgstr "Renommer l'objet <item> (note ou carnet) en <name>."
2017-10-27 00:22:36 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-rmbook.js:13
msgid "Deletes the given notebook."
2017-10-31 00:29:17 +02:00
msgstr "Supprimer le carnet."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-rmbook.js:17
msgid "Deletes the notebook without asking for confirmation."
2017-10-31 00:29:17 +02:00
msgstr "Supprimer le carnet sans demander la confirmation."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-rmbook.js:26
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/notes.js:143
2018-05-09 14:14:17 +02:00
msgid ""
"Delete notebook? All notes and sub-notebooks within this notebook will also "
"be deleted."
2017-12-15 10:46:30 +02:00
msgstr ""
2018-05-09 14:14:17 +02:00
"Effacer le carnet ? Toutes les notes et sous-carnets dans ce carnet seront "
"également effacés."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-rmnote.js:13
2017-08-04 18:50:12 +02:00
msgid "Deletes the notes matching <note-pattern>."
2017-10-31 00:29:17 +02:00
msgstr "Supprimer les notes correspondants à <note-pattern>."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-rmnote.js:17
msgid "Deletes the notes without asking for confirmation."
2017-10-31 00:29:17 +02:00
msgstr "Supprimer les notes sans demander la confirmation."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-rmnote.js:27
2017-07-18 20:04:47 +02:00
#, javascript-format
msgid "%d notes match this pattern. Delete them?"
2017-07-18 20:49:47 +02:00
msgstr "%d notes correspondent à ce motif. Les supprimer ?"
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-rmnote.js:27
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:349
2017-10-15 18:57:09 +02:00
msgid "Delete note?"
msgstr "Supprimer la note ?"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-search.js:13
2017-07-18 20:21:03 +02:00
msgid "Searches for the given <pattern> in all the notes."
2017-07-18 20:49:47 +02:00
msgstr "Chercher le motif <pattern> dans toutes les notes."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-server.js:14
2019-09-09 19:22:20 +02:00
#, javascript-format
msgid ""
"Start, stop or check the API server. To specify on which port it should run, "
"set the api.port config variable. Commands are (%s)."
msgstr ""
"Démarre, stop ou vérifie l'état du serveur API. Pour spécifier sur quel port "
"il doit tourner, veuillez utiliser la variable de config api.port. Les "
"commandes sont (%s)."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-server.js:37
#, javascript-format
msgid "Server is already running on port %d"
msgstr "Le serveur tourne déjà sur le port %d"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-server.js:43
#, javascript-format
msgid "Server is running on port %d"
msgstr "Le serveur tourne sur le port %d"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-server.js:43
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-server.js:46
msgid "Server is not running."
msgstr "Le serveur est arrêté."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-set.js:22
#, javascript-format
msgid ""
"Sets the property <name> of the given <note> to the given [value]. Possible "
"properties are:\n"
"\n"
"%s"
msgstr ""
"Assigner la valeur [value] à la propriété <name> de la <note> donnée. Les "
"valeurs possibles sont :\n"
"\n"
"%s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-status.js:13
2017-07-18 20:21:03 +02:00
msgid "Displays summary about the notes and notebooks."
2017-07-18 20:49:47 +02:00
msgstr "Afficher un résumé des notes et carnets."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-sync.js:28
2017-07-26 23:27:03 +02:00
msgid "Synchronises with remote storage."
2017-07-18 20:49:47 +02:00
msgstr "Synchroniser les notes et carnets."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-sync.js:32
2017-07-18 20:21:03 +02:00
msgid "Sync to provided target (defaults to sync.target config value)"
2017-07-18 20:04:47 +02:00
msgstr ""
2017-07-18 20:49:47 +02:00
"Synchroniser avec la cible donnée (par défaut, la valeur de configuration "
"`sync.target`)."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-sync.js:77
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-sync.js:91
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/OneDriveLoginScreen.min.js:40
msgid ""
"Authentication was not completed (did not receive an authentication token)."
msgstr "Impossible d'autoriser le logiciel (jeton d'identification non-reçu)."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-sync.js:86
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/DropboxLoginScreen.min.js:42
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/dropbox-login.js:53
msgid ""
"To allow Joplin to synchronise with Dropbox, please follow the steps below:"
msgstr ""
"Pour permettre à Joplin de synchroniser avec Dropbox, veuillez suivre les "
"étapes ci-dessous :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-sync.js:87
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/DropboxLoginScreen.min.js:47
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/dropbox-login.js:54
msgid "Step 1: Open this URL in your browser to authorise the application:"
msgstr ""
"Étape 1: Veuillez ouvrir cette URL dans votre navigateur internet pour "
"autoriser le logiciel :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-sync.js:89
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/DropboxLoginScreen.min.js:57
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/dropbox-login.js:60
msgid "Step 2: Enter the code provided by Dropbox:"
msgstr "Étape 2 : Entrez le code fourni par Dropbox :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-sync.js:101
#, javascript-format
msgid "Not authentified with %s. Please provide any missing credentials."
msgstr ""
"Non-connecté à %s. Veuillez fournir les identifiants et mots de passe "
"manquants."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-sync.js:124
2017-07-18 20:04:47 +02:00
msgid "Synchronisation is already in progress."
2017-07-26 23:27:03 +02:00
msgstr "La synchronisation est déjà en cours."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-sync.js:129
#, javascript-format
msgid ""
"Lock file is already being hold. If you know that no synchronisation is "
"taking place, you may delete the lock file at \"%s\" and resume the "
"operation."
msgstr ""
2017-10-31 00:29:17 +02:00
"La synchronisation est déjà en cours ou ne s'est pas interrompue "
"correctement. Si vous savez qu'aucune autre synchronisation est en cours, "
"vous pouvez supprimer le fichier \"%s\" pour reprendre l'opération."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-sync.js:175
2017-07-26 23:27:03 +02:00
#, javascript-format
msgid "Synchronisation target: %s (%s)"
msgstr "Cible de la synchronisation : %s (%s)"
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-sync.js:177
2017-07-26 23:27:03 +02:00
msgid "Cannot initialize synchroniser."
msgstr "Impossible d'initialiser la synchronisation."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-sync.js:179
2017-07-26 23:27:03 +02:00
msgid "Starting synchronisation..."
2017-07-18 20:49:47 +02:00
msgstr "Commencement de la synchronisation..."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-sync.js:202
msgid "Downloading resources..."
msgstr "Téléchargement des ressources..."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-sync.js:226
msgid "Cancelling... Please wait."
msgstr "Annulation... Veuillez attendre."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-tag.js:14
2017-07-18 20:21:03 +02:00
msgid ""
"<tag-command> can be \"add\", \"remove\", \"list\", or \"notetags\" to "
"assign or remove [tag] from [note], to list notes associated with [tag], or "
"to list tags associated with [note]. The command `tag list` can be used to "
"list all the tags (use -l for long option)."
2017-07-18 20:04:47 +02:00
msgstr ""
"<tag-command> peut être \"add\", \"remove\", \"list\" ou \"notetags\" pour "
"assigner ou enlever l'étiquette [tag] de la [note], pour lister les notes "
"associées avec l'étiquette [tag], ou pour lister les étiquettes associées "
"avec [note]. La commande `tag list` peut être utilisée pour lister les "
"étiquettes (utilisez l'option -l pour les options complètes)."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-tag.js:90
2017-07-18 20:04:47 +02:00
#, javascript-format
msgid "Invalid command: \"%s\""
2017-07-26 23:27:03 +02:00
msgstr "Commande invalide : \"%s\""
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-todo.js:14
2017-07-26 23:07:27 +02:00
msgid ""
2017-08-04 18:50:12 +02:00
"<todo-command> can either be \"toggle\" or \"clear\". Use \"toggle\" to "
"toggle the given to-do between completed and uncompleted state (If the "
"target is a regular note it will be converted to a to-do). Use \"clear\" to "
"convert the to-do back to a regular note."
2017-07-26 23:07:27 +02:00
msgstr ""
2017-10-31 00:29:17 +02:00
"Gère le status des tâches. <todo-command> peut être \"toggle\" ou \"clear\". "
2017-07-26 23:27:03 +02:00
"Utilisez \"toggle\" pour basculer la tâche entre le status terminé et non-"
"terminé (Si la cible est une note, elle sera convertie en tâche). Utilisez "
"\"clear\" pour convertir la tâche en note."
2017-07-26 23:07:27 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-undone.js:12
msgid "Marks a to-do as non-completed."
2017-10-31 00:29:17 +02:00
msgstr "Marquer une tâche comme non-complétée."
2017-08-21 22:46:31 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-use.js:12
2017-07-18 20:21:03 +02:00
msgid ""
"Switches to [notebook] - all further operations will happen within this "
"notebook."
msgstr ""
2017-07-18 20:49:47 +02:00
"Changer de carnet - toutes les opérations à venir se feront dans ce carnet."
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-version.js:11
2017-07-18 20:21:03 +02:00
msgid "Displays version information"
2017-07-24 23:29:40 +02:00
msgstr "Affiche les informations de version"
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/command-version.js:16
2017-07-18 20:04:47 +02:00
#, javascript-format
msgid "%s %s (%s)"
2017-07-18 20:49:47 +02:00
msgstr "%s %s (%s)"
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/help-utils.js:56
msgid "Enum"
2017-10-31 00:29:17 +02:00
msgstr "Enum"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/help-utils.js:56
#, javascript-format
msgid "Type: %s."
2017-10-31 00:29:17 +02:00
msgstr "Type : %s."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/help-utils.js:57
#, javascript-format
msgid "Possible values: %s."
2017-10-31 00:29:17 +02:00
msgstr "Valeurs possibles : %s."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/help-utils.js:71
#, javascript-format
msgid "Default: %s"
2017-10-31 00:29:17 +02:00
msgstr "Défaut : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/help-utils.js:77
msgid "Possible keys/values:"
2017-10-31 00:29:17 +02:00
msgstr "Clefs/Valeurs possibles :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/main.js:77
msgid "Type `joplin help` for usage information."
msgstr "Tapez `Joplin help` pour afficher l'aide."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/main.js:79
msgid "Fatal error:"
msgstr "Erreur fatale :"
2017-07-18 20:21:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/gui/FolderListWidget.js:31
msgid "Search:"
msgstr "Recherche :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/gui/NoteWidget.js:36
2017-12-15 10:46:30 +02:00
msgid ""
"Welcome to Joplin!\n"
"\n"
"Type `:help shortcuts` for the list of keyboard shortcuts, or just `:help` "
"for usage information.\n"
"\n"
"For example, to create a notebook press `mb`; to create a note press `mn`."
msgstr ""
2018-01-06 22:05:34 +02:00
"Bienvenue dans Joplin!\n"
"\n"
"Tapez `:help shortcuts` pour la liste des raccourcis claviers, ou simplement "
"`:help` pour une vue d'ensemble.\n"
"\n"
"Par exemple, pour créer un carnet, pressez `mb` ; pour créer une note "
"pressed `mn`."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../CliClient/app/gui/NoteWidget.js:48
2018-01-06 22:05:34 +02:00
msgid ""
"One or more items are currently encrypted and you may need to supply a "
"master password. To do so please type `e2ee decrypt`. If you have already "
"supplied the password, the encrypted items are being decrypted in the "
"background and will be available soon."
msgstr ""
2018-09-03 12:49:41 +02:00
"Au moins un objet est actuellement chiffré et il se peut que vous deviez "
2018-01-06 22:05:34 +02:00
"fournir votre mot de passe maître. Pour se faire, veuillez taper `e2ee "
2018-09-03 12:49:41 +02:00
"decrypt`. Si vous avez déjà fourni ce mot de passe, les objets chiffrés vont "
"être déchiffré en tâche de fond et seront disponible prochainement."
2017-12-15 10:46:30 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:643
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:726
msgid "&File"
msgstr "&Fichier"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:649
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:1029
msgid "About Joplin"
msgstr "A propos de Joplin"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:656
msgid "Preferences..."
msgstr "Préférences…"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:666
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:1008
msgid "Check for updates..."
msgstr "Vérifier les mises à jour..."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:680
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:740
msgid "Templates"
msgstr "Modèles"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:687
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:745
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/Root.min.js:90
msgid "Import"
msgstr "Importer"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:691
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:748
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/SideBar.min.js:375
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/utils/NoteListUtils.js:157
msgid "Export"
msgstr "Exporter"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:697
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/SideBar.min.js:698
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/side-menu-content.js:335
msgid "Synchronise"
msgstr "Synchroniser"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:712
#, javascript-format
msgid "Hide %s"
msgstr "Cacher %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:719
msgid "Quit"
msgstr "Quitter"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:733
msgid "Close Window"
msgstr "Fermer la fenêtre"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:771
msgid "&Edit"
msgstr "&Édition"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:774
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:796
msgid "Copy"
msgstr "Copier"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:779
msgid "Cut"
msgstr "Couper"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:784
msgid "Paste"
msgstr "Coller"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:789
msgid "Select all"
msgstr "Sélectionner tout"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:797
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1591
msgid "Bold"
msgstr "Gras"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:808
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1599
msgid "Italic"
msgstr "Italique"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:819
msgid "Link"
msgstr "Lien"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:830
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1619
msgid "Code"
msgstr "Code"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:844
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1679
2018-06-27 23:00:02 +02:00
msgid "Insert Date Time"
msgstr "Insérer la date et l'heure"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:858
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1702
2018-06-21 19:04:10 +02:00
msgid "Edit in external editor"
msgstr "Ouvrir dans un éditeur externe"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:869
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1536
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1711
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/SideBar.min.js:748
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/side-menu-content.js:311
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:698
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/tags.js:101
2019-06-20 00:18:24 +02:00
msgid "Tags"
msgstr "Étiquettes"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:887
2017-11-17 21:07:32 +02:00
msgid "Search in all the notes"
2017-11-18 01:33:20 +02:00
msgstr "Chercher dans toutes les notes"
2017-11-17 21:07:32 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:898
2018-12-09 02:22:16 +02:00
msgid "Search in current note"
msgstr "Chercher dans la note en cours"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:910
msgid "&View"
msgstr "&Affichage"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:912
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:459
msgid "Toggle sidebar"
msgstr "Basculer barre latérale"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:925
msgid "Layout button sequence"
msgstr "Ordre des actions du bouton de disposition"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:929
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:468
msgid "Toggle note list"
msgstr "Basculer liste de notes"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:938
msgid "Toggle editor layout"
msgstr "Basculer la disposition de l'éditeur"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:986
msgid "Focus"
msgstr "Naviguer"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:992
msgid "&Tools"
msgstr "&Outils"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:996
msgid "&Help"
msgstr "&Aide"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:998
msgid "Website and documentation"
msgstr "Documentation en ligne"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:1002
msgid "Joplin Forum"
msgstr "Forum Joplin"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:1005
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:421
msgid "Make a donation"
msgstr "Faire un don"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:1017
msgid "Toggle development tools"
msgstr "Monter/Cacher les outils de développement"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:1151
#, javascript-format
msgid "Open %s"
msgstr "Ouvrir %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/app.js:1153
msgid "Exit"
msgstr "Quitter"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/bridge.js:98
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/bridge.js:108
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/checkForUpdates.js:138
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:180
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:749
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/DialogButtonRow.min.js:30
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/PromptDialog.min.js:233
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/CameraView.js:180
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/ModalDialog.js:67
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/side-menu-content.js:148
2017-11-12 02:44:26 +02:00
msgid "OK"
msgstr "OK"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/bridge.js:98
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:739
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/DialogButtonRow.min.js:38
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/PromptDialog.min.js:238
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/SideBar.min.js:312
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/SideBar.min.js:698
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/utils/NoteListUtils.js:187
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/CameraView.js:181
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/ModalDialog.js:70
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/select-date-time-dialog.js:70
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/select-date-time-dialog.js:89
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/side-menu-content.js:154
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/side-menu-content.js:163
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/side-menu-content.js:335
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:186
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:85
2017-11-12 02:44:26 +02:00
msgid "Cancel"
2018-01-28 19:43:21 +02:00
msgstr "Annuler"
2017-11-12 02:44:26 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/checkForUpdates.js:137
msgid "Current version is up-to-date."
msgstr "La version actuelle est à jour."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/checkForUpdates.js:146
#, javascript-format
msgid "%s (pre-release)"
msgstr "%s (pré-release)"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/checkForUpdates.js:150
msgid "An update is available, do you want to download it now?"
2018-01-31 21:14:32 +02:00
msgstr ""
2018-02-02 02:02:47 +02:00
"Une mise à jour est disponible, souhaitez vous la télécharger maintenant ?"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/checkForUpdates.js:150
2019-01-19 20:22:18 +02:00
#, javascript-format
msgid "Your version: %s"
msgstr "Votre version : %s"
2019-01-19 20:22:18 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/checkForUpdates.js:150
2019-01-19 20:22:18 +02:00
#, javascript-format
msgid "New version: %s"
msgstr "Nouvelle version : %s"
2019-01-19 20:22:18 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/checkForUpdates.js:151
msgid "Yes"
msgstr "Oui"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/checkForUpdates.js:151
msgid "No"
msgstr "Non"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/checkForUpdates.js:151
msgid "Full Release Notes"
msgstr "Notes de version complètes"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ClipperConfigScreen.min.js:39
2018-09-28 20:25:56 +02:00
msgid "Token has been copied to the clipboard!"
msgstr "Le code d'authentification a été copié dans le presse-papiers !"
2018-09-28 20:25:56 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ClipperConfigScreen.min.js:69
2018-06-10 12:54:29 +02:00
msgid "The web clipper service is enabled and set to auto-start."
msgstr "Le service du Web Clipper est activé et démarrera automatiquement."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ClipperConfigScreen.min.js:76
2018-06-10 12:54:29 +02:00
#, javascript-format
msgid "Status: Started on port %d"
2018-06-15 19:23:15 +02:00
msgstr "État : Démarré sur le port %d"
2018-06-10 12:54:29 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ClipperConfigScreen.min.js:82
2018-06-10 12:54:29 +02:00
#, javascript-format
msgid "Status: %s"
msgstr "État : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ClipperConfigScreen.min.js:88
2018-06-10 12:54:29 +02:00
msgid "Disable Web Clipper Service"
msgstr "Désactiver le service du Web Clipper"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ClipperConfigScreen.min.js:94
2018-06-10 12:54:29 +02:00
msgid "The web clipper service is not enabled."
msgstr "Le service du Web Clipper n'est pas activé."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ClipperConfigScreen.min.js:99
2018-06-10 12:54:29 +02:00
msgid "Enable Web Clipper Service"
msgstr "Activer le service du Web Clipper"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ClipperConfigScreen.min.js:122
2018-06-10 12:54:29 +02:00
msgid ""
"Joplin Web Clipper allows saving web pages and screenshots from your browser "
"to Joplin."
msgstr ""
2018-06-15 19:23:15 +02:00
"Le Web Clipper permet d'enregistrer des pages web et des captures d'écran "
"depuis votre navigateur vers Joplin."
2018-06-10 12:54:29 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ClipperConfigScreen.min.js:127
2018-06-10 12:54:29 +02:00
msgid "In order to use the web clipper, you need to do the following:"
msgstr "Pour utiliser le Web Clipper, veuillez suivre ces instructions :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ClipperConfigScreen.min.js:135
2018-06-10 12:54:29 +02:00
msgid "Step 1: Enable the clipper service"
msgstr "Étape 1 : Activez le service du Web Clipper"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ClipperConfigScreen.min.js:140
2018-06-10 12:54:29 +02:00
msgid ""
"This service allows the browser extension to communicate with Joplin. When "
"enabling it your firewall may ask you to give permission to Joplin to listen "
"to a particular port."
msgstr ""
"Le service permet au module complémentaire de communiquer avec Joplin. "
"Lorsque vous aller l'activer, il se pourrait que votre pare feu vous demande "
"d'autoriser l'application Joplin."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ClipperConfigScreen.min.js:154
2018-06-10 12:54:29 +02:00
msgid "Step 2: Install the extension"
msgstr "Étape 2 : Installez le module complémentaire"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ClipperConfigScreen.min.js:159
2018-06-10 12:54:29 +02:00
msgid "Download and install the relevant extension for your browser:"
msgstr ""
"Téléchargez et installez le module complémentaire correspondant à votre "
"navigateur :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ClipperConfigScreen.min.js:174
2018-09-28 20:25:56 +02:00
msgid "Advanced options"
msgstr "Options avancées"
2018-09-28 20:25:56 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ClipperConfigScreen.min.js:179
2018-09-28 20:25:56 +02:00
msgid "Authorisation token:"
msgstr "Code d'authentification :"
2018-09-28 20:25:56 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ClipperConfigScreen.min.js:189
2018-09-28 20:25:56 +02:00
msgid "Copy token"
msgstr "Copier le code"
2018-09-28 20:25:56 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ClipperConfigScreen.min.js:195
2018-09-28 20:25:56 +02:00
msgid ""
"This authorisation token is only needed to allow third-party applications to "
"access Joplin."
msgstr ""
"Ce code d'authentification est nécessaire uniquement pour permettre aux "
"logiciels tiers d'accéder aux données de Joplin."
2018-09-28 20:25:56 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:82
msgid "This will open a new screen. Save your current changes?"
msgstr "Sauvegarder vos changements avant de continuer ?"
2019-05-13 23:52:42 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:139
#, javascript-format
msgid "Notes and settings are stored in: %s"
msgstr "Les notes et paramètres se trouve dans : %s"
2019-09-25 19:54:25 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:165
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:260
msgid "Check synchronisation configuration"
msgstr "Vérifier config synchronisation"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:174
#, fuzzy
msgid "Unknown"
msgstr "Paramètre inconnu : %s"
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:178
#, fuzzy
msgid "Checking..."
msgstr "Annulation..."
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:182
msgid "Error"
msgstr "Erreur"
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:193
msgid ""
"The Joplin Nextcloud App is either not installed or misconfigured. Please "
"see the full error message below:"
msgstr ""
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:206
#, fuzzy
msgid "Show Log"
msgstr "Afficher tous"
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:219
msgid "Joplin Nextcloud App status:"
msgstr ""
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:233
#, fuzzy
msgid "Check Status"
msgstr "État synchronisation"
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:240
#, fuzzy
msgid "Help"
msgstr "&Aide"
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:259
#, fuzzy
msgid "Show Advanced Settings"
msgstr "Options avancées"
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:516
msgid "Browse..."
msgstr "Parcourir…"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:637
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:859
msgid "Edit"
msgstr "Édition"
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:739
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/Header.min.js:255
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteRevisionViewer.min.js:184
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1572
msgid "Back"
msgstr "Retour"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ConfigScreen.min.js:756
msgid "Apply"
msgstr "Appliquer"
2018-06-10 12:54:29 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/DropboxLoginScreen.min.js:67
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/dropbox-login.js:63
2018-06-10 12:54:29 +02:00
msgid "Submit"
msgstr "Envoyer"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:104
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:128
2018-06-27 23:00:02 +02:00
msgid "Save"
msgstr "Enregistrer"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:141
2018-06-10 12:54:29 +02:00
msgid ""
"Disabling encryption means *all* your notes and attachments are going to be "
"re-synchronised and sent unencrypted to the sync target. Do you wish to "
"continue?"
msgstr ""
2018-09-09 21:05:36 +02:00
"Désactiver le chiffrement signifie que *toutes* les notes et fichiers vont "
"être re-synchronisés et envoyés déchiffrés sur la cible de la "
"synchronisation. Souhaitez vous continuer ?"
2018-06-10 12:54:29 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:143
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:153
2018-06-10 12:54:29 +02:00
msgid ""
"Enabling encryption means *all* your notes and attachments are going to be "
"re-synchronised and sent encrypted to the sync target. Do not lose the "
"password as, for security purposes, this will be the *only* way to decrypt "
"the data! To enable encryption, please enter your password below."
msgstr ""
2018-09-09 21:05:36 +02:00
"Activer le chiffrement signifie que *toutes* les notes et fichiers vont être "
"re-synchronisés et envoyés chiffrés vers la cible de la synchronisation. Ne "
2018-06-10 12:54:29 +02:00
"perdez pas votre mot de passe car, pour des raisons de sécurité, ce sera la "
2018-09-09 21:05:36 +02:00
"*seule* façon de déchiffrer les données ! Pour activer le chiffrement, "
"veuillez entrer votre mot de passe ci-dessous."
2018-06-10 12:54:29 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:172
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:259
2018-06-10 12:54:29 +02:00
msgid "Disable encryption"
2018-09-03 12:49:41 +02:00
msgstr "Désactiver le chiffrement"
2018-06-10 12:54:29 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:172
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:259
2018-06-10 12:54:29 +02:00
msgid "Enable encryption"
2018-09-03 12:49:41 +02:00
msgstr "Activer le chiffrement"
2018-06-10 12:54:29 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:184
2018-06-10 12:54:29 +02:00
msgid "Master Keys"
msgstr "Clefs maître"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:198
2018-06-10 12:54:29 +02:00
msgid "Active"
msgstr "Actif"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:203
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:284
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NotePropertiesDialog.min.js:26
2018-06-10 12:54:29 +02:00
msgid "ID"
msgstr "ID"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:208
2018-06-10 12:54:29 +02:00
msgid "Source"
msgstr "Source"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:213
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NotePropertiesDialog.min.js:27
2018-06-10 12:54:29 +02:00
msgid "Created"
msgstr "Créé"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:218
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NotePropertiesDialog.min.js:28
2018-06-10 12:54:29 +02:00
msgid "Updated"
msgstr "Mis à jour"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:223
2018-06-10 12:54:29 +02:00
msgid "Password"
msgstr "Mot de passe"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:228
2018-06-10 12:54:29 +02:00
msgid "Password OK"
msgstr "Mot de passe OK"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:237
2018-06-10 12:54:29 +02:00
msgid ""
"Note: Only one master key is going to be used for encryption (the one marked "
"as \"active\"). Any of the keys might be used for decryption, depending on "
"how the notes or notebooks were originally encrypted."
msgstr ""
2018-09-03 12:49:41 +02:00
"Note : seule une clef maître va être utilisée pour le chiffrement (celle "
2018-06-10 12:54:29 +02:00
"marquée comme \"actif\" ci-dessus). N'importe quelle clef peut être utilisée "
2018-09-09 21:05:36 +02:00
"pour le déchiffrement, selon la façon dont les notes ou carnets étaient "
"chiffrés à l'origine."
2018-06-10 12:54:29 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:265
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:249
2018-06-10 12:54:29 +02:00
msgid "Missing Master Keys"
msgstr "Clefs maître manquantes"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:270
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:250
2018-06-10 12:54:29 +02:00
msgid ""
"The master keys with these IDs are used to encrypt some of your items, "
"however the application does not currently have access to them. It is likely "
"they will eventually be downloaded via synchronisation."
msgstr ""
2018-09-03 12:49:41 +02:00
"Les clefs maître avec ces identifiants sont utilisées pour chiffrer certains "
2018-06-10 12:54:29 +02:00
"de vos objets, cependant le logiciel n'y a pour l'instant pas accès. Il est "
"probable qu'elle vont être prochainement disponible via la synchronisation."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:308
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:269
2018-06-10 12:54:29 +02:00
msgid ""
2019-09-06 19:33:30 +02:00
"For more information about End-To-End Encryption (E2EE) and advice on how to "
"enable it please check the documentation:"
2018-06-10 12:54:29 +02:00
msgstr ""
2018-09-03 12:49:41 +02:00
"Pour plus d'informations sur le chiffrement de bout en bout, ainsi que des "
2018-06-10 12:54:29 +02:00
"conseils pour l'activer, veuillez consulter la documentation :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:327
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:280
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/status.js:129
2018-06-10 12:54:29 +02:00
msgid "Status"
msgstr "État"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/EncryptionConfigScreen.min.js:332
2018-06-10 12:54:29 +02:00
msgid "Encryption is:"
2018-09-03 12:49:41 +02:00
msgstr "Le chiffrement est :"
2018-06-10 12:54:29 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ExtensionBadge.min.js:10
msgid "Firefox Extension"
msgstr "Module Firefox"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ExtensionBadge.min.js:17
msgid "Chrome Web Store"
msgstr "Chrome Web Store"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ExtensionBadge.min.js:44
msgid "Get it now:"
msgstr "L'obtenir maintenant :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/Header.min.js:210
msgid "Usage"
msgstr "Utilisation"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ImportScreen.min.js:62
2018-06-10 12:54:29 +02:00
#, javascript-format
msgid ""
"New notebook \"%s\" will be created and file \"%s\" will be imported into it"
msgstr ""
"Un nouveau carnet \"%s\" va être créé et le fichier \"%s\" va être importé "
"dedans"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:108
2018-06-10 12:54:29 +02:00
msgid "Please create a notebook first."
msgstr "Veuillez d'abord sélectionner un carnet."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:114
2018-06-10 12:54:29 +02:00
msgid "Please create a notebook first"
msgstr "Veuillez d'abord créer un carnet d'abord"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:121
2018-06-10 12:54:29 +02:00
msgid "Notebook title:"
msgstr "Titre du carnet :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:160
2018-06-10 12:54:29 +02:00
msgid "Add or remove tags:"
msgstr "Modifier les étiquettes :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:181
2018-06-10 12:54:29 +02:00
msgid "Rename notebook:"
msgstr "Renommer le carnet :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:202
2018-06-10 12:54:29 +02:00
msgid "Rename tag:"
msgstr "Renommer étiquette :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:295
2018-06-10 12:54:29 +02:00
msgid "Set alarm:"
msgstr "Régler alarme :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:326
2019-07-22 02:02:25 +02:00
msgid "Template file:"
2019-07-29 11:52:19 +02:00
msgstr "Fichier de modèle :"
2019-07-22 02:02:25 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:477
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/action-button.js:69
2019-09-25 19:54:25 +02:00
msgid "New note"
msgstr "Nouvelle note"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:486
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/action-button.js:60
2019-09-25 19:54:25 +02:00
msgid "New to-do"
msgstr "Nouvelle tâche"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:495
2019-09-25 19:54:25 +02:00
msgid "New notebook"
msgstr "Nouveau carnet"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:503
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1046
2018-06-10 12:54:29 +02:00
msgid "Layout"
msgstr "Disposition"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:512
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteSearchBar.min.js:123
2018-06-10 12:54:29 +02:00
msgid "Search..."
msgstr "Chercher..."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:551
2018-06-10 12:54:29 +02:00
msgid "Some items cannot be synchronised."
msgstr "Certains objets ne peuvent être synchronisés."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:561
2018-06-10 12:54:29 +02:00
msgid "View them now"
msgstr "Les voir maintenant"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:568
2019-06-05 19:07:11 +02:00
msgid "One or more master keys need a password."
2019-07-21 09:49:49 +02:00
msgstr "L'une des clefs maîtres requiert un mot de passe."
2018-06-10 12:54:29 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/MainScreen.min.js:578
2018-06-10 12:54:29 +02:00
msgid "Set the password"
msgstr "Définir le mot de passe"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteList.min.js:417
msgid "No notes in here. Create one by clicking on \"New note\"."
msgstr ""
"Pas de notes ici. Créez-en une en pressant le bouton \"Nouvelle note\"."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteList.min.js:417
msgid ""
"There is currently no notebook. Create one by clicking on \"New notebook\"."
msgstr ""
"Il n'y a pour l'instant aucun carnet. Créez-en un en cliquant sur \"Nouveau "
"carnet\"."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NotePropertiesDialog.min.js:29
2018-09-16 20:53:06 +02:00
msgid "Location"
2018-09-23 20:15:04 +02:00
msgstr "Lieu"
2018-09-16 20:53:06 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NotePropertiesDialog.min.js:30
2018-09-16 20:53:06 +02:00
msgid "URL"
2018-09-23 20:15:04 +02:00
msgstr "URL"
2018-09-16 20:53:06 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NotePropertiesDialog.min.js:31
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:951
2019-05-13 23:52:42 +02:00
msgid "Note History"
2019-05-22 17:34:59 +02:00
msgstr "Historique des notes"
2019-05-13 23:52:42 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NotePropertiesDialog.min.js:32
2019-07-22 02:02:25 +02:00
msgid "Markup"
2019-07-29 11:52:19 +02:00
msgstr "Langage de balisage"
2019-07-22 02:02:25 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NotePropertiesDialog.min.js:295
msgid "Previous versions of this note"
msgstr "Versions précédentes de cette note"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NotePropertiesDialog.min.js:372
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1735
msgid "Note properties"
msgstr "Propriétés de la note"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteRevisionViewer.min.js:75
2019-05-13 23:52:42 +02:00
#, javascript-format
msgid "The note \"%s\" has been successfully restored to the notebook \"%s\"."
2019-05-22 17:34:59 +02:00
msgstr "La note \"%s\" a été restaurée dans le carnet \"%s\"."
2019-05-13 23:52:42 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteRevisionViewer.min.js:100
2019-05-13 23:52:42 +02:00
msgid "This note has no history"
2019-05-22 17:34:59 +02:00
msgstr "Cette note n'a pas d'historique"
2019-05-13 23:52:42 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteRevisionViewer.min.js:139
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:853
#, javascript-format
msgid "Unsupported link or message: %s"
msgstr "Lien ou message non géré : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteRevisionViewer.min.js:174
msgid "Restore"
msgstr "Restaurer"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteRevisionViewer.min.js:175
#, javascript-format
msgid ""
"Click \"%s\" to restore the note. It will be copied in the notebook named "
"\"%s\". The current version of the note will not be replaced or modified."
msgstr ""
"Cliquez sur \"%s\" pour restaurer cette note. Elle sera copiée dans le "
"carnet \"%s\". La version actuelle de la note ne sera pas replacée ou "
"modifiée."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:770
msgid "Open..."
msgstr "Ouvrir..."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:773
2018-06-15 19:23:15 +02:00
#, javascript-format
2018-06-13 20:22:18 +02:00
msgid "This file could not be opened: %s"
2018-06-15 19:23:15 +02:00
msgstr "Ce fichier n'a pas pu être ouvert : %s"
2018-06-13 20:22:18 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:778
msgid "Save as..."
msgstr "Enregistrer sous..."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:789
msgid "Copy path to clipboard"
msgstr "Copier le chemin"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:803
msgid "Copy Link Address"
msgstr "Copier l'adresse du lien"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:824
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:149
msgid "This attachment is not downloaded or not decrypted yet."
msgstr "Cette pièce jointe n'est pas téléchargée ou pas encore déchiffrée."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1046
2018-06-10 12:54:29 +02:00
#, javascript-format
msgid ""
"This note has no content. Click on \"%s\" to toggle the editor and edit the "
"note."
msgstr ""
"Cette note n'a pas de contenu. Cliquer sur \"%s\" pour basculer vers "
"l'éditeur et éditer cette note."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1457
msgid "strong text"
msgstr "texte en gras"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1461
msgid "emphasized text"
msgstr "texte en italique"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1495
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1499
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1506
msgid "List item"
msgstr "Élément de liste"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1518
msgid "Insert Hyperlink"
msgstr "Insérer lien"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1529
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1627
msgid "Attach file"
msgstr "Attacher un fichier"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1544
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1729
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:683
msgid "Set alarm"
msgstr "Régler alarme"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1558
#, javascript-format
msgid "In: %s"
msgstr "Dans : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1611
msgid "Hyperlink"
msgstr "Lien"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1639
msgid "Numbered List"
msgstr "Liste numérotée"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1647
msgid "Bulleted List"
msgstr "Liste à puces"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1655
msgid "Checkbox"
msgstr "Case à cocher"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1663
msgid "Heading"
msgstr "Titre"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1671
msgid "Horizontal Rule"
msgstr "Règle horizontale"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1693
msgid "Click to stop external editing"
msgstr "Cliquez pour arrêter l'édition externe"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:1694
msgid "Watching..."
msgstr "En cours..."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:2007
msgid "to-do"
msgstr "tâche"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:2007
msgid "note"
msgstr "note"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/NoteText.min.js:2007
#, javascript-format
msgid "Creating new %s..."
msgstr "Création de %s..."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/PromptDialog.min.js:243
msgid "Clear"
msgstr "Supprimer"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/Root.min.js:88
2018-06-10 12:54:29 +02:00
msgid "OneDrive Login"
msgstr "Connexion OneDrive"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/Root.min.js:89
2018-06-10 12:54:29 +02:00
msgid "Dropbox Login"
msgstr "Connection à Dropbox"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/Root.min.js:91
2018-06-10 12:54:29 +02:00
msgid "Options"
msgstr "Options"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/Root.min.js:92
2018-06-10 12:54:29 +02:00
msgid "Synchronisation Status"
msgstr "État de la synchronisation"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ShareNoteDialog.js:163
#, fuzzy
msgid "Synchronising..."
msgstr "Synchronisation"
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ShareNoteDialog.js:165
#, fuzzy
msgid "Generating link..."
msgid_plural "Generating links..."
msgstr[0] "Création de %s..."
msgstr[1] "Création de %s..."
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ShareNoteDialog.js:167
#, fuzzy
msgid "Link has been copied to clipboard!"
msgid_plural "Links have been copied to clipboard!"
msgstr[0] "Le code d'authentification a été copié dans le presse-papiers !"
msgstr[1] "Le code d'authentification a été copié dans le presse-papiers !"
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ShareNoteDialog.js:170
msgid ""
"Note: When a note is shared, it will no longer be encrypted on the server."
msgstr ""
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ShareNoteDialog.js:175
#, fuzzy
msgid "Share Notes"
msgstr "Notes restaurées"
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ShareNoteDialog.js:177
#, fuzzy
msgid "Copy Shareable Link"
msgid_plural "Copy Shareable Links"
msgstr[0] "Partager"
msgstr[1] "Partager"
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/ShareNoteDialog.js:180
msgid "Close"
msgstr ""
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/SideBar.min.js:276
2019-10-17 00:14:43 +02:00
msgid "Remove"
msgstr "Supprimer"
2019-10-17 00:14:43 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/SideBar.min.js:279
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/side-menu-content.js:146
2019-02-24 13:27:47 +02:00
#, javascript-format
msgid ""
"Delete notebook \"%s\"?\n"
"\n"
"All notes and sub-notebooks within this notebook will also be deleted."
msgstr ""
"Effacer le carnet \"%s\" ?\n"
"\n"
"Toutes les notes et sous-carnets dans ce carnet seront également effacés."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/SideBar.min.js:280
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/utils/NoteListUtils.js:164
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/utils/NoteListUtils.js:187
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screen-header.js:302
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/side-menu-content.js:144
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:723
2019-10-17 00:14:43 +02:00
msgid "Delete"
msgstr "Supprimer"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/SideBar.min.js:283
2019-02-24 13:27:47 +02:00
#, javascript-format
msgid "Remove tag \"%s\" from all notes?"
msgstr "Enlever l’étiquette \"%s\" de toutes les notes ?"
2018-06-10 12:54:29 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/SideBar.min.js:285
2018-06-10 12:54:29 +02:00
msgid "Remove this search from the sidebar?"
msgstr "Enlever cette recherche de la barre latérale ?"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/SideBar.min.js:297
2019-10-29 03:18:18 +02:00
msgid "New sub-notebook"
msgstr "Nouveau sous-carnet"
2019-10-29 03:18:18 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/SideBar.min.js:332
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/SideBar.min.js:382
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/side-menu-content.js:127
2018-06-10 12:54:29 +02:00
msgid "Rename"
msgstr "Renommer"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/SideBar.min.js:731
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/side-menu-content.js:360
msgid "Notebooks"
msgstr "Carnets"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/SideBar.min.js:766
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/side-menu-content.js:322
#, javascript-format
msgid "Decrypting items: %d/%d"
msgstr "Déchiffrement des objets : %d/%d"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/SideBar.min.js:771
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/side-menu-content.js:327
#, javascript-format
msgid "Fetching resources: %d/%d"
msgstr "Tél. ressources : %d/%d"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/StatusScreen.min.js:33
msgid "Please select where the sync status should be exported to"
msgstr ""
"Veuillez sélectionner un répertoire ou exporter l'état de la synchronisation"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/StatusScreen.min.js:87
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/status.js:106
msgid "Retry"
msgstr "Réessayer"
2019-06-08 01:47:09 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/utils/NoteListUtils.js:26
msgid "Add or remove tags"
msgstr "Gérer les étiquettes"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/utils/NoteListUtils.js:40
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screen-header.js:308
msgid "Duplicate"
msgstr "Dupliquer"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/utils/NoteListUtils.js:45
#, javascript-format
msgid "%s - Copy"
msgstr "%s - Copie"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/utils/NoteListUtils.js:55
msgid "Switch between note and to-do type"
msgstr "Alterner entre note et tâche"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/utils/NoteListUtils.js:78
msgid "Switch to note type"
msgstr "Convertir en note"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/utils/NoteListUtils.js:87
msgid "Switch to to-do type"
msgstr "Convertir en tâche"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/utils/NoteListUtils.js:97
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:711
msgid "Copy Markdown link"
msgstr "Copier lien Markdown"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/utils/NoteListUtils.js:112
#, fuzzy
msgid "Share note..."
msgstr "Notes restaurées"
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/utils/NoteListUtils.js:146
msgid "PDF File"
msgstr "Fichier PDF"
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/utils/NoteListUtils.js:181
#, javascript-format
msgid "Delete note \"%s\"?"
msgstr "Supprimer note \"%s\" ?"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/gui/utils/NoteListUtils.js:183
#, javascript-format
msgid "Delete these %d notes?"
msgstr "Supprimer ces %d notes ?"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/plugins/GotoAnything.min.js:339
msgid ""
"Type a note title to jump to it. Or type # followed by a tag name, or @ "
"followed by a notebook name."
msgstr ""
"Entrez le titre d’une note, ou entrez # suivit du nom d’une étiquette, ou @ "
"suivit du nom d’un carnet."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ElectronClient/app/plugins/GotoAnything.min.js:377
msgid "Goto Anything..."
msgstr "Navigation rapide…"
2019-04-02 18:27:19 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/BaseApplication.js:109
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/BaseApplication.js:122
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/BaseApplication.js:153
#, javascript-format
msgid "Usage: %s"
msgstr "Utilisation : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/BaseApplication.js:180
#, javascript-format
msgid "Unknown flag: %s"
msgstr "Paramètre inconnu : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/JoplinServerApi.js:71
#, javascript-format
msgid ""
"Could not connect to the Joplin Nextcloud app. Please check the "
"configuration in the Synchronisation config screen. Full error was:\n"
"\n"
"%s"
msgstr ""
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/SyncTargetDropbox.js:25
msgid "Dropbox"
msgstr "Dropbox"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/SyncTargetFilesystem.js:18
msgid "File system"
msgstr "Système de fichier"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/SyncTargetNextcloud.js:26
2018-02-16 23:39:54 +02:00
msgid "Nextcloud"
msgstr "Nextcloud"
2018-01-28 19:38:30 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/SyncTargetOneDrive.js:25
msgid "OneDrive"
msgstr "OneDrive"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/SyncTargetOneDriveDev.js:15
msgid "OneDrive Dev (For testing only)"
2017-11-24 21:59:21 +02:00
msgstr "OneDrive Dév (Pour tester uniquement)"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/SyncTargetWebDAV.js:23
2018-02-16 23:39:54 +02:00
msgid "WebDAV"
msgstr "WebDAV"
2018-02-02 02:02:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/logger.js:176
#, javascript-format
msgid "Unknown log level: %s"
msgstr "Paramètre inconnu : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/logger.js:185
#, javascript-format
msgid "Unknown level ID: %s"
msgstr "Paramètre inconnu : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/onedrive-api-node-utils.js:85
msgid ""
"The application has been authorised - you may now close this browser tab."
msgstr "Le logiciel a été autorisé. Vous pouvez maintenant fermer cet onglet."
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/onedrive-api-node-utils.js:87
msgid "The application has been successfully authorised."
msgstr "Le logiciel a été autorisé."
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/onedrive-api-node-utils.js:115
msgid ""
"Please open the following URL in your browser to authenticate the "
"application. The application will create a directory in \"Apps/Joplin\" and "
"will only read and write files in this directory. It will have no access to "
"any files outside this directory nor to any other personal data. No data "
"will be shared with any third party."
msgstr ""
"Veuillez ouvrir le lien ci-dessous dans votre navigateur pour authentifier "
"le logiciel. Joplin va créer un répertoire \"Apps/Joplin\" et lire/écrira "
"des fichiers uniquement dans ce répertoire. Le logiciel n'aura pas d'accès à "
"aucun fichier en dehors de ce répertoire, ni à d'autres données "
"personnelles. Aucune donnée ne sera partagé avec aucun tier."
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/onedrive-api.js:270
msgid ""
"Cannot refresh token: authentication data is missing. Starting the "
"synchronisation again may fix the problem."
msgstr ""
"Impossible de rafraîchir la connexion à OneDrive. Démarrez la "
"synchronisation à nouveau pour corriger le problème."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/path-utils.js:65
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/path-utils.js:101
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/BaseItem.js:691
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Note.js:98
msgid "Untitled"
msgstr "Sans titre"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/registry.js:137
msgid ""
"Could not synchronize with OneDrive.\n"
"\n"
"This error often happens when using OneDrive for Business, which "
"unfortunately cannot be supported.\n"
"\n"
"Please consider using a regular OneDrive account."
msgstr ""
"Impossible de synchroniser avec OneDrive.\n"
"\n"
"Cette erreur se produit lors de l'utilisation de OneDrive for Business, qui "
"malheureusement n'est pas compatible.\n"
"\n"
"Veuillez utiliser à la place un compte OneDrive normal."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/shim-init-node.js:126
#, javascript-format
msgid "Cannot access %s"
msgstr "Impossible d'accéder à %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/synchronizer.js:94
2017-07-18 20:04:47 +02:00
#, javascript-format
msgid "Created local items: %d."
2017-07-18 20:49:47 +02:00
msgstr "Objets créés localement : %d."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/synchronizer.js:95
2017-07-18 20:04:47 +02:00
#, javascript-format
msgid "Updated local items: %d."
2017-07-18 20:49:47 +02:00
msgstr "Objets mis à jour localement : %d."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/synchronizer.js:96
2017-07-18 20:04:47 +02:00
#, javascript-format
msgid "Created remote items: %d."
2017-07-18 20:49:47 +02:00
msgstr "Objets distants créés : %d."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/synchronizer.js:97
2017-07-18 20:04:47 +02:00
#, javascript-format
msgid "Updated remote items: %d."
2017-07-18 20:49:47 +02:00
msgstr "Objets distants mis à jour : %d."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/synchronizer.js:98
2017-07-18 20:04:47 +02:00
#, javascript-format
msgid "Deleted local items: %d."
2017-07-18 20:49:47 +02:00
msgstr "Objets supprimés localement : %d."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/synchronizer.js:99
2017-07-18 20:04:47 +02:00
#, javascript-format
msgid "Deleted remote items: %d."
2017-07-18 20:49:47 +02:00
msgstr "Objets distants supprimés : %d."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/synchronizer.js:100
2018-01-15 20:35:39 +02:00
#, javascript-format
2018-01-14 19:07:34 +02:00
msgid "Fetched items: %d/%d."
2018-01-15 20:35:39 +02:00
msgstr "Téléchargés : %d/%d."
2018-01-14 19:07:34 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/synchronizer.js:102
msgid "Cancelling..."
msgstr "Annulation..."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/synchronizer.js:103
2017-07-18 20:04:47 +02:00
#, javascript-format
msgid "Completed: %s"
2017-07-18 20:49:47 +02:00
msgstr "Terminé : %s"
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/synchronizer.js:104
2018-03-14 19:32:05 +02:00
#, javascript-format
msgid "Last error: %s"
msgstr "Dernière erreur : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/synchronizer.js:204
msgid "Idle"
msgstr "Arrêté"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/synchronizer.js:205
msgid "In progress"
msgstr "En cours"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/BaseItem.js:690
2018-01-06 22:05:34 +02:00
msgid "Encrypted"
2018-09-03 12:49:41 +02:00
msgstr "Chiffré"
2018-01-06 22:05:34 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/BaseItem.js:750
msgid "Encrypted items cannot be modified"
msgstr "Les objets chiffrés ne peuvent être modifiés"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Folder.js:27
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Note.js:22
2019-03-03 19:14:17 +02:00
msgid "title"
msgstr "titre"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Folder.js:28
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Note.js:23
2019-03-03 19:14:17 +02:00
msgid "updated date"
msgstr "date de modification"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Folder.js:90
2017-07-18 20:04:47 +02:00
msgid "Conflicts"
2017-07-18 20:49:47 +02:00
msgstr "Conflits"
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Folder.js:341
2018-05-09 14:14:17 +02:00
msgid "Cannot move notebook to this location"
2018-06-27 23:00:02 +02:00
msgstr "Impossible de déplacer le carnet à cet endroit"
2018-05-09 14:14:17 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Folder.js:389
2017-07-18 20:04:47 +02:00
#, javascript-format
msgid "Notebooks cannot be named \"%s\", which is a reserved title."
2017-07-18 20:49:47 +02:00
msgstr "Les carnets ne peuvent être nommés \"%s\" car c'est un nom réservé."
2017-07-18 20:04:47 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Note.js:24
2018-05-30 19:22:07 +02:00
msgid "created date"
2018-06-27 23:00:02 +02:00
msgstr "date de création"
2018-05-30 19:22:07 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Note.js:103
msgid "This note does not have geolocation information."
msgstr "Cette note n'a pas d'information d'emplacement."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Note.js:426
#, javascript-format
msgid "Cannot copy note to \"%s\" notebook"
msgstr "Impossible de copier la note vers le carnet \"%s\""
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Note.js:437
#, javascript-format
msgid "Cannot move note to \"%s\" notebook"
msgstr "Impossible de déplacer la note vers le carnet \"%s\""
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:27
2019-04-02 01:11:40 +02:00
#, javascript-format
msgid ""
"Attention: If you change this location, make sure you copy all your content "
"to it before syncing, otherwise all files will be removed! See the FAQ for "
"more details: %s"
msgstr ""
"Attention : si vous changez cet emplacement, copiez-y tout le contenu avant "
"de synchroniser, sinon tous les fichiers seront supprimés ! Consulter la FAQ "
"pour plus de détails : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:45
2019-11-11 08:46:03 +02:00
msgid "Keyboard Mode"
2019-11-11 09:16:33 +02:00
msgstr "Mode de clavier"
2019-11-11 08:46:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:48
2019-11-11 08:46:03 +02:00
msgid "Default"
2019-11-11 09:16:33 +02:00
msgstr "Défaut"
2019-11-11 08:46:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:49
2019-11-11 08:46:03 +02:00
msgid "Emacs"
2019-11-11 09:16:33 +02:00
msgstr "Emacs"
2019-11-11 08:46:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:50
2019-11-11 08:46:03 +02:00
msgid "Vim"
2019-11-11 09:16:33 +02:00
msgstr "Vim"
2019-11-11 08:46:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:60
2019-06-08 01:47:09 +02:00
msgid "Synchronisation target"
msgstr "Cible de la synchronisation"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:62
2019-06-08 01:47:09 +02:00
msgid ""
"The target to synchonise to. Each sync target may have additional parameters "
"which are named as `sync.NUM.NAME` (all documented below)."
msgstr ""
"La cible avec laquelle synchroniser. Chaque cible de synchronisation peut "
"avoir des paramètres supplémentaires sous le nom `sync.NUM.NOM` (documentés "
"ci-dessous)."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:84
2019-06-08 01:47:09 +02:00
msgid "Directory to synchronise with (absolute path)"
msgstr "Répertoire avec lequel synchroniser (chemin absolu)"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:96
2019-06-08 01:47:09 +02:00
msgid "Nextcloud WebDAV URL"
msgstr "Nextcloud : URL WebDAV"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:107
2019-06-08 01:47:09 +02:00
msgid "Nextcloud username"
msgstr "Nextcloud : Nom utilisateur"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:117
2019-06-08 01:47:09 +02:00
msgid "Nextcloud password"
msgstr "Nextcloud : Mot de passe"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:129
2019-06-08 01:47:09 +02:00
msgid "WebDAV URL"
msgstr "WebDAV : URL"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:140
2019-06-08 01:47:09 +02:00
msgid "WebDAV username"
msgstr "WebDAV : Nom utilisateur"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:150
2019-06-08 01:47:09 +02:00
msgid "WebDAV password"
msgstr "WebDAV : Mot de passe"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:175
2019-06-08 01:47:09 +02:00
msgid "Attachment download behaviour"
msgstr "Téléchargement des ressources"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:176
2019-06-08 01:47:09 +02:00
msgid ""
"In \"Manual\" mode, attachments are downloaded only when you click on them. "
"In \"Auto\", they are downloaded when you open the note. In \"Always\", all "
"the attachments are downloaded whether you open the note or not."
msgstr ""
"En mode \"manuel\", les ressources sont téléchargées uniquement lorsque vous "
2019-06-22 14:10:13 +02:00
"cliquez dessus. En mode \"auto\", elles sont téléchargées lorsque vous "
"ouvrez la note. En mode \"toujours\", toutes les ressources sont "
"téléchargées, que vous ayez ouvert la note ou pas."
2019-06-08 01:47:09 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:179
2019-06-08 01:47:09 +02:00
msgid "Always"
msgstr "Toujours"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:180
2019-06-08 01:47:09 +02:00
msgid "Manual"
msgstr "Manuel"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:181
2019-06-08 01:47:09 +02:00
msgid "Auto"
msgstr "Auto"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:186
2019-06-08 01:47:09 +02:00
msgid "Max concurrent connections"
msgstr "Nombre maxi de connections simultanées"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:195
2017-07-24 23:29:40 +02:00
msgid "Language"
msgstr "Langue"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:205
msgid "Date format"
msgstr "Format de la date"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:223
msgid "Time format"
msgstr "Format de l'heure"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:238
2017-11-12 02:44:26 +02:00
msgid "Theme"
msgstr "Apparence"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:242
2017-11-12 02:44:26 +02:00
msgid "Light"
msgstr "Clair"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:243
2017-11-12 02:44:26 +02:00
msgid "Dark"
msgstr "Sombre"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:245
2019-10-17 00:14:43 +02:00
msgid "Dracula"
msgstr "Dracula"
2019-10-17 00:14:43 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:246
2019-07-29 11:52:19 +02:00
msgid "Solarised Light"
msgstr "Solarisé clair"
2019-07-22 02:02:25 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:247
2019-07-29 11:52:19 +02:00
msgid "Solarised Dark"
msgstr "Solarisé sombre"
2019-07-22 02:02:25 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:248
msgid "Nord"
msgstr "Nord"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:253
2019-11-11 08:46:03 +02:00
msgid "Show note counts"
2019-11-11 09:16:33 +02:00
msgstr "Afficher le compte des notes"
2019-11-11 08:46:03 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:261
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:262
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:263
2019-11-05 02:02:39 +02:00
msgid "Editor"
2019-11-11 09:16:33 +02:00
msgstr "Éditeur"
2019-11-05 02:02:39 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:261
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:262
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:264
2019-11-05 02:02:39 +02:00
msgid "Viewer"
2019-11-11 09:16:33 +02:00
msgstr "Visionneuse"
2019-11-05 02:02:39 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:261
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:263
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:264
2019-11-05 02:02:39 +02:00
msgid "Split View"
2019-11-11 09:16:33 +02:00
msgstr "Vue fractionnée"
2019-11-05 02:02:39 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:261
2019-11-11 09:16:33 +02:00
#, javascript-format
2019-11-05 02:02:39 +02:00
msgid "%s / %s / %s"
2019-11-11 09:16:33 +02:00
msgstr "%s / %s / %s"
2019-11-05 02:02:39 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:262
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:263
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:264
2019-11-05 02:02:39 +02:00
#, javascript-format
msgid "%s / %s"
2019-11-11 09:16:33 +02:00
msgstr "%s / %s"
2019-11-05 02:02:39 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:267
2018-02-28 22:46:15 +02:00
msgid "Uncompleted to-dos on top"
msgstr "Tâches non-terminées en haut"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:268
2018-05-09 22:05:52 +02:00
msgid "Show completed to-dos"
msgstr "Afficher les tâches complétées"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:276
2018-02-28 22:46:15 +02:00
msgid "Sort notes by"
msgstr "Trier les notes par"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:287
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:305
2018-02-28 22:46:15 +02:00
msgid "Reverse sort order"
2018-03-14 19:32:05 +02:00
msgstr "Inverser l'ordre"
2017-07-26 22:09:33 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:294
2019-03-03 19:14:17 +02:00
msgid "Sort notebooks by"
msgstr "Trier les carnets par"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:306
2017-10-24 22:22:57 +02:00
msgid "Save geo-location with notes"
2017-07-26 23:27:03 +02:00
msgstr "Enregistrer l'emplacement avec les notes"
2017-07-26 22:09:33 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:314
2018-01-31 21:14:32 +02:00
msgid "When creating a new to-do:"
2018-02-02 02:02:47 +02:00
msgstr "Lors de la création d'une tâche :"
2018-01-31 21:14:32 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:317
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:332
2018-01-31 21:14:32 +02:00
msgid "Focus title"
2018-02-02 02:02:47 +02:00
msgstr "Curseur sur le titre"
2018-01-31 21:14:32 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:318
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:333
2018-01-31 21:14:32 +02:00
msgid "Focus body"
2018-02-02 02:02:47 +02:00
msgstr "Curseur sur corps du message"
2018-01-31 21:14:32 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:329
2018-01-31 21:14:32 +02:00
msgid "When creating a new note:"
2018-02-02 02:02:47 +02:00
msgstr "Lors de la création d'une note :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:337
2019-04-21 15:55:12 +02:00
msgid "Enable soft breaks"
msgstr "Activer retours à la ligne \"doux\""
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:338
2019-10-17 00:14:43 +02:00
msgid "Enable typographer support"
msgstr "Activer le typographe"
2019-10-17 00:14:43 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:339
2019-04-02 18:27:19 +02:00
msgid "Enable math expressions"
msgstr "Activer les expressions mathématiques"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:340
2019-04-02 18:27:19 +02:00
msgid "Enable ==mark== syntax"
msgstr "Activer la syntaxe pour ==surligner=="
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:341
2019-04-02 18:27:19 +02:00
msgid "Enable footnotes"
msgstr "Activer les notes de bas de page"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:342
2019-04-02 18:27:19 +02:00
msgid "Enable table of contents extension"
msgstr "Activer la table des matières"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:343
2019-04-02 18:27:19 +02:00
msgid "Enable ~sub~ syntax"
msgstr "Activer la syntaxe ~indice~"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:344
2019-04-02 18:27:19 +02:00
msgid "Enable ^sup^ syntax"
msgstr "Activer la syntaxe ^exposant^"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:345
2019-04-02 18:27:19 +02:00
msgid "Enable deflist syntax"
msgstr "Activer les listes de définitions"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:346
2019-04-02 18:27:19 +02:00
msgid "Enable abbreviation syntax"
msgstr "Activer la syntaxe pour abréviations"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:347
2019-04-02 18:27:19 +02:00
msgid "Enable markdown emoji"
msgstr "Activer la syntaxe émoji"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:348
2019-04-02 18:27:19 +02:00
msgid "Enable ++insert++ syntax"
msgstr "Activer la syntaxe ++insertion++"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:349
2019-04-02 18:27:19 +02:00
msgid "Enable multimarkdown table extension"
msgstr "Activer les tables multi-markdown"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:350
2019-09-06 19:33:30 +02:00
msgid "Enable Fountain syntax support"
msgstr "Activer la syntaxe \"Fountain\""
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:362
2018-02-02 02:02:47 +02:00
msgid "Show tray icon"
2018-06-15 19:23:15 +02:00
msgstr "Afficher l'icône dans la zone de notifications"
2018-01-31 21:14:32 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:364
2018-04-28 11:40:55 +02:00
msgid "Note: Does not work in all desktop environments."
2018-04-28 11:44:07 +02:00
msgstr "Note : Ne fonctionne pas dans tous les environnements de bureau."
2018-04-28 11:40:55 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:364
2018-11-02 02:24:28 +02:00
msgid ""
"This will allow Joplin to run in the background. It is recommended to enable "
"this setting so that your notes are constantly being synchronised, thus "
"reducing the number of conflicts."
msgstr ""
2018-11-14 01:17:56 +02:00
"Cela permettra à Joplin de s'exécuter en arrière-plan. Il est recommandé "
"d'activer ce réglage pour que vos notes soient constamment synchronisées, "
"donc réduire le nombre de conflits."
2018-11-02 02:24:28 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:368
2018-09-09 21:05:36 +02:00
msgid "Start application minimised in the tray icon"
2018-09-23 20:15:04 +02:00
msgstr "Démarrer minimisé dans la zone de notification"
2018-09-09 21:05:36 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:376
2018-03-02 20:12:58 +02:00
msgid "Global zoom percentage"
2018-01-28 19:43:21 +02:00
msgstr "Niveau de zoom"
2018-01-28 19:38:30 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:377
2018-12-09 02:22:16 +02:00
msgid "Editor font size"
msgstr "Taille police éditeur"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:385
2019-09-25 19:54:25 +02:00
msgid "Editor font"
msgstr "Police de l'éditeur"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:409
2018-03-02 20:12:58 +02:00
msgid "Editor font family"
msgstr "Police de l'éditeur"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:411
2018-03-02 20:12:58 +02:00
msgid ""
2018-05-20 13:31:54 +02:00
"This must be *monospace* font or it will not work properly. If the font is "
"incorrect or empty, it will default to a generic monospace font."
2018-03-02 20:12:58 +02:00
msgstr ""
2018-05-20 13:31:54 +02:00
"Il faut que ce soit une police *monospace* ou cela ne fonctionnera pas "
"correctement. Si la police est incorrecte ou non-spécifiée, une police "
2018-03-02 20:12:58 +02:00
"monospace sera utilisée par défaut."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:449
msgid "Custom stylesheet for Joplin-wide app styles"
msgstr ""
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:453
2018-01-28 19:38:30 +02:00
msgid "Automatically update the application"
msgstr "Mettre à jour le logiciel automatiquement"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:454
2019-01-19 20:22:18 +02:00
msgid "Get pre-releases when checking for updates"
msgstr "Recevoir les pré-release lors de la vérification des mises à jour"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:454
2019-01-19 20:22:18 +02:00
#, javascript-format
msgid "See the pre-release page for more details: %s"
msgstr "Voir la page des pré-release pour plus de détails : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:462
2017-07-26 22:09:33 +02:00
msgid "Synchronisation interval"
2017-11-20 20:58:51 +02:00
msgstr "Intervalle de synchronisation"
2017-07-26 22:09:33 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:466
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:467
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:468
2017-07-26 22:09:33 +02:00
#, javascript-format
msgid "%d minutes"
2017-07-26 23:27:03 +02:00
msgstr "%d minutes"
2017-07-26 22:09:33 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:469
2017-07-26 22:09:33 +02:00
#, javascript-format
msgid "%d hour"
2017-07-26 23:27:03 +02:00
msgstr "%d heure"
2017-07-26 22:09:33 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:470
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:471
2017-07-26 22:09:33 +02:00
#, javascript-format
msgid "%d hours"
2017-07-26 23:27:03 +02:00
msgstr "%d heures"
2017-07-26 22:09:33 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:480
2018-06-27 23:00:02 +02:00
msgid "Text editor command"
msgstr "Commande de l'éditeur de texte"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:480
2018-06-27 23:00:02 +02:00
msgid ""
"The editor command (may include arguments) that will be used to open a note. "
"If none is provided it will try to auto-detect the default editor."
msgstr ""
"La commande de l'éditeur de texte (peut inclure des options) pour ouvrir et "
"modifier les notes. Si non-spécifiée, elle sera détectée automatiquement."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:481
2019-10-17 00:14:43 +02:00
msgid "Page size for PDF export"
msgstr "Taille de page pour l'export PDF"
2019-10-17 00:14:43 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:483
2019-10-17 00:14:43 +02:00
msgid "A4"
msgstr "A4"
2019-10-17 00:14:43 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:484
2019-10-17 00:14:43 +02:00
msgid "Letter"
msgstr "Lettre"
2019-10-17 00:14:43 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:485
2019-10-17 00:14:43 +02:00
msgid "A3"
msgstr "A3"
2019-10-17 00:14:43 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:486
2019-10-17 00:14:43 +02:00
msgid "A5"
msgstr "A5"
2019-10-17 00:14:43 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:487
2019-10-17 00:14:43 +02:00
msgid "Tabloid"
msgstr "Tabloïde"
2019-10-17 00:14:43 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:488
2019-10-17 00:14:43 +02:00
msgid "Legal"
msgstr "Légal"
2019-10-17 00:14:43 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:491
2019-10-17 00:14:43 +02:00
msgid "Page orientation for PDF export"
msgstr "Orientation de page pour l'export PDF"
2019-10-17 00:14:43 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:493
2019-10-17 00:14:43 +02:00
msgid "Portrait"
msgstr "Portrait"
2019-10-17 00:14:43 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:494
2019-10-17 00:14:43 +02:00
msgid "Landscape"
msgstr "Paysage"
2019-10-17 00:14:43 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:509
2018-06-21 19:04:10 +02:00
msgid "Custom TLS certificates"
msgstr "Certificats TLS personnalisés"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:510
2018-06-21 19:04:10 +02:00
msgid ""
"Comma-separated list of paths to directories to load the certificates from, "
"or path to individual cert files. For example: /my/cert_dir, /other/custom."
2018-06-27 23:00:02 +02:00
"pem. Note that if you make changes to the TLS settings, you must save your "
"changes before clicking on \"Check synchronisation configuration\"."
2018-06-21 19:04:10 +02:00
msgstr ""
"Liste séparée par des virgules contenant les chemins des répertoires "
"contenants des certificats, ou les chemins de certificats individuels. Par "
2018-06-27 23:00:02 +02:00
"exemple : /my/cert_dir, /other/custom.pem. Remarquez que si vous changez les "
"paramètres TLS, vous devez enregistrer vos changements avant de cliquer sur "
"\"Vérifier config synchronisation\"."
2018-06-21 19:04:10 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:522
2018-06-21 19:04:10 +02:00
msgid "Ignore TLS certificate errors"
msgstr "Ignorer les erreurs de certificats TLS"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:525
2019-09-25 19:54:25 +02:00
msgid ""
"Fail-safe: Do not wipe out local data when sync target is empty (often the "
"result of a misconfiguration or bug)"
msgstr ""
"Sécurité : Ne pas supprimer toutes les données lorsque la cible de "
"synchronisation est vide (souvent à cause d'un bug ou d'un problème de "
"config)"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:528
2019-09-09 19:22:20 +02:00
msgid ""
"Specify the port that should be used by the API server. If not set, a "
"default will be used."
msgstr ""
"Détermine quel port sera utilisé par le serveur API. Si aucun n'est "
"spécifié, un port par défaut sera utilisé."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:536
2019-05-13 23:52:42 +02:00
msgid "Enable note history"
2019-05-22 17:34:59 +02:00
msgstr "Activer l'historique des notes"
2019-05-13 23:52:42 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:546
2019-05-13 23:52:42 +02:00
msgid "days"
2019-05-22 17:34:59 +02:00
msgstr "jours"
2019-05-13 23:52:42 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:546
2019-05-13 23:52:42 +02:00
#, javascript-format
msgid "%d days"
2019-05-22 17:34:59 +02:00
msgstr "%d jours"
2019-05-13 23:52:42 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:548
2019-05-13 23:52:42 +02:00
msgid "Keep note history for"
2019-05-22 17:34:59 +02:00
msgstr "Garder l'historique des notes pour"
2019-05-13 23:52:42 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:663
#, javascript-format
msgid "Invalid option value: \"%s\". Possible values are: %s."
msgstr "Option invalide: \"%s\". Les valeurs possibles sont : %s."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:945
msgid "General"
msgstr "Général"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:946
msgid "Synchronisation"
msgstr "Synchronisation"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:947
msgid "Appearance"
msgstr "Apparence"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:948
msgid "Note"
msgstr "Note"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:949
msgid "Plugins"
msgstr "Modules"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:950
msgid "Application"
msgstr "Application"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:952
msgid "Encryption"
msgstr "Chiffrement"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Setting.js:953
msgid "Web Clipper"
msgstr "Web Clipper"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/models/Tag.js:168
#, javascript-format
msgid "The tag \"%s\" already exists. Please choose a different name."
msgstr "L'étiquette \"%s\" existe déjà. Veuillez choisir un autre nom."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService.js:29
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService.js:67
2018-02-28 22:46:15 +02:00
msgid "Joplin Export File"
msgstr "Fichier d'export Joplin"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService.js:36
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService.js:82
2018-02-28 22:46:15 +02:00
msgid "Markdown"
msgstr "Markdown"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService.js:41
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService.js:72
2018-02-28 22:46:15 +02:00
msgid "Joplin Export Directory"
msgstr "Dossier d'export Joplin"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService.js:47
2019-09-25 19:54:25 +02:00
msgid "Evernote Export File (as Markdown)"
msgstr "Fichiers d'export Evernote (vers Markdown)"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService.js:55
2019-09-25 19:54:25 +02:00
msgid "Evernote Export File (as HTML)"
msgstr "Fichiers d'export Evernote (vers HTML)"
2018-02-28 22:46:15 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService.js:77
2018-11-14 01:17:56 +02:00
msgid "Json Export Directory"
msgstr "Dossier d'export JSON"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService.js:88
#, fuzzy
msgid "HTML File"
msgstr "Fichier"
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService.js:93
#, fuzzy
msgid "HTML Directory"
msgstr "Dossier"
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService.js:129
2019-02-24 13:27:47 +02:00
msgid "File"
msgstr "Fichier"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService.js:129
2018-03-14 19:32:05 +02:00
msgid "Directory"
msgstr "Dossier"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService.js:173
#, javascript-format
msgid "Cannot load \"%s\" module for format \"%s\""
msgstr "Impossible de charger module \"%s\" pour le format \"%s\""
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService.js:231
#, javascript-format
msgid "Please specify import format for %s"
msgstr "Veuillez spécifier le format d'import pour %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService.js:361
#, javascript-format
msgid ""
"This item is currently encrypted: %s \"%s\". Please wait for all items to be "
"decrypted and try again."
msgstr ""
"Cet objet est chiffré : %s \"%s\". Veuillez attendre que tout soit déchiffré "
"et réessayez."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService_Exporter_Jex.js:29
msgid "There is no data to export."
msgstr "Il n'y a pas de données à exporter."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/InteropService_Importer_Md.js:27
msgid "Please specify the notebook where the notes should be imported to."
msgstr "Veuillez sélectionner le carnet où les notes doivent être importées."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/RevisionService.js:211
msgid "Restored Notes"
msgstr "Notes restaurées"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/report.js:119
msgid "Items that cannot be synchronised"
msgstr "Objets qui ne peuvent pas être synchronisés"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/report.js:121
msgid ""
"These items will remain on the device but will not be uploaded to the sync "
"target. In order to find these items, either search for the title or the ID "
"(which is displayed in brackets above)."
msgstr ""
"Ces objets resteront sur l'appareil mais ne seront pas envoyé sur la cible "
"de la synchronisation. Pour trouver ces objets, faite une recherche sur le "
"titre ou l'identifiant de l'objet (affiché ci-dessus entre parenthèses)."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/report.js:128
#, javascript-format
msgid "%s (%s) could not be uploaded: %s"
msgstr "%s (%s) n'a pas pu être envoyé : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/report.js:130
#, javascript-format
msgid "Item \"%s\" could not be downloaded: %s"
msgstr "L'objet \"%s\" n'a pas pu être téléchargé : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/report.js:140
msgid "Items that cannot be decrypted"
msgstr "Objets qui ne peuvent pas être déchiffrés"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/report.js:142
msgid ""
"Joplin failed to decrypt these items multiple times, possibly because they "
"are corrupted or too large. These items will remain on the device but Joplin "
"will no longer attempt to decrypt them."
msgstr ""
"Joplin n'a pas pu déchiffrer ces objets à plusieurs reprises, peut-être "
"parce qu'ils sont corrompus ou trop larges. Ces objets vont rester sur "
"l'appareil mais Joplin n'essayera plus de les déchiffrer."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/report.js:161
msgid "Sync status (synced items / total items)"
msgstr "Status de la synchronisation (objets synchro. / total)"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/report.js:165
#, javascript-format
msgid "%s: %d/%d"
msgstr "%s: %d/%d"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/report.js:168
#, javascript-format
msgid "Total: %d/%d"
msgstr "Total : %d/%d"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/report.js:170
#, javascript-format
msgid "Conflicted: %d"
msgstr "Conflits : %d"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/report.js:171
#, javascript-format
msgid "To delete: %d"
msgstr "A supprimer : %d"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/report.js:175
msgid "Folders"
msgstr "Carnets"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/report.js:183
#, javascript-format
msgid "%s: %d notes"
msgstr "%s : %d notes"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/report.js:191
msgid "Coming alarms"
msgstr "Alarmes à venir"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/services/report.js:196
#, javascript-format
msgid "On %s: %s"
msgstr "Le %s : %s"
2018-02-28 22:46:15 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/CameraView.js:178
2018-11-02 02:24:28 +02:00
msgid "Permission to use camera"
msgstr "Permission d'utiliser l'appareil photo"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/CameraView.js:179
2018-11-02 02:24:28 +02:00
msgid "Your permission to use your camera is required."
msgstr "Votre permission est requise pour utiliser l'appareil photo."
2018-11-02 02:24:28 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/note-list.js:116
2019-09-06 19:33:30 +02:00
msgid "You currently have no notebooks."
msgstr "Vous n'avez pour l'instant pas de carnets."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/note-list.js:120
2019-09-06 19:33:30 +02:00
msgid "Create a notebook"
msgstr "Créer un carnet"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/note-list.js:124
2017-07-25 20:57:06 +02:00
msgid "There are currently no notes. Create one by clicking on the (+) button."
msgstr ""
2017-07-30 21:51:18 +02:00
"Ce carnet ne contient aucune note. Créez-en une en appuyant sur le bouton "
2017-07-25 20:57:06 +02:00
"(+)."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screen-header.js:179
msgid "Delete these notes?"
2017-11-24 21:59:21 +02:00
msgstr "Supprimer ces notes ?"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screen-header.js:338
msgid "Move to notebook..."
msgstr "Déplacer vers..."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screen-header.js:377
#, javascript-format
msgid "Move %d notes to notebook \"%s\"?"
msgstr "Déplacer %d notes vers carnet \"%s\" ?"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screen-header.js:395
msgid "Press to set the decryption password."
msgstr "Définir mot de passe de synchronisation."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/select-date-time-dialog.js:65
msgid "Clear alarm"
msgstr "Enlever l'alarme"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/select-date-time-dialog.js:68
msgid "Save alarm"
msgstr "Enregistrer alarme"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/select-date-time-dialog.js:86
msgid "Select date"
msgstr "Sélectionner date"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/select-date-time-dialog.js:88
msgid "Confirm"
msgstr "Confirmer"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/side-menu-content.js:124
2019-07-21 09:49:49 +02:00
#, javascript-format
msgid "Notebook: %s"
msgstr "Carnet : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/side-menu-content.js:130
2019-07-21 09:49:49 +02:00
msgid "Encrypted notebooks cannot be renamed"
msgstr "Les carnets chiffrés ne peuvent être renommés"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/side-menu-content.js:309
2019-07-21 09:49:49 +02:00
msgid "New Notebook"
msgstr "Nouveau carnet"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/side-menu-content.js:313
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:475
2019-07-21 09:49:49 +02:00
msgid "Configuration"
msgstr "Configuration"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/side-menu-content.js:356
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/notes.js:177
msgid "All notes"
msgstr "Toutes les notes"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/shared/config-shared.js:46
msgid "Checking... Please wait."
msgstr "Vérification... Veuillez attendre."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/shared/config-shared.js:48
msgid "Success! Synchronisation configuration appears to be correct."
msgstr "La configuration de la synchronisation semble correcte."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/shared/config-shared.js:50
msgid ""
"Error. Please check that URL, username, password, etc. are correct and that "
"the sync target is accessible. The reported error was:"
msgstr ""
"Erreur. Veuillez vérifier que l'URL, le nom, le mot de passe, etc. sont "
"corrects et que la destination est accessible. L'erreur reportée est :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/shared/dropbox-login-shared.js:39
msgid "The application has been authorised!"
msgstr "Le logiciel a été autorisé !"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/shared/dropbox-login-shared.js:43
#, javascript-format
msgid ""
"Could not authorise application:\n"
"\n"
"%s\n"
"\n"
"Please try again."
msgstr ""
"Impossible d'autoriser le logiciel :\n"
"\n"
"%s\n"
"\n"
"Veuillez réessayer."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/shared/encryption-config-shared.js:71
#, javascript-format
msgid "Decrypted items: %s / %s"
msgstr "Déchiffrement : %s / %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/NoteTagsDialog.js:161
msgid "New tags:"
msgstr "Nouvelles étiquettes :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/NoteTagsDialog.js:175
msgid "Type new tags or select from list"
msgstr "Entrez de nouvelles étiquettes ou sélectionnez de la liste"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:48
2019-07-21 09:49:49 +02:00
msgid "Warning"
msgstr "Avertissement"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:48
2019-07-21 09:49:49 +02:00
msgid ""
2019-07-22 02:02:25 +02:00
"In order to use file system synchronisation your permission to write to "
2019-07-21 09:49:49 +02:00
"external storage is required."
msgstr ""
"Pour utiliser la synchronisation par système de fichiers, votre autorisation "
"pour écrire sur le stockage externe est requise."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:269
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:265
2019-07-21 09:49:49 +02:00
msgid "Encryption Config"
msgstr "Config chiffrement"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:380
2019-07-21 09:49:49 +02:00
msgid "Tools"
msgstr "Outils"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:382
2019-07-21 09:49:49 +02:00
msgid "Sync Status"
msgstr "État synchronisation"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:383
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/log.js:108
2019-07-21 09:49:49 +02:00
msgid "Log"
msgstr "Journal"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:384
2019-07-21 09:49:49 +02:00
msgid "Creating report..."
msgstr "Création du rapport..."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:384
2019-07-21 09:49:49 +02:00
msgid "Export Debug Report"
msgstr "Exporter rapport de débogage"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:385
2019-07-21 09:49:49 +02:00
msgid "Fixing search index..."
msgstr "Correction de l'index..."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:385
2019-07-21 09:49:49 +02:00
msgid "Fix search index"
msgstr "Corriger index de recherche"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:385
2019-07-21 09:49:49 +02:00
msgid ""
"Use this to rebuild the search index if there is a problem with search. It "
2019-07-22 02:02:25 +02:00
"may take a long time depending on the number of notes."
2019-07-21 09:49:49 +02:00
msgstr ""
"Utilisez ceci pour corriger l'index du moteur de recherche en cas de "
2019-07-29 11:52:19 +02:00
"problème. Cela peut prendre longtemps selon le nombre de notes."
2019-07-21 09:49:49 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:387
2019-06-08 01:47:09 +02:00
msgid "More information"
msgstr "Plus d'information"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:397
2018-05-21 21:17:00 +02:00
msgid ""
"To work correctly, the app needs the following permissions. Please enable "
"them in your phone settings, in Apps > Joplin > Permissions"
msgstr ""
"Pour fonctionner correctement, l'appli a besoin des autorisations suivantes. "
"Veuillez les activer dans les paramètres de votre téléphone, dans le menu "
"Applications > Joplin > Autorisations"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:400
2018-05-21 21:17:00 +02:00
msgid ""
"- Storage: to allow attaching files to notes and to enable filesystem "
"synchronisation."
msgstr ""
"- Stockage : Pour attacher des fichiers aux notes et pour activer la "
"synchronisation vers le système de fichier."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:403
2018-05-21 21:17:00 +02:00
msgid "- Camera: to allow taking a picture and attaching it to a note."
msgstr ""
"- Appareil photo : Pour pouvoir prendre une photo et l'attacher à une note."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:406
2018-05-21 21:17:00 +02:00
msgid "- Location: to allow attaching geo-location information to a note."
msgstr "- Position : Pour attacher à une note les coordonnées GPS."
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:435
2018-03-09 11:11:13 +02:00
msgid "Joplin website"
msgstr "Site web de Joplin"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:463
#, javascript-format
msgid "Database v%s"
msgstr "Base de données v%s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/config.js:469
#, javascript-format
msgid "FTS enabled: %d"
msgstr "FTS activé : %d"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/dropbox-login.js:50
msgid "Login with Dropbox"
msgstr "Se connecter à Dropbox"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/dropbox-login.js:61
2019-01-10 20:59:56 +02:00
msgid "Enter code here"
msgstr "Entrez le code ici"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:122
2018-01-06 22:05:34 +02:00
#, javascript-format
msgid "Master Key %s"
msgstr "Clef maître %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:123
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:631
2018-01-06 22:05:34 +02:00
#, javascript-format
msgid "Created: %s"
msgstr "Créé : %s"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:125
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:154
2018-01-06 22:05:34 +02:00
msgid "Password:"
msgstr "Mot de passe :"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:140
2018-01-06 22:05:34 +02:00
msgid "Password cannot be empty"
msgstr "Mot de passe ne peut être vide"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:142
2019-10-17 00:14:43 +02:00
msgid "Confirm password cannot be empty"
msgstr "Le mot de passe de confirmation ne peut être vide"
2019-10-17 00:14:43 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/encryption-config.js:178
2018-01-06 22:05:34 +02:00
msgid "Enable"
msgstr "Activer"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/folder.js:87
2017-07-26 23:27:03 +02:00
#, javascript-format
2017-07-24 23:29:40 +02:00
msgid "The notebook could not be saved: %s"
msgstr "Ce carnet n'a pas pu être sauvegardé : %s"
2017-07-19 23:26:30 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/folder.js:109
2017-07-25 20:57:06 +02:00
msgid "Edit notebook"
2017-11-20 20:58:51 +02:00
msgstr "Éditer le carnet"
2017-07-25 20:57:06 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/folder.js:110
2019-07-21 09:49:49 +02:00
msgid "Enter notebook title"
msgstr "Entrez le titre du carnet"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/log.js:113
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/onedrive-login.js:109
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/status.js:131
msgid "Refresh"
msgstr "Rafraîchir"
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/log.js:121
msgid "Show all"
msgstr "Afficher tous"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/log.js:121
msgid "Errors only"
msgstr "Erreurs seulement"
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:85
2017-09-10 18:57:06 +02:00
msgid "This note has been modified:"
2017-10-31 00:29:17 +02:00
msgstr "Cette note a été modifiée :"
2017-09-10 18:57:06 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:85
2017-09-10 18:57:06 +02:00
msgid "Save changes"
2017-10-31 00:29:17 +02:00
msgstr "Enregistrer les changements"
2017-09-10 18:57:06 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:85
2017-09-10 18:57:06 +02:00
msgid "Discard changes"
2017-10-31 00:29:17 +02:00
msgstr "Ignorer les changements"
2017-09-10 18:57:06 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:130
2018-05-06 12:17:34 +02:00
#, javascript-format
msgid "No item with ID %s"
2018-05-09 14:14:17 +02:00
msgstr "Aucun objet avec identifiant %s"
2018-05-06 12:17:34 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:153
2018-05-06 12:17:34 +02:00
#, javascript-format
msgid "The Joplin mobile app does not currently support this type of link: %s"
msgstr ""
2018-05-09 14:14:17 +02:00
"L'application mobile Joplin ne gère pas pour l'instant ce type de lien : %s"
2018-05-06 12:17:34 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:157
2019-06-20 00:18:24 +02:00
#, javascript-format
msgid "Links with protocol \"%s\" are not supported"
2019-06-22 14:10:13 +02:00
msgstr "Le schéma d'URI \"%s\" n'est pas supporté"
2019-06-20 00:18:24 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:485
2019-11-20 21:06:45 +02:00
#, javascript-format
msgid "Unsupported image type: %s"
msgstr "Type d'image non géré : %s"
2019-11-20 21:06:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:632
2019-11-20 21:06:45 +02:00
#, javascript-format
msgid "Updated: %s"
msgstr "Mis à jour : %s"
2019-11-20 21:06:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:636
msgid "View on map"
msgstr "Voir sur carte"
2019-11-20 21:06:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:643
msgid "Go to source URL"
msgstr "Aller à l'URL source"
2019-11-20 21:06:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:670
msgid "Attach..."
msgstr "Joindre..."
2019-11-20 21:06:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:672
msgid "Choose an option"
msgstr "Choisissez une option"
2019-11-20 21:06:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:672
msgid "Take photo"
msgstr "Prendre une photo"
2019-11-20 21:06:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:672
msgid "Attach photo"
msgstr "Attacher une photo"
2019-11-20 21:06:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:672
msgid "Attach any file"
msgstr "Attacher un fichier"
2019-11-20 21:06:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:691
msgid "Share"
msgstr "Partager"
2019-11-20 21:06:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:704
msgid "Convert to note"
msgstr "Convertir en note"
2019-11-20 21:06:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:704
msgid "Convert to todo"
msgstr "Convertir en tâche"
2019-11-20 21:06:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:717
msgid "Properties"
msgstr "Propriétés"
2019-11-20 21:06:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:852
msgid "Add body"
msgstr "Ajoutez le contenu"
2019-11-20 21:06:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/note.js:887
msgid "Add title"
msgstr "Ajoutez le titre"
2019-11-20 21:06:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/onedrive-login.js:98
msgid "Login with OneDrive"
msgstr "Se connecter à OneDrive"
2019-11-20 21:06:45 +02:00
2019-12-18 13:45:10 +02:00
#: /Users/tessus/data/work/joplin/Tools/../ReactNativeClient/lib/components/screens/search.js:161
msgid "Search"
msgstr "Chercher"
2019-11-20 21:06:45 +02:00
2019-12-18 13:45:10 +02:00
#~ msgid "Exporting to \"%s\" as \"%s\" format. Please wait..."
#~ msgstr "Exporter vers \"%s\" au format \"%s\". Veuillez patienter..."
2019-11-20 21:06:45 +02:00
2019-12-18 13:45:10 +02:00
#~ msgid "Could not export notes: %s"
#~ msgstr "Impossible d'exporter les notes : %s"
#~ msgid "Only one note can be printed or exported to PDF at a time."
#~ msgstr ""
#~ "Les notes ne peuvent être imprimées ou exportées en PDF qu'une seule à la "
#~ "fois."
#~ msgid "Error opening note in editor: %s"
#~ msgstr "Erreur lors de l'ouverture de la note dans l'éditeur de texte : %s"
2019-11-20 21:06:45 +02:00
#~ msgid "All potential ports are in use - please report the issue at %s"
#~ msgstr ""
#~ "Tous les ports sont en cours d'utilisation. Veuillez signaler ce problème "
#~ "sur %s"
2019-11-11 08:46:03 +02:00
#~ msgid "Synchronisation is already in progress. State: %s"
#~ msgstr "La synchronisation est déjà en cours. État : %s"
#~ msgid "Confirm master password:"
#~ msgstr "Confirmer le mot de passe maître :"
#, fuzzy
#~ msgid "Confirm password"
#~ msgstr "Entrer le mot de passe maître :"
2019-10-17 01:25:55 +02:00
#, fuzzy
#~ msgid "Missing required argument: note"
#~ msgstr "Paramètre requis manquant : %s"
2019-10-17 01:25:55 +02:00
2019-09-25 19:54:25 +02:00
#~ msgid "Starting to edit note. Close the editor to get back to the prompt."
#~ msgstr ""
#~ "Édition de la note en cours. Fermez l'éditeur de texte pour retourner à "
#~ "l'invite de commande."
#~ msgid "Note has been saved."
#~ msgstr "La note a été enregistrée."
#~ msgid "Sidebar"
#~ msgstr "Barre latérale"
#~ msgid "Note title"
#~ msgstr "Titre de la note"
#~ msgid "Note body"
#~ msgstr "Corps de la note"
#~ msgid "Importing from \"%s\" as \"%s\" format. Please wait..."
#~ msgstr "Importer depuis \"%s\" au format \"%s\". Veuillez patienter..."
#~ msgid "Synchronisation status"
#~ msgstr "État de la synchronisation"
#~ msgid "Print"
#~ msgstr "Imprimer"
#~ msgid "General Options"
#~ msgstr "Options générales"
#~ msgid "Encryption options"
#~ msgstr "Options de chiffrement"
#~ msgid "Create note from template"
#~ msgstr "Créer une note à partir d'un modèle"
#~ msgid "Create to-do from template"
#~ msgstr "Créer une tâche à partir d'un modèle"
#~ msgid "Insert template"
#~ msgstr "Insérer un modèle"
#~ msgid "Open template directory"
#~ msgstr "Ouvrir le dossier des modèles"
#~ msgid "Refresh templates"
#~ msgstr "Rafraichir modèles"
#~ msgid "Revision: %s (%s)"
#~ msgstr "Révision : %s (%s)"
#~ msgid "%s %s (%s, %s)"
#~ msgstr "%s %s (%s, %s)"
#~ msgid "Encryption Options"
#~ msgstr "Options de chiffrement"
#~ msgid "Clipper Options"
#~ msgstr "Options du Web Clipper"
#~ msgid ""
#~ "Unknown item type downloaded - please upgrade Joplin to the latest version"
#~ msgstr "Objet inconnu téléchargé - veuillez mettre Joplin à jour"
#~ msgid "Information"
#~ msgstr "Information"
2019-07-21 09:49:49 +02:00
#~ msgid ""
#~ "Joplin does not have permission to access \"%s\". Either choose a "
#~ "different sync target, or give Joplin the \"Storage\" permission."
#~ msgstr ""
#~ "Joplin ne peut pas accéder au dossier \"%s\". Choisissez une autre cible "
#~ "de synchronisation, ou donnez à Joplin l'autorisation \"Stockage\"."
2017-07-19 23:26:30 +02:00
2019-07-21 09:49:49 +02:00
#~ msgid "Permission to write to external storage"
#~ msgstr "Autorisation d'écrire sur le stockage externe"
#~ msgid "Cancel synchronisation"
#~ msgstr "Annuler synchronisation"
2017-07-24 23:29:40 +02:00
2019-07-21 09:49:49 +02:00
#~ msgid "Hide metadata"
#~ msgstr "Cacher les métadonnées"
#~ msgid "Show metadata"
#~ msgstr "Voir métadonnées"
#~ msgid "Delete notebook"
#~ msgstr "Supprimer le carnet"
#~ msgid ""
#~ "Click on the (+) button to create a new note or notebook. Click on the "
#~ "side menu to access your existing notebooks."
#~ msgstr ""
#~ "Appuyez sur le bouton (+) pour créer une nouvelle note ou carnet. Ouvrez "
#~ "le menu latéral pour accéder à vos carnets."
#~ msgid ""
#~ "You currently have no notebook. Create one by clicking on (+) button."
#~ msgstr ""
#~ "Vous n'avez pour l'instant pas de carnets. Créez-en un en pressant le "
#~ "bouton (+)."
#~ msgid "Welcome"
#~ msgstr "Bienvenue"
2017-07-26 23:27:03 +02:00
2019-06-08 01:47:09 +02:00
#~ msgid "Separate each tag by a comma."
#~ msgstr "Séparez chaque étiquette par une virgule."
2019-06-05 19:07:11 +02:00
#~ msgid "Some items cannot be decrypted."
#~ msgstr "Certains objets ne peuvent être déchiffrés."
2019-05-13 23:52:42 +02:00
#~ msgid "%s (%s): %s"
#~ msgstr "%s (%s) : %s"
2019-04-21 15:55:12 +02:00
#~ msgid "Table of contents"
#~ msgstr "Table des matières"
2019-04-02 01:11:40 +02:00
#~ msgid ""
#~ "The path to synchronise with when file system synchronisation is enabled. "
#~ "See `sync.target`."
#~ msgstr ""
#~ "Le chemin du répertoire avec lequel synchroniser lorsque la "
#~ "synchronisation par système de fichier est activée. Voir `sync.target`."
2018-11-14 01:17:56 +02:00
#~ msgid "State: %s."
#~ msgstr "État : %s."
2018-09-16 20:53:06 +02:00
#~ msgid "A notebook with this title already exists: \"%s\""
#~ msgstr "Un carnet avec ce titre existe déjà : \"%s\""
2018-04-11 19:27:45 +02:00
#~ msgid ""
#~ "For more information about End-To-End Encryption (E2EE) and advices on "
#~ "how to enable it please check the documentation"
#~ msgstr ""
2018-09-09 21:05:36 +02:00
#~ "Pour plus d'informations sur le chiffrement de bout en bout, ainsi que "
#~ "des conseils pour l'activer, veuillez consulter la documentation"
2018-04-11 19:27:45 +02:00
#~ msgid "Searches"
#~ msgstr "Recherches"
2018-02-28 22:46:15 +02:00
#~ msgid "Imports an Evernote notebook file (.enex file)."
#~ msgstr "Importer un carnet Evernote (fichier .enex)."
#~ msgid ""
#~ "File \"%s\" will be imported into existing notebook \"%s\". Continue?"
#~ msgstr ""
#~ "Le fichier \"%s\" va être importé dans le carnet existant \"%s\". "
#~ "Continuer ?"
#~ msgid ""
#~ "New notebook \"%s\" will be created and file \"%s\" will be imported into "
#~ "it. Continue?"
#~ msgstr ""
#~ "Un nouveau carnet \"%s\" va être créé et le fichier \"%s\" va être "
#~ "importé dedans. Continuer ?"
#~ msgid "Import Evernote notes"
#~ msgstr "Importer notes d'Evernote"
2018-02-17 01:26:31 +02:00
#~ msgid "Give focus to next pane"
#~ msgstr "Activer le volet suivant"
#~ msgid "Give focus to previous pane"
#~ msgstr "Activer le volet précédent"
#~ msgid "Exit command line mode"
#~ msgstr "Sortir du mode de ligne de commande"
#~ msgid "Edit the selected note"
#~ msgstr "Éditer la note sélectionnée"
#~ msgid "Cancel the current command."
#~ msgstr "Annuler la commande en cours."
#~ msgid "Exit the application."
#~ msgstr "Quitter le logiciel."
#~ msgid "Set a to-do as completed / not completed"
#~ msgstr "Marquer une tâches comme complétée / non-complétée"
#~ msgid "[t]oggle [c]onsole between maximized/minimized/hidden/visible."
#~ msgstr "Maximiser, minimiser, cacher ou rendre visible la console."
#~ msgid "[t]oggle note [m]etadata."
#~ msgstr "Afficher/Cacher les métadonnées des notes."
#~ msgid "[M]ake a new [n]ote"
#~ msgstr "Créer une nouvelle note"
#~ msgid "[M]ake a new [t]odo"
#~ msgstr "Créer une nouvelle tâche"
#~ msgid "[M]ake a new note[b]ook"
#~ msgstr "Créer un nouveau carnet"
#~ msgid "Copy ([Y]ank) the [n]ote to a notebook."
#~ msgstr "Copier la note dans un autre carnet."
#~ msgid "Move the note to a notebook."
#~ msgstr "Déplacer la note vers un carnet."
2018-02-16 23:39:54 +02:00
#~ msgid "WebDAV (Beta)"
#~ msgstr "WebDAV (Bêta)"
#~ msgid "New version downloaded - application will quit now and update..."
#~ msgstr ""
#~ "La nouvelle version a été téléchargée - le programme va se fermer et se "
#~ "mettre à jour..."
#~ msgid "Could not install the update: %s"
#~ msgstr "Impossible d'installer la mise à jour : %s"
2018-01-28 19:38:30 +02:00
#~ msgid ""
#~ "The target to synchonise to. If synchronising with the file system, set "
#~ "`sync.2.path` to specify the target directory."
#~ msgstr ""
#~ "La cible avec laquelle synchroniser. Pour synchroniser avec le système de "
#~ "fichier, veuillez spécifier le répertoire avec `sync.2.path`."
2018-01-14 19:07:34 +02:00
#~ msgid "To-do title:"
#~ msgstr "Titre de la tâche :"
2017-12-15 10:46:30 +02:00
#~ msgid "Delete notebook?"
#~ msgstr "Supprimer le carnet ?"
#~ msgid "File system synchronisation target directory"
#~ msgstr "Cible de la synchronisation sur le disque dur"
2017-12-01 22:06:20 +02:00
#~ msgid "Set or clear alarm:"
#~ msgstr "Définir ou modifier alarme :"
#~ msgid "Set or clear alarm"
#~ msgstr "Définir ou modifier alarme"
2017-11-29 18:03:19 +02:00
#~ msgid "Attach image"
#~ msgstr "Joindre une image ou photo"
#~ msgid "Attach any other file"
#~ msgstr "Joindre un fichier"
#~ msgid "Delete note"
#~ msgstr "Supprimer la note"
#~ msgid "Convert to regular note"
#~ msgstr "Convertir en note"
#~ msgid ""
#~ "Please set the \"sync.2.path\" config value to the desired "
#~ "synchronisation destination."
#~ msgstr ""
#~ "Veuillez attribuer une valeur au paramètre de configuration \"sync.2.path"
#~ "\" pour indiquer le dossier où devra se faire la synchronisation."
2017-11-18 18:13:27 +02:00
#~ msgid "Seach:"
#~ msgstr "Chercher :"
#~ msgid "Seach"
#~ msgstr "Chercher"
#~ msgid ""
#~ "Command line argument \"%s\" contains both quotes and double-quotes - "
#~ "aborting."
#~ msgstr ""
#~ "Le paramètre de ligne de commande \"%s\" contient à la fois des "
#~ "guillemets simples et doubles - impossible de continuer."
#~ msgid "Provides help for a given command."
#~ msgstr "Affiche l'aide pour la commande donnée."
2017-10-29 17:41:30 +02:00
#, fuzzy
#~ msgid "Create a [n]ew [n]otebook"
#~ msgstr "Créer un carnet."
2017-10-27 00:22:36 +02:00
#, fuzzy
#~ msgid "[Cancel]"
#~ msgstr "Annulation..."
2017-10-24 22:22:57 +02:00
#~ msgid "Todo filter"
#~ msgstr "Filtre des tâches"
#~ msgid "Non-completed and recently completed ones"
#~ msgstr "Tâches non-complétées et récentes"
#~ msgid "Non-completed ones only"
#~ msgstr "Tâches complétées seulement"
#, fuzzy
#~ msgid "Delete a note"
#~ msgstr "Supprimer la note"
#, fuzzy
#~ msgid "Show/Hide the console"
#~ msgstr "Quitter le logiciel."
2017-10-14 20:03:23 +02:00
#~ msgid "Done editing."
#~ msgstr "Edition terminée."
2017-08-21 22:46:31 +02:00
#~ msgid "Last error: %s (stacktrace in log)."
#~ msgstr "Dernière erreur : %s (Plus d'information dans le journal d'erreurs)"
#~ msgid "Done."
#~ msgstr "Terminé."
2017-08-04 18:50:12 +02:00
#~ msgid "Note does not exist."
#~ msgstr "Cette note n'existe pas."
#~ msgid ""
#~ "Moves the notes matching <pattern> to <destination>. If <pattern> is a "
#~ "note, it will be moved to the notebook <destination>. If <pattern> is a "
#~ "notebook, it will be renamed to <destination>."
#~ msgstr ""
#~ "Déplacer les notes correspondantes à <motif> vers <destination>. Si "
#~ "<motif> est une note, elle sera déplacée vers le carnet <destination>. Si "
#~ "<motif> est un carnet, il sera renommé <destination>."
2017-08-03 19:48:14 +02:00
#~ msgid "No notebook is defined. Create one with `mkbook <notebook>`."
#~ msgstr "Aucun carnet n'est défini. Créez-en un avec `mkbook <carnet>`."
2017-08-01 20:53:50 +02:00
#~ msgid "NAME"
#~ msgstr "NOM"
#~ msgid "DESCRIPTION"
#~ msgstr "DESCRIPTION"
#~ msgid "WEBSITE"
#~ msgstr "SITE INTERNET"
#~ msgid "LICENSE"
#~ msgstr "LISENSE"
#~ msgid "USAGE"
#~ msgstr "UTILISATION"
2017-07-31 20:57:31 +02:00
#~ msgid "Folder does not exists: \"%s\". Create it?"
#~ msgstr "Ce carnet n'existe pas : \"%s\". Le créer ?"
2017-07-28 20:13:07 +02:00
#~ msgid "Usage: --profile <dir-path>"
#~ msgstr "Utilisation: --profile <chemin>"
#~ msgid "Usage: --env <dev|prod>"
#~ msgstr "Utilisation : --env <dev|prod>"
#~ msgid "Usage: --log-level <none|error|warn|info|debug>"
#~ msgstr "Utilisation: --log-level <none|error|warn|info|debug>"
#~ msgid "config [name] [value]"
#~ msgstr "config [nom] [valeur]"
#~ msgid "cp <pattern> [notebook]"
#~ msgstr "cp <nom> [carnet]"
#~ msgid "edit <title>"
#~ msgstr "edit <titre>"
#~ msgid "import-enex <file> [notebook]"
#~ msgstr "import-enex <fichier> [carnet]"
#~ msgid "ls [pattern]"
#~ msgstr "ls [motif]"
#~ msgid "mkbook <notebook>"
#~ msgstr "mkbook <carnet>"
#~ msgid "mknote <note>"
#~ msgstr "mknote <note>"
#~ msgid "mv <pattern> <destination>"
#~ msgstr "mv <motif> <destination>"
#~ msgid "rm <pattern>"
#~ msgstr "rm <motif>"
#, fuzzy
#~ msgid "search <pattern> [notebook]"
#~ msgstr "cp <nom> [carnet]"
#, fuzzy
#~ msgid "set <note> <name> [value]"
#~ msgstr "config [nom] [valeur]"
#, fuzzy
#~ msgid "use <notebook>"
#~ msgstr "Nouveau carnet"
#~ msgid "Synchronizing with directory \"%s\""
#~ msgstr "Synchronisation avec dossier \"%s\""
2017-07-19 00:14:20 +02:00
#, fuzzy
#~ msgid "Invalid command. Showing help:"
#~ msgstr "Commande invalie : \"%s\""