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