Fixed translation strings and updated German translations.

This commit is contained in:
Emanuel Schütze 2017-04-12 20:03:07 +02:00
parent 6899d93cbf
commit cbccd17752
5 changed files with 863 additions and 762 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -290,7 +290,7 @@ angular.module('OpenSlidesApp.motions.pdf', ['OpenSlidesApp.core.pdf'])
var title = gettextCatalog.getString('Comment') + ' ' + fields[i].name; var title = gettextCatalog.getString('Comment') + ' ' + fields[i].name;
console.log(fields[i]); console.log(fields[i]);
if (!fields[i].public) { if (!fields[i].public) {
title += ' (' + gettextCatalog.getString('private') + ')'; title += ' (' + gettextCatalog.getString('internal') + ')';
} }
comments.push({ comments.push({
text: title, text: title,

View File

@ -644,9 +644,9 @@ angular.module('OpenSlidesApp.motions.site', [
templateOptions: { templateOptions: {
label: gettextCatalog.getString('Format'), label: gettextCatalog.getString('Format'),
options: [ options: [
{name: gettextCatalog.getString('PDF'), value: 'pdf'}, {name: 'PDF', value: 'pdf'},
{name: gettextCatalog.getString('CSV'), value: 'csv'}, {name: 'CSV', value: 'csv'},
{name: gettextCatalog.getString('DOCX'), value: 'docx'}, {name: 'DOCX', value: 'docx'},
], ],
change: formatChangeCallback, change: formatChangeCallback,
}, },
@ -726,7 +726,7 @@ angular.module('OpenSlidesApp.motions.site', [
key: 'includeComments', key: 'includeComments',
type: 'select-radio', type: 'select-radio',
templateOptions: { templateOptions: {
label: gettextCatalog.getString('Kommentare'), label: gettextCatalog.getString('Comments'),
options: [ options: [
{name: gettextCatalog.getString('Yes'), value: true}, {name: gettextCatalog.getString('Yes'), value: true},
{name: gettextCatalog.getString('No'), value: false}, {name: gettextCatalog.getString('No'), value: false},

View File

@ -1528,6 +1528,7 @@ angular.module('OpenSlidesApp.users.site', [
gettext('Can manage configuration'); gettext('Can manage configuration');
gettext('Can use the chat'); gettext('Can use the chat');
gettext('Can manage the chat'); gettext('Can manage the chat');
gettext('Can manage logos');
// mediafiles // mediafiles
gettext('Can see the list of files'); gettext('Can see the list of files');
gettext('Can upload files'); gettext('Can upload files');