',
'<%= scope.getDisplayValue(item) %>
',
'<% if (item.size !== null) { %>' +
- '' +
- '
' +
- '' +
- '
' +
+ '' +
+ '' +
+ '' +
+ '
' +
'<% } %>',
'<% }); %>'
].join('')),
@@ -2648,10 +2648,10 @@ define([
txtLandscape: 'Landscape',
txtCustom: 'Custom',
txtMargins: 'Margins',
- txtTop: 'Top:',
- txtBottom: 'Bottom:',
- txtLeft: 'Left:',
- txtRight: 'Right:',
+ txtTop: 'Top',
+ txtBottom: 'Bottom',
+ txtLeft: 'Left',
+ txtRight: 'Right',
txtPage: 'Page',
txtOf: 'of {0}',
txtPageNumInvalid: 'Page number invalid',
diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json
index 303e6e092..e27028544 100644
--- a/apps/documenteditor/main/locale/en.json
+++ b/apps/documenteditor/main/locale/en.json
@@ -951,6 +951,9 @@
"DE.Controllers.Statusbar.textTrackChanges": "The document is opened with the Track Changes mode enabled",
"DE.Controllers.Statusbar.tipReview": "Track changes",
"DE.Controllers.Statusbar.zoomText": "Zoom {0}%",
+ "DE.Controllers.Print.txtCustom": "Custom",
+ "DE.Controllers.Print.txtPrintRangeInvalid": "Invalid print range",
+ "DE.Controllers.Print.textMarginsLast": "Last Custom",
"DE.Controllers.Toolbar.confirmAddFontName": "The font you are going to save is not available on the current device.
The text style will be displayed using one of the system fonts, the saved font will be used when it is available.
Do you want to continue?",
"DE.Controllers.Toolbar.dataUrl": "Paste a data URL",
"DE.Controllers.Toolbar.notcriticalErrorTitle": "Warning",
@@ -2384,6 +2387,33 @@
"DE.Views.ParagraphSettingsAdvanced.tipTop": "Set top border only",
"DE.Views.ParagraphSettingsAdvanced.txtAutoText": "Auto",
"DE.Views.ParagraphSettingsAdvanced.txtNoBorders": "No borders",
+ "DE.Views.PrintWithPreview.txtPrint": "Print",
+ "DE.Views.PrintWithPreview.txtPrintPdf": "Print to PDF",
+ "DE.Views.PrintWithPreview.txtPrintRange": "Print range",
+ "DE.Views.PrintWithPreview.txtCurrentPage": "Current page",
+ "DE.Views.PrintWithPreview.txtAllPages": "All pages",
+ "DE.Views.PrintWithPreview.txtSelection": "Selection",
+ "DE.Views.PrintWithPreview.txtCustomPages": "Custom print",
+ "DE.Views.PrintWithPreview.txtPageSize": "Page size",
+ "DE.Views.PrintWithPreview.txtPageOrientation": "Page orientation",
+ "DE.Views.PrintWithPreview.txtPortrait": "Portrait",
+ "DE.Views.PrintWithPreview.txtLandscape": "Landscape",
+ "DE.Views.PrintWithPreview.txtCustom": "Custom",
+ "DE.Views.PrintWithPreview.txtMargins": "Margins",
+ "DE.Views.PrintWithPreview.txtTop": "Top",
+ "DE.Views.PrintWithPreview.txtBottom": "Bottom",
+ "DE.Views.PrintWithPreview.txtLeft": "Left",
+ "DE.Views.PrintWithPreview.txtRight": "Right",
+ "DE.Views.PrintWithPreview.txtPage": "Page",
+ "DE.Views.PrintWithPreview.txtOf": "of {0}",
+ "DE.Views.PrintWithPreview.txtPageNumInvalid": "Page number invalid",
+ "DE.Views.PrintWithPreview.txtPages": "Pages",
+ "DE.Views.PrintWithPreview.textMarginsLast": "Last Custom",
+ "DE.Views.PrintWithPreview.textMarginsNormal": "Normal",
+ "DE.Views.PrintWithPreview.textMarginsUsNormal": "US Normal",
+ "DE.Views.PrintWithPreview.textMarginsNarrow": "Narrow",
+ "DE.Views.PrintWithPreview.textMarginsModerate": "Moderate",
+ "DE.Views.PrintWithPreview.textMarginsWide": "Wide",
"DE.Views.RightMenu.txtChartSettings": "Chart settings",
"DE.Views.RightMenu.txtFormSettings": "Form Settings",
"DE.Views.RightMenu.txtHeaderFooterSettings": "Header and footer settings",