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#
8ene
9feb
10mar
11abr
12may
13jun
14jul
15ago
16sep
17oct
18nov
19dic
20#
21# Long month names (as in a date)
22#
23enero
24febrero
25marzo
26abril
27mayo
28junio
29julio
30agosto
31septiembre
32octubre
33noviembre
34diciembre
35#
36# Short weekday names
37#
38dom
39lun
40mar
41mié
42jue
43vie
44sáb
45#
46# Long weekday names
47#
48domingo
49lunes
50martes
51miércoles
52jueves
53viernes
54sábado
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#
82enero
83febrero
84marzo
85abril
86mayo
87junio
88julio
89agosto
90septiembre
91octubre
92noviembre
93diciembre
94#
95# md_order
96#
97dm
98#
99# ampm_fmt
100#
101%I:%M:%S %p
102# EOF
103