From 6b66a208c5f97ab11666f35b9624730ef5933ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Mon, 21 Jan 2019 15:07:55 +0100 Subject: [PATCH] Updated translation strings and German translation. --- .../choice-dialog.component.html | 4 +- .../filter-menu/filter-menu.component.html | 4 +- .../os-sort-bottom-sheet.component.html | 2 +- .../os-sort-filter-bar.component.html | 6 +- .../agenda-import-list.component.html | 15 +- .../item-info-dialog.component.html | 2 +- .../speaker-list/speaker-list.component.html | 2 +- .../topic-detail/topic-detail.component.html | 2 +- .../components/search/search.component.html | 4 +- .../history-list/history-list.component.ts | 2 +- .../motion-block-list.component.html | 2 +- .../motion-detail.component.html | 4 +- .../motion-import-list.component.html | 7 +- .../motion-poll-dialog.component.html | 4 +- .../motion-poll/motion-poll.component.html | 18 +- .../motion-poll/motion-poll.component.ts | 4 +- .../services/motion-csv-export.service.ts | 2 +- .../services/motion-multiselect.service.ts | 8 +- .../motions/services/motion-pdf.service.ts | 2 +- .../projector-detail.component.html | 2 +- .../password/password.component.html | 22 +- .../user-import-list.component.html | 105 ++-- .../user-import/user-import-list.component.ts | 2 +- .../user-list/user-list.component.html | 10 +- client/src/assets/i18n/de.json | 2 +- client/src/assets/i18n/de.po | 517 +++++++++++++++--- client/src/assets/i18n/template-en.pot | 456 +++++++++++++-- openslides/motions/views.py | 4 +- 28 files changed, 978 insertions(+), 236 deletions(-) diff --git a/client/src/app/shared/components/choice-dialog/choice-dialog.component.html b/client/src/app/shared/components/choice-dialog/choice-dialog.component.html index 605622f26..ccc28776b 100644 --- a/client/src/app/shared/components/choice-dialog/choice-dialog.component.html +++ b/client/src/app/shared/components/choice-dialog/choice-dialog.component.html @@ -31,12 +31,12 @@
diff --git a/client/src/app/shared/components/os-sort-filter-bar/filter-menu/filter-menu.component.html b/client/src/app/shared/components/os-sort-filter-bar/filter-menu/filter-menu.component.html index ea82cd980..593180550 100644 --- a/client/src/app/shared/components/os-sort-filter-bar/filter-menu/filter-menu.component.html +++ b/client/src/app/shared/components/os-sort-filter-bar/filter-menu/filter-menu.component.html @@ -5,7 +5,7 @@ {{ filter.count ? 'checked' : ''}} - {{ service.getFilterName(filter) }} + {{ service.getFilterName(filter) | translate }}
@@ -18,7 +18,7 @@
- {{option}} + {{ option | translate }}
diff --git a/client/src/app/shared/components/os-sort-filter-bar/os-sort-bottom-sheet/os-sort-bottom-sheet.component.html b/client/src/app/shared/components/os-sort-filter-bar/os-sort-bottom-sheet/os-sort-bottom-sheet.component.html index 69910e957..d20fb0e9f 100644 --- a/client/src/app/shared/components/os-sort-filter-bar/os-sort-bottom-sheet/os-sort-bottom-sheet.component.html +++ b/client/src/app/shared/components/os-sort-filter-bar/os-sort-bottom-sheet/os-sort-bottom-sheet.component.html @@ -2,7 +2,7 @@ diff --git a/client/src/app/shared/components/os-sort-filter-bar/os-sort-filter-bar.component.html b/client/src/app/shared/components/os-sort-filter-bar/os-sort-filter-bar.component.html index 98290fdcd..86bbad96a 100644 --- a/client/src/app/shared/components/os-sort-filter-bar/os-sort-filter-bar.component.html +++ b/client/src/app/shared/components/os-sort-filter-bar/os-sort-filter-bar.component.html @@ -16,7 +16,7 @@
@@ -55,7 +55,7 @@
keyboard_arrow_right - Filter options: + Filter options
@@ -70,7 +70,7 @@ > diff --git a/client/src/app/site/agenda/components/agenda-import-list/agenda-import-list.component.html b/client/src/app/site/agenda/components/agenda-import-list/agenda-import-list.component.html index fa4d96011..89373699d 100644 --- a/client/src/app/site/agenda/components/agenda-import-list/agenda-import-list.component.html +++ b/client/src/app/site/agenda/components/agenda-import-list/agenda-import-list.component.html @@ -43,7 +43,7 @@ - Column Separator + Column separator {{ option.label | translate }} @@ -70,7 +70,7 @@ (change)="onSelectFile($event)" /> @@ -127,14 +127,13 @@
- Click on 'import' (right top corner) to import the new topics. - + After verifiy the preview click on 'import' please (see top right).
- Show all - Show errors only - Show correct entries + Show all + Show errors only + Show correct entries only
@@ -189,7 +188,7 @@ - Item text + Text {{ getShortPreview(entry.newEntry.text) }} diff --git a/client/src/app/site/agenda/components/item-info-dialog/item-info-dialog.component.html b/client/src/app/site/agenda/components/item-info-dialog/item-info-dialog.component.html index cbad5b191..582dad015 100644 --- a/client/src/app/site/agenda/components/item-info-dialog/item-info-dialog.component.html +++ b/client/src/app/site/agenda/components/item-info-dialog/item-info-dialog.component.html @@ -1,4 +1,4 @@ -

{{ 'Change values for' | translate }} {{ item.getTitle() }}

+

{{ 'Edit details for' | translate }} {{ item.getTitle() }}

diff --git a/client/src/app/site/agenda/components/speaker-list/speaker-list.component.html b/client/src/app/site/agenda/components/speaker-list/speaker-list.component.html index 02b1a02bd..77fd9058c 100644 --- a/client/src/app/site/agenda/components/speaker-list/speaker-list.component.html +++ b/client/src/app/site/agenda/components/speaker-list/speaker-list.component.html @@ -66,7 +66,7 @@ - Call {{ hasSpokenCount(item) + 1 }} + {{ hasSpokenCount(item) + 1 }}. contribution diff --git a/client/src/app/site/agenda/components/topic-detail/topic-detail.component.html b/client/src/app/site/agenda/components/topic-detail/topic-detail.component.html index baefd700c..643c9acdb 100644 --- a/client/src/app/site/agenda/components/topic-detail/topic-detail.component.html +++ b/client/src/app/site/agenda/components/topic-detail/topic-detail.component.html @@ -101,7 +101,7 @@ [formControl]="topicForm.get('agenda_parent_id')" [multiple]="false" [includeNone]="true" - listname="{{ 'Parent Item' | translate }}" + listname="{{ 'Parent item' | translate }}" [InputListValues]="agendaItemObserver" >
diff --git a/client/src/app/site/common/components/search/search.component.html b/client/src/app/site/common/components/search/search.component.html index d576ad985..3f5c936e6 100644 --- a/client/src/app/site/common/components/search/search.component.html +++ b/client/src/app/site/common/components/search/search.component.html @@ -20,7 +20,7 @@ @@ -31,7 +31,7 @@

- Found {{ searchResultCount }} + {{ searchResultCount }} result results

diff --git a/client/src/app/site/history/components/history-list/history-list.component.ts b/client/src/app/site/history/components/history-list/history-list.component.ts index b4c2b80a2..1f660646d 100644 --- a/client/src/app/site/history/components/history-list/history-list.component.ts +++ b/client/src/app/site/history/components/history-list/history-list.component.ts @@ -122,7 +122,7 @@ export class HistoryListComponent extends ListViewBaseComponent imp if (information.length > 1) { argument_string = this.translate.instant(information[1]); } - return base_string.replace(/{arg1}/g, argument_string); + return base_string.replace(/\\{arg1\\}/g, argument_string); } } } diff --git a/client/src/app/site/motions/components/motion-block-list/motion-block-list.component.html b/client/src/app/site/motions/components/motion-block-list/motion-block-list.component.html index 644535ce9..934c1aaaf 100644 --- a/client/src/app/site/motions/components/motion-block-list/motion-block-list.component.html +++ b/client/src/app/site/motions/components/motion-block-list/motion-block-list.component.html @@ -28,7 +28,7 @@

@@ -533,7 +533,7 @@ [formControl]="contentForm.get('agenda_parent_id')" [multiple]="false" [includeNone]="true" - listname="{{ 'Parent Item' | translate }}" + listname="{{ 'Parent item' | translate }}" [InputListValues]="agendaItemObserver" > diff --git a/client/src/app/site/motions/components/motion-import-list/motion-import-list.component.html b/client/src/app/site/motions/components/motion-import-list/motion-import-list.component.html index 6a28dee39..6003015d3 100644 --- a/client/src/app/site/motions/components/motion-import-list/motion-import-list.component.html +++ b/client/src/app/site/motions/components/motion-import-list/motion-import-list.component.html @@ -10,7 +10,7 @@ - Requires comma or semicolon separated values with these column header names in the first row: + Required comma or semicolon separated values with these column header names in the first row:
Identifier, Title, Text, @@ -39,7 +39,7 @@ - Column Separator + Column separator {{ option.label | translate }} @@ -96,8 +96,7 @@
- Click on 'import' (right top corner) to import the new motions. - + After verifiy the preview click on 'import' please (see top right).
diff --git a/client/src/app/site/motions/components/motion-poll/motion-poll-dialog.component.html b/client/src/app/site/motions/components/motion-poll/motion-poll-dialog.component.html index 8d031a37f..290ec49b7 100644 --- a/client/src/app/site/motions/components/motion-poll/motion-poll-dialog.component.html +++ b/client/src/app/site/motions/components/motion-poll/motion-poll-dialog.component.html @@ -1,4 +1,4 @@ -

Vote form

+

Voting result

