blob: a0c77b83ffbfa42fbabbf0c76bfb7a221650e234 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="groups">
<text name="groupdesc">
Uw huidige actieve groep wordt vet getoond.
</text>
<text name="groupcount" width="300">
U behoort tot [COUNT] groepen (maximaal [MAX]).
</text>
<button label="IM/Oproepen" name="IM" tool_tip="Open Instant Message sessie" width="86"/>
<button label="Info" name="Info" width="86"/>
<button label="Activeren" name="Activate" width="86"/>
<button label="Verlaten" name="Leave" width="86"/>
<button label="Maak…" name="Create" width="86"/>
<button label="Zoeken…" name="Search..." width="86"/>
</panel>
|