mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 12:44:20 +01:00
139 lines
3.1 KiB
Plaintext
139 lines
3.1 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.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2024-11-25 19:18+0100\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"Language: \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"
|
|
|
|
#: quiz/apps.py:8 quiz/models/correction.py:17 quiz/models/given_answer.py:19
|
|
#: quiz/models/question.py:20 quiz/models/quiz.py:24
|
|
msgid "quiz"
|
|
msgstr "test"
|
|
|
|
#: quiz/models/answer.py:7
|
|
msgid "text"
|
|
msgstr "tekst"
|
|
|
|
#: quiz/models/answer.py:12 quiz/models/question.py:15
|
|
#: quiz/models/question.py:28
|
|
msgid "question"
|
|
msgstr "vraag"
|
|
|
|
#: quiz/models/answer.py:14
|
|
msgid "is right answer"
|
|
msgstr "is goede antwoord"
|
|
|
|
#: quiz/models/answer.py:16 quiz/models/candidate.py:50
|
|
msgid "candidates"
|
|
msgstr "kandidaten"
|
|
|
|
#: quiz/models/answer.py:20 quiz/models/given_answer.py:25
|
|
msgid "answer"
|
|
msgstr "antwoord"
|
|
|
|
#: quiz/models/answer.py:21
|
|
msgid "answers"
|
|
msgstr "antwoorden"
|
|
|
|
#: quiz/models/candidate.py:18 quiz/models/quiz.py:7 quiz/models/season.py:12
|
|
msgid "name"
|
|
msgstr "naam"
|
|
|
|
#: quiz/models/candidate.py:49 quiz/models/correction.py:11
|
|
#: quiz/models/given_answer.py:11
|
|
msgid "candidate"
|
|
msgstr "kandidaat"
|
|
|
|
#: quiz/models/correction.py:22
|
|
msgid "correction"
|
|
msgstr "joker"
|
|
|
|
#: quiz/models/correction.py:23
|
|
msgid "corrections"
|
|
msgstr "jokers"
|
|
|
|
#: quiz/models/given_answer.py:36
|
|
msgid "given answer"
|
|
msgstr "gegeven antwoord"
|
|
|
|
#: quiz/models/given_answer.py:37
|
|
msgid "given answers"
|
|
msgstr "gegeven antwoorden"
|
|
|
|
#: quiz/models/question.py:22
|
|
msgid "enabled"
|
|
msgstr "actief"
|
|
|
|
#: quiz/models/question.py:29
|
|
msgid "questions"
|
|
msgstr "vraag"
|
|
|
|
#: quiz/models/quiz.py:12 quiz/models/season.py:38
|
|
msgid "season"
|
|
msgstr "seizoen"
|
|
|
|
#: quiz/models/quiz.py:25
|
|
msgid "quizzes"
|
|
msgstr "tests"
|
|
|
|
#: quiz/models/season.py:19
|
|
msgid "active quiz"
|
|
msgstr "actieve test"
|
|
|
|
#: quiz/models/season.py:23
|
|
msgid "season code"
|
|
msgstr "seizoencode"
|
|
|
|
#: quiz/models/season.py:26
|
|
msgid "preregister candidates"
|
|
msgstr "kandidaten voorregistreren"
|
|
|
|
#: quiz/models/season.py:39
|
|
msgid "seasons"
|
|
msgstr "seizoenen"
|
|
|
|
#: quiz/templates/quiz/question.html:11
|
|
msgid "Weirdly enough this question has no answers..."
|
|
msgstr "Raar genoeg heeft deze vraag geen antwoorden..."
|
|
|
|
#: quiz/templates/quiz/select_season.html:4
|
|
msgid "Tijd voor de test"
|
|
msgstr "Tijd voor de test"
|
|
|
|
#: quiz/views/enternameview.py:14
|
|
msgid "Name"
|
|
msgstr "Naam"
|
|
|
|
#: quiz/views/enternameview.py:27
|
|
msgid "This season has no active quiz."
|
|
msgstr "Dit seizoen heeft geen actieve test."
|
|
|
|
#: quiz/views/enternameview.py:39
|
|
msgid "Candidate does not exist"
|
|
msgstr "Kandidaat bestaat niet"
|
|
|
|
#: quiz/views/questionview.py:23
|
|
msgid "No active quiz for season"
|
|
msgstr "Geen active test voor seizoen"
|
|
|
|
#: quiz/views/questionview.py:27
|
|
msgid "Quiz done"
|
|
msgstr "Test klaar"
|
|
|
|
#: quiz/views/selectseasonview.py:30
|
|
msgid "Invalid season code"
|
|
msgstr "Ongeldige seizoencode"
|