Files
SingularityViewer/indra/newview/skins/default/xui/tr/floater_media_browser.xml
2010-04-02 02:48:44 -03:00

20 lines
764 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="floater_about" title="Medya Tarayıcısı">
<layout_stack name="stack1">
<layout_panel name="nav_controls">
<button label="Geri" name="back"/>
<button label="İleri" name="forward"/>
<button label="Yenile" name="reload"/>
<button label="Git" name="go"/>
</layout_panel>
<layout_panel name="parcel_owner_controls">
<button label="Mevcut linki parsele gönder" name="assign"/>
</layout_panel>
<layout_panel name="external_controls">
<button label="Kendi web tarayıcımda aç" name="open_browser"/>
<check_box label="Her zaman kendi web tarayıcımda aç" name="open_always"/>
<button label="Kapat" name="close"/>
</layout_panel>
</layout_stack>
</floater>