Files
SingularityViewer/indra/newview/skins/default/xui/fr/floater_mem_leaking.xml
Lirusaito 84795863e5 Translations updated
Updated French Translation from Nomade's Zip for MultiWear.
Updated Translations to use basically the same format, and not have some cruft.
Abouts updated to include Spanish translators: Damian Zhaoying, and Franxizco Romano.
2012-07-16 17:07:22 -04:00

19 lines
665 B
XML
Raw 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>