Skip to content
Snippets Groups Projects
Commit c7f35cee authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

revise wording and set missing i18n string

parent 20e65c19
Branches
Tags
No related merge requests found
...@@ -38,7 +38,7 @@ export class DeleteCommentComponent implements OnInit { ...@@ -38,7 +38,7 @@ export class DeleteCommentComponent implements OnInit {
this.liveAnnouncer.clear(); this.liveAnnouncer.clear();
if (lang === 'de') { if (lang === 'de') {
this.liveAnnouncer.announce('Willst du diese Frage wirklich löschen?'); this.liveAnnouncer.announce('Willst du die Frage wirklich löschen?');
} else { } else {
this.liveAnnouncer.announce('Do you really want to delete this question'); this.liveAnnouncer.announce('Do you really want to delete this question');
} }
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
"filter-reset": "Zurücksetzen", "filter-reset": "Zurücksetzen",
"filter-wrong": "Verneinte Fragen", "filter-wrong": "Verneinte Fragen",
"read": "Fragen, die der Dozent am Beamer besprochen hat", "read": "Fragen, die der Dozent am Beamer besprochen hat",
"really-delete": "Willst du diese Frage wirklich löschen?", "really-delete": "Willst du die Frage wirklich löschen?",
"search": "Suchen", "search": "Suchen",
"sort-comments": "Fragen sortieren", "sort-comments": "Fragen sortieren",
"sort-vote-asc": "Positivste Bewertung zuerst", "sort-vote-asc": "Positivste Bewertung zuerst",
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
"error-both-fields": "Bitte fülle alle Felder aus.", "error-both-fields": "Bitte fülle alle Felder aus.",
"error-comment": "Bitte gib eine Frage ein.", "error-comment": "Bitte gib eine Frage ein.",
"error-title": "Bitte gib einen Titel ein.", "error-title": "Bitte gib einen Titel ein.",
"exit-description": "Kommentar-Präsentationsmodus verlassen", "exit-description": "Präsentationsmodus verlassen",
"export": "Exportieren", "export": "Exportieren",
"export-description": "Exportieren", "export-description": "Exportieren",
"live-announcer": "Du befindest dich jetzt auf der Fragen-Seite. Um Informationen zu Tastenkombinationen zu erhalten drücke jetzt die Enter-Taste oder rufe die Ansage zu einem späteren Zeitpunkt mit der Escape-Taste auf.", "live-announcer": "Du befindest dich jetzt auf der Fragen-Seite. Um Informationen zu Tastenkombinationen zu erhalten drücke jetzt die Enter-Taste oder rufe die Ansage zu einem späteren Zeitpunkt mit der Escape-Taste auf.",
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
"error-both-fields": "Please fill in all fields.", "error-both-fields": "Please fill in all fields.",
"error-comment": "Please ask a question.", "error-comment": "Please ask a question.",
"error-title": "Please enter a title.", "error-title": "Please enter a title.",
"exit-description": "Exit Comment-Presentation Mode", "exit-description": "Exit Presentation Mode",
"export": "Export", "export": "Export",
"export-description": "Export", "export-description": "Export",
"live-announcer": "You are now on the questions page. To get information about key combinations press the Enter key or call the announcement later with the Escape key.", "live-announcer": "You are now on the questions page. To get information about key combinations press the Enter key or call the announcement later with the Escape key.",
......
...@@ -96,6 +96,7 @@ ...@@ -96,6 +96,7 @@
"title": "»frag.jetzt«" "title": "»frag.jetzt«"
}, },
"login": { "login": {
"activation-key": "Aktivierungsschlüssel",
"cancel": "Zurück", "cancel": "Zurück",
"cancel-description": "Zurück", "cancel-description": "Zurück",
"email": "E-Mail Adresse als Benutzername", "email": "E-Mail Adresse als Benutzername",
...@@ -119,8 +120,8 @@ ...@@ -119,8 +120,8 @@
"password-reset": "Passwort vergessen?", "password-reset": "Passwort vergessen?",
"register": "Registrieren", "register": "Registrieren",
"restart-account-activation-button": "Erneut senden", "restart-account-activation-button": "Erneut senden",
"restart-account-activation-correct": "Ein neuer Schlüssel wurde gesendet!", "restart-account-activation-correct": "Der Aktivierungsschlüssel wurde erneut gesendet.",
"restart-account-activation-tooltop": "Sendet einen neuen Aktivierungsschlüssel an die angegebene Adresse", "restart-account-activation-tooltip": "Sendet den Aktivierungsschlüssel erneut an die angegebene Adresse",
"welcome": "Online fragen & Fragen bewerten" "welcome": "Online fragen & Fragen bewerten"
}, },
"overlay": { "overlay": {
......
...@@ -98,6 +98,7 @@ ...@@ -98,6 +98,7 @@
"title": "»frag.jetzt«" "title": "»frag.jetzt«"
}, },
"login": { "login": {
"activation-key": "Activation key",
"cancel": "Cancel", "cancel": "Cancel",
"cancel-description": "Cancel", "cancel-description": "Cancel",
"email": "E-mail", "email": "E-mail",
...@@ -120,9 +121,9 @@ ...@@ -120,9 +121,9 @@
"password-required": "Password required", "password-required": "Password required",
"password-reset": "Forgot your password?", "password-reset": "Forgot your password?",
"register": "Register", "register": "Register",
"restart-account-activation-button": "Resend", "restart-account-activation-button": "Send again",
"restart-account-activation-correct": "New mail got send!", "restart-account-activation-correct": "Activation key sent again",
"restart-account-activation-tooltop": "Sends a new activation key", "restart-account-activation-tooltip": "Sends the activation key again",
"welcome": "Ask online & vote questions" "welcome": "Ask online & vote questions"
}, },
"overlay": { "overlay": {
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
"error-both-fields": "Bitte fülle alle Felder aus.", "error-both-fields": "Bitte fülle alle Felder aus.",
"error-comment": "Bitte gib deine Frage ein.", "error-comment": "Bitte gib deine Frage ein.",
"error-title": "Bitte gib einen Titel ein.", "error-title": "Bitte gib einen Titel ein.",
"exit-description": "Kommentar-Präsentationsmodus verlassen", "exit-description": "Präsentationsmodus verlassen",
"live-announcer": "Du befindest dich jetzt auf der Fragen-Seite. Um Informationen zu Tastenkombinationen zu erhalten drücke jetzt die Enter-Taste oder rufe die Ansage zu einem späteren Zeitpunkt mit der Escape-Taste auf.", "live-announcer": "Du befindest dich jetzt auf der Fragen-Seite. Um Informationen zu Tastenkombinationen zu erhalten drücke jetzt die Enter-Taste oder rufe die Ansage zu einem späteren Zeitpunkt mit der Escape-Taste auf.",
"mark-not-correct": "Dozent hat die Frage bejaht.", "mark-not-correct": "Dozent hat die Frage bejaht.",
"mark-not-favorite": "Bonus-Frage: Dozent hält die Frage für besonders interessant.", "mark-not-favorite": "Bonus-Frage: Dozent hält die Frage für besonders interessant.",
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
"error-both-fields": "Please fill in all fields.", "error-both-fields": "Please fill in all fields.",
"error-comment": "Please enter a question.", "error-comment": "Please enter a question.",
"error-title": "Please enter a title.", "error-title": "Please enter a title.",
"exit-description": "Exit Comment-Presentation Mode", "exit-description": "Exit Presentation Mode",
"live-announcer": "You are now on the questions page. To get information about key combinations press the Enter key or call the announcement later with the Escape key.", "live-announcer": "You are now on the questions page. To get information about key combinations press the Enter key or call the announcement later with the Escape key.",
"mark-not-correct": "Marked as correct by the professor", "mark-not-correct": "Marked as correct by the professor",
"mark-not-favorite": "Bonus question: Your professor intends to give a bonus for that question.", "mark-not-favorite": "Bonus question: Your professor intends to give a bonus for that question.",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment