diff -r db991a757015 -r 092fc99f7558 client/js/i18n.js --- a/client/js/i18n.js Thu Sep 06 17:21:11 2012 +0200 +++ b/client/js/i18n.js Fri Sep 07 12:26:16 2012 +0200 @@ -14,6 +14,9 @@ created_by: "Created by:", zoom_in: "Zoom In", zoom_out: "Zoom Out", + caption_edit: "Edit", + caption_remove: "Remove", + caption_link: "Link to another node", notif_add_node: "Click on the background canvas to add a node", notif_start_edge: "Click on a first node to start the edge", notif_end_edge: "Click on a second node to complete the edge", @@ -39,6 +42,9 @@ created_by: "Créé par :", zoom_in: "Agrandir l’échelle", zoom_out: "Rapetisser l’échelle", + caption_edit: "Éditer", + caption_remove: "Supprimer", + caption_link: "Créer un lien", notif_add_node: "Cliquer sur le fond du graphe pour rajouter un nœud", notif_start_edge: "Cliquer sur un premier nœud pour commencer le lien", notif_end_edge: "Cliquer sur un second nœud pour terminer le lien",