added new floater_dae_export.xml translation file and other minor changes

This commit is contained in:
Damian Zhaoying
2013-09-17 03:16:05 -03:00
parent 2f2d140be5
commit 652e498cc5
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Collada Export" title="Exportar a Collada">
<string name="texture_progress">Exportar a Collada: Guardando texturas ([COUNT] remanentes)</string>
<text name="file name" >Archivo:</text>
<line_editor name="file name editor"/>
<button name="browse button" label="Examinar"/>
<button name="export button" label="Exportar"/>
<panel name="object info panel">
<text name="Object info">Información del Objecto</text>
<text name="Object Name">Nombre: [NAME]</text>
<text name="Exportable Prims">Prims Exportables: [COUNT]/[TOTAL]</text>
<text name="Exportable Textures">Texturas Exportables: [COUNT]/[TOTAL]</text>
</panel>
<panel name="options panel">
<text name="Object info">Opciones</text>
<check_box name="texture export check" label="Exportar Texturas"/>
<combo_box name="texture type combo">
<combo_item name="tga" value="0">TGA</combo_item>
<combo_item name="png" value="1">PNG</combo_item>
<combo_item name="j2c" value="2">J2C</combo_item>
<combo_item name="bmp" value="3">BMP</combo_item>
<combo_item name="jpg" value="4">JPG</combo_item>
<combo_box.commit_callback function="ColladaExport.TextureTypeCombo"/>
</combo_box>
<check_box name="consolidate check" label="Consolidar caras" tool_tip="Exporta como una sola las caras que tengan la misma textura"/>
<check_box name="skip transparent check" label="Omitir Texturas transparentes"/>
<check_box name="texture params check" label="Aplicar Parámetros de texturas"/>
</panel>
<scroll_container name="textures container"/>
</floater>

View File

@@ -6,6 +6,7 @@
<menu_item_call name="Task Properties" label="Propiedades"/>
<menu_item_call name="Task Rename" label="Renombrar"/>
<menu_item_call name="Task Remove" label="Borrar"/>
<menu_item_call label="Reiniciar" name="Task Reset"/>
<menu_item_call label="Detener Script" name="Task Set Not Running"/>
<menu_item_call label="Ejecutar Script" name="Task Set Running"/>
<menu_item_call name="Empty Trash" label="Vaciar Papelera"/>
@@ -63,6 +64,7 @@
<menu_item_call name="Wear Items" label="Vestirse objetos"/>
<menu_item_call name="Add To Outfit" label="Añadir al vestuario"/>
<menu_item_call name="Replace Outfit" label="Reemplazar Vestuario"/>
<menu_item_separator name="Replace Remove Separator"/>
<menu_item_call name="Remove From Outfit" label="Quitar del Vestuario"/>
<menu_item_call name="Conference Chat Folder" label="Iniciar Conferencia Grupal"/>
<menu_item_call name="Sound Play" label="Reproducir"/>