diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/ja/panel_group_notices.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/ja/panel_group_notices.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/ja/panel_group_notices.xml b/linden/indra/newview/skins/xui/ja/panel_group_notices.xml new file mode 100644 index 0000000..a15ca14 --- /dev/null +++ b/linden/indra/newview/skins/xui/ja/panel_group_notices.xml | |||
@@ -0,0 +1,69 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel label="Notices" name="notices_tab"> | ||
3 | <text name="help_text"> | ||
4 | 通知は、メッセージや添付アイテムを送信してグループ内の意思伝達を早く行える手段です。通知は受信アビリティがある役割のグループメンバーにのみ発信されます。一般タブで通知をオフに設定できます。 | ||
5 | </text> | ||
6 | <text name="no_notices_text"> | ||
7 | 過去の通知がありません。 | ||
8 | </text> | ||
9 | <button label="?" label_selected="?" name="help_button" /> | ||
10 | <text name="lbl"> | ||
11 | グループ通知アーカイブ | ||
12 | </text> | ||
13 | <text name="lbl2"> | ||
14 | 通知は30日間保存されます。閲覧したい通知をクリックしてください。 | ||
15 | 『リストをリフレッシュ』のボタンをクリックして、新しい通知を受信してください。 | ||
16 | </text> | ||
17 | <scroll_list name="notice_list"> | ||
18 | <column label="" name="icon" /> | ||
19 | <column label="Subject" name="subject" /> | ||
20 | <column label="From" name="from" /> | ||
21 | <column label="Date" name="date" /> | ||
22 | </scroll_list> | ||
23 | <text name="notice_list_none_found"> | ||
24 | 何も見つかりませんでした | ||
25 | </text> | ||
26 | <button label="新しい通知を作成" label_selected="新しい通知を作成" | ||
27 | name="create_new_notice" /> | ||
28 | <button label="リストをリフレッシュ" | ||
29 | label_selected="リストをリフレッシュ" name="refresh_notices" /> | ||
30 | <panel label="新しい通知を作成" name="panel_create_new_notice"> | ||
31 | <text name="lbl"> | ||
32 | 通知を作成 | ||
33 | </text> | ||
34 | <text name="lbl2"> | ||
35 | 通知を送信するには、題名を入力してください。 | ||
36 | あなたの持ち物からパネルにドラッグすることにより、この通知にアイテムを一つ付加することができます。添付されたアイテムは、コピーおよび譲渡可能でなければなりません。また、フォルダーを送信することはできません。 | ||
37 | </text> | ||
38 | <text name="lbl3"> | ||
39 | 主体: | ||
40 | </text> | ||
41 | <text name="lbl4"> | ||
42 | Mメッセージ: | ||
43 | </text> | ||
44 | <text name="lbl5"> | ||
45 | 添付: | ||
46 | </text> | ||
47 | <button label="添付物の削除" label_selected="添付物の削除" | ||
48 | name="remove_attachment" /> | ||
49 | <button label="通知を送信" label_selected="通知を送信" name="send_notice" /> | ||
50 | <panel name="drop_target2" | ||
51 | tool_tip="Drag an inventory item onto the message box to send it with the notice. You must have permission to copy and transfer the object to send it with the notice." /> | ||
52 | </panel> | ||
53 | <panel label="過去の通知を見る" name="panel_view_past_notice"> | ||
54 | <text name="lbl"> | ||
55 | アーカイブ通知 | ||
56 | </text> | ||
57 | <text name="lbl2"> | ||
58 | 新しい通知を送信するには、上の『新しい通知を作成』ボタンをクリックします。 | ||
59 | </text> | ||
60 | <text name="lbl3"> | ||
61 | 主体: | ||
62 | </text> | ||
63 | <text name="lbl4"> | ||
64 | Mメッセージ: | ||
65 | </text> | ||
66 | <button label="添付物を開く" label_selected="添付物を開く" | ||
67 | name="open_attachment" /> | ||
68 | </panel> | ||
69 | </panel> | ||