msgstr ""
"Project-Id-Version: Quiz 0.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-26 10:15+0200\n"
+"POT-Creation-Date: 2011-09-27 13:14+0200\n"
"PO-Revision-Date: 2011-09-26 10:16+0100\n"
"Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
#: forms.py:9
msgid "Please select an option"
msgid "results"
msgstr "rezultaty"
-#: models.py:61
+#: models.py:62
msgid "question"
msgstr "pytanie"
-#: models.py:62
+#: models.py:63
msgid "questions"
msgstr "pytania"
-#: models.py:91
+#: models.py:92
msgid "answer"
msgstr "odpowiedź"
-#: models.py:92
+#: models.py:93
msgid "answers"
msgstr "odpowiedzi"
msgid "Send answer"
msgstr "Wyślij odpowiedź"
-#: templates/quiz/question_detail.html:33
-#: templates/quiz/result_detail.html:24
+#: templates/quiz/question_detail.html:33 templates/quiz/result_detail.html:24
msgid "Back to last question"
msgstr "Wróć do poprzedniego pytania"
-#: templates/quiz/question_detail.html:38
-#: templates/quiz/result_detail.html:28
+#: templates/quiz/question_detail.html:38 templates/quiz/result_detail.html:28
msgid "Back to my test"
msgstr "Wróć do testu"
-#: templates/quiz/question_detail.html:40
-#: templates/quiz/result_detail.html:33
+#: templates/quiz/question_detail.html:40 templates/quiz/result_detail.html:33
msgid "Start from the beginning"
msgstr "Zacznij od początku"
cur_index = ticket.index(request.path)
if cur_index:
previous_url = ticket[cur_index - 1]
- else:
+ elif ticket:
valid_url = ticket[-1]
-
result = get_object_or_404(Quiz.current().result_set, slug=slug)
return render(request, "quiz/result_detail.html", locals())
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-26 10:17+0200\n"
-"PO-Revision-Date: 2011-09-26 10:17+0100\n"
+"POT-Creation-Date: 2011-09-27 13:12+0200\n"
+"PO-Revision-Date: 2011-09-27 13:13+0100\n"
"Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
#: templates/home.html:15
-msgid "Start quiz!"
-msgstr "Rozpocznij quiz!"
+msgid "Start the test!"
+msgstr "Rozpocznij test!"
+#~ msgid "Start quiz!"
+#~ msgstr "Rozpocznij quiz!"