summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/panel_group_creation_sidetray.xml
blob: 51c016657def8428faef320e50d20c360a6e8e60 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="グループ作成" name="GroupCreation">
  <panel.string name="current_membership">(あなたのメンバーシップ)</panel.string>
  <panel name="group_info_top">
    <line_editor label="グループ名をここに入力してください。" name="group_name_editor" />
  </panel>
  <layout_stack name="layout">
    <layout_panel name="group_info">
      <panel name="group_info_top">
        <texture_picker name="insignia" tool_tip="クリックして写真を選択" />
        <text_editor name="charter">グループ憲章</text_editor>
      </panel>
      <panel name="preferences_container">
        <check_box label="誰でも加入可能" name="open_enrollement" tool_tip="このグループが招待なしで、新しいメンバーに参加できるようにするかどうかを設定します。" />
        <check_box label="入会費" name="check_enrollment_fee" tool_tip="グループへへの加入に入会費が必要かどうかを設定します。" />
        <spinner name="spin_enrollment_fee" tool_tip="登録料がチェックされている場合、新しいメンバーはグループに参加するためにこの料金を支払う必要があります。" />
        <combo_box name="group_mature_check" tool_tip="レーティングは、グループで許可されるコンテンツと行動のタイプを指定します。">
          <combo_item name="select_mature" value="Select">-レーティングの選択-</combo_item>
          <combo_box.item label="Moderateコンテンツ" name="mature" value="Mature" />
          <combo_box.item label="Generalコンテンツ" name="pg" value="Not Mature" />
        </combo_box>
      </panel>
    </layout_panel>
    <layout_panel name="create_info">
      <text name="fee_information">グループを作成するための料金は、メンバーシップレベルに基づいています。[https://secondlife.com/my/account/membership.php 詳細]</text>
      <scroll_list name="membership_list">
        <scroll_list.columns name="clmn_name" />
        <scroll_list.columns name="clmn_price" />
        <scroll_list.rows name="basic" value="基本(プレースホルダ)" />
        <scroll_list.rows name="plc2" value="" />
        <scroll_list.rows name="premium" value="プレミアム(プレースホルダ)" />
      </scroll_list>
    </layout_panel>
    <layout_panel name="create_actions">

      <layout_stack name="button_row_ls">
        <layout_panel name="layout_crt">
          <!-- placeholder to autoadjust buttons (since they are of different sizes)-->
        </layout_panel>
        <layout_panel name="layout_crt">
          <button label="グループ作成:L$[COST]" name="btn_create" tool_tip="新しいグループを作成" />
          <button name="back" label="キャンセル" tool_tip="グループ一覧に戻ります。" />
        </layout_panel>
        <layout_panel name="layout_crt">
          <!-- placeholder to autoadjust buttons-->
        </layout_panel>
      </layout_stack>
      <text name="info_deletion">注:48時間メンバーが2人未満のグループは、自動的に解散されます。</text>
    </layout_panel>
  </layout_stack>
</panel>