blob: f4bfc0e0b5a5db5ab37172f8c8af51bd0cb7516e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_snapshot_options">
<button label="Publicar en los comentarios de Mi perfil" name="save_to_profile_btn"/>
<button label="Correo-e" name="save_to_email_btn"/>
<button label="Guardar en Mi inventario ([AMOUNT] L$)" name="save_to_inventory_btn"/>
<button label="Guardar en mi ordenador" name="save_to_computer_btn"/>
<text name="send_to_facebook_textbox">
Enviar a: [secondlife:/// Facebook]
</text>
<text name="send_to_twitter_textbox">
[secondlife:/// Twitter]
</text>
<text name="send_to_flickr_textbox">
[secondlife:/// Flickr]
</text>
</panel>
|