blob: fde626d7e5f1e8fc3d320d49c32d80b93dfd5571 (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Possible values for <charsets> -->
<!-- ============================== -->
<!-- -->
<!-- ISO-Charsets: -->
<!-- ISO-8859-1 - Western Europe (ISO) -->
<!-- ISO-8859-2 - Central Europe (ISO) -->
<!-- ISO-8859-3 - South Europe (ISO) -->
<!-- ISO-8859-4 - Baltic (ISO) -->
<!-- ISO-8859-5 - Cyrillic (ISO) -->
<!-- ISO-8859-6 - Arabic (ISO) -->
<!-- ISO-8859-7 - Greek (ISO) -->
<!-- ISO-8859-8 - Hebrew (ISO) -->
<!-- ISO-8859-9 - Turkish (ISO) -->
<!-- -->
<!-- Windows Charsets: -->
<!-- CP1250 - Central Europe (Windows) -->
<!-- CP1251 - Cyrillic (Windows) -->
<!-- CP1252 - Western Europe (Windows) -->
<!-- CP1253 - Greek (Windows) -->
<!-- CP1254 - Turkish (Windows) -->
<!-- CP1255 - Hebrew (Windows) -->
<!-- CP1256 - Arabic (Windows) -->
<!-- CP1257 - Baltic (Windows) -->
<!-- CP1258 - Vietnamesse (Windows) -->
<!-- CP874 - Thai (Windows) -->
<!-- CP949 - Korean -->
<!-- -->
<!-- Others: -->
<!-- GBK - Chinese Simplified (GBK) -->
<!-- BIG5 - Chinese Traditional (Big5) -->
<!-- BIG5-HKSCS - Hong Kong (Big5-HKSCS) -->
<!-- SHIFT_JIS - Japanese (Shift-JIS) -->
<!-- -->
<!-- Link: (Country-Codepage comparison) -->
<!-- http://www.science.co.il/Language/Locale-Codes.asp -->
<!-- -->
<!-- Possible values for <dvd> -->
<!-- ========================= -->
<!-- Language codes expected are two character -->
<!-- codes as defined in ISO639. -->
<!-- -->
<!-- Link: -->
<!-- http://etext.virginia.edu/tei/iso639.html -->
<language locale="ca">
<charsets>
<gui unicodefont="false">CP1252</gui>
<subtitle>CP1252</subtitle>
</charsets>
<dvd>
<menu>ca</menu>
<audio>ca</audio>
<subtitle>ca</subtitle>
</dvd>
<regions>
<region name="Catalunya" locale="ES">
<dateshort>DD/MM/YYYY</dateshort>
<datelong>DDDD, D / MMMM / YYYY</datelong>
<time symbolAM="" symbolPM="">HH:mm:ss</time>
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
<timezone>CEST</timezone>
</region>
<region name="Principat d’Andorra" locale="AD">
<dateshort>DD/MM/YYYY</dateshort>
<datelong>DDDD, D / MMMM / YYYY</datelong>
<time symbolAM="" symbolPM="">HH:mm:ss</time>
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
<timezone>CEST</timezone>
</region>
</regions>
<sorttokens>
<token>The</token>
<token separators="'">L</token>
<token>El</token>
<token>La</token>
<token>Els</token>
<token>Les</token>
<token>Un</token>
<token>Una</token>
<token>Uns</token>
<token>Unes</token>
</sorttokens>
</language>
|