blob: 329b4216f06b22917816b20618d3a7e4793c2801 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="一般" name="general_tab">
<text name="help_text">
『一般タブ』には、このグループに関する一般情報、オーナーや可視メンバーのリスト、一般的なグループ嗜好、およびメンバーのオプションが含まれます。
オプション上でマウスを動かすと、さらにヘルプが得られます。
</text>
<button label="?" label_selected="?" name="help_button" />
<line_editor name="group_name_editor">
あなたの新しいグループ名を記入してください
</line_editor>
<text name="group_name">
あなたの新しいグループ名を記入してください
</text>
<text name="prepend_founded_by">
創設者
</text>
<text name="founder_name">
(待機中)
</text>
<text name="group_charter_label">
グループ特権
</text>
<texture_picker label="グループ記章" name="insignia"
tool_tip="クリックして写真を選択してください。" />
<text_editor name="charter">
グループ特権
</text_editor>
<button label="参加する(L$0)" label_selected="参加する(L$0)"
name="join_button" />
<button label="詳細表示" label_selected="詳細表示" name="info_button" />
<text>
オーナーと可視メンバー
</text>
<text>
(オーナーは太字で表示されています)
</text>
<name_list name="visible_members">
<column label="Member Name" name="name" />
<column label="Title" name="title" />
<column label="Last Login" name="online" />
</name_list>
<text name="incomplete_member_data_str">
メンバーデータを検索
</text>
<text name="confirm_group_create_str">
このグループを形成するにはL$100かかります。本当に、本当に、本当にL$100を費やして、このグループを作りますか?
</text>
<text>
グループ嗜好
</text>
<panel name="preferences_container">
<check_box label="グループリストの中に表示" name="show_in_group_list"
tool_tip="Sets whether this group shows up in the Search Groups window and in member profiles." />
<check_box label="ウェブ上に公表する。" name="publish_on_web"
tool_tip="このグループの情報がウェブ上で公開されるかどうかの設定をします。" />
<check_box label="公開登録" name="open_enrollement"
tool_tip="Sets whether this group allows new members to join without being invited." />
<check_box label="入会費:L$" name="check_enrollment_fee"
tool_tip="グループ参加に入会費が必要かどうかの設定をします。" />
<spinner name="spin_enrollment_fee"
tool_tip="New members must pay this fee to join the group when Enrollment Fee is checked." />
<check_box label="成人" name="mature"
tool_tip="あなたのグループ情報が成人向けかどうかを設定します。" />
<panel name="title_container">
<text name="active_title_label">
自分のアクティブ・タイトル
</text>
<combo_box name="active_title"
tool_tip="Sets the title that appears in your avatar's name tag when this group is active." />
</panel>
<check_box label="グループ通知を受信" name="receive_notices"
tool_tip="Sets whether you want to receive Notices from this group. Uncheck this box if this group is spamming you." />
</panel>
</panel>
|