blob: 60fa8ff0d83b8bc47a08203732b2b0bf8ca8882f (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
Not can_close / no title to avoid window chrome
Single instance - only have one at a time, recycle it each spawn
-->
<floater name="inspect_group">
<string name="PrivateGroup">
Private Gruppe
</string>
<string name="FreeToJoin">
Mitgliedschaft kostenlos
</string>
<string name="CostToJoin">
Mitgliedschaft: [AMOUNT] L$
</string>
<string name="YouAreMember">
Sie sind Mitglied
</string>
<text name="group_subtitle">
123 Mitglieder
</text>
<text name="group_details">
Eine Gruppe für Leute, die sich gerne mit Elchen unterhält.
Hoch solln sie leben! Elche forever! Und auch Mungos!
</text>
<text name="group_cost">
Mitgliedschaft: 123 L$
</text>
<button label="Beitreten" name="join_btn"/>
<button label="Verlassen" name="leave_btn"/>
<button label="Profil anzeigen" name="view_profile_btn"/>
</floater>
|