Files
mayan-edms/mayan/apps/linking/locale/fr/LC_MESSAGES/django.po
T
2017-07-09 02:33:57 -04:00

408 lines
11 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.
#
# Translators:
# Translators:
# Pierre Lhoste <inactive+peterhost@transifex.com>, 2012
# 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-07-09 02:27-0400\n"
"PO-Revision-Date: 2017-04-21 16:26+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"
#: apps.py:34
msgid "Linking"
msgstr "Liaison"
#: apps.py:58 models.py:19
msgid "Label"
msgstr "Libellé"
#: apps.py:65 models.py:26
msgid "Dynamic label"
msgstr "Etiquette dynamique"
#: apps.py:69 apps.py:74 models.py:28 models.py:129
msgid "Enabled"
msgstr "Activé"
#: forms.py:36 models.py:114
msgid "Foreign document attribute"
msgstr "Attribut étranger du document "
#: links.py:14
msgid "Create condition"
msgstr "Créer une condition"
#: links.py:19 links.py:36
msgid "Delete"
msgstr "Supprimer"
#: links.py:23 links.py:43
msgid "Edit"
msgstr "Modifier"
#: links.py:27
msgid "Conditions"
msgstr "Conditions"
#: links.py:32 views.py:167
msgid "Create new smart link"
msgstr "Céer un nouveau lien intelligent"
#: links.py:39 models.py:30
msgid "Document types"
msgstr "Types de document"
#: links.py:47
msgid "Documents"
msgstr "Documents"
#: links.py:54 links.py:58 links.py:63 models.py:94 permissions.py:7
#: views.py:129
msgid "Smart links"
msgstr "Liens intelligents"
#: literals.py:9
msgid "and"
msgstr "et"
#: literals.py:10
msgid "or"
msgstr "ou"
#: literals.py:14
msgid "is equal to"
msgstr "est égal à"
#: literals.py:15
msgid "is equal to (case insensitive)"
msgstr "est égal à (indépendant de la casse)"
#: literals.py:16
msgid "contains"
msgstr "contient"
#: literals.py:17
msgid "contains (case insensitive)"
msgstr "contient (indépendant de la casse)"
#: literals.py:18
msgid "is in"
msgstr "est dans"
#: literals.py:19
msgid "is greater than"
msgstr "est supérieur à"
#: literals.py:20
msgid "is greater than or equal to"
msgstr "est supérieur ou égal à"
#: literals.py:21
msgid "is less than"
msgstr "est inférieur à"
#: literals.py:22
msgid "is less than or equal to"
msgstr "est inférieur ou égal à"
#: literals.py:23
msgid "starts with"
msgstr "commence par"
#: literals.py:24
msgid "starts with (case insensitive)"
msgstr "commence pas (insensible à la casse)"
#: literals.py:25
msgid "ends with"
msgstr "finit par"
#: literals.py:26
msgid "ends with (case insensitive)"
msgstr "finit par (insensible à la casse)"
#: literals.py:27
msgid "is in regular expression"
msgstr "est une expression régulière"
#: literals.py:28
msgid "is in regular expression (case insensitive)"
msgstr "est une expression régulière (insensible à la casse)"
#: models.py:22 models.py:119
msgid ""
"Enter a template to render. Use Django's default templating language "
"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The "
"{{ document }} context variable is available."
msgstr ""
"Indiquez un modèle à restituer. Utilise le langage de rendu de Django par "
"défaut (https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). La "
"variable de contexte {{ document }} est disponible."
#: models.py:46
#, python-format
msgid "Error generating dynamic label; %s"
msgstr "Erreur de génération de l'étiquette dynamique : %s"
#: models.py:57
msgid "This smart link is not allowed for the selected document's type."
msgstr ""
"Un lien intelligent n'est pas autorisé pour le type de document sélectionné."
#: models.py:93 models.py:105
msgid "Smart link"
msgstr "Lien intelligent"
#: models.py:109
msgid "The inclusion is ignored for the first item."
msgstr "Ignorer l'inclusion sur le premier élément"
#: models.py:113
msgid "This represents the metadata of all other documents."
msgstr "Ceci représente la méta-donnée de tous les autres documents."
#: models.py:123
msgid "Expression"
msgstr "Expression"
#: models.py:126
msgid "Inverts the logic of the operator."
msgstr "Inverser l'opérateur logique"
#: models.py:127
msgid "Negated"
msgstr "Négation"
#: models.py:134
msgid "not"
msgstr "ne pas"
#: models.py:139
msgid "Link condition"
msgstr "Condition sur le lien"
#: models.py:140
msgid "Link conditions"
msgstr "Conditions sur le lien"
#: permissions.py:10
msgid "View existing smart links"
msgstr "Afficher les liens intelligents disponibles"
#: permissions.py:13
msgid "Create new smart links"
msgstr "Créer de nouveaux liens intelligents"
#: permissions.py:16
msgid "Delete smart links"
msgstr "Supprimer les liens intelligents"
#: permissions.py:19
msgid "Edit smart links"
msgstr "Modifier les liens intelligents"
#: serializers.py:115
msgid ""
"Comma separated list of document type primary keys to which this smart link "
"will be attached."
msgstr ""
#: serializers.py:139
#, python-format
msgid "No such document type: %s"
msgstr ""
#: views.py:60
#, python-format
msgid "Smart link query error: %s"
msgstr "Erreur de requête sur lien intelligent:%s"
#: views.py:68
#, python-format
msgid "Documents in smart link: %s"
msgstr "Lien inetlligent du document: %s"
#: views.py:71
#, python-format
msgid ""
"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\""
msgstr ""
"Documents du lien intelligent \"%(smart_link)s\" en relation avec "
"\"%(document)s\""
#: views.py:87
msgid "Available document types"
msgstr "Types de document disponible"
#: views.py:89
msgid "Document types enabled"
msgstr "Types de documents actifs"
#: views.py:98
#, python-format
msgid "Document type for which to enable smart link: %s"
msgstr "Type de document sur lesquels activer les liens intelligents: %s"
#: views.py:159
#, python-format
msgid "Smart links for document: %s"
msgstr "Liens intelligents pour le document: %s"
#: views.py:182
#, python-format
msgid "Edit smart link: %s"
msgstr "Modifier le lien intelligent:%s"
#: views.py:194
#, python-format
msgid "Delete smart link: %s"
msgstr "Supprimer le lien intelligent : %s"
#: views.py:206
#, python-format
msgid "Conditions for smart link: %s"
msgstr "Conditions sur le lien intelligent: %s"
#: views.py:233
#, python-format
msgid "Add new conditions to smart link: \"%s\""
msgstr "Ajouter une nouvelle condition au lien intelligent:\"%s\""
#: views.py:274
msgid "Edit smart link condition"
msgstr "Modifier la condition sur le lien intelligent"
#: views.py:304
#, python-format
msgid "Delete smart link condition: \"%s\"?"
msgstr "Supprimer la condition du lien intelligent : \"%s\" ?"
#~ msgid "Smart link condition: \"%s\" created successfully."
#~ msgstr "Smart link condition: \"%s\" created successfully."
#~ msgid "Smart link condition: \"%s\" edited successfully."
#~ msgstr "Smart link condition: \"%s\" edited successfully."
#~ msgid "Smart link condition: \"%s\" deleted successfully."
#~ msgstr "Smart link condition: \"%s\" deleted successfully."
#~ msgid ""
#~ "Error deleting smart link condition: %(smart_link_condition)s; "
#~ "%(exception)s."
#~ msgstr ""
#~ "Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
#~ msgid "Smart link: %s deleted successfully."
#~ msgstr "Smart link: %s deleted successfully."
#~ msgid "Error deleting smart link: %(smart_link)s; %(exception)s."
#~ msgstr "Error deleting smart link: %(smart_link)s; %(error)s."
#~ msgid "Smart link: %s created successfully."
#~ msgstr "Smart link: %s created successfully."
#~ msgid "Smart link: %s edited successfully."
#~ msgstr "Smart link: %s edited successfully."
#~ msgid "ACLs"
#~ msgstr "ACLs"
#~ msgid "Title"
#~ msgstr "title"
#~ msgid "This expression will be evaluated against the current document."
#~ msgstr "There no defined smart links for the current document."
#~ msgid "Error calculating smart link for: %(document)s; %(exception)s."
#~ msgstr "Error deleting smart link: %(smart_link)s; %(error)s."
#~ msgid "Are you sure you wish to delete smart link: %s?"
#~ msgstr "Are you sure you wish to delete smart link: %s?"
#~ msgid "Condition"
#~ msgstr "condition"
#~ msgid "Are you sure you wish to delete smart link condition: \"%s\"?"
#~ msgstr "Are you sure you wish to delete smart link condition: \"%s\"?"
#~ msgid "Pages"
#~ msgstr "Pages"
#~ msgid "Select"
#~ msgstr "Select"
#~ msgid "Click on the image for full size view of the first page."
#~ msgstr "Click on the image for full size view of the first page."
#~ msgid "Smart links actions"
#~ msgstr "smart links actions"
#~ msgid ""
#~ "This expression will be evaluated against the current selected document. "
#~ "The document metadata is available as variables `metadata` and document "
#~ "properties under the variable `document`."
#~ msgstr ""
#~ "This expression will be evaluated against the current selected document. "
#~ "The document metadata is available as variables `metadata` and document "
#~ "properties under the variable `document`."
#~ msgid ""
#~ "This represents the metadata of all other documents. Available objects: "
#~ "`document.<attribute>` and `metadata.<metadata_type_name>`."
#~ msgstr ""
#~ "This represents the metadata of all other documents. Available objects: "
#~ "`document.<attribute>` and `metadata.<metadata_type_name>`."
#~ msgid "Show smart link that don't return any documents."
#~ msgstr "Show smart link that don't return any documents."
#~ msgid "No action selected."
#~ msgstr "No action selected."
#~ msgid "Smart links (0)"
#~ msgstr "smart links (%s)"
#~ msgid "Smart links list"
#~ msgstr "smart links list"
#~ msgid "smart links"
#~ msgstr "smart links"
#~ msgid "create new smart link"
#~ msgstr "create new smart link"
#~ msgid "edit"
#~ msgstr "edit"
#~ msgid "smart link"
#~ msgstr "smart link"
#~ msgid "What are smart links?"
#~ msgstr "What are smart links?"
#~ msgid ""
#~ "Smart links are a set of conditional statements that are used to query "
#~ "the database using the current document the user is accessing as the data "
#~ "source, the results of these queries are a list of documents that relate "
#~ "in some manner to the document being displayed and allow users the "
#~ "ability to jump to and from linked documents very easily."
#~ msgstr ""
#~ "Smart links are a set of conditional statements that are used to query "
#~ "the database using the current document the user is accessing as the data "
#~ "source, the results of these queries are a list of documents that relate "
#~ "in some manner to the document being displayed and allow users the "
#~ "ability to jump to and from linked documents very easily."