Made fixes to/updated en,fr,nl lang files, made lang files no longer require keyboard shortcut hints

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1026 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-12-11 20:35:51 +00:00
parent bb78010e84
commit db718cb201
5 changed files with 347 additions and 253 deletions

View File

@@ -4,21 +4,21 @@
{"id":"layer_rename","title":"Rename Layer"},
{"id":"layer_up","title":"Move Layer Up"},
{"id":"layer_down","title":"Move Layer Down"},
{"id":"tool_clear","title":"New Image [N]"},
{"id":"tool_open","title":"Open Image [O]"},
{"id":"tool_save","title":"Save Image [S]"},
{"id":"tool_docprops","title":"Document Properties [I]"},
{"id":"tool_source","title":"Edit Source [U]"},
{"id":"tool_undo","title":"Undo [Z]"},
{"id":"tool_redo","title":"Redo [Y]"},
{"id":"tool_clone","title":"Clone Element [C]"},
{"id":"tool_delete","title":"Delete Element [Delete/Backspace]"},
{"id":"tool_move_top","title":"Move to Top [Shift+Up]"},
{"id":"tool_move_bottom","title":"Move to Bottom [Shift+Down]"},
{"id":"tool_clear","title":"New Image"},
{"id":"tool_open","title":"Open Image"},
{"id":"tool_save","title":"Save Image"},
{"id":"tool_docprops","title":"Document Properties"},
{"id":"tool_source","title":"Edit Source"},
{"id":"tool_undo","title":"Undo"},
{"id":"tool_redo","title":"Redo"},
{"id":"tool_clone","title":"Clone Element"},
{"id":"tool_delete","title":"Delete Element"},
{"id":"tool_move_top","title":"Move to Top"},
{"id":"tool_move_bottom","title":"Move to Bottom"},
{"id":"group_opacity","title":"Change selected item opacity"},
{"id":"angle","title":"Change rotation angle"},
{"id":"tool_clone_multi","title":"Clone Elements [C]"},
{"id":"tool_delete_multi","title":"Delete Selected Elements [Delete/Backspace]"},
{"id":"tool_clone_multi","title":"Clone Elements"},
{"id":"tool_delete_multi","title":"Delete Selected Elements"},
{"id":"tool_alignleft","title":"Align Left"},
{"id":"tool_aligncenter","title":"Align Center"},
{"id":"tool_alignright","title":"Align Right"},
@@ -26,8 +26,8 @@
{"id":"tool_alignmiddle","title":"Align Middle"},
{"id":"tool_alignbottom","title":"Align Bottom"},
{"id":"align_relative_to","title":"Align relative to ..."},
{"id":"tool_group","title":"Group Elements [G]"},
{"id":"tool_ungroup","title":"Ungroup Elements [G]"},
{"id":"tool_group","title":"Group Elements"},
{"id":"tool_ungroup","title":"Ungroup Elements"},
{"id":"rect_width","title":"Change rectangle width"},
{"id":"rect_height","title":"Change rectangle height"},
{"id":"rect_rx","title":"Change Rectangle Corner Radius"},
@@ -45,20 +45,20 @@
{"id":"line_y1","title":"Change line's starting y coordinate"},
{"id":"line_x2","title":"Change line's ending x coordinate"},
{"id":"line_y2","title":"Change line's ending y coordinate"},
{"id":"tool_bold","title":"Bold Text [B]"},
{"id":"tool_italic","title":"Italic Text [I]"},
{"id":"tool_bold","title":"Bold Text"},
{"id":"tool_italic","title":"Italic Text"},
{"id":"font_family","title":"Change Font Family"},
{"id":"font_size","title":"Change Font Size"},
{"id":"text","title":"Change text contents"},
{"id":"tool_select","title":"Select Tool [1]"},
{"id":"tool_fhpath","title":"Pencil Tool [2]"},
{"id":"tool_line","title":"Line Tool [3]"},
{"id":"tools_rect_show","title":"Square/Rect Tool [4/Shift+4]"},
{"id":"tools_ellipse_show","title":"Ellipse/Circle Tool [5/Shift+5]"},
{"id":"tool_text","title":"Text Tool [6]"},
{"id":"tool_path","title":"Path Tool [7]"},
{"id":"tool_image","title":"Image Tool [8]"},
{"id":"tool_zoom","title":"Zoom Tool [Ctrl+Up/Down]"},
{"id":"tool_select","title":"Select Tool"},
{"id":"tool_fhpath","title":"Pencil Tool"},
{"id":"tool_line","title":"Line Tool"},
{"id":"tools_rect_show","title":"Square/Rect Tool"},
{"id":"tools_ellipse_show","title":"Ellipse/Circle Tool"},
{"id":"tool_text","title":"Text Tool"},
{"id":"tool_path","title":"Path Tool"},
{"id":"tool_image","title":"Image Tool"},
{"id":"tool_zoom","title":"Zoom Tool"},
{"id":"zoom","title":"Change zoom level"},
{"id":"fill_color","title":"Change fill color"},
{"id":"stroke_color","title":"Change stroke color"},
@@ -82,8 +82,7 @@
{"id":"angleLabel","textContent":"angle:"},
{"id":"relativeToLabel","textContent":"relative to:"},
{"id":"zoomLabel","textContent":"zoom:"},
{"id":"svginfo_change_background","textContent":"Canvas Background"},
{"id":"layersLable","textContent":"Layers:"},
{"id":"layersLabel","textContent":"Layers:"},
{"id":"selectedPredefined","textContent":"Select predefined:"},
{"id":"fitToContent","textContent":"Fit to Content"},
{"id":"tool_source_save","textContent":"Apply Changes"},
@@ -100,7 +99,6 @@
{"id":"page","textContent":"page"},
{"id":"fill_tool_bottom","textContent":"fill:"},
{"id":"stroke_tool_bottom","textContent":"stroke:"},
{"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"},
@@ -110,8 +108,8 @@
{"id":"tool_node_delete","title":"Delete Node"},
{"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":"sidepanel_handle","title":"Drag left/right to resize side panel","textContent":"L a y e r s"},
{"id":"tool_wireframe","title":"Wireframe Mode"},
{"id":"svginfo_image_props","textContent":"Image Properties"},
{"id":"svginfo_title","textContent":"Title"},
{"id":"svginfo_dim","textContent":"Canvas Dimensions"},
@@ -149,7 +147,11 @@
"ok":"OK",
"cancel":"Cancel",
"pathNodeTooltip":"Drag node to move it. Double-click node to change segment type",
"pathCtrlPtTooltip":"Drag control point to adjust curve properties"
"pathCtrlPtTooltip":"Drag control point to adjust curve properties",
"key_up":"up",
"key_down":"down",
"key_backspace":"backspace",
"key_del":"delete"
}
}
];