Fix translation
This commit is contained in:
parent
0cab997554
commit
52a28f89c8
|
@ -118,6 +118,7 @@ define([
|
|||
width: 80,
|
||||
defaultUnit : 'cm',
|
||||
value: 'Auto',
|
||||
autoText : this.txtAutoText,
|
||||
maxValue: 55.87,
|
||||
minValue: 0.1,
|
||||
allowAuto: true,
|
||||
|
@ -253,6 +254,7 @@ define([
|
|||
textApplyTo: 'Apply changes to',
|
||||
textDocument: 'Whole document',
|
||||
textSection: 'Current section',
|
||||
textForward: 'This point forward'
|
||||
textForward: 'This point forward',
|
||||
txtAutoText: 'Auto'
|
||||
}, DE.Views.LineNumbersDialog || {}))
|
||||
});
|
|
@ -1865,6 +1865,7 @@
|
|||
"DE.Views.LineNumbersDialog.textSection": "Aktueller Abschnitt",
|
||||
"DE.Views.LineNumbersDialog.textStartAt": "Beginnen mit",
|
||||
"DE.Views.LineNumbersDialog.textTitle": "Zeilennummern",
|
||||
"DE.Views.LineNumbersDialog.txtAutoText": "Auto",
|
||||
"DE.Views.Links.capBtnBookmarks": "Lesezeichen",
|
||||
"DE.Views.Links.capBtnCaption": "Beschriftung",
|
||||
"DE.Views.Links.capBtnContentsUpdate": "Aktualisierung",
|
||||
|
|
|
@ -1865,6 +1865,7 @@
|
|||
"DE.Views.LineNumbersDialog.textSection": "Current section",
|
||||
"DE.Views.LineNumbersDialog.textStartAt": "Start at",
|
||||
"DE.Views.LineNumbersDialog.textTitle": "Line Numbers",
|
||||
"DE.Views.LineNumbersDialog.txtAutoText": "Auto",
|
||||
"DE.Views.Links.capBtnBookmarks": "Bookmark",
|
||||
"DE.Views.Links.capBtnCaption": "Caption",
|
||||
"DE.Views.Links.capBtnContentsUpdate": "Refresh",
|
||||
|
|
|
@ -1865,6 +1865,7 @@
|
|||
"DE.Views.LineNumbersDialog.textSection": "Sección actual",
|
||||
"DE.Views.LineNumbersDialog.textStartAt": "Empezar en",
|
||||
"DE.Views.LineNumbersDialog.textTitle": "Numeración de Líneas",
|
||||
"DE.Views.LineNumbersDialog.txtAutoText": "Auto",
|
||||
"DE.Views.Links.capBtnBookmarks": "Marcador",
|
||||
"DE.Views.Links.capBtnCaption": "Leyenda",
|
||||
"DE.Views.Links.capBtnContentsUpdate": "Actualizar",
|
||||
|
|
|
@ -1865,6 +1865,7 @@
|
|||
"DE.Views.LineNumbersDialog.textSection": "Section active",
|
||||
"DE.Views.LineNumbersDialog.textStartAt": "Commencer par",
|
||||
"DE.Views.LineNumbersDialog.textTitle": "Numéros des lignes",
|
||||
"DE.Views.LineNumbersDialog.txtAutoText": "Auto",
|
||||
"DE.Views.Links.capBtnBookmarks": "Signet",
|
||||
"DE.Views.Links.capBtnCaption": "Légende",
|
||||
"DE.Views.Links.capBtnContentsUpdate": "Actualiser",
|
||||
|
|
|
@ -1865,6 +1865,7 @@
|
|||
"DE.Views.LineNumbersDialog.textSection": "К текущему разделу",
|
||||
"DE.Views.LineNumbersDialog.textStartAt": "Начать с",
|
||||
"DE.Views.LineNumbersDialog.textTitle": "Нумерация строк",
|
||||
"DE.Views.LineNumbersDialog.txtAutoText": "Авто",
|
||||
"DE.Views.Links.capBtnBookmarks": "Закладка",
|
||||
"DE.Views.Links.capBtnCaption": "Название",
|
||||
"DE.Views.Links.capBtnContentsUpdate": "Обновить",
|
||||
|
|
|
@ -220,8 +220,8 @@ define([ 'text!spreadsheeteditor/main/app/template/DataValidationDialog.templ
|
|||
{value: Asc.c_oAscEDataValidationErrorStyle.Warning, clsText: 'warn', displayValue: this.textAlert},
|
||||
{value: Asc.c_oAscEDataValidationErrorStyle.Information, clsText: 'info', displayValue: this.textMessage}
|
||||
],
|
||||
style: 'width: 95px;',
|
||||
menuStyle : 'min-width: 95px;',
|
||||
style: 'width: 110px;',
|
||||
menuStyle : 'min-width: 110px;',
|
||||
takeFocusOnClose: true
|
||||
});
|
||||
this.cmbStyle.setValue(Asc.c_oAscEDataValidationErrorStyle.Stop);
|
||||
|
@ -232,7 +232,7 @@ define([ 'text!spreadsheeteditor/main/app/template/DataValidationDialog.templ
|
|||
allowBlank : true,
|
||||
validateOnBlur: false,
|
||||
maxLength: 32,
|
||||
style : 'width: 100%;'
|
||||
style : 'width: 140px;'
|
||||
}).on('changed:after', function() {
|
||||
me.isErrorTitleChanged = true;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue