blob: 613e93245850983bdde38746cae48309504f9d13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?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" />
<combo_box label="" name="classified_category_combo" />
<button label="업데이트" name="classified_update_btn" />
<string name="ad_placed_paid">
게재 광고: [DATE], 게재 비용 L$[AMT]를 지불했습니다.
</string>
<text name="update_txt">
업데이트
</text>
<text name="publish_txt">
게시하기¡¦}
</text>
</panel>
|