# Copyright (C) 2020 Pieter Hoekstra
# This file is distributed under the same license as the Light LMS plugin.
msgid ""
msgstr ""
"Project-Id-Version: Light LMS 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/light-lms-quizz\n"
"POT-Creation-Date: 2020-06-17T16:56:05+02:00\n"
"PO-Revision-Date: 2020-06-17 17:16+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.4\n"
"X-Domain: light-lms\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. Plugin Name of the plugin
msgid "Light LMS Quizz"
msgstr "Light LMS Quiz"

#. Description of the plugin
msgid "Gutenberg blocks for lightning fast answers to interactive questions"
msgstr "Blöcke für Gutenberg Editor mit interaktive Fragen"

#. Author of the plugin
msgid "Pieter Hoekstra"
msgstr ""

#: ligth-lms-quizz.php:111
msgid "Q & A"
msgstr "Fragen und Antworten"

#: blocks/register_blocks.js:69
msgid "Multiple choice (3)"
msgstr "Mehrfachauswahl (3)"

#: blocks/register_blocks.js:71
msgid "Multiple choice (5)"
msgstr "Mehrfachauswahl (5)"

#: blocks/register_blocks.js:73
msgid "Multiple choice (10)"
msgstr "Mehrfachauswahl (10)"

#: blocks/register_blocks.js:100
msgid "Right"
msgstr "Richtig"

#: blocks/register_blocks.js:104
msgid "Wrong"
msgstr "Falsch"

#: blocks/register_blocks.js:112
msgid "Right or wrong?"
msgstr "Richtig oder falsch?"

#: blocks/register_blocks.js:210
msgid "Question ..."
msgstr "Frage ..."

#: blocks/register_blocks.js:224
msgid "Answer 1"
msgstr "Antwort 1"

#: blocks/register_blocks.js:240
msgid "Answer 2"
msgstr "Antwort 2"

#: blocks/register_blocks.js:256
msgid "Answer 3"
msgstr "Antwort 3"

#: blocks/register_blocks.js:278
msgid "Answer 4"
msgstr "Antwort 4"

#: blocks/register_blocks.js:294
msgid "Answer 5"
msgstr "Antwort 5"

#: blocks/register_blocks.js:316
msgid "Answer 6"
msgstr "Antwort 6"

#: blocks/register_blocks.js:332
msgid "Answer 7"
msgstr "Antwort 7"

#: blocks/register_blocks.js:348
msgid "Answer 8"
msgstr "Antwort 8"

#: blocks/register_blocks.js:364
msgid "Answer 9"
msgstr "Antwort 9"

#: blocks/register_blocks.js:380
msgid "Answer 10"
msgstr "Antwort 10"

#: blocks/register_blocks.js:397
msgid "Yes"
msgstr "Ja"

#: blocks/register_blocks.js:400
msgid "No"
msgstr "Nein"

#: blocks/register_blocks.js:404
msgid "Must choose exactly 2"
msgstr "Muss genau 2 wählen"

#: blocks/register_blocks.js:412
msgid "Must choose exactly 3"
msgstr "Muss genau 3 wählen"

#: blocks/register_blocks.js:416
msgid "Must choose exactly 4"
msgstr "Muss genau 4 wählen"

#: blocks/register_blocks.js:426
msgid "Must choose exactly 5"
msgstr "Muss genau 5 wählen"

#: blocks/register_blocks.js:430
msgid "Must choose exactly 6"
msgstr "Muss genau 6 wählen"

#: blocks/register_blocks.js:434
msgid "Must choose exactly 7"
msgstr "Muss genau 7 wählen"

#: blocks/register_blocks.js:445
msgid "Answer settings"
msgstr "Antworteinstellungen"

#: blocks/register_blocks.js:448
msgid "Answer"
msgstr "Antwort"

#: blocks/register_blocks.js:449
msgid "The right answer (1 or more letters)"
msgstr "Die richtige Antwort (1 oder mehr Buchstaben)"

#: blocks/register_blocks.js:458
msgid "Multiple answers"
msgstr "Mehrere Antworten"

#: blocks/register_blocks.js:459
msgid "Can multiple answers be chosen?"
msgstr "Können mehrere Antworten gewählt werden?"

#: blocks/register_blocks.js:469
msgid "Hint to the question"
msgstr "Hint to the question"

#: blocks/register_blocks.js:470
msgid "The text as a hint above the choices"
msgstr "Der Text als Hinweis über den Auswahlmöglichkeiten"

#: blocks/register_blocks.js:479
msgid "Button text"
msgstr "Schaltflächentext"

