Merge pull request #3506 from emanuelschuetze/translations
Updated German translations.
This commit is contained in:
commit
8da08d9b36
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -768,7 +768,7 @@ angular.module('OpenSlidesApp.motions.site', [
|
||||
key: 'include',
|
||||
type: 'checkbox-buttons',
|
||||
templateOptions: {
|
||||
label: gettextCatalog.getString('Metainformation'),
|
||||
label: gettextCatalog.getString('Meta information'),
|
||||
options: getMetaInformationOptions(),
|
||||
},
|
||||
hideExpression: "model.format !== 'pdf'",
|
||||
@ -777,7 +777,7 @@ angular.module('OpenSlidesApp.motions.site', [
|
||||
key: 'include',
|
||||
type: 'checkbox-buttons',
|
||||
templateOptions: {
|
||||
label: gettextCatalog.getString('Metainformation'),
|
||||
label: gettextCatalog.getString('Meta information'),
|
||||
options: getMetaInformationOptions({votingResult: true}),
|
||||
},
|
||||
hideExpression: "model.format !== 'csv'",
|
||||
@ -786,7 +786,7 @@ angular.module('OpenSlidesApp.motions.site', [
|
||||
key: 'include',
|
||||
type: 'checkbox-buttons',
|
||||
templateOptions: {
|
||||
label: gettextCatalog.getString('Metainformation'),
|
||||
label: gettextCatalog.getString('Meta information'),
|
||||
options: getMetaInformationOptions({
|
||||
state: true,
|
||||
votingResult: true,
|
||||
|
@ -49,7 +49,7 @@
|
||||
<th translate>Submitter
|
||||
<th translate>Category
|
||||
<th translate>Origin
|
||||
<th translate>Motion block
|
||||
<th translate>Motion block</th>
|
||||
<tbody ng-repeat="motion in motions">
|
||||
<tr>
|
||||
<td class="minimum"
|
||||
|
Loading…
Reference in New Issue
Block a user