Merge pull request #646 from ONLYOFFICE/fix/translation
Fix translations
This commit is contained in:
commit
a636f7a7c5
|
@ -3311,7 +3311,6 @@ define([
|
|||
menu : new Common.UI.Menu({
|
||||
cls: 'shifted-right',
|
||||
menuAlign: 'tl-tr',
|
||||
style : 'width: 100px',
|
||||
items : [
|
||||
new Common.UI.MenuItem({
|
||||
caption: me.insertColumnLeftText
|
||||
|
|
|
@ -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