-
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.
- Loading branch information
Showing
2 changed files
with
17 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ window.kursausschreibung.locale["de-CH"] = { | |
"back": "zurück", | ||
"backToCourses": "Zurück zur Übersicht", | ||
"thankYou": "Besten Dank für Ihre Anmeldung", | ||
"thankYouWaitingList": "Besten Dank für Ihre Anmeldung auf die Warteliste", | ||
"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", | ||
|
@@ -53,6 +53,7 @@ window.kursausschreibung.locale["de-CH"] = { | |
"sortLeadership": "Sortiert nach Leitung A-Z", | ||
"sortLocation": "Sortiert nach Ort A-Z", | ||
"sortSubscriptionTo": "Sortiert nach Anmeldeschluss aufsteigend", | ||
"sortBuildingAddress": "Sortiert nach Standort", | ||
"searchNoEvents": "Mit dem Filter wurden keine Kurse gefunden.", | ||
|
||
// properties of an event | ||
|
@@ -93,6 +94,9 @@ window.kursausschreibung.locale["de-CH"] = { | |
"formZipPlaceholder": "3000", | ||
"formLocationPlaceholder": "Bern", | ||
"formOptionEmpty": "-- Leer --", | ||
"formPhoneMobileHint": "Das ist ein hint und kann in den /local/de-CH.js konfiguriert werden", | ||
"formBirthdateHint": "Das ist ein hint und kann in den /local/de-CH.js konfiguriert werden", | ||
"formEmail2Hint": "Das ist ein hint und kann in den /local/de-CH.js konfiguriert werden", | ||
"duplicateEmailError": "Die E-Mail-Adresse muss unterschiedlich sein, ansonsten kann das Formular nicht übermittelt werden.", | ||
"addPerson": "Weitere Person anmelden", | ||
"removePerson": "Letzte Person entfernen", | ||
|
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