Fix translations
This commit is contained in:
parent
22b7c727c9
commit
bcaaf5ea24
|
@ -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 ) {
|
||||
|
|
|
@ -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": "Όνομα φύλλου",
|
||||
|
|
Loading…
Reference in a new issue