Fix translations

This commit is contained in:
Julia Radzhabova 2020-12-30 13:59:12 +03:00
parent 22b7c727c9
commit bcaaf5ea24
2 changed files with 3 additions and 3 deletions

View file

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

View file

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