blob: 08d56be302cc99c51577e5d11a591b29183ddc43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="preview notecard" title="記事卡:">
<floater.string name="no_object">
Unable to find object containing this notecard.
</floater.string>
<floater.string name="not_allowed">
You do not have permission to view this notecard.
</floater.string>
<floater.string name="Title">
Notecard: [NAME]
</floater.string>
<text name="desc txt">
描述:
</text>
<text_editor name="Notecard Editor">
載入中...
</text_editor>
<button label="儲存" label_selected="儲存" name="Save"/>
<button label="刪除" label_selected="刪除" name="Delete"/>
</floater>
|