diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/zh/panel_classified.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/zh/panel_classified.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/zh/panel_classified.xml b/linden/indra/newview/skins/xui/zh/panel_classified.xml new file mode 100644 index 0000000..344329d --- /dev/null +++ b/linden/indra/newview/skins/xui/zh/panel_classified.xml | |||
@@ -0,0 +1,14 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel name="Classified" title="分类的"> | ||
3 | <line_editor name="given_name_editor" | ||
4 | tool_tip="名前は、句読点でなく、文字または数字で始める必要があります。" /> | ||
5 | <line_editor name="location_editor" | ||
6 | tool_tip="あなたのアバターの現在の位置で、クラシファイド用の地点の設定をしてください。" /> | ||
7 | <button label="调节" name="set_location_btn" /> | ||
8 | <button label="闪电传送" name="classified_teleport_btn" /> | ||
9 | <button label="在地图中显示" name="classified_map_btn" /> | ||
10 | <button label="档案" name="classified_profile_btn" /> | ||
11 | <check_box label="成人" name="classified_mature_check" /> | ||
12 | <combo_box label="" name="classified_category_combo" /> | ||
13 | <button label="更新" name="classified_update_btn" /> | ||
14 | </panel> | ||