blob: 3373c29821f44fd73ef386e5035bf3828b765257 (
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">
Postal desde [SECOND_LIFE].
</string>
<string name="default_message">
¡Mira esto!
</string>
<string name="upload_message">
Enviando...
</string>
<text name="title">
Correo-e
</text>
<tab_container name="postcard_tabs">
<panel name="panel_postcard_message" label="Mensaje"/>
<panel name="panel_postcard_settings" label="Ajustes"/>
</tab_container>
</panel>
|