aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/ko/panel_classified.xml
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:59 -0500
committerJacek Antonelli2008-08-15 23:45:59 -0500
commit6e91a9cc3d5a610198cf526a76e2ab642f10ecd7 (patch)
treeb023869f9daa7f61ea3ab27112d37524bdd88de4 /linden/indra/newview/skins/default/xui/ko/panel_classified.xml
parentSecond Life viewer sources 1.20.12 (diff)
downloadmeta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.zip
meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.gz
meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.bz2
meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.xz
Second Life viewer sources 1.20.13
Diffstat (limited to 'linden/indra/newview/skins/default/xui/ko/panel_classified.xml')
-rw-r--r--linden/indra/newview/skins/default/xui/ko/panel_classified.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/ko/panel_classified.xml b/linden/indra/newview/skins/default/xui/ko/panel_classified.xml
new file mode 100644
index 0000000..9d1f80c
--- /dev/null
+++ b/linden/indra/newview/skins/default/xui/ko/panel_classified.xml
@@ -0,0 +1,33 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<panel name="Classified" title="광고">
3 <line_editor name="given_name_editor"
4 tool_tip="이름은 문장 부호가 아닌 문자 또는 숫자로 시작되어야 합니다." />
5 <line_editor name="location_editor"
6 tool_tip="현재 광고에 대한 위치를 현재 위치로 설정합니다." />
7 <button label="설정" name="set_location_btn" />
8 <button label="텔리포트" name="classified_teleport_btn" />
9 <button label="지도에 표시" name="classified_map_btn" />
10 <button label="프로필" name="classified_profile_btn" />
11 <check_box label="성인용" name="classified_mature_check">
12 <combo_item name="select_mature">
13 - 성인용 컨텐츠 선택 -
14 </combo_item>
15 <combo_item name="mature">
16 성인용 컨텐츠
17 </combo_item>
18 <combo_item name="not_mature">
19 성인용 컨텐츠 아님
20 </combo_item>
21 </check_box>
22 <combo_box label="" name="classified_category_combo" />
23 <button label="업데이트" name="classified_update_btn" />
24 <string name="ad_placed_paid">
25 게재 광고: [DATE], 게재 비용 L$[AMT]를 지불했습니다.
26 </string>
27 <text name="update_txt">
28 업데이트
29 </text>
30 <text name="publish_txt">
31 게시하기¡¦}
32 </text>
33</panel>