From 1ebd7174b2cc6745813cb53a7843caf0c2c88169 Mon Sep 17 00:00:00 2001 From: StalderT Date: Tue, 1 Dec 2015 11:46:11 +0100 Subject: [PATCH] Update lang.es.js --- editor/locale/lang.es.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editor/locale/lang.es.js b/editor/locale/lang.es.js index 3990f83d..c50a86f2 100644 --- a/editor/locale/lang.es.js +++ b/editor/locale/lang.es.js @@ -79,7 +79,7 @@ svgEditor.readLang({ "fit_to_sel": "Ajustar a la selección", "align_relative_to": "Alinear con respecto a ...", "relativeTo": "en relación con:", - "Página": "Página", + "page": "Página", "largest_object": "El objeto más grande", "selected_objects": "Objetos seleccionados", "smallest_object": "El objeto más pequeño", @@ -139,7 +139,7 @@ svgEditor.readLang({ "copy": "Copy", "paste": "Paste", "paste_in_place": "Paste in Place", - "suprimir": "Delete", + "delete": "Delete", "group": "Group", "move_front": "Bring to Front", "move_up": "Bring Forward", @@ -247,4 +247,4 @@ svgEditor.readLang({ rememberLabel: "Remember this choice?", rememberTooltip: "If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again." } -}); \ No newline at end of file +});