[DE] Fix Bug 33142.
This commit is contained in:
parent
5a276c6e48
commit
954f36aeff
|
@ -437,8 +437,8 @@ define([
|
||||||
textAutoRecover: 'Autorecover',
|
textAutoRecover: 'Autorecover',
|
||||||
strAutoRecover: 'Turn on autorecover',
|
strAutoRecover: 'Turn on autorecover',
|
||||||
txtInch: 'Inch',
|
txtInch: 'Inch',
|
||||||
txtFitPage: 'Fit Page',
|
txtFitPage: 'Fit to Page',
|
||||||
txtFitWidth: 'Fit Width'
|
txtFitWidth: 'Fit to Width'
|
||||||
}, DE.Views.FileMenuPanels.Settings || {}));
|
}, DE.Views.FileMenuPanels.Settings || {}));
|
||||||
|
|
||||||
DE.Views.FileMenuPanels.RecentFiles = Common.UI.BaseView.extend({
|
DE.Views.FileMenuPanels.RecentFiles = Common.UI.BaseView.extend({
|
||||||
|
|
|
@ -506,8 +506,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 Page',
|
tipFitPage : 'Fit to Page',
|
||||||
tipFitWidth : 'Fit Width',
|
tipFitWidth : 'Fit to Width',
|
||||||
tipZoomIn : 'Zoom In',
|
tipZoomIn : 'Zoom In',
|
||||||
tipZoomOut : 'Zoom Out',
|
tipZoomOut : 'Zoom Out',
|
||||||
tipZoomFactor : 'Magnification',
|
tipZoomFactor : 'Magnification',
|
||||||
|
|
|
@ -1834,8 +1834,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 Page',
|
textFitPage: 'Fit to Page',
|
||||||
textFitWidth: 'Fit Width',
|
textFitWidth: 'Fit to Width',
|
||||||
textZoom: 'Zoom',
|
textZoom: 'Zoom',
|
||||||
mniEditDropCap: 'Drop Cap Settings',
|
mniEditDropCap: 'Drop Cap Settings',
|
||||||
textNone: 'None',
|
textNone: 'None',
|
||||||
|
|
|
@ -941,8 +941,6 @@
|
||||||
"DE.Views.FileMenuPanels.Settings.txtPt": "Point",
|
"DE.Views.FileMenuPanels.Settings.txtPt": "Point",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtSpellCheck": "Spell Checking",
|
"DE.Views.FileMenuPanels.Settings.txtSpellCheck": "Spell Checking",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtWin": "as Windows",
|
"DE.Views.FileMenuPanels.Settings.txtWin": "as Windows",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtFitPage": "Fit Page",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.txtFitWidth": "Fit Width",
|
|
||||||
"DE.Views.HeaderFooterSettings.textBottomCenter": "Bottom Center",
|
"DE.Views.HeaderFooterSettings.textBottomCenter": "Bottom Center",
|
||||||
"DE.Views.HeaderFooterSettings.textBottomLeft": "Bottom Left",
|
"DE.Views.HeaderFooterSettings.textBottomLeft": "Bottom Left",
|
||||||
"DE.Views.HeaderFooterSettings.textBottomRight": "Bottom Right",
|
"DE.Views.HeaderFooterSettings.textBottomRight": "Bottom Right",
|
||||||
|
|
Loading…
Reference in a new issue