aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-04-09 13:01:28 +0000
committerWerner Koch <[email protected]>2002-04-09 13:01:28 +0000
commit9eaf67cb154e0764b7d8eb6a8c31658cf95e0db8 (patch)
tree74934bd7915d32a5d0f43f340d3aec4028824d12
parent* cs.po: New. (diff)
downloadgnupg-9eaf67cb154e0764b7d8eb6a8c31658cf95e0db8.tar.gz
gnupg-9eaf67cb154e0764b7d8eb6a8c31658cf95e0db8.zip
* configure.ac (ALL_LINGUAS): Added Czech translation.
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog4
-rw-r--r--THANKS1
-rw-r--r--configure.ac2
4 files changed, 8 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index a90ff8f95..62dbafb0a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -24,6 +24,8 @@ Ivo Timmermans <[email protected]> Translations [nl]
Janusz Aleksander Urbanowicz <[email protected]> Translations [po]
+Magda Procha'zkova' <[email protected]> Translations [cs]
+
Michael Roth <[email protected]> Assignment
(wrote cipher/des.c., changes and bug fixes all over the place)
diff --git a/ChangeLog b/ChangeLog
index 1f9fbc455..cba9ace10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-09 Werner Koch <[email protected]>
+
+ * configure.ac (ALL_LINGUAS): Added Czech translation.
+
2002-03-06 Werner Koch <[email protected]>
* configure.ac (ALL_LINGUAS): s/pt_PT/pt/
diff --git a/THANKS b/THANKS
index 72ecccfb8..c367c2c89 100644
--- a/THANKS
+++ b/THANKS
@@ -159,6 +159,7 @@ Robert Joop [email protected]
Roddy Strachan [email protected]
Roger Sondermann [email protected]
Roland Rosenfeld [email protected]
+Roman Pavlik [email protected]
Ross Golder [email protected]
Sam Roberts [email protected]
Sami Tolvanen [email protected]
diff --git a/configure.ac b/configure.ac
index c0cb36313..751857a74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ dnl A snapshot release has a letter appended. CVS files before a release
dnl are suffixed with the string "-cvs", so "1.0.6a-cvs" is a cvs version
dnl between 1.0.6 and 1.0.6a.
AC_INIT(gnupg, 1.0.6e-cvs, [email protected])
-ALL_LINGUAS="da de eo es_ES et fr id it ja nl pl pt_BR pt sv tr"
+ALL_LINGUAS="cs da de eo es_ES et fr id it ja nl pl pt_BR pt sv tr"
static_modules="sha1 md5 rmd160"
static_random_module=""