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#
8gen
9feb
10mar
11abr
12mai
13jun
14jul
15ago
16set
17oct
18nov
19des
20#
21# Long month names (as in a date)
22#
23gener
24febrer
25mar�
26abril
27maig
28juny
29juliol
30agost
31setembre
32octubre
33novembre
34desembre
35#
36# Short weekday names
37#
38diu
39dil
40dim
41dmc
42dij
43div
44dis
45#
46# Long weekday names
47#
48diumenge
49dilluns
50dimarts
51dimecres
52dijous
53divendres
54dissabte
55#
56# X_fmt
57#
58%H:%M:%S
59#
60# x_fmt
61#
62%d/%m/%Y
63#
64# c_fmt
65#
66%a %e %b %X %Y
67#
68# am
69#
70AM
71#
72# pm
73#
74PM
75#
76# date_fmt
77#
78%A, %e de %B de %Y, %X %Z
79#
80# Long month names (without case ending)
81#
82gener
83febrer
84mar�
85abril
86maig
87juny
88juliol
89agost
90setembre
91octubre
92novembre
93desembre
94#
95# md_order
96#
97dm
98#
99# ampm_fmt
100#
101%I:%M:%S %p
102# EOF
103