You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$string['syncnotpossible'] = 'Auf Grund technischer Schwierigkeiten konnte die Teilnehmerliste nicht zu EvaSys exportiert werden. Bitte wenden Sie sich an den Support.';
32
32
$string['syncsucessful'] = 'Sync zu EvaSys war erfolgreich.';
33
33
$string['syncalreadyuptodate'] = 'Teilnehmerliste war bereits auf dem aktuellen Stand.';
34
-
$string['syncnostudents'] = 'Es gibt in diesem Kurs keine Teilnehmer, die evaluieren könnten.';
34
+
$string['syncnostudents'] = 'Es gibt in diesem Kurs keine Teilnehmer*innen, die evaluieren könnten.';
35
35
$string['taskname'] = 'EvaSys-Umfragen öffnen und schließen';
$string['title_send_failure'] = "Fehler beim Versand";
63
70
$string['send_error'] = "Es gab einen Fehler beim automatischen Versenden, bitte kontaktieren Sie Ihren Support, oder benutzen Sie den manuellen Versand von EvaSys";
64
71
$string['not_enough_dates'] = "Bitte geben Sie Daten für ALLE Umfragen an!";
65
-
$string['content_nostudents'] = "Dieser Kurs enthält keine Teilnehmer, die an der Evaluation teilnehmen könnten.";
72
+
$string['content_nostudents'] = "Dieser Kurs enthält keine Teilnehmer*innen, die an der Evaluation teilnehmen könnten.";
66
73
$string['direct_already'] = "Sie haben die Evaluation bereits gestartet. <br />" .
67
74
"Es wurden keine neuen Einladungen versendet";
68
75
$string['direct_title_info'] = "Einladungen bereits versandt";
@@ -73,6 +80,18 @@
73
80
$string['content_send_invalid'] = "Eine Evaluationsperiode beginnt nachdem sie endet! <br />" .
74
81
"Alle anderen Evaluationsperioden wurden wie gewohnt geändert.";
75
82
83
+
// Alert Coordinator mail.
84
+
$string['alert_email_subject'] = 'Evaluationszeitraum gesetzt für {$a}';
$string['content_send_rejected'] = "One or more dates have been set to a date in the past. <br />" .
105
-
"This is not allowed. Some evaluationperiods may have been altered.<br />";
106
-
$string['content_confirm_reactivate'] = "Are you sure you want to reactivate the invite options? This will restart all surveys with at least one new participant";
111
+
"This is not allowed. Some evaluation periods may have been altered.<br />";
112
+
$string['content_confirm_reactivate_automated_closed'] = 'Are you sure you want to change the start date?';
113
+
$string['content_confirm_reactivate_automated_open'] = 'Are you sure you want to restart the evaluation?';
114
+
$string['content_confirm_reactivate_manual_closed'] = 'Are you sure you want to restart the evaluation? ' .
115
+
'Submitting the form will cause the coordinator to be notified of the change, who is then able to restart the evaluation.';
116
+
$string['content_confirm_reactivate_manual_open'] = 'Are you sure you want to change the start date? ' .
117
+
'Submitting the form will cause the coordinator to be notified of the change, but there is no guarantee ' .
118
+
'that the dates will be modified in time.';
119
+
120
+
// Alert Coordinator mail.
121
+
$string['alert_email_subject'] = 'Evaluationszeitraum gesetzt für {$a}';
0 commit comments