mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
* POTFILES.in: Added a couple of missing source files. Noted by
Pascal Hartig and Walter Koch. * configure.ac (ALL_LINGUAS): Added Hungarian translation by Nagy Ferenc L�szl�.
This commit is contained in:
parent
c192355ff1
commit
4b0f7e337f
7
AUTHORS
7
AUTHORS
@ -25,6 +25,8 @@ Ga
|
||||
|
||||
Gregory Steuck <steuck@iname.com> Translations [ru]
|
||||
|
||||
Nagy Ferenc László <nfl@nfllab.com> *** [hu]
|
||||
|
||||
Ivo Timmermans <itimmermans@bigfoot.com> Translations [nl]
|
||||
|
||||
Jacobo Tarri'o Barreiro <jtarrio@iname.com> Translations [gl]
|
||||
@ -37,6 +39,8 @@ Jouni Hiltunen <jouni.hiltunen@kolumbus.fi> Translations [fi]
|
||||
|
||||
Magda Procha'zkova' <magda@math.muni.cz> Translations [cs]
|
||||
|
||||
Michael Anckaert <xantor@linux.be> *** [nl]
|
||||
|
||||
Michael Roth <mroth@nessie.de> Assignment
|
||||
(wrote cipher/des.c., changes and bug fixes all over the place)
|
||||
|
||||
@ -111,7 +115,8 @@ for GnuPG.
|
||||
The RPM specs file scripts/gnupg.spec has been contributed by
|
||||
several people.
|
||||
|
||||
Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
Copyright 1998, 1999, 2000, 2001, 2002,
|
||||
2003 Free Software Foundation, Inc.
|
||||
|
||||
This file is free software; as a special exception the author gives
|
||||
unlimited permission to copy and/or distribute it, with or without
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-04-24 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* configure.ac (ALL_LINGUAS): Added Hungarian translation by Nagy
|
||||
Ferenc László.
|
||||
|
||||
2003-04-23 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* configure.ac: "TIGER" -> "TIGER/192".
|
||||
|
2
NEWS
2
NEWS
@ -27,7 +27,7 @@ Noteworthy changes in version 1.2.2 (unreleased)
|
||||
* Minor trustdb changes to make the trust calculations match
|
||||
common usage.
|
||||
|
||||
* New translations: Finnish and Traditional Chinese.
|
||||
* New translations: Finnish, Hungarian, Slovak, Traditional Chinese.
|
||||
|
||||
* New command "revuid" in the --edit-key menu to revoke a user ID.
|
||||
This is a simpler interface to the old method (which still
|
||||
|
@ -31,7 +31,7 @@ AC_INIT(gnupg, 1.2.2rc2, bug-gnupg@gnu.org)
|
||||
# sufficient.
|
||||
development_version=no
|
||||
|
||||
ALL_LINGUAS="ca cs da de eo el es et fi fr gl id it ja nl pl pt_BR pt sk sv tr zh_TW"
|
||||
ALL_LINGUAS="ca cs da de eo el es et fi fr gl hu id it ja nl pl pt_BR pt sk sv tr zh_TW"
|
||||
|
||||
PACKAGE=$PACKAGE_NAME
|
||||
VERSION=$PACKAGE_VERSION
|
||||
|
@ -1,5 +1,5 @@
|
||||
# List of source files containing translatable strings for G10.
|
||||
# Copyright (c) 1998 by Werner Koch (dd9jn)
|
||||
# Copyright (c) 1998, 2003 Free Software Foundation, Inc.
|
||||
|
||||
# utility
|
||||
util/secmem.c
|
||||
@ -11,10 +11,12 @@ util/logger.c
|
||||
# cipher
|
||||
cipher/random.c
|
||||
cipher/rndlinux.c
|
||||
cipher/md.c
|
||||
cipher/rndegd.c
|
||||
|
||||
# main program
|
||||
|
||||
g10/g10.c
|
||||
g10/gpgv.c
|
||||
g10/armor.c
|
||||
g10/pkclist.c
|
||||
g10/keygen.c
|
||||
@ -41,7 +43,6 @@ g10/trustdb.c
|
||||
g10/verify.c
|
||||
g10/skclist.c
|
||||
g10/status.c
|
||||
g10/pubkey-enc.c
|
||||
g10/openfile.c
|
||||
g10/encr-data.c
|
||||
g10/seskey.c
|
||||
@ -49,3 +50,8 @@ g10/delkey.c
|
||||
g10/helptext.c
|
||||
g10/keydb.c
|
||||
g10/keyring.c
|
||||
g10/photoid.c
|
||||
g10/exec.c
|
||||
g10/keyid.c
|
||||
g10/revoke.c
|
||||
g10/tdbdump.c
|
||||
|
Loading…
Reference in New Issue
Block a user