summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/floater_live_lsleditor.xml
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2009-11-10 20:13:17 +0200
committerYuri Chebotarev <ychebotarev@productengine.com>2009-11-10 20:13:17 +0200
commitebbca6470aa04c29712d92f6b52467188663e055 (patch)
tree13b62d698ebc48d9efa1d65991744c71f9ff407e /indra/newview/skins/default/xui/ja/floater_live_lsleditor.xml
parentf15767bbef4e0a87aa032e265b3a0a8d4db907e1 (diff)
parentc673ef4a913691cea8e94b688937084edb821f68 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/ja/floater_live_lsleditor.xml')
-rw-r--r--indra/newview/skins/default/xui/ja/floater_live_lsleditor.xml27
1 files changed, 15 insertions, 12 deletions
diff --git a/indra/newview/skins/default/xui/ja/floater_live_lsleditor.xml b/indra/newview/skins/default/xui/ja/floater_live_lsleditor.xml
index 79942738ea..b108a3e70c 100644
--- a/indra/newview/skins/default/xui/ja/floater_live_lsleditor.xml
+++ b/indra/newview/skins/default/xui/ja/floater_live_lsleditor.xml
@@ -1,12 +1,15 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<floater name="script ed float" title="スクリプト:新しいスクリプト">
- <button label="リセット" label_selected="リセット" name="Reset" />
- <check_box label="実行中" name="running" />
- <check_box label="Mono" name="mono" />
- <text name="not_allowed">
- あなたはこのスクリプトを見ることができません。
- </text>
- <string name="script_running">
- 実行中
- </string>
-</floater>
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<floater name="script ed float" title="スクリプト:新しいスクリプト">
+ <floater.string name="not_allowed">
+ このスクリプトは「コピー不可」のため、表示または編集することができません。 オブジェクト内のスクリプトの表示または編集には、全権限が必要です。
+ </floater.string>
+ <floater.string name="script_running">
+ 実行中
+ </floater.string>
+ <floater.string name="Title">
+ スクリプト: [NAME]
+ </floater.string>
+ <button label="リセット" label_selected="リセット" name="Reset"/>
+ <check_box initial_value="true" label="実行中" name="running"/>
+ <check_box initial_value="true" label="Mono" name="mono"/>
+</floater>