Files
SingularityViewer/indra/newview/skins/default/xui/fr/floater_mem_leaking.xml
2012-03-05 19:17:07 +01:00

19 lines
650 B
XML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="MemLeak" title="Simulation fuite mémoire">
<spinner label="Vitesse de la fuite (octets) :" name="leak_speed" />
<spinner label="Max mémoire perdue (Mo) :" name="max_leak" />
<text name="total_leaked_label">
Mémoire perdue actuelle : [SIZE] Ko
</text>
<text name="note_label_1">
[NOTE1]
</text>
<text name="note_label_2">
[NOTE2]
</text>
<button label="Commencer" name="start_btn" width="85"/>
<button label="Stop" name="stop_btn" left="100"/>
<button label="Libérer" name="release_btn" left="177"/>
<button label="Fermer" name="close_btn" />
</floater>