diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/de/floater_buy_currency.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/de/floater_buy_currency.xml | 41 |
1 files changed, 22 insertions, 19 deletions
diff --git a/linden/indra/newview/skins/xui/de/floater_buy_currency.xml b/linden/indra/newview/skins/xui/de/floater_buy_currency.xml index 2b476d0..3c1d357 100644 --- a/linden/indra/newview/skins/xui/de/floater_buy_currency.xml +++ b/linden/indra/newview/skins/xui/de/floater_buy_currency.xml | |||
@@ -1,10 +1,10 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="buy currency" title="Währung kaufen"> | 2 | <floater name="buy currency" title="Geld kaufen"> |
3 | <text name="info_buying"> | 3 | <text name="info_buying"> |
4 | Währung kaufen: | 4 | Kaufe Geld: |
5 | </text> | 5 | </text> |
6 | <text name="info_cannot_buy"> | 6 | <text name="info_cannot_buy"> |
7 | Kauf jetzt nicht möglich: | 7 | Kaufen jetzt nicht möglich: |
8 | </text> | 8 | </text> |
9 | <text name="info_need_more"> | 9 | <text name="info_need_more"> |
10 | Sie brauchen mehr Geld: | 10 | Sie brauchen mehr Geld: |
@@ -12,51 +12,54 @@ | |||
12 | <text name="error_message"> | 12 | <text name="error_message"> |
13 | Irgendetwas stimmt nicht. | 13 | Irgendetwas stimmt nicht. |
14 | </text> | 14 | </text> |
15 | <button label="Zur Website" name="error_web" /> | 15 | <button label="Gehe zu Website" name="error_web" /> |
16 | <text name="contacting"> | 16 | <text name="contacting"> |
17 | Kontaktaufnahme mit LindeX... | 17 | LindeX wird kontaktiert... |
18 | </text> | 18 | </text> |
19 | <text name="buy_action_unknown"> | 19 | <text name="buy_action_unknown"> |
20 | L$ auf der LindeX Währungsbörse kaufen | 20 | L$ an der LindeX kaufen |
21 | </text> | 21 | </text> |
22 | <text name="buy_action"> | 22 | <text name="buy_action"> |
23 | [NAME] L$ [PRICE] | 23 | [NAME] L$ [PRICE] |
24 | </text> | 24 | </text> |
25 | <text name="currency_action"> | 25 | <text name="currency_action" width="90"> |
26 | L$ kaufen | 26 | L$ kaufen |
27 | </text> | 27 | </text> |
28 | <line_editor name="currency_amt"> | 28 | <line_editor left_delta="55" name="currency_amt"> |
29 | 1234 | 29 | 1234 |
30 | </line_editor> | 30 | </line_editor> |
31 | <text name="currency_est"> | 31 | <text name="currency_est"> |
32 | für ca. US$ [USD] | 32 | für ca. [USD] US$ |
33 | </text> | 33 | </text> |
34 | <text name="balance_label"> | 34 | <text name="balance_label"> |
35 | Sie haben derzeit | 35 | Sie haben zurzeit |
36 | </text> | 36 | </text> |
37 | <text name="balance_amount"> | 37 | <text name="balance_amount"> |
38 | L$ [AMT] | 38 | [AMT] L$ |
39 | </text> | 39 | </text> |
40 | <text name="buying_label"> | 40 | <text name="buying_label"> |
41 | Sie kaufen | 41 | Sie kaufen |
42 | </text> | 42 | </text> |
43 | <text name="buying_amount"> | 43 | <text name="buying_amount"> |
44 | L$ [AMT] | 44 | [AMT] L$ |
45 | </text> | 45 | </text> |
46 | <text name="total_label"> | 46 | <text name="total_label"> |
47 | Ihr Kontostand wird folgendes betragen: | 47 | Ihr neuer Kontostand: |
48 | </text> | 48 | </text> |
49 | <text name="total_amount"> | 49 | <text name="total_amount"> |
50 | L$ [AMT] | 50 | [AMT] L$ |
51 | </text> | 51 | </text> |
52 | <text name="purchase_warning_repurchase"> | 52 | <text name="purchase_warning_repurchase"> |
53 | Die Bestätigung dieses Kaufs kauft die Währung. | 53 | Dieser Einkauf betrifft ausschließlich Geld. |
54 | Sie müssen noch einmal versuchen, den Vorgang durchzuführen. | 54 | Wiederholen Sie den Vorgang. |
55 | </text> | 55 | </text> |
56 | <text name="purchase_warning_notenough"> | 56 | <text name="purchase_warning_notenough"> |
57 | Sie kaufen nicht genug Währung. | 57 | Sie kaufen nicht genügend Geld. |
58 | Erhöhen Sie den zu kaufenden Betrag. | 58 | Kaufen Sie mehr. |
59 | </text> | 59 | </text> |
60 | <button label="Kauf" name="buy_btn" /> | 60 | <button label="Kaufen" name="buy_btn" /> |
61 | <button label="Abbrechen" name="cancel_btn" /> | 61 | <button label="Abbrechen" name="cancel_btn" /> |
62 | <text name="buy_currency"> | ||
63 | [LINDENS] L$ für ca. [USD] US$ kaufen | ||
64 | </text> | ||
62 | </floater> | 65 | </floater> |