blob: 7dc49d808456c64381ab8a19fd6b93f0f6db26cd (
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=Januari
month.2.name=Februari
month.3.name=Mars
month.4.name=April
month.5.name=Maj
month.6.name=Juni
month.7.name=Juli
month.8.name=Augusti
month.9.name=September
month.10.name=Oktober
month.11.name=November
month.12.name=December
day.1.name=Söndag
day.2.name=Måndag
day.3.name=Tisdag
day.4.name=Onsdag
day.5.name=Torsdag
day.6.name=Fredag
day.7.name=Lördag
day.1.Mmm=Sön
day.2.Mmm=Mån
day.3.Mmm=Tis
day.4.Mmm=Ons
day.5.Mmm=Tor
day.6.Mmm=Fre
day.7.Mmm=Lör
day.1.short=Sö
day.2.short=Må
day.3.short=Ti
day.4.short=On
day.5.short=To
day.6.short=Fr
day.7.short=Lö
noon=Middag
midnight=Midnatt
AllDay=Hela dagen
# LOCALIZATION NOTE (finduri-MonthYear):
# %1$S is the month name, %2$S is the year (4 digits format).
finduri-MonthYear=%1$S %2$S
|