blob: 9e3f3cd47d0418c4a17d9221e7a20244886173ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="url_entry">
<text name="media_label">
媒體 URL:
</text>
<button label="確定" name="ok_btn"/>
<button label="取消" name="cancel_btn"/>
<button label="清除" name="clear_btn"/>
<text name="loading_label">
載入中...
</text>
</floater>
|