Update source language files. Make lock manager and storage translatable.
This commit is contained in:
@@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:10-0400\n"
|
||||
"POT-Creation-Date: 2015-08-20 14:45-0400\n"
|
||||
"PO-Revision-Date: 2014-11-02 08:17+0000\n"
|
||||
"Last-Translator: Christophe kryskool <christophe.chauvet@gmail.com>\n"
|
||||
"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
@@ -21,21 +21,22 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:24
|
||||
#, fuzzy
|
||||
#| msgid "Delete comments"
|
||||
msgid "Document comments"
|
||||
msgstr "Supprimer des commentaires"
|
||||
|
||||
#: apps.py:37
|
||||
#: apps.py:36
|
||||
msgid "Date"
|
||||
msgstr "Date"
|
||||
|
||||
#: apps.py:39 models.py:17
|
||||
#: apps.py:38 models.py:17
|
||||
msgid "User"
|
||||
msgstr "Utilisateur"
|
||||
|
||||
#: apps.py:44 models.py:28
|
||||
#. Translators: Comment here is a noun and refers to the actual text stored
|
||||
#: apps.py:41 models.py:20 models.py:29
|
||||
msgid "Comment"
|
||||
msgstr "Commentaire"
|
||||
|
||||
@@ -47,7 +48,7 @@ msgstr "Ajouter un commentaire"
|
||||
msgid "Delete"
|
||||
msgstr "Supprimer"
|
||||
|
||||
#: links.py:25 models.py:29 permissions.py:7
|
||||
#: links.py:25 models.py:30 permissions.py:7
|
||||
msgid "Comments"
|
||||
msgstr "Commentaires"
|
||||
|
||||
@@ -57,11 +58,7 @@ msgstr "Commentaires"
|
||||
msgid "Document"
|
||||
msgstr "Commentaire"
|
||||
|
||||
#: models.py:19
|
||||
msgid "comment"
|
||||
msgstr "comment"
|
||||
|
||||
#: models.py:22
|
||||
#: models.py:23
|
||||
msgid "Date time submitted"
|
||||
msgstr ""
|
||||
|
||||
@@ -77,47 +74,53 @@ msgstr "Supprimer des commentaires"
|
||||
msgid "View comments"
|
||||
msgstr "Afficher les commentaires"
|
||||
|
||||
#: views.py:45
|
||||
msgid "Must provide at least one comment."
|
||||
msgstr "Fournissez au moins un commentaire"
|
||||
#: views.py:46
|
||||
msgid "At least one comment must be selected."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:71
|
||||
#, python-format
|
||||
msgid "Comment \"%s\" deleted successfully."
|
||||
msgstr "Commentaires \"%s\" supprimés avec succès"
|
||||
|
||||
#: views.py:69
|
||||
#: views.py:76
|
||||
#, python-format
|
||||
msgid "Error deleting comment \"%(comment)s\": %(error)s"
|
||||
msgstr ""
|
||||
"Erreur lors de la suppression du commentaire \"%(comment)s\": %(error)s"
|
||||
|
||||
#: views.py:84
|
||||
#: views.py:91
|
||||
#, fuzzy
|
||||
#| msgid "Delete comments"
|
||||
msgid "Delete comment?"
|
||||
msgstr "Supprimer des commentaires"
|
||||
|
||||
#: views.py:86
|
||||
#: views.py:93
|
||||
#, fuzzy
|
||||
#| msgid "Delete comments"
|
||||
msgid "Delete comments?"
|
||||
msgstr "Supprimer des commentaires"
|
||||
|
||||
#: views.py:122
|
||||
#: views.py:133
|
||||
msgid "Comment added successfully."
|
||||
msgstr "Commentaire ajouté avec succès."
|
||||
|
||||
#: views.py:129
|
||||
#: views.py:140
|
||||
#, python-format
|
||||
msgid "Add comment to document: %s"
|
||||
msgstr "Ajouter un commentaire au document:%s"
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:168
|
||||
#, python-format
|
||||
msgid "Comments for document: %s"
|
||||
msgstr "Commentaires pour le document: %s"
|
||||
|
||||
#~ msgid "comment"
|
||||
#~ msgstr "comment"
|
||||
|
||||
#~ msgid "Must provide at least one comment."
|
||||
#~ msgstr "Fournissez au moins un commentaire"
|
||||
|
||||
#~ msgid "Are you sure you wish to delete the comment: %s?"
|
||||
#~ msgstr "Êtes vous certain de vouloir supprimer le commentaire:%s?"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user