diff options
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 | 99 |
1 files changed, 42 insertions, 57 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 3bf303eaa3..88e10aa832 100644 --- a/indra/newview/skins/default/xui/ja/panel_preferences_chat.xml +++ b/indra/newview/skins/default/xui/ja/panel_preferences_chat.xml @@ -1,57 +1,42 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<panel label="チャット" name="chat"> - <text name="text_box"> - チャットのフォント: - </text> - <radio_group name="chat_font_size"> - <radio_item name="radio" label="小" /> - <radio_item name="radio2" label="中" /> - <radio_item name="radio3" label="大" /> - </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="吹出し" name="background"/> - <text name="text_box8"> - 吹出し - </text> - <color_swatch label="URL" name="links"/> - <text name="text_box9"> - URL - </text> - <spinner label="フェード" name="fade_chat_time"/> - <slider label="不透明度" name="console_opacity"/> - <check_box label="全画面幅を使用 (再起動が必要)" name="chat_full_width_check"/> - <check_box label="Enterキーを押した後チャット バーを閉じる" name="close_chat_on_return_check"/> - <check_box label="チャット中は、いつでも矢印キーでアバターを移動可能" name="arrow_keys_move_avatar_check"/> - <check_box label="ローカルチャットにタイムスタンプを表示" name="show_timestamps_check"/> - <check_box label="チャット中はタイピング動作のアニメーションを再生" name="play_typing_animation"/> - <check_box label="チャットの吹き出しを表示" name="bubble_text_chat"/> - <slider label="不透明度" name="bubble_chat_opacity"/> - <check_box label="スクリプト・エラーと警告をチャット同様に表示" name="script_errors_as_chat"/> -</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"/>
+</panel>
|