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

26 lines
905 B
XML
Raw 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="Sabit Ortam">
<string name="edit_sky">
Gökyüzünü Düzenle:
</string>
<string name="edit_water">
Suyu Düzenle:
</string>
<layout_stack name="floater_stack">
<layout_panel name="info_panel">
<button label="Yükle" name="btn_load" tool_tip="Envanterden bir ayar yükle"/>
<button label="İçeri Aktar" name="btn_import" tool_tip="Eski ayarları diskten içeri aktarın."/>
</layout_panel>
<layout_panel name="button_panel">
<layout_stack name="button_bar_ls">
<layout_panel name="save_btn_lp">
<button label="Kaydet" name="btn_commit"/>
</layout_panel>
<layout_panel name="revert_btn_lp">
<button label="İptal Et" name="btn_cancel" tool_tip="Son kaydedilen sürüme dön"/>
</layout_panel>
</layout_stack>
</layout_panel>
</layout_stack>
</floater>