-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redirect back to form after adding or removing deviations
Part of #1122
- Loading branch information
1 parent
4ae3580
commit 0424b42
Showing
5 changed files
with
44 additions
and
20 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
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-10-27 20:01+0300\n" | ||
"POT-Creation-Date: 2024-01-20 17:06+0200\n" | ||
"PO-Revision-Date: 2021-05-27 14:47+0300\n" | ||
"Last-Translator: Jimmy Ihalainen <[email protected]>\n" | ||
"Language-Team: English<>\n" | ||
|
@@ -1845,11 +1845,19 @@ msgstr "Override" | |
msgid "SUBMIT" | ||
msgstr "Submit" | ||
|
||
#: deviations/viewbase.py | ||
msgid "SUCCESS_ADDING_DEVIATIONS" | ||
msgstr "Deviations were added succesfully." | ||
|
||
#: deviations/viewbase.py | ||
#, python-brace-format | ||
msgid "INVALID_EXERCISE_OR_SUBMITTER_ID -- {id}" | ||
msgstr "Invalid assignment or submitter id: {id}" | ||
|
||
#: deviations/viewbase.py | ||
msgid "SUCCESS_OVERRIDING_DEVIATIONS" | ||
msgstr "Deviations were overriden succesfully." | ||
|
||
#: deviations/viewbase.py | ||
msgid "NOTHING_REMOVED" | ||
msgstr "Nothing removed." | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-10-27 20:01+0300\n" | ||
"POT-Creation-Date: 2024-01-20 17:06+0200\n" | ||
"PO-Revision-Date: 2019-08-14 12:16+0200\n" | ||
"Last-Translator: Jimmy Ihalainen <[email protected]>\n" | ||
"Language-Team: Finnish <>\n" | ||
|
@@ -1856,11 +1856,19 @@ msgstr "Ylikirjoita" | |
msgid "SUBMIT" | ||
msgstr "Lähetä" | ||
|
||
#: deviations/viewbase.py | ||
msgid "SUCCESS_ADDING_DEVIATIONS" | ||
msgstr "Poikkeamat lisättiin onnistuneesti." | ||
|
||
#: deviations/viewbase.py | ||
#, python-brace-format | ||
msgid "INVALID_EXERCISE_OR_SUBMITTER_ID -- {id}" | ||
msgstr "Virheellinen tehtävän tai palauttajan id: {id}" | ||
|
||
#: deviations/viewbase.py | ||
msgid "SUCCESS_OVERRIDING_DEVIATIONS" | ||
msgstr "Poikkeamat ylikirjoitettiin onnistuneesti." | ||
|
||
#: deviations/viewbase.py | ||
msgid "NOTHING_REMOVED" | ||
msgstr "Mitään ei poistettu." | ||
|