blob: 373d925169e78f1388c9ace4361e950bebbcb100 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?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" />
<text name="update_txt">
アップデート
</text>
<text name="publish_txt">
公開...
</text>
</panel>
|