diff --git a/editor/locale/lang.en.js b/editor/locale/lang.en.js
index d7505e51..22ca7a61 100644
--- a/editor/locale/lang.en.js
+++ b/editor/locale/lang.en.js
@@ -88,7 +88,7 @@
{"id":"angleLabel","textContent":"angle:"},
{"id":"relativeToLabel","textContent":"relative to:"},
{"id":"zoomLabel","textContent":"zoom:"},
-{"id":"svninfo_change_background","textContent":"Canvas Background"},
+{"id":"svginfo_change_background","textContent":"Canvas Background"},
{"id":"layersLable","textContent":"Layers:"},
{"id":"selectedPredefined","textContent":"Select predefined:"},
{"id":"fitToContent","textContent":"Fit to Content"},
@@ -106,7 +106,7 @@
{"id":"page","textContent":"page"},
{"id":"fill_tool_bottom","textContent":"fill:"},
{"id":"stroke_tool_bottom","textContent":"stroke:"},
-{"id":"svninfo_dim","textContent":"Canvas Dimensions"},
+{"id":"svginfo_dim","textContent":"Canvas Dimensions"},
{"id":"path_node_x","title":"Change node's x coordinate"},
{"id":"path_node_y","title":"Change node's y coordinate"},
{"id":"seg_type","title":"Change Segment type"},
@@ -117,6 +117,28 @@
{"id":"selLayerLabel","textContent":"Move elements to:"},
{"id":"selLayerNames","title":"Move selected elements to a different layer"},
{"id":"sidepanel_handle","title":"Drag left/right to resize side panel [X]","textContent":"L a y e r s"},
+{"id":"tool_wireframe","title":"Wireframe Mode [F]"},
+{"id":"svginfo_image_props","textContent":"Image Properties"},
+{"id":"svginfo_title","textContent":"Title"},
+{"id":"svginfo_dim","textContent":"Canvas Dimensions"},
+{"id":"includedImages","textContent":"Included Images"},
+{"id":"image_opt_embed","textContent":"Embed data (local files)"},
+{"id":"image_opt_ref","textContent":"Use file reference"},
+{"id":"svginfo_editor_prefs","textContent":"Editor Preferences"},
+{"id":"svginfo_lang","textContent":"Language"},
+{"id":"lang_cs","textContent":"Czech"},
+{"id":"lang_nl","textContent":"Dutch"},
+{"id":"lang_en","textContent":"English"},
+{"id":"lang_fr","textContent":"French"},
+{"id":"lang_de","textContent":"German"},
+{"id":"lang_ro","textContent":"Romanian"},
+{"id":"lang_sk","textContent":"Slovak"},
+{"id":"svginfo_change_background","textContent":"Editor Background"},
+{"id":"svginfo_bg_note","textContent":"Note: Background will not be saved with image."},
+{"id":"icon_small","textContent":"Small"},
+{"id":"icon_medium","textContent":"Medium"},
+{"id":"icon_large","textContent":"Large"},
+{"id":"icon_xlarge","textContent":"Extra Large"},
{"js_strings": {
"invalidAttrValGiven":"Invalid value given",
"noContentToFitTo":"No content to fit to",
@@ -128,7 +150,11 @@
"QmoveElemsToLayer":"Move selected elements to layer '%s'?",
"QwantToClear":"Do you want to clear the drawing?\nThis will also erase your undo history!",
"QerrorsRevertToSource":"There were parsing errors in your SVG source.\nRevert back to original SVG source?",
- "QignoreSourceChanges":"Ignore changes made to SVG source?"
+ "QignoreSourceChanges":"Ignore changes made to SVG source?",
+ "featNotSupported":"Feature not supported",
+ "enterNewImgURL":"Enter the new image URL",
+ "ok":"OK",
+ "cancel":"Cancel"
}
}
];
diff --git a/editor/svg-editor.html b/editor/svg-editor.html
index 514e9325..b59a19a6 100644
--- a/editor/svg-editor.html
+++ b/editor/svg-editor.html
@@ -391,17 +391,17 @@ script type="text/javascript" src="locale/locale.min.js">