blob: 436f5cdcc56ad9097baf6d548a5e755bd8dd1287 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floater_report_abuse" title="舉報濫用">
<floater.string name="Screenshot">
快照
</floater.string>
<check_box label="使用這張快照" name="screen_check"/>
<text name="reporter_title">
舉報者:
</text>
<text name="sim_title">
地區:
</text>
<text name="sim_field">
地區名稱
</text>
<text name="pos_title">
Position:
</text>
<text name="pos_field">
{128.1, 128.1, 15.4}
</text>
<text name="select_object_label">
Click the button, then the abusive object:
</text>
<button name="pick_btn" tool_tip="Object Picker - Identify an object as the subject of this report"/>
<text name="object_name_label">
物件:
</text>
<text name="owner_name_label">
擁有者:
</text>
<combo_box name="category_combo" tool_tip="Category -- select the category that best describes this report">
<combo_box.item label="選擇類別" name="Select_category"/>
<combo_box.item label="Age > Age play" name="Age__Age_play"/>
<combo_box.item label="Age > Adult Resident on Teen Second Life" name="Age__Adult_resident_on_Teen_Second_Life"/>
<combo_box.item label="Age > Underage Resident outside of Teen Second Life" name="Age__Underage_resident_outside_of_Teen_Second_Life"/>
<combo_box.item label="Assault > Combat sandbox / unsafe area" name="Assault__Combat_sandbox___unsafe_area"/>
<combo_box.item label="Assault > Safe area" name="Assault__Safe_area"/>
<combo_box.item label="Assault > Weapons testing sandbox" name="Assault__Weapons_testing_sandbox"/>
<combo_box.item label="Commerce > Failure to deliver product or service" name="Commerce__Failure_to_deliver_product_or_service"/>
<combo_box.item label="Disclosure > Real world information" name="Disclosure__Real_world_information"/>
<combo_box.item label="Disclosure > Remotely monitoring chat" name="Disclosure__Remotely_monitoring chat"/>
<combo_box.item label="Disclosure > Second Life information/chat/IMs" name="Disclosure__Second_Life_information_chat_IMs"/>
<combo_box.item label="Disturbing the peace > Unfair use of region resources" name="Disturbing_the_peace__Unfair_use_of_region_resources"/>
<combo_box.item label="Disturbing the peace > Excessive scripted objects" name="Disturbing_the_peace__Excessive_scripted_objects"/>
<combo_box.item label="Disturbing the peace > Object littering" name="Disturbing_the_peace__Object_littering"/>
<combo_box.item label="Disturbing the peace > Repetitive spam" name="Disturbing_the_peace__Repetitive_spam"/>
<combo_box.item label="Disturbing the peace > Unwanted advert spam" name="Disturbing_the_peace__Unwanted_advert_spam"/>
<combo_box.item label="Fraud > L$" name="Fraud__L$"/>
<combo_box.item label="Fraud > Land" name="Fraud__Land"/>
<combo_box.item label="Fraud > Pyramid scheme or chain letter" name="Fraud__Pyramid_scheme_or_chain_letter"/>
<combo_box.item label="Fraud > US$" name="Fraud__US$"/>
<combo_box.item label="Harassment > Advert farms / visual spam" name="Harassment__Advert_farms___visual_spam"/>
<combo_box.item label="Harassment > Defaming individuals or groups" name="Harassment__Defaming_individuals_or_groups"/>
<combo_box.item label="Harassment > Impeding movement" name="Harassment__Impeding_movement"/>
<combo_box.item label="Harassment > Sexual harassment" name="Harassment__Sexual_harassment"/>
<combo_box.item label="Harassment > Solicting/inciting others to violate ToS" name="Harassment__Solicting_inciting_others_to_violate_ToS"/>
<combo_box.item label="Harassment > Verbal abuse" name="Harassment__Verbal_abuse"/>
<combo_box.item label="Indecency > Broadly offensive content or conduct" name="Indecency__Broadly_offensive_content_or_conduct"/>
<combo_box.item label="Indecency > Inappropriate avatar name" name="Indecency__Inappropriate_avatar_name"/>
<combo_box.item label="Indecency > Inappropriate content or conduct in a PG region" name="Indecency__Mature_content_in_PG_region"/>
<combo_box.item label="Indecency > Inappropriate content or conduct in a Moderate region" name="Indecency__Inappropriate_content_in_Mature_region"/>
<combo_box.item label="Intellectual property infringement > Content Removal" name="Intellectual_property_infringement_Content_Removal"/>
<combo_box.item label="Intellectual property infringement > CopyBot or Permissions Exploit" name="Intellectual_property_infringement_CopyBot_or_Permissions_Exploit"/>
<combo_box.item label="Intolerance" name="Intolerance"/>
<combo_box.item label="Land > Abuse of sandbox resources" name="Land__Abuse_of_sandbox_resources"/>
<combo_box.item label="Land > Encroachment > Objects/textures" name="Land__Encroachment__Objects_textures"/>
<combo_box.item label="Land > Encroachment > Particles" name="Land__Encroachment__Particles"/>
<combo_box.item label="Land > Encroachment > Trees/plants" name="Land__Encroachment__Trees_plants"/>
<combo_box.item label="Wagering/gambling" name="Wagering_gambling"/>
<combo_box.item label="其他" name="Other"/>
</combo_box>
<text name="abuser_name_title">
濫用者名稱:
</text>
<button label="選擇" name="select_abuser" tool_tip="Select the name of the abuser from a list"/>
<text name="abuser_name_title2">
濫用位置:
</text>
<text name="sum_title">
摘要:
</text>
<text name="dscr_title">
細節:
</text>
<text name="bug_aviso">
Please be as specific as possible
</text>
<text name="incomplete_title">
* Incomplete reports won't be investigated
</text>
<button label="舉報濫用" label_selected="舉報濫用" name="send_btn"/>
<button label="取消" label_selected="取消" name="cancel_btn"/>
</floater>
|