Merge pull request #3197 from emanuelschuetze/translations

Fixed translation strings and updated German translations.
This commit is contained in:
Emanuel Schütze 2017-04-12 20:11:22 +02:00 committed by GitHub
commit d9e81a165d
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;
console.log(fields[i]);
if (!fields[i].public) {
title += ' (' + gettextCatalog.getString('private') + ')';
title += ' (' + gettextCatalog.getString('internal') + ')';
}
comments.push({
text: title,

View File

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

View File

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