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

86 lines
3.0 KiB
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="experience_profile">
<floater.string name="empty_slurl">
(hiçbiri)
</floater.string>
<floater.string name="maturity_icon_general">
&quot;Parcel_PG_Light&quot;
</floater.string>
<floater.string name="maturity_icon_moderate">
&quot;Parcel_M_Light&quot;
</floater.string>
<floater.string name="maturity_icon_adult">
&quot;Parcel_R_Light&quot;
</floater.string>
<text name="edit_title" value="Deneyim Profili"/>
<tab_container name="tab_container">
<panel name="panel_experience_info">
<scroll_container name="xp_scroll">
<panel name="scrolling_panel">
<layout_stack name="ls1">
<layout_panel name="top panel">
<button label="Düzenle" name="edit_btn"/>
</layout_panel>
<layout_panel name="maturity panel">
<text name="ContentRating">
Seviye:
</text>
</layout_panel>
<layout_panel name="location panel">
<text name="Location">
Konum:
</text>
</layout_panel>
<layout_panel name="owner panel">
<text name="Owner">
Sahibi:
</text>
</layout_panel>
<layout_panel name="group_panel">
<text name="Group">
Grup:
</text>
</layout_panel>
<layout_panel name="perm panel">
<button label="İzin Ver" name="allow_btn"/>
<button label="Unut" name="forget_btn"/>
<button label="Engelle" name="block_btn"/>
<text name="privileged">
Bu deneyim tüm sakinler için etkindir.
</text>
<button label="Kötüye Kullanımı Bildir" name="report_btn"/>
</layout_panel>
</layout_stack>
</panel>
</scroll_container>
</panel>
<panel name="edit_panel_experience_info">
<scroll_container name="edit_xp_scroll">
<panel name="edit_scrolling_panel">
<text name="edit_experience_title_label" value="Ad:"/>
<text name="edit_experience_desc_label" value="Açıklama:"/>
<button label="Grup" name="Group_btn"/>
<text name="edit_ContentRating">
Seviye:
</text>
<icons_combo_box label="Orta" name="edit_ContentRatingText" tool_tip="Bir deneyimin erişkinlik seviyesi artınca, o deneyime izin veren tüm sakinler için izinler sıfırlanır.">
<icons_combo_box.item label="Yetişkin" name="Adult" value="42"/>
<icons_combo_box.item label="Orta" name="Mature" value="21"/>
<icons_combo_box.item label="Genel" name="PG" value="13"/>
</icons_combo_box>
<text name="edit_Location">
Konum:
</text>
<button label="Mevcut Olana Ayarla" name="location_btn"/>
<button label="Konumu Temizle" name="clear_btn"/>
<check_box label="Deneyimi Etkinleştir" name="edit_enable_btn" tool_tip=""/>
<check_box label="Aramalarda Gizle" name="edit_private_btn"/>
<text name="changes" value="Deneyim değişikliklerinin tüm bölgelerde görünmesi birkaç dakika alabilir."/>
<button label="Geri" name="cancel_btn"/>
<button label="Kaydet" name="save_btn"/>
</panel>
</scroll_container>
</panel>
</tab_container>
</floater>