Skip to content
Snippets Groups Projects
Commit e8daed98 authored by srosse's avatar srosse
Browse files

OO-2678: add error message for InvalidToken (mostly renew token of the organizer)

parent ee8dc6a0
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ public enum GoToErrors {
OrganizerOverlap("error.organizer.overbooked"),
TrainingOver("error.code.TrainingOver"),
InvalidRequest("error.code.unkown"),
InvalidToken("error.code.InvalidToken"),
NoSuchTraining("error.code.NoSuchTraining"),
TrainingInSession("error.code.TrainingInSession"),
InvalidTrainingDatesMaxDuration("error.code.InvalidTrainingDatesMaxDuration");
......
......@@ -8,6 +8,7 @@ confirm.delete.meeting=Wollen Sie die Schulung "{0}" wirklich l\u00F6schen?
confirm.remove.organizer=Wollen Sie den Organizer "{0}" von dem OpenOLAT System entfernen?
download=Herunterladen
enabled=
error.code.InvalidToken=Die Authentifizierung Ihres Organizers ist wahrscheinlich nicht mehr g\u00FCltig und muss erneuert werden. Bitte fragen Sie ihren Administrator, um dies zu \u00FCberpr\u00FCfen.
error.code.InvalidTrainingDatesMaxDuration=Die Schulung k\u00F6nnen nicht l\u00E4nger als 24 Stunden dauern.
error.code.NoSuchTraining=Die Schulung konnte nicht gefunden werden.
error.code.TrainingInSession=Training schon gestartet
......
......@@ -8,6 +8,7 @@ confirm.delete.meeting=Do you really want to delete the following meeting "{0}"?
confirm.remove.organizer=Do you really want to remove the organizer "{0}"?
download=Download
enabled=
error.code.InvalidToken=The authentication of the organizer is probably not valid and need to be renewed. Please, ask your administrator to verify it.
error.code.InvalidTrainingDatesMaxDuration=The training can not last longer than 24 hours.
error.code.NoSuchTraining=The training cannot be found.
error.code.TrainingInSession=Training already started
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment