blob: a15ca14e05bdfe1219c2340ee9d1e321c62028bd (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="Notices" name="notices_tab">
<text name="help_text">
通知は、メッセージや添付アイテムを送信してグループ内の意思伝達を早く行える手段です。通知は受信アビリティがある役割のグループメンバーにのみ発信されます。一般タブで通知をオフに設定できます。
</text>
<text name="no_notices_text">
過去の通知がありません。
</text>
<button label="?" label_selected="?" name="help_button" />
<text name="lbl">
グループ通知アーカイブ
</text>
<text name="lbl2">
通知は30日間保存されます。閲覧したい通知をクリックしてください。
『リストをリフレッシュ』のボタンをクリックして、新しい通知を受信してください。
</text>
<scroll_list name="notice_list">
<column label="" name="icon" />
<column label="Subject" name="subject" />
<column label="From" name="from" />
<column label="Date" name="date" />
</scroll_list>
<text name="notice_list_none_found">
何も見つかりませんでした
</text>
<button label="新しい通知を作成" label_selected="新しい通知を作成"
name="create_new_notice" />
<button label="リストをリフレッシュ"
label_selected="リストをリフレッシュ" name="refresh_notices" />
<panel label="新しい通知を作成" name="panel_create_new_notice">
<text name="lbl">
通知を作成
</text>
<text name="lbl2">
通知を送信するには、題名を入力してください。
あなたの持ち物からパネルにドラッグすることにより、この通知にアイテムを一つ付加することができます。添付されたアイテムは、コピーおよび譲渡可能でなければなりません。また、フォルダーを送信することはできません。
</text>
<text name="lbl3">
主体:
</text>
<text name="lbl4">
Mメッセージ:
</text>
<text name="lbl5">
添付:
</text>
<button label="添付物の削除" label_selected="添付物の削除"
name="remove_attachment" />
<button label="通知を送信" label_selected="通知を送信" name="send_notice" />
<panel name="drop_target2"
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." />
</panel>
<panel label="過去の通知を見る" name="panel_view_past_notice">
<text name="lbl">
アーカイブ通知
</text>
<text name="lbl2">
新しい通知を送信するには、上の『新しい通知を作成』ボタンをクリックします。
</text>
<text name="lbl3">
主体:
</text>
<text name="lbl4">
Mメッセージ:
</text>
<button label="添付物を開く" label_selected="添付物を開く"
name="open_attachment" />
</panel>
</panel>
|