Переглянути джерело

dpkg (1.13.8) experimental; urgency=low

  The "In like Flynn" Release.

  * Linux 2.6.12 changed the behaviour of mmap to fail and set EINVAL when
    given a zero length, rather than returning NULL.  This is POSIXly
    correct, so handle zero-length package control files (like available).

 -- Scott James Remnant <scott@netsplit.com>  Fri, 10 Jun 2005 07:39:44 +0100
Scott James Remnant 21 роки тому
батько
коміт
5d931a4571
62 змінених файлів з 597 додано та 571 видалено
  1. 10 0
      ChangeLog
  2. 10 10
      configure
  3. 1 1
      configure.ac
  4. 10 0
      debian/changelog
  5. 15 9
      lib/parse.c
  6. BIN
      po/bs.gmo
  7. 19 19
      po/bs.po
  8. BIN
      po/ca.gmo
  9. 19 19
      po/ca.po
  10. BIN
      po/cs.gmo
  11. 19 19
      po/cs.po
  12. BIN
      po/da.gmo
  13. 19 19
      po/da.po
  14. BIN
      po/de.gmo
  15. 19 19
      po/de.po
  16. 19 19
      po/dpkg.pot
  17. BIN
      po/el.gmo
  18. 19 19
      po/el.po
  19. BIN
      po/es.gmo
  20. 19 19
      po/es.po
  21. BIN
      po/eu.gmo
  22. 19 19
      po/eu.po
  23. BIN
      po/fr.gmo
  24. 19 19
      po/fr.po
  25. BIN
      po/gl.gmo
  26. 19 19
      po/gl.po
  27. BIN
      po/he.gmo
  28. 19 19
      po/he.po
  29. BIN
      po/id.gmo
  30. 19 19
      po/id.po
  31. BIN
      po/it.gmo
  32. 19 19
      po/it.po
  33. BIN
      po/ja.gmo
  34. 19 19
      po/ja.po
  35. BIN
      po/ko.gmo
  36. 19 19
      po/ko.po
  37. BIN
      po/nb.gmo
  38. 19 19
      po/nb.po
  39. BIN
      po/nl.gmo
  40. 19 19
      po/nl.po
  41. BIN
      po/nn.gmo
  42. 19 19
      po/nn.po
  43. BIN
      po/pl.gmo
  44. 19 19
      po/pl.po
  45. BIN
      po/pt.gmo
  46. 19 19
      po/pt.po
  47. BIN
      po/pt_BR.gmo
  48. 19 19
      po/pt_BR.po
  49. BIN
      po/ro.gmo
  50. 19 19
      po/ro.po
  51. BIN
      po/ru.gmo
  52. 19 19
      po/ru.po
  53. BIN
      po/sk.gmo
  54. 19 19
      po/sk.po
  55. BIN
      po/sv.gmo
  56. 19 19
      po/sv.po
  57. BIN
      po/tl.gmo
  58. 19 19
      po/tl.po
  59. BIN
      po/zh_CN.gmo
  60. 19 19
      po/zh_CN.po
  61. BIN
      po/zh_TW.gmo
  62. 19 19
      po/zh_TW.po

+ 10 - 0
ChangeLog

@@ -1,5 +1,15 @@
+2005-06-10  Scott James Remnant  <scott@netsplit.com>
+
+	* configure.ac: Release 1.13.8.
+
+	* lib/parse.c (parsedb): Check whether the file size is greater
+	than zero bytes in size before trying to mmap or malloc it, if it
+	isn't don't process the file.
+
 2005-06-09  Scott James Remnant  <scott@netsplit.com>
 2005-06-09  Scott James Remnant  <scott@netsplit.com>
 
 
+	* configure.ac: Bump version to 1.13.8~.
+
 	* configure.ac: Release 1.13.7.
 	* configure.ac: Release 1.13.7.
 
 
 	* src/main.c (setfile): Make inability to open the log file a
 	* src/main.c (setfile): Make inability to open the log file a

+ 10 - 10
configure

@@ -1,6 +1,6 @@
 #! /bin/sh
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for dpkg 1.13.7.
+# Generated by GNU Autoconf 2.59 for dpkg 1.13.8.
 #
 #
 # Report bugs to <debian-dpkg@lists.debian.org>.
 # Report bugs to <debian-dpkg@lists.debian.org>.
 #
 #
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 # Identity of this package.
 PACKAGE_NAME='dpkg'
 PACKAGE_NAME='dpkg'
 PACKAGE_TARNAME='dpkg'
 PACKAGE_TARNAME='dpkg'
-PACKAGE_VERSION='1.13.7'
-PACKAGE_STRING='dpkg 1.13.7'
+PACKAGE_VERSION='1.13.8'
+PACKAGE_STRING='dpkg 1.13.8'
 PACKAGE_BUGREPORT='debian-dpkg@lists.debian.org'
 PACKAGE_BUGREPORT='debian-dpkg@lists.debian.org'
 
 
 ac_unique_file="lib/dpkg.h"
 ac_unique_file="lib/dpkg.h"
@@ -816,7 +816,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
   cat <<_ACEOF
-\`configure' configures dpkg 1.13.7 to adapt to many kinds of systems.
+\`configure' configures dpkg 1.13.8 to adapt to many kinds of systems.
 
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
 
@@ -883,7 +883,7 @@ fi
 
 
 if test -n "$ac_init_help"; then
 if test -n "$ac_init_help"; then
   case $ac_init_help in
   case $ac_init_help in
-     short | recursive ) echo "Configuration of dpkg 1.13.7:";;
+     short | recursive ) echo "Configuration of dpkg 1.13.8:";;
    esac
    esac
   cat <<\_ACEOF
   cat <<\_ACEOF
 
 
@@ -1037,7 +1037,7 @@ fi
 test -n "$ac_init_help" && exit 0
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
 if $ac_init_version; then
   cat <<\_ACEOF
   cat <<\_ACEOF
-dpkg configure 1.13.7
+dpkg configure 1.13.8
 generated by GNU Autoconf 2.59
 generated by GNU Autoconf 2.59
 
 
 Copyright (C) 2003 Free Software Foundation, Inc.
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1051,7 +1051,7 @@ cat >&5 <<_ACEOF
 This file contains any messages produced by compilers while
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 running configure, to aid debugging if configure makes a mistake.
 
 
-It was created by dpkg $as_me 1.13.7, which was
+It was created by dpkg $as_me 1.13.8, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
 
   $ $0 $@
   $ $0 $@
@@ -1841,7 +1841,7 @@ fi
 
 
 # Define the identity of the package.
 # Define the identity of the package.
  PACKAGE='dpkg'
  PACKAGE='dpkg'
- VERSION='1.13.7'
+ VERSION='1.13.8'
 
 
 
 
 cat >>confdefs.h <<_ACEOF
 cat >>confdefs.h <<_ACEOF
@@ -15388,7 +15388,7 @@ _ASBOX
 } >&5
 } >&5
 cat >&5 <<_CSEOF
 cat >&5 <<_CSEOF
 
 
-This file was extended by dpkg $as_me 1.13.7, which was
+This file was extended by dpkg $as_me 1.13.8, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
 
   CONFIG_FILES    = $CONFIG_FILES
   CONFIG_FILES    = $CONFIG_FILES
@@ -15451,7 +15451,7 @@ _ACEOF
 
 
 cat >>$CONFIG_STATUS <<_ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
 ac_cs_version="\\
-dpkg config.status 1.13.7
+dpkg config.status 1.13.8
 configured by $0, generated by GNU Autoconf 2.59,
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
 

+ 1 - 1
configure.ac

@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 # Process this file with autoconf to produce a configure script.
 
 
 AC_PREREQ(2.59)
 AC_PREREQ(2.59)
-AC_INIT([dpkg], [1.13.7], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.13.8], [debian-dpkg@lists.debian.org])
 AC_CONFIG_SRCDIR([lib/dpkg.h])
 AC_CONFIG_SRCDIR([lib/dpkg.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_MACRO_DIR([m4])
 
 

+ 10 - 0
debian/changelog

@@ -1,3 +1,13 @@
+dpkg (1.13.8) experimental; urgency=low
+  
+  The "In like Flynn" Release.
+
+  * Linux 2.6.12 changed the behaviour of mmap to fail and set EINVAL when
+    given a zero length, rather than returning NULL.  This is POSIXly
+    correct, so handle zero-length package control files (like available).
+
+ -- Scott James Remnant <scott@netsplit.com>  Fri, 10 Jun 2005 07:39:44 +0100
+
 dpkg (1.13.7) experimental; urgency=low
 dpkg (1.13.7) experimental; urgency=low
   
   
   The "Maidenhead Creeping Water Plant" Release.
   The "Maidenhead Creeping Water Plant" Release.

+ 15 - 9
lib/parse.c

@@ -109,17 +109,21 @@ int parsedb(const char *filename, enum parsedbflags flags,
   if (fstat(fd, &stat) == -1)
   if (fstat(fd, &stat) == -1)
     ohshite(_("can't stat package info file `%.255s'"),filename);
     ohshite(_("can't stat package info file `%.255s'"),filename);
 
 
+  if (stat.st_size > 0) {
 #ifdef HAVE_MMAP
 #ifdef HAVE_MMAP
-  if ((dataptr= (char *)mmap(NULL, stat.st_size, PROT_READ, MAP_SHARED, fd, 0)) == MAP_FAILED)
-    ohshite(_("can't mmap package info file `%.255s'"),filename);
+    if ((dataptr= (char *)mmap(NULL, stat.st_size, PROT_READ, MAP_SHARED, fd, 0)) == MAP_FAILED)
+      ohshite(_("can't mmap package info file `%.255s'"),filename);
 #else
 #else
-  if ((dataptr= malloc(stat.st_size)) == NULL)
-    ohshite(_("failed to malloc for info file `%.255s'"),filename);
+    if ((dataptr= malloc(stat.st_size)) == NULL)
+      ohshite(_("failed to malloc for info file `%.255s'"),filename);
 
 
-  fd_buf_copy(fd, dataptr, stat.st_size, _("copy info file `%.255s'"),filename);
+    fd_buf_copy(fd, dataptr, stat.st_size, _("copy info file `%.255s'"),filename);
 #endif
 #endif
-  data= dataptr;
-  endptr= dataptr + stat.st_size;
+    data= dataptr;
+    endptr= dataptr + stat.st_size;
+  } else {
+    data= dataptr= endptr= NULL;
+  }
 
 
   lno= 1;
   lno= 1;
   pdone= 0;
   pdone= 0;
@@ -315,11 +319,13 @@ int parsedb(const char *filename, enum parsedbflags flags,
     if (c == '\n') lno++;
     if (c == '\n') lno++;
   }
   }
   pop_cleanup(0);
   pop_cleanup(0);
+  if (data != NULL) {
 #ifdef HAVE_MMAP
 #ifdef HAVE_MMAP
-  munmap(data, stat.st_size);
+    munmap(data, stat.st_size);
 #else
 #else
-  free(data);
+    free(data);
 #endif
 #endif
+  }
   free(value);
   free(value);
   if (close(fd)) ohshite(_("failed to close after read: `%.255s'"),filename);
   if (close(fd)) ohshite(_("failed to close after read: `%.255s'"),filename);
   if (donep && !pdone) ohshit(_("no package information in `%.255s'"),filename);
   if (donep && !pdone) ohshit(_("no package information in `%.255s'"),filename);


+ 19 - 19
po/bs.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg\n"
 "Project-Id-Version: dpkg\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2004-11-27 01:29+0100\n"
 "PO-Revision-Date: 2004-11-27 01:29+0100\n"
 "Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n"
 "Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n"
 "Language-Team: Bosnian <lokal@linux.org.ba>\n"
 "Language-Team: Bosnian <lokal@linux.org.ba>\n"
@@ -678,89 +678,89 @@ msgstr ""
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr ""
 msgstr ""


+ 19 - 19
po/ca.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg 1.10.25\n"
 "Project-Id-Version: dpkg 1.10.25\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-01-09 19:53+0100\n"
 "PO-Revision-Date: 2005-01-09 19:53+0100\n"
 "Last-Translator: Jordi Mallach <jordi@debian.org>\n"
 "Last-Translator: Jordi Mallach <jordi@debian.org>\n"
 "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
 "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@@ -713,91 +713,91 @@ msgstr ""
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "no es pot executar «stat» sobre el fitxer «%.255s»"
 msgstr "no es pot executar «stat» sobre el fitxer «%.255s»"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "no es pot executar «mmap» sobre el fitxer «%.255s»"
 msgstr "no es pot executar «mmap» sobre el fitxer «%.255s»"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "no s'ha pogut executar «malloc» pel fitxer «%.255s»"
 msgstr "no s'ha pogut executar «malloc» pel fitxer «%.255s»"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "còpia el fitxer d'info. «%.250s»"
 msgstr "còpia el fitxer d'info. «%.250s»"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "EOF després del nom del camp «%.*s»"
 msgstr "EOF després del nom del camp «%.*s»"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "nova línia dins del nom del camp «%.*s»"
 msgstr "nova línia dins del nom del camp «%.*s»"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "EOF de MSDOS (^Z) dins del nom del camp «%.*s»"
 msgstr "EOF de MSDOS (^Z) dins del nom del camp «%.*s»"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "el nom del camp «%.*s» ha d'estar seguit per dos punts"
 msgstr "el nom del camp «%.*s» ha d'estar seguit per dos punts"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr "EOF abans del valor del camp «%.*s» (falta una nova línia al final)"
 msgstr "EOF abans del valor del camp «%.*s» (falta una nova línia al final)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr ""
 msgstr ""
 "caràcter EOF de MSDOS dins del valor del camp «%.*s» (falta una línia nova?)"
 "caràcter EOF de MSDOS dins del valor del camp «%.*s» (falta una línia nova?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "EOF durant el valor del camp «%.*s» (falta una línia nova al final)"
 msgstr "EOF durant el valor del camp «%.*s» (falta una línia nova al final)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "valor duplicat en el camp «%s»"
 msgstr "valor duplicat en el camp «%s»"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "el nom de camp definit pel usuari «%.*s» és massa curt"
 msgstr "el nom de camp definit pel usuari «%.*s» és massa curt"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "valor duplicat pel camp definit pel usuari «%.*s»"
 msgstr "valor duplicat pel camp definit pel usuari «%.*s»"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr ""
 msgstr ""
 "s'han trobat diverses entrades d'informació de paquets, només s'en permet una"
 "s'han trobat diverses entrades d'informació de paquets, només s'en permet una"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "camp «Configured-Version» per a un paquet amb Status no apropiat"
 msgstr "camp «Configured-Version» per a un paquet amb Status no apropiat"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr "Paquet que no estant instal·lat té conffiles, ens n'oblidem"
 msgstr "Paquet que no estant instal·lat té conffiles, ens n'oblidem"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "s'ha produït un error en tancar després de la lectura: «%.255s»"
 msgstr "s'ha produït un error en tancar després de la lectura: «%.255s»"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "no hi ha informació de paquets en «%.255s»"
 msgstr "no hi ha informació de paquets en «%.255s»"


