aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/ko/floater_postcard.xml
blob: 2d35b834f24945c36b0eb6f12068367bf4d5c4ba (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Postcard" title="엽서 보내기">
	<text name="to_label">
		수신인 이메일:
	</text>
	<text name="from_label">
		이메일:
	</text>
	<text name="name_label">
		이름:
	</text>
	<text name="subject_label">
		제목:
	</text>
	<text name="msg_label">
		메시지:
	</text>
	<check_box label="웹에 게시" name="allow_publish_check"
	     tool_tip="이 엽서를 웹에 게시." />
	<check_box label="성인용 컨텐츠" name="mature_check"
	     tool_tip="이 엽서에는 성인 전용 컨텐츠가 포함되어 있습니다." />
	<button label="?" name="publish_help_btn" />
	<text name="fine_print">
		엽서 수령인이 세컨드라이프에 가입 할 경우 추천 보너스를 얻게 됩니다.
	</text>
	<button label="취소" name="cancel_btn" />
	<button label="보내기" name="send_btn" />
</floater>