diff options
Diffstat (limited to 'indra/newview/skins/default/xui/es/floater_buy_object.xml')
-rw-r--r-- | indra/newview/skins/default/xui/es/floater_buy_object.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/es/floater_buy_object.xml b/indra/newview/skins/default/xui/es/floater_buy_object.xml new file mode 100644 index 0000000000..1d0630625f --- /dev/null +++ b/indra/newview/skins/default/xui/es/floater_buy_object.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<floater name="contents" title="Comprar copia de objeto">
+ <text name="contents_text">
+ y contiene:
+ </text>
+ <text name="buy_text">
+ Comprar L$[AMOUNT] de [NAME]?
+ </text>
+ <button label="Cancelar" label_selected="Cancelar" name="cancel_btn" />
+ <button label="Comprar" label_selected="Comprar" name="buy_btn" />
+</floater>
|