blob: 3e85a529ae3c82aa65b4d5653efccfebffcfcb30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floater_search" title="">
<floater.string name="loading_text">
載入中...
</floater.string>
<floater.string name="done_text">
完成
</floater.string>
<layout_stack name="stack1">
<layout_panel name="browser_layout">
<text name="refresh_search">
以目前具備的神階級再搜尋一次
</text>
</layout_panel>
</layout_stack>
</floater>
|