diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-11-11 10:44:39 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-11-11 10:44:39 -0500 |
commit | 652c8f6b5e91e1333854ac5e300b0bf650d03fc2 (patch) | |
tree | 4c0375dddbf315baa73c30fe648eb0915f3e3f2a /indra/newview/skins/default/xui/ja/floater_script_queue.xml | |
parent | af9b99b457a6a6ab9f04a20bcde6a90091321375 (diff) | |
parent | 062d0a13db505636b186084d42c527a49637f380 (diff) |
merge
Diffstat (limited to 'indra/newview/skins/default/xui/ja/floater_script_queue.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/floater_script_queue.xml | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/ja/floater_script_queue.xml b/indra/newview/skins/default/xui/ja/floater_script_queue.xml index 7c4979a033..5e059b91ca 100644 --- a/indra/newview/skins/default/xui/ja/floater_script_queue.xml +++ b/indra/newview/skins/default/xui/ja/floater_script_queue.xml @@ -1,4 +1,19 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<floater name="queue" title="進捗のリセット"> - <button label="閉じる" label_selected="閉じる" name="close" /> -</floater> +<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<floater name="queue" title="進捗のリセット">
+ <floater.string name="Starting">
+ [COUNT] アイテムの [START] を開始します。
+ </floater.string>
+ <floater.string name="Done">
+ 完了。
+ </floater.string>
+ <floater.string name="Resetting">
+ リセット中
+ </floater.string>
+ <floater.string name="Running">
+ 実行中
+ </floater.string>
+ <floater.string name="NotRunning">
+ 実行されていません
+ </floater.string>
+ <button label="閉じる" label_selected="閉じる" name="close"/>
+</floater>
|