diff -r dbd2b3d19a93 -r e21c96e251ee client/js/renderer/scene.js --- a/client/js/renderer/scene.js Fri Jan 09 16:55:06 2015 +0100 +++ b/client/js/renderer/scene.js Sun Jan 11 19:46:47 2015 +0100 @@ -490,22 +490,22 @@ '
<%-translate("Add Node")%>
<% } %>' + '<% if (options.show_addedge_button) { %>
' + '
<%-translate("Add Edge")%>
<% } %>' + - '<% if (options.show_export_button) { %>
<%-translate("Telecharger le projet")%>
<% } %>' + + '<% if (options.show_export_button) { %>
<%-translate("Download Project")%>
<% } %>' + '<% if (options.show_save_button) { %>
<% } %>' + '<% if (options.show_open_button) { %>
<%-translate("Open Project")%>
<% } %>' + '<% if (options.show_bookmarklet) { %>
' + - '<%-translate("Renkan \'Deplacer-Pour-Ajouter\' Signet")%>
<% } %>' + + '<%-translate("Renkan \'Drag-to-Add\' bookmarklet")%><% } %>' + '<% } else { %>' + - '<% if (options.show_export_button) { %>
<%-translate("Telecharger le projet")%>
<% } %>' + + '<% if (options.show_export_button) { %>
<%-translate("Download Project")%>
<% } %>' + '<% };' + 'if (options.show_search_field) { %>' + '
" />
<% } %><% } %>' + '
' + '
' + '<% if (options.show_bins) { %>
«
<% } %>' + - '
">
">
">
' + - '<% if (options.editor_mode) { %>
">
<% } %>' + - '<% if (options.editor_mode || !isNaN(parseInt(options.default_view))) { %>
">
<% } %>
' + + '
">
">
">
' + + '<% if (options.editor_mode) { %>
">
<% } %>' + + '<% if (options.editor_mode || !isNaN(parseInt(options.default_view))) { %>
">
<% } %>
' + '
' ), fixSize: function(_autoscale) {