Added support for translated text in svgcanvas.js, updated es, ja files, complete fr file by wormsxulla

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1004 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-12-08 19:38:14 +00:00
parent 161714b157
commit df642b1500
5 changed files with 207 additions and 61 deletions

View File

@@ -28,13 +28,9 @@
{"id":"align_relative_to","title":"Alinear con respecto a ..."},
{"id":"tool_group","title":"Elementos de Grupo de [G]"},
{"id":"tool_ungroup","title":"Desagrupar elementos [G]"},
{"id":"rect_x","title":"Cambiar rectángulo coordenada X"},
{"id":"rect_y","title":"Y rectángulo Cambio de coordenadas"},
{"id":"rect_width","title":"Ancho rectángulo Cambio"},
{"id":"rect_height","title":"Rectángulo de altura Cambio"},
{"id":"rect_rx","title":"Cambiar Rectángulo Corner Radius"},
{"id":"image_x","title":"Cambiar imagen coordenada X"},
{"id":"image_y","title":"Y la imagen Cambio de coordenadas"},
{"id":"image_width","title":"Ancho de la imagen Cambio"},
{"id":"image_height","title":"Cambiar la altura de la imagen"},
{"id":"image_url","title":"Cambiar URL"},
@@ -49,20 +45,18 @@
{"id":"line_y1","title":"Cambiar la línea de partida y de coordinar"},
{"id":"line_x2","title":"Cambiar la línea de horas de coordenada x"},
{"id":"line_y2","title":"Cambiar la línea de horas de coordenada"},
{"id":"text_x","title":"Cambiar el texto coordenada X"},
{"id":"text_y","title":"Y del texto de coordenadas"},
{"id":"tool_bold","title":"Texto en negrita [B]"},
{"id":"tool_italic","title":"Texto en cursiva [I]"},
{"id":"font_family","title":"Cambiar la fuente Familia"},
{"id":"font_size","title":"Change Font Size"},
{"id":"text","title":"Contenido del texto"},
{"id":"tool_select","title":"Herramienta de selección [1]"},
{"id":"tool_path","title":"Herramienta Lápiz [2]"},
{"id":"tool_fhpath","title":"Herramienta Lápiz [2]"},
{"id":"tool_line","title":"La herramienta [3]"},
{"id":"tools_rect_show","title":"Cuadrado / Rect Herramienta [4/Shift 4]"},
{"id":"tools_ellipse_show","title":"Elipse / Herramienta Círculo [5/Shift 5]"},
{"id":"tool_text","title":"Herramienta de texto [6]"},
{"id":"tool_poly","title":"Poly Tool [7]"},
{"id":"tool_path","title":"Path Tool [7]"},
{"id":"tool_image","title":"Image Tool [8]"},
{"id":"tool_zoom","title":"Zoom Tool [Ctrl Up/Down]"},
{"id":"zoom","title":"Cambiar el nivel de zoom"},
@@ -92,8 +86,8 @@
{"id":"layersLable","textContent":"Capas:"},
{"id":"selectedPredefined","textContent":"Seleccione predefinidas:"},
{"id":"fitToContent","textContent":"Ajustar al contenido"},
{"id":"tool_source_save","textContent":"Salvar"},
{"id":"tool_docprops_save","textContent":"Salvar"},
{"id":"tool_source_save","textContent":"Apply Changes"},
{"id":"tool_docprops_save","textContent":"OK"},
{"id":"tool_docprops_cancel","textContent":"Cancelar"},
{"id":"tool_source_cancel","textContent":"Cancelar"},
{"id":"fit_to_all","textContent":"Ajustar a todo el contenido"},
@@ -107,4 +101,55 @@
{"id":"fill_tool_bottom","textContent":"llenar:"},
{"id":"stroke_tool_bottom","textContent":"golpe:"},
{"id":"svninfo_dim","textContent":"Dimensiones lienzo"}
]
{"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"},
{"id":"straight_segments","textContent":"Straight"},
{"id":"curve_segments","textContent":"Curve"},
{"id":"tool_node_clone","title":"Clone Node"},
{"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":"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":"svginfo_change_background","textContent":"Editor Background"},
{"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_medium","textContent":"Medium"},
{"id":"icon_large","textContent":"Large"},
{"id":"icon_xlarge","textContent":"Extra Large"},
{"id":"selected_x","title":"Change X coordinate"},
{"id":"selected_y","title":"Change Y coordinate"},
{"id":"tool_topath","title":"Convert to Path"},
{"id":"tool_reorient","title":"Reorient path"},
{"id":"tool_node_link","title":"Link Control Points"},
{"js_strings": {
"invalidAttrValGiven":"Invalid value given",
"noContentToFitTo":"No content to fit to",
'layer':"Layer",
"dupeLayerName":"There is already a layer named that!",
"enterUniqueLayerName":"Please enter a unique layer name",
"enterNewLayerName":"Please enter the new layer name",
"layerHasThatName":"Layer already has that name",
"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?",
"featNotSupported":"Feature not supported",
"enterNewImgURL":"Enter the new image URL",
"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"
}
}
]