1# $FreeBSD$
2# WARNING: spaces may be essential at the end of lines
3# WARNING: empty lines are essential too
4#
5# Short month names
6#
7Jan
8Feb
9Mar
10Apr
11Maj
12Jun
13Jul
14Aug
15Sep
16Okt
17Nov
18Dec
19#
20# Long month names (as in a date)
21#
22Januari
23Februari
24Mars
25April
26Maj
27Juni
28Juli
29Augusti
30September
31Oktober
32November
33December
34#
35# Short weekday names
36#
37S�n
38M�n
39Tis
40Ons
41Tor
42Fre
43L�r
44#
45# Long weekday names
46#
47S�ndag
48M�ndag
49Tisdag
50Onsdag
51Torsdag
52Fredag
53L�rdag
54#
55# X_fmt
56#
57%H:%M:%S
58#
59# x_fmt
60#
61%Y-%m-%d
62#
63# c_fmt
64#
65%a %e %b %X %Y
66#
67# am
68#
69am
70#
71# pm
72#
73pm
74#
75# date_fmt
76#
77%a %e %b %Y %X %Z
78#
79# Long month names (without case ending)
80#
81Januari
82Februari
83Mars
84April
85Maj
86Juni
87Juli
88Augusti
89September
90Oktober
91November
92December
93#
94# md_order
95#
96dm
97#
98# ampm_fmt
99#
100%I:%M:%S %p
101# EOF
102