Merge pull request #646 from ONLYOFFICE/fix/translation

Fix translations
This commit is contained in:
Julia Radzhabova 2020-12-30 14:12:38 +03:00 committed by GitHub
commit a636f7a7c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View file

@ -3311,7 +3311,6 @@ define([
menu : new Common.UI.Menu({ menu : new Common.UI.Menu({
cls: 'shifted-right', cls: 'shifted-right',
menuAlign: 'tl-tr', menuAlign: 'tl-tr',
style : 'width: 100px',
items : [ items : [
new Common.UI.MenuItem({ new Common.UI.MenuItem({
caption: me.insertColumnLeftText caption: me.insertColumnLeftText

View file

@ -275,7 +275,7 @@ define([
cls : 'btn-toolbar btn-text-value', cls : 'btn-toolbar btn-text-value',
caption : me.tipEditChart, caption : me.tipEditChart,
lock : [_set.lostConnect], lock : [_set.lostConnect],
style : 'width: 120px;' style : 'min-width: 120px;'
}); });
me.btnEditChartData = new Common.UI.Button({ me.btnEditChartData = new Common.UI.Button({
@ -283,7 +283,7 @@ define([
cls : 'btn-toolbar btn-text-value', cls : 'btn-toolbar btn-text-value',
caption : me.tipEditChartData, caption : me.tipEditChartData,
lock : [_set.editCell, _set.selRange, _set.selRangeEdit, _set.lostConnect], lock : [_set.editCell, _set.selRange, _set.selRangeEdit, _set.lostConnect],
style : 'width: 120px;' style : 'min-width: 120px;'
}); });
} else } else
if ( config.isEditMailMerge ) { if ( config.isEditMailMerge ) {

View file

@ -1679,7 +1679,7 @@
"SSE.Views.HeaderFooterDialog.textOdd": "Μονή σελίδα", "SSE.Views.HeaderFooterDialog.textOdd": "Μονή σελίδα",
"SSE.Views.HeaderFooterDialog.textPageCount": "Αρίθμηση σελίδων", "SSE.Views.HeaderFooterDialog.textPageCount": "Αρίθμηση σελίδων",
"SSE.Views.HeaderFooterDialog.textPageNum": "Αριθμός σελίδας", "SSE.Views.HeaderFooterDialog.textPageNum": "Αριθμός σελίδας",
"SSE.Views.HeaderFooterDialog.textPresets": "Προκαθορισμένες ρυθμίσεις", "SSE.Views.HeaderFooterDialog.textPresets": "Προεπιλογές",
"SSE.Views.HeaderFooterDialog.textRight": "Δεξιά", "SSE.Views.HeaderFooterDialog.textRight": "Δεξιά",
"SSE.Views.HeaderFooterDialog.textScale": "Κλιμάκωση με το έγγραφο", "SSE.Views.HeaderFooterDialog.textScale": "Κλιμάκωση με το έγγραφο",
"SSE.Views.HeaderFooterDialog.textSheet": "Όνομα φύλλου", "SSE.Views.HeaderFooterDialog.textSheet": "Όνομα φύλλου",