blob: 122315cb26c33378ce119dee0dbb5ae837526da1 (
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="Импорт сцены">
<text name="mesh count">
Мешей: [COUNT]
</text>
<text name="texture count">
Текстур: [COUNT]
</text>
<text name="status">
Статус: [STATUS]
</text>
<button label="Отмена" name="cancel"/>
<button label="ОК" name="ok"/>
<string name="status_idle">
Неактивно
</string>
<string name="status_uploading">
Передается [NAME]
</string>
<string name="status_creating">
Создается объект [NAME]
</string>
</floater>
|