diff options
Diffstat (limited to 'indra/newview/skins/default/xui/de/floater_buy_currency.xml')
-rw-r--r-- | indra/newview/skins/default/xui/de/floater_buy_currency.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/de/floater_buy_currency.xml b/indra/newview/skins/default/xui/de/floater_buy_currency.xml new file mode 100644 index 0000000000..72959c7a0c --- /dev/null +++ b/indra/newview/skins/default/xui/de/floater_buy_currency.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="buy currency" title="L$ kaufen"> + <floater.string name="buy_currency"> + [LINDENS] L$ für ca. [LOCALAMOUNT] kaufen + </floater.string> + <text name="info_need_more"> + Sie brauchen mehr Geld + </text> + <text name="contacting"> + LindeX wird kontaktiert... + </text> + <text name="info_buying"> + L$ kaufen + </text> + <text name="balance_label"> + Ich habe + </text> + <text name="balance_amount"> + [AMT] L$ + </text> + <text name="currency_action" width="90"> + Ich möchte kaufen + </text> + <text name="currency_label"> + L$ + </text> + <line_editor label="L$" left_delta="55" name="currency_amt"> + 1234 + </line_editor> + <text name="buying_label"> + Zum Preis von + </text> + <text name="currency_est"> + ca. [LOCALAMOUNT] + </text> + <text name="getting_data"> + Schätzung erfolgt... + </text> + <text name="buy_action"> + [NAME] L$ [PRICE] + </text> + <text name="total_label"> + Mein neuer Kontostand wird sein + </text> + <text name="total_amount"> + [AMT] L$ + </text> + <text name="currency_links"> + [http://www.secondlife.com/my/account/payment_method_management.php?lang=de-DE Zahlungsart] | [http://www.secondlife.com/my/account/currency.php?lang=de-DE Währung] | [http://www.secondlife.com/my/account/exchange_rates.php?lang=de-DE Umtauschrate] + </text> + <text name="exchange_rate_note"> + Geben Sie den Betrag erneut ein, um die aktuellste Umtauschrate anzuzeigen. + </text> + <text name="purchase_warning_repurchase"> + Nach Bestätigung dieses Kaufs werden nur L$ gekauft, nicht das Objekt. + </text> + <text name="purchase_warning_notenough"> + Sie kaufen nicht genügend L$. Bitte erhöhen Sie den Betrag. + </text> + <button label="Jetzt kaufen" name="buy_btn"/> + <button label="Abbrechen" name="cancel_btn"/> + <text name="info_cannot_buy" left="160" width="200" height="40"> + Kauf nicht +möglich + </text> + <button label="Weiter zum Internet" name="error_web"/> +</floater> |