diff options
author | eli_linden <none@none> | 2011-06-08 14:32:38 -0700 |
---|---|---|
committer | eli_linden <none@none> | 2011-06-08 14:32:38 -0700 |
commit | 9ef509daa41e40bd1da252207ee57207524b65fb (patch) | |
tree | f9dcabfb4f99d75e0760ae5131d0ce7156a8c3f4 /indra/newview/skins/default/xui/es/floater_import_collada.xml | |
parent | 7c60637dfc9dcc2f597cd077bef4ff52ab7ed852 (diff) |
WIP INTL-50 translation of Viewer Set24, Basic Set3, for ES, IT, JA
Diffstat (limited to 'indra/newview/skins/default/xui/es/floater_import_collada.xml')
-rw-r--r-- | indra/newview/skins/default/xui/es/floater_import_collada.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/es/floater_import_collada.xml b/indra/newview/skins/default/xui/es/floater_import_collada.xml new file mode 100644 index 0000000000..7e9a00797a --- /dev/null +++ b/indra/newview/skins/default/xui/es/floater_import_collada.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Import Collada" title="Importar escena"> + <text name="mesh count"> + Redes: [RECUENTO] + </text> + <text name="texture count"> + Texturas: [RECUENTO] + </text> + <text name="status"> + Estado: [ESTADO] + </text> + <button label="Cancelar" name="cancel"/> + <button label="OK" name="ok"/> + <string name="status_idle"> + Inactivo + </string> + <string name="status_uploading"> + Cargando [NOMBRE] + </string> + <string name="status_creating"> + Creando objeto [NOMBRE] + </string> +</floater> |