Spanish laguage support (es_ES)

This commit is contained in:
Werner Koch 1998-11-14 10:21:58 +00:00
parent 17ea875ab0
commit 4cad562da9
6 changed files with 2142 additions and 11 deletions

23
AUTHORS
View File

@ -3,24 +3,25 @@ Authors of GNU Privacy Guard (gnupg).
Werner Koch. Designed and implemented gnupg.
GNUPG Matthew Skala 1998-08-10
Disclaims changes (Twofish code).
mskala@ansuz.sooke.bc.ca
GNUPG Matthew Skala Canada 1998-08-10
<mskala@ansuz.sooke.bc.ca> disclaims changes.
Wrote cipher/twofish.c
GNUPG Natural Resources Canada 1998-08-11
Disclaims changes by Matthew Skala.
GNUPG Michael Roth Germany 1998-09-17
Assigns changes (wrote cipher/des.c).
mroth@nessie.de
<mroth@nessie.de> assigns changes.
Wrote cipher/des.c.
GNUPG Niklas Hernaeus 1998-09-18
Disclaims changes (Weak key patches).
nh@df.lth.se
GNUPG Niklas Hernaeus Sweden? 1998-09-18
<nh@df.lth.se> disclaims changes.
Weak key patches.
TRANSLATIONS Marco d'Itri 1997-02-22
Disclaim
Disclaims
it.po
TRANSLATIONS Gaël Quéri ??????????
fr.po
@ -31,3 +32,7 @@ de.po
TRANSLATIONS Gregory Steuck ??????????
ru.po
TRANSLATIONS Urko Lusa ??????????
es_ES.po

2
THANKS
View File

@ -55,6 +55,7 @@ QingLong qinglong@bolizm.ihep.su
Ralph Gillen gillen@theochem.uni-duesseldorf.de
Roddy Strachan roddy@satlink.com.au
Roland Rosenfeld roland@spinnaker.rhein.de
Ross Golder rossigee@bigfoot.com
Serge Munhoven munhoven@mema.ucl.ac.be
SL Baur steve@xemacs.org
Stefan Karrmann S.Karrmann@gmx.net
@ -66,6 +67,7 @@ Tom Zerucha tzeruch@ceddec.com
Tomas Fasth tomas.fasth@twinspot.net
Thomas Mikkelsen tbm@image.dk
Ulf Möller 3umoelle@informatik.uni-hamburg.de
Urko Lusa ulusa@lacueva.ddns.org
Walter Koch walterk@ddorf.rhein-ruhr.de
Werner Koch werner.koch@guug.de
Wim Vandeputte bunbun@reptile.rug.ac.be

7
TODO
View File

@ -1,9 +1,14 @@
* hash calculation for cleartext sigs without a "Hash: xxx" line
does it work as specified in the RFC?
* Check Berkeley BD - it is in glibc -any licensing problems?
* I noticed, that we sometimes have only 3 items in atrustrecord, but
a next pointer ro more records - check wehther the reuse code really
works. Maybe this is the reason for the "Hmmm puiblic key lost"
* Update the keyring at ftp.ggug.de
* Update the keyring at ftp.guug.de
* expire date is not shown in --edit-key for subkeys.
and prefs are not correctly listed for some keys???? (Brian)

View File

@ -14,7 +14,7 @@ AM_CONFIG_HEADER(config.h)
VERSION=`cat $srcdir/VERSION`
PACKAGE=gnupg
ALL_LINGUAS="en de it fr ru"
ALL_LINGUAS="en de it fr ru es_ES"
AC_SUBST(VERSION)
AC_SUBST(PACKAGE)
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")

View File

@ -1,3 +1,7 @@
Sat Nov 14 10:16:59 1998 Werner Koch (wk@isil.d.shuttle.de)
* es_ES.po: New translation by Urko Lusa.
Tue Nov 10 10:48:02 1998 Werner Koch (wk@isil.d.shuttle.de)
* it.po: Imported new version.

2115
po/es_ES.po Normal file

File diff suppressed because it is too large Load Diff