+ 19 - 19
po/cs.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg\n"
 "Project-Id-Version: dpkg\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-01-01 16:47+0100\n"
 "PO-Revision-Date: 2005-01-01 16:47+0100\n"
 "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
 "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
 "Language-Team: Czech <provoz@debian.cz>\n"
 "Language-Team: Czech <provoz@debian.cz>\n"
@@ -694,90 +694,90 @@ msgstr "nelze otev
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "nefunguje volání fstat na info soubor `%.255s'"
 msgstr "nefunguje volání fstat na info soubor `%.255s'"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "nefunguje volání mmap na info soubor `%.255s'"
 msgstr "nefunguje volání mmap na info soubor `%.255s'"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "selhalo volání malloc pro info soubor `%.255s'"
 msgstr "selhalo volání malloc pro info soubor `%.255s'"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "kopírování info souboru `%.255s'"
 msgstr "kopírování info souboru `%.255s'"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "konec souboru za polo¾kou `%.*s'"
 msgstr "konec souboru za polo¾kou `%.*s'"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "nový øádek v polo¾ce `%.*s'"
 msgstr "nový øádek v polo¾ce `%.*s'"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "MS-DOS EOF (^Z) ve polo¾ce `%.*s'"
 msgstr "MS-DOS EOF (^Z) ve polo¾ce `%.*s'"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "jméno polo¾ky `%.*s' musí být následováno dvojteèkou"
 msgstr "jméno polo¾ky `%.*s' musí být následováno dvojteèkou"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr "EOF pøed hodnotou v polo¾ce `%.*s' (chybí závìreèný konec øádku)"
 msgstr "EOF pøed hodnotou v polo¾ce `%.*s' (chybí závìreèný konec øádku)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr "polo¾ka `%.*s' obsahuje MSDOS EOF znaky (chybìjící nový øádek?)"
 msgstr "polo¾ka `%.*s' obsahuje MSDOS EOF znaky (chybìjící nový øádek?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "EOF pøi ètení polo¾ky `%.*s' (chybìjící závìreèný konec øádku)"
 msgstr "EOF pøi ètení polo¾ky `%.*s' (chybìjící závìreèný konec øádku)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "zdvojená hodnota polo¾ky `%s'"
 msgstr "zdvojená hodnota polo¾ky `%s'"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "jméno u¾ivatelské polo¾ky `%.*s' pøíli¹ krátké"
 msgstr "jméno u¾ivatelské polo¾ky `%.*s' pøíli¹ krátké"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "zdvojená hodnota u¾ivatelské polo¾ky `%.*s'"
 msgstr "zdvojená hodnota u¾ivatelské polo¾ky `%.*s'"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr "nalezeno nìkolik info polo¾ek balíku, dovolena pouze jedna"
 msgstr "nalezeno nìkolik info polo¾ek balíku, dovolena pouze jedna"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "Configured-Version pro balík s neodpovídajícím Stavem"
 msgstr "Configured-Version pro balík s neodpovídajícím Stavem"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 "Balík, je ve stavu nenainstalovaný a má konfiguraèní soubory, vypou¹tím je"
 "Balík, je ve stavu nenainstalovaný a má konfiguraèní soubory, vypou¹tím je"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "po ètení zapomìl zavøít: `%.255s'"
 msgstr "po ètení zapomìl zavøít: `%.255s'"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "¾ádná informace o balíku v `%.255s'"
 msgstr "¾ádná informace o balíku v `%.255s'"


+ 19 - 19
po/da.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg_1.10.19_da\n"
 "Project-Id-Version: dpkg_1.10.19_da\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-01-01 22:10+0100\n"
 "PO-Revision-Date: 2005-01-01 22:10+0100\n"
 "Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
 "Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
 "Language-Team: Danish <dansk@klid.dk>\n"
 "Language-Team: Danish <dansk@klid.dk>\n"
@@ -698,93 +698,93 @@ msgstr "kunne ikke 
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "kunne ikke finde pakkeinformationsfil '%.255s'"
 msgstr "kunne ikke finde pakkeinformationsfil '%.255s'"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "kunne ikke køre 'mmap' på pakkeinformationsfil '%.255s'"
 msgstr "kunne ikke køre 'mmap' på pakkeinformationsfil '%.255s'"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "kunne ikke køre 'malloc' for informationsfil '%.255s'"
 msgstr "kunne ikke køre 'malloc' for informationsfil '%.255s'"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "kopiér informationsfil '%.255s'"
 msgstr "kopiér informationsfil '%.255s'"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "slut-på-fil efter feltnavn '%.*s'"
 msgstr "slut-på-fil efter feltnavn '%.*s'"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "linjeskift i feltnavn '%.*s'"
 msgstr "linjeskift i feltnavn '%.*s'"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "MSDOS slut-på-fil (^Z) i feltnavn '%.*s'"
 msgstr "MSDOS slut-på-fil (^Z) i feltnavn '%.*s'"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "feltnavn '%.*s' skal efterfølges af et kolon"
 msgstr "feltnavn '%.*s' skal efterfølges af et kolon"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 "Slut-på-fil før værdien af felt '%.*s' (afsluttende linjeskift mangler)"
 "Slut-på-fil før værdien af felt '%.*s' (afsluttende linjeskift mangler)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr ""
 msgstr ""
 "MSDOS-slut-på-fil-tegn i værdien for felt '%.*s' (manglende linjeskift?)"
 "MSDOS-slut-på-fil-tegn i værdien for felt '%.*s' (manglende linjeskift?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "slut-på-fil i værdien for felt '%.*s' (afsluttende linjeskift mangler)"
 msgstr "slut-på-fil i værdien for felt '%.*s' (afsluttende linjeskift mangler)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "værdi for '%s'-feltet optræder mere end én gang"
 msgstr "værdi for '%s'-feltet optræder mere end én gang"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "for kort brugerbestemt feltnavn '%.*s'"
 msgstr "for kort brugerbestemt feltnavn '%.*s'"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "værdi for brugerdefineret felt '%.*s' optræder mere end én gang"
 msgstr "værdi for brugerdefineret felt '%.*s' optræder mere end én gang"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr "flere pakkeinformations-indgange fundet, kun én er tilladt"
 msgstr "flere pakkeinformations-indgange fundet, kun én er tilladt"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "\"Konfigureret version\" for pakke med upassende status"
 msgstr "\"Konfigureret version\" for pakke med upassende status"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 "Pakke, der har status \"ikke-installeret\", har konfigurationsfiler. Glemmer "
 "Pakke, der har status \"ikke-installeret\", har konfigurationsfiler. Glemmer "
 "disse"
 "disse"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "kunne ikke lukke efter læsning: '%.255s'"
 msgstr "kunne ikke lukke efter læsning: '%.255s'"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "ingen pakkeinformation i '%.255s'"
 msgstr "ingen pakkeinformation i '%.255s'"


+ 19 - 19
po/de.po

@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: Debian dpkg 1.10.26\n"
 "Project-Id-Version: Debian dpkg 1.10.26\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-01-03 11:24 +0100\n"
 "PO-Revision-Date: 2005-01-03 11:24 +0100\n"
 "Last-Translator: Michael Piefel <piefel@debian.org>\n"
 "Last-Translator: Michael Piefel <piefel@debian.org>\n"
 "Language-Team: German <de@debian-l10n-german@lists.debian.org>\n"
 "Language-Team: German <de@debian-l10n-german@lists.debian.org>\n"
@@ -702,92 +702,92 @@ msgstr "konnte Paket-Infodatei »%.255s« nicht zum Lesen öffnen"
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "kann auf Paket-Infodatei »%.255s« nicht zugreifen"
 msgstr "kann auf Paket-Infodatei »%.255s« nicht zugreifen"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "kann kein mmap auf Paket-Infodatei »%.255s« durchführen"
 msgstr "kann kein mmap auf Paket-Infodatei »%.255s« durchführen"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "konnte keinen Speicher für Infodatei »%.255s« zuteilen"
 msgstr "konnte keinen Speicher für Infodatei »%.255s« zuteilen"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "kopiere Info-Datei »%.250s«"
 msgstr "kopiere Info-Datei »%.250s«"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "EOF nach Feldname »%.*s«"
 msgstr "EOF nach Feldname »%.*s«"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "Zeilenvorschub im Feldnamen »%.*s«"
 msgstr "Zeilenvorschub im Feldnamen »%.*s«"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "MS-DOS-EOF (^Z) im Feldnamen »%.*s«"
 msgstr "MS-DOS-EOF (^Z) im Feldnamen »%.*s«"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "nach Feldname »%.*s« muss ein Doppelpunkt folgen"
 msgstr "nach Feldname »%.*s« muss ein Doppelpunkt folgen"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 "EOF vor einem Wert für das Feld »%.*s« (abschließender Zeilenvorschub fehlt)"
 "EOF vor einem Wert für das Feld »%.*s« (abschließender Zeilenvorschub fehlt)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr ""
 msgstr ""
 "MS-DOS-EOF-Zeichen im Wert des Feldes »%.*s« (fehlender Zeilenvorschub?)"
 "MS-DOS-EOF-Zeichen im Wert des Feldes »%.*s« (fehlender Zeilenvorschub?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 "EOF im Wert des Feldes »%.*s« (fehlender abschließender Zeilenvorschub)"
 "EOF im Wert des Feldes »%.*s« (fehlender abschließender Zeilenvorschub)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "doppelter Wert für Feld »%s«"
 msgstr "doppelter Wert für Feld »%s«"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "benutzerdefinierter Feldname »%.*s« ist zu kurz"
 msgstr "benutzerdefinierter Feldname »%.*s« ist zu kurz"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "doppelter Wert für benutzerdefiniertes Feld »%.*s«"
 msgstr "doppelter Wert für benutzerdefiniertes Feld »%.*s«"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr "mehrere Paketinfo-Einträge gefunden, nur einer erlaubt"
 msgstr "mehrere Paketinfo-Einträge gefunden, nur einer erlaubt"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "Configured-Version für Paket mit unpassendem Status"
 msgstr "Configured-Version für Paket mit unpassendem Status"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr "Paket mit dem Status nicht-installiert hat Conffiles, vergesse sie"
 msgstr "Paket mit dem Status nicht-installiert hat Conffiles, vergesse sie"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "konnte nach Lesen nicht schließen: »%.255s«"
 msgstr "konnte nach Lesen nicht schließen: »%.255s«"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "keine Paketinformationen in »%.255s«"
 msgstr "keine Paketinformationen in »%.255s«"

+ 19 - 19
po/dpkg.pot

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -679,89 +679,89 @@ msgstr ""
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr ""
 msgstr ""


+ 19 - 19
po/el.po

@@ -15,7 +15,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg_1_13_po_el\n"
 "Project-Id-Version: dpkg_1_13_po_el\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-02-20 14:49EEST\n"
 "PO-Revision-Date: 2005-02-20 14:49EEST\n"
 "Last-Translator: Greek Translation Team <debian-l10n-greek@lists.debian."
 "Last-Translator: Greek Translation Team <debian-l10n-greek@lists.debian."
 "org>\n"
 "org>\n"
