Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
officejs
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
officejs
Commits
c47cf967
Commit
c47cf967
authored
Jun 16, 2011
by
François Billioud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
engligh translation
parent
eea85d6f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
9 deletions
+13
-9
UNGProject/js/editor.js
UNGProject/js/editor.js
+0
-2
UNGProject/js/theme.js
UNGProject/js/theme.js
+2
-1
UNGProject/theme.html
UNGProject/theme.html
+11
-6
No files found.
UNGProject/js/editor.js
View file @
c47cf967
...
...
@@ -53,8 +53,6 @@ getCurrentDocument = function() {
return
doc
;
}
saveCurrentDocument
=
function
()
{
getCurrentPage
().
getEditor
().
saveEdition
();
//saveJIO(); : JIO function
...
...
UNGProject/js/theme.js
View file @
c47cf967
...
...
@@ -4,7 +4,7 @@
var
languages
=
[
"
fr
"
,
"
en
"
];
var
availableLanguages
=
window
.
document
.
getElementById
(
"
available_languages
"
);
var
currentPage
=
null
;
currentPage
=
null
;
/*
...
...
@@ -230,5 +230,6 @@ currentTime = function() {return (new Date()).toUTCString();}
cancel_sharing
=
function
()
{
alert
(
"
cancel
"
);}
translate
=
function
()
{
alert
(
"
translate
"
);}
submit
=
function
()
{
alert
(
"
submit
"
);}
share
=
function
()
{
alert
(
"
share
"
);}
//test = new User();
\ No newline at end of file
UNGProject/theme.html
View file @
c47cf967
...
...
@@ -29,7 +29,6 @@
<script
type=
"text/javascript"
src=
"js/tools.js"
></script>
<script
type=
"text/javascript"
src=
"js/theme.js"
></script>
<script
type=
"text/javascript"
>
// initialize
init
=
function
()
{
...
...
@@ -192,13 +191,13 @@
<a
id=
"last_update"
>
Updated ... by
</a>
<a
id=
"author"
>
Unknown
</a>
<button
type=
"submit"
>
Enregistrer
</button>
<button
type=
"submit"
>
Save
</button>
<div
class=
"action_menu"
>
<ul><li>
<a
id=
"change_state"
>
<span>
Change
r d'état
</span>
<span>
Change
state
</span>
<img
src=
"images/ung/arrow.png"
alt=
">"
/>
</a>
...
...
@@ -206,21 +205,27 @@
<li>
<a
onclick=
"javascript:cancel_sharing()"
>
<h6>
Annuler la publication du document
</h6>
<h6>
Cancel document publication
</h6>
</a>
</li>
<li>
<a
onclick=
"javascript:translate()"
>
<h6>
Demander la traduc
tion
</h6>
<h6>
Request transla
tion
</h6>
</a>
</li>
<li>
<a
onclick=
"javascript:submit()"
>
<h6>
Soumettre
</h6>
<h6>
Submit document for review
</h6>
</a>
</li>
<li>
<a
onclick=
"javascript:share()"
>
<h6>
Share this document
</h6>
</a>
</li>
...
...
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