summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/floater_build_options.xml
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2023-06-04 05:03:27 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2023-06-04 05:06:45 +0300
commitd30d865f87cbebb6bec3ce8157957fb1e817ba68 (patch)
treeee24014ae2c1ab3e1739468968f34afee9f3c777 /indra/newview/skins/default/xui/ja/floater_build_options.xml
parent44503282f6535d988138737f5280cae1350b5869 (diff)
SL-19669 Restored XML formatting for the Japanese translations
Diffstat (limited to 'indra/newview/skins/default/xui/ja/floater_build_options.xml')
-rw-r--r--indra/newview/skins/default/xui/ja/floater_build_options.xml50
1 files changed, 32 insertions, 18 deletions
diff --git a/indra/newview/skins/default/xui/ja/floater_build_options.xml b/indra/newview/skins/default/xui/ja/floater_build_options.xml
index d6e51f0856..783bd0278f 100644
--- a/indra/newview/skins/default/xui/ja/floater_build_options.xml
+++ b/indra/newview/skins/default/xui/ja/floater_build_options.xml
@@ -1,20 +1,34 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="build options floater" title="グリッドオプション">
- <floater.string name="grid_screen_text">画面</floater.string>
- <floater.string name="grid_local_text">ローカル</floater.string>
- <floater.string name="grid_world_text">ワールド</floater.string>
- <floater.string name="grid_reference_text">リファレンス</floater.string>
- <floater.string name="grid_attachment_text">装着物</floater.string>
- <text name="grid_mode_label" tool_tip="グリッドの不透明度">モード</text>
- <combo_box name="combobox grid mode" tool_tip="オブジェクトの配置に使うグリッドルーラを選択">
- <combo_box.item label="インワールドグリッド" name="World" />
- <combo_box.item label="ローカルグリッド" name="Local" />
- <combo_box.item label="リファレンスグリッド" name="Reference" />
- </combo_box>
- <spinner label="単位(メートル)" name="GridResolution" />
- <spinner label="範囲(メートル)" name="GridDrawSize" />
- <check_box label="より細かい単位でスナップフィット" name="GridSubUnit" />
- <check_box label="横断面を表示" name="GridCrossSection" />
- <text name="grid_opacity_label" tool_tip="グリッドの不透明度">不透明度:</text>
- <slider label="グリッドの不透明度" name="GridOpacity" />
-</floater> \ No newline at end of file
+ <floater.string name="grid_screen_text">
+ 画面
+ </floater.string>
+ <floater.string name="grid_local_text">
+ ローカル
+ </floater.string>
+ <floater.string name="grid_world_text">
+ ワールド
+ </floater.string>
+ <floater.string name="grid_reference_text">
+ リファレンス
+ </floater.string>
+ <floater.string name="grid_attachment_text">
+ 装着物
+ </floater.string>
+ <text name="grid_mode_label" tool_tip="グリッドの不透明度">
+ モード
+ </text>
+ <combo_box name="combobox grid mode" tool_tip="オブジェクトの配置に使うグリッドルーラを選択">
+ <combo_box.item label="インワールドグリッド" name="World"/>
+ <combo_box.item label="ローカルグリッド" name="Local"/>
+ <combo_box.item label="リファレンスグリッド" name="Reference"/>
+ </combo_box>
+ <spinner label="単位(メートル)" name="GridResolution"/>
+ <spinner label="範囲(メートル)" name="GridDrawSize"/>
+ <check_box label="より細かい単位でスナップフィット" name="GridSubUnit"/>
+ <check_box label="横断面を表示" name="GridCrossSection"/>
+ <text name="grid_opacity_label" tool_tip="グリッドの不透明度">
+ 不透明度:
+ </text>
+ <slider label="グリッドの不透明度" name="GridOpacity"/>
+</floater>