blob: dbcb21d53f86c5773e2a619210cc1f4da31a29d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="bug_reporter" title="バグの報告">
<text name="reporter_title">
報告者:
</text>
<text name="sim_title">
地域:
</text>
<text name="pos_title">
位置:
</text>
<text name="select_object_label">
ボタンをクリックしてからオブジェクトをクリック:
</text>
<button label="" label_selected="" name="pick_btn"
tool_tip="オブジェクト・ピッカー - この報告の主題となるオブジェクトを特定" />
<text name="object_name_label">
名前:
</text>
<text name="object_name">
Consetetur Sadipscing
</text>
<text name="owner_name_label">
オーナー:
</text>
<check_box label="スクリーンショットを含める" name="screen_check" />
<texture_picker label="作業中..." name="screenshot" />
<text name="category_label">
カテゴリー:
</text>
<text name="owner_name">
Hendrerit Vulputate
</text>
<combo_box name="category_combo"
tool_tip="Category -- select the category that best describes this report">
<combo_item name="Selectcategory">
カテゴリーを選択
</combo_item>
<combo_item name="Building">
建造物
</combo_item>
<combo_item name="Character">
キャラクター
</combo_item>
<combo_item name="Chat/IM">
チャット/IM
</combo_item>
<combo_item name="Documentation">
文書
</combo_item>
<combo_item name="Exploit">
開発する
</combo_item>
<combo_item name="Graphics">
表示
</combo_item>
<combo_item name="Inventory">
持ち物
</combo_item>
<combo_item name="Lag">
ラグ
</combo_item>
<combo_item name="MissingContent">
コンテンツなし
</combo_item>
<combo_item name="GridCurrency">
リンデン・ドル(L$)
</combo_item>
<combo_item name="Permissions">
権限
</combo_item>
<combo_item name="Physics">
物理的作用
</combo_item>
<combo_item name="Script">
スクリプト
</combo_item>
<combo_item name="Sound">
音
</combo_item>
<combo_item name="Stipends">
給金
</combo_item>
<combo_item name="Userinterface">
ユーザー・インターフェース
</combo_item>
<combo_item name="Miscellaneous">
その他
</combo_item>
</combo_box>
<text name="sum_title">
概要:
</text>
<text name="dscr_title">
詳細:(できるだけ詳しい情報を提供してください)
</text>
<text_editor name="details_edit">
バグを再現する手順:
観察結果:
予測結果:
</text_editor>
<text name="bug_aviso">
補足:レポートが不完全である場合は調査されません。
このバグによって本来できないことが可能になる場合、特にパフォーマンスやセキュリティに影響を与える場合には、
[違反]カテゴリーを選択してください。よろしくお願いします。
</text>
<button label="バグの報告" label_selected="バグの報告" name="send_btn" />
<button label="取り消し" label_selected="取り消し" name="cancel_btn" />
</floater>
|