Files
SingularityViewer/indra/newview/skins/default/xui/fr/floater_pay.xml
2012-03-05 19:17:07 +01:00

23 lines
887 B
XML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Give Money" title="">
<button label="1 L$" label_selected="1 L$" name="fastpay 1"/>
<button label="5 L$" label_selected="5 L$" name="fastpay 5"/>
<button label="10 L$" label_selected="10 L$" name="fastpay 10"/>
<button label="20 L$" label_selected="20 L$" name="fastpay 20"/>
<button label="Payer" label_selected="Payer" name="pay btn"/>
<button label="Annuler" label_selected="Annuler" name="cancel btn"/>
<text length="1" name="payee_label" type="string" left="5">
Payer :
</text>
<text length="1" name="payee_name" type="string">
[NAME]
</text>
<text length="1" name="fastpay text" type="string" width="100" halign="left">
Paiement rapide :
</text>
<text left="4" length="1" name="amount text" type="string">
Montant :
</text>
<line_editor left="60" name="amount" width="55"/>
</floater>