Special values:
-1 =  @@ -8,7 +8,7 @@
- {{ getLabel(key) | translate }} + {{ getLabel(key) | translate }} diff --git a/client/src/app/site/motions/components/motion-poll/motion-poll.component.html b/client/src/app/site/motions/components/motion-poll/motion-poll.component.html index 6995789cc..49503253e 100644 --- a/client/src/app/site/motions/components/motion-poll/motion-poll.component.html +++ b/client/src/app/site/motions/components/motion-poll/motion-poll.component.html @@ -1,6 +1,6 @@ - Poll  {{ pollIndex + 1 }} + Voting result  ({{ pollIndex + 1 }})
@@ -11,7 +11,7 @@
- {{ getLabel(key) }}{{ getLabel(key) | translate }}: {{ getNumber(key) }} ({{ getPercent(key) }}%)
@@ -29,7 +29,6 @@
-
Quorum not calculable.
@@ -37,7 +36,7 @@ thumb_up
- diff --git a/client/src/app/site/motions/components/motion-poll/motion-poll.component.ts b/client/src/app/site/motions/components/motion-poll/motion-poll.component.ts index 594551630..dfbef4fd6 100644 --- a/client/src/app/site/motions/components/motion-poll/motion-poll.component.ts +++ b/client/src/app/site/motions/components/motion-poll/motion-poll.component.ts @@ -113,8 +113,8 @@ export class MotionPollComponent implements OnInit { * Sends a delete request for this poll after a confirmation dialog has been accepted. */ public async deletePoll(): Promise { - const content = this.translate.instant('The current poll will be deleted!'); - if (await this.promptService.open('Are you sure?', content)) { + const content = this.translate.instant('Are you sure you want to delete this vote?'); + if (await this.promptService.open('Delete vote?', content)) { this.motionRepo.deletePoll(this.poll); } } diff --git a/client/src/app/site/motions/services/motion-csv-export.service.ts b/client/src/app/site/motions/services/motion-csv-export.service.ts index 2adb4e947..0232f3be9 100644 --- a/client/src/app/site/motions/services/motion-csv-export.service.ts +++ b/client/src/app/site/motions/services/motion-csv-export.service.ts @@ -80,6 +80,6 @@ export class MotionCsvExportService { 'B1,Title 2,Text 2,Reason 2,Submitter B, Category B,, Block A', ',Title 3, Text 3,,,,,' ]; - this.fileExport.saveFile(rows.join('\n'), this.translate.instant('Motion example') + '.csv'); + this.fileExport.saveFile(rows.join('\n'), this.translate.instant('motions-example') + '.csv'); } } diff --git a/client/src/app/site/motions/services/motion-multiselect.service.ts b/client/src/app/site/motions/services/motion-multiselect.service.ts index 78a9eeec8..f7b49a2e3 100644 --- a/client/src/app/site/motions/services/motion-multiselect.service.ts +++ b/client/src/app/site/motions/services/motion-multiselect.service.ts @@ -88,7 +88,7 @@ export class MotionMultiselectService { * @param motions The motions to change */ public async setStateOfMultiple(motions: ViewMotion[]): Promise { - const title = this.translate.instant('This will set the state of all selected motions to:'); + const title = this.translate.instant('This will set the following state for all selected motions:'); const choices = this.workflowRepo.getWorkflowStatesForMotions(motions).map(workflowState => ({ id: workflowState.id, label: workflowState.name @@ -105,7 +105,7 @@ export class MotionMultiselectService { * @param motions The motions to change */ public async setRecommendation(motions: ViewMotion[]): Promise { - const title = this.translate.instant('This will set the recommendation for all selected motions to:'); + const title = this.translate.instant('This will set the following recommendation for all selected motions:'); const choices = this.workflowRepo .getWorkflowStatesForMotions(motions) .filter(workflowState => !!workflowState.recommendation_label) @@ -132,7 +132,7 @@ export class MotionMultiselectService { * @param motions The motions to change */ public async setCategory(motions: ViewMotion[]): Promise { - const title = this.translate.instant('This will set the category of all selected motions to:'); + const title = this.translate.instant('This will set the following category for all selected motions:'); const clearChoice = 'No category'; const selectedChoice = await this.choiceService.open( title, @@ -231,7 +231,7 @@ export class MotionMultiselectService { * @param motions The motions for which to change the motionBlock */ public async setMotionBlock(motions: ViewMotion[]): Promise { - const title = this.translate.instant('This will change the motion Block for all selected motions:'); + const title = this.translate.instant('This will set the following motion block for all selected motions:'); const clearChoice = 'Clear motion block'; const selectedChoice = await this.choiceService.open( title, diff --git a/client/src/app/site/motions/services/motion-pdf.service.ts b/client/src/app/site/motions/services/motion-pdf.service.ts index 19b29c2f6..6efb422cd 100644 --- a/client/src/app/site/motions/services/motion-pdf.service.ts +++ b/client/src/app/site/motions/services/motion-pdf.service.ts @@ -240,7 +240,7 @@ export class MotionPdfService { metaTableBody.push([ { - text: this.translate.instant('Summary of change recommendations'), + text: this.translate.instant('Summary of changes'), style: 'boldText' }, { diff --git a/client/src/app/site/projector/components/projector-detail/projector-detail.component.html b/client/src/app/site/projector/components/projector-detail/projector-detail.component.html index 5c51b39d2..489ce97de 100644 --- a/client/src/app/site/projector/components/projector-detail/projector-detail.component.html +++ b/client/src/app/site/projector/components/projector-detail/projector-detail.component.html @@ -1,7 +1,7 @@
-

{{ projector?.name | translate }}

+

{{ projector?.name | translate }}

diff --git a/client/src/app/site/users/components/password/password.component.html b/client/src/app/site/users/components/password/password.component.html index 8d25f7e7a..15d02fad3 100644 --- a/client/src/app/site/users/components/password/password.component.html +++ b/client/src/app/site/users/components/password/password.component.html @@ -1,16 +1,17 @@ a -

Change Password

+

Change password

- You are not supposed to be here please leave... + You are not supposed to be here...
- warning You are changing the password for the user: {{user.full_name}} +

Change password for {{ user.full_name }}

+ warning You override the personally set password!

@@ -19,7 +20,7 @@ [type]="hide_admin_newPassword ? 'password' : 'text'" matInput formControlName="admin_newPassword" - placeholder="{{ 'New Password' | translate }}" + placeholder="{{ 'New password' | translate }}" />
- Initial Password: {{user.default_password}} + Initial password: {{ user.default_password }}
+ Username: {{ user.username }}

@@ -54,7 +56,7 @@ [type]="hide_user_password ? 'password' : 'text'" matInput formControlName="user_oldPassword" - placeholder="{{ 'Old Password' | translate }}" + placeholder="{{ 'Old password' | translate }}" />
@@ -62,7 +64,7 @@ [type]="hide_user_password ? 'password' : 'text'" matInput formControlName="user_newPassword1" - placeholder="{{ 'New Password' | translate }}" + placeholder="{{ 'New password' | translate }}" /> @@ -83,12 +85,12 @@ mat-raised-button color="primary" (click)="hide_user_password = !hide_user_password"> - Show Password  {{ hide_user_password ? 'visibility_off' : 'visibility' }} +  Show password
diff --git a/client/src/app/site/users/components/user-import/user-import-list.component.html b/client/src/app/site/users/components/user-import/user-import-list.component.html index 8d5ce6d26..552a584e7 100644 --- a/client/src/app/site/users/components/user-import/user-import-list.component.html +++ b/client/src/app/site/users/components/user-import/user-import-list.component.html @@ -1,6 +1,6 @@ -

Import users

+

Import participants

-
-
- - Copy and paste your participant names in this textbox. - - Keep each person in a single line. -
- Comma separated names will be read as 'Surname(s), given name(s)'. -
- - - -
+
- + Copy and paste your participant names in this textbox. + Keep each person in a single line.
+ Comma separated names will be read as 'Surname, given name(s)'.
- + + + +
+
+ +
+
-

Preview

+

Preview

  playlist_add -  {{ newCount }}  User(s) will be imported. +  {{ newCount }}  Participant(s) will be imported.
@@ -127,25 +128,23 @@
  done -  {{ doneCount }}  Users have been imported. +  {{ doneCount }}  Participants have been imported.
- Click on 'import' (right top corner) to import the new users. - + After verifiy the preview click on 'import' please (see top right).
- Show all - Show errors only - Show correct entries + Show all + Show errors only + Show correct entries only
- - +
- warning - + color="warn" + *ngIf="hasError(entry, 'ParsingErrors')" + matTooltip="{{ getVerboseError('ParsingErrors') | translate }}" + > + warning +
- + {{ getActionIcon(entry) }}
- + {{ getActionIcon(entry) }}
@@ -180,10 +179,10 @@ - warning - -   - + warning + +   + {{ entry.newEntry.title }}
@@ -231,10 +230,10 @@
- + warning - + {{ group.name }} add @@ -250,19 +249,19 @@ - Is Active + Is active - Is Present + Is present - Is Committee + Is committee diff --git a/client/src/app/site/users/components/user-import/user-import-list.component.ts b/client/src/app/site/users/components/user-import/user-import-list.component.ts index c36b762c1..d1f739a20 100644 --- a/client/src/app/site/users/components/user-import/user-import-list.component.ts +++ b/client/src/app/site/users/components/user-import/user-import-list.component.ts @@ -69,7 +69,7 @@ export class UserImportListComponent extends BaseImportListComponent { ',Fred,Bloggs,London,,,,,,,,', ',,Executive Board,,,,,,,1,,' ]; - this.exporter.saveFile(rows.join('\n'), this.translate.instant('User example') + '.csv'); + this.exporter.saveFile(rows.join('\n'), this.translate.instant('participants-example') + '.csv'); } /** diff --git a/client/src/app/site/users/components/user-list/user-list.component.html b/client/src/app/site/users/components/user-list/user-list.component.html index 30fd3e85c..8129b9305 100644 --- a/client/src/app/site/users/components/user-list/user-list.component.html +++ b/client/src/app/site/users/components/user-list/user-list.component.html @@ -118,21 +118,21 @@ diff --git a/client/src/assets/i18n/de.json b/client/src/assets/i18n/de.json index 223305df0..b54a3f099 100644 --- a/client/src/assets/i18n/de.json +++ b/client/src/assets/i18n/de.json @@ -1 +1 @@ -{"%num% emails were send sucessfully.":"{0}um% E-Mails wurden erfolgreich versandt.","A name is required":"Ein Name ist erforderlich","A password is required":"Ein Passwort ist erforderlich","A server error occured. Please contact your system administrator.":"Ein Serverfehler ist aufgetreten. Bitte kontaktieren Sie den Administrator.","About me":"Über mich","Accept":"Annehmen","Acceptance":"Annahme","Accepted":"Angenommen","Activate amendments":"Änderungsanträge aktivieren","Activate statute amendments":"Satzungsänderungsanträge","Add groups":"Gruppen hinzufügen","Add me":"Füge mich hinzu","Add submitters":"Antragsteller hinzufügen","Add tags":"Schlagwörter hinzufügen","Adjourn":"Vertagen","Adjournment":"Vertagung","Admin":"Admin","Agenda":"Tagesordnung","Agenda visibility":"Sichtbarkeit in der Tagesordnung","All casted ballots":"Alle abgegebenen Stimmzettel","All selected files will be deleted!":"Alle ausgewählten Dateien werden gelöscht!","All valid ballots":"Alle gültigen Stimmzettel","All your changes are saved immediately.":"Alle Änderungen werden sofort gespeichert.","Allow access for anonymous guest users":"Erlaube Zugriff für anonyme Gast-Nutzer","Allow to disable versioning":"Erlaubt Versionierung zu deaktiveren","Always Yes-No-Abstain per candidate":"Ja/Nein/Enthaltung pro Kandidat/in","Always Yes/No per candidate":"Ja/Nein pro Kandidat/in","Always one option per candidate":"Eine Stimme pro Kandidat/in","Amendment":"Änderungsantrag","Amendment text":"Änderungsantragstext","Amendment to":"Änderungsantrag zu","Amendments":"Änderungsanträge","An email with a password reset link was send!":"Es wurde eine E-Mail mit einem Link zum Zurücksetzen des Passworts gesendet.","An unknown error occurred.":"Ein unbekannter Fehler ist aufgetreten.","Arabic":"Arabisch","Attachments":"Anhänge","Automatic assign of method":"Automatische Zuordnung der Methode","Back":"Zurück","Back to login":"Zurück zur Anmeldung","Background color of projector header and footer":"Hintergrundfarbe des Projektor-Kopf- und Fußbereichs","Ballot and ballot papers":"Wahlgang und Stimmzettel","Begin of event":"Beginn der Veranstaltung","Begin speech":"Rede beginnen","Call list":"Aufrufliste","Called":"Aufgerufen wird","Called with":"Mit aufgerufen werden","Can create motions":"Darf Anträge erstellen","Can manage agenda":"Darf die Tagesordung verwalten","Can manage comments":"Darf Kommentare verwalten","Can manage configuration":"Darf die Konfiguration verwalten","Can manage elections":"Darf Wahlen verwalten","Can manage files":"Darf Dateien verwalten","Can manage list of speakers":"Darf Redelisten verwalten","Can manage logos and fonts":"Darf Logos und Schriften verwalten","Can manage motions":"Darf Anträge verwalten","Can manage tags":"Darf Schlagwörter verwalten","Can manage the chat":"Darf den Chat verwalten","Can manage the projector":"Darf den Projektor steuern","Can manage users":"Darf Benutzer verwalten","Can nominate another participant":"Darf andere Teilnehmende für Wahlen vorschlagen","Can nominate oneself":"Darf selbst für Wahlen kandidieren","Can put oneself on the list of speakers":"Darf sich selbst auf die Redeliste setzen","Can see agenda":"Darf die Tagesordnung sehen","Can see comments":"Darf Kommentare sehen","Can see elections":"Darf Wahlen sehen","Can see extra data of users (e.g. present and comment)":"Darf die zusätzlichen Daten der Benutzer sehen (z. B. anwesend und Kommentar)","Can see hidden files":"Darf versteckte Dateien sehen","Can see internal items and time scheduling of agenda":"Darf interne Einträge und Zeitplan der Tagesordnung sehen","Can see motions":"Darf Anträge sehen","Can see names of users":"Darf die Namen der Benutzer sehen","Can see the front page":"Darf die Startseite sehen","Can see the list of files":"Darf die Dateiliste sehen","Can see the projector":"Darf den Projektor sehen","Can support motions":"Darf Anträge unterstützen","Can upload files":"Darf Dateien hochladen","Can use the chat":"Darf den Chat benutzen","Cancel":"Abbrechen","Categories":"Sachgebiete","Category":"Sachgebiet","Center":"Mittig","Change paragraph":"Absatz ändern","Change password":"Passwort ändern","Change recommendation":"Änderungsempfehlung","Change recommendations":"Änderungsempfehlungen","Changed version":"Geänderte Fassung","Choose 0 to disable the supporting system.":"Zum Deaktivieren des Unterstützersystems '0' eingeben.","Clear list":"Liste leeren","Close":"Schließen","Collapse all":"Alle zusammenklappen","Color for blanked projector":"Farbe für ausgeblendeten Projektor","Comment":"Kommentar","Comment fields":"Kommentarfelder","Committees":"Gremien","Complex Workflow":"Komplexer Arbeitsablauf","Content":"Inhalt","Couple countdown with the list of speakers":"Countdown mit der Redeliste verkoppeln","Create":"Erstellen","Create new category":"Neues Sachgebiet erstellen","Current browser language":"Aktuelle Browsersprache","Custom number of ballot papers":"Benutzerdefinierte Anzahl von Stimmzetteln","Custom translations":"Benutzerdefinierte Übersetzungen","Czech":"Tschechisch","Dear {name},\n\nthis is your OpenSlides login for the event {event_name}:\n\n {url}\n username: {username}\n password: {password}\n\nThis email was generated automatically.":"Hallo \\{name\\},\n\ndies ist Ihr OpenSlides-Zugang für die Veranstaltung \\{event_name\\}:\n\n \\{url\\}\n Benutzername: \\{username\\}\n Passwort: \\{password\\}\n\nDiese E-Mail wurde automatisch erstellt.","Default":"Standard","Default line numbering":"Voreingestellte Zeilennummerierung","Default method to check whether a candidate has reached the required majority.":"Voreingestellte Methode zur Überprüfung ob ein Kandidate die nötige Mehrheit erreicht hat.","Default method to check whether a motion has reached the required majority.":"Voreingestellte Methode zur Überprüfung ob ein Antrag die nötige Mehrheit erreicht hat.","Default projector":"Standardprojektor","Default text version for change recommendations":"Voreingestellte Fassung für Änderungsempfehlungen","Default visibility for new agenda items (except topics)":"Voreingestellte Sichtbarkeit für neue Tagesordnungspunkte (außer Themen)","Delegates":"Delegierte","Delete":"Löschen","Delete whole history":"Chronik löschen","Designates whether this user is in the room.":"Bestimmt, ob dieser Benutzer vor Ort ist.","Designates whether this user should be treated as a committee.":"Legt fest, ob dieser Benutzer als Gremium behandelt werden soll.","Designates whether this user should be treated as active. Unselect this instead of deleting the account.":"Bestimmt, ob dieser Benutzer als aktiv behandelt werden soll. Sie können ihn deaktivieren anstatt ihn zu löschen.","Diff version":"Änderungsdarstellung","Disabled":"Deaktiviert","Disabled (no percents)":"Deaktiviert (keine Prozente)","Display header and footer":"Kopf- und Fußzeile anzeigen","Do not concern":"Nicht befassen","Do not decide":"Nicht entscheiden","Do you want to delete this file?":"Soll diese Datei wirklich gelöscht werden?","Drop files into this area OR select files":"Dateien auf diesen Bereich ziehen ODER Dateien auswählen","Edit":"Bearbeiten","Edit category:":"Sachgebiet bearbeiten:","Edit comment field:":"Kommentarfeld bearbeiten:","Edit profile":"Profil bearbeiten","Edit statute paragraph:":"Satzungsabschnitt bearbeiten:","Edit the whole motion text":"Vollständigen Antragstext bearbeiten","Election method":"Wahlmethode","Elections":"Wahlen","Email":"E-Mail","Email body":"Nachrichtentext","Email sender":"Absender","Email subject":"Betreff","Empty text field":"Leeres Textfeld","Enable numbering for agenda items":"Nummerierung von Tagesordnungspunkten aktivieren","Enable participant presence view":"Ansicht zur Teilnehmeranwesenheit aktivieren","End speech":"Rede beenden","English":"Englisch","Enter duration in seconds. Choose 0 to disable warning color.":"Geben Sie die Dauer in Sekunden an. Zum Deaktivieren der Warn-Farbe 0 auswählen.","Enter your email to send the password reset link":"Geben Sie Ihre E-Mail-Adresse ein um eine Link zum Zurücksetzen des Passworts zu erhalten.","Error":"Fehler","Event":"Veranstaltung","Event date":"Veranstaltungszeitraum","Event location":"Veranstaltungsort","Event name":"Veranstaltungsname","Event organizer":"Veranstalter","Exit":"Beenden","Exit multiselect":"Mehrfachauswahl beenden","Expand all":"Alle ausklappen","Export":"Export","Export ...":"Exportieren ...","Export as CSV":"Exportieren als CSV","FILTER":"FILTER","File information":"Dateiinformationen","File name":"Dateiname","Files":"Dateien","Final version":"Beschlussfassung","Finished":"Abgeschlossen","Font color of projector header and footer":"Schriftfarbe des Projektor-Kopf- und Fußbereichs","Font color of projector headline":"Schriftfarbe der Projektor-Überschrift","Front page text":"Text der Startseite","Front page title":"Titel der Startseite","General":"Allgemein","Generate new passwords":"Neue Passwörter generieren","German":"Deutsch","Given name":"Vorname","Groups":"Gruppen","Groups with read permissions":"Gruppen mit Leseberechtigungen","Groups with write permissions":"Gruppen mit Schreibberechtigungen","Help text for access data and welcome PDF":"Hilfetext für das Zugangsdaten- und Willkommens-PDF","Hidden":"Versteckt","Hidden item":"Versteckter Eintrag","Hide internal items when projecting subitems":"Interne Einträge ausblenden bei der Projektion von Untereinträgen","Hide meta information box on projector":"Meta-Informations-Box auf dem Projektor ausblenden","Hide reason on projector":"Begründung auf dem Projektor ausblenden","Hide recommendation on projector":"Empfehlung auf dem Projektor ausblenden","History":"Chronik","Home":"Startseite","How to create new amendments":"Erstellung von Änderungsanträgen","Identifier":"Bezeichner","Import ...":"Importieren ...","Include the sequential number in PDF and DOCX":"Laufende Nummer im PDF und DOCX anzeigen","Initial password":"Initiales Passwort","Input format: DD.MM.YYYY HH:MM":"Eingabeformat: TT.MM.JJJJ HH:MM","Installed plugins":"Installierte Plugins","Internal item":"Interner Eintrag","Invalid input.":"Ungültige Eingabe.","Is a committee":"Ist ein Gremium","Is active":"Ist aktiv","Is committee":"Ist Gremium","Is inactive":"Ist inaktiv","Is no committee":"Ist kein Gremium","Is not present":"Ist nicht anwesend","Is present":"Ist anwesend","Last speakers":"Letzte Redner","Left":"Links","Legal notice":"Impressum","License":"Lizenz","Line":"Zeile","Line length":"Zeilenlänge","Line numbering":"Zeilennummerierung","List of speakers":"Redeliste","List of speakers overlay":"Redelisten-Einblendung","Login":"Anmelden","Login as Guest":"Als Gast anmelden","Logout":"Abmelden","Mark speaker":"Redner/in markieren","Meta information":"Metainformationen","Motion":"Antrag","Motion block":"Antragsblock","Motion preamble":"Antragseinleitung","Motions":"Anträge","Move to agenda item":"Zu TOP verschieben","Multiselect":"Mehrfachauswahl","Name":"Name","Name of recommender":"Name des Empfehlungsgebers","Name of recommender for statute amendments":"Name des Empfehlungsgebers für Satzungsänderungsanträge","Needs review":"Benötigt Review","New":"Neu","New amendment":"Neuer Änderungsantrag","New comment field":"Neues Kommentarfeld","New file name":"Neuer Dateiname","New group name":"Neuer Gruppenname","New motion":"Neuer Antrag","New password":"Neues Passwort","New statute paragraph":"Neuer Satzungsabschnitt","New tag name":"Neues Schlagwort","Next":"Weiter","No change recommendations yet":"Bisher keine Änderungsempfehlungen","No changes at the text.":"Keine Änderung am Text.","No choices available":"Keine Auswahl vorhanden","No comment":"Kein Kommentar","No concernment":"Nichtbefassung","No decision":"Keine Entscheidung","No emails were send.":"Es wurden keine E-Mails versandt.","No encryption":"Keine Verschlüsselung","No groups selected":"Keine Gruppen ausgewählt","No information available":"Keine Informationen verfügbar","No personal note":"Keine persönliche Notiz","No statute paragraphs":"Keine Satzungsabschnitte vorhanden","None":"aus","Note: You have to reject all change recommendations if the plenum does not follow the recommendation. This does not affect amendments.":"Wichtig: Sie müssen alle Änderungsempfehlungen ablehnen, wenn das Plenum der Empfehlung nicht folgt. Dies betrifft jedoch nicht die Änderungsanträge.","Number of (minimum) required supporters for a motion":"Mindestanzahl erforderlicher Unterstützer/innen für einen Antrag","Number of all delegates":"Anzahl aller Delegierten","Number of all participants":"Anzahl aller Teilnehmenden","Number of ballot papers (selection)":"Anzahl der Stimmzettel (Vorauswahl)","Number of last speakers to be shown on the projector":"Anzahl der dargestellten letzten Redner/innen auf dem Projektor","Numbered per category":"Pro Sachgebiet nummerieren","Numbering prefix for agenda items":"Präfix für Nummerierung von Tagesordnungspunkten","Numeral system for agenda items":"Nummerierungssystem für Tagesordnungspunkte","OK":"OK","Offline mode: You can use OpenSlides but changes are not saved.":"Offlinemodus: Sie können OpenSlides weiter nutzen, aber Änderungen werden nicht gespeichert.","Ok":"Ok","One email was send sucessfully.":"Eine E-Mail wurde erfolgreich versandt.","Only for internal notes.":"Nur für interne Notizen.","Open":"Öffnen","Origin":"Herkunft","Original version":"Originalfassung","PDF":"PDF","PDF ballot paper logo":"PDF-Stimmzettel-Logo","PDF footer logo (left)":"PDF-Logo Fußzeile (links)","PDF footer logo (right)":"PDF-Logo Fußzeile (rechts)","PDF header logo (left)":"PDF-Logo Kopfzeile (links)","PDF header logo (right)":"PDF-Logo Kopfzeile (rechts)","Page number alignment in PDF":"Seitenzahl-Ausrichtung im PDF","Paragraph-based, Diff-enabled":"Absatzbasiert mit Änderungsdarstellung","Parallel upload":"Parallel hochladen","Participant number":"Teilnehmernummer","Participants":"Teilnehmende","Permission":"Zulassung","Permissions":"Berechtigungen","Permit":"Zulassen","Personal note":"Persönliche Notiz","Please enter a valid email address":"Bitte geben Sie einen neuen Namen ein für","Please enter your new password":"Bitte geben Sie Ihr neues Passwort ein","Preamble text for PDF and DOCX documents (all motions)":"Einleitungstext für PDF- und DOCX-Dokumente (alle Anträge) ","Preamble text for PDF document (all elections)":"Einleitungstext für PDF-Dokument (alle Wahlen) ","Predefined seconds of new countdowns":"Vorgegebene Sekunden für neue Countdowns","Prefix":"Präfix","Prefix for the identifier for amendments":"Präfix für den Bezeichner von Änderungsanträgen","Present":"Anwesend","Presentation and assembly system":"Präsentations- und Versammlungssystem","Privacy Policy":"Datenschutzerklärung","Privacy policy":"Datenschutzerklärung","Project":"Projizieren","Projector":"Projektor","Projector header image":"Projektor-Kopfgrafik","Projector language":"Projektorsprache","Projector logo":"Projektor-Logo","Public":"Öffentlich","Public item":"Öffentlicher Eintrag","Put all candidates on the list of speakers":"Alle Kandidaten auf die Redeliste setzen","Reason":"Begründung","Recommendation":"Empfehlung","Refer to committee":"In Ausschuss verweisen","Referral to committee":"Verweisung in Ausschuss","Reject":"Ablehnen","Reject (not authorized)":"Verwerfen (nicht zulässig)","Rejected":"Abgelehnt","Rejection":"Ablehnung","Rejection (not authorized)":"Verwerfung (nicht berechtigt)","Remove":"Entfernen","Remove all supporters of a motion if a submitter edits his motion in early state":"Entferne alle Unterstützer/innen eines Antrags, wenn ein Antragsteller/in den Antrag im Anfangsstadium bearbeitet","Remove groups":"Gruppen entfernen","Remove me":"Entferne mich","Remove tags":"Schlagwörter entfernen","Required":"Erforderlich","Required majority":"Erforderliche Mehrheit","Reset password":"Passwort zurücksetzen","Reset recommendation":"Empfehlung zurücksetzen","Reset state":"Status zurücksetzen","Right":"Rechts","Roman":"Römisch","SORT":"SORTIEREN","Save":"Speichern","Searching for candidates":"Auf Kandidatensuche","Select or search new speaker ...":"Redner/in auswählen oder suchen ...","Select paragraph":"Absatz auswählen","Selected values":"Ausgewählte Werte","Send invitation email":"Einladungs-E-Mail senden","Separator used for all csv exports and examples":"Feldtrenner für alle CSV-Exporte und -Beispiele","Serially numbered":"fortlaufend nummerieren","Set category":"Sachgebiet setzen","Set invisible":"Set invisible","Set it manually":"manuell setzen","Set recommendation":"Empfehlung setzen","Set status":"Status setzen","Set visible":"Set visible","Settings":"Einstellungen","Short description of event":"Kurzbeschreibung der Veranstaltung","Show amendments together with motions":"Änderungsanträge zusätzlich in der Hauptantragsübersicht anzeigen","Show entire motion text":"Vollständigen Antragstext anzeigen","Show logo on projector":"Logo auf dem Projektor anzeigen","Show orange countdown in the last x seconds of speaking time":"Countdown in den letzten x Sekunden der Redezeit orange darstellen","Show the clock on projector":"Uhr auf dem Projektor anzeigen","Show this text on the login page":"Diesen Text auf der Login-Seite anzeigen","Show title and description of event on projector":"Titel und Kurzbeschreibung der Veranstaltung auf dem Projektor anzeigen","Simple Workflow":"Einfacher Arbeitsablauf","Simple majority":"Einfache Mehrheit","Sort ...":"Sortieren ...","Sort categories by":"Sachgebiete sortieren nach","Sort name of participants by":"Namen der Teilnehmenden sortieren nach","Staff":"Mitarbeitende","Standard font size in PDF":"Standard-Schriftgröße im PDF","Start":"Start","Start time":"Startzeit","State":"Status","Statute":"Satzung","Statute amendment":"Satzungsänderungsantrag","Statute amendment for":"Satzungsänderungsantrag zu","Statute paragraph":"Satzungsabschnitt","Stop":"Stopp","Stop submitting new motions by non-staff users":"Einreichen von neuen Anträgen stoppen für Nutzer ohne Verwaltungsrechte","Structure level":"Gliederungsebene","Submitters":"Antragsteller/in","Summary of changes":"Zusammenfassung der Änderungen","Support":"Unterstützen","Supporters":"Unterstützer/innen","Surname":"Nachname","System":"System","System URL":"System-URL","Tags":"Schlagwörter","The 100 % base of a voting result consists of":"Die 100%-Basis eines Abstimmungsergebnisses besteht aus","The 100-%-base of an election result consists of":"Die 100%-Basis eines Wahlergebnisses besteht aus","The assembly may decide:":"Die Versammlung möge beschließen:","The event manager hasn't set up a privacy policy yet.":"Der Veranstalter hat noch keine Datenschutzerklärung hinterlegt.","The link is broken. Please contact your system administrator.":"Der Link ist defekt. Bitte kontaktieren Sie den zuständigen Administrator.","The maximum number of characters per line. Relevant when line numbering is enabled. Min: 40":"Die maximale Zeichenanzahl pro Zeile. Relevant, wenn die Zeilennummerierung eingeschaltet ist. Minimum: 40.","The server could not be reached.":"Der Server konnte nicht erreicht werden.","The server didn't respond.":"Der Server antwortet nicht.","The title of the motion is always applied.":"Der Antragstitel wird immer übernommen.","The user %user% has no email, so the invitation email could not be send.":"{0}ser% besitzt keine E-Mail-Adresse; eine E-Mail konnte daher nicht gesendet werden.","The users %user% have no email, so the invitation emails could not be send.":"{0}ser% besitzen keine E-Mail-Adressen; E-Mails konnte daher nicht gesendet werden.","This change collides with another one.":"Diese Änderung kollidiert mit einer anderen.","This element does not exist at this time.":"Dieses Element existiert nicht zu diesem Zeitpunkt.","This prefix will be set if you run the automatic agenda numbering.":"Dieses Präfix wird gesetzt, wenn die automatische Nummerierung der Tagesordnung durchgeführt wird.","This will add the following submitters of all selected motions:":"Folgende Antragsteller werden den ausgewählten Anträgen hinzugefügt:","This will add the following tags to all selected motions:":"Folgende Schlagwörter werden den ausgewählten Anträgen hinzugefügt:","This will delete all selected motions.":"Alle ausgewählten Anträge werden gelöscht.","This will move all selected motions as childs to:":"Alle ausgewählten Anträge werden unterhalb des folgenden Tagesordnungspunktes verschoben:","This will remove the following submitters from all selected motions:":"Folgende Antragsteller werden aus den ausgewählten Anträge entfernt:","This will remove the following tags from all selected motions:":"Folgende Schlagwörter werden aus den ausgewählten Anträgen entfernt:","This will set the category of all selected motions to:":"Folgendes Sachgebiet wird für alle ausgewählten Anträge gesetzt:","This will set the recommendation for all selected motions to:":"Folgende Empfehlung wird für alle ausgewählten Anträge gesetzt:","This will set the state of all selected motions to:":"Folgender Status wird für alle ausgewählten Anträge gesetzt:","Three-quarters majority":"Dreiviertelmehrheit","Title":"Titel","Title for PDF and DOCX documents (all motions)":"Titel für PDF- und DOCX-Dokumente (alle Anträge) ","Title for PDF document (all elections)":"Titel für PDF-Dokument (alle Wahlen)","Title for access data and welcome PDF":"Titel für das Zugangsdaten- und Begrüßungs-PDF","Topic":"Thema","Two-thirds majority":"Zweidrittelmehrheit","Unsupport":"Unterstützung zurückziehen","Upload":"Hochladen","Upload files":"Dateien hochladen","Use the following custom number":"Verwende die folgende benutzerdefinierte Anzahl","Use these placeholders: {name}, {event_name}, {url}, {username}, {password}. The url referrs to the system url.":"Verwendbare Platzhalter: \\{name\\}, \\{event_name\\}, \\{url\\}, \\{username\\}, \\{password\\}. Die URL bezieht sich auf die System-URL.","Used for QRCode in PDF of access data.":"Wird für QR-Code im Zugangsdaten-PDF verwendet.","Used for WLAN QRCode in PDF of access data.":"Wird für WLAN-QR-Code im Zugangsdaten-PDF verwendet.","Username":"Benutzername","Visibility":"Sichtbarkeit","Visible":"Sichtbar","Voting":"Im Wahlvorgang","Voting and ballot papers":"Abstimmung und Stimmzettel","WEP":"WEP","WLAN encryption":"WLAN-Verschlüsselung","WLAN name (SSID)":"WLAN-Name (SSID)","WLAN password":"WLAN-Passwort","WPA/WPA2":"WPA/WPA2","Web interface header logo":"Web-Interface-Kopfzeilen-Logo","Welcome to OpenSlides":"Willkommen bei OpenSlides","Will be displayed as label before selected recommendation for statute amendments. Use an empty value to disable the recommendation system.":"Wird als Beschriftung vor der ausgewählten Empfehlung von Satzungsänderungsanträgen angezeigt. Verwenden Sie eine leere Eingabe, um das Empfehlungssystem zu deaktivieren.","Will be displayed as label before selected recommendation. Use an empty value to disable the recommendation system.":"Wird als Beschriftung vor der ausgewählten Empfehlung angezeigt. Verwenden Sie eine leere Eingabe, um das Empfehlungssystem zu deaktivieren.","Withdraw":"Zurückziehen","Workflow":"Arbeitsablauf","Workflow of new motions":"Arbeitsablauf für neue Anträge","Workflow of new statute amendments":"Arbeitsablauf für neue Satzungsänderungsanträge","Yes":"Ja","Yes/No":"Ja/Nein","Yes/No per candidate":"Ja/Nein pro Kandidat","Yes/No/Abstain":"Ja/Nein/Enthaltung","Yes/No/Abstain per candidate":"Ja/Nein/Enthaltung pro Kandidat","You are using the history mode of OpenSlides. Changes will not be saved.":"Der Chronik-Modus ist aktiv. Änderungen werden nicht gespeichert.","You can replace the logo by uploading an image and set it as the \"Projector logo\" in \"files\".":"Sie können das Logo austauschen indem Sie ein Bild unter \"Dateien\" hochladen und es als \"Projektor-Logo\" festlegen.","You can use {event_name} as a placeholder.":"Sie können \\{event_name\\} als Platzhalter verwenden.","Your login for {event_name}":"Zugangsdaten für \\{event_name\\}","Your password was resetted successfully!":"Ihr Passwort wurde erfolgreich zurückgesetzt!","[Begin speech] starts the countdown, [End speech] stops the countdown.":"[Rede beginnen] startet den Countdown, [Rede beenden] stoppt den Countdown.","[Place for your welcome and help text.]":"[Platz für Ihren Begrüßungs- und Hilfetext.]","[Space for your welcome text.]":"[Platz für Ihren Begrüßungstext.]","accepted":"angenommen","adjourned":"vertagt","and":"und","by":"von","disabled":"deaktiviert","inline":"innerhalb","needed":"erforderlich","needs review":"benötigt Überprüfung","none":"aus","not concerned":"nicht befasst","not decided":"nicht entschieden","not set":"nicht gesetzt","outside":"außerhalb","permitted":"zugelassen","published":"veröffentlicht","refered to committee":"in Ausschuss verwiesen","rejected":"abgelehnt","rejected (not authorized)":"verworfen (nicht zulässig)","remove submitters":"Antragsteller entfernen","selected":"ausgewählt","submitted":"eingereicht","supporters":"Unterstützer/innen","withdrawed":"zurückgezogen"} \ No newline at end of file +{"%num% emails were send sucessfully.":"{0}um% E-Mails wurden erfolgreich versandt.","A name is required":"Ein Name ist erforderlich","A password is required":"Ein Passwort ist erforderlich","A server error occured. Please contact your system administrator.":"Ein Serverfehler ist aufgetreten. Bitte kontaktieren Sie den Administrator.","About me":"Über mich","Accept":"Annehmen","Acceptance":"Annahme","Accepted":"Angenommen","Activate amendments":"Änderungsanträge aktivieren","Activate statute amendments":"Satzungsänderungsanträge","Active filters":"Aktive Filter","Add me":"Füge mich hinzu","Add/remove groups ...":"Gruppen hinzufügen/entfernen ...","Add/remove submitters":"Antragsteller hinzufügen/entfernen","Add/remove tags":"Schlagwörter hinzufügen/entfernen","Additional columns after the required ones may be present and won't affect the import.":"Zusätzliche Spalten nach den erforderlichen Spalten können vorhanden sein und haben keinen Einfluss auf den Import.","Adjourn":"Vertagen","Adjournment":"Vertagung","Admin":"Admin","After verifiy the preview click on 'import' please (see top right).":"Nach Prüfung der Vorschau klicken Sie bitte auf 'Importieren' (siehe oben rechts).","Agenda":"Tagesordnung","Agenda visibility":"Sichtbarkeit in der Tagesordnung","All casted ballots":"Alle abgegebenen Stimmzettel","All selected files will be deleted!":"Alle ausgewählten Dateien werden gelöscht!","All valid ballots":"Alle gültigen Stimmzettel","All your changes are saved immediately.":"Alle Änderungen werden sofort gespeichert.","Allow access for anonymous guest users":"Erlaube Zugriff für anonyme Gast-Nutzer","Allow to disable versioning":"Erlaubt Versionierung zu deaktiveren","Always Yes-No-Abstain per candidate":"Ja/Nein/Enthaltung pro Kandidat/in","Always Yes/No per candidate":"Ja/Nein pro Kandidat/in","Always one option per candidate":"Eine Stimme pro Kandidat/in","Amendment":"Änderungsantrag","Amendment text":"Änderungsantragstext","Amendment to":"Änderungsantrag zu","Amendments":"Änderungsanträge","An email with a password reset link was send!":"Es wurde eine E-Mail mit einem Link zum Zurücksetzen des Passworts gesendet.","An unknown error occurred.":"Ein unbekannter Fehler ist aufgetreten.","Arabic":"Arabisch","Are you sure you want to delete this vote?":"Soll diese Abstimmung wirklich gelöscht werden?","At least given name or surname have to be filled in. All other fields are optional and may be empty.":"Mindestens der Vorname oder der Nachname müssen angegeben sein. Alle übrigen Felder sind optional und dürfen leer sein.","Attachments":"Anhänge","Automatic assign of method":"Automatische Zuordnung der Methode","Back":"Zurück","Back to login":"Zurück zur Anmeldung","Background color of projector header and footer":"Hintergrundfarbe des Projektor-Kopf- und Fußbereichs","Ballot and ballot papers":"Wahlgang und Stimmzettel","Begin of event":"Beginn der Veranstaltung","Begin speech":"Rede beginnen","CSV import":"CSV-Import","Call list":"Aufrufliste","Called":"Aufgerufen wird","Called with":"Mit aufgerufen werden","Can create motions":"Darf Anträge erstellen","Can manage agenda":"Darf die Tagesordung verwalten","Can manage comments":"Darf Kommentare verwalten","Can manage configuration":"Darf die Konfiguration verwalten","Can manage elections":"Darf Wahlen verwalten","Can manage files":"Darf Dateien verwalten","Can manage list of speakers":"Darf Redelisten verwalten","Can manage logos and fonts":"Darf Logos und Schriften verwalten","Can manage motions":"Darf Anträge verwalten","Can manage tags":"Darf Schlagwörter verwalten","Can manage the chat":"Darf den Chat verwalten","Can manage the projector":"Darf den Projektor steuern","Can manage users":"Darf Benutzer verwalten","Can nominate another participant":"Darf andere Teilnehmende für Wahlen vorschlagen","Can nominate oneself":"Darf selbst für Wahlen kandidieren","Can put oneself on the list of speakers":"Darf sich selbst auf die Redeliste setzen","Can see agenda":"Darf die Tagesordnung sehen","Can see comments":"Darf Kommentare sehen","Can see elections":"Darf Wahlen sehen","Can see extra data of users (e.g. present and comment)":"Darf die zusätzlichen Daten der Benutzer sehen (z. B. anwesend und Kommentar)","Can see hidden files":"Darf versteckte Dateien sehen","Can see internal items and time scheduling of agenda":"Darf interne Einträge und Zeitplan der Tagesordnung sehen","Can see motions":"Darf Anträge sehen","Can see names of users":"Darf die Namen der Benutzer sehen","Can see the front page":"Darf die Startseite sehen","Can see the list of files":"Darf die Dateiliste sehen","Can see the projector":"Darf den Projektor sehen","Can support motions":"Darf Anträge unterstützen","Can upload files":"Darf Dateien hochladen","Can use the chat":"Darf den Chat benutzen","Cancel":"Abbrechen","Categories":"Sachgebiete","Category":"Sachgebiet","Center":"Mittig","Change paragraph":"Absatz ändern","Change password":"Passwort ändern","Change password for":"Passwort ändern für","Change recommendation":"Änderungsempfehlung","Change recommendations":"Änderungsempfehlungen","Changed by":"Bearbeitet von","Changed version":"Geänderte Fassung","Choose 0 to disable the supporting system.":"Zum Deaktivieren des Unterstützersystems '0' eingeben.","Clear all":"Alle löschen","Clear list":"Liste leeren","Close":"Schließen","Close list of speakers":"Redeliste schließen","Collapse all":"Alle zusammenklappen","Color for blanked projector":"Farbe für ausgeblendeten Projektor","Column separator":"Spaltentrenner","Comma separated names will be read as 'Surname, given name(s)'.":"Kommaseparierte Namen werden als 'Nachname, Vorname(n)' interpretiert.","Comment":"Kommentar","Comment fields":"Kommentarfelder","Committees":"Gremien","Complex Workflow":"Komplexer Arbeitsablauf","Confirm new password":"Neues Passwort bestätigen","Copy and paste your participant names in this textbox.":"Kopieren Sie die Name Ihrer Teilnehmer/innen in diese Textbox.","Countdowns":"Countdowns","Couple countdown with the list of speakers":"Countdown mit der Redeliste verkoppeln","Create":"Erstellen","Create new category":"Neues Sachgebiet erstellen","Current browser language":"Aktuelle Browsersprache","Custom number of ballot papers":"Benutzerdefinierte Anzahl von Stimmzetteln","Custom translations":"Benutzerdefinierte Übersetzungen","Czech":"Tschechisch","Dear {name},\n\nthis is your OpenSlides login for the event {event_name}:\n\n {url}\n username: {username}\n password: {password}\n\nThis email was generated automatically.":"Hallo \\{name\\},\n\ndies ist Ihr OpenSlides-Zugang für die Veranstaltung \\{event_name\\}:\n\n \\{url\\}\n Benutzername: \\{username\\}\n Passwort: \\{password\\}\n\nDiese E-Mail wurde automatisch erstellt.","Default":"Standard","Default line numbering":"Voreingestellte Zeilennummerierung","Default method to check whether a candidate has reached the required majority.":"Voreingestellte Methode zur Überprüfung ob ein Kandidate die nötige Mehrheit erreicht hat.","Default method to check whether a motion has reached the required majority.":"Voreingestellte Methode zur Überprüfung ob ein Antrag die nötige Mehrheit erreicht hat.","Default projector":"Standardprojektor","Default text version for change recommendations":"Voreingestellte Fassung für Änderungsempfehlungen","Default visibility for new agenda items (except topics)":"Voreingestellte Sichtbarkeit für neue Tagesordnungspunkte (außer Themen)","Delegates":"Delegierte","Delete":"Löschen","Delete whole history":"Chronik löschen","Deletion":"Streichung","Deselect all":"Alle abwählen","Designates whether this user is in the room.":"Bestimmt, ob dieser Benutzer vor Ort ist.","Designates whether this user should be treated as a committee.":"Legt fest, ob dieser Benutzer als Gremium behandelt werden soll.","Designates whether this user should be treated as active. Unselect this instead of deleting the account.":"Bestimmt, ob dieser Benutzer als aktiv behandelt werden soll. Sie können ihn deaktivieren anstatt ihn zu löschen.","Diff version":"Änderungsdarstellung","Disabled":"Deaktiviert","Disabled (no percents)":"Deaktiviert (keine Prozente)","Display header and footer":"Kopf- und Fußzeile anzeigen","Do not concern":"Nicht befassen","Do not decide":"Nicht entscheiden","Do you want to delete this file?":"Soll diese Datei wirklich gelöscht werden?","Done":"Erledigt","Download CSV example file":"CSV-Beispiel-Datei herunterladen","Drop files into this area OR select files":"Dateien auf diesen Bereich ziehen ODER Dateien auswählen","Duration":"Dauer","Edit":"Bearbeiten","Edit category":"Sachgebiet bearbeiten","Edit comment field:":"Kommentarfeld bearbeiten:","Edit details":"Details bearbeiten","Edit details for":"Details bearbeiten für","Edit profile":"Profil bearbeiten","Edit statute paragraph:":"Satzungsabschnitt bearbeiten:","Edit the whole motion text":"Vollständigen Antragstext bearbeiten","Edit title":"Titel bearbeiten","Edit topic":"Thema bearbeiten","Election method":"Wahlmethode","Elections":"Wahlen","Element":"Element","Email":"E-Mail","Email body":"Nachrichtentext","Email sender":"Absender","Email subject":"Betreff","Empty text field":"Leeres Textfeld","Enable numbering for agenda items":"Nummerierung von Tagesordnungspunkten aktivieren","Enable participant presence view":"Ansicht zur Teilnehmeranwesenheit aktivieren","Enable/disable account ...":"Account ein-/ausschalten ...","Encoding of the file":"Encoding der Datei","End speech":"Rede beenden","English":"Englisch","Enter duration in seconds. Choose 0 to disable warning color.":"Geben Sie die Dauer in Sekunden an. Zum Deaktivieren der Warn-Farbe 0 auswählen.","Enter your email to send the password reset link":"Geben Sie Ihre E-Mail-Adresse ein um eine Link zum Zurücksetzen des Passworts zu erhalten.","Error":"Fehler","Event":"Veranstaltung","Event date":"Veranstaltungszeitraum","Event location":"Veranstaltungsort","Event name":"Veranstaltungsname","Event organizer":"Veranstalter","Exit":"Beenden","Expand all":"Alle ausklappen","Export":"Export","Export ...":"Exportieren ...","Export as CSV":"Exportieren als CSV","File information":"Dateiinformationen","File name":"Dateiname","Files":"Dateien","Filter":"Filter","Filter options":"Filtermöglichkeiten","Filters":"Filter","Final version":"Beschlussfassung","Finished":"Abgeschlossen","Follow recommendation":"Empfehlung folgen","Follow recommendations for all motions":"Empfehlungen für alle Anträge folgen","Font color of projector header and footer":"Schriftfarbe des Projektor-Kopf- und Fußbereichs","Font color of projector headline":"Schriftfarbe der Projektor-Überschrift","Front page text":"Text der Startseite","Front page title":"Titel der Startseite","General":"Allgemein","Generate new passwords":"Neue Passwörter generieren","German":"Deutsch","Given name":"Vorname","Groups":"Gruppen","Groups with read permissions":"Gruppen mit Leseberechtigungen","Groups with write permissions":"Gruppen mit Schreibberechtigungen","Help text for access data and welcome PDF":"Hilfetext für das Zugangsdaten- und Willkommens-PDF","Hidden":"Versteckt","Hidden item":"Versteckter Eintrag","Hide internal items when projecting subitems":"Interne Einträge ausblenden bei der Projektion von Untereinträgen","Hide meta information box on projector":"Meta-Informations-Box auf dem Projektor ausblenden","Hide reason on projector":"Begründung auf dem Projektor ausblenden","Hide recommendation on projector":"Empfehlung auf dem Projektor ausblenden","History":"Chronik","Home":"Startseite","How to create new amendments":"Erstellung von Änderungsanträgen","Identifier":"Bezeichner","Identifier, reason, submitter, category, origin and motion block are optional and may be empty.":"Bezeichner, Begründung, Antragsteller/in, Sachgebiet, Herkunft und Antragsblock sind optional und dürfen leer sein.","Import":"Importieren","Import motions":"Anträge importieren","Import participants":"Teilnehmende importieren","Import topics":"Themen importieren","Include the sequential number in PDF and DOCX":"Laufende Nummer im PDF und DOCX anzeigen","Initial password":"Initiales Passwort","Input format: DD.MM.YYYY HH:MM":"Eingabeformat: TT.MM.JJJJ HH:MM","Insert participants here":"Teilnehmende hier importieren","Insert topics here":"Themen hier importieren","Insertion":"Ergänzung","Installed plugins":"Installierte Plugins","Internal item":"Interner Eintrag","Invalid input.":"Ungültige Eingabe.","Is a committee":"Ist ein Gremium","Is active":"Ist aktiv","Is committee":"Ist Gremium","Is present":"Ist anwesend","Item number":"Tagesordnungspunkt-Nummer","Keep each item in a single line.":"Verwenden Sie eine Zeile pro Eintrag.","Keep each person in a single line.":"Verwenden Sie eine Zeile pro Person.","Last speakers":"Letzte Redner","Left":"Links","Legal notice":"Impressum","License":"Lizenz","Line":"Zeile","Line length":"Zeilenlänge","Line numbering":"Zeilennummerierung","List of speakers":"Redeliste","List of speakers overlay":"Redelisten-Einblendung","Login":"Anmelden","Login as Guest":"Als Gast anmelden","Logout":"Abmelden","Mark speaker":"Redner/in markieren","Motion":"Antrag","Motion block":"Antragsblock","Motion blocks":"Antragsblöcke","Motion deleted":"Antrag gelöscht","Motion has been imported":"Antrag wurde importiert","Motion log":"Antragsverlauf","Motion preamble":"Antragseinleitung","Motion text":"Antragstext","Motion updated":"Antrag aktualisiert","Motion will be imported":"Antrag wird importiert","Motion(s) will be imported.":"Anträge werden importieren.","Motions":"Anträge","Motions have been imported.":"Anträge wurden importiert.","Move to agenda item":"Zu TOP verschieben","Multiselect":"Mehrfachauswahl","Name":"Name","Name of recommender":"Name des Empfehlungsgebers","Name of recommender for statute amendments":"Name des Empfehlungsgebers für Satzungsänderungsanträge","Needs review":"Benötigt Review","New Projector":"Neuer Projektor","New amendment":"Neuer Änderungsantrag","New comment field":"Neues Kommentarfeld","New file name":"Neuer Dateiname","New group name":"Neuer Gruppenname","New motion":"Neuer Antrag","New motion block":"Neuer Antragsblock","New participant":"Neue/r Teilnehmer/in","New password":"Neues Passwort","New statute paragraph":"Neuer Satzungsabschnitt","New tag name":"Neues Schlagwort","New topic":"Neues Thema","New vote":"Neue Abstimmung","Next":"Weiter","No change recommendations yet":"Bisher keine Änderungsempfehlungen","No changes at the text.":"Keine Änderung am Text.","No comment":"Kein Kommentar","No concernment":"Nichtbefassung","No decision":"Keine Entscheidung","No emails were send.":"Es wurden keine E-Mails versandt.","No encryption":"Keine Verschlüsselung","No groups selected":"Keine Gruppen ausgewählt","No information available":"Keine Informationen verfügbar","No personal note":"Keine persönliche Notiz","No search result found for":"Keine Suchergebnisse gefunden für","No statute paragraphs":"Keine Satzungsabschnitte vorhanden","None":"aus","Note: You have to reject all change recommendations if the plenum does not follow the recommendation. This does not affect amendments.":"Wichtig: Sie müssen alle Änderungsempfehlungen ablehnen, wenn das Plenum der Empfehlung nicht folgt. Dies betrifft jedoch nicht die Änderungsanträge.","Number of (minimum) required supporters for a motion":"Mindestanzahl erforderlicher Unterstützer/innen für einen Antrag","Number of all delegates":"Anzahl aller Delegierten","Number of all participants":"Anzahl aller Teilnehmenden","Number of ballot papers (selection)":"Anzahl der Stimmzettel (Vorauswahl)","Number of last speakers to be shown on the projector":"Anzahl der dargestellten letzten Redner/innen auf dem Projektor","Number set":"Nummer gesetzt","Numbered per category":"Pro Sachgebiet nummerieren","Numbering":"Nummerierung","Numbering prefix for agenda items":"Präfix für Nummerierung von Tagesordnungspunkten","Numeral system for agenda items":"Nummerierungssystem für Tagesordnungspunkte","OK":"OK","Offline mode: You can use OpenSlides but changes are not saved.":"Offlinemodus: Sie können OpenSlides weiter nutzen, aber Änderungen werden nicht gespeichert.","Old password":"Altes Passwort","One email was send sucessfully.":"Eine E-Mail wurde erfolgreich versandt.","Only for internal notes.":"Nur für interne Notizen.","Open":"Öffnen","Open list of speakers":"Redeliste öffnen","Origin":"Herkunft","Original version":"Originalfassung","PDF":"PDF","PDF ballot paper logo":"PDF-Stimmzettel-Logo","PDF footer logo (left)":"PDF-Logo Fußzeile (links)","PDF footer logo (right)":"PDF-Logo Fußzeile (rechts)","PDF header logo (left)":"PDF-Logo Kopfzeile (links)","PDF header logo (right)":"PDF-Logo Kopfzeile (rechts)","Page number alignment in PDF":"Seitenzahl-Ausrichtung im PDF","Paragraph-based, Diff-enabled":"Absatzbasiert mit Änderungsdarstellung","Parallel upload":"Parallel hochladen","Parent item":"Elternelement","Participant has been imported":"Teilnehmer/in wurde importiert","Participant number":"Teilnehmernummer","Participant will be imported":"Teilnehmer/in wird importiert","Participant(s) will be imported.":"Teilnehmende werden importiert.","Participants":"Teilnehmende","Participants have been imported.":"Teilnehmende wurden importiert.","Paste/write your topics in this textbox.":"Kopieren oder schreiben Sie die Titel Ihrer Themenpunkte in diese Textbox.","Permission":"Zulassung","Permissions":"Berechtigungen","Permit":"Zulassen","Personal note":"Persönliche Notiz","Please enter a valid email address":"Bitte geben Sie einen neuen Namen ein für","Please enter your new password":"Bitte geben Sie Ihr neues Passwort ein","Please fill in all required values":"Bitte füllen Sie alle erforderlichen Felder aus.","Preamble text for PDF and DOCX documents (all motions)":"Einleitungstext für PDF- und DOCX-Dokumente (alle Anträge) ","Preamble text for PDF document (all elections)":"Einleitungstext für PDF-Dokument (alle Wahlen) ","Predefined seconds of new countdowns":"Vorgegebene Sekunden für neue Countdowns","Prefix":"Präfix","Prefix for the identifier for amendments":"Präfix für den Bezeichner von Änderungsanträgen","Present":"Anwesend","Presentation and assembly system":"Präsentations- und Versammlungssystem","Preview":"Vorschau","Print ballot papers":"Stimmzettel drucken","Privacy Policy":"Datenschutzerklärung","Privacy policy":"Datenschutzerklärung","Project":"Projizieren","Projector":"Projektor","Projector header image":"Projektor-Kopfgrafik","Projector language":"Projektorsprache","Projector logo":"Projektor-Logo","Projector messages":"Projektor-Mitteilungen","Projectors":"Projektoren","Public":"Öffentlich","Public item":"Öffentlicher Eintrag","Put all candidates on the list of speakers":"Alle Kandidaten auf die Redeliste setzen","Reason":"Begründung","Recommendation":"Empfehlung","Recommendation set to {arg1}":"Empfehlung gesetzt auf \\{arg1\\}","Refer to committee":"In Ausschuss verweisen","Referral to committee":"Verweisung in Ausschuss","Reject":"Ablehnen","Reject (not authorized)":"Verwerfen (nicht zulässig)","Rejected":"Abgelehnt","Rejection":"Ablehnung","Rejection (not authorized)":"Verwerfung (nicht berechtigt)","Remove":"Entfernen","Remove all supporters of a motion if a submitter edits his motion in early state":"Entferne alle Unterstützer/innen eines Antrags, wenn ein Antragsteller/in den Antrag im Anfangsstadium bearbeitet","Remove from motion block":"Vom Antragsblock entfernen ","Remove me":"Entferne mich","Replacement":"Ersetzung","Required":"Erforderlich","Required comma or semicolon separated values with these column header names in the first row:":"Erforderliche Komma- oder Semikolon-separierte Werte mit diesen Spaltennamen in der ersten Zeile:","Required majority":"Erforderliche Mehrheit","Reset":"Zurücksetzen","Reset password":"Passwort zurücksetzen","Reset recommendation":"Empfehlung zurücksetzen","Reset state":"Status zurücksetzen","Right":"Rechts","Roman":"Römisch","Save":"Speichern","Search":"Suche","Search player":"Spieler suchen","Search results":"Suchergebnisse","Searching for candidates":"Auf Kandidatensuche","Select all":"Alle auswählen","Select file":"Datei auswählen","Select or search new speaker ...":"Redner/in auswählen oder suchen ...","Select or search new submitter ...":"Antragsteller/in auswählen oder suchen ...","Select paragraph":"Absatz auswählen","Selected values":"Ausgewählte Werte","Send invitation email":"Einladungs-E-Mail senden","Separator used for all csv exports and examples":"Feldtrenner für alle CSV-Exporte und -Beispiele","Sequential number":"Laufende Nummer","Serially numbered":"fortlaufend nummerieren","Set category":"Sachgebiet setzen","Set committee ...":"Gremium setzen ...","Set hidden":"Versteckt setzen","Set internal":"Intern setzen","Set it manually":"manuell setzen","Set motion block":"Antragsblock setzen","Set presence ...":"Anwesenheit setzen ...","Set public":"Öffentlich setzen","Set recommendation":"Empfehlung setzen","Set status":"Status setzen","Settings":"Einstellungen","Short description of event":"Kurzbeschreibung der Veranstaltung","Show all":"Alle anzeigen","Show amendments together with motions":"Änderungsanträge zusätzlich in der Hauptantragsübersicht anzeigen","Show correct entries":"Korrekte Einträge anzeigen","Show correct entries only":"Nur korrekte Einträge anzeigen","Show entire motion text":"Vollständigen Antragstext anzeigen","Show errors only":"Nur fehlerhafte Einträge anzeigen","Show logo on projector":"Logo auf dem Projektor anzeigen","Show motion log":"Antragsverlauf anzeigen","Show orange countdown in the last x seconds of speaking time":"Countdown in den letzten x Sekunden der Redezeit orange darstellen","Show password":"Passwort anzeigen","Show the clock on projector":"Uhr auf dem Projektor anzeigen","Show this text on the login page":"Diesen Text auf der Login-Seite anzeigen","Show title and description of event on projector":"Titel und Kurzbeschreibung der Veranstaltung auf dem Projektor anzeigen","Simple Workflow":"Einfacher Arbeitsablauf","Simple majority":"Einfache Mehrheit","Slide options":"Folienoptionen","Sort":"Sortieren","Sort ...":"Sortieren ...","Sort categories by":"Sachgebiete sortieren nach","Sort name of participants by":"Namen der Teilnehmenden sortieren nach","Special values":"Spezielle Werte","Staff":"Mitarbeitende","Standard font size in PDF":"Standard-Schriftgröße im PDF","Start":"Start","Start time":"Startzeit","State":"Status","State set to {arg1}":"Status gesetzt auf \\{arg1\\}","Statute":"Satzung","Statute amendment":"Satzungsänderungsantrag","Statute amendment for":"Satzungsänderungsantrag zu","Statute paragraph":"Satzungsabschnitt","Stop":"Stopp","Stop submitting new motions by non-staff users":"Einreichen von neuen Anträgen stoppen für Nutzer ohne Verwaltungsrechte","Structure level":"Gliederungsebene","Submitter":"Antragsteller/in","Submitters":"Antragsteller/in","Submitters changed":"Antragsteller/in geändert","Summary of changes":"Zusammenfassung der Änderungen","Support":"Unterstützen","Supporters":"Unterstützer/innen","Supporters changed":"Unterstützer/innen geändert","Surname":"Nachname","System":"System","System URL":"System-URL","Tags":"Schlagwörter","Text":"Text","Text import":"Textimport","Text separator":"Texttrenner","The 100 % base of a voting result consists of":"Die 100%-Basis eines Abstimmungsergebnisses besteht aus","The 100-%-base of an election result consists of":"Die 100%-Basis eines Wahlergebnisses besteht aus","The assembly may decide:":"Die Versammlung möge beschließen:","The event manager hasn't set up a privacy policy yet.":"Der Veranstalter hat noch keine Datenschutzerklärung hinterlegt.","The file has too few columns to be parsed properly.":"Die Datei enthält zu wenige Spalten, um richtig verwendet zu werden.","The file seems to have additional columns. They will be ignored.":"Die Datei scheint zusätzliche Spalten zu haben. Diese werden ignoriert.","The file seems to have some ommitted columns. They will be considered empty.":"Die Datei scheint einige ausgelassene Spalten zu haben. Sie werden als leer betrachtet.","The link is broken. Please contact your system administrator.":"Der Link ist defekt. Bitte kontaktieren Sie den zuständigen Administrator.","The maximum number of characters per line. Relevant when line numbering is enabled. Min: 40":"Die maximale Zeichenanzahl pro Zeile. Relevant, wenn die Zeilennummerierung eingeschaltet ist. Minimum: 40.","The server could not be reached.":"Der Server konnte nicht erreicht werden.","The server didn't respond.":"Der Server antwortet nicht.","The title of the motion is always applied.":"Der Antragstitel wird immer übernommen.","The user %user% has no email, so the invitation email could not be send.":"{0}ser% besitzt keine E-Mail-Adresse; eine E-Mail konnte daher nicht gesendet werden.","The users %user% have no email, so the invitation emails could not be send.":"{0}ser% besitzen keine E-Mail-Adressen; E-Mails konnte daher nicht gesendet werden.","This change collides with another one.":"Diese Änderung kollidiert mit einer anderen.","This element does not exist at this time.":"Dieses Element existiert nicht zu diesem Zeitpunkt.","This prefix will be set if you run the automatic agenda numbering.":"Dieses Präfix wird gesetzt, wenn die automatische Nummerierung der Tagesordnung durchgeführt wird.","This will add or remove the following submitters for all selected motions:":"Folgende Antragsteller werden für die ausgewählten Anträge hinzugefügt oder entfernt:","This will add or remove the following tags for all selected motions:":"Folgende Schlagwörter werden für die ausgewählten Anträge hinzugefügt oder entfernt:","This will delete all selected motions.":"Alle ausgewählten Anträge werden gelöscht.","This will move all selected motions as childs to:":"Alle ausgewählten Anträge werden unterhalb des folgenden Tagesordnungspunktes verschoben:","This will set the following category for all selected motions:":"Folgendes Sachgebiet wird für alle ausgewählten Anträge gesetzt:","This will set the following motion block for all selected motions:":"Folgender Antragsblock wird für alle ausgewählten Anträgen gesetzt:","This will set the following recommendation for all selected motions:":"Folgende Empfehlung wird für alle ausgewählten Anträge gesetzt:","This will set the following state for all selected motions:":"Folgender Status wird für alle ausgewählten Anträge gesetzt:","Three-quarters majority":"Dreiviertelmehrheit","Timestamp":"Zeitstempel","Title":"Titel","Title for PDF and DOCX documents (all motions)":"Titel für PDF- und DOCX-Dokumente (alle Anträge) ","Title for PDF document (all elections)":"Titel für PDF-Dokument (alle Wahlen)","Title for access data and welcome PDF":"Titel für das Zugangsdaten- und Begrüßungs-PDF","Title is required. All other fields are optional and may be empty.":"Titel ist erforderlich. Alle übrigen Felder sind optional und dürfen leer sein.","Topic":"Thema","Topic has been imported":"Thema wurde importiert","Topic will be imported":"Thema wird importiert","Topics have been imported.":"Themen wurden importiert.","Topics(s) will be imported.":"Themen werden importiert.","Two-thirds majority":"Zweidrittelmehrheit","Type":"Typ","Unsupport":"Unterstützung zurückziehen","Upload":"Hochladen","Upload files":"Dateien hochladen","Use the following custom number":"Verwende die folgende benutzerdefinierte Anzahl","Use these placeholders: {name}, {event_name}, {url}, {username}, {password}. The url referrs to the system url.":"Verwendbare Platzhalter: \\{name\\}, \\{event_name\\}, \\{url\\}, \\{username\\}, \\{password\\}. Die URL bezieht sich auf die System-URL.","Used for QRCode in PDF of access data.":"Wird für QR-Code im Zugangsdaten-PDF verwendet.","Used for WLAN QRCode in PDF of access data.":"Wird für WLAN-QR-Code im Zugangsdaten-PDF verwendet.","Username":"Benutzername","Visibility":"Sichtbarkeit","Visible":"Sichtbar","Vote created":"Abstimmung erstellt","Vote deleted":"Abstimmung gelöscht","Vote updated":"Abstimmung aktualisiert","Voting":"Im Wahlvorgang","Voting and ballot papers":"Abstimmung und Stimmzettel","Voting result":"Abstimmungsergebnis","WEP":"WEP","WLAN encryption":"WLAN-Verschlüsselung","WLAN name (SSID)":"WLAN-Name (SSID)","WLAN password":"WLAN-Passwort","WPA/WPA2":"WPA/WPA2","Web interface header logo":"Web-Interface-Kopfzeilen-Logo","Welcome to OpenSlides":"Willkommen bei OpenSlides","Will be displayed as label before selected recommendation for statute amendments. Use an empty value to disable the recommendation system.":"Wird als Beschriftung vor der ausgewählten Empfehlung von Satzungsänderungsanträgen angezeigt. Verwenden Sie eine leere Eingabe, um das Empfehlungssystem zu deaktivieren.","Will be displayed as label before selected recommendation. Use an empty value to disable the recommendation system.":"Wird als Beschriftung vor der ausgewählten Empfehlung angezeigt. Verwenden Sie eine leere Eingabe, um das Empfehlungssystem zu deaktivieren.","Withdraw":"Zurückziehen","Workflow":"Arbeitsablauf","Workflow of new motions":"Arbeitsablauf für neue Anträge","Workflow of new statute amendments":"Arbeitsablauf für neue Satzungsänderungsanträge","Wrong file type detected. Import failed.":"Falscher Dateityp erkannt. Import fehlgeschlagen.","Yes":"Ja","Yes/No":"Ja/Nein","Yes/No per candidate":"Ja/Nein pro Kandidat","Yes/No/Abstain":"Ja/Nein/Enthaltung","Yes/No/Abstain per candidate":"Ja/Nein/Enthaltung pro Kandidat","You are not supposed to be here...":"Sie sollten nicht hier sein ...","You are using the history mode of OpenSlides. Changes will not be saved.":"Der Chronik-Modus ist aktiv. Änderungen werden nicht gespeichert.","You can replace the logo by uploading an image and set it as the \"Projector logo\" in \"files\".":"Sie können das Logo austauschen indem Sie ein Bild unter \"Dateien\" hochladen und es als \"Projektor-Logo\" festlegen.","You can use {event_name} as a placeholder.":"Sie können \\{event_name\\} als Platzhalter verwenden.","You override the personally set password!":"Sie überschreiben hiermit das persönlich gesetzte Passwort!","Your login for {event_name}":"Zugangsdaten für \\{event_name\\}","Your password was resetted successfully!":"Ihr Passwort wurde erfolgreich zurückgesetzt!","[Begin speech] starts the countdown, [End speech] stops the countdown.":"[Rede beginnen] startet den Countdown, [Rede beenden] stoppt den Countdown.","[Place for your welcome and help text.]":"[Platz für Ihren Begrüßungs- und Hilfetext.]","[Space for your welcome text.]":"[Platz für Ihren Begrüßungstext.]","accepted":"angenommen","adjourned":"vertagt","and":"und","by":"von","contribution":"Wortmeldung","disabled":"deaktiviert","entries will be ommitted.":"Einträge werden ausgelassen. ","errors":"Fehler","inline":"innerhalb","majority":"Mehrheit","motions-example":"Anträge-Beispiel","needed":"erforderlich","needs review":"benötigt Überprüfung","none":"aus","not concerned":"nicht befasst","not decided":"nicht entschieden","not reached.":"nicht erreicht.","not set":"nicht gesetzt","of":"von","outside":"außerhalb","participants-example":"Teilnehmende-Beispiel","permitted":"zugelassen","published":"veröffentlicht","reached.":"erreicht.","refered to committee":"in Ausschuss verwiesen","rejected":"abgelehnt","rejected (not authorized)":"verworfen (nicht zulässig)","result":"Ergebnis","results":"Ergebnisse","selected":"ausgewählt","submitted":"eingereicht","supporters":"Unterstützer/innen","undocumented":"nicht erfasst","withdrawed":"zurückgezogen"} \ No newline at end of file diff --git a/client/src/assets/i18n/de.po b/client/src/assets/i18n/de.po index 255e89ac8..35e0eeabe 100644 --- a/client/src/assets/i18n/de.po +++ b/client/src/assets/i18n/de.po @@ -1,9 +1,9 @@ # Translators: -# Emanuel Schütze , 2018 +# Emanuel Schütze , 2019 # msgid "" msgstr "" -"Last-Translator: Emanuel Schütze , 2018\n" +"Last-Translator: Emanuel Schütze , 2019\n" "Language-Team: German (https://www.transifex.com/openslides/teams/14270/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -42,17 +42,27 @@ msgstr "Änderungsanträge aktivieren" msgid "Activate statute amendments" msgstr "Satzungsänderungsanträge" -msgid "Add groups" -msgstr "Gruppen hinzufügen" +msgid "Active filters" +msgstr "Aktive Filter" msgid "Add me" msgstr "Füge mich hinzu" -msgid "Add submitters" -msgstr "Antragsteller hinzufügen" +msgid "Add/remove groups ..." +msgstr "Gruppen hinzufügen/entfernen ..." -msgid "Add tags" -msgstr "Schlagwörter hinzufügen" +msgid "Add/remove submitters" +msgstr "Antragsteller hinzufügen/entfernen" + +msgid "Add/remove tags" +msgstr "Schlagwörter hinzufügen/entfernen" + +msgid "" +"Additional columns after the required ones may be present and won't affect " +"the import." +msgstr "" +"Zusätzliche Spalten nach den erforderlichen Spalten können vorhanden sein " +"und haben keinen Einfluss auf den Import." msgid "Adjourn" msgstr "Vertagen" @@ -63,6 +73,11 @@ msgstr "Vertagung" msgid "Admin" msgstr "Admin" +msgid "After verifiy the preview click on 'import' please (see top right)." +msgstr "" +"Nach Prüfung der Vorschau klicken Sie bitte auf 'Importieren' (siehe oben " +"rechts)." + msgid "Agenda" msgstr "Tagesordnung" @@ -118,6 +133,16 @@ msgstr "Ein unbekannter Fehler ist aufgetreten." msgid "Arabic" msgstr "Arabisch" +msgid "Are you sure you want to delete this vote?" +msgstr "Soll diese Abstimmung wirklich gelöscht werden?" + +msgid "" +"At least given name or surname have to be filled in. All other fields are " +"optional and may be empty." +msgstr "" +"Mindestens der Vorname oder der Nachname müssen angegeben sein. Alle übrigen" +" Felder sind optional und dürfen leer sein." + msgid "Attachments" msgstr "Anhänge" @@ -142,6 +167,9 @@ msgstr "Beginn der Veranstaltung" msgid "Begin speech" msgstr "Rede beginnen" +msgid "CSV import" +msgstr "CSV-Import" + msgid "Call list" msgstr "Aufrufliste" @@ -261,30 +289,49 @@ msgstr "Absatz ändern" msgid "Change password" msgstr "Passwort ändern" +msgid "Change password for" +msgstr "Passwort ändern für" + msgid "Change recommendation" msgstr "Änderungsempfehlung" msgid "Change recommendations" msgstr "Änderungsempfehlungen" +msgid "Changed by" +msgstr "Bearbeitet von" + msgid "Changed version" msgstr "Geänderte Fassung" msgid "Choose 0 to disable the supporting system." msgstr "Zum Deaktivieren des Unterstützersystems '0' eingeben." +msgid "Clear all" +msgstr "Alle löschen" + msgid "Clear list" msgstr "Liste leeren" msgid "Close" msgstr "Schließen" +msgid "Close list of speakers" +msgstr "Redeliste schließen" + msgid "Collapse all" msgstr "Alle zusammenklappen" msgid "Color for blanked projector" msgstr "Farbe für ausgeblendeten Projektor" +msgid "Column separator" +msgstr "Spaltentrenner" + +msgid "Comma separated names will be read as 'Surname, given name(s)'." +msgstr "" +"Kommaseparierte Namen werden als 'Nachname, Vorname(n)' interpretiert." + msgid "Comment" msgstr "Kommentar" @@ -297,8 +344,14 @@ msgstr "Gremien" msgid "Complex Workflow" msgstr "Komplexer Arbeitsablauf" -msgid "Content" -msgstr "Inhalt" +msgid "Confirm new password" +msgstr "Neues Passwort bestätigen" + +msgid "Copy and paste your participant names in this textbox." +msgstr "Kopieren Sie die Name Ihrer Teilnehmer/innen in diese Textbox." + +msgid "Countdowns" +msgstr "Countdowns" msgid "Couple countdown with the list of speakers" msgstr "Countdown mit der Redeliste verkoppeln" @@ -380,6 +433,12 @@ msgstr "Löschen" msgid "Delete whole history" msgstr "Chronik löschen" +msgid "Deletion" +msgstr "Streichung" + +msgid "Deselect all" +msgstr "Alle abwählen" + msgid "Designates whether this user is in the room." msgstr "Bestimmt, ob dieser Benutzer vor Ort ist." @@ -414,18 +473,33 @@ msgstr "Nicht entscheiden" msgid "Do you want to delete this file?" msgstr "Soll diese Datei wirklich gelöscht werden?" +msgid "Done" +msgstr "Erledigt" + +msgid "Download CSV example file" +msgstr "CSV-Beispiel-Datei herunterladen" + msgid "Drop files into this area OR select files" msgstr "Dateien auf diesen Bereich ziehen ODER Dateien auswählen" +msgid "Duration" +msgstr "Dauer" + msgid "Edit" msgstr "Bearbeiten" -msgid "Edit category:" -msgstr "Sachgebiet bearbeiten:" +msgid "Edit category" +msgstr "Sachgebiet bearbeiten" msgid "Edit comment field:" msgstr "Kommentarfeld bearbeiten:" +msgid "Edit details" +msgstr "Details bearbeiten" + +msgid "Edit details for" +msgstr "Details bearbeiten für" + msgid "Edit profile" msgstr "Profil bearbeiten" @@ -435,12 +509,21 @@ msgstr "Satzungsabschnitt bearbeiten:" msgid "Edit the whole motion text" msgstr "Vollständigen Antragstext bearbeiten" +msgid "Edit title" +msgstr "Titel bearbeiten" + +msgid "Edit topic" +msgstr "Thema bearbeiten" + msgid "Election method" msgstr "Wahlmethode" msgid "Elections" msgstr "Wahlen" +msgid "Element" +msgstr "Element" + msgid "Email" msgstr "E-Mail" @@ -462,6 +545,12 @@ msgstr "Nummerierung von Tagesordnungspunkten aktivieren" msgid "Enable participant presence view" msgstr "Ansicht zur Teilnehmeranwesenheit aktivieren" +msgid "Enable/disable account ..." +msgstr "Account ein-/ausschalten ..." + +msgid "Encoding of the file" +msgstr "Encoding der Datei" + msgid "End speech" msgstr "Rede beenden" @@ -499,9 +588,6 @@ msgstr "Veranstalter" msgid "Exit" msgstr "Beenden" -msgid "Exit multiselect" -msgstr "Mehrfachauswahl beenden" - msgid "Expand all" msgstr "Alle ausklappen" @@ -514,9 +600,6 @@ msgstr "Exportieren ..." msgid "Export as CSV" msgstr "Exportieren als CSV" -msgid "FILTER" -msgstr "FILTER" - msgid "File information" msgstr "Dateiinformationen" @@ -526,12 +609,27 @@ msgstr "Dateiname" msgid "Files" msgstr "Dateien" +msgid "Filter" +msgstr "Filter" + +msgid "Filter options" +msgstr "Filtermöglichkeiten" + +msgid "Filters" +msgstr "Filter" + msgid "Final version" msgstr "Beschlussfassung" msgid "Finished" msgstr "Abgeschlossen" +msgid "Follow recommendation" +msgstr "Empfehlung folgen" + +msgid "Follow recommendations for all motions" +msgstr "Empfehlungen für alle Anträge folgen" + msgid "Font color of projector header and footer" msgstr "Schriftfarbe des Projektor-Kopf- und Fußbereichs" @@ -598,8 +696,24 @@ msgstr "Erstellung von Änderungsanträgen" msgid "Identifier" msgstr "Bezeichner" -msgid "Import ..." -msgstr "Importieren ..." +msgid "" +"Identifier, reason, submitter, category, origin and motion block are " +"optional and may be empty." +msgstr "" +"Bezeichner, Begründung, Antragsteller/in, Sachgebiet, Herkunft und " +"Antragsblock sind optional und dürfen leer sein." + +msgid "Import" +msgstr "Importieren" + +msgid "Import motions" +msgstr "Anträge importieren" + +msgid "Import participants" +msgstr "Teilnehmende importieren" + +msgid "Import topics" +msgstr "Themen importieren" msgid "Include the sequential number in PDF and DOCX" msgstr "Laufende Nummer im PDF und DOCX anzeigen" @@ -610,6 +724,15 @@ msgstr "Initiales Passwort" msgid "Input format: DD.MM.YYYY HH:MM" msgstr "Eingabeformat: TT.MM.JJJJ HH:MM" +msgid "Insert participants here" +msgstr "Teilnehmende hier importieren" + +msgid "Insert topics here" +msgstr "Themen hier importieren" + +msgid "Insertion" +msgstr "Ergänzung" + msgid "Installed plugins" msgstr "Installierte Plugins" @@ -628,18 +751,18 @@ msgstr "Ist aktiv" msgid "Is committee" msgstr "Ist Gremium" -msgid "Is inactive" -msgstr "Ist inaktiv" - -msgid "Is no committee" -msgstr "Ist kein Gremium" - -msgid "Is not present" -msgstr "Ist nicht anwesend" - msgid "Is present" msgstr "Ist anwesend" +msgid "Item number" +msgstr "Tagesordnungspunkt-Nummer" + +msgid "Keep each item in a single line." +msgstr "Verwenden Sie eine Zeile pro Eintrag." + +msgid "Keep each person in a single line." +msgstr "Verwenden Sie eine Zeile pro Person." + msgid "Last speakers" msgstr "Letzte Redner" @@ -679,21 +802,45 @@ msgstr "Abmelden" msgid "Mark speaker" msgstr "Redner/in markieren" -msgid "Meta information" -msgstr "Metainformationen" - msgid "Motion" msgstr "Antrag" msgid "Motion block" msgstr "Antragsblock" +msgid "Motion blocks" +msgstr "Antragsblöcke" + +msgid "Motion deleted" +msgstr "Antrag gelöscht" + +msgid "Motion has been imported" +msgstr "Antrag wurde importiert" + +msgid "Motion log" +msgstr "Antragsverlauf" + msgid "Motion preamble" msgstr "Antragseinleitung" +msgid "Motion text" +msgstr "Antragstext" + +msgid "Motion updated" +msgstr "Antrag aktualisiert" + +msgid "Motion will be imported" +msgstr "Antrag wird importiert" + +msgid "Motion(s) will be imported." +msgstr "Anträge werden importieren." + msgid "Motions" msgstr "Anträge" +msgid "Motions have been imported." +msgstr "Anträge wurden importiert." + msgid "Move to agenda item" msgstr "Zu TOP verschieben" @@ -712,8 +859,8 @@ msgstr "Name des Empfehlungsgebers für Satzungsänderungsanträge" msgid "Needs review" msgstr "Benötigt Review" -msgid "New" -msgstr "Neu" +msgid "New Projector" +msgstr "Neuer Projektor" msgid "New amendment" msgstr "Neuer Änderungsantrag" @@ -730,6 +877,12 @@ msgstr "Neuer Gruppenname" msgid "New motion" msgstr "Neuer Antrag" +msgid "New motion block" +msgstr "Neuer Antragsblock" + +msgid "New participant" +msgstr "Neue/r Teilnehmer/in" + msgid "New password" msgstr "Neues Passwort" @@ -739,6 +892,12 @@ msgstr "Neuer Satzungsabschnitt" msgid "New tag name" msgstr "Neues Schlagwort" +msgid "New topic" +msgstr "Neues Thema" + +msgid "New vote" +msgstr "Neue Abstimmung" + msgid "Next" msgstr "Weiter" @@ -748,9 +907,6 @@ msgstr "Bisher keine Änderungsempfehlungen" msgid "No changes at the text." msgstr "Keine Änderung am Text." -msgid "No choices available" -msgstr "Keine Auswahl vorhanden" - msgid "No comment" msgstr "Kein Kommentar" @@ -775,6 +931,9 @@ msgstr "Keine Informationen verfügbar" msgid "No personal note" msgstr "Keine persönliche Notiz" +msgid "No search result found for" +msgstr "Keine Suchergebnisse gefunden für" + msgid "No statute paragraphs" msgstr "Keine Satzungsabschnitte vorhanden" @@ -803,9 +962,15 @@ msgstr "Anzahl der Stimmzettel (Vorauswahl)" msgid "Number of last speakers to be shown on the projector" msgstr "Anzahl der dargestellten letzten Redner/innen auf dem Projektor" +msgid "Number set" +msgstr "Nummer gesetzt" + msgid "Numbered per category" msgstr "Pro Sachgebiet nummerieren" +msgid "Numbering" +msgstr "Nummerierung" + msgid "Numbering prefix for agenda items" msgstr "Präfix für Nummerierung von Tagesordnungspunkten" @@ -820,8 +985,8 @@ msgstr "" "Offlinemodus: Sie können OpenSlides weiter nutzen, aber Änderungen werden " "nicht gespeichert." -msgid "Ok" -msgstr "Ok" +msgid "Old password" +msgstr "Altes Passwort" msgid "One email was send sucessfully." msgstr "Eine E-Mail wurde erfolgreich versandt." @@ -832,6 +997,9 @@ msgstr "Nur für interne Notizen." msgid "Open" msgstr "Öffnen" +msgid "Open list of speakers" +msgstr "Redeliste öffnen" + msgid "Origin" msgstr "Herkunft" @@ -865,12 +1033,31 @@ msgstr "Absatzbasiert mit Änderungsdarstellung" msgid "Parallel upload" msgstr "Parallel hochladen" +msgid "Parent item" +msgstr "Elternelement" + +msgid "Participant has been imported" +msgstr "Teilnehmer/in wurde importiert" + msgid "Participant number" msgstr "Teilnehmernummer" +msgid "Participant will be imported" +msgstr "Teilnehmer/in wird importiert" + +msgid "Participant(s) will be imported." +msgstr "Teilnehmende werden importiert." + msgid "Participants" msgstr "Teilnehmende" +msgid "Participants have been imported." +msgstr "Teilnehmende wurden importiert." + +msgid "Paste/write your topics in this textbox." +msgstr "" +"Kopieren oder schreiben Sie die Titel Ihrer Themenpunkte in diese Textbox." + msgid "Permission" msgstr "Zulassung" @@ -889,6 +1076,9 @@ msgstr "Bitte geben Sie einen neuen Namen ein für" msgid "Please enter your new password" msgstr "Bitte geben Sie Ihr neues Passwort ein" +msgid "Please fill in all required values" +msgstr "Bitte füllen Sie alle erforderlichen Felder aus." + msgid "Preamble text for PDF and DOCX documents (all motions)" msgstr "Einleitungstext für PDF- und DOCX-Dokumente (alle Anträge) " @@ -910,6 +1100,12 @@ msgstr "Anwesend" msgid "Presentation and assembly system" msgstr "Präsentations- und Versammlungssystem" +msgid "Preview" +msgstr "Vorschau" + +msgid "Print ballot papers" +msgstr "Stimmzettel drucken" + msgid "Privacy Policy" msgstr "Datenschutzerklärung" @@ -931,6 +1127,12 @@ msgstr "Projektorsprache" msgid "Projector logo" msgstr "Projektor-Logo" +msgid "Projector messages" +msgstr "Projektor-Mitteilungen" + +msgid "Projectors" +msgstr "Projektoren" + msgid "Public" msgstr "Öffentlich" @@ -946,6 +1148,9 @@ msgstr "Begründung" msgid "Recommendation" msgstr "Empfehlung" +msgid "Recommendation set to {arg1}" +msgstr "Empfehlung gesetzt auf {arg1}" + msgid "Refer to committee" msgstr "In Ausschuss verweisen" @@ -977,21 +1182,31 @@ msgstr "" "Entferne alle Unterstützer/innen eines Antrags, wenn ein Antragsteller/in " "den Antrag im Anfangsstadium bearbeitet" -msgid "Remove groups" -msgstr "Gruppen entfernen" +msgid "Remove from motion block" +msgstr "Vom Antragsblock entfernen " msgid "Remove me" msgstr "Entferne mich" -msgid "Remove tags" -msgstr "Schlagwörter entfernen" +msgid "Replacement" +msgstr "Ersetzung" msgid "Required" msgstr "Erforderlich" +msgid "" +"Required comma or semicolon separated values with these column header names " +"in the first row:" +msgstr "" +"Erforderliche Komma- oder Semikolon-separierte Werte mit diesen Spaltennamen" +" in der ersten Zeile:" + msgid "Required majority" msgstr "Erforderliche Mehrheit" +msgid "Reset" +msgstr "Zurücksetzen" + msgid "Reset password" msgstr "Passwort zurücksetzen" @@ -1007,18 +1222,33 @@ msgstr "Rechts" msgid "Roman" msgstr "Römisch" -msgid "SORT" -msgstr "SORTIEREN" - msgid "Save" msgstr "Speichern" +msgid "Search" +msgstr "Suche" + +msgid "Search player" +msgstr "Spieler suchen" + +msgid "Search results" +msgstr "Suchergebnisse" + msgid "Searching for candidates" msgstr "Auf Kandidatensuche" +msgid "Select all" +msgstr "Alle auswählen" + +msgid "Select file" +msgstr "Datei auswählen" + msgid "Select or search new speaker ..." msgstr "Redner/in auswählen oder suchen ..." +msgid "Select or search new submitter ..." +msgstr "Antragsteller/in auswählen oder suchen ..." + msgid "Select paragraph" msgstr "Absatz auswählen" @@ -1031,45 +1261,78 @@ msgstr "Einladungs-E-Mail senden" msgid "Separator used for all csv exports and examples" msgstr "Feldtrenner für alle CSV-Exporte und -Beispiele" +msgid "Sequential number" +msgstr "Laufende Nummer" + msgid "Serially numbered" msgstr "fortlaufend nummerieren" msgid "Set category" msgstr "Sachgebiet setzen" -msgid "Set invisible" -msgstr "" +msgid "Set committee ..." +msgstr "Gremium setzen ..." + +msgid "Set hidden" +msgstr "Versteckt setzen" + +msgid "Set internal" +msgstr "Intern setzen" msgid "Set it manually" msgstr "manuell setzen" +msgid "Set motion block" +msgstr "Antragsblock setzen" + +msgid "Set presence ..." +msgstr "Anwesenheit setzen ..." + +msgid "Set public" +msgstr "Öffentlich setzen" + msgid "Set recommendation" msgstr "Empfehlung setzen" msgid "Set status" msgstr "Status setzen" -msgid "Set visible" -msgstr "" - msgid "Settings" msgstr "Einstellungen" msgid "Short description of event" msgstr "Kurzbeschreibung der Veranstaltung" +msgid "Show all" +msgstr "Alle anzeigen" + msgid "Show amendments together with motions" msgstr "Änderungsanträge zusätzlich in der Hauptantragsübersicht anzeigen" +msgid "Show correct entries" +msgstr "Korrekte Einträge anzeigen" + +msgid "Show correct entries only" +msgstr "Nur korrekte Einträge anzeigen" + msgid "Show entire motion text" msgstr "Vollständigen Antragstext anzeigen" +msgid "Show errors only" +msgstr "Nur fehlerhafte Einträge anzeigen" + msgid "Show logo on projector" msgstr "Logo auf dem Projektor anzeigen" +msgid "Show motion log" +msgstr "Antragsverlauf anzeigen" + msgid "Show orange countdown in the last x seconds of speaking time" msgstr "Countdown in den letzten x Sekunden der Redezeit orange darstellen" +msgid "Show password" +msgstr "Passwort anzeigen" + msgid "Show the clock on projector" msgstr "Uhr auf dem Projektor anzeigen" @@ -1086,6 +1349,12 @@ msgstr "Einfacher Arbeitsablauf" msgid "Simple majority" msgstr "Einfache Mehrheit" +msgid "Slide options" +msgstr "Folienoptionen" + +msgid "Sort" +msgstr "Sortieren" + msgid "Sort ..." msgstr "Sortieren ..." @@ -1095,6 +1364,9 @@ msgstr "Sachgebiete sortieren nach" msgid "Sort name of participants by" msgstr "Namen der Teilnehmenden sortieren nach" +msgid "Special values" +msgstr "Spezielle Werte" + msgid "Staff" msgstr "Mitarbeitende" @@ -1110,6 +1382,9 @@ msgstr "Startzeit" msgid "State" msgstr "Status" +msgid "State set to {arg1}" +msgstr "Status gesetzt auf {arg1}" + msgid "Statute" msgstr "Satzung" @@ -1132,9 +1407,15 @@ msgstr "" msgid "Structure level" msgstr "Gliederungsebene" +msgid "Submitter" +msgstr "Antragsteller/in" + msgid "Submitters" msgstr "Antragsteller/in" +msgid "Submitters changed" +msgstr "Antragsteller/in geändert" + msgid "Summary of changes" msgstr "Zusammenfassung der Änderungen" @@ -1144,6 +1425,9 @@ msgstr "Unterstützen" msgid "Supporters" msgstr "Unterstützer/innen" +msgid "Supporters changed" +msgstr "Unterstützer/innen geändert" + msgid "Surname" msgstr "Nachname" @@ -1156,6 +1440,15 @@ msgstr "System-URL" msgid "Tags" msgstr "Schlagwörter" +msgid "Text" +msgstr "Text" + +msgid "Text import" +msgstr "Textimport" + +msgid "Text separator" +msgstr "Texttrenner" + msgid "The 100 % base of a voting result consists of" msgstr "Die 100%-Basis eines Abstimmungsergebnisses besteht aus" @@ -1168,6 +1461,19 @@ msgstr "Die Versammlung möge beschließen:" msgid "The event manager hasn't set up a privacy policy yet." msgstr "Der Veranstalter hat noch keine Datenschutzerklärung hinterlegt." +msgid "The file has too few columns to be parsed properly." +msgstr "Die Datei enthält zu wenige Spalten, um richtig verwendet zu werden." + +msgid "The file seems to have additional columns. They will be ignored." +msgstr "" +"Die Datei scheint zusätzliche Spalten zu haben. Diese werden ignoriert." + +msgid "" +"The file seems to have some ommitted columns. They will be considered empty." +msgstr "" +"Die Datei scheint einige ausgelassene Spalten zu haben. Sie werden als leer " +"betrachtet." + msgid "The link is broken. Please contact your system administrator." msgstr "" "Der Link ist defekt. Bitte kontaktieren Sie den zuständigen Administrator." @@ -1211,11 +1517,16 @@ msgstr "" "Dieses Präfix wird gesetzt, wenn die automatische Nummerierung der " "Tagesordnung durchgeführt wird." -msgid "This will add the following submitters of all selected motions:" -msgstr "Folgende Antragsteller werden den ausgewählten Anträgen hinzugefügt:" +msgid "" +"This will add or remove the following submitters for all selected motions:" +msgstr "" +"Folgende Antragsteller werden für die ausgewählten Anträge hinzugefügt oder " +"entfernt:" -msgid "This will add the following tags to all selected motions:" -msgstr "Folgende Schlagwörter werden den ausgewählten Anträgen hinzugefügt:" +msgid "This will add or remove the following tags for all selected motions:" +msgstr "" +"Folgende Schlagwörter werden für die ausgewählten Anträge hinzugefügt oder " +"entfernt:" msgid "This will delete all selected motions." msgstr "Alle ausgewählten Anträge werden gelöscht." @@ -1225,24 +1536,24 @@ msgstr "" "Alle ausgewählten Anträge werden unterhalb des folgenden " "Tagesordnungspunktes verschoben:" -msgid "This will remove the following submitters from all selected motions:" -msgstr "Folgende Antragsteller werden aus den ausgewählten Anträge entfernt:" - -msgid "This will remove the following tags from all selected motions:" -msgstr "Folgende Schlagwörter werden aus den ausgewählten Anträgen entfernt:" - -msgid "This will set the category of all selected motions to:" +msgid "This will set the following category for all selected motions:" msgstr "Folgendes Sachgebiet wird für alle ausgewählten Anträge gesetzt:" -msgid "This will set the recommendation for all selected motions to:" +msgid "This will set the following motion block for all selected motions:" +msgstr "Folgender Antragsblock wird für alle ausgewählten Anträgen gesetzt:" + +msgid "This will set the following recommendation for all selected motions:" msgstr "Folgende Empfehlung wird für alle ausgewählten Anträge gesetzt:" -msgid "This will set the state of all selected motions to:" +msgid "This will set the following state for all selected motions:" msgstr "Folgender Status wird für alle ausgewählten Anträge gesetzt:" msgid "Three-quarters majority" msgstr "Dreiviertelmehrheit" +msgid "Timestamp" +msgstr "Zeitstempel" + msgid "Title" msgstr "Titel" @@ -1255,12 +1566,32 @@ msgstr "Titel für PDF-Dokument (alle Wahlen)" msgid "Title for access data and welcome PDF" msgstr "Titel für das Zugangsdaten- und Begrüßungs-PDF" +msgid "Title is required. All other fields are optional and may be empty." +msgstr "" +"Titel ist erforderlich. Alle übrigen Felder sind optional und dürfen leer " +"sein." + msgid "Topic" msgstr "Thema" +msgid "Topic has been imported" +msgstr "Thema wurde importiert" + +msgid "Topic will be imported" +msgstr "Thema wird importiert" + +msgid "Topics have been imported." +msgstr "Themen wurden importiert." + +msgid "Topics(s) will be imported." +msgstr "Themen werden importiert." + msgid "Two-thirds majority" msgstr "Zweidrittelmehrheit" +msgid "Type" +msgstr "Typ" + msgid "Unsupport" msgstr "Unterstützung zurückziehen" @@ -1295,12 +1626,24 @@ msgstr "Sichtbarkeit" msgid "Visible" msgstr "Sichtbar" +msgid "Vote created" +msgstr "Abstimmung erstellt" + +msgid "Vote deleted" +msgstr "Abstimmung gelöscht" + +msgid "Vote updated" +msgstr "Abstimmung aktualisiert" + msgid "Voting" msgstr "Im Wahlvorgang" msgid "Voting and ballot papers" msgstr "Abstimmung und Stimmzettel" +msgid "Voting result" +msgstr "Abstimmungsergebnis" + msgid "WEP" msgstr "WEP" @@ -1349,6 +1692,9 @@ msgstr "Arbeitsablauf für neue Anträge" msgid "Workflow of new statute amendments" msgstr "Arbeitsablauf für neue Satzungsänderungsanträge" +msgid "Wrong file type detected. Import failed." +msgstr "Falscher Dateityp erkannt. Import fehlgeschlagen." + msgid "Yes" msgstr "Ja" @@ -1364,6 +1710,9 @@ msgstr "Ja/Nein/Enthaltung" msgid "Yes/No/Abstain per candidate" msgstr "Ja/Nein/Enthaltung pro Kandidat" +msgid "You are not supposed to be here..." +msgstr "Sie sollten nicht hier sein ..." + msgid "" "You are using the history mode of OpenSlides. Changes will not be saved." msgstr "Der Chronik-Modus ist aktiv. Änderungen werden nicht gespeichert." @@ -1378,6 +1727,9 @@ msgstr "" msgid "You can use {event_name} as a placeholder." msgstr "Sie können {event_name} als Platzhalter verwenden." +msgid "You override the personally set password!" +msgstr "Sie überschreiben hiermit das persönlich gesetzte Passwort!" + msgid "Your login for {event_name}" msgstr "Zugangsdaten für {event_name}" @@ -1406,12 +1758,27 @@ msgstr "und" msgid "by" msgstr "von" +msgid "contribution" +msgstr "Wortmeldung" + msgid "disabled" msgstr "deaktiviert" +msgid "entries will be ommitted." +msgstr "Einträge werden ausgelassen. " + +msgid "errors" +msgstr "Fehler" + msgid "inline" msgstr "innerhalb" +msgid "majority" +msgstr "Mehrheit" + +msgid "motions-example" +msgstr "Anträge-Beispiel" + msgid "needed" msgstr "erforderlich" @@ -1427,18 +1794,30 @@ msgstr "nicht befasst" msgid "not decided" msgstr "nicht entschieden" +msgid "not reached." +msgstr "nicht erreicht." + msgid "not set" msgstr "nicht gesetzt" +msgid "of" +msgstr "von" + msgid "outside" msgstr "außerhalb" +msgid "participants-example" +msgstr "Teilnehmende-Beispiel" + msgid "permitted" msgstr "zugelassen" msgid "published" msgstr "veröffentlicht" +msgid "reached." +msgstr "erreicht." + msgid "refered to committee" msgstr "in Ausschuss verwiesen" @@ -1448,8 +1827,11 @@ msgstr "abgelehnt" msgid "rejected (not authorized)" msgstr "verworfen (nicht zulässig)" -msgid "remove submitters" -msgstr "Antragsteller entfernen" +msgid "result" +msgstr "Ergebnis" + +msgid "results" +msgstr "Ergebnisse" msgid "selected" msgstr "ausgewählt" @@ -1460,5 +1842,8 @@ msgstr "eingereicht" msgid "supporters" msgstr "Unterstützer/innen" +msgid "undocumented" +msgstr "nicht erfasst" + msgid "withdrawed" msgstr "zurückgezogen" diff --git a/client/src/assets/i18n/template-en.pot b/client/src/assets/i18n/template-en.pot index 649c3c5d4..096f49149 100644 --- a/client/src/assets/i18n/template-en.pot +++ b/client/src/assets/i18n/template-en.pot @@ -34,16 +34,24 @@ msgstr "" msgid "Activate statute amendments" msgstr "" -msgid "Add groups" +msgid "Active filters" msgstr "" msgid "Add me" msgstr "" -msgid "Add submitters" +msgid "Add/remove groups ..." msgstr "" -msgid "Add tags" +msgid "Add/remove submitters" +msgstr "" + +msgid "Add/remove tags" +msgstr "" + +msgid "" +"Additional columns after the required ones may be present and won't affect " +"the import." msgstr "" msgid "Adjourn" @@ -55,6 +63,9 @@ msgstr "" msgid "Admin" msgstr "" +msgid "After verifiy the preview click on 'import' please (see top right)." +msgstr "" + msgid "Agenda" msgstr "" @@ -109,6 +120,14 @@ msgstr "" msgid "Arabic" msgstr "" +msgid "Are you sure you want to delete this vote?" +msgstr "" + +msgid "" +"At least given name or surname have to be filled in. All other fields are " +"optional and may be empty." +msgstr "" + msgid "Attachments" msgstr "" @@ -133,6 +152,9 @@ msgstr "" msgid "Begin speech" msgstr "" +msgid "CSV import" +msgstr "" + msgid "Call list" msgstr "" @@ -250,30 +272,48 @@ msgstr "" msgid "Change password" msgstr "" +msgid "Change password for" +msgstr "" + msgid "Change recommendation" msgstr "" msgid "Change recommendations" msgstr "" +msgid "Changed by" +msgstr "" + msgid "Changed version" msgstr "" msgid "Choose 0 to disable the supporting system." msgstr "" +msgid "Clear all" +msgstr "" + msgid "Clear list" msgstr "" msgid "Close" msgstr "" +msgid "Close list of speakers" +msgstr "" + msgid "Collapse all" msgstr "" msgid "Color for blanked projector" msgstr "" +msgid "Column separator" +msgstr "" + +msgid "Comma separated names will be read as 'Surname, given name(s)'." +msgstr "" + msgid "Comment" msgstr "" @@ -286,7 +326,13 @@ msgstr "" msgid "Complex Workflow" msgstr "" -msgid "Content" +msgid "Confirm new password" +msgstr "" + +msgid "Copy and paste your participant names in this textbox." +msgstr "" + +msgid "Countdowns" msgstr "" msgid "Couple countdown with the list of speakers" @@ -354,6 +400,12 @@ msgstr "" msgid "Delete whole history" msgstr "" +msgid "Deletion" +msgstr "" + +msgid "Deselect all" +msgstr "" + msgid "Designates whether this user is in the room." msgstr "" @@ -386,18 +438,33 @@ msgstr "" msgid "Do you want to delete this file?" msgstr "" +msgid "Done" +msgstr "" + +msgid "Download CSV example file" +msgstr "" + msgid "Drop files into this area OR select files" msgstr "" +msgid "Duration" +msgstr "" + msgid "Edit" msgstr "" -msgid "Edit category:" +msgid "Edit category" msgstr "" msgid "Edit comment field:" msgstr "" +msgid "Edit details" +msgstr "" + +msgid "Edit details for" +msgstr "" + msgid "Edit profile" msgstr "" @@ -407,12 +474,21 @@ msgstr "" msgid "Edit the whole motion text" msgstr "" +msgid "Edit title" +msgstr "" + +msgid "Edit topic" +msgstr "" + msgid "Election method" msgstr "" msgid "Elections" msgstr "" +msgid "Element" +msgstr "" + msgid "Email" msgstr "" @@ -434,6 +510,12 @@ msgstr "" msgid "Enable participant presence view" msgstr "" +msgid "Enable/disable account ..." +msgstr "" + +msgid "Encoding of the file" +msgstr "" + msgid "End speech" msgstr "" @@ -467,9 +549,6 @@ msgstr "" msgid "Exit" msgstr "" -msgid "Exit multiselect" -msgstr "" - msgid "Expand all" msgstr "" @@ -482,9 +561,6 @@ msgstr "" msgid "Export as CSV" msgstr "" -msgid "FILTER" -msgstr "" - msgid "File information" msgstr "" @@ -494,12 +570,27 @@ msgstr "" msgid "Files" msgstr "" +msgid "Filter" +msgstr "" + +msgid "Filter options" +msgstr "" + +msgid "Filters" +msgstr "" + msgid "Final version" msgstr "" msgid "Finished" msgstr "" +msgid "Follow recommendation" +msgstr "" + +msgid "Follow recommendations for all motions" +msgstr "" + msgid "Font color of projector header and footer" msgstr "" @@ -566,7 +657,21 @@ msgstr "" msgid "Identifier" msgstr "" -msgid "Import ..." +msgid "" +"Identifier, reason, submitter, category, origin and motion block are " +"optional and may be empty." +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Import motions" +msgstr "" + +msgid "Import participants" +msgstr "" + +msgid "Import topics" msgstr "" msgid "Include the sequential number in PDF and DOCX" @@ -578,6 +683,15 @@ msgstr "" msgid "Input format: DD.MM.YYYY HH:MM" msgstr "" +msgid "Insert participants here" +msgstr "" + +msgid "Insert topics here" +msgstr "" + +msgid "Insertion" +msgstr "" + msgid "Installed plugins" msgstr "" @@ -596,18 +710,18 @@ msgstr "" msgid "Is committee" msgstr "" -msgid "Is inactive" -msgstr "" - -msgid "Is no committee" -msgstr "" - -msgid "Is not present" -msgstr "" - msgid "Is present" msgstr "" +msgid "Item number" +msgstr "" + +msgid "Keep each item in a single line." +msgstr "" + +msgid "Keep each person in a single line." +msgstr "" + msgid "Last speakers" msgstr "" @@ -647,21 +761,45 @@ msgstr "" msgid "Mark speaker" msgstr "" -msgid "Meta information" -msgstr "" - msgid "Motion" msgstr "" msgid "Motion block" msgstr "" +msgid "Motion blocks" +msgstr "" + +msgid "Motion deleted" +msgstr "" + +msgid "Motion has been imported" +msgstr "" + +msgid "Motion log" +msgstr "" + msgid "Motion preamble" msgstr "" +msgid "Motion text" +msgstr "" + +msgid "Motion updated" +msgstr "" + +msgid "Motion will be imported" +msgstr "" + +msgid "Motion(s) will be imported." +msgstr "" + msgid "Motions" msgstr "" +msgid "Motions have been imported." +msgstr "" + msgid "Move to agenda item" msgstr "" @@ -680,7 +818,7 @@ msgstr "" msgid "Needs review" msgstr "" -msgid "New" +msgid "New Projector" msgstr "" msgid "New amendment" @@ -698,6 +836,12 @@ msgstr "" msgid "New motion" msgstr "" +msgid "New motion block" +msgstr "" + +msgid "New participant" +msgstr "" + msgid "New password" msgstr "" @@ -707,6 +851,12 @@ msgstr "" msgid "New tag name" msgstr "" +msgid "New topic" +msgstr "" + +msgid "New vote" +msgstr "" + msgid "Next" msgstr "" @@ -716,9 +866,6 @@ msgstr "" msgid "No changes at the text." msgstr "" -msgid "No choices available" -msgstr "" - msgid "No comment" msgstr "" @@ -743,6 +890,9 @@ msgstr "" msgid "No personal note" msgstr "" +msgid "No search result found for" +msgstr "" + msgid "No statute paragraphs" msgstr "" @@ -769,9 +919,15 @@ msgstr "" msgid "Number of last speakers to be shown on the projector" msgstr "" +msgid "Number set" +msgstr "" + msgid "Numbered per category" msgstr "" +msgid "Numbering" +msgstr "" + msgid "Numbering prefix for agenda items" msgstr "" @@ -784,7 +940,7 @@ msgstr "" msgid "Offline mode: You can use OpenSlides but changes are not saved." msgstr "" -msgid "Ok" +msgid "Old password" msgstr "" msgid "One email was send sucessfully." @@ -796,6 +952,9 @@ msgstr "" msgid "Open" msgstr "" +msgid "Open list of speakers" +msgstr "" + msgid "Origin" msgstr "" @@ -829,12 +988,30 @@ msgstr "" msgid "Parallel upload" msgstr "" +msgid "Parent item" +msgstr "" + +msgid "Participant has been imported" +msgstr "" + msgid "Participant number" msgstr "" +msgid "Participant will be imported" +msgstr "" + +msgid "Participant(s) will be imported." +msgstr "" + msgid "Participants" msgstr "" +msgid "Participants have been imported." +msgstr "" + +msgid "Paste/write your topics in this textbox." +msgstr "" + msgid "Permission" msgstr "" @@ -853,6 +1030,9 @@ msgstr "" msgid "Please enter your new password" msgstr "" +msgid "Please fill in all required values" +msgstr "" + msgid "Preamble text for PDF and DOCX documents (all motions)" msgstr "" @@ -874,6 +1054,12 @@ msgstr "" msgid "Presentation and assembly system" msgstr "" +msgid "Preview" +msgstr "" + +msgid "Print ballot papers" +msgstr "" + msgid "Privacy Policy" msgstr "" @@ -895,6 +1081,12 @@ msgstr "" msgid "Projector logo" msgstr "" +msgid "Projector messages" +msgstr "" + +msgid "Projectors" +msgstr "" + msgid "Public" msgstr "" @@ -910,6 +1102,9 @@ msgstr "" msgid "Recommendation" msgstr "" +msgid "Recommendation set to {arg1}" +msgstr "" + msgid "Refer to committee" msgstr "" @@ -939,21 +1134,29 @@ msgid "" "state" msgstr "" -msgid "Remove groups" +msgid "Remove from motion block" msgstr "" msgid "Remove me" msgstr "" -msgid "Remove tags" +msgid "Replacement" msgstr "" msgid "Required" msgstr "" +msgid "" +"Required comma or semicolon separated values with these column header names " +"in the first row:" +msgstr "" + msgid "Required majority" msgstr "" +msgid "Reset" +msgstr "" + msgid "Reset password" msgstr "" @@ -969,18 +1172,33 @@ msgstr "" msgid "Roman" msgstr "" -msgid "SORT" +msgid "Save" msgstr "" -msgid "Save" +msgid "Search" +msgstr "" + +msgid "Search player" +msgstr "" + +msgid "Search results" msgstr "" msgid "Searching for candidates" msgstr "" +msgid "Select all" +msgstr "" + +msgid "Select file" +msgstr "" + msgid "Select or search new speaker ..." msgstr "" +msgid "Select or search new submitter ..." +msgstr "" + msgid "Select paragraph" msgstr "" @@ -993,45 +1211,78 @@ msgstr "" msgid "Separator used for all csv exports and examples" msgstr "" +msgid "Sequential number" +msgstr "" + msgid "Serially numbered" msgstr "" msgid "Set category" msgstr "" -msgid "Set invisible" +msgid "Set committee ..." +msgstr "" + +msgid "Set hidden" +msgstr "" + +msgid "Set internal" msgstr "" msgid "Set it manually" msgstr "" +msgid "Set motion block" +msgstr "" + +msgid "Set presence ..." +msgstr "" + +msgid "Set public" +msgstr "" + msgid "Set recommendation" msgstr "" msgid "Set status" msgstr "" -msgid "Set visible" -msgstr "" - msgid "Settings" msgstr "" msgid "Short description of event" msgstr "" +msgid "Show all" +msgstr "" + msgid "Show amendments together with motions" msgstr "" +msgid "Show correct entries" +msgstr "" + +msgid "Show correct entries only" +msgstr "" + msgid "Show entire motion text" msgstr "" +msgid "Show errors only" +msgstr "" + msgid "Show logo on projector" msgstr "" +msgid "Show motion log" +msgstr "" + msgid "Show orange countdown in the last x seconds of speaking time" msgstr "" +msgid "Show password" +msgstr "" + msgid "Show the clock on projector" msgstr "" @@ -1047,6 +1298,12 @@ msgstr "" msgid "Simple majority" msgstr "" +msgid "Slide options" +msgstr "" + +msgid "Sort" +msgstr "" + msgid "Sort ..." msgstr "" @@ -1056,6 +1313,9 @@ msgstr "" msgid "Sort name of participants by" msgstr "" +msgid "Special values" +msgstr "" + msgid "Staff" msgstr "" @@ -1071,6 +1331,9 @@ msgstr "" msgid "State" msgstr "" +msgid "State set to {arg1}" +msgstr "" + msgid "Statute" msgstr "" @@ -1092,9 +1355,15 @@ msgstr "" msgid "Structure level" msgstr "" +msgid "Submitter" +msgstr "" + msgid "Submitters" msgstr "" +msgid "Submitters changed" +msgstr "" + msgid "Summary of changes" msgstr "" @@ -1104,6 +1373,9 @@ msgstr "" msgid "Supporters" msgstr "" +msgid "Supporters changed" +msgstr "" + msgid "Surname" msgstr "" @@ -1116,6 +1388,15 @@ msgstr "" msgid "Tags" msgstr "" +msgid "Text" +msgstr "" + +msgid "Text import" +msgstr "" + +msgid "Text separator" +msgstr "" + msgid "The 100 % base of a voting result consists of" msgstr "" @@ -1128,6 +1409,15 @@ msgstr "" msgid "The event manager hasn't set up a privacy policy yet." msgstr "" +msgid "The file has too few columns to be parsed properly." +msgstr "" + +msgid "The file seems to have additional columns. They will be ignored." +msgstr "" + +msgid "The file seems to have some ommitted columns. They will be considered empty." +msgstr "" + msgid "The link is broken. Please contact your system administrator." msgstr "" @@ -1160,10 +1450,10 @@ msgstr "" msgid "This prefix will be set if you run the automatic agenda numbering." msgstr "" -msgid "This will add the following submitters of all selected motions:" +msgid "This will add or remove the following submitters for all selected motions:" msgstr "" -msgid "This will add the following tags to all selected motions:" +msgid "This will add or remove the following tags for all selected motions:" msgstr "" msgid "This will delete all selected motions." @@ -1172,24 +1462,24 @@ msgstr "" msgid "This will move all selected motions as childs to:" msgstr "" -msgid "This will remove the following submitters from all selected motions:" +msgid "This will set the following category for all selected motions:" msgstr "" -msgid "This will remove the following tags from all selected motions:" +msgid "This will set the following motion block for all selected motions:" msgstr "" -msgid "This will set the category of all selected motions to:" +msgid "This will set the following recommendation for all selected motions:" msgstr "" -msgid "This will set the recommendation for all selected motions to:" -msgstr "" - -msgid "This will set the state of all selected motions to:" +msgid "This will set the following state for all selected motions:" msgstr "" msgid "Three-quarters majority" msgstr "" +msgid "Timestamp" +msgstr "" + msgid "Title" msgstr "" @@ -1202,12 +1492,30 @@ msgstr "" msgid "Title for access data and welcome PDF" msgstr "" +msgid "Title is required. All other fields are optional and may be empty." +msgstr "" + msgid "Topic" msgstr "" +msgid "Topic has been imported" +msgstr "" + +msgid "Topic will be imported" +msgstr "" + +msgid "Topics have been imported." +msgstr "" + +msgid "Topics(s) will be imported." +msgstr "" + msgid "Two-thirds majority" msgstr "" +msgid "Type" +msgstr "" + msgid "Unsupport" msgstr "" @@ -1240,12 +1548,24 @@ msgstr "" msgid "Visible" msgstr "" +msgid "Vote created" +msgstr "" + +msgid "Vote deleted" +msgstr "" + +msgid "Vote updated" +msgstr "" + msgid "Voting" msgstr "" msgid "Voting and ballot papers" msgstr "" +msgid "Voting result" +msgstr "" + msgid "WEP" msgstr "" @@ -1289,6 +1609,9 @@ msgstr "" msgid "Workflow of new statute amendments" msgstr "" +msgid "Wrong file type detected. Import failed." +msgstr "" + msgid "Yes" msgstr "" @@ -1304,6 +1627,9 @@ msgstr "" msgid "Yes/No/Abstain per candidate" msgstr "" +msgid "You are not supposed to be here..." +msgstr "" + msgid "You are using the history mode of OpenSlides. Changes will not be saved." msgstr "" @@ -1315,6 +1641,9 @@ msgstr "" msgid "You can use {event_name} as a placeholder." msgstr "" +msgid "You override the personally set password!" +msgstr "" + msgid "Your login for {event_name}" msgstr "" @@ -1342,12 +1671,27 @@ msgstr "" msgid "by" msgstr "" +msgid "contribution" +msgstr "" + msgid "disabled" msgstr "" +msgid "entries will be ommitted." +msgstr "" + +msgid "errors" +msgstr "" + msgid "inline" msgstr "" +msgid "majority" +msgstr "" + +msgid "motions-example" +msgstr "" + msgid "needed" msgstr "" @@ -1363,18 +1707,30 @@ msgstr "" msgid "not decided" msgstr "" +msgid "not reached." +msgstr "" + msgid "not set" msgstr "" +msgid "of" +msgstr "" + msgid "outside" msgstr "" +msgid "participants-example" +msgstr "" + msgid "permitted" msgstr "" msgid "published" msgstr "" +msgid "reached." +msgstr "" + msgid "refered to committee" msgstr "" @@ -1384,7 +1740,10 @@ msgstr "" msgid "rejected (not authorized)" msgstr "" -msgid "remove submitters" +msgid "result" +msgstr "" + +msgid "results" msgstr "" msgid "selected" @@ -1396,5 +1755,8 @@ msgstr "" msgid "supporters" msgstr "" +msgid "undocumented" +msgstr "" + msgid "withdrawed" msgstr "" \ No newline at end of file diff --git a/openslides/motions/views.py b/openslides/motions/views.py index a98022f24..554bee02b 100644 --- a/openslides/motions/views.py +++ b/openslides/motions/views.py @@ -988,7 +988,7 @@ class MotionPollViewSet(UpdateModelMixin, DestroyModelMixin, GenericViewSet): # Fire autoupdate again to save information to OpenSlides history. inform_changed_data( - poll.motion, information=["Poll updated"], user_id=self.request.user.pk + poll.motion, information=["Vote updated"], user_id=self.request.user.pk ) return response @@ -1003,7 +1003,7 @@ class MotionPollViewSet(UpdateModelMixin, DestroyModelMixin, GenericViewSet): # Fire autoupdate again to save information to OpenSlides history. inform_changed_data( - poll.motion, information=["Poll deleted"], user_id=self.request.user.pk + poll.motion, information=["Vote deleted"], user_id=self.request.user.pk ) return result