blob: e5a6d83166dc58bafa530a6f27f83380d81893a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="Wearing">
<panel.string name="no_attachments">
Giyilen aksesuar yok.
</panel.string>
<accordion name="wearables_accordion">
<accordion_tab name="tab_wearables" title="Giyilebilir Öğeler"/>
<accordion_tab name="tab_temp_attachments" title="Geçici aksesuarlar"/>
</accordion>
<panel name="bottom_panel">
<menu_button name="options_gear_btn" tool_tip="İlave seçenekleri göster"/>
</panel>
</panel>
|