diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/ko/floater_sell_land.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/ko/floater_sell_land.xml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/ko/floater_sell_land.xml b/linden/indra/newview/skins/xui/ko/floater_sell_land.xml new file mode 100644 index 0000000..e04b09d --- /dev/null +++ b/linden/indra/newview/skins/xui/ko/floater_sell_land.xml | |||
@@ -0,0 +1,68 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="sell land" title="토지 판매"> | ||
3 | <text name="info_parcel_label"> | ||
4 | 구획: | ||
5 | </text> | ||
6 | <text name="info_parcel"> | ||
7 | 구획 이름 | ||
8 | </text> | ||
9 | <text name="info_size_label"> | ||
10 | 크기 : | ||
11 | </text> | ||
12 | <text name="info_size"> | ||
13 | [AREA] 평방 미터 | ||
14 | </text> | ||
15 | <text name="info_action"> | ||
16 | 이 구획을 판매하려면: | ||
17 | </text> | ||
18 | <text name="price_label"> | ||
19 | 가격 설정: | ||
20 | </text> | ||
21 | <text name="price_text"> | ||
22 | 이 토지에 대한 적절한 가격을 선택하십시오. | ||
23 | </text> | ||
24 | <text name="price_ld"> | ||
25 | L$" | ||
26 | </text> | ||
27 | <text name="price_per_m"> | ||
28 | (평방 미터당 L$[PER_METER]) | ||
29 | </text> | ||
30 | <text name="sell_to_label"> | ||
31 | 토지 판매 대상: | ||
32 | </text> | ||
33 | <text name="sell_to_text"> | ||
34 | 다른 사람 또는 특정 구매자에게 판매여부를 선택하십시오. | ||
35 | </text> | ||
36 | <combo_box name="sell_to"> | ||
37 | <combo_item name="--selectone--"> | ||
38 | -- 하나만 선택 -- | ||
39 | </combo_item> | ||
40 | <combo_item name="Anyone"> | ||
41 | 모든 사람 | ||
42 | </combo_item> | ||
43 | <combo_item name="Specificuser:"> | ||
44 | 특정 사용자: | ||
45 | </combo_item> | ||
46 | </combo_box> | ||
47 | <button label="선택..." name="sell_to_select_agent" /> | ||
48 | <text name="sell_objects_label"> | ||
49 | 토지와 함께 아이템을 판매하시겠습니까? | ||
50 | </text> | ||
51 | <text name="sell_objects_text"> | ||
52 | Parcel의 토지소유자의 환전 가능한 아이템은 소유권이 바뀔 것입니다. | ||
53 | </text> | ||
54 | <radio_group name="sell_objects"> | ||
55 | <radio_item name="no"> | ||
56 | 아니오, 아이템의 소유권 유지 | ||
57 | </radio_item> | ||
58 | <radio_item name="yes"> | ||
59 | 예, 아이템과 토지 판매 | ||
60 | </radio_item> | ||
61 | </radio_group> | ||
62 | <button label="사물 표시" name="show_objects" /> | ||
63 | <text name="nag_message_label"> | ||
64 | 잊지 마십시오: 모든 매매는 환불이 되지 않습니다. | ||
65 | </text> | ||
66 | <button label="토지 매물 설정" name="sell_btn" /> | ||
67 | <button label="취소" name="cancel_btn" /> | ||
68 | </floater> | ||