diff options
author | helbig <helbig@FreeBSD.org> | 1998-01-02 11:44:29 +0000 |
---|---|---|
committer | helbig <helbig@FreeBSD.org> | 1998-01-02 11:44:29 +0000 |
commit | 7f112297213c52e8e5f43a23a60f87e4da8af335 (patch) | |
tree | 05106e550d91d5dfb6eddb861b3e497399084a4e /share/timedef/data | |
parent | 9e70bbf7720a3134044adc67ac79c02f6f9f3427 (diff) | |
download | FreeBSD-src-7f112297213c52e8e5f43a23a60f87e4da8af335.zip FreeBSD-src-7f112297213c52e8e5f43a23a60f87e4da8af335.tar.gz |
Add Spanish LC_TIME file.
PR: conf/5409
Submitted by: Jose M. Alcaide, thanks!
Diffstat (limited to 'share/timedef/data')
-rw-r--r-- | share/timedef/data/Makefile | 3 | ||||
-rw-r--r-- | share/timedef/data/es_ES.ISO_8859-1.src | 78 |
2 files changed, 80 insertions, 1 deletions
diff --git a/share/timedef/data/Makefile b/share/timedef/data/Makefile index 00a44e7..084fa26 100644 --- a/share/timedef/data/Makefile +++ b/share/timedef/data/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.19 1997/11/07 15:46:43 ache Exp $ +# $Id: Makefile,v 1.20 1997/12/19 22:46:22 julian Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} @@ -8,6 +8,7 @@ LOCALES= da_DK.ISO_8859-1 \ de_DE.ISO_8859-1 \ en_GB.ISO_8859-1 \ en_US.ISO_8859-1 \ + es_ES.ISO_8859-1 \ fr_FR.ISO_8859-1 \ hr_HR.ISO_8859-2 \ is_IS.ISO_8859-1 \ diff --git a/share/timedef/data/es_ES.ISO_8859-1.src b/share/timedef/data/es_ES.ISO_8859-1.src new file mode 100644 index 0000000..6ac0dbe --- /dev/null +++ b/share/timedef/data/es_ES.ISO_8859-1.src @@ -0,0 +1,78 @@ +# $Id: es_ES.ISO_8859-1.src,v 1.1 1998/01/01 17:30:21 jmas Exp $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short months names +# +ene +feb +mar +abr +may +jun +jul +ago +sep +oct +nov +dic +# +# Long months names +# +enero +febrero +marzo +abril +mayo +junio +julio +agosto +septiembre +octubre +noviembre +diciembre +# +# Short weekdays names +# +Dom +Lun +Mar +Mié +Jue +Vie +Sáb +# +# Long weekdays names +# +Domingo +Lunes +Martes +Miércoles +Jueves +Viernes +Sábado +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d/%m/%y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +AM +# +# pm +# +PM +# +# date_fmt +# +%A, %e de %B de %Y %X %Z |