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
954f36ae
Commit
954f36ae
authored
Sep 26, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE] Fix Bug 33142.
parent
5a276c6e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
8 deletions
+6
-8
apps/documenteditor/main/app/view/FileMenuPanels.js
apps/documenteditor/main/app/view/FileMenuPanels.js
+2
-2
apps/documenteditor/main/app/view/Statusbar.js
apps/documenteditor/main/app/view/Statusbar.js
+2
-2
apps/documenteditor/main/app/view/Toolbar.js
apps/documenteditor/main/app/view/Toolbar.js
+2
-2
apps/documenteditor/main/locale/en.json
apps/documenteditor/main/locale/en.json
+0
-2
No files found.
apps/documenteditor/main/app/view/FileMenuPanels.js
View file @
954f36ae
...
...
@@ -437,8 +437,8 @@ define([
textAutoRecover
:
'
Autorecover
'
,
strAutoRecover
:
'
Turn on autorecover
'
,
txtInch
:
'
Inch
'
,
txtFitPage
:
'
Fit Page
'
,
txtFitWidth
:
'
Fit Width
'
txtFitPage
:
'
Fit
to
Page
'
,
txtFitWidth
:
'
Fit
to
Width
'
},
DE
.
Views
.
FileMenuPanels
.
Settings
||
{}));
DE
.
Views
.
FileMenuPanels
.
RecentFiles
=
Common
.
UI
.
BaseView
.
extend
({
...
...
apps/documenteditor/main/app/view/Statusbar.js
View file @
954f36ae
...
...
@@ -506,8 +506,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 Page
'
,
tipFitWidth
:
'
Fit Width
'
,
tipFitPage
:
'
Fit
to
Page
'
,
tipFitWidth
:
'
Fit
to
Width
'
,
tipZoomIn
:
'
Zoom In
'
,
tipZoomOut
:
'
Zoom Out
'
,
tipZoomFactor
:
'
Magnification
'
,
...
...
apps/documenteditor/main/app/view/Toolbar.js
View file @
954f36ae
...
...
@@ -1834,8 +1834,8 @@ define([
textHideTitleBar
:
'
Hide Title Bar
'
,
textHideStatusBar
:
'
Hide Status Bar
'
,
textHideLines
:
'
Hide Rulers
'
,
textFitPage
:
'
Fit Page
'
,
textFitWidth
:
'
Fit Width
'
,
textFitPage
:
'
Fit
to
Page
'
,
textFitWidth
:
'
Fit
to
Width
'
,
textZoom
:
'
Zoom
'
,
mniEditDropCap
:
'
Drop Cap Settings
'
,
textNone
:
'
None
'
,
...
...
apps/documenteditor/main/locale/en.json
View file @
954f36ae
...
...
@@ -941,8 +941,6 @@
"DE.Views.FileMenuPanels.Settings.txtPt"
:
"Point"
,
"DE.Views.FileMenuPanels.Settings.txtSpellCheck"
:
"Spell Checking"
,
"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.textBottomLeft"
:
"Bottom Left"
,
"DE.Views.HeaderFooterSettings.textBottomRight"
:
"Bottom Right"
,
...
...
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