blob: 7646245d516dfb20db86b828d351274d6654bf19 (
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
29
30
31
|
<?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_mature_check">
<combo_item name="select_mature">
- 选择限制级 -
</combo_item>
<combo_item name="mature">
Mature内容
</combo_item>
<combo_item name="pg">
PG内容
</combo_item>
</combo_box>
<combo_box label="" name="classified_category_combo"/>
<button label="更新" name="classified_update_btn"/>
<string name="ad_placed_paid">
广告发布: [DATE],为此付出了 [CURRENCY][AMT]。
</string>
<string name="update_txt">
更新
</string>
<string name="publish_txt">
发布...
</string>
</panel>
|