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
cf53fc04
Commit
cf53fc04
authored
Oct 26, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PE][SSE] Debug context menu for equations.
parent
7761977f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
4 deletions
+34
-4
apps/presentationeditor/main/app/view/DocumentHolder.js
apps/presentationeditor/main/app/view/DocumentHolder.js
+5
-2
apps/presentationeditor/main/locale/en.json
apps/presentationeditor/main/locale/en.json
+4
-0
apps/spreadsheeteditor/main/app/controller/DocumentHolder.js
apps/spreadsheeteditor/main/app/controller/DocumentHolder.js
+13
-2
apps/spreadsheeteditor/main/locale/en.json
apps/spreadsheeteditor/main/locale/en.json
+12
-0
No files found.
apps/presentationeditor/main/app/view/DocumentHolder.js
View file @
cf53fc04
...
...
@@ -2811,8 +2811,11 @@ define([
txtAlignToChar
:
'
Align to character
'
,
txtDeleteRadical
:
'
Delete radical
'
,
txtDeleteChars
:
'
Delete enclosing characters
'
,
txtDeleteCharsAndSeparators
:
'
Delete enclosing characters and separators
'
txtDeleteCharsAndSeparators
:
'
Delete enclosing characters and separators
'
,
alignmentText
:
'
Alignment
'
,
leftText
:
'
Left
'
,
rightText
:
'
Right
'
,
centerText
:
'
Center
'
},
PE
.
Views
.
DocumentHolder
||
{}));
});
\ No newline at end of file
apps/presentationeditor/main/locale/en.json
View file @
cf53fc04
...
...
@@ -728,6 +728,10 @@
"PE.Views.DocumentHolder.txtUnderbar"
:
"Bar under text"
,
"PE.Views.DocumentHolder.txtUngroup"
:
"Ungroup"
,
"PE.Views.DocumentHolder.vertAlignText"
:
"Vertical Alignment"
,
"PE.Views.DocumentHolder.alignmentText"
:
"Alignment"
,
"PE.Views.DocumentHolder.leftText"
:
"Left"
,
"PE.Views.DocumentHolder.rightText"
:
"Right"
,
"PE.Views.DocumentHolder.centerText"
:
"Center"
,
"PE.Views.DocumentPreview.goToSlideText"
:
"Go to Slide"
,
"PE.Views.DocumentPreview.slideIndexText"
:
"Slide {0} of {1}"
,
"PE.Views.DocumentPreview.txtClose"
:
"Close Slideshow"
,
...
...
apps/spreadsheeteditor/main/app/controller/DocumentHolder.js
View file @
cf53fc04
...
...
@@ -2269,8 +2269,19 @@ define([
txtAlignToChar
:
'
Align to character
'
,
txtDeleteRadical
:
'
Delete radical
'
,
txtDeleteChars
:
'
Delete enclosing characters
'
,
txtDeleteCharsAndSeparators
:
'
Delete enclosing characters and separators
'
txtDeleteCharsAndSeparators
:
'
Delete enclosing characters and separators
'
,
insertText
:
'
Insert
'
,
alignmentText
:
'
Alignment
'
,
leftText
:
'
Left
'
,
rightText
:
'
Right
'
,
centerText
:
'
Center
'
,
insertRowAboveText
:
'
Row Above
'
,
insertRowBelowText
:
'
Row Below
'
,
insertColumnLeftText
:
'
Column Left
'
,
insertColumnRightText
:
'
Column Right
'
,
deleteText
:
'
Delete
'
,
deleteRowText
:
'
Delete Row
'
,
deleteColumnText
:
'
Delete Column
'
},
SSE
.
Controllers
.
DocumentHolder
||
{}));
});
\ No newline at end of file
apps/spreadsheeteditor/main/locale/en.json
View file @
cf53fc04
...
...
@@ -181,6 +181,18 @@
"SSE.Controllers.DocumentHolder.txtTop"
:
"Top"
,
"SSE.Controllers.DocumentHolder.txtUnderbar"
:
"Bar under text"
,
"SSE.Controllers.DocumentHolder.txtWidth"
:
"Width"
,
"SSE.Controllers.DocumentHolder.insertText"
:
"Insert"
,
"SSE.Controllers.DocumentHolder.alignmentText"
:
"Alignment"
,
"SSE.Controllers.DocumentHolder.leftText"
:
"Left"
,
"SSE.Controllers.DocumentHolder.rightText"
:
"Right"
,
"SSE.Controllers.DocumentHolder.centerText"
:
"Center"
,
"SSE.Controllers.DocumentHolder.insertRowAboveText"
:
"Row Above"
,
"SSE.Controllers.DocumentHolder.insertRowBelowText"
:
"Row Below"
,
"SSE.Controllers.DocumentHolder.insertColumnLeftText"
:
"Column Left"
,
"SSE.Controllers.DocumentHolder.insertColumnRightText"
:
"Column Right"
,
"SSE.Controllers.DocumentHolder.deleteText"
:
"Delete"
,
"SSE.Controllers.DocumentHolder.deleteRowText"
:
"Delete Row"
,
"SSE.Controllers.DocumentHolder.deleteColumnText"
:
"Delete Column"
,
"SSE.Controllers.LeftMenu.newDocumentTitle"
:
"Unnamed spreadsheet"
,
"SSE.Controllers.LeftMenu.textByColumns"
:
"By columns"
,
"SSE.Controllers.LeftMenu.textByRows"
:
"By rows"
,
...
...
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