diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-01-21 14:39:43 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-01-21 14:39:43 +0200 |
commit | 267b7ad011f366f84509a7388d66798a5c7b380b (patch) | |
tree | f7c939b0748ca81451f5a2adbaef0b8211da5735 /indra/newview/skins/default/xui/ja/panel_preferences_chat.xml | |
parent | 30fbb126af61c72054b5794c0132c8223babb1f3 (diff) | |
parent | 1a927f38d2266220f4000f35f64328476f9ffde6 (diff) |
Merge from default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/ja/panel_preferences_chat.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/panel_preferences_chat.xml | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/indra/newview/skins/default/xui/ja/panel_preferences_chat.xml b/indra/newview/skins/default/xui/ja/panel_preferences_chat.xml index e3091c7827..7abeb36168 100644 --- a/indra/newview/skins/default/xui/ja/panel_preferences_chat.xml +++ b/indra/newview/skins/default/xui/ja/panel_preferences_chat.xml @@ -1,43 +1,43 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<panel label="チャット" name="chat">
- <radio_group name="chat_font_size">
- <radio_item label="小" name="radio"/>
- <radio_item label="中" name="radio2"/>
- <radio_item label="大" name="radio3"/>
- </radio_group>
- <color_swatch label="自分" name="user"/>
- <text name="text_box1">
- ミー
- </text>
- <color_swatch label="その他" name="agent"/>
- <text name="text_box2">
- その他
- </text>
- <color_swatch label="IM" name="im"/>
- <text name="text_box3">
- IM
- </text>
- <color_swatch label="システム" name="system"/>
- <text name="text_box4">
- システム
- </text>
- <color_swatch label="エラー" name="script_error"/>
- <text name="text_box5">
- エラー
- </text>
- <color_swatch label="オブジェクト" name="objects"/>
- <text name="text_box6">
- オブジェクト
- </text>
- <color_swatch label="所有者" name="owner"/>
- <text name="text_box7">
- 所有者
- </text>
- <color_swatch label="URL" name="links"/>
- <text name="text_box9">
- URL
- </text>
- <check_box initial_value="true" label="チャット中はタイピング動作のアニメーションを再生" name="play_typing_animation"/>
- <check_box label="オフライン時に受け取った IM をメールで送信" name="send_im_to_email"/>
- <check_box label="文字チャットの履歴を有効にする" name="plain_text_chat_history"/>
-</panel>
+<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<panel label="チャット" name="chat"> + <radio_group name="chat_font_size"> + <radio_item label="小" name="radio"/> + <radio_item label="中" name="radio2"/> + <radio_item label="大" name="radio3"/> + </radio_group> + <color_swatch label="自分" name="user"/> + <text name="text_box1"> + ミー + </text> + <color_swatch label="その他" name="agent"/> + <text name="text_box2"> + その他 + </text> + <color_swatch label="IM" name="im"/> + <text name="text_box3"> + IM + </text> + <color_swatch label="システム" name="system"/> + <text name="text_box4"> + システム + </text> + <color_swatch label="エラー" name="script_error"/> + <text name="text_box5"> + エラー + </text> + <color_swatch label="オブジェクト" name="objects"/> + <text name="text_box6"> + オブジェクト + </text> + <color_swatch label="所有者" name="owner"/> + <text name="text_box7"> + 所有者 + </text> + <color_swatch label="URL" name="links"/> + <text name="text_box9"> + URL + </text> + <check_box initial_value="true" label="チャット中はタイピング動作のアニメーションを再生" name="play_typing_animation"/> + <check_box label="オフライン時に受け取った IM をメールで送信" name="send_im_to_email"/> + <check_box label="文字チャットの履歴を有効にする" name="plain_text_chat_history"/> +</panel> |