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

17 lines
758 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="perm prefs" title="Varsayılan yükleme izinleri">
<panel label="İzinler" name="permissions">
<button label="?" label_selected="?" name="help"/>
<check_box label="Grup ile paylaş" name="share_with_group"/>
<check_box label="Herhangi birinin kopyalamasına izin ver" name="everyone_copy"/>
<text name="NextOwnerLabel">
Sonraki sahip:
</text>
<check_box label="Modifiye" name="next_owner_modify"/>
<check_box label="Kopyalama" name="next_owner_copy"/>
<check_box label="Tekrar satış/transfer" name="next_owner_transfer"/>
</panel>
<button label="Tamam" label_selected="Tamam" name="ok"/>
<button label="İptal" label_selected="İptal" name="cancel"/>
</floater>