summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/floater_import_collada.xml
blob: 65edafb1697520aab60d2ece8d46a54fcb6caf48 (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>