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

wording

parent ebd6619f
No related merge requests found
......@@ -97,7 +97,6 @@
<button mat-menu-item
*ngIf="isSafari === 'false'"
matTooltip="{{ 'comment-list.time' | translate }}"
(click)="sortComments(time)"
aria-labelledby="access_time">
<mat-icon [ngClass]="{time: 'unread-icon'}[currentSort]">access_time</mat-icon>
......@@ -105,7 +104,6 @@
</button>
<button mat-menu-item
matTooltip="{{ 'comment-list.vote-asc' | translate }}"
(click)="sortComments(votedesc)"
aria-labelledby="keyboard_arrow_up">
<mat-icon [ngClass]="{votedesc: 'up'}[currentSort]">keyboard_arrow_up</mat-icon>
......@@ -113,7 +111,6 @@
</button>
<button mat-menu-item
matTooltip="{{ 'comment-list.vote-desc' | translate }}"
(click)="sortComments(voteasc)"
aria-labelledby="keyboard_arrow_down">
<mat-icon [ngClass]="{voteasc: 'down'}[currentSort]">keyboard_arrow_down</mat-icon>
......@@ -127,7 +124,6 @@
<div>
<button mat-menu-item
matTooltip="{{ 'comment-list.favorite' | translate }}"
(click)="filterComments(favorite)"
aria-labelledby="grade">
<mat-icon class="star" [ngClass]="{favorite: 'favorite-icon'}[currentFilter]">grade</mat-icon>
......@@ -136,7 +132,6 @@
<button mat-menu-item
(focus)="hideCommentsList=true"
matTooltip="{{ 'comment-list.answered' | translate }}"
(click)="filterComments(answer)"
aria-labelledby="comment">
<mat-icon [ngClass]="{answered: 'answered-icon'}[currentFilter]">comment</mat-icon>
......@@ -144,7 +139,6 @@
</button>
<button mat-menu-item
matTooltip="{{ 'comment-list.read' | translate }}"
(click)="filterComments(read)"
aria-labelledby="beamer_icon">
<mat-icon svgIcon="beamer"
......@@ -154,7 +148,6 @@
<button mat-menu-item
(focus)="hideCommentsList=true"
matTooltip="{{ 'comment-list.owner' | translate }}"
(click)="filterComments(owner)"
aria-labelledby="comment">
<mat-icon [ngClass]="{owner: 'owner-icon'}[currentFilter]">person</mat-icon>
......
......@@ -82,10 +82,10 @@
"has-answer": "Der Vortragende oder Moderator hat die Frage kommentiert. Klick hier, um den Kommentar zu lesen.",
"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.",
"mark-not-correct": "Der Vortragende oder Moderator hat die Frage bejaht.",
"mark-not-favorite": "Bonus-Frage: Der Vortragende oder Moderator hält die Frage für besonders interessant.",
"mark-not-wrong": "Der Vortragende oder Moderator hat die Frage verneint",
"mark-read": "Der Vortragende oder Moderator hat die Frage besprochen.",
"mark-not-correct": "Der Vortragende oder Moderator hat die Frage bejaht oder als abgehakt markiert.",
"mark-not-favorite": "Der Vortragende oder Moderator hält die Frage für besonders interessant.",
"mark-not-wrong": "Der Vortragende oder Moderator hat die Frage verneint oder als kritisch markiert.",
"mark-read": "Der Vortragende oder Moderator hat die Frage öffentlich besprochen.",
"new-comment": "Eine neue Frage mit dem Inhalt, {{ comment }}, wurde soeben gestellt.",
"no-comments": "",
"search-box-input-description": "Hier kannst du nach Fragen suchen.",
......
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