diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-24 10:31:19 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-24 10:31:19 +0000 |
commit | 6f77f8891a7b0e95e1ea946b48dcac93dc68fa1a (patch) | |
tree | b22e29c4ebc608de4813d4a6518447b2d7b64f10 /indra/newview/skins/default/xui/pl/floater_script_queue.xml | |
parent | ebea9eed4d30376e8914c0e778250ecc45f9dd22 (diff) | |
parent | 00a97a4f95f644b1807d72cebce6dd6a7a1cf31e (diff) |
viewer2 merge
Diffstat (limited to 'indra/newview/skins/default/xui/pl/floater_script_queue.xml')
-rw-r--r-- | indra/newview/skins/default/xui/pl/floater_script_queue.xml | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/pl/floater_script_queue.xml b/indra/newview/skins/default/xui/pl/floater_script_queue.xml index 7655f5fcac..c20decdd00 100644 --- a/indra/newview/skins/default/xui/pl/floater_script_queue.xml +++ b/indra/newview/skins/default/xui/pl/floater_script_queue.xml @@ -1,4 +1,19 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<?xml version="1.0" encoding="utf-8" standalone="yes"?> <floater name="queue" title="ZRESETUJ PRACĘ W TOKU"> - <button label="Zamknij" label_selected="Zamknij" name="close" /> + <floater.string name="Starting"> + Rozpoczęcie [START] [COUNT] elementów. + </floater.string> + <floater.string name="Done"> + Wykonane. + </floater.string> + <floater.string name="Resetting"> + Trwa reset + </floater.string> + <floater.string name="Running"> + Skrypt działa + </floater.string> + <floater.string name="NotRunning"> + Skrypt nie działa + </floater.string> + <button label="Zamknij" label_selected="Zamknij" name="close"/> </floater> |