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.
Fix small issues with pseudonymization
- Loading branch information
1 parent
fcdb286
commit 75571b8
Showing
6 changed files
with
41 additions
and
14 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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import string | ||
|
||
from django import template | ||
|
||
from lib.errors import TagUsageError | ||
|
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: 2024-01-20 17:06+0200\n" | ||
"POT-Creation-Date: 2024-04-04 13:12+0300\n" | ||
"PO-Revision-Date: 2021-05-27 14:47+0300\n" | ||
"Last-Translator: Jimmy Ihalainen <[email protected]>\n" | ||
"Language-Team: English<>\n" | ||
|
@@ -1017,11 +1017,6 @@ msgstr "Deadline deviations" | |
msgid "SUBMISSION_DEVIATIONS" | ||
msgstr "Submission deviations" | ||
|
||
#: exercise/templates/exercise/staff/results.html | ||
#: exercise/templates/exercise/staff/analytics.html | ||
msgid "PSEUDONYMIZATION_ERROR_MSG" | ||
msgstr "This view is not available when pseudonymization is enabled!" | ||
|
||
#: course/templates/course/_course_menu.html | ||
msgid "UNPSEUDONYMIZE" | ||
msgstr "Depseudonymize" | ||
|
@@ -4044,6 +4039,10 @@ msgstr "Submitted on" | |
msgid "INCLUDES_LATE_PENALTY" | ||
msgstr "Includes late penalty" | ||
|
||
#: exercise/templates/exercise/_submission_info.html | ||
msgid "PSEUDONYMIZED_SUBMITTERS" | ||
msgstr "Anonymous submitters" | ||
|
||
#: exercise/templates/exercise/_submit_progress.html | ||
#: exercise/templates/exercise/exercise.html | ||
msgid "POSTING_SUBMISSION" | ||
|
@@ -4256,6 +4255,14 @@ msgstr "Results" | |
msgid "ASSESSED_BY -- %(user)s, %(time)s" | ||
msgstr "Assessed by %(user)s, %(time)s" | ||
|
||
#: exercise/templates/exercise/staff/_assessment_panel.html | ||
msgid "ASSESSED_BY" | ||
msgstr "Assessed by" | ||
|
||
#: exercise/templates/exercise/staff/_assessment_panel.html | ||
msgid "SOMEBODY" | ||
msgstr "Somebody" | ||
|
||
#: exercise/templates/exercise/staff/_assessment_panel.html | ||
msgid "NOT_ASSESSED_MANUALLY" | ||
msgstr "Not assessed manually" | ||
|
@@ -4481,6 +4488,11 @@ msgstr "Latest submission time" | |
msgid "NO_SUBMITTERS" | ||
msgstr "No submitters" | ||
|
||
#: exercise/templates/exercise/staff/analytics.html | ||
#: exercise/templates/exercise/staff/results.html | ||
msgid "PSEUDONYMIZATION_ERROR_MSG" | ||
msgstr "This view is not available when pseudonymization is enabled!" | ||
|
||
#: exercise/templates/exercise/staff/analytics.html | ||
msgid "MODULE_SELECTION" | ||
msgstr "Module selection" | ||
|
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: 2024-01-20 17:06+0200\n" | ||
"POT-Creation-Date: 2024-04-04 13:12+0300\n" | ||
"PO-Revision-Date: 2019-08-14 12:16+0200\n" | ||
"Last-Translator: Jimmy Ihalainen <[email protected]>\n" | ||
"Language-Team: Finnish <>\n" | ||
|
@@ -1031,7 +1031,6 @@ msgstr "Pseudonymisointi pois päältä" | |
msgid "PSEUDONYMIZE" | ||
msgstr "Pseudonymisointi päälle" | ||
|
||
|
||
#: course/templates/course/_enroll_form.html | ||
msgid "ENROLL_THROUGH_SIS" | ||
msgstr "" | ||
|
@@ -4050,6 +4049,10 @@ msgstr "Palautushetki" | |
msgid "INCLUDES_LATE_PENALTY" | ||
msgstr "Sisältää myöhästymissakon" | ||
|
||
#: exercise/templates/exercise/_submission_info.html | ||
msgid "PSEUDONYMIZED_SUBMITTERS" | ||
msgstr "Anonymisoidut palauttajat" | ||
|
||
#: exercise/templates/exercise/_submit_progress.html | ||
#: exercise/templates/exercise/exercise.html | ||
msgid "POSTING_SUBMISSION" | ||
|
@@ -4264,6 +4267,14 @@ msgstr "Tulokset" | |
msgid "ASSESSED_BY -- %(user)s, %(time)s" | ||
msgstr "Arvostellut %(user)s, %(time)s" | ||
|
||
#: exercise/templates/exercise/staff/_assessment_panel.html | ||
msgid "ASSESSED_BY" | ||
msgstr "Arvostellut" | ||
|
||
#: exercise/templates/exercise/staff/_assessment_panel.html | ||
msgid "SOMEBODY" | ||
msgstr "Joku" | ||
|
||
#: exercise/templates/exercise/staff/_assessment_panel.html | ||
msgid "NOT_ASSESSED_MANUALLY" | ||
msgstr "Ei arvosteltu manuaalisesti" | ||
|
@@ -4490,6 +4501,11 @@ msgstr "Viimeisin palautusaika" | |
msgid "NO_SUBMITTERS" | ||
msgstr "Ei palauttajia" | ||
|
||
#: exercise/templates/exercise/staff/analytics.html | ||
#: exercise/templates/exercise/staff/results.html | ||
msgid "PSEUDONYMIZATION_ERROR_MSG" | ||
msgstr "Tämä näkymä ei ole saatavilla kun pseudonymisointi on päällä!" | ||
|
||
#: exercise/templates/exercise/staff/analytics.html | ||
msgid "MODULE_SELECTION" | ||
msgstr "Moduulin valinta" | ||
|
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