blob: 01b5088794fb519d26c5ea0692d4e39089e60c45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Display Name" title="變更顯示名稱">
<text name="info_text">
The name you give your avatar is called your Display Name. You can change it once a week.
</text>
<text name="lockout_text">
You cannot change your Display Name until: [TIME].
</text>
<text name="set_name_label">
新顯示名稱:
</text>
<text name="name_confirm_label">
Type your new name again to confirm:
</text>
<button label="儲存" name="save_btn" tool_tip="儲存你的新顯示名稱"/>
<button label="重設" name="reset_btn" tool_tip="Make Display Name the same as Username"/>
<button label="取消" name="cancel_btn"/>
</floater>
|