Files
mayan-edms/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.po
Roberto Rosario f582484693 Update translation source files.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
2017-07-09 02:33:57 -04:00

130 lines
3.0 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:
# 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: 2016-03-21 21:09+0000\n"
"Last-Translator: Thierry Schott <DarkDare@users.noreply.github.com>\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:26
msgid "Document comments"
msgstr "Commentaires du document"
#: apps.py:46
msgid "Date"
msgstr "Date"
#: apps.py:48 models.py:27
msgid "User"
msgstr "Utilisateur"
#. Translators: Comment here is a noun and refers to the actual text stored
#: apps.py:51 models.py:30 models.py:72 views.py:23
msgid "Comment"
msgstr "Commentaire"
#: apps.py:55 apps.py:59 links.py:22 models.py:73 permissions.py:7
msgid "Comments"
msgstr "Commentaires"
#: events.py:9
msgid "Document comment created"
msgstr "Commentaire de document créé"
#: events.py:13
msgid "Document comment deleted"
msgstr "Commentaire de document supprimé"
#: links.py:13
msgid "Add comment"
msgstr "Ajouter un commentaire"
#: links.py:18
msgid "Delete"
msgstr "Suppression"
#: models.py:23
msgid "Document"
msgstr "Document"
#: models.py:33
msgid "Date time submitted"
msgstr "Date et heure de soumission"
#: permissions.py:10
msgid "Create new comments"
msgstr "Ajouter de nouveaux commentaires"
#: permissions.py:13
msgid "Delete comments"
msgstr "Supprimer des commentaires"
#: permissions.py:16
msgid "View comments"
msgstr "Afficher les commentaires"
#: views.py:41
#, python-format
msgid "Add comment to document: %s"
msgstr "Ajouter un commentaire au document : %s"
#: views.py:79
#, python-format
msgid "Delete comment: %s?"
msgstr "Supprimer le commentaire : %s ?"
#: views.py:106
#, python-format
msgid "Comments for document: %s"
msgstr "Commentaires pour le document : %s"
#~ msgid "Comment \"%s\" deleted successfully."
#~ msgstr "Comment \"%s\" deleted successfully."
#~ msgid "Error deleting comment \"%(comment)s\": %(error)s"
#~ msgstr "Error deleting comment \"%(comment)s\": %(error)s"
#~ msgid "Delete comment?"
#~ msgstr "Delete comments"
#~ msgid "Comment added successfully."
#~ msgstr "Comment added successfully."
#~ msgid "comment"
#~ msgstr "comment"
#~ msgid "Must provide at least one comment."
#~ msgstr "Must provide at least one comment."
#~ msgid "Are you sure you wish to delete the comment: %s?"
#~ msgstr "Are you sure you wish to delete the comment: %s?"
#~ msgid "Are you sure you wish to delete the comments: %s?"
#~ msgstr "Are you sure you wish to delete the comments: %s?"
#~ msgid "date"
#~ msgstr "date"
#~ msgid "user"
#~ msgstr "user"
#~ msgid "comments"
#~ msgstr "comments"
#~ msgid "comments: %s"
#~ msgstr "comments: %s"