Merge pull request #697 from ONLYOFFICE/fix/translation
Fix/translation
|
@ -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 || {}))
|
||||
});
|
|
@ -224,7 +224,7 @@ define([
|
|||
|
||||
this.chLinks = new Common.UI.CheckBox({
|
||||
el: $('#tableofcontents-chb-links'),
|
||||
labelText: this.strLinks,
|
||||
labelText: (this.type==1) ? this.strLinksOF : this.strLinks,
|
||||
value: 'checked'
|
||||
});
|
||||
this.chLinks.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
||||
|
@ -905,7 +905,8 @@ define([
|
|||
textTable: 'Table',
|
||||
txtDistinctive: 'Distinctive',
|
||||
txtCentered: 'Centered',
|
||||
txtFormal: 'Formal'
|
||||
txtFormal: 'Formal',
|
||||
strLinksOF: 'Format table of figures as links'
|
||||
|
||||
}, DE.Views.TableOfContentsSettings || {}))
|
||||
});
|
|
@ -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",
|
||||
|
@ -2218,6 +2219,7 @@
|
|||
"DE.Views.TableOfContentsSettings.strAlign": "Right align page numbers",
|
||||
"DE.Views.TableOfContentsSettings.strFullCaption": "Include label and number",
|
||||
"DE.Views.TableOfContentsSettings.strLinks": "Format Table of Contents as links",
|
||||
"DE.Views.TableOfContentsSettings.strLinksOF": "Format table of figures as links",
|
||||
"DE.Views.TableOfContentsSettings.strShowPages": "Show page numbers",
|
||||
"DE.Views.TableOfContentsSettings.textBuildTable": "Build table of contents from",
|
||||
"DE.Views.TableOfContentsSettings.textBuildTableOF": "Build table of figures from",
|
||||
|
|
|
@ -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": "Обновить",
|
||||
|
|
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 105 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 14 KiB |
|
@ -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;
|
||||
});
|
||||
|
|