Commit c47cf967 authored by François Billioud's avatar François Billioud

engligh translation

parent eea85d6f
......@@ -53,8 +53,6 @@ getCurrentDocument = function() {
return doc;
}
saveCurrentDocument = function() {
getCurrentPage().getEditor().saveEdition();
//saveJIO(); : JIO function
......
......@@ -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
......@@ -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>Changer 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 traduction</h6>
<h6>Request translation</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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment