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
82d839ec
Commit
82d839ec
authored
Aug 16, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 32932.
parent
031b728b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
apps/common/main/lib/view/Plugins.js
apps/common/main/lib/view/Plugins.js
+1
-1
apps/documenteditor/main/app/view/LeftMenu.js
apps/documenteditor/main/app/view/LeftMenu.js
+1
-1
apps/presentationeditor/main/app/view/LeftMenu.js
apps/presentationeditor/main/app/view/LeftMenu.js
+1
-1
apps/spreadsheeteditor/main/app/view/LeftMenu.js
apps/spreadsheeteditor/main/app/view/LeftMenu.js
+1
-1
No files found.
apps/common/main/lib/view/Plugins.js
View file @
82d839ec
...
...
@@ -187,7 +187,7 @@ define([
this
.
loadMask
.
hide
();
},
strPlugins
:
'
Add-o
ns
'
,
strPlugins
:
'
Plugi
ns
'
,
textLoading
:
'
Loading
'
,
textStart
:
'
Start
'
...
...
apps/documenteditor/main/app/view/LeftMenu.js
View file @
82d839ec
...
...
@@ -366,6 +366,6 @@ define([
tipSupport
:
'
Feedback & Support
'
,
tipFile
:
'
File
'
,
tipSearch
:
'
Search
'
,
tipPlugins
:
'
Add-o
ns
'
tipPlugins
:
'
Plugi
ns
'
},
DE
.
Views
.
LeftMenu
||
{}));
});
apps/presentationeditor/main/app/view/LeftMenu.js
View file @
82d839ec
...
...
@@ -382,6 +382,6 @@ define([
tipFile
:
'
File
'
,
tipSearch
:
'
Search
'
,
tipSlides
:
'
Slides
'
,
tipPlugins
:
'
Add-o
ns
'
tipPlugins
:
'
Plugi
ns
'
},
PE
.
Views
.
LeftMenu
||
{}));
});
apps/spreadsheeteditor/main/app/view/LeftMenu.js
View file @
82d839ec
...
...
@@ -347,6 +347,6 @@ define([
tipSupport
:
'
Feedback & Support
'
,
tipFile
:
'
File
'
,
tipSearch
:
'
Search
'
,
tipPlugins
:
'
Add-o
ns
'
tipPlugins
:
'
Plugi
ns
'
},
SSE
.
Views
.
LeftMenu
||
{}));
});
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