summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/panel_preferences_chat.xml
diff options
context:
space:
mode:
authorRamzi Ramey <ramzi@lindenlab.com>2009-09-15 20:21:05 +0000
committerRamzi Ramey <ramzi@lindenlab.com>2009-09-15 20:21:05 +0000
commit9bcace0608c79ae881a33b0bcc6d6ea701021147 (patch)
tree8febb1ee80d4c369926eff828e77448eff8ba353 /indra/newview/skins/default/xui/ja/panel_preferences_chat.xml
parenta4486b258cbd5e560cf7bec05e515e1ed56179fb (diff)
Merging revisions 132612-133369 of svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-22
DEV-38453 Conversion to 2.0: Modernize and rearrange the nodes of the localized XUI; NO CHANGES TO ENGLISH. - match the new structures/widget language of the post-skinning work - restore some strings.xml entries from the former ui_strings.xml file - copy the Low/Mid/High translations into strings.xml - strip out all superfluous length= and type= parameters; these default to the EN value anyway I intentionally did not yet rearrange menu_viewer.xml, since it is still in flux in English
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.xml63
1 files changed, 34 insertions, 29 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 875755a8c7..3bf303eaa3 100644
--- a/indra/newview/skins/default/xui/ja/panel_preferences_chat.xml
+++ b/indra/newview/skins/default/xui/ja/panel_preferences_chat.xml
@@ -1,52 +1,57 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="チャット" name="chat">
- <text length="1" name="text_box" type="string">
+ <text name="text_box">
チャットのフォント:
</text>
<radio_group name="chat_font_size">
- <radio_item length="1" name="radio" type="string" label="小" />
- <radio_item length="1" name="radio2" type="string" label="中" />
- <radio_item length="1" name="radio3" type="string" label="大" />
+ <radio_item name="radio" label="小" />
+ <radio_item name="radio2" label="中" />
+ <radio_item name="radio3" label="大" />
</radio_group>
- <text length="1" name="text_box2" type="string">
- チャット・カラー:
+ <color_swatch label="自分" name="user"/>
+ <text name="text_box1">
+ 自分
+ </text>
+ <color_swatch label="その他" name="agent"/>
+ <text name="text_box2">
+ その他
</text>
- <color_swatch label="自分" name="user" width="56"/>
- <color_swatch label="その他" name="agent" left_delta="60"/>
<color_swatch label="IM" name="im"/>
+ <text name="text_box3">
+ IM
+ </text>
<color_swatch label="システム" name="system"/>
- <color_swatch label="チャット" name="users"/>
- <color_swatch label="オブジェクト" name="objects" width="56"/>
- <color_swatch label="所有者" name="owner" left_delta="60"/>
+ <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 length="1" name="text_box3" type="string">
- チャット・コンソール:
+ <text name="text_box9">
+ URL
</text>
<spinner label="フェード" name="fade_chat_time"/>
- <text length="1" name="text_box4" type="string">
- (秒後)
- </text>
- <text length="1" name="text_box5" type="string">
- (行数)
- </text>
<slider label="不透明度" name="console_opacity"/>
- <text length="1" name="text_box6" type="string">
- チャット・オプション:
- </text>
<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"/>
- <text length="1" name="text_box7" type="string">
- チャットの吹き出し:
- </text>
<check_box label="チャットの吹き出しを表示" name="bubble_text_chat"/>
<slider label="不透明度" name="bubble_chat_opacity"/>
- <text length="1" name="text_box8" type="string">
- スクリプト・エラー:
- </text>
<check_box label="スクリプト・エラーと警告をチャット同様に表示" name="script_errors_as_chat"/>
- <color_swatch label="エラー" name="script_error"/>
</panel>