Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,201 @@
# edX translation file.
# Copyright (C) 2026 EdX
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
# EdX Team <info@edx.org>, 2026.
#
msgid ""
msgstr ""
"Project-Id-Version: 0.1a\n"
"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n"
"POT-Creation-Date: 2023-06-13 08:00+0000\n"
"PO-Revision-Date: 2023-06-13 09:00+0000\n"
"Last-Translator: \n"
"Language-Team: openedx-translation <openedx-translation@googlegroups.com>\n"
"Language: en\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"

#: examquestionbank.py:41
msgid "Display Name"
msgstr ""

#: examquestionbank.py:42
msgid "The display name for this component."
msgstr ""

#: examquestionbank.py:49
msgid "Count"
msgstr ""

#: examquestionbank.py:50
msgid ""
"Enter the number of components to display to each student. Set it to -1 to "
"display all components."
msgstr ""

#: examquestionbank.py:56
msgid "Maximum Exam Attempts"
msgstr ""

#: examquestionbank.py:58
msgid ""
"Maximum number of times a student can attempt this entire exam. Set to -1 "
"for unlimited attempts."
msgstr ""

#: examquestionbank.py:67
msgid "Current Attempt"
msgstr ""

#: examquestionbank.py:68
msgid "Current attempt number for this student"
msgstr ""

#: examquestionbank.py:74
msgid "Attempt History"
msgstr ""

#: examquestionbank.py:75
msgid "History of all attempts with scores and timestamps"
msgstr ""

#: examquestionbank.py:81
msgid "Minimum Passing Score (%)"
msgstr ""

#: examquestionbank.py:82
msgid "Minimum percentage required to pass the exam (1-100)"
msgstr ""

#: examquestionbank.py:89
msgid "Is Attempting"
msgstr ""

#: examquestionbank.py:90
msgid "Indicates whether the student is currently attempting the exam"
msgstr ""

#: templates/author_view_add_custom.html:7
msgid "Add Problems"
msgstr ""

#: templates/author_view_add_custom.html:9
msgid "from your content library to this bank."
msgstr ""

#: templates/author_view_custom.html:7
msgid "Your Problem Bank is Empty"
msgstr ""

#: templates/author_view_custom.html:8
msgid "To start, add problems to the bank."
msgstr ""

#: templates/author_view_custom.html:13
msgid "Error:"
msgstr ""

#: templates/author_view_custom.html:13 templates/author_view_custom.html:35
msgid "Problem Bank Summary"
msgstr ""

#: templates/author_view_custom.html:17 templates/author_view_custom.html:39
msgid "Total problems"
msgstr ""

#: templates/author_view_custom.html:21 templates/author_view_custom.html:47
msgid "Selected to show"
msgstr ""

#: templates/author_view_custom.html:24
msgid "More problems selected than available."
msgstr ""

#: templates/author_view_custom.html:27 templates/author_view_custom.html:71
#, python-brace-format
msgid "Press {link_start}Edit{link_end} to configure settings."
msgstr ""

#: templates/author_view_custom.html:43
msgid "All"
msgstr ""

#: templates/author_view_custom.html:44
msgid "Shown to learners"
msgstr ""

#: templates/author_view_custom.html:55
msgid "These are the problems in the bank:"
msgstr ""

#: templates/author_view_custom.html:65
#, python-brace-format
msgid "Press {link_start}View{link_end} to preview components."
msgstr ""

#: templates/student_view_vert_mod.html:8
msgid "Exam Progress"
msgstr ""

#: templates/student_view_vert_mod.html:11
msgid "Grade:"
msgstr ""

#: templates/student_view_vert_mod.html:13
msgid "Passed"
msgstr ""

#: templates/student_view_vert_mod.html:17
msgid "Goal:"
msgstr ""

#: templates/student_view_vert_mod.html:20
msgid "Attempt:"
msgstr ""

#: templates/student_view_vert_mod.html:25
msgid "No attempts remaining"
msgstr ""

#: templates/student_view_vert_mod.html:34
#: templates/student_view_vert_mod.html:64
msgid "Retry Exam"
msgstr ""

#: templates/student_view_vert_mod.html:56
msgid "Submit Exam"
msgstr ""

#: templates/student_view_vert_mod.html:74
msgid "Start New Attempt?"
msgstr ""

#: templates/student_view_vert_mod.html:75
msgid "Close dialog"
msgstr ""

#: templates/student_view_vert_mod.html:83
msgid "If you continue:"
msgstr ""

#: templates/student_view_vert_mod.html:85
msgid "Your current progress will be reset."
msgstr ""

#: templates/student_view_vert_mod.html:86
msgid "A new set of random questions will be loaded."
msgstr ""

#: templates/student_view_vert_mod.html:87
msgid "This will count as an attempt."
msgstr ""

#: templates/student_view_vert_mod.html:93
msgid "Cancel"
msgstr ""

#: templates/student_view_vert_mod.html:94
msgid "Yes, Retry Exam"
msgstr ""
Loading