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#
7���
8���
9���
10���
11���
12���
13���
14���
15���
16���
17���
18���
19#
20# Long month names (as in a date)
21#
22��������
23������
24��������
25���������
26������
27�������
28������
29������
30�������
31�����������
32���������
33������
34#
35# Short weekday names
36# (padded with a space to conform with other languages)
37�� 
38�� 
39�� 
40�� 
41�� 
42�� 
43�� 
44#
45# Long weekday names
46#
47�������
48����������
49�������
50������
51������
52�������
53������
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#
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#
81��������
82����
83�������
84��������
85�������
86�������
87������
88�������
89��������
90����������
91��������
92�������
93#
94# md_order
95#
96dm
97#
98# ampm_fmt
99%I:%M:%S %p
100# EOF
101