1# $FreeBSD$
2#
3# WARNING: spaces may be essential at the end of lines
4# WARNING: empty lines are essential too
5#
6# Short month names
7 1��
8 2��
9 3��
10 4��
11 5��
12 6��
13 7��
14 8��
15 9��
1610��
1711��
1812��
19#
20# Long month names (as in a date)
21#
221��
232��
243��
254��
265��
276��
287��
298��
309��
3110��
3211��
3312��
34#
35# Short weekday names
36#
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%Y/%m/%d
62#
63# c_fmt
64#
65# just following tradition...
66# %a %b %e %H:%M:%S %Y
67%a %_m/%e %T %Y
68#
69# am
70#
71����
72#
73# pm
74#
75����
76#
77# date_fmt
78#
79%Y�� %B%e�� %A %X %Z
80#
81# Long month names (without case ending)
82#
831��
842��
853��
864��
875��
886��
897��
908��
919��
9210��
9311��
9412��
95#
96# md_order
97#
98md
99#
100# ampm_fmt
101#
102%I:%M:%S %p
103# EOF
104