2024-04-03 22:04:11 +02:00

72 lines
1.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# , 2014.
msgid ""
msgstr ""
"Project-Id-Version: django-quiz-multichoice\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-02 16:35+0000\n"
"PO-Revision-Date: 2015-08-21 19:39+0500\n"
"Last-Translator: Eugena Mihailikova <eugena.mihailikova@gmail.com>\n"
"Language-Team: American English <kde-i18n-doc@kde.org>\n"
"Language: ru\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%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Poedit 1.5.4\n"
#: models.py:7 models.py:61
msgid "Content"
msgstr "Содержание"
#: models.py:8
msgid "Random"
msgstr "Случайно"
#: models.py:9
msgid "None"
msgstr "Ничего"
#: models.py:17
msgid "The order in which multichoice answer options are displayed to the user"
msgstr "Порядок отображения вопросов"
#: models.py:20
msgid "Answer Order"
msgstr "Порядок вопросов"
#: models.py:50
msgid "Multiple Choice Question"
msgstr "Вопрос с несколькими вариантами ответов"
#: models.py:51
msgid "Multiple Choice Questions"
msgstr "Вопросы с несколькими вариантами ответов"
#: models.py:55
msgid "Question"
msgstr "Вопрос"
#: models.py:59
msgid "Enter the answer text that you want displayed"
msgstr "Введите текст ответа"
#: models.py:65
msgid "Is this a correct answer?"
msgstr "Это правильный ответ?"
#: models.py:66
msgid "Correct"
msgstr "Правильно"
#: models.py:72
msgid "Answer"
msgstr "Вопрос"
#: models.py:73
msgid "Answers"
msgstr "Вопросы"