# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: Quiz 0.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-09-26 10:15+0200\n" "PO-Revision-Date: 2011-09-26 10:16+0100\n" "Last-Translator: Radek Czajka \n" "Language-Team: LANGUAGE \n" "Language: pl\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" #: forms.py:9 msgid "Please select an option" msgstr "Proszę wybrać jedną z odpowiedzi" #: models.py:12 msgid "quiz" msgstr "quiz" #: models.py:13 msgid "quizzes" msgstr "quizy" #: models.py:41 msgid "result" msgstr "rezultat" #: models.py:42 msgid "results" msgstr "rezultaty" #: models.py:61 msgid "question" msgstr "pytanie" #: models.py:62 msgid "questions" msgstr "pytania" #: models.py:91 msgid "answer" msgstr "odpowiedź" #: models.py:92 msgid "answers" msgstr "odpowiedzi" #: templates/quiz/question_detail.html:30 msgid "Send answer" msgstr "Wyślij odpowiedź" #: 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 msgid "Back to my test" msgstr "Wróć do testu" #: templates/quiz/question_detail.html:40 #: templates/quiz/result_detail.html:33 msgid "Start from the beginning" msgstr "Zacznij od początku" #~ msgid "Start again" #~ msgstr "Jeszcze raz od początku"