[SSE] Add translations for print preview

This commit is contained in:
JuliaSvinareva 2021-11-26 13:51:11 +03:00
parent caa7e0629f
commit 6299ae37d1
2 changed files with 41 additions and 2 deletions

View file

@ -3258,6 +3258,6 @@ define([
txtOf: 'of {0}',
txtSheet: 'Sheet: {0}',
txtPageNumInvalid: 'Page number invalid'
}, SSE.Views.FileMenuPanels.PrintWithPreview || {}));
}, SSE.Views.PrintWithPreview || {}));
});

View file

@ -3477,6 +3477,8 @@
"SSE.Views.Toolbar.txtTime": "Time",
"SSE.Views.Toolbar.txtUnmerge": "Unmerge Cells",
"SSE.Views.Toolbar.txtYen": "¥ Yen",
"SSE.Views.Toolbar.textPrintGridlines": "Print gridlines",
"SSE.Views.Toolbar.textPrintHeadings": "Print headings",
"SSE.Views.Top10FilterDialog.textType": "Show",
"SSE.Views.Top10FilterDialog.txtBottom": "Bottom",
"SSE.Views.Top10FilterDialog.txtBy": "by",
@ -3561,5 +3563,42 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Enter a password to unprotect sheet",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Unprotect Sheet",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Enter a password to unprotect workbook",
"SSE.Views.WBProtection.txtWBUnlockTitle": "Unprotect Workbook"
"SSE.Views.WBProtection.txtWBUnlockTitle": "Unprotect Workbook",
"SSE.Views.PrintWithPreview.txtPrint": "Print",
"SSE.Views.PrintWithPreview.txtSave": "Save",
"SSE.Views.PrintWithPreview.txtPrintRange": "Print range",
"SSE.Views.PrintWithPreview.txtCurrentSheet": "Current sheet",
"SSE.Views.PrintWithPreview.txtAllSheets": "All sheets",
"SSE.Views.PrintWithPreview.txtSelection": "Selection",
"SSE.Views.PrintWithPreview.txtSettingsOfSheet": "Settings of sheet",
"SSE.Views.PrintWithPreview.txtPageSize": "Page size",
"SSE.Views.PrintWithPreview.txtPageOrientation": "Page orientation",
"SSE.Views.PrintWithPreview.txtPortrait": "Portrait",
"SSE.Views.PrintWithPreview.txtLandscape": "Landscape",
"SSE.Views.PrintWithPreview.txtScaling": "Scaling",
"SSE.Views.PrintWithPreview.txtActualSize": "Actual Size",
"SSE.Views.PrintWithPreview.txtFitPage": "Fit Sheet on One Page",
"SSE.Views.PrintWithPreview.txtFitCols": "Fit All Columns on One Page",
"SSE.Views.PrintWithPreview.txtFitRows": "Fit All Rows on One Pag",
"SSE.Views.PrintWithPreview.txtCustom": "Custom",
"SSE.Views.PrintWithPreview.txtCustomOptions": "Custom Options",
"SSE.Views.PrintWithPreview.txtPrintTitles": "Print titles",
"SSE.Views.PrintWithPreview.txtRepeatRowsAtTop": "Repeat rows at top",
"SSE.Views.PrintWithPreview.txtRepeatColumnsAtLeft": "Repeat columns at left",
"SSE.Views.PrintWithPreview.txtRepeat": "Repeat...",
"SSE.Views.PrintWithPreview.txtMargins": "Margins",
"SSE.Views.PrintWithPreview.txtTop": "Top",
"SSE.Views.PrintWithPreview.txtBottom": "Bottom",
"SSE.Views.PrintWithPreview.txtLeft": "Left",
"SSE.Views.PrintWithPreview.txtRight": "Right",
"SSE.Views.PrintWithPreview.txtGridlinesAndHeadings": "Gridlines and headings",
"SSE.Views.PrintWithPreview.txtPrintGrid": "Print gridlines",
"SSE.Views.PrintWithPreview.txtPrintHeadings": "Print row and columns headings",
"SSE.Views.PrintWithPreview.txtHeaderFooterSettings": "Header/footer settings",
"SSE.Views.PrintWithPreview.txtApplyToAllSheets": "Apply to all sheets",
"SSE.Views.PrintWithPreview.txtIgnore": "Ignore print area",
"SSE.Views.PrintWithPreview.txtPage": "Page",
"SSE.Views.PrintWithPreview.txtOf": "of {0}",
"SSE.Views.PrintWithPreview.txtSheet": "Sheet: {0}",
"SSE.Views.PrintWithPreview.txtPageNumInvalid": "Page number invalid"
}