blob: adfdcd49cc1bd38313515690c04b38b30f214bef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="groups">
<text name="groupdesc">
アクティブなグループ名は太字で表示されています
</text>
<text name="groupcount">
あなたは[COUNT] グループに所属しています (最大[MAX])
</text>
<button label="IM/コール" name="IM"
tool_tip="インスタントメッセージ・セッションを開く" />
<button label="情報" name="Info" />
<button label="アクティブ" name="Activate" />
<button label="抜ける" name="Leave" />
<button label="作成..." name="Create" />
<button label="検索..." name="Search..." />
<string name="none">
グループなし
</string>
</panel>
|