summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/es/floater_import_collada.xml
blob: 24df8e41a35bcb0707f3d37fbbf9d6efe26b1903 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Import Collada" title="Importar escena">
	<text name="mesh count">
		Redes: [COUNT]
	</text>
	<text name="texture count">
		Texturas: [COUNT]
	</text>
	<text name="status">
		Estado: [STATUS]
	</text>
	<button label="Cancelar" name="cancel"/>
	<button label="OK" name="ok"/>
	<string name="status_idle">
		Inactivo
	</string>
	<string name="status_uploading">
		Cargando [NAME]
	</string>
	<string name="status_creating">
		Creando objeto [NAME]
	</string>
</floater>