blob: 63c4aa577b08fe918ffa9e3465ec69d065c5aadb (
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
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
month.1.Mmm=Jan
month.2.Mmm=Feb
month.3.Mmm=Mar
month.4.Mmm=Apr
month.5.Mmm=Maj
month.6.Mmm=Jun
month.7.Mmm=Jul
month.8.Mmm=Aug
month.9.Mmm=Sep
month.10.Mmm=Okt
month.11.Mmm=Nov
month.12.Mmm=Dec
month.1.name=Januar
month.2.name=Februar
month.3.name=Mart
month.4.name=April
month.5.name=Maj
month.6.name=Juni
month.7.name=Juli
month.8.name=August
month.9.name=Septembar
month.10.name=Oktobar
month.11.name=Novembar
month.12.name=Decembar
day.1.name=Nedjelja
day.2.name=Ponedjeljak
day.3.name=Utorak
day.4.name=Srijeda
day.5.name=Četvrtak
day.6.name=Petak
day.7.name=Subota
day.1.Mmm=Ned
day.2.Mmm=Pon
day.3.Mmm=Uto
day.4.Mmm=Sri
day.5.Mmm=Čet
day.6.Mmm=Pet
day.7.Mmm=Sub
day.1.short=Ne
day.2.short=Po
day.3.short=Ut
day.4.short=Sr
day.5.short=Če
day.6.short=Pe
day.7.short=Su
noon=Podne
midnight=Ponoć
AllDay=Cijeli dan
# LOCALIZATION NOTE (finduri-MonthYear):
# %1$S is the month name, %2$S is the year (4 digits format).
finduri-MonthYear=%1$S %2$S
|