[SSE] Update translations

This commit is contained in:
Julia Radzhabova 2018-06-29 11:09:03 +03:00
parent 9375a202fe
commit 5a0cc17565
2 changed files with 40 additions and 4 deletions

View file

@ -2418,10 +2418,7 @@ define([
textLeft: 'Left: ',
textBottom: 'Bottom: ',
textRight: 'Right: ',
textPageSizeCustom: 'Custom Page Size',
textPortrait: 'Portrait',
textLandscape: 'Landscape'
}, SSE.Views.Toolbar || {}));
});

View file

@ -1241,6 +1241,12 @@
"SSE.Views.DocumentHolder.txtUngroup": "Ungroup",
"SSE.Views.DocumentHolder.txtWidth": "Width",
"SSE.Views.DocumentHolder.vertAlignText": "Vertical Alignment",
"SSE.Views.DocumentHolder.textShapeAlignBottom": "Align Bottom",
"SSE.Views.DocumentHolder.textShapeAlignCenter": "Align Center",
"SSE.Views.DocumentHolder.textShapeAlignLeft": "Align Left",
"SSE.Views.DocumentHolder.textShapeAlignMiddle": "Align Middle",
"SSE.Views.DocumentHolder.textShapeAlignRight": "Align Right",
"SSE.Views.DocumentHolder.textShapeAlignTop": "Align Top",
"SSE.Views.FileMenu.btnBackCaption": "Go to Documents",
"SSE.Views.FileMenu.btnCloseMenuCaption": "Close Menu",
"SSE.Views.FileMenu.btnCreateNewCaption": "Create New",
@ -1462,6 +1468,13 @@
"SSE.Views.NameManagerDlg.textWorkbook": "Workbook",
"SSE.Views.NameManagerDlg.tipIsLocked": "This element is being edited by another user.",
"SSE.Views.NameManagerDlg.txtTitle": "Name Manager",
"SSE.Views.PageMarginsDialog.cancelButtonText": "Cancel",
"SSE.Views.PageMarginsDialog.okButtonText": "Ok",
"SSE.Views.PageMarginsDialog.textBottom": "Bottom",
"SSE.Views.PageMarginsDialog.textLeft": "Left",
"SSE.Views.PageMarginsDialog.textRight": "Right",
"SSE.Views.PageMarginsDialog.textTitle": "Margins",
"SSE.Views.PageMarginsDialog.textTop": "Top",
"SSE.Views.ParagraphSettings.strLineHeight": "Line Spacing",
"SSE.Views.ParagraphSettings.strParagraphSpacing": "Paragraph Spacing",
"SSE.Views.ParagraphSettings.strSpacingAfter": "After",
@ -2014,5 +2027,31 @@
"SSE.Views.Top10FilterDialog.txtItems": "Item",
"SSE.Views.Top10FilterDialog.txtPercent": "Percent",
"SSE.Views.Top10FilterDialog.txtTitle": "Top 10 AutoFilter",
"SSE.Views.Top10FilterDialog.txtTop": "Top"
"SSE.Views.Top10FilterDialog.txtTop": "Top",
"SSE.Views.Toolbar.textTabLayout": "Layout",
"SSE.Views.Toolbar.capBtnMargins": "Margins",
"SSE.Views.Toolbar.capBtnPageOrient": "Orientation",
"SSE.Views.Toolbar.capBtnPageSize": "Size",
"SSE.Views.Toolbar.capImgAlign": "Align",
"SSE.Views.Toolbar.capImgBackward": "Send Backward",
"SSE.Views.Toolbar.capImgForward": "Bring Forward",
"SSE.Views.Toolbar.capImgGroup": "Group",
"SSE.Views.Toolbar.tipImgAlign": "Align objects",
"SSE.Views.Toolbar.tipImgGroup": "Group objects",
"SSE.Views.Toolbar.tipSendBackward": "Send backward",
"SSE.Views.Toolbar.tipSendForward": "Bring forward",
"SSE.Views.Toolbar.tipPageMargins": "Page margins",
"SSE.Views.Toolbar.tipPageOrient": "Page orientation",
"SSE.Views.Toolbar.tipPageSize": "Page size",
"SSE.Views.Toolbar.textMarginsLast": "Last Custom",
"SSE.Views.Toolbar.textMarginsNarrow": "Narrow",
"SSE.Views.Toolbar.textMarginsNormal": "Normal",
"SSE.Views.Toolbar.textMarginsWide": "Wide",
"SSE.Views.Toolbar.textPageMarginsCustom": "Custom margins",
"SSE.Views.Toolbar.textBottom": "Bottom: ",
"SSE.Views.Toolbar.textLeft": "Left: ",
"SSE.Views.Toolbar.textRight": "Right: ",
"SSE.Views.Toolbar.textTop": "Top: ",
"SSE.Views.Toolbar.textLandscape": "Landscape",
"SSE.Views.Toolbar.textPortrait": "Portrait"
}