-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tail can produce duplicate messages in djang.po which will raise an error in compilemessages Refs: FC-0012 OEP-58
- Loading branch information
Showing
3 changed files
with
21 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-02-23 16:10+0100\n" | ||
"POT-Creation-Date: 2023-05-22 17:20+0300\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -315,15 +315,15 @@ msgstr "" | |
msgid "The answer is unavailable" | ||
msgstr "" | ||
|
||
#: drag_and_drop_v2.py:801 | ||
#: drag_and_drop_v2.py:793 | ||
msgid "do_attempt handler should only be called for assessment mode" | ||
msgstr "" | ||
|
||
#: drag_and_drop_v2.py:806 drag_and_drop_v2.py:924 | ||
#: drag_and_drop_v2.py:798 drag_and_drop_v2.py:916 | ||
msgid "Max number of attempts reached" | ||
msgstr "" | ||
|
||
#: drag_and_drop_v2.py:811 | ||
#: drag_and_drop_v2.py:803 | ||
msgid "Submission deadline has passed." | ||
msgstr "" | ||
|
||
|
@@ -525,219 +525,3 @@ msgid "Did not place {missing_count} required item" | |
msgid_plural "Did not place {missing_count} required items" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 | ||
msgid "Submitting" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:162 | ||
msgid "Unknown Zone" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:166 | ||
msgid "Placed in: {zone_title}" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:170 | ||
msgid "Correctly placed in: {zone_title}" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:182 | ||
msgid ", draggable, grabbed" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:182 | ||
msgid ", draggable" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:259 | ||
msgid "No items placed here" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:265 | ||
msgid "Items placed here: " | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:297 | ||
msgid ", dropzone" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:300 | ||
msgid "droppable" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 | ||
msgid "Feedback" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 | ||
msgid "Explanation" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 | ||
msgid "Close" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 | ||
msgid "Keyboard Help" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:363 | ||
msgid "This is a screen reader-friendly problem." | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:364 | ||
msgid "" | ||
"Drag and Drop problems consist of draggable items and dropzones. Users " | ||
"should select a draggable item with their keyboard and then navigate to an " | ||
"appropriate dropzone to drop it." | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:365 | ||
msgid "" | ||
"You can complete this problem using only your keyboard by following the " | ||
"guidance below:" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:367 | ||
msgid "" | ||
"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " | ||
"zones." | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:368 | ||
msgid "Press CTRL+M to select a draggable item (effectively picking it up)." | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:369 | ||
msgid "" | ||
"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " | ||
"CTRL+M once more to drop it here." | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:370 | ||
msgid "" | ||
"Press ESC if you want to cancel the drop operation (for example, to select a " | ||
"different item)." | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:371 | ||
msgid "" | ||
"TAB back to the list of draggable items and repeat this process until all of " | ||
"the draggable items have been placed on their respective dropzones." | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:389 | ||
msgid "You have used {used} of {total} attempts." | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:412 | ||
msgid "Submit" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:453 | ||
msgid "Show Answer" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:462 | ||
msgid "Actions" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:466 | ||
msgid "Go to Beginning" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:472 | ||
msgid "Reset" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 | ||
msgid "Some of your answers were not correct." | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 | ||
msgid "Hints:" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:577 | ||
msgid "Correct" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:577 | ||
msgid "Incorrect" | ||
msgstr "" | ||
|
||
#. Translators: {earned} is the number of points earned. {possible} is the total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of points will always be at least 1. We pluralize based on the total number of points (example: 0/1 point; 1/2 points). | ||
#: public/js/drag_and_drop.js:610 | ||
msgid "{earned}/{possible} point (graded)" | ||
msgid_plural "{earned}/{possible} points (graded)" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#. Translators: {earned} is the number of points earned. {possible} is the total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of points will always be at least 1. We pluralize based on the total number of points (example: 0/1 point; 1/2 points). | ||
#: public/js/drag_and_drop.js:617 | ||
msgid "{earned}/{possible} point (ungraded)" | ||
msgid_plural "{earned}/{possible} points (ungraded)" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#. Translators: {possible} is the number of points possible (examples: 1, 3, 10). | ||
#: public/js/drag_and_drop.js:627 | ||
msgid "{possible} point possible (graded)" | ||
msgid_plural "{possible} points possible (graded)" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#. Translators: {possible} is the number of points possible (examples: 1, 3, 10). | ||
#: public/js/drag_and_drop.js:634 | ||
msgid "{possible} point possible (ungraded)" | ||
msgid_plural "{possible} points possible (ungraded)" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: public/js/drag_and_drop.js:660 | ||
msgid "Drag and Drop Problem" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:662 | ||
msgid "Problem" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:687 | ||
msgid "Item Bank" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:732 | ||
msgid "Drop Targets" | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:898 | ||
msgid "An error occurred. Unable to load drag and drop problem." | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop.js:1359 | ||
msgid "You cannot add any more items to this zone." | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 | ||
#: public/js/drag_and_drop_edit.js:751 | ||
msgid "There was an error with your form." | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop_edit.js:124 | ||
msgid "Please check over your submission." | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop_edit.js:370 | ||
msgid "Zone {num}" | ||
msgid_plural "Zone {num}" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: public/js/drag_and_drop_edit.js:521 | ||
msgid "Please check the values you entered." | ||
msgstr "" | ||
|
||
#: public/js/drag_and_drop_edit.js:744 | ||
msgid "Saving" | ||
msgstr "" |