-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add message "thankYouWaitingList" (#23)
- Loading branch information
Showing
4 changed files
with
16 additions
and
8 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 |
---|---|---|
|
@@ -24,6 +24,7 @@ window.kursausschreibung.locale["de-CH"] = { | |
"back": "zurück", | ||
"backToCourses": "Zurück zur Kursübersicht", | ||
"thankYou": "Besten Dank für Ihre Anmeldung", | ||
"thankYouWaitingList": "Besten Dank für Ihre Anmeldung auf die Warteliste", | ||
"youWillReceiveAConfirmationEMail": "Sie erhalten eine Anmeldebestätigung per E-Mail.", | ||
"officeAddress": "Kurssekretariat<br>Telefon 031 123 45 67<br>[email protected]", | ||
"yourDetails": "Ihre Angaben", | ||
|
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 |
---|---|---|
|
@@ -22,6 +22,7 @@ window.kursausschreibung.locale["fr-CH"] = { | |
"back": "Retour", | ||
"backToCourses": "Retour", | ||
"thankYou": "Merci pour votre inscription", | ||
"thankYouWaitingList": "Merci pour votre inscription", | ||
"youWillReceiveAConfirmationEMail": "Vous recevrez une confirmation d'inscription par e-mail.", | ||
"officeAddress": "Secrétariat du cours<br>Phone 031 123 45 67 67<br>[email protected]", | ||
"yourDetails": "Vos coordonnées.", | ||
|