Explorar el Código

configure.in: add de to ALL_LINGUAS
po/de.po: New German translation from Hartmut Koptein
THANKS: Add Hartmut
main/enquiry.c: fix silly type error

Wichert Akkerman hace 26 años
padre
commit
076d4a4977
Se han modificado 5 ficheros con 5531 adiciones y 2 borrados
  1. 7 0
      ChangeLog
  2. 1 0
      THANKS
  3. 1 1
      configure.in
  4. 1 1
      main/enquiry.c
  5. 5521 0
      po/de.po

+ 7 - 0
ChangeLog

@@ -1,3 +1,10 @@
+Fri Sep  8 12:28:34 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
+
+  * configure.in: add de to ALL_LINGUAS
+  * po/de.po: New German translation from Hartmut Koptein
+  * THANKS: Add Hartmut 
+  * main/enquiry.c: fix silly type error
+
 Sat Sep  2 18:29:56 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
 Sat Sep  2 18:29:56 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
 
 
   * archtable, scripts/dpkg-architecture.pl: add entries for SuperH
   * archtable, scripts/dpkg-architecture.pl: add entries for SuperH

+ 1 - 0
THANKS

@@ -14,6 +14,7 @@ David Huggins-Daines <dhd@eradicator.org>
 Erick Branderhorst <branderhorst@heel.fgg.eur.nl>
 Erick Branderhorst <branderhorst@heel.fgg.eur.nl>
 Galen Hazelwood <galenh@debian.org>
 Galen Hazelwood <galenh@debian.org>
 Guy Maor <maor@debian.org>
 Guy Maor <maor@debian.org>
+Hartmut Koptein <koptein@naffel.de>
 Heiko Schlittermann <heiko@lotte.sax.de>
 Heiko Schlittermann <heiko@lotte.sax.de>
 Hiroshi KISE <fuyuneko@ryukyu.ne.jp>
 Hiroshi KISE <fuyuneko@ryukyu.ne.jp>
 Ian Jackson <ian@chiark.chu.cam.ac.uk>
 Ian Jackson <ian@chiark.chu.cam.ac.uk>

+ 1 - 1
configure.in

@@ -72,7 +72,7 @@ AC_DEFINE_UNQUOTED(ARCHITECTURE, "${dpkg_archset}")
 
 
 dnl gettext
 dnl gettext
 
 
-ALL_LINGUAS="cs en es fr it ja pl ru sv"
+ALL_LINGUAS="cs de en es fr it ja pl ru sv"
 AM_GNU_GETTEXT
 AM_GNU_GETTEXT
 
 
 dnl Other stuff
 dnl Other stuff

+ 1 - 1
main/enquiry.c

@@ -99,7 +99,7 @@ static void list1package(struct pkginfo *pkg, int *head) {
   int l,w;
   int l,w;
   int nw,vw,dw;
   int nw,vw,dw;
   const char *pdesc;
   const char *pdesc;
-  const char* format[80];
+  const char* format;
     
     
   format=listformatstring();
   format=listformatstring();
 
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 5521 - 0
po/de.po