Fixed bug that caused errors when changing an attribute while in text-edit mode. Also changed some lang IDs to better match tools
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1547 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[
|
||||
{"id": "align_relative_to", "title": "Justera förhållande till ..."},
|
||||
{"id": "angle", "title": "Ändra rotationsvinkel"},
|
||||
{"id": "tool_angle", "title": "Ändra rotationsvinkel"},
|
||||
{"id": "angleLabel", "textContent": "vinkel:"},
|
||||
{"id": "bkgnd_color", "title": "Ändra bakgrundsfärg / opacitet"},
|
||||
{"id": "circle_cx", "title": "Ändra cirkeln cx samordna"},
|
||||
@@ -21,7 +21,7 @@
|
||||
{"id": "fit_to_sel", "textContent": "Anpassa till val"},
|
||||
{"id": "font_family", "title": "Ändra Typsnitt"},
|
||||
{"id": "font_size", "title": "Ändra textstorlek"},
|
||||
{"id": "group_opacity", "title": "Ändra markerat objekt opacitet"},
|
||||
{"id": "tool_opacity", "title": "Ändra markerat objekt opacitet"},
|
||||
{"id": "icon_large", "textContent": "Large"},
|
||||
{"id": "icon_medium", "textContent": "Medium"},
|
||||
{"id": "icon_small", "textContent": "Small"},
|
||||
@@ -50,7 +50,7 @@
|
||||
{"id": "path_node_x", "title": "Change node's x coordinate"},
|
||||
{"id": "path_node_y", "title": "Change node's y coordinate"},
|
||||
{"id": "rect_height_tool", "title": "Ändra rektangel höjd"},
|
||||
{"id": "rect_rx", "title": "Ändra rektangel hörnradie"},
|
||||
{"id": "cornerRadiusLabel", "title": "Ändra rektangel hörnradie"},
|
||||
{"id": "rect_width_tool", "title": "Ändra rektangel bredd"},
|
||||
{"id": "relativeToLabel", "textContent": "jämfört:"},
|
||||
{"id": "rheightLabel", "textContent": "Höjd:"},
|
||||
@@ -125,7 +125,7 @@
|
||||
{"id": "tool_ungroup", "title": "Dela Elements"},
|
||||
{"id": "tool_wireframe", "title": "Wireframe Mode"},
|
||||
{"id": "tool_zoom", "title": "Zoomverktyget"},
|
||||
{"id": "zoom", "title": "Ändra zoomnivå"},
|
||||
{"id": "zoom_panel", "title": "Ändra zoomnivå"},
|
||||
{"id": "zoomLabel", "textContent": "zoom:"},
|
||||
{"id": "sidepanel_handle", "textContent": "L a y e r s", "title": "Drag left/right to resize side panel"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user