Files
mayan-edms/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.po
Roberto Rosario e920ad1036 Syncronize translations.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
2017-06-23 03:51:55 -04:00

465 lines
11 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Translators:
# Pierre Lhoste <inactive+peterhost@transifex.com>, 2012
# SadE54 <yannsuisini@gmail.com>, 2013
# Thierry Schott <DarkDare@users.noreply.github.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-23 01:39-0400\n"
"PO-Revision-Date: 2017-05-28 19:32+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/"
"fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: admin.py:24
msgid "None"
msgstr "Aucun"
#: admin.py:26 apps.py:95 links.py:48 models.py:49
msgid "Document types"
msgstr "Types de document"
#: apps.py:49
msgid "Document indexing"
msgstr "Indexation de document"
#: apps.py:81 models.py:33
msgid "Label"
msgstr "Libellé"
#: apps.py:82 models.py:38
msgid "Slug"
msgstr "Jeton"
#: apps.py:84 apps.py:104 models.py:46 models.py:165
msgid "Enabled"
msgstr "Activé"
#: apps.py:89 apps.py:119 apps.py:132
msgid "Items"
msgstr "Éléments"
#: apps.py:100
msgid "Level"
msgstr "Niveau"
#: apps.py:108
msgid "Has document links?"
msgstr "Est lié à d'autres documents ?"
#: apps.py:115 apps.py:126
msgid "Node"
msgstr "Noeud"
#: forms.py:14
msgid "Indexes to be queued for rebuilding."
msgstr ""
#: forms.py:15 links.py:18 links.py:22 links.py:25 links.py:28 models.py:118
#: views.py:73 views.py:220
msgid "Indexes"
msgstr "Indexes"
#: handlers.py:20
msgid "Creation date"
msgstr "Date de création"
#: links.py:31 views.py:34
msgid "Create index"
msgstr "Créer un index"
#: links.py:35 links.py:64
msgid "Edit"
msgstr "Modifier"
#: links.py:40 links.py:68
msgid "Delete"
msgstr "Supprimer"
#: links.py:44
msgid "Tree template"
msgstr "Modèle d'arborescence"
#: links.py:54
msgid "Deletes and creates from scratch all the document indexes."
msgstr ""
"Supprimer et reconstruire les indexes des documents en partant de zéro."
#: links.py:57 views.py:319
msgid "Rebuild indexes"
msgstr "Reconstruire les index"
#: links.py:60
msgid "New child node"
msgstr "Nouveau noeud enfant"
#: models.py:37
#, fuzzy
#| msgid "This values will be used by other apps to reference this index."
msgid "This value will be used by other apps to reference this index."
msgstr ""
"Ces valeurs seront utilisées par d'autres applications pour référencer cet "
"indexe."
#: models.py:43
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Permet à cet index d'être à la fois visible et mis à jour quand le contenu "
"d'un document est modifié."
#: models.py:117 models.py:149
msgid "Index"
msgstr "Index"
#: models.py:136
msgid "Index instance"
msgstr "index instance"
#: models.py:137
msgid "Index instances"
msgstr "Instance d'indexe"
#: models.py:153
msgid ""
"Enter a template to render. Use Django's default templating language "
"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)"
msgstr ""
"Saisissez un modèle à restituer. Utiliser le langage de rendu de Django par "
"défaut (https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)"
#: models.py:157
msgid "Indexing expression"
msgstr "Expression d'indexation"
#: models.py:162
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
"Permet à ce noeud d'être visible et mis à jour quand le contenu d'un "
"document est modifié."
#: models.py:170
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
msgstr ""
"Cochez cette option pour permettre à ce noeud d'être un conteneur de "
"documents et pas seulement un noeud parent d'autres noeuds enfants."
#: models.py:173
msgid "Link documents"
msgstr "Lier les documents"
#: models.py:178
msgid "Root"
msgstr "Racine"
#: models.py:240
#, python-format
msgid ""
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
"Erreur lors de l'indexation du document: %(document)s; expression: "
"%(expression)s; %(exception)s"
#: models.py:268
msgid "Index node template"
msgstr "Noeud de modèle d'index"
#: models.py:269
msgid "Indexes node template"
msgstr "Noeud de modèle d'index"
#: models.py:277
msgid "Index template node"
msgstr "Noeud de modèle d'index"
#: models.py:280
msgid "Value"
msgstr "Valeur"
#: models.py:284
msgid "Documents"
msgstr "Documents"
#: models.py:370
msgid "Index node instance"
msgstr "Noeud d'instance d'index"
#: models.py:371
msgid "Indexes node instances"
msgstr "Noeud d'instances d'indexes"
#: models.py:379
msgid "Document index node instance"
msgstr "Instance de noeud d'indexe de document"
#: models.py:380
msgid "Document indexes node instances"
msgstr "Instances de noeuds d'indexe de document"
#: permissions.py:7 queues.py:8
msgid "Indexing"
msgstr "Indexation"
#: permissions.py:10
msgid "Create new document indexes"
msgstr "Créer de nouveaux indexes de documents"
#: permissions.py:13
msgid "Edit document indexes"
msgstr "Modifier les indexes de documents"
#: permissions.py:16
msgid "Delete document indexes"
msgstr "Supprimer des indexes de documents"
#: permissions.py:19
msgid "View document indexes"
msgstr "Afficher les indexes des documents"
#: permissions.py:22
msgid "Rebuild document indexes"
msgstr "Reconstruire les indexes des documents"
#: queues.py:12
#, fuzzy
#| msgid "Delete document indexes"
msgid "Delete empty index nodes"
msgstr "Supprimer des indexes de documents"
#: queues.py:16
#, fuzzy
#| msgid "Link documents"
msgid "Remove document"
msgstr "Lier les documents"
#: queues.py:20
#, fuzzy
#| msgid "Link documents"
msgid "Index document"
msgstr "Lier les documents"
#: queues.py:24
#, fuzzy
#| msgid "Rebuild indexes"
msgid "Rebuild index"
msgstr "Reconstruire les index"
#: views.py:49
#, python-format
msgid "Delete the index: %s?"
msgstr "Supprimer l'indexe : %s ?"
#: views.py:62
#, python-format
msgid "Edit index: %s"
msgstr "Modifier l'index: %s"
#: views.py:79
msgid "Available document types"
msgstr "Types de document disponible"
#: views.py:81
msgid "Document types linked"
msgstr "Types de document liés"
#: views.py:96
#, python-format
msgid "Document types linked to index: %s"
msgstr "Types de documents liés à l'indexe : %s"
#: views.py:135
#, python-format
msgid "Tree template nodes for index: %s"
msgstr "Noeuds de modèles arborescentes pour l'index: %s"
#: views.py:157
#, python-format
msgid "Create child node of: %s"
msgstr "Créer un noeud enfant pour: %s"
#: views.py:181
#, python-format
msgid "Delete the index template node: %s?"
msgstr "Supprimer le noeud du modèle d'indexe: %s ?"
#: views.py:203
#, python-format
msgid "Edit the index template node: %s?"
msgstr "Modifier le noeud du modèle d'index: %s"
#: views.py:268
#, python-format
msgid "Navigation: %s"
msgstr "Navigation: %s"
#: views.py:273
#, python-format
msgid "Contents for index: %s"
msgstr "Contenu de l'index:%s"
#: views.py:309
#, python-format
msgid "Indexes nodes containing document: %s"
msgstr "Noeuds d'indexe contenant le document : %s"
#: views.py:328
msgid "Index rebuild queued successfully."
msgstr "La ré-indexation en attente a été faite avec succès."
#~ msgid "On large databases this operation may take some time to execute."
#~ msgstr "On large databases this operation may take some time to execute."
#~ msgid "Rebuild all indexes?"
#~ msgstr "rebuild indexes"
#~ msgid "Index list"
#~ msgstr "index list"
#~ msgid "Configure document indexes"
#~ msgstr "Configure document indexes"
#~ msgid "Index template node created successfully."
#~ msgstr "Index template node created successfully."
#~ msgid "Index template node edited successfully"
#~ msgstr "Index template node edited successfully"
#~ msgid "Node: %s deleted successfully."
#~ msgstr "Node: %s deleted successfully."
#~ msgid "Node: %(node)s delete error: %(error)s"
#~ msgstr "Node: %(node)s delete error: %(error)s"
#~ msgid "Enter a python string expression to be evaluated."
#~ msgstr "Enter a python string expression to be evaluated."
#~ msgid "Go up one level"
#~ msgstr "go up one level"
#~ msgid "Title"
#~ msgstr "title"
#~ msgid "The name that will be visible to users."
#~ msgstr "The name that will be visible to users."
#~ msgid "Index created successfully."
#~ msgstr "Index created successfully."
#~ msgid "Index edited successfully"
#~ msgstr "Index edited successfully"
#~ msgid "Index: %s deleted successfully."
#~ msgstr "Index: %s deleted successfully."
#~ msgid "Index: %(index)s delete error: %(error)s"
#~ msgstr "Index: %(index)s delete error: %(error)s"
#~ msgid "Are you sure you with to delete the index: %s?"
#~ msgstr "Are you sure you with to delete the index: %s?"
#~ msgid "Document types not in index: %s"
#~ msgstr "document types not in index: %s"
#~ msgid "Are you sure you with to delete the index template node: %s?"
#~ msgstr "Are you sure you with to delete the index template node: %s?"
#~ msgid "Are you sure you wish to rebuild all indexes?"
#~ msgstr "Are you sure you wish to rebuild all indexes?"
#~ msgid "Nodes"
#~ msgstr "nodes"
#~ msgid "Maximum suffix (%s) count reached."
#~ msgstr "Maximum suffix (%s) count reached."
#~ msgid ""
#~ "Error in document indexing update expression: %(expression)s; "
#~ "%(exception)s"
#~ msgstr ""
#~ "Error in document indexing update expression: %(expression)s; "
#~ "%(exception)s"
#~ msgid "Unable to delete document indexing node; %s"
#~ msgstr "Unable to delete document indexing node; %s"
#~ msgid "Unable to create indexing directory; %s"
#~ msgstr "Unable to create indexing directory; %s"
#~ msgid ""
#~ "Unable to create symbolic link, file exists and could not be deleted: "
#~ "%(filepath)s; %(exception)s"
#~ msgstr ""
#~ "Unable to create symbolic link, file exists and could not be deleted: "
#~ "%(filepath)s; %(exc)s"
#~ msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
#~ msgstr "Unable to create symbolic link: %(filepath)s; %(exc)s"
#~ msgid "Unable to delete document symbolic link; %s"
#~ msgstr "Unable to delete document symbolic link; %s"
#~ msgid "Unable to delete indexing directory; %s"
#~ msgstr "Unable to delete indexing directory; %s"
#~ msgid "Available functions: %s"
#~ msgstr "Available functions: %s"
#~ msgid "Document"
#~ msgstr "document"
#~ msgid "Document rename count"
#~ msgstr "document rename count"
#~ msgid "Documents rename count"
#~ msgstr "documents rename count"
#~ msgid ""
#~ "A dictionary that maps the index name and where on the filesystem that "
#~ "index will be mirrored."
#~ msgstr ""
#~ "A dictionary that maps the index name and where on the filesystem that "
#~ "index will be mirrored."
#~ msgid "Index rebuild error: %s"
#~ msgstr "Index rebuild error: %s"
#~ msgid "Index instance node"
#~ msgstr "index instance node"
#~ msgid "Indexes instance nodes"
#~ msgstr "indexes instance nodes"
#~ msgid "indexes"
#~ msgstr "indexes"
#~ msgid "edit"
#~ msgstr "edit"
#~ msgid "name"
#~ msgstr "name"
#~ msgid "index"
#~ msgstr "index"
#~ msgid "node"
#~ msgstr "node"
#~ msgid "What are indexes?"
#~ msgstr "What are indexes?"
#~ msgid "Indexes group documents into a tree like hierarchical structure."
#~ msgstr "Indexes group documents into a tree like hierarchical structure."