1123682Sache# $FreeBSD$
2123682Sache# WARNING: spaces may be essential at the end of lines
3123682Sache# WARNING: empty lines are essential too
4123682Sache#
5174990Sache# Short month names
6123682Sache#
7123682Sache���
8123682Sache���
9123682Sache���
10123682Sache���
11123682Sache���
12123682Sache���
13123682Sache���
14123682Sache���
15123682Sache���
16123682Sache���
17123682Sache���
18123682Sache���
19123682Sache#
20174990Sache# Long month names (as in a date)
21123682Sache#
22123682Sache��������
23123682Sache������
24123682Sache��������
25123682Sache���������
26123682Sache������
27123682Sache�������
28123682Sache������
29123682Sache������
30123682Sache�������
31123682Sache�����������
32123682Sache���������
33123682Sache������
34123682Sache#
35174990Sache# Short weekday names
36123682Sache# (padded with a space to conform with other languages)
37123682Sache�� 
38123682Sache�� 
39123682Sache�� 
40123682Sache�� 
41123682Sache�� 
42123682Sache�� 
43123682Sache�� 
44123682Sache#
45174990Sache# Long weekday names
46123682Sache#
47123682Sache�������
48123682Sache����������
49123682Sache�������
50123682Sache������
51123682Sache������
52123682Sache�������
53123682Sache������
54123682Sache#
55123682Sache# X_fmt
56123682Sache#
57123682Sache%H:%M:%S
58123682Sache#
59123682Sache# x_fmt
60123682Sache#
61123682Sache%d.%m.%y
62123682Sache#
63123682Sache# c_fmt
64123682Sache#
65123682Sache%a %e %b %X %Y
66123682Sache#
67123682Sache# am
68123682Sache#
69123682Sacheam
70123682Sache#
71123682Sache# pm
72123682Sache#
73123682Sachepm
74123682Sache#
75123682Sache# date_fmt
76123682Sache#
77123682Sache%a %e %b %Y %X %Z
78123682Sache#
79174990Sache# Long month names (without case ending)
80123682Sache#
81123682Sache��������
82123682Sache����
83123682Sache�������
84123682Sache��������
85123682Sache�������
86123682Sache�������
87123682Sache������
88123682Sache�������
89123682Sache��������
90123682Sache����������
91123682Sache��������
92123682Sache�������
93123682Sache#
94123682Sache# md_order
95123682Sache#
96123682Sachedm
97123682Sache#
98123682Sache# ampm_fmt
99123682Sache%I:%M:%S %p
100123682Sache# EOF
101