@@ -720,93 +720,93 @@ msgstr "αποτυχία ανοίγματος αρχείου πληροφορι
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "αδύνατη η εύρεση κατάστασης του αρχείου πληροφοριών πακέτων `%.255s'"
 msgstr "αδύνατη η εύρεση κατάστασης του αρχείου πληροφοριών πακέτων `%.255s'"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr ""
 msgstr ""
 "αδύνατη η απεικόνιση στη μνήμη (mmap) του αρχείου πληροφοριών των πακέτων `"
 "αδύνατη η απεικόνιση στη μνήμη (mmap) του αρχείου πληροφοριών των πακέτων `"
 "%.255s'"
 "%.255s'"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "αποτυχία εκχώρησης μνήμης για το αρχείο πληροφοριών `%.255s'"
 msgstr "αποτυχία εκχώρησης μνήμης για το αρχείο πληροφοριών `%.255s'"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "αντιγραφή αρχείου πληροφοριών `%.255s'"
 msgstr "αντιγραφή αρχείου πληροφοριών `%.255s'"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "Το EOF μετά το όνομα πεδίου `%.*s'"
 msgstr "Το EOF μετά το όνομα πεδίου `%.*s'"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "νέα γραμμή στο όνομα πεδίου `%.*s'"
 msgstr "νέα γραμμή στο όνομα πεδίου `%.*s'"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "MSDOS EOF (^Z) στο όνομα πεδίου `%.*s'"
 msgstr "MSDOS EOF (^Z) στο όνομα πεδίου `%.*s'"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "το όνομα πεδίου `%.*s' πρέπει να ακολουθείται από άνω/κάτω τελεία"
 msgstr "το όνομα πεδίου `%.*s' πρέπει να ακολουθείται από άνω/κάτω τελεία"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr "EOF πριν από την τιμή του πεδίου `%.*s' (λείπει η τελική νέα γραμμή)"
 msgstr "EOF πριν από την τιμή του πεδίου `%.*s' (λείπει η τελική νέα γραμμή)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr ""
 msgstr ""
 "χαρακτήρας MSDOS EOF στην τιμή του πεδίου `%.*s' (λείπει η νέα γραμμή;)"
 "χαρακτήρας MSDOS EOF στην τιμή του πεδίου `%.*s' (λείπει η νέα γραμμή;)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "EOF στη τιμή του πεδίου `%.*s' (λείπει η τελική νέα γραμμή)"
 msgstr "EOF στη τιμή του πεδίου `%.*s' (λείπει η τελική νέα γραμμή)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "διπλή τιμή για το πεδίο `%s'"
 msgstr "διπλή τιμή για το πεδίο `%s'"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "το προσδιορισμένο από το χρήστη όνομα πεδίου `%.*s' είναι πολύ μικρό"
 msgstr "το προσδιορισμένο από το χρήστη όνομα πεδίου `%.*s' είναι πολύ μικρό"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "διπλασιασμός του καθοριζόμενου από το χρήστη πεδίο `%.*s'"
 msgstr "διπλασιασμός του καθοριζόμενου από το χρήστη πεδίο `%.*s'"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr "βρέθηκαν αρκετές εισαγωγές πληροφοριών πακέτου, μόνο μία επιτρέπεται"
 msgstr "βρέθηκαν αρκετές εισαγωγές πληροφοριών πακέτου, μόνο μία επιτρέπεται"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "Ρυθμισμένη-Έκδοση για πακέτο με ακατάλληλη Κατάσταση"
 msgstr "Ρυθμισμένη-Έκδοση για πακέτο με ακατάλληλη Κατάσταση"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 "Πακέτο το οποίο στην κατάσταση όχι-εγκατεστημένο έχει ρυθμίσεις, ξέχασέ το"
 "Πακέτο το οποίο στην κατάσταση όχι-εγκατεστημένο έχει ρυθμίσεις, ξέχασέ το"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "αποτυχία κλεισίματος μετά την ανάγνωση: `%.255s'"
 msgstr "αποτυχία κλεισίματος μετά την ανάγνωση: `%.255s'"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "καμία πληροφορία πακέτου στο  `%.255s'"
 msgstr "καμία πληροφορία πακέτου στο  `%.255s'"


+ 19 - 19
po/es.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: Debian dpkg 1.10.18\n"
 "Project-Id-Version: Debian dpkg 1.10.18\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2004-12-31 12:07+0100\n"
 "PO-Revision-Date: 2004-12-31 12:07+0100\n"
 "Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
 "Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
 "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
 "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -719,32 +719,32 @@ msgstr ""
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "no se puede ejecutar `stat' sobre el fichero `%.255s'"
 msgstr "no se puede ejecutar `stat' sobre el fichero `%.255s'"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "no se puede ejecutar `mmap' sobre el fichero `%.255s'"
 msgstr "no se puede ejecutar `mmap' sobre el fichero `%.255s'"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "fallo al ejecutar `malloc' para el fichero `%.255s'"
 msgstr "fallo al ejecutar `malloc' para el fichero `%.255s'"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "copia el fichero de información `%.250s'"
 msgstr "copia el fichero de información `%.250s'"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "EOF después del nombre del campo `%.*s'"
 msgstr "EOF después del nombre del campo `%.*s'"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "nueva línea dentro del nombre del campo `%.*s'"
 msgstr "nueva línea dentro del nombre del campo `%.*s'"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "EOF de MSDOS (^Z) dentro del nombre del campo `%.*s'"
 msgstr "EOF de MSDOS (^Z) dentro del nombre del campo `%.*s'"
@@ -758,63 +758,63 @@ msgstr "EOF de MSDOS (^Z) dentro del nombre del campo `%.*s'"
 # algo como "Package:" o "Priority:", está claro por el contexto
 # algo como "Package:" o "Priority:", está claro por el contexto
 # que se trata de : y no de .. por lo que no creo necesaria ninguna
 # que se trata de : y no de .. por lo que no creo necesaria ninguna
 # aclaración adicional. sv
 # aclaración adicional. sv
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "el nombre del campo `%.*s' debe estar seguido por dos puntos"
 msgstr "el nombre del campo `%.*s' debe estar seguido por dos puntos"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr "EOF antes del valor del campo `%.*s' (falta nueva línea final)"
 msgstr "EOF antes del valor del campo `%.*s' (falta nueva línea final)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr ""
 msgstr ""
 "carácter EOF de MSDOS dentro del valor del campo `%.*s' (¿falta nueva línea?)"
 "carácter EOF de MSDOS dentro del valor del campo `%.*s' (¿falta nueva línea?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "EOF durante el valor del campo `%.*s' (falta nueva línea final)"
 msgstr "EOF durante el valor del campo `%.*s' (falta nueva línea final)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "valor duplicado para el campo `%s'"
 msgstr "valor duplicado para el campo `%s'"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "nombre de campo definido por el usuario `%.*s' demasiado corto"
 msgstr "nombre de campo definido por el usuario `%.*s' demasiado corto"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "valor duplicado para el campo definido por el usuario `%.*s'"
 msgstr "valor duplicado para el campo definido por el usuario `%.*s'"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr ""
 msgstr ""
 "se encontraron varias entradas de información de paquetes,\n"
 "se encontraron varias entradas de información de paquetes,\n"
 "sólo se permite una"
 "sólo se permite una"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "Campo `Configured-Version' para un paquete con Status no apropiado"
 msgstr "Campo `Configured-Version' para un paquete con Status no apropiado"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 "Paquete que no estando instalado tiene conffiles, nos olvidamos de ellos"
 "Paquete que no estando instalado tiene conffiles, nos olvidamos de ellos"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "fallo al cerrar después de la lectura: `%.255s'"
 msgstr "fallo al cerrar después de la lectura: `%.255s'"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "no hay ninguna información de paquetes en `%.255s'"
 msgstr "no hay ninguna información de paquetes en `%.255s'"


+ 19 - 19
po/eu.po

@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg-eu\n"
 "Project-Id-Version: dpkg-eu\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-01-09 20:49+0100\n"
 "PO-Revision-Date: 2005-01-09 20:49+0100\n"
 "Last-Translator: Piarres Beobide  <pi@beobide.net>\n"
 "Last-Translator: Piarres Beobide  <pi@beobide.net>\n"
 "Language-Team: Librezale.org <librezale@librezale.org>\n"
 "Language-Team: Librezale.org <librezale@librezale.org>\n"
@@ -710,96 +710,96 @@ msgstr ""
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "ezin da paketearen `%.255s' argibide fitxategia kokatu"
 msgstr "ezin da paketearen `%.255s' argibide fitxategia kokatu"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "ezin da `%.255s' fixtategian 'nmap' egin"
 msgstr "ezin da `%.255s' fixtategian 'nmap' egin"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "huts `%.255s' fitxategian malloc abiaraztean"
 msgstr "huts `%.255s' fitxategian malloc abiaraztean"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "`%.255s' informazio fitxategia kopiatu"
 msgstr "`%.255s' informazio fitxategia kopiatu"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "`%.*s' eremu izenaren atzean EOF"
 msgstr "`%.*s' eremu izenaren atzean EOF"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "`%.*s' eremu izenean linea-berria"
 msgstr "`%.*s' eremu izenean linea-berria"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "`%.*s' eremu izenean MSDOS EOF (^Z)"
 msgstr "`%.*s' eremu izenean MSDOS EOF (^Z)"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "`%.*s' eremu izena kolumna batek jarraitu behar du"
 msgstr "`%.*s' eremu izena kolumna batek jarraitu behar du"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 "Fitxategi amaiaera `%.*s' balio edo eremua baino lehen (amaierako lerro "
 "Fitxategi amaiaera `%.*s' balio edo eremua baino lehen (amaierako lerro "
 "berria falta da)"
 "berria falta da)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr ""
 msgstr ""
 "MSDOS Fitxategi Amaiera karaketerea `%.*s' balio edoo eremuan (lerro berria "
 "MSDOS Fitxategi Amaiera karaketerea `%.*s' balio edoo eremuan (lerro berria "
 "faltan?)"
 "faltan?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 "Fitxategi amaiera `%.*s' balio edo eremuan (bukaerako lerro berria falta da)"
 "Fitxategi amaiera `%.*s' balio edo eremuan (bukaerako lerro berria falta da)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "bikoiztutako balioa `%s' eremuarentzat"
 msgstr "bikoiztutako balioa `%s' eremuarentzat"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "erbiltzaileak sortutako `%.*s' eremu izena laburregia da"
 msgstr "erbiltzaileak sortutako `%.*s' eremu izena laburregia da"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "bikoiztutako balioa erbiltzaileak sortutako `%.*s' eremuan"
 msgstr "bikoiztutako balioa erbiltzaileak sortutako `%.*s' eremuan"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr ""
 msgstr ""
 "Pakete argibide erregistro anitz aurkitu dira, bat bakarrik onartzen da"
 "Pakete argibide erregistro anitz aurkitu dira, bat bakarrik onartzen da"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "Okerreko egoeran paketearen konfiguratutako bertsioa"
 msgstr "Okerreko egoeran paketearen konfiguratutako bertsioa"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 "Instalaturik ez dagoen paketeak configurazio fitxategia ditu, haiek ahazten"
 "Instalaturik ez dagoen paketeak configurazio fitxategia ditu, haiek ahazten"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "huts irakur ondoren ixterakoan: `%.255s'"
 msgstr "huts irakur ondoren ixterakoan: `%.255s'"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "ez dago pakete argibiderik `%.255s'-en"
 msgstr "ez dago pakete argibiderik `%.255s'-en"


+ 19 - 19
po/fr.po

@@ -21,7 +21,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: Debian dpkg 1.6.13\n"
 "Project-Id-Version: Debian dpkg 1.6.13\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-03-30 08:43+0200\n"
 "PO-Revision-Date: 2005-03-30 08:43+0200\n"
 "Last-Translator: Christian Perrier <bubulle@debian.org>\n"
 "Last-Translator: Christian Perrier <bubulle@debian.org>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -770,96 +770,96 @@ msgid "can't stat package info file `%.255s'"
 msgstr ""
 msgstr ""
 "impossible de faire un « stat » sur le fichier d'info du paquet « %.255s »"
 "impossible de faire un « stat » sur le fichier d'info du paquet « %.255s »"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr ""
 msgstr ""
 "impossible de faire un « mmap » sur le fichier d'info du paquet « %.255s »"
 "impossible de faire un « mmap » sur le fichier d'info du paquet « %.255s »"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "impossible de faire un « malloc » pour le fichier d'info  « %.255s »"
 msgstr "impossible de faire un « malloc » pour le fichier d'info  « %.255s »"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "copie le fichier d'info « %.255s »"
 msgstr "copie le fichier d'info « %.255s »"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "EOF après le nom de champ « %.*s »"
 msgstr "EOF après le nom de champ « %.*s »"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "saut de ligne dans le nom de champ « %.*s »"
 msgstr "saut de ligne dans le nom de champ « %.*s »"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "EOF de MSDOS (^Z) dans le nom de champ « %.*s »"
 msgstr "EOF de MSDOS (^Z) dans le nom de champ « %.*s »"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "le nom de champ « %.*s » doit être suivi de deux points (:)"
 msgstr "le nom de champ « %.*s » doit être suivi de deux points (:)"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 "EOF avant la valeur du champ « %.*s » (il manque le saut de ligne final)"
 "EOF avant la valeur du champ « %.*s » (il manque le saut de ligne final)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr ""
 msgstr ""
 "caractère EOF de MS-DOS dans la valeur du champ « %.*s » (manque-t-il un "
 "caractère EOF de MS-DOS dans la valeur du champ « %.*s » (manque-t-il un "
 "saut de ligne ?)"
 "saut de ligne ?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 "EOF dans la valeur du champ « %.*s » (il manque le saut de ligne final)"
 "EOF dans la valeur du champ « %.*s » (il manque le saut de ligne final)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "valeur en double pour le champ « %s »"
 msgstr "valeur en double pour le champ « %s »"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "nom de champ « %.*s » défini par l'utilisateur trop court"
 msgstr "nom de champ « %.*s » défini par l'utilisateur trop court"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "valeur en double pour le champ « %.*s » défini par l'utilisateur"
 msgstr "valeur en double pour le champ « %.*s » défini par l'utilisateur"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr ""
 msgstr ""
 "plusieurs entrées d'information de paquet trouvées, une seule est autorisée"
 "plusieurs entrées d'information de paquet trouvées, une seule est autorisée"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "« Configured-Version » du paquet dans un état inapproprié"
 msgstr "« Configured-Version » du paquet dans un état inapproprié"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 "Paquet dans l'état non-installé possédant des « conffiles », fichiers ignorés"
 "Paquet dans l'état non-installé possédant des « conffiles », fichiers ignorés"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "échec de la fermeture après lecture : « %.255s »"
 msgstr "échec de la fermeture après lecture : « %.255s »"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "pas d'information de paquet dans « %.255s »"
 msgstr "pas d'information de paquet dans « %.255s »"


