[DE] Fix translation

This commit is contained in:
Julia Radzhabova 2020-11-23 17:41:56 +03:00
parent fa43b757b9
commit 33a5ffb960
3 changed files with 7 additions and 7 deletions

View file

@ -47,7 +47,7 @@ define([
DE.Views.LineNumbersDialog = Common.UI.Window.extend(_.extend({
options: {
width: 290,
height: 308,
height: 320,
header: true,
style: 'min-width: 290px;',
cls: 'modal-dlg',
@ -72,7 +72,7 @@ define([
'<div id="line-numbers-restart-each-section" style="margin-bottom: 8px;"></div>',
'<div id="line-numbers-continuous" style="margin-bottom: 15px;"></div>',
'<div style="margin-bottom: 5px;">',
'<label style="margin-top: 4px;">' + this.textApplyTo + '</label><div id="line-numbers-combo-apply" class="input-group-nr" style="display: inline-block; width:125px;float:right;"></div>',
'<label>' + this.textApplyTo + '</label><div id="line-numbers-combo-apply" class="input-group-nr" style="width:150px;"></div>',
'</div>',
'</div>'
].join('');
@ -161,7 +161,7 @@ define([
this.cmbApply = new Common.UI.ComboBox({
el: $('#line-numbers-combo-apply'),
cls: 'input-group-nr',
menuStyle: 'min-width: 125px;',
menuStyle: 'min-width: 150px;',
editable: false,
data: [
{ displayValue: this.textSection, value: Asc.c_oAscSectionApplyType.Current },

View file

@ -49,7 +49,7 @@ define([
DE.Views.NoteSettingsDialog = Common.Views.AdvancedSettingsWindow.extend(_.extend({
options: {
contentWidth: 300,
height: 380,
height: 395,
buttons: null
},
@ -110,8 +110,8 @@ define([
'</tr>',
'<tr>',
'<td class="padding-small">',
'<label class="header" style="margin-top: 4px;">', me.textApplyTo,'</label>',
'<div id="note-settings-combo-apply" class="input-group-nr" style="display: inline-block; width:150px;float:right;"></div>',
'<label class="header">', me.textApplyTo,'</label>',
'<div id="note-settings-combo-apply" class="input-group-nr" style="width:150px;"></div>',
'</td>',
'</tr>',
'</table>',

View file

@ -1794,7 +1794,7 @@
"DE.Views.LeftMenu.txtTrial": "Trial-Modus",
"DE.Views.LeftMenu.txtTrialDev": "Testversion für Entwickler-Modus",
"DE.Views.LineNumbersDialog.textAddLineNumbering": "Zeilennummer hinzufügen",
"DE.Views.LineNumbersDialog.textApplyTo": "Anwendung von Änderungen auf",
"DE.Views.LineNumbersDialog.textApplyTo": "Änderungen anwenden",
"DE.Views.LineNumbersDialog.textContinuous": "Ununterbrochen",
"DE.Views.LineNumbersDialog.textCountBy": "Zählintervall",
"DE.Views.LineNumbersDialog.textDocument": "Zum ganzen Dokument",