repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
o Update dd(1) to accept capital letters (B, K, M, G) as size modifiers.
[dragonfly.git]
/
share
/
timedef
/
sv_SE.UTF-8.src
blob
3d652335d8f1a8bbcf6481b203801af6c5a44d09
1
# $DragonFly: src/share/timedef/sv_SE.UTF-8.src,v 1.1 2004/09/27 14:44:33 asmodai Exp $
2
# WARNING: spaces may be essential at the end of lines
3
# WARNING: empty lines are essential too
4
#
5
# Short month names
6
#
7
Jan
8
Feb
9
Mar
10
Apr
11
Maj
12
Jun
13
Jul
14
Aug
15
Sep
16
Okt
17
Nov
18
Dec
19
#
20
# Long month names
21
#
22
Januari
23
Februari
24
Mars
25
April
26
Maj
27
Juni
28
Juli
29
Augusti
30
September
31
Oktober
32
November
33
December
34
#
35
# Short weekday names
36
#
37
Sön
38
Mån
39
Tis
40
Ons
41
Tor
42
Fre
43
Lör
44
#
45
# Long weekday names
46
#
47
Söndag
48
Måndag
49
Tisdag
50
Onsdag
51
Torsdag
52
Fredag
53
Lördag
54
#
55
# X_fmt
56
#
57
%H:%M:%S
58
#
59
# x_fmt
60
#
61
%d.%m.%Y
62
#
63
# c_fmt
64
#
65
%a %e %b %X %Y
66
#
67
# am
68
#
69
am
70
#
71
# pm
72
#
73
pm
74
#
75
# date_fmt
76
#
77
%a %e %b %Y %X %Z
78
#
79
# Long month names (alternative)
80
#
81
Januari
82
Februari
83
Mars
84
April
85
Maj
86
Juni
87
Juli
88
Augusti
89
September
90
Oktober
91
November
92
December
93
#
94
# md_order
95
#
96
dm
97
#
98
# ampm_fmt
99
#
100
%I:%M:%S %p
101
# EOF