Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FUSS Online Collaboration Suite
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FUSS Team
FUSS Online Collaboration Suite
Commits
fa8acdc8
Commit
fa8acdc8
authored
9 years ago
by
Andras Timar
Browse files
Options
Downloads
Patches
Plain Diff
loleaflet: enable l10n of context menu items which come from src files from LO
parent
ea20a290
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
loleaflet/Makefile
+1
-0
1 addition, 0 deletions
loleaflet/Makefile
loleaflet/unocommands.js
+11
-0
11 additions, 0 deletions
loleaflet/unocommands.js
with
12 additions
and
0 deletions
loleaflet/Makefile
+
1
−
0
View file @
fa8acdc8
...
...
@@ -30,6 +30,7 @@ dist: all
pot
:
xgettext
--from-code
=
UTF-8
--keyword
=
_
--output
=
po/loleaflet-ui.pot
\
unocommands.js
\
dist/errormessages.js
\
dist/toolbar/toolbar.js
\
src/control/Control.Tabs.js
\
...
...
This diff is collapsed.
Click to expand it.
loleaflet/unocommands.js
0 → 100644
+
11
−
0
View file @
fa8acdc8
var
CopyHyperlinkLocation
=
_
(
'
Copy Hyperlink
'
);
var
DecrementLevel
=
_
(
'
Down One Level
'
);
var
IncrementLevel
=
_
(
'
Up One Level
'
);
var
EditAnnotation
=
_
(
'
Edit Comment
'
);
var
InsertAnnotation
=
_
(
'
Insert Comment
'
);
var
Merge
=
_
(
'
Merge
'
);
var
MergeCells
=
_
(
'
Merge Cells...
'
);
var
ObjectBackOne
=
_
(
'
Bring Forward
'
);
var
ObjectForwardOne
=
_
(
'
Send Backward
'
);
var
PasteSpecial
=
_
(
'
Paste Special
'
);
var
PasteUnformatted
=
_
(
'
Unformatted Text
'
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment