diff options
| author | hallgren <hallgren@chalmers.se> | 2012-09-09 21:17:31 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-09-09 21:17:31 +0000 |
| commit | c7fd975c77eaf618320720cc5d6eb76b842dc53d (patch) | |
| tree | 9a47b9c76a1ad62c405abc0cf26d1583b943b439 /src/www/translator/index.html | |
| parent | a34e9482e7f3802730d36f35c31bf52e0bf01600 (diff) | |
simple translator: support for importing GlobalSight Download Files
TODO: support for export translations in the same format.
Diffstat (limited to 'src/www/translator/index.html')
| -rw-r--r-- | src/www/translator/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/www/translator/index.html b/src/www/translator/index.html index 058959c86..fa805fe28 100644 --- a/src/www/translator/index.html +++ b/src/www/translator/index.html @@ -16,6 +16,7 @@ <dl> <dt onclick="translator.new(this)">New <dt onclick="translator.browse(this)">Open... + <dt id="import_globalsight" onclick="translator.import_globalsight(this)">Import from GlobalSight... <dt onclick="translator.save(this)">Save <dt onclick="translator.saveAs(this)">Save As... <dt onclick="translator.close(this)">Close @@ -71,7 +72,7 @@ </div> <hr> <div class=modtime><small>HMTL -<!-- hhmts start -->Last modified: Thu Aug 30 15:01:31 CEST 2012 <!-- hhmts end --> +<!-- hhmts start -->Last modified: Sun Sep 9 23:09:57 CEST 2012 <!-- hhmts end --> </small></div> <a href="about.html">About</a> |
