blob: 32a4d9db6cbd39e8f53fb597d6ba00da7d7f551b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<language locale="sr">
<regions>
<region name="Srbija - puni prikaz" locale="RS">
<dateshort>DD.M.YYYY.</dateshort>
<datelong>DDDD, DD. MMMM YYYY. g.</datelong>
<time symbolAM="" symbolPM="">HH:mm:ss</time>
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
<timezone>CEST</timezone>
</region>
<region name="Srbija - skraćeni prikaz" locale="RS">
<dateshort>D.M.YYYY.</dateshort>
<datelong>DD. M. YYYY. g.</datelong>
<time symbolAM="" symbolPM="">H:mm:ss</time>
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
<timezone>CEST</timezone>
</region>
</regions>
</language>
|