Fixed translation strings and updated German translations.
This commit is contained in:
parent
6899d93cbf
commit
cbccd17752
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -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,
|
||||
|
@ -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},
|
||||
|
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user