blob: 5e5948288336fc65642a15675e70864871c7c770 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="buy currency" title="KUP $L">
<text name="info_buying">
Kup L$:
</text>
<text name="info_cannot_buy">
Brak możliwości zakupu L$ teraz:
</text>
<text name="info_need_more">
Potrzebujesz wiecęj L$:
</text>
<text name="error_message">
Pojawienie się błędu.
</text>
<button label="Idź do strony internetowej" name="error_web" width="168"/>
<text name="contacting">
Kontaktowanie z LindeX...
</text>
<text name="buy_action_unknown">
Kup L$ w systemie walutowej wymiany LindeX
</text>
<text name="buy_action">
[NAME] [PRICE]L$
</text>
<text name="currency_action">
Kup
</text>
<line_editor name="currency_amt" left_delta="32">
1234
</line_editor>
<text name="currency_est">
za [LOCALAMOUNT]
</text>
<text name="getting_data">
Otrzymywanie danych...
</text>
<text name="balance_label">
Obecnie posiadasz
</text>
<text name="balance_amount">
[AMT]L$
</text>
<text name="buying_label">
Kupujesz
</text>
<text name="buying_amount">
[AMT]L$
</text>
<text name="total_label">
Twój nowy stan konta
</text>
<text name="total_amount">
[AMT]L$
</text>
<text name="purchase_warning_repurchase" height="48" bottom_delta="-64" right="-10">
Dokonując potwierdzenia na podaną transakcję,
wyrażasz zgodę jedynie na zakup waluty.
Sprobuj wykonać operację ponownie.
</text>
<text name="purchase_warning_notenough" bottom_delta="16">
Nie zakupujesz wystarczającej ilości waluty.
Proszę zwiększyć ilość.
</text>
<button label="Anuluj" name="cancel_btn" />
<button label="Kup" name="buy_btn" />
<string name="buy_currency">
Kup [LINDENS]L$ za [LOCALAMOUNT]
</string>
</floater>
|