diff options
author | Don Kjer <don@lindenlab.com> | 2011-06-13 02:48:52 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2011-06-13 02:48:52 +0000 |
commit | 45c6dcbe87fbfc1351e4faa9ef3196a191b7dd69 (patch) | |
tree | 4fe43929cb518d67e8afbd227db3bc62e4d175e5 /indra/newview/skins/default/xui/it/floater_import_collada.xml | |
parent | 694b0838bc80efc152e7ecda09ffdc7a944b7079 (diff) | |
parent | 12d9d1d3ef76518171ae87aae2467593218f8413 (diff) |
Merge
Diffstat (limited to 'indra/newview/skins/default/xui/it/floater_import_collada.xml')
-rw-r--r-- | indra/newview/skins/default/xui/it/floater_import_collada.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/it/floater_import_collada.xml b/indra/newview/skins/default/xui/it/floater_import_collada.xml new file mode 100644 index 0000000000..eb4d0c0fdb --- /dev/null +++ b/indra/newview/skins/default/xui/it/floater_import_collada.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Import Collada" title="Importa scena"> + <text name="mesh count"> + Reticoli: [COUNT] + </text> + <text name="texture count"> + Texture: [COUNT] + </text> + <text name="status"> + Stato: [STATUS] + </text> + <button label="Annulla" name="cancel"/> + <button label="OK" name="ok"/> + <string name="status_idle"> + Pausa + </string> + <string name="status_uploading"> + Caricamento in corso [NAME] + </string> + <string name="status_creating"> + Creazione oggetto [NAME] + </string> +</floater> |