Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
10271fa7
Commit
10271fa7
authored
Oct 04, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PE] Fix Bug 33178.
parent
d4b04022
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
apps/presentationeditor/main/app/view/FileMenuPanels.js
apps/presentationeditor/main/app/view/FileMenuPanels.js
+2
-2
apps/presentationeditor/main/app/view/Statusbar.js
apps/presentationeditor/main/app/view/Statusbar.js
+2
-2
apps/presentationeditor/main/app/view/Toolbar.js
apps/presentationeditor/main/app/view/Toolbar.js
+2
-2
apps/presentationeditor/main/locale/en.json
apps/presentationeditor/main/locale/en.json
+2
-2
No files found.
apps/presentationeditor/main/app/view/FileMenuPanels.js
View file @
10271fa7
...
...
@@ -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
({
...
...
apps/presentationeditor/main/app/view/Statusbar.js
View file @
10271fa7
...
...
@@ -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
'
,
...
...
apps/presentationeditor/main/app/view/Toolbar.js
View file @
10271fa7
...
...
@@ -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
'
,
...
...
apps/presentationeditor/main/locale/en.json
View file @
10271fa7
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment