blob: eb2a1785d6ad1c5338bd93c5a8f1e828cc776656 (
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=máj
month.6.Mmm=jún
month.7.Mmm=júl
month.8.Mmm=aug
month.9.Mmm=sep
month.10.Mmm=okt
month.11.Mmm=nov
month.12.Mmm=dec
month.1.name=január
month.2.name=február
month.3.name=marec
month.4.name=apríl
month.5.name=máj
month.6.name=jún
month.7.name=júl
month.8.name=august
month.9.name=september
month.10.name=október
month.11.name=november
month.12.name=december
day.1.name=nedeľa
day.2.name=pondelok
day.3.name=utorok
day.4.name=streda
day.5.name=štvrtok
day.6.name=piatok
day.7.name=sobota
day.1.Mmm=ned
day.2.Mmm=pon
day.3.Mmm=uto
day.4.Mmm=str
day.5.Mmm=štv
day.6.Mmm=pia
day.7.Mmm=sob
day.1.short=ne
day.2.short=po
day.3.short=ut
day.4.short=st
day.5.short=št
day.6.short=pi
day.7.short=so
noon=Poludnie
midnight=Polnoc
AllDay=Celý deň
# LOCALIZATION NOTE (finduri-MonthYear):
# %1$S is the month name, %2$S is the year (4 digits format).
finduri-MonthYear=%1$S %2$S
|