diff options
Diffstat (limited to 'indra/newview/skins/default/xui/ja/panel_region_texture.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/panel_region_texture.xml | 115 |
1 files changed, 58 insertions, 57 deletions
diff --git a/indra/newview/skins/default/xui/ja/panel_region_texture.xml b/indra/newview/skins/default/xui/ja/panel_region_texture.xml index 6527f0fbe6..e79582544c 100644 --- a/indra/newview/skins/default/xui/ja/panel_region_texture.xml +++ b/indra/newview/skins/default/xui/ja/panel_region_texture.xml @@ -1,57 +1,58 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<panel label="地面テクスチャー" name="Textures"> - <text name="region_text_lbl"> - 地域: - </text> - <text name="region_text"> - 未知 - </text> - <text name="detail_texture_text"> - 地形のテクスチャー (512x512、24ビット .tgaファイルが必要) - </text> - <text name="height_text_lbl"> - 1(低) - </text> - <text name="height_text_lbl2"> - 2 - </text> - <text name="height_text_lbl3"> - 3 - </text> - <text name="height_text_lbl4"> - 4(高) - </text> - <text name="height_text_lbl5"> - テクスチャー標高範囲 - </text> - <text name="height_text_lbl6"> - 南西 - </text> - <text name="height_text_lbl7"> - 北西 - </text> - <text name="height_text_lbl8"> - 南東 - </text> - <text name="height_text_lbl9"> - 北東 - </text> - <spinner label="低" name="height_start_spin_0" /> - <spinner label="低" name="height_start_spin_1" /> - <spinner label="低" name="height_start_spin_2" /> - <spinner label="低" name="height_start_spin_3" /> - <spinner label="高" name="height_range_spin_0" /> - <spinner label="高" name="height_range_spin_1" /> - <spinner label="高" name="height_range_spin_2" /> - <spinner label="高" name="height_range_spin_3" /> - <text name="height_text_lbl10"> - これらの数字は、上記のテクスチャーをブレンドする範囲を表します。 - </text> - <text name="height_text_lbl11"> - 計測の単位はメートルで、「低」の値はテクスチャー#1の表示高さの最大値です。 - </text> - <text name="height_text_lbl12"> - そして「高」の値はテクスチャー#4の高さの下限となります。 - </text> - <button label="適用" name="apply_btn" /> -</panel> +<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<panel label="地面テクスチャー" name="Textures">
+ <text name="region_text_lbl">
+ 地域:
+ </text>
+ <text name="region_text">
+ 未知
+ </text>
+ <text name="detail_texture_text">
+ 地形のテクスチャー (512x512、24ビット .tgaファイルが必要)
+ </text>
+ <text name="height_text_lbl">
+ 1(低)
+ </text>
+ <text name="height_text_lbl2">
+ 2
+ </text>
+ <text name="height_text_lbl3">
+ 3
+ </text>
+ <text name="height_text_lbl4">
+ 4(高)
+ </text>
+ <text name="height_text_lbl5">
+ テクスチャー標高範囲
+ </text>
+ <text name="height_text_lbl6">
+ 南西
+ </text>
+ <text name="height_text_lbl7">
+ 北西
+ </text>
+ <text name="height_text_lbl8">
+ 南東
+ </text>
+ <text name="height_text_lbl9">
+ 北東
+ </text>
+ <spinner label="低" name="height_start_spin_0"/>
+ <spinner label="低" name="height_start_spin_1"/>
+ <spinner label="低" name="height_start_spin_2"/>
+ <spinner label="低" name="height_start_spin_3"/>
+ <spinner label="高" name="height_range_spin_0"/>
+ <spinner label="高" name="height_range_spin_1"/>
+ <spinner label="高" name="height_range_spin_2"/>
+ <spinner label="高" name="height_range_spin_3"/>
+ <text name="height_text_lbl10">
+ 数値は上のテクスチャのブレンド範囲を示します
+ </text>
+ <text name="height_text_lbl11">
+ 計測単位はメートルで、「低」の値は 1 番のテクスチャの高さの最大値です。
+「高」の値は、4 番のテクスチャの高さの最低値です。
+ </text>
+ <text name="height_text_lbl12">
+ そして「高」の値はテクスチャー#4の高さの下限となります。
+ </text>
+ <button label="適用" name="apply_btn"/>
+</panel>
|