+ 19 - 19
po/gl.po

@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg 1.9.0\n"
 "Project-Id-Version: dpkg 1.9.0\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-02-05 13:10+0100\n"
 "PO-Revision-Date: 2005-02-05 13:10+0100\n"
 "Last-Translator: Héctor Fernández López <trorrr@yahoo.es>\n"
 "Last-Translator: Héctor Fernández López <trorrr@yahoo.es>\n"
 "Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
 "Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
@@ -708,92 +708,92 @@ msgstr "erro 
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "erro ó facer `stat' do ficheiro de información de paquetes `%.255s'"
 msgstr "erro ó facer `stat' do ficheiro de información de paquetes `%.255s'"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "erro ó facer `mmap' do ficheiro de información de paquetes `%.255s'"
 msgstr "erro ó facer `mmap' do ficheiro de información de paquetes `%.255s'"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "erro ó asignar memoria para o ficheiro `%.255s'"
 msgstr "erro ó asignar memoria para o ficheiro `%.255s'"
 
 
 #  Aquí non sei que significa esto
 #  Aquí non sei que significa esto
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "copy info file `%.255s'"
 msgstr "copy info file `%.255s'"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "EOF despois do nome de campo `%.*s'"
 msgstr "EOF despois do nome de campo `%.*s'"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "nova liña no nome de campo `%.*s'"
 msgstr "nova liña no nome de campo `%.*s'"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "EOF de MSDOS (^Z) no nome de campo `%.*s'"
 msgstr "EOF de MSDOS (^Z) no nome de campo `%.*s'"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "o nome de campo `%.*s' debe ir seguido por dous puntos"
 msgstr "o nome de campo `%.*s' debe ir seguido por dous puntos"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr "EOF antes do valor do campo `%.*s' (falta a nova liña final)"
 msgstr "EOF antes do valor do campo `%.*s' (falta a nova liña final)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr "EOF de MSDOS no valor do campo `%.*s' (¿falta nova liña?)"
 msgstr "EOF de MSDOS no valor do campo `%.*s' (¿falta nova liña?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "EOF no valor do campo `%.*s' (falta nova liña final)"
 msgstr "EOF no valor do campo `%.*s' (falta nova liña final)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "valor duplicado para o campo `%s'"
 msgstr "valor duplicado para o campo `%s'"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "o nome do campo definido polo usuario `%.*s' é demasiado curto"
 msgstr "o nome do campo definido polo usuario `%.*s' é demasiado curto"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "valor duplicado para o campo definido polo usuario `%.*s'"
 msgstr "valor duplicado para o campo definido polo usuario `%.*s'"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr ""
 msgstr ""
 "atopáronse varias entradas de información de paquete, só se permite unha"
 "atopáronse varias entradas de información de paquete, só se permite unha"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr ""
 msgstr ""
 "o campo `Configured-Version' para o paquete ten un `Status' non apropiado"
 "o campo `Configured-Version' para o paquete ten un `Status' non apropiado"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr "Paquete que ten `conffiles' sen estar instalado, esquecémonos deles"
 msgstr "Paquete que ten `conffiles' sen estar instalado, esquecémonos deles"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "erro ó pechar tras a lectura: `%.255s'"
 msgstr "erro ó pechar tras a lectura: `%.255s'"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "non hai información de paquetes en `%.255s'"
 msgstr "non hai información de paquetes en `%.255s'"


+ 19 - 19
po/he.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg\n"
 "Project-Id-Version: dpkg\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2004-10-07 03:01+0200\n"
 "PO-Revision-Date: 2004-10-07 03:01+0200\n"
 "Last-Translator: Lior Kaplan <webmaster@guides.co.il>\n"
 "Last-Translator: Lior Kaplan <webmaster@guides.co.il>\n"
 "Language-Team: English <en@li.org>\n"
 "Language-Team: English <en@li.org>\n"
@@ -679,89 +679,89 @@ msgstr ""
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr ""
 msgstr ""


+ 19 - 19
po/id.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg\n"
 "Project-Id-Version: dpkg\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-03-07 17:41+0700\n"
 "PO-Revision-Date: 2005-03-07 17:41+0700\n"
 "Last-Translator: Arief S Fitrianto <arief@gurame.fisika.ui.ac.id>\n"
 "Last-Translator: Arief S Fitrianto <arief@gurame.fisika.ui.ac.id>\n"
 "Language-Team: Debian Indonesia L10N Team <debian-l10n-id@gurame.fisika.ui."
 "Language-Team: Debian Indonesia L10N Team <debian-l10n-id@gurame.fisika.ui."
@@ -705,89 +705,89 @@ msgstr "gagal membuka berkas info paket `%.255s' untuk dibaca"
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "tak ada status berkas info paket `%.255s'"
 msgstr "tak ada status berkas info paket `%.255s'"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "tak bisa melakukan 'mmap' pada berkas info paket `%.255s'"
 msgstr "tak bisa melakukan 'mmap' pada berkas info paket `%.255s'"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "gagal melakukan 'malloc' untuk berkas info `%s.255s'"
 msgstr "gagal melakukan 'malloc' untuk berkas info `%s.255s'"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "menyalin berkas info `%.255s'"
 msgstr "menyalin berkas info `%.255s'"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "Ada EOF setelah nama ruas `%.*s'"
 msgstr "Ada EOF setelah nama ruas `%.*s'"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "ada baris-baru dalam nama ruas `%.*s'"
 msgstr "ada baris-baru dalam nama ruas `%.*s'"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "EOF MSDOS (^Z) dalam nama ruas `%.*s'"
 msgstr "EOF MSDOS (^Z) dalam nama ruas `%.*s'"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "nama ruas `%.*s' harus diikuti oleh titik-dua"
 msgstr "nama ruas `%.*s' harus diikuti oleh titik-dua"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr "Ada EOF sebelum nilai ruas `%.*s' (baris-baru terakhir tiada)"
 msgstr "Ada EOF sebelum nilai ruas `%.*s' (baris-baru terakhir tiada)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr "Karakter EOF MSDOS dalam nilai ruas `%.*s' (baris-baru tiada?)"
 msgstr "Karakter EOF MSDOS dalam nilai ruas `%.*s' (baris-baru tiada?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "Ada EOF sekitar nilai ruas `%.*s' (baris-baru terakhir tiada)"
 msgstr "Ada EOF sekitar nilai ruas `%.*s' (baris-baru terakhir tiada)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "nilai ganda untuk ruas `%s'"
 msgstr "nilai ganda untuk ruas `%s'"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "nama ruas definisi pengguna `%.*s' terlalu singkat"
 msgstr "nama ruas definisi pengguna `%.*s' terlalu singkat"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "nilai ganda untuk ruas definisi pengguna `%.*s'"
 msgstr "nilai ganda untuk ruas definisi pengguna `%.*s'"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr "ditemukan beberapa baris info paket; hanya satu yang diizinkan"
 msgstr "ditemukan beberapa baris info paket; hanya satu yang diizinkan"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "Configured-Version untuk paket dengan Status tak sesuai"
 msgstr "Configured-Version untuk paket dengan Status tak sesuai"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr "Paket dengan status 'tak-terpasang' memiliki conffiles, abaikan saja"
 msgstr "Paket dengan status 'tak-terpasang' memiliki conffiles, abaikan saja"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "gagal menutup setelah membaca: `%.255s'"
 msgstr "gagal menutup setelah membaca: `%.255s'"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "tidak ada informasi paket dalam `%.255s'"
 msgstr "tidak ada informasi paket dalam `%.255s'"


+ 19 - 19
po/it.po

@@ -41,7 +41,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg 1.10.22\n"
 "Project-Id-Version: dpkg 1.10.22\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-01-06 17:59+0100\n"
 "PO-Revision-Date: 2005-01-06 17:59+0100\n"
 "Last-Translator: Stefano Canepa <sc@linux.it>\n"
 "Last-Translator: Stefano Canepa <sc@linux.it>\n"
 "Language-Team: italian <debian-l10n-italian@debian.org>\n"
 "Language-Team: italian <debian-l10n-italian@debian.org>\n"
@@ -740,90 +740,90 @@ msgstr ""
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "impossibile fare stat delle informazioni del pacchetto `%.255s'"
 msgstr "impossibile fare stat delle informazioni del pacchetto `%.255s'"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "impossibile fare mmap delle informazioni del pacchetto `%.255s'"
 msgstr "impossibile fare mmap delle informazioni del pacchetto `%.255s'"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "impossibile fare malloc per il file delle informazioni `%.255s'"
 msgstr "impossibile fare malloc per il file delle informazioni `%.255s'"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "copiare il file di informazioni `%.255s'"
 msgstr "copiare il file di informazioni `%.255s'"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "EOF dopo il nome del campo `%.*s'"
 msgstr "EOF dopo il nome del campo `%.*s'"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "newline nel nome del campo `%.*s'"
 msgstr "newline nel nome del campo `%.*s'"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "EOF MSDOS (^Z) nel nome del campo `%.*s'"
 msgstr "EOF MSDOS (^Z) nel nome del campo `%.*s'"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "il nome del campo `%.*s' deve essere seguito da ':' (due punti)"
 msgstr "il nome del campo `%.*s' deve essere seguito da ':' (due punti)"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr "EOF prima del valore per il campo `%.*s' (manca il newline finale)"
 msgstr "EOF prima del valore per il campo `%.*s' (manca il newline finale)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr "EOF MSDOS nel valore del campo `%.*s' (manca il newline?)"
 msgstr "EOF MSDOS nel valore del campo `%.*s' (manca il newline?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "EOF nel valore del campo `%.*s' (manca il newline finale)"
 msgstr "EOF nel valore del campo `%.*s' (manca il newline finale)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "valore duplicato per il campo `%s'"
 msgstr "valore duplicato per il campo `%s'"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "il nome del campo definito dall'utente `%.*s' è troppo corto"
 msgstr "il nome del campo definito dall'utente `%.*s' è troppo corto"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "valore duplicato per il campo definito dall'utente `%.*s'"
 msgstr "valore duplicato per il campo definito dall'utente `%.*s'"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr "trovate più descrizioni del pacchetto, ne è consentita solo una"
 msgstr "trovate più descrizioni del pacchetto, ne è consentita solo una"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "Status inappropriato come valore di Configured-Version del pacchetto"
 msgstr "Status inappropriato come valore di Configured-Version del pacchetto"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 "Il pacchetto, non installato, ha dei file di configurazione, che dimentico."
 "Il pacchetto, non installato, ha dei file di configurazione, che dimentico."
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "impossibile chiudere `%.255s' dopo la lettura"
 msgstr "impossibile chiudere `%.255s' dopo la lettura"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "`%.255s' non contiene informazioni sui pacchetti"
 msgstr "`%.255s' non contiene informazioni sui pacchetti"


+ 19 - 19
po/ja.po

@@ -19,7 +19,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: 1.10.23\n"
 "Project-Id-Version: 1.10.23\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2004-12-31 16:22+0900\n"
 "PO-Revision-Date: 2004-12-31 16:22+0900\n"
 "Last-Translator: Kenshi Muto <kmuto@debian.org>\n"
 "Last-Translator: Kenshi Muto <kmuto@debian.org>\n"
 "Language-Team: Debian Japanease List <debian-japanese@lists.debian.org>\n"
 "Language-Team: Debian Japanease List <debian-japanese@lists.debian.org>\n"
@@ -712,91 +712,91 @@ msgstr "
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "パッケージ情報ファイル`%.255s'をstatできません"
 msgstr "パッケージ情報ファイル`%.255s'をstatできません"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "パッケージ情報ファイル`%.255s'をmmapできません"
 msgstr "パッケージ情報ファイル`%.255s'をmmapできません"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "情報ファイル`%.255s'のためのmallocに失敗しました。"
 msgstr "情報ファイル`%.255s'のためのmallocに失敗しました。"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "情報ファイル`%.250s'をコピー"
 msgstr "情報ファイル`%.250s'をコピー"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "フィールド名`%.*s'の後にEOF"
 msgstr "フィールド名`%.*s'の後にEOF"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "フィールド名`%.*s'に改行"
 msgstr "フィールド名`%.*s'に改行"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "フィールド名`%.*s'に MSDOS の EOF (^Z)"
 msgstr "フィールド名`%.*s'に MSDOS の EOF (^Z)"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "フィールド名`%.*s'の後はコロンでなければいけません。"
 msgstr "フィールド名`%.*s'の後はコロンでなければいけません。"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr "フィールド`%.*s'の値の前で EOF (最後の改行がない)"
 msgstr "フィールド`%.*s'の値の前で EOF (最後の改行がない)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr "フィールド`%.*s'の値に MSDOS EOF 文字 (改行がない?)"
 msgstr "フィールド`%.*s'の値に MSDOS EOF 文字 (改行がない?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "フィールド`%.*s'の値の間に EOF (最後の改行がない)"
 msgstr "フィールド`%.*s'の値の間に EOF (最後の改行がない)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "`%s'フィールドの値が重複しています。"
 msgstr "`%s'フィールドの値が重複しています。"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "ユーザ定義フィールド名`%.*s'が短かすぎます。"
 msgstr "ユーザ定義フィールド名`%.*s'が短かすぎます。"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "ユーザ定義フィールド`%.*s'の値が重複しています。"
 msgstr "ユーザ定義フィールド`%.*s'の値が重複しています。"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr "パッケージ情報エントリが複数見付かりました。許されるのは1つのみです。"
 msgstr "パッケージ情報エントリが複数見付かりました。許されるのは1つのみです。"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "不適切なステータスを持つパッケージの Configured-Version"
 msgstr "不適切なステータスを持つパッケージの Configured-Version"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 "現在インストールされていないパッケージ(ステータス not-installed)が conffiles "
 "現在インストールされていないパッケージ(ステータス not-installed)が conffiles "
 "を持っていますので、それらの情報を無視します。"
 "を持っていますので、それらの情報を無視します。"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "読み込み後のファイルのクローズに失敗しました: `%.255s'"
 msgstr "読み込み後のファイルのクローズに失敗しました: `%.255s'"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "`%.255s'にパッケージ情報がありません。"
 msgstr "`%.255s'にパッケージ情報がありません。"


