226 lines
5.8 KiB
Gettext
226 lines
5.8 KiB
Gettext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
# Translators:
|
|
# Roberto Rosario, 2017
|
|
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2018
|
|
# Thierry Schott <DarkDare@users.noreply.github.com>, 2018
|
|
# Yves Dubois <ydubois@gmail.com>, 2018
|
|
# Frédéric Sheedy <sheedf@gmail.com>, 2019
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2019-05-04 21:38-0400\n"
|
|
"PO-Revision-Date: 2017-08-25 00:49+0000\n"
|
|
"Last-Translator: Frédéric Sheedy <sheedf@gmail.com>, 2019\n"
|
|
"Language-Team: French (https://www.transifex.com/rosarior/teams/13584/fr/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Language: fr\n"
|
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
|
|
#: apps.py:53 events.py:8 permissions.py:8 settings.py:7
|
|
msgid "Document parsing"
|
|
msgstr "Analyse de document"
|
|
|
|
#: apps.py:119 models.py:78
|
|
msgid "Result"
|
|
msgstr "Résultat"
|
|
|
|
#: apps.py:136 apps.py:140 links.py:16 links.py:22 models.py:27
|
|
msgid "Content"
|
|
msgstr "Contenu"
|
|
|
|
#: dependencies.py:11
|
|
msgid ""
|
|
"Utility from the poppler-utils package used to text content from PDF files."
|
|
msgstr ""
|
|
|
|
#: events.py:12
|
|
msgid "Document version submitted for parsing"
|
|
msgstr "Version de document soumise pour analyse"
|
|
|
|
#: events.py:15
|
|
msgid "Document version parsing finished"
|
|
msgstr "Analyse de version de document terminée"
|
|
|
|
#: forms.py:39
|
|
#, python-format
|
|
msgid "Page %(page_number)d"
|
|
msgstr "Page %(page_number)d"
|
|
|
|
#: forms.py:47 forms.py:59
|
|
msgid "Contents"
|
|
msgstr "Contenus"
|
|
|
|
#: links.py:28 links.py:66 views.py:194
|
|
msgid "Parsing errors"
|
|
msgstr "Erreurs d'analyse"
|
|
|
|
#: links.py:34
|
|
msgid "Download content"
|
|
msgstr "Télécharger le contenu"
|
|
|
|
#: links.py:39 links.py:46
|
|
msgid "Submit for parsing"
|
|
msgstr "Soumettre pour analyse"
|
|
|
|
#: links.py:52
|
|
msgid "Setup parsing"
|
|
msgstr "Configurer l'analyse"
|
|
|
|
#: links.py:61
|
|
msgid "Parse documents per type"
|
|
msgstr "Analyser les documents par type"
|
|
|
|
#: models.py:21
|
|
msgid "Document page"
|
|
msgstr "Page du document"
|
|
|
|
#: models.py:25
|
|
msgid "The actual text content as extracted by the document parsing backend."
|
|
msgstr ""
|
|
|
|
#: models.py:33
|
|
msgid "Document page content"
|
|
msgstr "Contenu de la page du document"
|
|
|
|
#: models.py:34
|
|
msgid "Document pages contents"
|
|
msgstr "Contenu des pages du document"
|
|
|
|
#: models.py:46
|
|
msgid "Document type"
|
|
msgstr "Type de document"
|
|
|
|
#: models.py:50
|
|
msgid "Automatically queue newly created documents for parsing."
|
|
msgstr ""
|
|
"Ajouter automatiquement les documents nouvellement créés à la file d'attente"
|
|
" d'analyse."
|
|
|
|
#: models.py:61
|
|
msgid "Document type settings"
|
|
msgstr "Paramétrages de type de document"
|
|
|
|
#: models.py:62
|
|
msgid "Document types settings"
|
|
msgstr "Paramétrages de types de documents"
|
|
|
|
#: models.py:73
|
|
msgid "Document version"
|
|
msgstr "Version du document"
|
|
|
|
#: models.py:76
|
|
msgid "Date time submitted"
|
|
msgstr "Date et heure de soumission"
|
|
|
|
#: models.py:82
|
|
msgid "Document version parse error"
|
|
msgstr "Erreur d'analyse de la version de document"
|
|
|
|
#: models.py:83
|
|
msgid "Document version parse errors"
|
|
msgstr "Erreurs d'analyse de la version de document"
|
|
|
|
#: parsers.py:91
|
|
#, python-format
|
|
msgid "Exception parsing page; %s"
|
|
msgstr "Exception lors de l'analyse de la page : %s"
|
|
|
|
#: parsers.py:117
|
|
#, python-format
|
|
msgid "Cannot find pdftotext executable at: %s"
|
|
msgstr "Impossible de trouver l'exécutable pdftotext dans : %s"
|
|
|
|
#: permissions.py:12
|
|
msgid "View the content of a document"
|
|
msgstr "Visualiser le contenu d'un document"
|
|
|
|
#: permissions.py:15
|
|
msgid "Change document type parsing settings"
|
|
msgstr "Changer les paramètres d'analyse du type de document"
|
|
|
|
#: permissions.py:19
|
|
msgid "Parse the content of a document"
|
|
msgstr "Analyser le contenu d'un document"
|
|
|
|
#: queues.py:7
|
|
msgid "Parsing"
|
|
msgstr "Analyse"
|
|
|
|
#: queues.py:10
|
|
msgid "Document version parsing"
|
|
msgstr "Analyse de version de document"
|
|
|
|
#: settings.py:12
|
|
msgid "Set new document types to perform parsing automatically by default."
|
|
msgstr ""
|
|
"Les nouveaux types de documents, par défaut, réaliseront automatiquement une"
|
|
" analyse."
|
|
|
|
#: settings.py:19
|
|
msgid ""
|
|
"File path to poppler's pdftotext program used to extract text from PDF "
|
|
"files."
|
|
msgstr ""
|
|
"Chemin vers l'exécutable poppler pdftotext, utilisé pour extraire du texte à"
|
|
" partir des fichiers PDF."
|
|
|
|
#: views.py:42
|
|
#, python-format
|
|
msgid "Content for document: %s"
|
|
msgstr "Contenu du document : %s"
|
|
|
|
#: views.py:77
|
|
#, python-format
|
|
msgid "Content for document page: %s"
|
|
msgstr "Contenu pour la page du document: %s"
|
|
|
|
#: views.py:92
|
|
#, python-format
|
|
msgid "Parsing errors for document: %s"
|
|
msgstr "Erreurs d'analyse pour le document : %s"
|
|
|
|
#: views.py:104
|
|
#, python-format
|
|
msgid "%(count)d document added to the parsing queue"
|
|
msgstr "%(count)d document ajouté à la file d'attente d'analyse"
|
|
|
|
#: views.py:107
|
|
#, python-format
|
|
msgid "%(count)d documents added to the parsing queue"
|
|
msgstr "%(count)d documents ajoutés à la file d'attente d'analyse"
|
|
|
|
#: views.py:115
|
|
#, python-format
|
|
msgid "Submit %(count)d document to the parsing queue?"
|
|
msgid_plural "Submit %(count)d documents to the parsing queue"
|
|
msgstr[0] "Ajouter %(count)d document à la file d'attente d'analyse ?"
|
|
msgstr[1] "Ajouter %(count)d documents à la file d'attente d'analyse"
|
|
|
|
#: views.py:128
|
|
#, python-format
|
|
msgid "Submit document \"%s\" to the parsing queue"
|
|
msgstr "Ajouter le document \"%s\" à la file d'attente d'analyse"
|
|
|
|
#: views.py:151
|
|
#, python-format
|
|
msgid "Edit parsing settings for document type: %s"
|
|
msgstr "Modifier les paramètres d'analyse pour le type de document : %s"
|
|
|
|
#: views.py:161
|
|
msgid "Submit all documents of a type for parsing."
|
|
msgstr ""
|
|
|
|
#: views.py:182
|
|
#, python-format
|
|
msgid "%(count)d documents added to the parsing queue."
|
|
msgstr "%(count)d documents ajoutés dans la file d'attente pour analyse."
|