2001-03-16 12:11:30 +00:00
|
|
|
|
# $FreeBSD$
|
|
|
|
|
#
|
|
|
|
|
# WARNING: spaces may be essential at the end of lines
|
|
|
|
|
# WARNING: empty lines are essential too
|
|
|
|
|
#
|
|
|
|
|
# Short month names
|
|
|
|
|
#
|
|
|
|
|
#jaan
|
|
|
|
|
#veebr
|
|
|
|
|
#m<>rts
|
|
|
|
|
#apr
|
|
|
|
|
#mai
|
|
|
|
|
#juuni
|
|
|
|
|
#juuli
|
|
|
|
|
#aug
|
|
|
|
|
#sept
|
|
|
|
|
#okt
|
|
|
|
|
#nov
|
|
|
|
|
#dets
|
|
|
|
|
#
|
|
|
|
|
# For now, we'll be forced to 3 chars long month name abbreviations.
|
|
|
|
|
# Authoritative sources say that Estonian language can not use three
|
|
|
|
|
# chars long month name abbreviations. We'll be forced to numeric
|
|
|
|
|
# representation until current implementation deficiency will be fixed.
|
|
|
|
|
#
|
|
|
|
|
01
|
|
|
|
|
02
|
|
|
|
|
03
|
|
|
|
|
04
|
|
|
|
|
05
|
|
|
|
|
06
|
|
|
|
|
07
|
|
|
|
|
08
|
|
|
|
|
09
|
|
|
|
|
10
|
|
|
|
|
11
|
|
|
|
|
12
|
|
|
|
|
#
|
|
|
|
|
# Long month names
|
|
|
|
|
#
|
|
|
|
|
jaanuar
|
|
|
|
|
veebruar
|
|
|
|
|
m<EFBFBD>rts
|
|
|
|
|
aprill
|
|
|
|
|
mai
|
|
|
|
|
juuni
|
|
|
|
|
juuli
|
|
|
|
|
august
|
|
|
|
|
september
|
|
|
|
|
oktoober
|
|
|
|
|
november
|
|
|
|
|
detsember
|
|
|
|
|
#
|
|
|
|
|
# Short weekday names
|
|
|
|
|
# (padded with a space to conform with other languages)
|
|
|
|
|
P
|
|
|
|
|
E
|
|
|
|
|
T
|
|
|
|
|
K
|
|
|
|
|
N
|
|
|
|
|
R
|
|
|
|
|
L
|
|
|
|
|
#
|
|
|
|
|
# Long weekday names
|
|
|
|
|
#
|
|
|
|
|
p<EFBFBD>hap<EFBFBD>ev
|
|
|
|
|
esmasp<EFBFBD>ev
|
|
|
|
|
teisip<EFBFBD>ev
|
|
|
|
|
kolmap<EFBFBD>ev
|
|
|
|
|
neljap<EFBFBD>ev
|
|
|
|
|
reede
|
|
|
|
|
laup<EFBFBD>ev
|
|
|
|
|
#
|
|
|
|
|
# t_fmt
|
|
|
|
|
#
|
|
|
|
|
%H:%M:%S
|
|
|
|
|
#
|
|
|
|
|
# d_fmt
|
|
|
|
|
#
|
|
|
|
|
%d.%m.%Y
|
|
|
|
|
#
|
|
|
|
|
# c_fmt
|
|
|
|
|
#
|
|
|
|
|
%a, %d. %b %Y. %T
|
|
|
|
|
#
|
|
|
|
|
# am
|
|
|
|
|
#
|
2001-03-16 12:29:09 +00:00
|
|
|
|
|
2001-03-16 12:11:30 +00:00
|
|
|
|
#
|
|
|
|
|
# pm
|
|
|
|
|
#
|
2001-03-16 12:29:09 +00:00
|
|
|
|
|
2001-03-16 12:11:30 +00:00
|
|
|
|
#
|
|
|
|
|
# d_t_fmt
|
|
|
|
|
#
|
|
|
|
|
%A, %d. %B %Y. %T %Z
|
|
|
|
|
#
|
|
|
|
|
# Long months names (alternative)
|
|
|
|
|
#
|
|
|
|
|
jaanuar
|
|
|
|
|
veebruar
|
|
|
|
|
m<EFBFBD>rts
|
|
|
|
|
aprill
|
|
|
|
|
mai
|
|
|
|
|
juuni
|
|
|
|
|
juuli
|
|
|
|
|
august
|
|
|
|
|
september
|
|
|
|
|
oktoober
|
|
|
|
|
november
|
|
|
|
|
detsember
|
|
|
|
|
#
|
2001-03-18 12:17:46 +00:00
|
|
|
|
# md_order
|
2001-03-16 12:11:30 +00:00
|
|
|
|
#
|
2001-03-18 12:17:46 +00:00
|
|
|
|
dm
|
2001-03-16 12:11:30 +00:00
|
|
|
|
#
|
|
|
|
|
# ampm_fmt
|
|
|
|
|
#
|
|
|
|
|
|
2001-03-18 12:17:46 +00:00
|
|
|
|
# EOF
|