blob: ead56f2885264221f3982659136e95402c787569 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?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>
<button name="cancel_btn" label="Abbrechen"/>
<button name="send_btn" label="Absenden"/>
</panel>
|