blob: eb4d0c0fdbf787a8855120a6be51ad53564189b4 (
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="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>
|