blob: 6c8670a4c80f75e93a3fe43e6c01b0f62bf7a991 (
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="panel_snapshot_postcard">
<string name="default_subject">
Postkarte aus [SECOND_LIFE].
</string>
<string name="default_message">
Sehen Sie mal!
</string>
<string name="upload_message">
Senden...
</string>
<text name="title">
E-Mail
</text>
<tab_container name="postcard_tabs">
<panel name="panel_postcard_message" label="Nachricht"/>
<panel name="panel_postcard_settings" label="Einstellungen"/>
</tab_container>
</panel>
|