Merge pull request #3506 from emanuelschuetze/translations

Updated German translations.
This commit is contained in:
Emanuel Schütze 2017-12-01 16:36:18 +01:00 committed by GitHub
commit 8da08d9b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1462 additions and 1311 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -768,7 +768,7 @@ angular.module('OpenSlidesApp.motions.site', [
key: 'include', key: 'include',
type: 'checkbox-buttons', type: 'checkbox-buttons',
templateOptions: { templateOptions: {
label: gettextCatalog.getString('Metainformation'), label: gettextCatalog.getString('Meta information'),
options: getMetaInformationOptions(), options: getMetaInformationOptions(),
}, },
hideExpression: "model.format !== 'pdf'", hideExpression: "model.format !== 'pdf'",
@ -777,7 +777,7 @@ angular.module('OpenSlidesApp.motions.site', [
key: 'include', key: 'include',
type: 'checkbox-buttons', type: 'checkbox-buttons',
templateOptions: { templateOptions: {
label: gettextCatalog.getString('Metainformation'), label: gettextCatalog.getString('Meta information'),
options: getMetaInformationOptions({votingResult: true}), options: getMetaInformationOptions({votingResult: true}),
}, },
hideExpression: "model.format !== 'csv'", hideExpression: "model.format !== 'csv'",
@ -786,7 +786,7 @@ angular.module('OpenSlidesApp.motions.site', [
key: 'include', key: 'include',
type: 'checkbox-buttons', type: 'checkbox-buttons',
templateOptions: { templateOptions: {
label: gettextCatalog.getString('Metainformation'), label: gettextCatalog.getString('Meta information'),
options: getMetaInformationOptions({ options: getMetaInformationOptions({
state: true, state: true,
votingResult: true, votingResult: true,

View File

@ -49,7 +49,7 @@
<th translate>Submitter <th translate>Submitter
<th translate>Category <th translate>Category
<th translate>Origin <th translate>Origin
<th translate>Motion block <th translate>Motion block</th>
<tbody ng-repeat="motion in motions"> <tbody ng-repeat="motion in motions">
<tr> <tr>
<td class="minimum" <td class="minimum"