+ 19 - 19
po/ko.po

@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: 1.10.22\n"
 "Project-Id-Version: 1.10.22\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2004-11-21 03:52+0900\n"
 "PO-Revision-Date: 2004-11-21 03:52+0900\n"
 "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
 "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
 "Language-Team: Korean <cwryu@debian.org>\n"
 "Language-Team: Korean <cwryu@debian.org>\n"
@@ -698,89 +698,89 @@ msgstr "읽기 작업을 위해 꾸러미 정보 파일 `%.255s' 파일을 여
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "꾸러미 정보 파일 `%.255s'의 파일 정보를 읽을 수 없습니다"
 msgstr "꾸러미 정보 파일 `%.255s'의 파일 정보를 읽을 수 없습니다"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "꾸러미 정보 파일 `%.255s'에 mmap할 수 없습니다"
 msgstr "꾸러미 정보 파일 `%.255s'에 mmap할 수 없습니다"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "정보 파일 `%.255s' 파일을 위해 malloc하는 데 실패했습니다"
 msgstr "정보 파일 `%.255s' 파일을 위해 malloc하는 데 실패했습니다"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "정보 파일 `%.255s' 복사"
 msgstr "정보 파일 `%.255s' 복사"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "필드 이름 `%.*s' 뒤에 파일이 끝났습니다"
 msgstr "필드 이름 `%.*s' 뒤에 파일이 끝났습니다"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "필드 이름 `%.*s'에 줄바꿈 문자가 있습니다"
 msgstr "필드 이름 `%.*s'에 줄바꿈 문자가 있습니다"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "필드 이름 `%.*s'에 MSDOS 방식 EOF(^Z)가 있습니다"
 msgstr "필드 이름 `%.*s'에 MSDOS 방식 EOF(^Z)가 있습니다"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "필드 이름 `%.*s' 뒤에는 콜론이 와야 합니다"
 msgstr "필드 이름 `%.*s' 뒤에는 콜론이 와야 합니다"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr "필드 값 `%.*s' 앞에 파일이 끝났습니다 (끝에 줄바꿈 빠짐)"
 msgstr "필드 값 `%.*s' 앞에 파일이 끝났습니다 (끝에 줄바꿈 빠짐)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr "필드 값 `%.*s'에 MSDOS 방식 EOF 문자가 있습니다 (줄바꿈 빠짐?)"
 msgstr "필드 값 `%.*s'에 MSDOS 방식 EOF 문자가 있습니다 (줄바꿈 빠짐?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "필드 값 `%.*s'에 EOF가 있습니다 (끝에 줄바꿈 빠짐)"
 msgstr "필드 값 `%.*s'에 EOF가 있습니다 (끝에 줄바꿈 빠짐)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "`%s' 필드의 값이 중복되었습니다"
 msgstr "`%s' 필드의 값이 중복되었습니다"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "사용자 정의 필드 이름 `%.*s'은(는) 너무 짧습니다"
 msgstr "사용자 정의 필드 이름 `%.*s'은(는) 너무 짧습니다"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "사용자 정의 필드 `%.*s'의 값이 중복되었습니다"
 msgstr "사용자 정의 필드 `%.*s'의 값이 중복되었습니다"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr "꾸러미 정보 엔트리를 여러 개 발견했습니다. 하나만 쓸 수 있습니다"
 msgstr "꾸러미 정보 엔트리를 여러 개 발견했습니다. 하나만 쓸 수 있습니다"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "적당하지 않은 Status를 가진 꾸러미에 대한 Configured-Version"
 msgstr "적당하지 않은 Status를 가진 꾸러미에 대한 Configured-Version"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr "설치되지 않은 상태의 꾸러미가 conffiles를 갖고 있습니다. 잊어버립니다"
 msgstr "설치되지 않은 상태의 꾸러미가 conffiles를 갖고 있습니다. 잊어버립니다"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "읽기 후에 닫는 데 실패했습니다: `%.255s'"
 msgstr "읽기 후에 닫는 데 실패했습니다: `%.255s'"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "`%.255s'에 꾸러미 정보가 없습니다"
 msgstr "`%.255s'에 꾸러미 정보가 없습니다"


+ 19 - 19
po/nb.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg\n"
 "Project-Id-Version: dpkg\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-01-25 11:14+0100\n"
 "PO-Revision-Date: 2005-01-25 11:14+0100\n"
 "Last-Translator: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>\n"
 "Last-Translator: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>\n"
 "Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.ui.no>\n"
 "Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.ui.no>\n"
@@ -697,92 +697,92 @@ msgstr "klarte ikke åpne pakkeinfofila «%.255s» for lesing"
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "finner ikke pakkeinfofila «%.255s»"
 msgstr "finner ikke pakkeinfofila «%.255s»"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "klarte ikke kjøre «mmap» på pakkeinfofila «%.255s»"
 msgstr "klarte ikke kjøre «mmap» på pakkeinfofila «%.255s»"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "klarte ikke tildele minne for infofila «%.255s»"
 msgstr "klarte ikke tildele minne for infofila «%.255s»"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "kopier informasjonsfila «%.255s»"
 msgstr "kopier informasjonsfila «%.255s»"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "slutt på fila etter feltnavn «%.*s»"
 msgstr "slutt på fila etter feltnavn «%.*s»"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "linjeskift i feltnavn «%.*s»"
 msgstr "linjeskift i feltnavn «%.*s»"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "MS-DOS-slutt på fila (^Z) i feltnavn «%.*s»"
 msgstr "MS-DOS-slutt på fila (^Z) i feltnavn «%.*s»"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "feltnavnet «%.*s» skal følges av et kolon"
 msgstr "feltnavnet «%.*s» skal følges av et kolon"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 "slutt på fil før verdien til feltet «%.*s» (mangler linjeskift til slutt)"
 "slutt på fil før verdien til feltet «%.*s» (mangler linjeskift til slutt)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr ""
 msgstr ""
 "MSDOS-tegn for slutt på fil i verdien for feltet «%.*s» (mangler linjeskift?)"
 "MSDOS-tegn for slutt på fil i verdien for feltet «%.*s» (mangler linjeskift?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 "slutt på fil i verdien for feltet «%.*s» (mangler avsluttende linjeskift)"
 "slutt på fil i verdien for feltet «%.*s» (mangler avsluttende linjeskift)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "verdien for feltet «%s» finnes mer enn én gang"
 msgstr "verdien for feltet «%s» finnes mer enn én gang"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "det brukerdefinerte feltnavnet «%.*s» er for kort"
 msgstr "det brukerdefinerte feltnavnet «%.*s» er for kort"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "det brukerdefinerte feltet «%.*s» fins mer enn én gang"
 msgstr "det brukerdefinerte feltet «%.*s» fins mer enn én gang"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr "fant flere pakkeinformasjonsoppføringer, kan bare ha en"
 msgstr "fant flere pakkeinformasjonsoppføringer, kan bare ha en"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "Oppsatt versjon for pakke med status som ikke passer"
 msgstr "Oppsatt versjon for pakke med status som ikke passer"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr "En pakke som ikke er installert har oppsettsfiler.De blir ignorert"
 msgstr "En pakke som ikke er installert har oppsettsfiler.De blir ignorert"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "klarte ikke lukke etter lesing: «%.255s»"
 msgstr "klarte ikke lukke etter lesing: «%.255s»"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "ingen pakkeinformasjon i «%.255s»"
 msgstr "ingen pakkeinformasjon i «%.255s»"


+ 19 - 19
po/nl.po

@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg 1.9.4\n"
 "Project-Id-Version: dpkg 1.9.4\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-01-06 23:41+0100\n"
 "PO-Revision-Date: 2005-01-06 23:41+0100\n"
 "Last-Translator: Bart Cornelis <cobaco@linux.be>\n"
 "Last-Translator: Bart Cornelis <cobaco@linux.be>\n"
 "Language-Team: Dutch <debian-l10n-dutch@debian.org>\n"
 "Language-Team: Dutch <debian-l10n-dutch@debian.org>\n"
@@ -697,91 +697,91 @@ msgstr "fout bij openen van pakket-info bestand `%.255s' om te lezen"
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "kon informatiebestand niet opvragen uit `%.255s'"
 msgstr "kon informatiebestand niet opvragen uit `%.255s'"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "kon het informatiebestand niet mmappen in `%.255s'"
 msgstr "kon het informatiebestand niet mmappen in `%.255s'"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "kon geen geheugen reserveren voor informatiebestand `%.255s'"
 msgstr "kon geen geheugen reserveren voor informatiebestand `%.255s'"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "kopiëren van informatiebestand `%.255s'"
 msgstr "kopiëren van informatiebestand `%.255s'"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "EOF na veldnaam `%.*s'"
 msgstr "EOF na veldnaam `%.*s'"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "nieuwe regel in veldnaam `%.*s'"
 msgstr "nieuwe regel in veldnaam `%.*s'"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "MSDOS EOF (^Z) in veldnaam `%.*s'"
 msgstr "MSDOS EOF (^Z) in veldnaam `%.*s'"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "veldnaam `%.*s' moet gevolgd worden door een dubbele punt"
 msgstr "veldnaam `%.*s' moet gevolgd worden door een dubbele punt"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 "EOF voor waarde voor veld `%.*s' (ontbrekende afsluitende nieuwe regel)"
 "EOF voor waarde voor veld `%.*s' (ontbrekende afsluitende nieuwe regel)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr "MSDOS EOF teken in waarde van veld `%.*s' (ontbrekende nieuwe regel?)"
 msgstr "MSDOS EOF teken in waarde van veld `%.*s' (ontbrekende nieuwe regel?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "EOF in waarde van veld `%.*s' (ontbrekende afsluitende nieuwe regel)"
 msgstr "EOF in waarde van veld `%.*s' (ontbrekende afsluitende nieuwe regel)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "dubbele waarde voor `%s'-veld"
 msgstr "dubbele waarde voor `%s'-veld"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "zelf gedefinieerde veldnaam `%.*s' te kort"
 msgstr "zelf gedefinieerde veldnaam `%.*s' te kort"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "dubbele waarde voor zelf gedefinieerd veld `%.*s'"
 msgstr "dubbele waarde voor zelf gedefinieerd veld `%.*s'"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr "meerdere pakket informatie-ingangen gevonden, slechts een toegestaan"
 msgstr "meerdere pakket informatie-ingangen gevonden, slechts een toegestaan"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "'Configured-Version' van pakket met ongepaste status"
 msgstr "'Configured-Version' van pakket met ongepaste status"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 "Pakket in toestand `not-installed' heeft conffiles, deze worden vergeten"
 "Pakket in toestand `not-installed' heeft conffiles, deze worden vergeten"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "kon niet afsluiten na lezen: `%.255s'"
 msgstr "kon niet afsluiten na lezen: `%.255s'"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "geen pakketinformatie in `%.255s'"
 msgstr "geen pakketinformatie in `%.255s'"


+ 19 - 19
po/nn.po

@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg_nn\n"
 "Project-Id-Version: dpkg_nn\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-01-08 16:16+0100\n"
 "PO-Revision-Date: 2005-01-08 16:16+0100\n"
 "Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
 "Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
 "Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
 "Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
