summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/es/panel_postcard_message.xml
blob: 7316d91f5c8d554acf4fff79cee65dfe9d11d976 (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_postcard_message">
	<text name="to_label">
		Hasta:
	</text>
	<text name="name_label">
		Desde:
	</text>
	<text name="subject_label">
		Asunto:
	</text>
	<line_editor label="Escribe aquí el asunto." name="subject_form"/>
	<text name="msg_label">
		Mensaje:
	</text>
	<text_editor name="msg_form">
		Escribe aquí tu mensaje.
	</text_editor>
	<button label="Cancelar" name="cancel_btn"/>
	<button label="Enviar" name="send_btn"/>
</panel>