# HG changeset patch
# User rougeronj
# Date 1420818895 -3600
# Node ID e268bc4db394b7239b71e059a201677146cbd3e7
# Parent 8dff53b60f4e3973d3426b9db31df821f6f3505c
Close #43 - translations
diff -r 8dff53b60f4e -r e268bc4db394 client/js/renderer/scene.js
--- a/client/js/renderer/scene.js Fri Jan 09 16:54:21 2015 +0100
+++ b/client/js/renderer/scene.js Fri Jan 09 16:54:55 2015 +0100
@@ -490,22 +490,22 @@
'
<%-translate("Add Node")%>
<% } %>' +
'<% if (options.show_addedge_button) { %><% } %>' +
- '<% if (options.show_export_button) { %><% } %>' +
+ '<% if (options.show_export_button) { %><% } %>' +
'<% if (options.show_save_button) { %><% } %>' +
'<% if (options.show_open_button) { %><% } %>' +
'<% if (options.show_bookmarklet) { %><% } %>' +
+ '<%-translate("Renkan \'Deplacer-Pour-Ajouter\' Signet")%><% } %>' +
'<% } else { %>' +
- '<% if (options.show_export_button) { %><% } %>' +
+ '<% if (options.show_export_button) { %><% } %>' +
'<% };' +
'if (options.show_search_field) { %>' +
'<% } %><% } %>' +
'' +
'
' +
'<% if (options.show_bins) { %>
«
<% } %>' +
- '
' +
+ '
' +
'
'
),
fixSize: function(_autoscale) {