blob: 83a9bdf6a54a0312c9e0f7779f896f7be3971810 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="裝扮" name="appearance panel">
<string name="No Outfit" value="無裝扮"/>
<string name="Unsaved Changes" value="變更未儲存"/>
<string name="Now Wearing" value="現在穿上..."/>
<string name="Changing outfits" value="變更裝扮"/>
<panel name="panel_currentlook">
<button label="E" name="editappearance_btn"/>
<button label="O" name="openoutfit_btn"/>
<text name="currentlook_status">
(狀態)
</text>
<text name="currentlook_name">
名稱很長、很長、很長、很長、很長的 MyOutfit
</text>
<button label="" name="edit_outfit_btn" tool_tip="編輯這裝扮"/>
</panel>
<filter_editor label="裝扮過濾器" name="Filter"/>
</panel>
|