blob: bed2bed29b227234026afc4c4065ad0694eb6c27 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="一般" name="general_tab">
<text name="help_text">
[一般]タブには、このグループに関する
一般情報、オーナーと表示可能なメンバーのリスト
一般的な[グループ環境設定]、メンバーのオプションが含まれます。
オプションの上でマウスカーソルを動かすと、ヘルプ情報を得られます。
</text>
<string name="group_info_unchanged">
グループ設定が変更されました。
</string>
<button label="?" label_selected="?" name="help_button" />
<line_editor label="あなたの新しいグループ名を記入してください"
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>
<text name="text_owners_and_visible_members">
オーナーと可視メンバー
</text>
<text name="text_owners_are_shown_in_bold">
(オーナーは太字で表示されています)
</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="text_group_preferences">
グループ環境設定
</text>
<text name="incomplete_member_data_str">
メンバー・データを検索
</text>
<text name="confirm_group_create_str">
このグループの作成にはL$100かかります。
このグループの作成にL$100ものお金をかけてもかまいませんか? 慎重に判断してください。
48 時間以内に誰もこのグループに参加しなかった場合、グループは解体され、グループの名前は今後使用できなくなります。
</text>
<text>
グループの環境設定
</text>
<panel name="preferences_container">
<check_box label="検索に表示" name="show_in_group_list"
tool_tip="検索結果で、このグループを人に見せる" />
<check_box label="ウェブ上で公開" name="publish_on_web"
tool_tip="このグループの情報をウェブ上で公開できるようにするかどうかを指定します。" />
<check_box label="会員募集" name="open_enrollement"
tool_tip="このグループに招待状なしで新しいメンバーを受け入れるかどうかを指定します。" />
<check_box label="入会費:L$" name="check_enrollment_fee"
tool_tip="このグループへの参加に入会費を必須とするかどうかを指定します。" />
<spinner name="spin_enrollment_fee"
tool_tip="「入会費」がチェックされている場合、新規会員は入会時にこの費用を支払う必要があります。" />
<check_box label="成人向けグループ" name="mature"
tool_tip="あなたのグループ情報が成人向けとみなされるかどうかを指定します。" />
<combo_box name="group_mature_check"
tool_tip="あなたのグループ情報が成人向けとみなされるかどうかを指定します。">
<combo_item name="select_mature">
-成熟度を選択-
</combo_item>
<combo_item name="mature">
成人向けコンテンツ
</combo_item>
<combo_item name="not_mature">
非成人向けコンテンツ
</combo_item>
</combo_box>
<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="グループからの通知をあなたが受信するかどうかを指定します。 このグループがスパム行為をしている場合は、このボックスのチェックを外してください。" />
<check_box label="プロフィールにグループをリストする"
name="list_groups_in_profile"
tool_tip="このグループをあなたのプロフィールにリストするかどうかを設定します。" />
</panel>
</panel>
|