blob: 97fc4fcf7a099e3c47d3a8a3115adb39d1a62269 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="Stroje" name="appearance panel">
<string name="No Outfit" value="Brak stroju" />
<string name="Unsaved Changes" value="Zmiany niezachowane" />
<string name="Now Wearing" value="Obecnie założone..." />
<string name="Changing outfits" value="Zmiana stroju" />
<panel name="panel_currentlook">
<button name="edit_outfit_btn" tool_tip="Edytuj ten strój" />
</panel>
<filter_editor label="Filtruj stroje" name="Filter" />
<button label="Nowy strój" name="newlook_btn" />
</panel>
|