[PE] Fix Bug 33178.
This commit is contained in:
parent
d4b040221a
commit
10271fa79c
|
@ -318,7 +318,7 @@ define([
|
||||||
strInputMode: 'Turn on hieroglyphs',
|
strInputMode: 'Turn on hieroglyphs',
|
||||||
strZoom: 'Default Zoom Value',
|
strZoom: 'Default Zoom Value',
|
||||||
okButtonText: 'Apply',
|
okButtonText: 'Apply',
|
||||||
txtFitSlide: 'Fit Slide',
|
txtFitSlide: 'Fit to Slide',
|
||||||
txtInput: 'Alternate Input',
|
txtInput: 'Alternate Input',
|
||||||
strUnit: 'Unit of Measurement',
|
strUnit: 'Unit of Measurement',
|
||||||
txtCm: 'Centimeter',
|
txtCm: 'Centimeter',
|
||||||
|
@ -340,7 +340,7 @@ define([
|
||||||
textAutoRecover: 'Autorecover',
|
textAutoRecover: 'Autorecover',
|
||||||
strAutoRecover: 'Turn on autorecover',
|
strAutoRecover: 'Turn on autorecover',
|
||||||
txtInch: 'Inch',
|
txtInch: 'Inch',
|
||||||
txtFitWidth: 'Fit Width'
|
txtFitWidth: 'Fit to Width'
|
||||||
}, PE.Views.FileMenuPanels.Settings || {}));
|
}, PE.Views.FileMenuPanels.Settings || {}));
|
||||||
|
|
||||||
PE.Views.FileMenuPanels.RecentFiles = Common.UI.BaseView.extend({
|
PE.Views.FileMenuPanels.RecentFiles = Common.UI.BaseView.extend({
|
||||||
|
|
|
@ -368,8 +368,8 @@ define([
|
||||||
tipUsers : 'Document is currently being edited by several users.',
|
tipUsers : 'Document is currently being edited by several users.',
|
||||||
tipMoreUsers : 'and %1 users.',
|
tipMoreUsers : 'and %1 users.',
|
||||||
tipShowUsers : 'To see all users click the icon below.',
|
tipShowUsers : 'To see all users click the icon below.',
|
||||||
tipFitPage : 'Fit Slide',
|
tipFitPage : 'Fit to Slide',
|
||||||
tipFitWidth : 'Fit Width',
|
tipFitWidth : 'Fit to Width',
|
||||||
tipZoomIn : 'Zoom In',
|
tipZoomIn : 'Zoom In',
|
||||||
tipZoomOut : 'Zoom Out',
|
tipZoomOut : 'Zoom Out',
|
||||||
tipZoomFactor : 'Magnification',
|
tipZoomFactor : 'Magnification',
|
||||||
|
|
|
@ -1586,8 +1586,8 @@ define([
|
||||||
textHideTitleBar: 'Hide Title Bar',
|
textHideTitleBar: 'Hide Title Bar',
|
||||||
textHideStatusBar: 'Hide Status Bar',
|
textHideStatusBar: 'Hide Status Bar',
|
||||||
textHideLines: 'Hide Rulers',
|
textHideLines: 'Hide Rulers',
|
||||||
textFitPage: 'Fit Slide',
|
textFitPage: 'Fit to Slide',
|
||||||
textFitWidth: 'Fit Width',
|
textFitWidth: 'Fit to Width',
|
||||||
textZoom: 'Zoom',
|
textZoom: 'Zoom',
|
||||||
tipInsertChart: 'Insert Chart',
|
tipInsertChart: 'Insert Chart',
|
||||||
textLine: 'Line Chart',
|
textLine: 'Line Chart',
|
||||||
|
|
|
@ -663,7 +663,7 @@
|
||||||
"PE.Views.Statusbar.goToPageText": "Go to Slide",
|
"PE.Views.Statusbar.goToPageText": "Go to Slide",
|
||||||
"PE.Views.Statusbar.pageIndexText": "Slide {0} of {1}",
|
"PE.Views.Statusbar.pageIndexText": "Slide {0} of {1}",
|
||||||
"PE.Views.Statusbar.tipAccessRights": "Manage document access rights",
|
"PE.Views.Statusbar.tipAccessRights": "Manage document access rights",
|
||||||
"PE.Views.Statusbar.tipFitPage": "Fit Slide",
|
"PE.Views.Statusbar.tipFitPage": "Fit to Slide",
|
||||||
"PE.Views.Statusbar.tipFitWidth": "Fit to Width",
|
"PE.Views.Statusbar.tipFitWidth": "Fit to Width",
|
||||||
"PE.Views.Statusbar.tipMoreUsers": "and %1 users.",
|
"PE.Views.Statusbar.tipMoreUsers": "and %1 users.",
|
||||||
"PE.Views.Statusbar.tipPreview": "Start Slideshow",
|
"PE.Views.Statusbar.tipPreview": "Start Slideshow",
|
||||||
|
@ -792,7 +792,7 @@
|
||||||
"PE.Views.Toolbar.textCancel": "Cancel",
|
"PE.Views.Toolbar.textCancel": "Cancel",
|
||||||
"PE.Views.Toolbar.textColumn": "Column Chart",
|
"PE.Views.Toolbar.textColumn": "Column Chart",
|
||||||
"PE.Views.Toolbar.textCompactView": "View Compact Toolbar",
|
"PE.Views.Toolbar.textCompactView": "View Compact Toolbar",
|
||||||
"PE.Views.Toolbar.textFitPage": "Fit Slide",
|
"PE.Views.Toolbar.textFitPage": "Fit to Slide",
|
||||||
"PE.Views.Toolbar.textFitWidth": "Fit to Width",
|
"PE.Views.Toolbar.textFitWidth": "Fit to Width",
|
||||||
"PE.Views.Toolbar.textHideLines": "Hide Rulers",
|
"PE.Views.Toolbar.textHideLines": "Hide Rulers",
|
||||||
"PE.Views.Toolbar.textHideStatusBar": "Hide Status Bar",
|
"PE.Views.Toolbar.textHideStatusBar": "Hide Status Bar",
|
||||||
|
|
Loading…
Reference in a new issue