diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-01 12:31:25 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-01 12:31:25 +0000 |
commit | ef5cbcb0604cbffbb6c153a433411fedcf4e5831 (patch) | |
tree | 06ff2fa6856e43b37a78b2dfa64e56008ce91b5c /indra/newview/skins/default/xui/it/floater_script_queue.xml | |
parent | 7e0a3ce7359a01ffa7776d86f279409225c3c2a7 (diff) | |
parent | d2c2d3f58e8d150c993708cbf13fc584a557ced7 (diff) |
Merge from viewer2.
Diffstat (limited to 'indra/newview/skins/default/xui/it/floater_script_queue.xml')
-rw-r--r-- | indra/newview/skins/default/xui/it/floater_script_queue.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/it/floater_script_queue.xml b/indra/newview/skins/default/xui/it/floater_script_queue.xml index 37eb3e4bbf..728fbe8c8d 100644 --- a/indra/newview/skins/default/xui/it/floater_script_queue.xml +++ b/indra/newview/skins/default/xui/it/floater_script_queue.xml @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> -<floater name="queue" title="PROGRESSIONE RESET"> +<floater name="queue" title="RESETTA IL PROGRESSO"> + <floater.string name="Starting"> + Conteggio [START] degli [COUNT] articoli. + </floater.string> + <floater.string name="Done"> + Eseguito. + </floater.string> + <floater.string name="Resetting"> + Resettando + </floater.string> + <floater.string name="Running"> + In esecuzione + </floater.string> + <floater.string name="NotRunning"> + Non in esecuzione + </floater.string> <button label="Chiudi" label_selected="Chiudi" name="close"/> </floater> |