forked from apluslms/a-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support to import module model solution from gitmanager
- Loading branch information
1 parent
a932c51
commit 8ba64c3
Showing
3 changed files
with
52 additions
and
22 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
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-08-28 12:16+0300\n" | ||
"POT-Creation-Date: 2023-08-31 15:24+0300\n" | ||
"PO-Revision-Date: 2021-05-27 14:47+0300\n" | ||
"Last-Translator: Jimmy Ihalainen <[email protected]>\n" | ||
"Language-Team: English<>\n" | ||
|
@@ -2347,6 +2347,10 @@ msgstr "" | |
"Invalid reveal rule definition '{key}'. Must be a JSON object with a " | ||
"'trigger' field." | ||
|
||
#: edit_course/operations/configure.py | ||
msgid "ERROR_MODEL_SOLUTION_CHAPTER_NOT_FOUND -- {value}" | ||
msgstr "Chapter '{value}' not found." | ||
|
||
#: edit_course/operations/configure.py | ||
msgid "BUILD_LOG_ERROR_URL_BLANK" | ||
msgstr "Cannot request build log from build_log_url when it is blank." | ||
|
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-08-28 12:16+0300\n" | ||
"POT-Creation-Date: 2023-08-31 15:24+0300\n" | ||
"PO-Revision-Date: 2019-08-14 12:16+0200\n" | ||
"Last-Translator: Jimmy Ihalainen <[email protected]>\n" | ||
"Language-Team: Finnish <>\n" | ||
|
@@ -2361,6 +2361,10 @@ msgstr "" | |
"Viallinen paljastamissäännön määrittely '{key}'. Täytyy olla JSON-objekti, " | ||
"jolla on 'trigger'-kenttä." | ||
|
||
#: edit_course/operations/configure.py | ||
msgid "ERROR_MODEL_SOLUTION_CHAPTER_NOT_FOUND -- {value}" | ||
msgstr "Lukua '{value}' ei löytynyt." | ||
|
||
#: edit_course/operations/configure.py | ||
msgid "BUILD_LOG_ERROR_URL_BLANK" | ||
msgstr "Käännöslokin hakeminen ei onnistu jos build_log_url on tyhjä." | ||
|