update translation and button text
authorrougeronj
Thu, 24 Sep 2015 17:47:11 +0200
changeset 553 d05ee3bcceab
parent 552 c65ad94a9a91
child 554 32c7378d1c28
update translation and button text
client/js/i18n.js
client/js/renderer/nodeshowbutton.js
--- a/client/js/i18n.js	Thu Sep 24 17:04:21 2015 +0200
+++ b/client/js/i18n.js	Thu Sep 24 17:47:11 2015 +0200
@@ -94,6 +94,8 @@
         "<unknown user>":"<non authentifié>",
         "Search in graph":"Rechercher dans carte",
         "Search in " : "Chercher dans ",
-        "Show hidden nodes": "Afficher les noeuds cachés"
+        "Show hidden nodes": "Montrer les noeuds cachés",
+        "Show neighbors": "Montrer les voisins",
+        "Hide": "Cacher"
     }
 };
--- a/client/js/renderer/nodeshowbutton.js	Thu Sep 24 17:04:21 2015 +0200
+++ b/client/js/renderer/nodeshowbutton.js	Thu Sep 24 17:47:11 2015 +0200
@@ -16,7 +16,7 @@
             this.startAngle = 90;
             this.endAngle = 135;
             this.imageName = "show";
-            this.text = "Show";
+            this.text = "Show neighbors";
         },
         mouseup: function() {
             this.renderer.click_target = null;