diff options
author | Jacek Antonelli | 2008-08-15 23:45:59 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:59 -0500 |
commit | 6e91a9cc3d5a610198cf526a76e2ab642f10ecd7 (patch) | |
tree | b023869f9daa7f61ea3ab27112d37524bdd88de4 /linden/indra/newview/skins/default/xui/ja/panel_classified.xml | |
parent | Second Life viewer sources 1.20.12 (diff) | |
download | meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.zip meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.gz meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.bz2 meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.xz |
Second Life viewer sources 1.20.13
Diffstat (limited to 'linden/indra/newview/skins/default/xui/ja/panel_classified.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/ja/panel_classified.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/ja/panel_classified.xml b/linden/indra/newview/skins/default/xui/ja/panel_classified.xml new file mode 100644 index 0000000..22113f7 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/ja/panel_classified.xml | |||
@@ -0,0 +1,33 @@ | |||
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_item name="select_mature"> | ||
13 | -成熟度を選択- | ||
14 | </combo_item> | ||
15 | <combo_item name="mature"> | ||
16 | 成人向けコンテンツ | ||
17 | </combo_item> | ||
18 | <combo_item name="not_mature"> | ||
19 | 非成人向けコンテンツ | ||
20 | </combo_item> | ||
21 | </check_box> | ||
22 | <combo_box label="" name="classified_category_combo" /> | ||
23 | <button label="更新" name="classified_update_btn" /> | ||
24 | <string name="ad_placed_paid"> | ||
25 | 広告掲載: [DATE]、L$[AMT] 支払い済み | ||
26 | </string> | ||
27 | <text name="update_txt"> | ||
28 | アップデート | ||
29 | </text> | ||
30 | <text name="publish_txt"> | ||
31 | 公開... | ||
32 | </text> | ||
33 | </panel> | ||