More locale fixes

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1555 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2010-04-29 16:42:58 +00:00
parent 122bb4fc22
commit d0d499f259
2 changed files with 9 additions and 11 deletions

View File

@ -150,9 +150,8 @@
{"id": "tool_eyedropper", "title": "Eye Dropper Tool"},
{"id": "mode_connect", "title": "Connect two objects"},
{"id": "connector_no_arrow", "textContent": "No arrow"},
{"id": "copyrightLabel", "textContent": "Powered by"},
{"id": "url_notice", "title": "NOTE: This image cannot be embedded. It will depend on this path to be displayed"},
{
"js_strings": {
"QerrorsRevertToSource": "There were parsing errors in your SVG source.\nRevert back to original SVG source?",

View File

@ -160,9 +160,9 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
<div class="push_button" id="tool_topath" title="Convert to Path"></div>
<div class="push_button" id="tool_reorient" title="Reorient path"></div>
<div class="tool_sep"></div>
<label id="idLabel">
<label id="idLabel" title="Identify the element">
<span>id:</span>
<input id="elem_id" class="attr_changer" data-attr="id" size="10" type="text" title="Identify the element"/>
<input id="elem_id" class="attr_changer" data-attr="id" size="10" type="text"/>
</label>
</div>
@ -344,9 +344,9 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
</div>
</div>
<label id="tool_font_size">
<label id="tool_font_size" title="Change Font Size">
<span id="font_sizeLabel" class="icon_label"></span>
<input id="font_size" title="Change Font Size" size="3" value="0" type="text"/>
<input id="font_size" size="3" value="0" type="text"/>
</label>
<!-- Not visible, but still used -->
@ -430,8 +430,8 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
<div id="tools_bottom_2">
<div id="color_tools">
<div class="color_tool" id="tool_fill" title="Change fill color">
<label class="icon_label" for="fill_color"></label>
<div class="color_tool" id="tool_fill">
<label class="icon_label" for="fill_color" title="Change fill color"></label>
<div class="color_block">
<div id="fill_bg"></div>
<div id="fill_color" class="color_block"></div>
@ -488,7 +488,6 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
<div id="opacity_dropdown" class="dropdown">
<button></button>
<ul>
<li>100% (no transparency)</li>
<li>0%</li>
<li>25%</li>
<li>50%</li>
@ -504,7 +503,7 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
<div id="tools_bottom_3">
<div id="palette_holder"><div id="palette" title="Click to change fill color, shift-click to change stroke color"></div></div>
</div>
<div id="copyright">Powered by <a href="http://svg-edit.googlecode.com/" target="_blank">SVG-edit v2.5-Beta</a></div>
<div id="copyright"><span id="copyrightLabel">Powered by</span> <a href="http://svg-edit.googlecode.com/" target="_blank">SVG-edit v2.5-Beta</a></div>
</div>
<div id="option_lists">