blob: 27ffa95bdb1811f864d88cbd9d8154779ac2e07d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="region_restarting" title="リージョンの再起動">
<string name="RegionName">
現在あなたがいるリージョン「[NAME]」は、再起動しようとしています。
このまま、この場所にいるとログアウトされます。
</string>
<string name="RestartSeconds">
再起動まであと
[SECONDS]秒
</string>
<panel name="layout_panel_1">
<text name="region_name">
現在あなたがいるリージョン「-最長リージョン名-」は、再起動しようとしています。
このまま、この場所にいるとログアウトされます。
</text>
<text name="restart_seconds">
再起動まであと
32767秒
</text>
</panel>
</floater>
|