diff options
| author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-11-10 17:03:48 +0200 |
|---|---|---|
| committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-11-10 17:03:48 +0200 |
| commit | ebfb32f35bfeb796b4971f66bd1a9ebdf88be854 (patch) | |
| tree | 12a2fd956a69147758226f49a437a137f065410f /indra/newview/skins/default/xui/fr/floater_script_queue.xml | |
| parent | 15372bbc342a7b4c7a8d9b2e1bedd52655232ba7 (diff) | |
| parent | 5377f8628e7f3eda9f497db1c367099ca04726d0 (diff) | |
Merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/fr/floater_script_queue.xml')
| -rw-r--r-- | indra/newview/skins/default/xui/fr/floater_script_queue.xml | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_script_queue.xml b/indra/newview/skins/default/xui/fr/floater_script_queue.xml index d5f39e7ace..dbbe2539dc 100644 --- a/indra/newview/skins/default/xui/fr/floater_script_queue.xml +++ b/indra/newview/skins/default/xui/fr/floater_script_queue.xml @@ -1,4 +1,19 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<floater name="queue" title="RÉINITIALISER PROGRESSION"> - <button label="Fermer" label_selected="Fermer" name="close" /> -</floater> +<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<floater name="queue" title="RÉINITIALISER PROGRESSION">
+ <floater.string name="Starting">
+ Début du [START] sur [COUNT] objets.
+ </floater.string>
+ <floater.string name="Done">
+ Fini.
+ </floater.string>
+ <floater.string name="Resetting">
+ Réinitialisation
+ </floater.string>
+ <floater.string name="Running">
+ Exécution en cours
+ </floater.string>
+ <floater.string name="NotRunning">
+ Arrêt
+ </floater.string>
+ <button label="Fermer" label_selected="Fermer" name="close"/>
+</floater>
|
