diff options
author | ache <ache@FreeBSD.org> | 2001-03-16 12:11:30 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-03-16 12:11:30 +0000 |
commit | c00f76621e3cbfc88417f3f8cb9912197fc4fd4d (patch) | |
tree | 2d7fee0979e4b280c09f5348f637a4ab573fc08f /share/timedef | |
parent | a7e5b57972e82d0f446ddfd1958bf8b889cb74e1 (diff) | |
download | FreeBSD-src-c00f76621e3cbfc88417f3f8cb9912197fc4fd4d.zip FreeBSD-src-c00f76621e3cbfc88417f3f8cb9912197fc4fd4d.tar.gz |
Add et_EE
PR: 25495
Submitted by: Vallo Kallaste <vallo@matti.ee>
Diffstat (limited to 'share/timedef')
-rw-r--r-- | share/timedef/Makefile | 1 | ||||
-rw-r--r-- | share/timedef/et_EE.ISO8859-15.src | 124 | ||||
-rw-r--r-- | share/timedef/et_EE.ISO_8859-15.src | 124 |
3 files changed, 249 insertions, 0 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile index f256dac..7b6b929 100644 --- a/share/timedef/Makefile +++ b/share/timedef/Makefile @@ -11,6 +11,7 @@ LOCALES= cs_CZ.ISO_8859-2 \ en_GB.ISO_8859-1 \ en_US.ISO_8859-1 \ es_ES.ISO_8859-1 \ + et_EE.ISO_8859-15 \ fi_FI.ISO_8859-1 \ fr_FR.ISO_8859-1 \ hr_HR.ISO_8859-2 \ diff --git a/share/timedef/et_EE.ISO8859-15.src b/share/timedef/et_EE.ISO8859-15.src new file mode 100644 index 0000000..95d37e9 --- /dev/null +++ b/share/timedef/et_EE.ISO8859-15.src @@ -0,0 +1,124 @@ +# $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ä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ühapäev +esmaspäev +teisipäev +kolmapäev +neljapäev +reede +laupäev +# +# t_fmt +# +%H:%M:%S +# +# d_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a, %d. %b %Y. %T +# +# am +# + +# +# pm +# + +# +# d_t_fmt +# +%A, %d. %B %Y. %T %Z +# +# Long months names (alternative) +# +jaanuar +veebruar +märts +aprill +mai +juuni +juuli +august +september +oktoober +november +detsember +# +# Ef_fmt +# +%e. %b +# +# EF_fmt +# +%e. %B +# +# ampm_fmt +# + +#EOF diff --git a/share/timedef/et_EE.ISO_8859-15.src b/share/timedef/et_EE.ISO_8859-15.src new file mode 100644 index 0000000..95d37e9 --- /dev/null +++ b/share/timedef/et_EE.ISO_8859-15.src @@ -0,0 +1,124 @@ +# $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ä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ühapäev +esmaspäev +teisipäev +kolmapäev +neljapäev +reede +laupäev +# +# t_fmt +# +%H:%M:%S +# +# d_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a, %d. %b %Y. %T +# +# am +# + +# +# pm +# + +# +# d_t_fmt +# +%A, %d. %B %Y. %T %Z +# +# Long months names (alternative) +# +jaanuar +veebruar +märts +aprill +mai +juuni +juuli +august +september +oktoober +november +detsember +# +# Ef_fmt +# +%e. %b +# +# EF_fmt +# +%e. %B +# +# ampm_fmt +# + +#EOF |