Files
Puma_Viewer/indra/newview/skins/puma/xui/it/floater_fixedenvironment.xml
2025-05-24 18:09:39 -03:00

29 lines
964 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. 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="Fixed Environment" title="Ambiente Fisso">
<string name="edit_sky">
Modifica cielo:
</string>
<string name="edit_water">
Modifica acqua:
</string>
<layout_stack name="floater_stack">
<layout_panel name="info_panel">
<text name="info_panel_label">
Nome:
</text>
<button label="Carica" name="btn_load" tool_tip="Carica impostazioni dall’inventario"/>
<button label="Importa" name="btn_import" tool_tip="Importa impostazioni legacy dal disco."/>
</layout_panel>
<layout_panel name="button_panel">
<layout_stack name="button_bar_ls">
<layout_panel name="save_btn_lp">
<button label="Salva" name="btn_commit"/>
</layout_panel>
<layout_panel name="revert_btn_lp">
<button label="Annulla" name="btn_cancel" tool_tip="Ripristina l'ultima versione salvata"/>
</layout_panel>
</layout_stack>
</layout_panel>
</layout_stack>
</floater>