#: blocks/register_blocks.js:480
msgid "The text of the button to click on"
msgstr "Der Text der Schaltfläche"

#: blocks/register_blocks.js:489 blocks/register_blocks.js:526
msgid "Feedback when right"
msgstr "Feedback mit einer richtigen Antwort"

#: blocks/register_blocks.js:490
msgid "The feedback to show with a right answer"
msgstr "Das Feedback  bei einer richtigen Antwort"

#: blocks/register_blocks.js:500 blocks/register_blocks.js:536
msgid "Feedback when wrong"
msgstr "Feedback mit einer falscher Antwort"

#: blocks/register_blocks.js:501
msgid "The feedback to show with a wrong answer"
msgstr "Das Feedback bei einer falsche Antwort"

#: blocks/register_blocks.js:511
msgid "Classes"
msgstr "Klassen"

#: blocks/register_blocks.js:516
msgid "Form"
msgstr "Formularelement"

#: blocks/register_blocks.js:517
msgid "The css class to apply to the form element"
msgstr "Die CSS-Klasse, die auf das Formularelement angewendet werden soll"

#: blocks/register_blocks.js:527
msgid "The css class to apply to the feedback after right answer"
msgstr ""
"Die CSS-Klasse, die mit der richtigen Antwort auf das Feedback angewendet "
"werden soll"

#: blocks/register_blocks.js:537
msgid "The css class to apply to the feedback after wrong answer"
msgstr ""
"Die CSS-Klasse, die mit falscher Antwort auf das Feedback angewendet werden "
"soll"

#: blocks/register_blocks.js:545
msgid "Colors : "
msgstr "Farben : "

#: blocks/register_blocks.js:547
msgid " ... with right answer"
msgstr " ... mit der richtigen Antwort"

#: blocks/register_blocks.js:550
msgid "Feedback right background color"
msgstr "Feedback Hintergrundfarbe bei der richtigen Antwort"

#: blocks/register_blocks.js:557
msgid "Feedback right text color"
msgstr "Feedback Textfarbe bei der richtigen Antwort"

#: blocks/register_blocks.js:563 blocks/register_blocks.js:564
#: blocks/register_blocks.js:592 blocks/register_blocks.js:593
msgid "White"
msgstr "Weiß"

#: blocks/register_blocks.js:568 blocks/register_blocks.js:569
#: blocks/register_blocks.js:597 blocks/register_blocks.js:598
msgid "Black"
msgstr "Schwarz"

#: blocks/register_blocks.js:576
msgid " ... with wrong answer"
msgstr " ... mit falscher Antwort"

#: blocks/register_blocks.js:579
msgid "Feedback wrong background color"
msgstr "Feedback Hintergrundfarbe bei der falschen Antwort"

#: blocks/register_blocks.js:586
msgid "feedback wrong text color"
msgstr "Feedback Textfarbe bei der falschen Antwort"

#: blocks/register_blocks.js:778 blocks/register_blocks.js:814
#: blocks/register_blocks.js:850
msgid "Learning in progress"
msgstr "Lernen im Gange"

#: blocks/register_blocks.js:779 blocks/register_blocks.js:815
#: blocks/register_blocks.js:851
msgid "question"
msgstr "Frage"

#: blocks/register_blocks.js:779 blocks/register_blocks.js:815
#: blocks/register_blocks.js:851
msgid "multiple choice"
msgstr "Mehrfachauswahl"

#: js/evaluate_questions.js:116
msgid "Multiple answers can be given :"
msgstr "Mehrere Antworten sind möglich :"

#: js/evaluate_questions.js:118
msgid "Choose two of the following :"
msgstr "Wählen Sie 2 der folgenden Optionen:"

#: js/evaluate_questions.js:120
msgid "Choose three of the following :"
msgstr "Wählen Sie 3 der folgenden Optionen:"

#: js/evaluate_questions.js:122
msgid "Choose four of the following :"
msgstr "Wählen Sie 4 der folgenden Optionen:"

#: js/evaluate_questions.js:124
msgid "Choose five of the following :"
msgstr "Wählen Sie 5 der folgenden Optionen:"

#: js/evaluate_questions.js:126
msgid "Choose six of the following :"
msgstr "Wählen Sie 6 der folgenden Optionen:"

#: js/evaluate_questions.js:128
msgid "Choose seven of the following :"
msgstr "Wählen Sie 7 der folgenden Optionen:"

#~ msgid "Choose one or more of the following :"
#~ msgstr "Wählen Sie eine oder mehrere der folgenden Optionen:"
