diff options
author | phk <phk@FreeBSD.org> | 1998-07-09 06:30:30 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-07-09 06:30:30 +0000 |
commit | 7ef1d295c89ecbb2bd1b8257f5f2c66428690bbc (patch) | |
tree | f9fa98747631169c363dc854b9e9969bdd803a61 /share/timedef | |
parent | 97a1a718bf33b49a89f7b59d5eab731dbd6f09b8 (diff) | |
download | FreeBSD-src-7ef1d295c89ecbb2bd1b8257f5f2c66428690bbc.zip FreeBSD-src-7ef1d295c89ecbb2bd1b8257f5f2c66428690bbc.tar.gz |
The file share/timedef/data/es_ES.ISO_8859-1.src (which I submitted
some months ago and was incorporated to FreeBSD) has capitalized
weekdays names, but this is not correct according to the rules of the
Spanish language.
Also, the patch applies a small change to the "date_fmt" string, adding
a comma between the year and the hour.
PR: 7211
Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es>
Diffstat (limited to 'share/timedef')
-rw-r--r-- | share/timedef/data/es_ES.ISO_8859-1.src | 32 | ||||
-rw-r--r-- | share/timedef/es_ES.ISO8859-1.src | 32 | ||||
-rw-r--r-- | share/timedef/es_ES.ISO_8859-1.src | 32 |
3 files changed, 48 insertions, 48 deletions
diff --git a/share/timedef/data/es_ES.ISO_8859-1.src b/share/timedef/data/es_ES.ISO_8859-1.src index 6ac0dbe..b8df4e5 100644 --- a/share/timedef/data/es_ES.ISO_8859-1.src +++ b/share/timedef/data/es_ES.ISO_8859-1.src @@ -1,4 +1,4 @@ -# $Id: es_ES.ISO_8859-1.src,v 1.1 1998/01/01 17:30:21 jmas Exp $ +# $Id: es_ES.ISO_8859-1.src,v 1.1 1998/01/02 11:44:29 helbig Exp $ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too @@ -35,23 +35,23 @@ diciembre # # Short weekdays names # -Dom -Lun -Mar -Mié -Jue -Vie -Sáb +dom +lun +mar +mié +jue +vie +sáb # # Long weekdays names # -Domingo -Lunes -Martes -Miércoles -Jueves -Viernes -Sábado +domingo +lunes +martes +miércoles +jueves +viernes +sábado # # X_fmt # @@ -75,4 +75,4 @@ PM # # date_fmt # -%A, %e de %B de %Y %X %Z +%A, %e de %B de %Y, %X %Z diff --git a/share/timedef/es_ES.ISO8859-1.src b/share/timedef/es_ES.ISO8859-1.src index 6ac0dbe..b8df4e5 100644 --- a/share/timedef/es_ES.ISO8859-1.src +++ b/share/timedef/es_ES.ISO8859-1.src @@ -1,4 +1,4 @@ -# $Id: es_ES.ISO_8859-1.src,v 1.1 1998/01/01 17:30:21 jmas Exp $ +# $Id: es_ES.ISO_8859-1.src,v 1.1 1998/01/02 11:44:29 helbig Exp $ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too @@ -35,23 +35,23 @@ diciembre # # Short weekdays names # -Dom -Lun -Mar -Mié -Jue -Vie -Sáb +dom +lun +mar +mié +jue +vie +sáb # # Long weekdays names # -Domingo -Lunes -Martes -Miércoles -Jueves -Viernes -Sábado +domingo +lunes +martes +miércoles +jueves +viernes +sábado # # X_fmt # @@ -75,4 +75,4 @@ PM # # date_fmt # -%A, %e de %B de %Y %X %Z +%A, %e de %B de %Y, %X %Z diff --git a/share/timedef/es_ES.ISO_8859-1.src b/share/timedef/es_ES.ISO_8859-1.src index 6ac0dbe..b8df4e5 100644 --- a/share/timedef/es_ES.ISO_8859-1.src +++ b/share/timedef/es_ES.ISO_8859-1.src @@ -1,4 +1,4 @@ -# $Id: es_ES.ISO_8859-1.src,v 1.1 1998/01/01 17:30:21 jmas Exp $ +# $Id: es_ES.ISO_8859-1.src,v 1.1 1998/01/02 11:44:29 helbig Exp $ # # WARNING: spaces may be essential at the end of lines # WARNING: empty lines are essential too @@ -35,23 +35,23 @@ diciembre # # Short weekdays names # -Dom -Lun -Mar -Mié -Jue -Vie -Sáb +dom +lun +mar +mié +jue +vie +sáb # # Long weekdays names # -Domingo -Lunes -Martes -Miércoles -Jueves -Viernes -Sábado +domingo +lunes +martes +miércoles +jueves +viernes +sábado # # X_fmt # @@ -75,4 +75,4 @@ PM # # date_fmt # -%A, %e de %B de %Y %X %Z +%A, %e de %B de %Y, %X %Z |