aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/ko/panel_classified.xml
blob: 72b5c03c6bbeec1480b5b17b360c49d693911dba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="Classified" title="광고">
	<line_editor name="given_name_editor"
	     tool_tip="이름은 문장 부호가 아닌 문자 또는 숫자로 시작되어야 합니다." />
	<line_editor name="location_editor"
	     tool_tip="현재 광고에 대한 위치를 현재 위치로 설정합니다." />
	<button label="설정" name="set_location_btn" />
	<button label="텔리포트" name="classified_teleport_btn" />
	<button label="지도에 표시" name="classified_map_btn" />
	<button label="프로필" name="classified_profile_btn" />
	<check_box label="성인용" name="classified_mature_check" />
	<combo_box label="" name="classified_category_combo" />
	<button label="업데이트" name="classified_update_btn" />
</panel>