From 7d4978740e6aff65c6783f2242fb548ef7dafc27 Mon Sep 17 00:00:00 2001 From: Alexis Deveria Date: Wed, 28 Apr 2010 16:34:02 +0000 Subject: [PATCH] Made more locale-related fixes, fixed issue 544 using codedread's help git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1550 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/locale/lang.en.js | 5 +- editor/svg-editor.html | 1 - editor/svg-editor.js | 32 ++++++-- editor/svgcanvas.js | 163 ++++++++++++++++++++++++--------------- 4 files changed, 129 insertions(+), 72 deletions(-) diff --git a/editor/locale/lang.en.js b/editor/locale/lang.en.js index 8e41a7ca..99728022 100644 --- a/editor/locale/lang.en.js +++ b/editor/locale/lang.en.js @@ -132,12 +132,13 @@ {"id": "zoom_panel", "title": "Change zoom level"}, {"id": "zoomLabel", "textContent": "zoom:"}, {"id": "sidepanel_handle", "textContent": "L a y e r s", "title": "Drag left/right to resize side panel"}, +{"id": "main_icon", "title": "Main Menu"}, {"id": "tool_blur", "title": "Change gaussian blur value"}, {"id": "tool_position", "title": "Align Element to Page"}, {"id": "idLabel", "title": "Identify the element"}, {"id": "tool_openclose_path", "title": "Open/close sub-path"}, {"id": "tool_add_subpath", "title": "Add sub-path"}, -{"id": "cur_linejoin", "title": "Add sub-path"}, +{"id": "toggle_stroke_tools", "title": "Show/hide more stroke tools"}, {"id": "linejoin_miter", "title": "Linejoin: Miter"}, {"id": "linejoin_round", "title": "Linejoin: Round"}, {"id": "linejoin_bevel", "title": "Linejoin: Bevel"}, @@ -150,6 +151,8 @@ {"id": "mode_connect", "title": "Connect two objects"}, {"id": "connector_no_arrow", "textContent": "No arrow"}, + + { "js_strings": { "QerrorsRevertToSource": "There were parsing errors in your SVG source.\nRevert back to original SVG source?", diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 91776cf1..dd2d018c 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -450,7 +450,6 @@ script type="text/javascript" src="locale/locale.min.js">