@@ -699,94 +699,94 @@ msgstr "klarte ikkje opna pakkeinfofila «%.255s» for lesing"
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "finn ikkje pakkeinfofila «%.255s»"
 msgstr "finn ikkje pakkeinfofila «%.255s»"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "klarte ikkje køyra «mmap» på pakkeinfofila «%.255s»"
 msgstr "klarte ikkje køyra «mmap» på pakkeinfofila «%.255s»"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "klarte ikkje tildela minne for infofila «%.255s»"
 msgstr "klarte ikkje tildela minne for infofila «%.255s»"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "kopier informasjonsfila «%.255s»"
 msgstr "kopier informasjonsfila «%.255s»"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "slutt på fila etter feltnamn «%.*s»"
 msgstr "slutt på fila etter feltnamn «%.*s»"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "linjeskift i feltnamn «%.*s»"
 msgstr "linjeskift i feltnamn «%.*s»"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "MS-DOS-slutt på fila (^Z) i feltnamn «%.*s»"
 msgstr "MS-DOS-slutt på fila (^Z) i feltnamn «%.*s»"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "feltnamnet «%.*s» skal følgjast av eit kolon"
 msgstr "feltnamnet «%.*s» skal følgjast av eit kolon"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 "slutt på fil før verdien til feltet «%.*s» (manglar linjeskift til slutt)"
 "slutt på fil før verdien til feltet «%.*s» (manglar linjeskift til slutt)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr ""
 msgstr ""
 "MSDOS-teikn for slutt på fil i verdien for feltet «%.*s» (manglar "
 "MSDOS-teikn for slutt på fil i verdien for feltet «%.*s» (manglar "
 "linjeskift?)"
 "linjeskift?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 "slutt på fil i verdien for feltet «%.*s» (manglar avsluttande linjeskift)"
 "slutt på fil i verdien for feltet «%.*s» (manglar avsluttande linjeskift)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "verdien for feltet «%s» finst meir enn éin gong"
 msgstr "verdien for feltet «%s» finst meir enn éin gong"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "det brukardefinerte feltnamnet «%.*s» er for kort"
 msgstr "det brukardefinerte feltnamnet «%.*s» er for kort"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "det brukardefinerte feltet «%.*s» finst meir enn éin gong"
 msgstr "det brukardefinerte feltet «%.*s» finst meir enn éin gong"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr "fann fleire pakkeinformasjonsoppføringar, kan berre ha ei"
 msgstr "fann fleire pakkeinformasjonsoppføringar, kan berre ha ei"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "Oppsett versjon for pakke med status som ikkje passar"
 msgstr "Oppsett versjon for pakke med status som ikkje passar"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 "Ein pakke som ikkje er installert har oppsettsfiler. Dei vert ignorerte."
 "Ein pakke som ikkje er installert har oppsettsfiler. Dei vert ignorerte."
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "klarte ikkje lukka etter lesing: «%.255s»"
 msgstr "klarte ikkje lukka etter lesing: «%.255s»"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "ingen pakkeinformasjon i «%.255s»"
 msgstr "ingen pakkeinformasjon i «%.255s»"


+ 19 - 19
po/pl.po

@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg 1.9.20\n"
 "Project-Id-Version: dpkg 1.9.20\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-01-05 19:50+0100\n"
 "PO-Revision-Date: 2005-01-05 19:50+0100\n"
 "Last-Translator: Bartosz Fenski <fenio@debian.org>\n"
 "Last-Translator: Bartosz Fenski <fenio@debian.org>\n"
 "Language-Team: Polish <pddp@debian.linux.org.pl>\n"
 "Language-Team: Polish <pddp@debian.linux.org.pl>\n"
@@ -700,93 +700,93 @@ msgid "can't stat package info file `%.255s'"
 msgstr ""
 msgstr ""
 "nie mo¿na wykonaæ funkcji 'stat' na pliku informacji o pakiecie `%.255s'"
 "nie mo¿na wykonaæ funkcji 'stat' na pliku informacji o pakiecie `%.255s'"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr ""
 msgstr ""
 "nie mo¿na wykonaæ funkcji 'mmap' na pliku informacji o pakiecie `%.255s'"
 "nie mo¿na wykonaæ funkcji 'mmap' na pliku informacji o pakiecie `%.255s'"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "nie mo¿na zaalokowaæ pamiêci dla pliku informacji `%.255s'"
 msgstr "nie mo¿na zaalokowaæ pamiêci dla pliku informacji `%.255s'"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "kopiowanie pliku informacji `%.250s'"
 msgstr "kopiowanie pliku informacji `%.250s'"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "EOF po nazwie pola `%.*s'"
 msgstr "EOF po nazwie pola `%.*s'"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "koniec linii w nazwie pola `%.*s'"
 msgstr "koniec linii w nazwie pola `%.*s'"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "MSDOS EOF (^Z) w nazwie pola `%.*s'"
 msgstr "MSDOS EOF (^Z) w nazwie pola `%.*s'"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "po nazwie pola `%.*s' musi wyst±piæ dwukropek"
 msgstr "po nazwie pola `%.*s' musi wyst±piæ dwukropek"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr "EOF przed warto¶ci± pola `%.*s' (brak koñca linii)"
 msgstr "EOF przed warto¶ci± pola `%.*s' (brak koñca linii)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr "MSDOS EOF w warto¶ci pola `%.*s' (brak koñca linii?)"
 msgstr "MSDOS EOF w warto¶ci pola `%.*s' (brak koñca linii?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "EOF w warto¶ci pola `%.*s' (brak koñca linii)"
 msgstr "EOF w warto¶ci pola `%.*s' (brak koñca linii)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "podwójna warto¶æ pola `%s'"
 msgstr "podwójna warto¶æ pola `%s'"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "pole definiowane przez u¿ytkownika ma za krótk± nazwê `%.*s'"
 msgstr "pole definiowane przez u¿ytkownika ma za krótk± nazwê `%.*s'"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "podwójna warto¶æ pola definiowanego przez u¿ytkownika `%.*s'"
 msgstr "podwójna warto¶æ pola definiowanego przez u¿ytkownika `%.*s'"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr ""
 msgstr ""
 "odnaleziono kilka kopii informacji o pakiecie, tylko jedna jest dozwolona"
 "odnaleziono kilka kopii informacji o pakiecie, tylko jedna jest dozwolona"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "odnaleziono `Configured-Version' dla pakietu z nieprawid³owym `Status'"
 msgstr "odnaleziono `Configured-Version' dla pakietu z nieprawid³owym `Status'"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 "niezainstalowany pakiet ma pliki konfiguracyjne, informacje o nich zostaj± "
 "niezainstalowany pakiet ma pliki konfiguracyjne, informacje o nich zostaj± "
 "usuniête"
 "usuniête"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "nie mo¿na zamkn±æ `%.255s'"
 msgstr "nie mo¿na zamkn±æ `%.255s'"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "brak informacji o pakiecie w `%.255s'"
 msgstr "brak informacji o pakiecie w `%.255s'"


+ 19 - 19
po/pt.po

@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg 1.14\n"
 "Project-Id-Version: dpkg 1.14\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-01-09 09:20+0000\n"
 "PO-Revision-Date: 2005-01-09 09:20+0000\n"
 "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
 "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
 "Language-Team: Portuguese <traduz@debianpt.org>\n"
 "Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -696,92 +696,92 @@ msgstr ""
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "não pode fazer stat ao ficheiro de informação do pacote `%.255s'"
 msgstr "não pode fazer stat ao ficheiro de informação do pacote `%.255s'"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "não pode fazer mmap ao fichero de informação do pacote `%.255s'"
 msgstr "não pode fazer mmap ao fichero de informação do pacote `%.255s'"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "falhou o malloc para o ficheiro de informações `%.255s'"
 msgstr "falhou o malloc para o ficheiro de informações `%.255s'"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "copiar ficheiro de informação `%.255s'"
 msgstr "copiar ficheiro de informação `%.255s'"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "EOF após campo do nome `%.*s'"
 msgstr "EOF após campo do nome `%.*s'"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "newline no campo do nome `%.*s'"
 msgstr "newline no campo do nome `%.*s'"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "MSDOS EOF (^Z) no campo do nome `%.*s'"
 msgstr "MSDOS EOF (^Z) no campo do nome `%.*s'"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "campo do nome `%.*s' tem de ser seguido de dois pontos"
 msgstr "campo do nome `%.*s' tem de ser seguido de dois pontos"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr "EOF antes do valor do campo `%.*s' (falta o newline final)"
 msgstr "EOF antes do valor do campo `%.*s' (falta o newline final)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr "caractere MSDOS EOF no valor do campo `%.*s' (falta newline?)"
 msgstr "caractere MSDOS EOF no valor do campo `%.*s' (falta newline?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "EOF durante o valor do campo `%.*s' (falta newline final)"
 msgstr "EOF durante o valor do campo `%.*s' (falta newline final)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "valor duplicado para o campo `%s'"
 msgstr "valor duplicado para o campo `%s'"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "nome do campo definido pelo utilizador `%.*s' é muito pequeno"
 msgstr "nome do campo definido pelo utilizador `%.*s' é muito pequeno"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "valor duplicado para campo definido pelo utilizador `%.*s'"
 msgstr "valor duplicado para campo definido pelo utilizador `%.*s'"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr ""
 msgstr ""
 "várias entradas de informação de pacotes encontradas, apenas uma permitida"
 "várias entradas de informação de pacotes encontradas, apenas uma permitida"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "Configured-Version para o pacote com Status inapropriado"
 msgstr "Configured-Version para o pacote com Status inapropriado"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 "Pacote que tem estado não-instalado tem ficheiros de configuração, "
 "Pacote que tem estado não-instalado tem ficheiros de configuração, "
 "esquecendo-os"
 "esquecendo-os"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "falhou fechar após ler: `%.255s'"
 msgstr "falhou fechar após ler: `%.255s'"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "sem informação de pacotes em `%.255s'"
 msgstr "sem informação de pacotes em `%.255s'"


+ 19 - 19
po/pt_BR.po

@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg\n"
 "Project-Id-Version: dpkg\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-01-06 16:42-0200\n"
 "PO-Revision-Date: 2005-01-06 16:42-0200\n"
 "Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
 "Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
 "Language-Team: Debian-BR Project <debian-l10n-portuguese@lists.debian.org>\n"
 "Language-Team: Debian-BR Project <debian-l10n-portuguese@lists.debian.org>\n"
@@ -705,96 +705,96 @@ msgid "can't stat package info file `%.255s'"
 msgstr ""
 msgstr ""
 "não foi possível obter estado do arquivo de informação do pacote `%.255s'"
 "não foi possível obter estado do arquivo de informação do pacote `%.255s'"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr ""
 msgstr ""
 "não foi possível mapear a memória do arquivo de configuração do pacote `"
 "não foi possível mapear a memória do arquivo de configuração do pacote `"
 "%.255s'"
 "%.255s'"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "falha ao alocar memória para o arquivo de informação `%.255s'"
 msgstr "falha ao alocar memória para o arquivo de informação `%.255s'"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "copiar arquivo de informação `%.250s'"
 msgstr "copiar arquivo de informação `%.250s'"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "EOF após campo de nome `%.*s'"
 msgstr "EOF após campo de nome `%.*s'"
 
 
 # FIXME: É preciso decidir logo qual seria a tradução de newline para o português. - Carlos
 # FIXME: É preciso decidir logo qual seria a tradução de newline para o português. - Carlos
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "nova linha em campo de nome `%.*s'"
 msgstr "nova linha em campo de nome `%.*s'"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "EOF de MSDOS (^Z) em campo de nome `%.*s'"
 msgstr "EOF de MSDOS (^Z) em campo de nome `%.*s'"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "campo de nome `%.*s' precisa ser seguido de vírgula"
 msgstr "campo de nome `%.*s' precisa ser seguido de vírgula"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr "EOF antes de valor do campo `%.*s' (faltando nova linha final)"
 msgstr "EOF antes de valor do campo `%.*s' (faltando nova linha final)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr "caracter EOF de MSDOS no valor do campo `%.*s' (nova linha faltando?)"
 msgstr "caracter EOF de MSDOS no valor do campo `%.*s' (nova linha faltando?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "EOF durante o valor do campo `%.*s' (faltando nova linha final)"
 msgstr "EOF durante o valor do campo `%.*s' (faltando nova linha final)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "valor duplicado para o campo `%s'"
 msgstr "valor duplicado para o campo `%s'"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "nome do campo `%.*s' definido pelo usuário é muito curto"
 msgstr "nome do campo `%.*s' definido pelo usuário é muito curto"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "valor duplo para campo definido pelo usuário `%.*s'"
 msgstr "valor duplo para campo definido pelo usuário `%.*s'"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr ""
 msgstr ""
 "muitas entradas de informação do pacote foram encontradas e só uma é "
 "muitas entradas de informação do pacote foram encontradas e só uma é "
 "permitida"
 "permitida"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "Configured-Version para pacote com Status inapropriado"
 msgstr "Configured-Version para pacote com Status inapropriado"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 "Pacote que quando não instalado possui arquivos de configuração, esquecendo-"
 "Pacote que quando não instalado possui arquivos de configuração, esquecendo-"
 "os"
 "os"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "falha ao fechar após ler: `%.255s'"
 msgstr "falha ao fechar após ler: `%.255s'"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "sem informações de pacote em `%.255s'"
 msgstr "sem informações de pacote em `%.255s'"


+ 19 - 19
po/ro.po

@@ -17,7 +17,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg_ro\n"
 "Project-Id-Version: dpkg_ro\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-05-25 03:12+0200\n"
 "PO-Revision-Date: 2005-05-25 03:12+0200\n"
 "Last-Translator: Eddy Petrişor <eddy.petrisor@gmail.com>\n"
 "Last-Translator: Eddy Petrişor <eddy.petrisor@gmail.com>\n"
 "Language-Team: Romanian (Română) <debian-l10n-romanian@lists.debian.org>\n"
 "Language-Team: Romanian (Română) <debian-l10n-romanian@lists.debian.org>\n"
