blob: 03804c4bd5fe1717bd23f418f0134e3252d6bd2b (
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="Importation de scène">
<text name="mesh count">
Maillages : [COUNT]
</text>
<text name="texture count">
Textures : [COUNT]
</text>
<text name="status">
État : [STATUS]
</text>
<button label="Annuler" name="cancel"/>
<button label="OK" name="ok"/>
<string name="status_idle">
Inactif
</string>
<string name="status_uploading">
Chargement de [NAME]
</string>
<string name="status_creating">
Création de l'objet [NAME]
</string>
</floater>
|