]> git.parisson.com Git - teleforma.git/commitdiff
add reject reason
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 22 Jul 2014 21:20:56 +0000 (23:20 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 22 Jul 2014 21:20:56 +0000 (23:20 +0200)
teleforma/exam/models.py
teleforma/locale/fr/LC_MESSAGES/django.mo
teleforma/locale/fr/LC_MESSAGES/django.po

index 18b444fdbd8ece8722611285822cedb6495073d2..0c666c6cfc9a0ac25e93f1d8f4feb28871760c0c 100644 (file)
@@ -67,6 +67,8 @@ REJECT_REASON = (('unreadable', _('unreadable')),
                 ('bad framing', _('bad framing')),
                 ('incomplete', _('incomplete')),
                 ('wrong course', _('wrong course')),
+                ('duplicate', _('duplicate')),
+                ('other', _('other')),
                 ('wrong format', _('wrong format')),
                 ('unreadable file', _('unreadable file')),
                 ('no file', _('no file')),
index 117cead7feea64e0a22706f479eea5390acce275..c4577f3e60ba5d37fce56e7b330cea193033e4a3 100644 (file)
Binary files a/teleforma/locale/fr/LC_MESSAGES/django.mo and b/teleforma/locale/fr/LC_MESSAGES/django.mo differ
index 8c1f6da9bc78db78962f89a61bc32746e6797b2c..767069f2f8c0edf3e33ab01335de9a282353cd7d 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-07-21 20:22+0200\n"
+"POT-Creation-Date: 2014-07-22 23:20+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Guillaume Pellerin <yomguy@parisson.com>\n"
 "Language-Team: LANGUAGE <lists@parisson.com>\n"
@@ -16,7 +16,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1)\n"
 
-#: exam/models.py:62 exam/models.py:393
+#: exam/models.py:62 exam/models.py:395
 msgid "rejected"
 msgstr "rejetée"
 
@@ -32,7 +32,7 @@ msgstr "soumise"
 msgid "pending"
 msgstr "en attente"
 
-#: exam/models.py:63 exam/models.py:378
+#: exam/models.py:63 exam/models.py:380
 msgid "marked"
 msgstr "corrigée"
 
@@ -61,164 +61,172 @@ msgid "wrong course"
 msgstr "mauvaise matière"
 
 #: exam/models.py:70
+msgid "duplicate"
+msgstr "doublon"
+
+#: exam/models.py:71
+msgid "other"
+msgstr "autre"
+
+#: exam/models.py:72
 msgid "wrong format"
 msgstr "mauvais format"
 
-#: exam/models.py:71
+#: exam/models.py:73
 msgid "unreadable file"
 msgstr "fichier illisible"
 
-#: exam/models.py:72
+#: exam/models.py:74
 msgid "no file"
 msgstr "pas de fichier"
 
-#: exam/models.py:116 exam/models.py:190 models/core.py:198 models/core.py:252
+#: exam/models.py:118 exam/models.py:192 models/core.py:198 models/core.py:252
 #: models/core.py:492 models/core.py:579 models/pro.py:45
 msgid "course"
 msgstr "matière"
 
-#: exam/models.py:117 exam/models.py:197
+#: exam/models.py:119 exam/models.py:199
 msgid "corrector"
 msgstr "correcteur"
 
-#: exam/models.py:118 exam/models.py:191 models/ae.py:47 models/core.py:111
+#: exam/models.py:120 exam/models.py:193 models/ae.py:47 models/core.py:111
 #: models/core.py:136 models/core.py:250 models/core.py:497 models/core.py:542
 #: models/core.py:583 models/crfpa.py:64
 msgid "period"
 msgstr "période"
 
-#: exam/models.py:120
+#: exam/models.py:122
 msgid "value"
 msgstr "valeur"
 
-#: exam/models.py:121
+#: exam/models.py:123
 msgid "date start"
 msgstr "date de début"
 
-#: exam/models.py:122
+#: exam/models.py:124
 msgid "date end"
 msgstr "date de fin"
 
-#: exam/models.py:125
+#: exam/models.py:127
 msgid "Quota"
 msgstr ""
 
-#: exam/models.py:126
+#: exam/models.py:128
 msgid "Quotas"
 msgstr ""
 
-#: exam/models.py:146 models/core.py:458 models/pro.py:67
+#: exam/models.py:148 models/core.py:458 models/pro.py:67
 msgid "date added"
 msgstr "date d'ajout"
 
-#: exam/models.py:147 models/core.py:159 models/core.py:459 models/pro.py:68
+#: exam/models.py:149 models/core.py:159 models/core.py:459 models/pro.py:68
 msgid "date modified"
 msgstr "date de modification"
 
-#: exam/models.py:148
+#: exam/models.py:150
 msgid "UUID"
 msgstr ""
 
-#: exam/models.py:149
+#: exam/models.py:151
 msgid "MIME type"
 msgstr "Type MIME"
 
-#: exam/models.py:150
+#: exam/models.py:152
 msgid "sha1"
 msgstr ""
 
-#: exam/models.py:166
+#: exam/models.py:168
 msgid "script"
 msgstr "copie"
 
-#: exam/models.py:167
+#: exam/models.py:169
 msgid "Page file"
 msgstr "Fichier de page"
 
-#: exam/models.py:168
+#: exam/models.py:170
 msgid "Image file"
 msgstr "Fichier image"
 
-#: exam/models.py:169 models/pro.py:49 models/pro.py:85
+#: exam/models.py:171 models/pro.py:49 models/pro.py:85
 msgid "rank"
 msgstr "rang"
 
-#: exam/models.py:172
+#: exam/models.py:174
 msgid "Page"
 msgstr "Page"
 
-#: exam/models.py:173
+#: exam/models.py:175
 msgid "Pages"
 msgstr "Pages"
 
-#: exam/models.py:178 models/core.py:93 models/core.py:106 models/core.py:128
+#: exam/models.py:180 models/core.py:93 models/core.py:106 models/core.py:128
 #: models/core.py:140 models/core.py:234 models/core.py:475 models/crfpa.py:47
 #: models/crfpa.py:63
 msgid "name"
 msgstr "nom"
 
-#: exam/models.py:181
+#: exam/models.py:183
 msgid "ScriptType"
 msgstr "Type de copie"
 
-#: exam/models.py:182
+#: exam/models.py:184
 msgid "ScriptTypes"
 msgstr "Types de copies"
 
-#: exam/models.py:193 models/core.py:256 models/core.py:501
+#: exam/models.py:195 models/core.py:256 models/core.py:501
 msgid "session"
 msgstr "séance"
 
-#: exam/models.py:195 models/core.py:389 models/core.py:499 models/core.py:587
+#: exam/models.py:197 models/core.py:389 models/core.py:499 models/core.py:587
 msgid "type"
 msgstr "type"
 
-#: exam/models.py:196
+#: exam/models.py:198
 msgid "author"
 msgstr "auteur"
 
-#: exam/models.py:198
+#: exam/models.py:200
 msgid "PDF file"
 msgstr "Fichier PDF"
 
-#: exam/models.py:199
+#: exam/models.py:201
 msgid "Box UUID"
 msgstr ""
 
-#: exam/models.py:200
+#: exam/models.py:202
 msgid "score"
 msgstr "note"
 
-#: exam/models.py:201 models/pro.py:125
+#: exam/models.py:203 models/pro.py:125
 msgid "comments"
 msgstr "commentaires"
 
-#: exam/models.py:202 models/core.py:265 models/pro.py:48 models/pro.py:88
+#: exam/models.py:204 models/core.py:265 models/pro.py:48 models/pro.py:88
 #: models/pro.py:104
 msgid "status"
 msgstr "status"
 
-#: exam/models.py:203
+#: exam/models.py:205
 msgid "reason"
 msgstr "raison"
 
-#: exam/models.py:204
+#: exam/models.py:206
 msgid "date submitted"
 msgstr "date de soumission"
 
-#: exam/models.py:205
+#: exam/models.py:207
 msgid "date marked"
 msgstr "date de correction"
 
-#: exam/models.py:206
+#: exam/models.py:208
 msgid "date rejected"
 msgstr "date de rejet"
 
-#: exam/models.py:207
+#: exam/models.py:209
 msgid "URL"
 msgstr ""
 
-#: exam/models.py:211 exam/templates/exam/inc/script_list.html:14
+#: exam/models.py:213 exam/templates/exam/inc/script_list.html:14
 #: templates/teleforma/course.html:50
 #: templates/teleforma/course_conference.html:40
 #: templates/teleforma/course_conference.html:71
@@ -231,11 +239,11 @@ msgstr ""
 msgid "Session"
 msgstr "Séance"
 
-#: exam/models.py:219 exam/models.py:377 exam/models.py:392
+#: exam/models.py:221 exam/models.py:379 exam/models.py:394
 msgid "Script"
 msgstr "Copie"
 
-#: exam/models.py:220 exam/templates/exam/scripts.html:21
+#: exam/models.py:222 exam/templates/exam/scripts.html:21
 #: templates/telemeta/base.html:116 templates/telemeta/base.html.py:121
 msgid "Scripts"
 msgstr "Copies"
@@ -311,15 +319,15 @@ msgstr "Note"
 msgid "Send"
 msgstr "Envoyer"
 
-#: exam/templates/exam/script_form.html:28 exam/templates/exam/scripts.html:35
+#: exam/templates/exam/script_form.html:30 exam/templates/exam/scripts.html:35
 msgid "New script"
 msgstr "Nouvelle copie"
 
-#: exam/templates/exam/script_form.html:31
+#: exam/templates/exam/script_form.html:33
 msgid "Blank script"
 msgstr "Copie vierge"
 
-#: exam/templates/exam/script_form.html:59
+#: exam/templates/exam/script_form.html:63
 msgid "Submit"
 msgstr "Soumettre"
 
@@ -1395,7 +1403,6 @@ msgid "WiFi password"
 msgstr ""
 
 #: templates/telemeta/profile_detail.html:84
-#, fuzzy
 msgid "Expiration date"
 msgstr "Date d'expiration"