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
f9613e3a
Commit
f9613e3a
authored
Oct 05, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
File menu: Back to Document -> Close menu.
parent
379d61e7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
6 deletions
+11
-6
apps/documenteditor/main/app/view/FileMenu.js
apps/documenteditor/main/app/view/FileMenu.js
+3
-2
apps/presentationeditor/main/app/view/FileMenu.js
apps/presentationeditor/main/app/view/FileMenu.js
+3
-2
apps/presentationeditor/main/locale/en.json
apps/presentationeditor/main/locale/en.json
+1
-0
apps/spreadsheeteditor/main/app/view/FileMenu.js
apps/spreadsheeteditor/main/app/view/FileMenu.js
+3
-2
apps/spreadsheeteditor/main/locale/en.json
apps/spreadsheeteditor/main/locale/en.json
+1
-0
No files found.
apps/documenteditor/main/app/view/FileMenu.js
View file @
f9613e3a
...
...
@@ -88,7 +88,7 @@ define([
new
Common
.
UI
.
MenuItem
({
el
:
$
(
'
#fm-btn-return
'
,
this
.
el
),
action
:
'
back
'
,
caption
:
this
.
btn
Return
Caption
,
caption
:
this
.
btn
CloseMenu
Caption
,
canFocused
:
false
}),
new
Common
.
UI
.
MenuItem
({
...
...
@@ -329,6 +329,7 @@ define([
btnHistoryCaption
:
'
Versions History
'
,
btnSaveAsCaption
:
'
Save as
'
,
textDownload
:
'
Download
'
,
btnRenameCaption
:
'
Rename...
'
btnRenameCaption
:
'
Rename...
'
,
btnCloseMenuCaption
:
'
Close Menu
'
},
DE
.
Views
.
FileMenu
||
{}));
});
apps/presentationeditor/main/app/view/FileMenu.js
View file @
f9613e3a
...
...
@@ -91,7 +91,7 @@ define([
new
Common
.
UI
.
MenuItem
({
el
:
$
(
'
#fm-btn-return
'
,
this
.
el
),
action
:
'
back
'
,
caption
:
this
.
btn
Return
Caption
,
caption
:
this
.
btn
CloseMenu
Caption
,
canFocused
:
false
}),
new
Common
.
UI
.
MenuItem
({
...
...
@@ -324,6 +324,7 @@ define([
btnBackCaption
:
'
Go to Documents
'
,
btnSettingsCaption
:
'
Advanced Settings...
'
,
btnSaveAsCaption
:
'
Save as
'
,
btnRenameCaption
:
'
Rename...
'
btnRenameCaption
:
'
Rename...
'
,
btnCloseMenuCaption
:
'
Close Menu
'
},
PE
.
Views
.
FileMenu
||
{}));
});
apps/presentationeditor/main/locale/en.json
View file @
f9613e3a
...
...
@@ -344,6 +344,7 @@
"PE.Views.DocumentPreview.txtPrev"
:
"Previous Slide"
,
"PE.Views.FileMenu.btnAboutCaption"
:
"About"
,
"PE.Views.FileMenu.btnBackCaption"
:
"Go to Documents"
,
"PE.Views.FileMenu.btnCloseMenuCaption"
:
"Close Menu"
,
"PE.Views.FileMenu.btnCreateNewCaption"
:
"Create New"
,
"PE.Views.FileMenu.btnDownloadCaption"
:
"Download as..."
,
"PE.Views.FileMenu.btnHelpCaption"
:
"Help..."
,
...
...
apps/spreadsheeteditor/main/app/view/FileMenu.js
View file @
f9613e3a
...
...
@@ -78,7 +78,7 @@ define([
new
Common
.
UI
.
MenuItem
({
el
:
$
(
'
#fm-btn-return
'
,
this
.
el
),
action
:
'
back
'
,
caption
:
this
.
btn
Return
Caption
,
caption
:
this
.
btn
CloseMenu
Caption
,
canFocused
:
false
}),
new
Common
.
UI
.
MenuItem
({
...
...
@@ -300,6 +300,7 @@ define([
btnBackCaption
:
'
Go to Documents
'
,
btnSettingsCaption
:
'
Advanced Settings...
'
,
btnSaveAsCaption
:
'
Save as
'
,
btnRenameCaption
:
'
Rename...
'
btnRenameCaption
:
'
Rename...
'
,
btnCloseMenuCaption
:
'
Close Menu
'
},
SSE
.
Views
.
FileMenu
||
{}));
});
apps/spreadsheeteditor/main/locale/en.json
View file @
f9613e3a
...
...
@@ -528,6 +528,7 @@
"SSE.Views.DocumentHolder.txtWidth"
:
"Width"
,
"SSE.Views.DocumentHolder.vertAlignText"
:
"Vertical Alignment"
,
"SSE.Views.FileMenu.btnBackCaption"
:
"Go to Documents"
,
"SSE.Views.FileMenu.btnCloseMenuCaption"
:
"Close Menu"
,
"SSE.Views.FileMenu.btnCreateNewCaption"
:
"Create New"
,
"SSE.Views.FileMenu.btnDownloadCaption"
:
"Download as..."
,
"SSE.Views.FileMenu.btnHelpCaption"
:
"Help..."
,
...
...
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