diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-06-04 05:03:27 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-06-04 05:06:45 +0300 |
commit | d30d865f87cbebb6bec3ce8157957fb1e817ba68 (patch) | |
tree | ee24014ae2c1ab3e1739468968f34afee9f3c777 /indra/newview/skins/default/xui/ja/inspect_object.xml | |
parent | 44503282f6535d988138737f5280cae1350b5869 (diff) |
SL-19669 Restored XML formatting for the Japanese translations
Diffstat (limited to 'indra/newview/skins/default/xui/ja/inspect_object.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/inspect_object.xml | 70 |
1 files changed, 43 insertions, 27 deletions
diff --git a/indra/newview/skins/default/xui/ja/inspect_object.xml b/indra/newview/skins/default/xui/ja/inspect_object.xml index 7ac3ea0991..ec3ef5cd42 100644 --- a/indra/newview/skins/default/xui/ja/inspect_object.xml +++ b/indra/newview/skins/default/xui/ja/inspect_object.xml @@ -1,29 +1,45 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> -<!-- -Not can_close / no title to avoid window chrome -Single instance - only have one at a time, recycle it each spawn ---> <floater name="inspect_object"> - <string name="Creator">制作者:[CREATOR]</string> - <string name="CreatorAndOwner">[CREATOR]によるチェック -[OWNER]によるチェック</string> - <string name="Price">L$[AMOUNT]</string> - <string name="PriceFree">無料です!</string> - <string name="Touch">触る</string> - <string name="Sit">座る</string> - <text name="object_name" value="二行にわたる長いオブジェクト名をテスト" /> - <text name="object_creator">by secondlife:///app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/about -owner secondlife:///app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/about</text> - <text name="price_text">L$30,000</text> - <text name="object_description">これは、オブジェクトがどのようなものであるかについての非常に長い説明であり、少なくとも80文字は含まれます。 -長さなどですが、この時点ではおそらく120くらいです。本当のところは、誰にも分かりません。</text> - <text name="object_media_url">http://www.superdupertest.com</text> - <button label="買う" name="buy_btn" /> - <button label="支払う" name="pay_btn" /> - <button label="コピーを取る" name="take_free_copy_btn" /> - <button label="触る" name="touch_btn" /> - <button label="座る" name="sit_btn" /> - <button label="開く" name="open_btn" /> - <icon name="secure_browsing" tool_tip="セキュアブラウジング" /> - <button label="詳細" name="more_info_btn" /> -</floater>
\ No newline at end of file + <string name="Creator"> + 制作者:[CREATOR] + </string> + <string name="CreatorAndOwner"> + [CREATOR]によるチェック +[OWNER]によるチェック + </string> + <string name="Price"> + L$[AMOUNT] + </string> + <string name="PriceFree"> + 無料です! + </string> + <string name="Touch"> + 触る + </string> + <string name="Sit"> + 座る + </string> + <text name="object_name" value="二行にわたる長いオブジェクト名をテスト"/> + <text name="object_creator"> + by secondlife:///app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/about +owner secondlife:///app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/about + </text> + <text name="price_text"> + L$30,000 + </text> + <text name="object_description"> + これは、オブジェクトがどのようなものであるかについての非常に長い説明であり、少なくとも80文字は含まれます。 +長さなどですが、この時点ではおそらく120くらいです。本当のところは、誰にも分かりません。 + </text> + <text name="object_media_url"> + http://www.superdupertest.com + </text> + <button label="買う" name="buy_btn"/> + <button label="支払う" name="pay_btn"/> + <button label="コピーを取る" name="take_free_copy_btn"/> + <button label="触る" name="touch_btn"/> + <button label="座る" name="sit_btn"/> + <button label="開く" name="open_btn"/> + <icon name="secure_browsing" tool_tip="セキュアブラウジング"/> + <button label="詳細" name="more_info_btn"/> +</floater> |