@@ -719,91 +719,91 @@ msgstr ""
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "nu pot citi starea fişierului de informaţii al pachetului `%.255s'"
 msgstr "nu pot citi starea fişierului de informaţii al pachetului `%.255s'"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "nu pot mmap fişierul de informaţii al pachetului `%.255s'"
 msgstr "nu pot mmap fişierul de informaţii al pachetului `%.255s'"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "eşec la alocarea memoriei pentru fişierul de informaţii `%.255s'"
 msgstr "eşec la alocarea memoriei pentru fişierul de informaţii `%.255s'"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "copiez fişierul de informaţii `%.255s'"
 msgstr "copiez fişierul de informaţii `%.255s'"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "EOF după numele câmpului `%.*s'"
 msgstr "EOF după numele câmpului `%.*s'"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "linie nouă in numele câmpului `%.*s'"
 msgstr "linie nouă in numele câmpului `%.*s'"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "MSDOS EOF (^Z) în numele câmpului `%.*s'"
 msgstr "MSDOS EOF (^Z) în numele câmpului `%.*s'"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "numele câmpului `%.*s' trebuie urmat de două puncte"
 msgstr "numele câmpului `%.*s' trebuie urmat de două puncte"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr "EOF înainte de valoarea câmpului `%.*s' (lipseşte linie nouă finală)"
 msgstr "EOF înainte de valoarea câmpului `%.*s' (lipseşte linie nouă finală)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr "caracter MSDOS EOF în valoarea câmpului `%.*s' (lipseşte linie nouă?)"
 msgstr "caracter MSDOS EOF în valoarea câmpului `%.*s' (lipseşte linie nouă?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "EOF în valoarea câmpului `%.*s' (lipseşte linie nouă finală)"
 msgstr "EOF în valoarea câmpului `%.*s' (lipseşte linie nouă finală)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "valoare duplicat pentru câmpul `%s'"
 msgstr "valoare duplicat pentru câmpul `%s'"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "numele de câmp definit de utilizator `%.*s' prea scurt"
 msgstr "numele de câmp definit de utilizator `%.*s' prea scurt"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "valoare duplicat pentru câmpul definit de utilizator `%.*s'"
 msgstr "valoare duplicat pentru câmpul definit de utilizator `%.*s'"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr ""
 msgstr ""
 "am găsit câteva intrări informaţii pentru pachet, numai una este permisă"
 "am găsit câteva intrări informaţii pentru pachet, numai una este permisă"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "Configured-Version pentru pachet cu Status inadecvat"
 msgstr "Configured-Version pentru pachet cu Status inadecvat"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 "Pachet care este în starea neinstalat are fişiere de configurare, se pierd"
 "Pachet care este în starea neinstalat are fişiere de configurare, se pierd"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "eşec la închidere după citire: `%.255s'"
 msgstr "eşec la închidere după citire: `%.255s'"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "nici o informaţie despre pachet în `%.255s'"
 msgstr "nici o informaţie despre pachet în `%.255s'"


+ 19 - 19
po/ru.po

