Updated lang.en.js

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1003 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2009-12-08 18:08:23 +00:00
parent fddc6f2b10
commit 161714b157
1 changed files with 4 additions and 1 deletions

View File

@ -122,6 +122,7 @@
{"id":"svginfo_lang","textContent":"Language"}, {"id":"svginfo_lang","textContent":"Language"},
{"id":"svginfo_change_background","textContent":"Editor Background"}, {"id":"svginfo_change_background","textContent":"Editor Background"},
{"id":"svginfo_bg_note","textContent":"Note: Background will not be saved with image."}, {"id":"svginfo_bg_note","textContent":"Note: Background will not be saved with image."},
{"id":"svginfo_icons","textContent":"Icon size"},
{"id":"icon_small","textContent":"Small"}, {"id":"icon_small","textContent":"Small"},
{"id":"icon_medium","textContent":"Medium"}, {"id":"icon_medium","textContent":"Medium"},
{"id":"icon_large","textContent":"Large"}, {"id":"icon_large","textContent":"Large"},
@ -146,7 +147,9 @@
"featNotSupported":"Feature not supported", "featNotSupported":"Feature not supported",
"enterNewImgURL":"Enter the new image URL", "enterNewImgURL":"Enter the new image URL",
"ok":"OK", "ok":"OK",
"cancel":"Cancel" "cancel":"Cancel",
"pathNodeTooltip":"Drag node to move it. Double-click node to change segment type",
"pathCtrlPtTooltip":"Drag control point to adjust curve properties"
} }
} }
]; ];