aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/ko/floater_buy_currency.xml
blob: e8ab54eea601b1aec68a92a5ef0c7c5de45335e8 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="buy currency" title="화폐 구매">
	<text name="info_buying">
		구매 화폐:
	</text>
	<text name="info_cannot_buy">
		지금 구입할 수 없음:
	</text>
	<text name="info_need_more">
		화폐가 더 필요합니다.
	</text>
	<text name="error_message">
		뭐가 잘못되었습니다.
	</text>
	<button label="웹사이트로 이동" name="error_web" />
	<text name="contacting">
		LindeX에 연락 중...
	</text>
	<text name="buy_action_unknown">
		LindeX 환율로 L$ 구입
	</text>
	<text name="buy_action">
		[NAME] L$ [PRICE]
	</text>
	<text name="currency_action">
		L$ 구매
	</text>
	<line_editor name="currency_amt">
		1234
	</line_editor>
	<text name="currency_est">
		약 US$ [USD]
	</text>
	<text name="balance_label">
		귀하의 현재 보유 상황
	</text>
	<text name="balance_amount">
		L$ [AMT]
	</text>
	<text name="buying_label">
		귀하의 구매 대상
	</text>
	<text name="buying_amount">
		L$ [AMT]
	</text>
	<text name="total_label">
		귀하의 새 보유 잔고
	</text>
	<text name="total_amount">
		L$ [AMT]
	</text>
	<text name="purchase_warning_repurchase">
		이 구매를 확인하면 화폐만 구매하게 됩니다.
작업을 재시도하셔야 합니다.
	</text>
	<text name="purchase_warning_notenough">
		충분한 화폐를 사지 않았습니다
구입하려는 금액을 늘리십시오.
	</text>
	<button label="구매" name="buy_btn" />
	<button label="취소" name="cancel_btn" />
</floater>