@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: ru\n"
 "Project-Id-Version: ru\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-01-01 11:38+0400\n"
 "PO-Revision-Date: 2005-01-01 11:38+0400\n"
 "Last-Translator: Yuri Kozlov <yuray@id.ru>\n"
 "Last-Translator: Yuri Kozlov <yuray@id.ru>\n"
 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -712,102 +712,102 @@ msgstr "не удалось открыть для чтения файл инфо
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "не удалось получить информацию о файле информации о пакете %.255s"
 msgstr "не удалось получить информацию о файле информации о пакете %.255s"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "не удалось отобразить файл информации о пакете %.255s в память"
 msgstr "не удалось отобразить файл информации о пакете %.255s в память"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "не удалось выделить память для файла информации %.255s"
 msgstr "не удалось выделить память для файла информации %.255s"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "копирование файла информации %.250s"
 msgstr "копирование файла информации %.250s"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "после имени поля %.*s обнаружен символ конца файла"
 msgstr "после имени поля %.*s обнаружен символ конца файла"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "в имени поля %.*s обнаружен символ конца строки"
 msgstr "в имени поля %.*s обнаружен символ конца строки"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "в имени поля %.*s обнаружен символ конца файла MS DOS (^Z)"
 msgstr "в имени поля %.*s обнаружен символ конца файла MS DOS (^Z)"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "после имени поля %.*s должно идти двоеточие"
 msgstr "после имени поля %.*s должно идти двоеточие"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 "перед значением поля %.*s обнаружен символ конца файла (отсутствует символ "
 "перед значением поля %.*s обнаружен символ конца файла (отсутствует символ "
 "конца строки)"
 "конца строки)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr ""
 msgstr ""
 "в значении поля %.*s обнаружен символ конца файла MS DOS (возможно, "
 "в значении поля %.*s обнаружен символ конца файла MS DOS (возможно, "
 "отсутствует символ конца строки)"
 "отсутствует символ конца строки)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 "в значении поля %.*s обнаружен символ конца файла (отсутствует символ конца "
 "в значении поля %.*s обнаружен символ конца файла (отсутствует символ конца "
 "строки)"
 "строки)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "значение поля %s должно встречаться только один раз"
 msgstr "значение поля %s должно встречаться только один раз"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "название пользовательского поля %.*s слишком коротко"
 msgstr "название пользовательского поля %.*s слишком коротко"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr ""
 msgstr ""
 "значение пользовательского поля %.*s должно встречаться только один раз"
 "значение пользовательского поля %.*s должно встречаться только один раз"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr ""
 msgstr ""
 "обнаружено несколько экземпляров информации о пакете, хотя допускается "
 "обнаружено несколько экземпляров информации о пакете, хотя допускается "
 "только один"
 "только один"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr ""
 msgstr ""
 "У пакета задано поле версии файлов конфигурации, хотя его состояние этого не "
 "У пакета задано поле версии файлов конфигурации, хотя его состояние этого не "
 "допускает"
 "допускает"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 "У не установленного пакета установлены файлы конфигурации, можно не "
 "У не установленного пакета установлены файлы конфигурации, можно не "
 "принимать во внимание"
 "принимать во внимание"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "не удалось закрыть файл %.255s после чтения"
 msgstr "не удалось закрыть файл %.255s после чтения"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "в файле %.255s нет информации о пакете"
 msgstr "в файле %.255s нет информации о пакете"


+ 19 - 19
po/sk.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg 1.10\n"
 "Project-Id-Version: dpkg 1.10\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-01-08 17:21-0500\n"
 "PO-Revision-Date: 2005-01-08 17:21-0500\n"
 "Last-Translator: Roman Benko <benco@acid.sk>\n"
 "Last-Translator: Roman Benko <benco@acid.sk>\n"
 "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
 "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@@ -696,92 +696,92 @@ msgstr "zlyhalo otv
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "nie je mo¾né zisti» stav súboru s informáciami o balíku `%.255s'"
 msgstr "nie je mo¾né zisti» stav súboru s informáciami o balíku `%.255s'"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "nedoká¾em vykona» funkciu mmap na info súbor balíku `%.255s'"
 msgstr "nedoká¾em vykona» funkciu mmap na info súbor balíku `%.255s'"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "zlyhalo vykonanie funkcie malloc pre info súbor `%.255s'"
 msgstr "zlyhalo vykonanie funkcie malloc pre info súbor `%.255s'"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "kopírovanie info súboru `%.255s'"
 msgstr "kopírovanie info súboru `%.255s'"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "koniec súboru za poµom `%.*s'"
 msgstr "koniec súboru za poµom `%.*s'"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "nový riadok v poli `%.*s'"
 msgstr "nový riadok v poli `%.*s'"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "MSDOS EOF (^Z) v názve poµa `%.*s'"
 msgstr "MSDOS EOF (^Z) v názve poµa `%.*s'"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "za poµom `%.*s' musí nasledova» dvojbodka"
 msgstr "za poµom `%.*s' musí nasledova» dvojbodka"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr "EOF pred hodnotou poµa `%.*s' (chýbajúci závereèný nový riadok)"
 msgstr "EOF pred hodnotou poµa `%.*s' (chýbajúci závereèný nový riadok)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr "znak MSDOS EOF v hodnote poµa `%.*s' (chýbajúci nový riadok?)"
 msgstr "znak MSDOS EOF v hodnote poµa `%.*s' (chýbajúci nový riadok?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr ""
 msgstr ""
 "EOF poèas naèítania hodnoty poµa `%.*s' (chýbajúci závereèný nový riadok)"
 "EOF poèas naèítania hodnoty poµa `%.*s' (chýbajúci závereèný nový riadok)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "duplicitná hodnota poµa `%s'"
 msgstr "duplicitná hodnota poµa `%s'"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "u¾ívateµsky definované meno poµa `%.*s' je príli¹ krátke"
 msgstr "u¾ívateµsky definované meno poµa `%.*s' je príli¹ krátke"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "duplicitná hodnota pre u¾ívateµsky definované pole `%.*s'"
 msgstr "duplicitná hodnota pre u¾ívateµsky definované pole `%.*s'"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr "bolo zistených niekoµko info polo¾iek balíku, prípustná je iba jedna"
 msgstr "bolo zistených niekoµko info polo¾iek balíku, prípustná je iba jedna"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "Configured-Version pre balík s nezodpovedajúcim Stavom"
 msgstr "Configured-Version pre balík s nezodpovedajúcim Stavom"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 "Balíèek, ktorý je v stave non-installed má konfiguraèné súbory, zahadzujem "
 "Balíèek, ktorý je v stave non-installed má konfiguraèné súbory, zahadzujem "
 "ich"
 "ich"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "zlyhalo uzavretie po naèítaní: `%.255s'"
 msgstr "zlyhalo uzavretie po naèítaní: `%.255s'"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "¾iadne informácie o balíku v `%.255s'"
 msgstr "¾iadne informácie o balíku v `%.255s'"


+ 19 - 19
po/sv.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg 1.10\n"
 "Project-Id-Version: dpkg 1.10\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-01-01 23:52+0100\n"
 "PO-Revision-Date: 2005-01-01 23:52+0100\n"
 "Last-Translator: Peter Karlsson <peterk@debian.org>\n"
 "Last-Translator: Peter Karlsson <peterk@debian.org>\n"
 "Language-Team: Peter Karlsson <peterk@debian.org>\n"
 "Language-Team: Peter Karlsson <peterk@debian.org>\n"
@@ -696,89 +696,89 @@ msgstr "kunde inte 
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "kan inte ta status på paketinformationsfil \"%.255s\""
 msgstr "kan inte ta status på paketinformationsfil \"%.255s\""
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "kan inte minnesmappa paketinformationsfil \"%.255s\""
 msgstr "kan inte minnesmappa paketinformationsfil \"%.255s\""
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "kan inte allokera minna för informationsfil \"%.255s\""
 msgstr "kan inte allokera minna för informationsfil \"%.255s\""
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "kopiera informationsfil \"%.255s\""
 msgstr "kopiera informationsfil \"%.255s\""
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "Filslut efter fältnamn \"%.*s\""
 msgstr "Filslut efter fältnamn \"%.*s\""
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "nyradstecken i fältnamn \"%.*s\""
 msgstr "nyradstecken i fältnamn \"%.*s\""
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "MSDOS-filslut (^Z) i fältnamn \"%.*s\""
 msgstr "MSDOS-filslut (^Z) i fältnamn \"%.*s\""
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "fältnamnet \"%.*s\" måste följas av kolon"
 msgstr "fältnamnet \"%.*s\" måste följas av kolon"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr "Filslut före värde på fält \"%.*s\" (saknar sista nyradstecknet)"
 msgstr "Filslut före värde på fält \"%.*s\" (saknar sista nyradstecknet)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr "MSDOS-filslut före värde på fält \"%.*s\" (saknar nyradstecken?)"
 msgstr "MSDOS-filslut före värde på fält \"%.*s\" (saknar nyradstecken?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "Filslut inuti värde på fält \"%.*s\" (saknar sista nyradstecknet)"
 msgstr "Filslut inuti värde på fält \"%.*s\" (saknar sista nyradstecknet)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "dubblerat värde för \"%s\"-fältet"
 msgstr "dubblerat värde för \"%s\"-fältet"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "användardefinierat fältnamn \"%.*s\" för kort"
 msgstr "användardefinierat fältnamn \"%.*s\" för kort"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "dubblerat värde för användardefinierat fält \"%.*s\""
 msgstr "dubblerat värde för användardefinierat fält \"%.*s\""
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr "flera paketinformationsposter funna, bara en tillåts"
 msgstr "flera paketinformationsposter funna, bara en tillåts"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "Configured-Version för paket med opassande Status"
 msgstr "Configured-Version för paket med opassande Status"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr "Paket med status non-installed har konfigurationsfiler, glömmer dem"
 msgstr "Paket med status non-installed har konfigurationsfiler, glömmer dem"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "kunde inte stänga efter läsning: \"%.255s\""
 msgstr "kunde inte stänga efter läsning: \"%.255s\""
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "ingen paketinformation i \"%.255s\""
 msgstr "ingen paketinformation i \"%.255s\""


+ 19 - 19
po/tl.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg\n"
 "Project-Id-Version: dpkg\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-03-07 20:09+0800\n"
 "PO-Revision-Date: 2005-03-07 20:09+0800\n"
 "Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
 "Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
 "Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"
 "Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"
@@ -708,92 +708,92 @@ msgstr "bigo sa pagbukas ng talaksang info ng pakete `%.255s' para sa pagbasa"
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "hindi ma-stat ang talaksang info ng pakete `%.255s'"
 msgstr "hindi ma-stat ang talaksang info ng pakete `%.255s'"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "hindi ma-mmap ang talaksang info ng pakete `%.255s'"
 msgstr "hindi ma-mmap ang talaksang info ng pakete `%.255s'"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "bigo ang pag-malloc para sa talaksang info `%.255s'"
 msgstr "bigo ang pag-malloc para sa talaksang info `%.255s'"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "kopyahin ang talaksang info `%.255s'"
 msgstr "kopyahin ang talaksang info `%.255s'"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "EOF matapos ng pangalan ng saklaw `%.*s'"
 msgstr "EOF matapos ng pangalan ng saklaw `%.*s'"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "newline sa loob ng pangalan ng saklaw `%.*s'"
 msgstr "newline sa loob ng pangalan ng saklaw `%.*s'"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "MSDOS EOF (^Z) sa loob ng pangalan ng saklaw `%.*s'"
 msgstr "MSDOS EOF (^Z) sa loob ng pangalan ng saklaw `%.*s'"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "pangalan ng saklaw `%.*s' ay dapat sundan ng kolon"
 msgstr "pangalan ng saklaw `%.*s' ay dapat sundan ng kolon"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr "EOF nauna sa halaga ng saklaw `%.*s' (kulang ng kahulihang newline)"
 msgstr "EOF nauna sa halaga ng saklaw `%.*s' (kulang ng kahulihang newline)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr "MSDOS EOF char sa halaga ng saklaw `%.*s' (kulang na newline?)"
 msgstr "MSDOS EOF char sa halaga ng saklaw `%.*s' (kulang na newline?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "EOF sa halaga ng saklaw `%.*s' (kulang na kahulihang newline)"
 msgstr "EOF sa halaga ng saklaw `%.*s' (kulang na kahulihang newline)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "nadobleng halaga para sa saklaw na `%s'"
 msgstr "nadobleng halaga para sa saklaw na `%s'"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "pinangalanan ng gumagamit na saklaw `%.*s' ay labis na maiksi"
 msgstr "pinangalanan ng gumagamit na saklaw `%.*s' ay labis na maiksi"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "dinobleng halaga para sa pinangalanan ng gumagamit na saklaw `%.*s'"
 msgstr "dinobleng halaga para sa pinangalanan ng gumagamit na saklaw `%.*s'"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr ""
 msgstr ""
 "may ilang pinasok na info tungkol sa pakete na nahanap, iisa lamang dapat"
 "may ilang pinasok na info tungkol sa pakete na nahanap, iisa lamang dapat"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "Configured-Version para sa pakete na may di akmang Status"
 msgstr "Configured-Version para sa pakete na may di akmang Status"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 "Pakete na nasa kalagayang hindi-nakaluklok ay may conffiles, kinalilimutan "
 "Pakete na nasa kalagayang hindi-nakaluklok ay may conffiles, kinalilimutan "
 "sila"
 "sila"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "bigo sa pagsara matapos ng pagbasa: `%.255s'"
 msgstr "bigo sa pagsara matapos ng pagbasa: `%.255s'"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "walang impormasyong pakete sa loob ng `%.255s'"
 msgstr "walang impormasyong pakete sa loob ng `%.255s'"


+ 19 - 19
po/zh_CN.po

@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg\n"
 "Project-Id-Version: dpkg\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-02-07 05:27+1300\n"
 "PO-Revision-Date: 2005-02-07 05:27+1300\n"
 "Last-Translator: Tchaikov <chaisave@263.com>\n"
 "Last-Translator: Tchaikov <chaisave@263.com>\n"
 "Language-Team: Chinese (simplified) <i18n-translation@lists.linux.net.cn>\n"
 "Language-Team: Chinese (simplified) <i18n-translation@lists.linux.net.cn>\n"
@@ -692,90 +692,90 @@ msgstr "无法打开软件包的 info 文件“%.255s”,以备读取"
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "无法 stat 软件包的·info·文件“%.255s”"
 msgstr "无法 stat 软件包的·info·文件“%.255s”"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "无法 mmap 软件包的 info 文件“%.255s”"
 msgstr "无法 mmap 软件包的 info 文件“%.255s”"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "在读取软件包的 info 文件“%.255s”时,malloc 失败"
 msgstr "在读取软件包的 info 文件“%.255s”时,malloc 失败"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "拷贝 info 文件 “%.255s”"
 msgstr "拷贝 info 文件 “%.255s”"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "在字段名“%.*s”后发现 EOF"
 msgstr "在字段名“%.*s”后发现 EOF"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "在字段名“%.*s”中发现换行符"
 msgstr "在字段名“%.*s”中发现换行符"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "在字段名“%.*s”中发现 MSDOS EOF (^Z)"
 msgstr "在字段名“%.*s”中发现 MSDOS EOF (^Z)"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "字段名“%.*s”后必须紧跟冒号"
 msgstr "字段名“%.*s”后必须紧跟冒号"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr "在字段“%.*s”的值的前面发现了 EOF (缺少最后结尾的换行符)"
 msgstr "在字段“%.*s”的值的前面发现了 EOF (缺少最后结尾的换行符)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr "在字段“%.*s”的值中间发现了 MSDOS EOF 字符(缺少最后结尾的换行符?)"
 msgstr "在字段“%.*s”的值中间发现了 MSDOS EOF 字符(缺少最后结尾的换行符?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "在字段“%.*s”的值中间发现了 EOF 字符(缺少最后结尾的换行符)"
 msgstr "在字段“%.*s”的值中间发现了 EOF 字符(缺少最后结尾的换行符)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "有多个值对应于字段“%s”"
 msgstr "有多个值对应于字段“%s”"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "用户自定义的字段名“%.*s”过短"
 msgstr "用户自定义的字段名“%.*s”过短"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "有多个值对应于用户自定义的字段“%.*s”"
 msgstr "有多个值对应于用户自定义的字段“%.*s”"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr "发现了多个软件包的 info 条目,不过我只要一个"
 msgstr "发现了多个软件包的 info 条目,不过我只要一个"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "软件包有 Configured-Version 的标志,但是它安装状态却与之不符"
 msgstr "软件包有 Configured-Version 的标志,但是它安装状态却与之不符"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr ""
 msgstr ""
 "该软件包的状态是尚未安装(not-installed),但是它却有 conoffiles,不管他了"
 "该软件包的状态是尚未安装(not-installed),但是它却有 conoffiles,不管他了"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "读取完毕“%.255s”后,无法关闭该文件"
 msgstr "读取完毕“%.255s”后,无法关闭该文件"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "在”%.255s“中没有软件包的相关信息"
 msgstr "在”%.255s“中没有软件包的相关信息"


+ 19 - 19
po/zh_TW.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg\n"
 "Project-Id-Version: dpkg\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2005-06-09 06:15+0100\n"
+"POT-Creation-Date: 2005-06-10 07:42+0100\n"
 "PO-Revision-Date: 2005-02-05 19:54+0800\n"
 "PO-Revision-Date: 2005-02-05 19:54+0800\n"
 "Last-Translator: Asho Yeh <asho@debian.org.tw>\n"
 "Last-Translator: Asho Yeh <asho@debian.org.tw>\n"
 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
@@ -691,89 +691,89 @@ msgstr "無法打開套件的 info 檔案“%.255s”,以備讀取"
 msgid "can't stat package info file `%.255s'"
 msgid "can't stat package info file `%.255s'"
 msgstr "無法 stat 套件的·info·檔案“%.255s”"
 msgstr "無法 stat 套件的·info·檔案“%.255s”"
 
 
-#: lib/parse.c:114
+#: lib/parse.c:115
 #, c-format
 #, c-format
 msgid "can't mmap package info file `%.255s'"
 msgid "can't mmap package info file `%.255s'"
 msgstr "無法 mmap 套件的 info 檔案“%.255s”"
 msgstr "無法 mmap 套件的 info 檔案“%.255s”"
 
 
-#: lib/parse.c:117
+#: lib/parse.c:118
 #, c-format
 #, c-format
 msgid "failed to malloc for info file `%.255s'"
 msgid "failed to malloc for info file `%.255s'"
 msgstr "在讀取套件的 info 檔案“%.255s”時,malloc 失敗"
 msgstr "在讀取套件的 info 檔案“%.255s”時,malloc 失敗"
 
 
-#: lib/parse.c:119
+#: lib/parse.c:120
 #, c-format
 #, c-format
 msgid "copy info file `%.255s'"
 msgid "copy info file `%.255s'"
 msgstr "拷貝 info 檔案 “%.255s”"
 msgstr "拷貝 info 檔案 “%.255s”"
 
 
-#: lib/parse.c:148
+#: lib/parse.c:152
 #, c-format
 #, c-format
 msgid "EOF after field name `%.*s'"
 msgid "EOF after field name `%.*s'"
 msgstr "在欄位名“%.*s”後發現 EOF"
 msgstr "在欄位名“%.*s”後發現 EOF"
 
 
-#: lib/parse.c:151
+#: lib/parse.c:155
 #, c-format
 #, c-format
 msgid "newline in field name `%.*s'"
 msgid "newline in field name `%.*s'"
 msgstr "在欄位名“%.*s”中發現換行符"
 msgstr "在欄位名“%.*s”中發現換行符"
 
 
-#: lib/parse.c:154
+#: lib/parse.c:158
 #, c-format
 #, c-format
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgid "MSDOS EOF (^Z) in field name `%.*s'"
 msgstr "在欄位名“%.*s”中發現 MSDOS EOF (^Z)"
 msgstr "在欄位名“%.*s”中發現 MSDOS EOF (^Z)"
 
 
-#: lib/parse.c:157
+#: lib/parse.c:161
 #, c-format
 #, c-format
 msgid "field name `%.*s' must be followed by colon"
 msgid "field name `%.*s' must be followed by colon"
 msgstr "欄位名“%.*s”後必須緊跟冒號"
 msgstr "欄位名“%.*s”後必須緊跟冒號"
 
 
-#: lib/parse.c:165
+#: lib/parse.c:169
 #, c-format
 #, c-format
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgid "EOF before value of field `%.*s' (missing final newline)"
 msgstr "在欄位“%.*s”的值的前面發現了 EOF (缺少最後結尾的換行符)"
 msgstr "在欄位“%.*s”的值的前面發現了 EOF (缺少最後結尾的換行符)"
 
 
-#: lib/parse.c:169
+#: lib/parse.c:173
 #, c-format
 #, c-format
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
 msgstr "在欄位“%.*s”的值中間發現了 MSDOS EOF 字元(缺少最後結尾的換行符?)"
 msgstr "在欄位“%.*s”的值中間發現了 MSDOS EOF 字元(缺少最後結尾的換行符?)"
 
 
-#: lib/parse.c:183
+#: lib/parse.c:187
 #, c-format
 #, c-format
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgid "EOF during value of field `%.*s' (missing final newline)"
 msgstr "在欄位“%.*s”的值中間發現了 EOF 字元(缺少最後結尾的換行符)"
 msgstr "在欄位“%.*s”的值中間發現了 EOF 字元(缺少最後結尾的換行符)"
 
 
-#: lib/parse.c:206
+#: lib/parse.c:210
 #, c-format
 #, c-format
 msgid "duplicate value for `%s' field"
 msgid "duplicate value for `%s' field"
 msgstr "有多個值對應於欄位“%s”"
 msgstr "有多個值對應於欄位“%s”"
 
 
-#: lib/parse.c:211
+#: lib/parse.c:215
 #, c-format
 #, c-format
 msgid "user-defined field name `%.*s' too short"
 msgid "user-defined field name `%.*s' too short"
 msgstr "用戶自定義的欄位名“%.*s”過短"
 msgstr "用戶自定義的欄位名“%.*s”過短"
 
 
-#: lib/parse.c:216
+#: lib/parse.c:220
 #, c-format
 #, c-format
 msgid "duplicate value for user-defined field `%.*s'"
 msgid "duplicate value for user-defined field `%.*s'"
 msgstr "有多個值對應於用戶自定義的欄位“%.*s”"
 msgstr "有多個值對應於用戶自定義的欄位“%.*s”"
 
 
-#: lib/parse.c:229
+#: lib/parse.c:233
 msgid "several package info entries found, only one allowed"
 msgid "several package info entries found, only one allowed"
 msgstr "發現了多個套件的 info 項目,只允許一個"
 msgstr "發現了多個套件的 info 項目,只允許一個"
 
 
-#: lib/parse.c:255
+#: lib/parse.c:259
 msgid "Configured-Version for package with inappropriate Status"
 msgid "Configured-Version for package with inappropriate Status"
 msgstr "有 Configured-Version 的套件與安裝狀態不符"
 msgstr "有 Configured-Version 的套件與安裝狀態不符"
 
 
-#: lib/parse.c:269
+#: lib/parse.c:273
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgid "Package which in state not-installed has conffiles, forgetting them"
 msgstr "該套件的狀態是尚未安裝,但是它卻有 conoffiles,不用理會它"
 msgstr "該套件的狀態是尚未安裝,但是它卻有 conoffiles,不用理會它"
 
 
-#: lib/parse.c:324
+#: lib/parse.c:330
 #, c-format
 #, c-format
 msgid "failed to close after read: `%.255s'"
 msgid "failed to close after read: `%.255s'"
 msgstr "讀取完畢“%.255s”後,無法關閉該檔案"
 msgstr "讀取完畢“%.255s”後,無法關閉該檔案"
 
 
-#: lib/parse.c:325
+#: lib/parse.c:331
 #, c-format
 #, c-format
 msgid "no package information in `%.255s'"
 msgid "no package information in `%.255s'"
 msgstr "在”%.255s“中沒有套件的相關訊息"
 msgstr "在”%.255s“中沒有套件的相關訊息"