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',
|
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,
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user