blob: a5a62d6304146b29e9b2739c1ec94054cfce225b (
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="OK" name="ok"/>
<string name="status_idle">
待機状態
</string>
<string name="status_uploading">
[NAME]をアップロード中
</string>
<string name="status_creating">
オブジェクト[NAME]を作成中
</string>
</floater>
|