blob: 93068c77c91cc5bd941e585b9e8c105f9e58aea2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<language locale="zh">
<charsets>
<gui unicodefont="true">CP936</gui>
<subtitle>CP936</subtitle>
</charsets>
<dvd>
<menu>zh</menu>
<audio>zh</audio>
<subtitle>zh</subtitle>
</dvd>
<regions>
<region name="Beijing (12h)" locale="CN">
<dateshort>YYYY-M-D</dateshort>
<datelong>YYYY'年'M'月'D'日' DDDD</datelong>
<time symbolAM="上午" symbolPM="下午">xx h:mm:ss</time>
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
</region>
<region name="Beijing (24h)" locale="CN">
<dateshort>YYYY-M-D</dateshort>
<datelong>YYYY'年'M'月'D'日' DDDD</datelong>
<time symbolAM="" symbolPM="">H:mm:ss</time>
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
</region>
</regions>
</language>
|