summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2006-01-18 23:14:34 +0000
committerMichael Vogt <mvo@debian.org>2006-01-18 23:14:34 +0000
commit011d9176844e1817f1dc64cf61c375ab77646d0e (patch)
tree5739bcf32d2c7bee58bc235f97c894bc157c501f
parentac2c9fa03c9786da44320d59b3ad66f474c4634a (diff)
parent9f168dd5006886ad8725339322a61c1c9a907f32 (diff)
* merged with apt--mvo
Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-160 Italian translation update * bubulle@debian.org--2005/apt--main--0--patch-161 Galician translation completed * bubulle@debian.org--2005/apt--main--0--patch-162 Spanish translation update * bubulle@debian.org--2005/apt--main--0--patch-163 Two strings corrected in the British translation * bubulle@debian.org--2005/apt--main--0--patch-164 Danish translation update * bubulle@debian.org--2005/apt--main--0--patch-165 Completed Greek translation * bubulle@debian.org--2005/apt--main--0--patch-166 Fix some permissions * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-120 * added debian-archive-keyring to recommends * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-121 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-122 * fix apt-key to ask for the correct package * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-123 * fix typo in apt-cache.8 manpage * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-124 * fixed another typo in doc/apt-secure.8.xml * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-125 * merged the debian-sid changes back * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-126 * fixed the changelog yet again
-rwxr-xr-xcmdline/apt-key2
-rw-r--r--debian/changelog17
-rw-r--r--debian/control1
-rw-r--r--doc/apt-cache.8.xml2
-rw-r--r--doc/apt-secure.8.xml2
-rw-r--r--po/ChangeLog29
-rw-r--r--po/da.po55
-rw-r--r--po/el.po71
-rw-r--r--po/en_GB.po4
-rw-r--r--po/es.po104
-rw-r--r--po/gl.po6
-rw-r--r--po/it.po297
12 files changed, 168 insertions, 422 deletions
diff --git a/cmdline/apt-key b/cmdline/apt-key
index 0685e36f7..7460a24be 100755
--- a/cmdline/apt-key
+++ b/cmdline/apt-key
@@ -16,7 +16,7 @@ REMOVED_KEYS=/usr/share/keyrings/debian-archive-removed-keys.gpg
update() {
if [ ! -f $ARCHIVE_KEYRING ]; then
echo >&2 "ERROR: Can't find the archive-keyring"
- echo >&2 "Is the debian-keyring package installed?"
+ echo >&2 "Is the debian-archive-keyring package installed?"
exit 1
fi
diff --git a/debian/changelog b/debian/changelog
index 020fe9813..3c3fbb4a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,18 +1,25 @@
apt (0.6.43.2) unstable; urgency=low
- * Merge bubulle@debian.org--2005/apt--main--0 up to patch-159:
- - en_GB.po, de.po: fix spaces errors in "Ign " translations
- Closes: #347258
+ * Merge bubulle@debian.org--2005/apt--main--0 up to patch-166:
+ - en_GB.po, de.po: fix spaces errors in "Ign " translations Closes: #347258
- makefile: make update-po a pre-requisite of clean target so
- that POT and PO files are always up-to-date
+ that POT and PO files are always up-to-date
- sv.po: Completed to 511t. Closes: #346450
- sk.po: Completed to 511t. Closes: #346369
- fr.po: Completed to 511t
- *.po: Updated from sources (511 strings)
+ - el.po: Completed to 511 strings Closes: #344642
+ - da.po: Completed to 511 strings Closes: #348574
+ - es.po: Updated to 510t1f Closes: #348158
+ - gl.po: Completed to 511 strings Closes: #347729
+ - it.po: Yet another update Closes: #347435
+ * added debian-archive-keyring to the Recommends (closes: #347970)
+ * fixed message in apt-key to install debian-archive-keyring
+ * typos fixed in apt-cache.8 (closes: #348348, #347349)
* add patch to fix http download corruption problem (thanks to
Petr Vandrovec, closes: #280844, #290694)
- -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 10 Jan 2006 17:09:31 +0100
+ -- Michael Vogt <mvo@debian.org> Thu, 19 Jan 2006 00:06:33 +0100
apt (0.6.43.1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 5c76a90eb..3b8883f88 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Depends: ${shlibs:Depends}
Priority: important
Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7)
Provides: ${libapt-pkg:provides}
+Recommends: debian-archive-keyring
Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev, apt-doc, bzip2, gnupg
Section: admin
Description: Advanced front-end for dpkg
diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml
index 0e1d2f8d9..789c3d228 100644
--- a/doc/apt-cache.8.xml
+++ b/doc/apt-cache.8.xml
@@ -191,7 +191,7 @@ Reverse Provides:
<varlistentry><term>show <replaceable>pkg(s)</replaceable></term>
<listitem><para><literal>show</literal> performs a function similar to
- <command>dpkg --print-avail</command>i; it displays the package records for the
+ <command>dpkg --print-avail</command>; it displays the package records for the
named packages.</para></listitem>
</varlistentry>
diff --git a/doc/apt-secure.8.xml b/doc/apt-secure.8.xml
index e22446030..fa13ddc0f 100644
--- a/doc/apt-secure.8.xml
+++ b/doc/apt-secure.8.xml
@@ -120,7 +120,7 @@
<listitem><para><literal>Mirror network compromise</literal>.
Without signature checking, a malicious agent can compromise a
- mirror host and modify the files in it to propage malicious
+ mirror host and modify the files in it to propagate malicious
software to all users downloading packages from that
host.</para></listitem>
</itemizedlist>
diff --git a/po/ChangeLog b/po/ChangeLog
index 068f614d3..773e09c8b 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,32 @@
+2006-01-18 Konstantinos Margaritis <markos@debian.org>
+
+ * el.po: Completed to 511 strings
+ Closes: #344642
+
+2005-11-07 Claus Hindsgaul <claus_h@image.dk>
+
+ * da.po: Completed to 511 strings
+ Closes: #348574
+
+2005-11-16 Andrew Deason <adeason@tjhsst.edu>
+
+ * en_GB.po: Minor errors correction
+
+2005-11-12 Ruben Porras <nahoo82@telefonica.net>
+
+ * es.po: Updated to 510t1f
+ Closes: #348158
+
+2005-11-12 Jacobo Tarrio <jacobo@tarrio.org>
+
+ * gl.po: Completed to 511 strings
+ Closes: #347729
+
+2006-01-10 Samuele Giovanni Tonon <samu@mclink.it>
+
+ * it.po: Yet another update
+ Closes: #347435
+
2006-01-09 Jonas Koelker <jonaskoelker@users.sourceforge.net>
* en_GB.po, de.po: fix spaces errors in "Ign " translations
diff --git a/po/da.po b/po/da.po
index a674910d3..be3f3b341 100644
--- a/po/da.po
+++ b/po/da.po
@@ -2,20 +2,20 @@
# translation of da.po to Danish
# Advanced Package Transfer - APT message translation catalog
# Danish messages
-# Claus Hindsgaul <claus_h@image.dk>, 2002,2003, 2004, 2005.
#
+# Claus Hindsgaul <claus_h@image.dk>, 2002,2003, 2004, 2005, 2006.
msgid ""
msgstr ""
"Project-Id-Version: apt-da\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-01-04 18:51+0100\n"
-"PO-Revision-Date: 2005-11-07 15:28+0100\n"
+"PO-Revision-Date: 2006-01-17 20:14+0100\n"
"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.10.2\n"
+"X-Generator: KBabel 1.11.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: cmdline/apt-cache.cc:135
@@ -1082,9 +1082,9 @@ msgid "Unable to find a source package for %s"
msgstr "Kunne ikke finde kildetekstpakken for %s"
#: cmdline/apt-get.cc:1959
-#, fuzzy, c-format
+#, c-format
msgid "Skiping already downloaded file '%s'\n"
-msgstr "Overspringer udpakning af allerede udpakket kildetekst i %s\n"
+msgstr "Overspringer allerede hentet fil '%s'\n"
#: cmdline/apt-get.cc:1983
#, c-format
@@ -1153,8 +1153,7 @@ msgstr "%s har ingen opbygningsafhngigheder.\n"
msgid ""
"%s dependency for %s cannot be satisfied because the package %s cannot be "
"found"
-msgstr ""
-"%s-afhngigheden for %s kan ikke opfyldes, da pakken %s ikke blev fundet"
+msgstr "%s-afhngigheden for %s kan ikke opfyldes, da pakken %s ikke blev fundet"
#: cmdline/apt-get.cc:2273
#, c-format
@@ -1357,14 +1356,11 @@ msgstr "pakker, der blev installeret. Det kan give gentagne fejl"
#: dselect/install:102
msgid "or errors caused by missing dependencies. This is OK, only the errors"
-msgstr ""
-"eller fejl, der skyldes manglende afhngigheder. Dette er o.k. Det er kun"
+msgstr "eller fejl, der skyldes manglende afhngigheder. Dette er o.k. Det er kun"
#: dselect/install:103
-msgid ""
-"above this message are important. Please fix them and run [I]nstall again"
-msgstr ""
-"fejlene over denne besked, der er vigtige. Ret dem og kr [I]nstallr igen"
+msgid "above this message are important. Please fix them and run [I]nstall again"
+msgstr "fejlene over denne besked, der er vigtige. Ret dem og kr [I]nstallr igen"
#: dselect/update:30
msgid "Merging available information"
@@ -1621,8 +1617,7 @@ msgstr "Dette er ikke et gyldigt DEB-arkiv, mangler '%s'-elementet"
#: apt-inst/deb/debfile.cc:52
#, c-format
msgid "This is not a valid DEB archive, it has no '%s' or '%s' member"
-msgstr ""
-"Dette er ikke et gyldigt DEB-arkiv, det har intet'%s- eller %s-elementet"
+msgstr "Dette er ikke et gyldigt DEB-arkiv, det har intet'%s- eller %s-elementet"
#: apt-inst/deb/debfile.cc:112
#, c-format
@@ -1893,10 +1888,8 @@ msgid "E: Argument list from Acquire::gpgv::Options too long. Exiting."
msgstr "F: Argumentlisten fra Acquire::gpgv::Options er for lang. Afslutter."
#: methods/gpgv.cc:191
-msgid ""
-"Internal error: Good signature, but could not determine key fingerprint?!"
-msgstr ""
-"Intern fejl: Gyldig signatur, men kunne ikke afgre ngle-fingeraftryk?!"
+msgid "Internal error: Good signature, but could not determine key fingerprint?!"
+msgstr "Intern fejl: Gyldig signatur, men kunne ikke afgre ngle-fingeraftryk?!"
#: methods/gpgv.cc:196
msgid "At least one invalid signature was encountered."
@@ -1964,8 +1957,7 @@ msgstr "http-serveren sendte et ugyldigt Content-Range-hovede"
#: methods/http.cc:607
msgid "This HTTP server has broken range support"
-msgstr ""
-"Denne http-servere har fejlagtig understttelse af intervaller ('ranges')"
+msgstr "Denne http-servere har fejlagtig understttelse af intervaller ('ranges')"
#: methods/http.cc:631
msgid "Unknown date format"
@@ -2349,7 +2341,7 @@ msgid "Malformed line %u in source list %s (type)"
msgstr "Ugyldig linje %u i kildelisten %s (type)"
#: apt-pkg/sourcelist.cc:244
-#, fuzzy, c-format
+#, c-format
msgid "Type '%s' is not known on line %u in source list %s"
msgstr "Typen '%s' er ukendt p linje %u i kildelisten %s"
@@ -2377,10 +2369,8 @@ msgstr "Indeksfiler af typen '%s' understttes ikke"
#: apt-pkg/algorithms.cc:241
#, c-format
-msgid ""
-"The package %s needs to be reinstalled, but I can't find an archive for it."
-msgstr ""
-"Pakken %s skal geninstalleres, men jeg kan ikke finde noget arkiv med den."
+msgid "The package %s needs to be reinstalled, but I can't find an archive for it."
+msgstr "Pakken %s skal geninstalleres, men jeg kan ikke finde noget arkiv med den."
#: apt-pkg/algorithms.cc:1059
msgid ""
@@ -2392,8 +2382,7 @@ msgstr ""
#: apt-pkg/algorithms.cc:1061
msgid "Unable to correct problems, you have held broken packages."
-msgstr ""
-"Kunne ikke korrigere problemerne, da du har tilbageholdt delagte pakker."
+msgstr "Kunne ikke korrigere problemerne, da du har tilbageholdt delagte pakker."
#: apt-pkg/acquire.cc:62
#, c-format
@@ -2505,8 +2494,7 @@ msgstr "Der skete en fejl under behandlingen af %s (NewVersion2)"
#: apt-pkg/pkgcachegen.cc:207
msgid "Wow, you exceeded the number of package names this APT is capable of."
-msgstr ""
-"Hold da op! Du nede over det antal pakkenavne, denne APT kan hndtere."
+msgstr "Hold da op! Du nede over det antal pakkenavne, denne APT kan hndtere."
#: apt-pkg/pkgcachegen.cc:210
msgid "Wow, you exceeded the number of versions this APT is capable of."
@@ -2514,8 +2502,7 @@ msgstr "Hold da op! Du nede over det antal versioner, denne APT kan hndtere."
#: apt-pkg/pkgcachegen.cc:213
msgid "Wow, you exceeded the number of dependencies this APT is capable of."
-msgstr ""
-"Hold da op! Du nede over det antal afhngigheder, denne APT kan hndtere."
+msgstr "Hold da op! Du nede over det antal afhngigheder, denne APT kan hndtere."
#: apt-pkg/pkgcachegen.cc:241
#, c-format
@@ -2574,8 +2561,7 @@ msgstr ""
#: apt-pkg/acquire-item.cc:814
#, c-format
-msgid ""
-"The package index files are corrupted. No Filename: field for package %s."
+msgid "The package index files are corrupted. No Filename: field for package %s."
msgstr "Pakkeindeksfilerne er i stykker. Intet 'Filename:'-felt for pakken %s."
#: apt-pkg/acquire-item.cc:901
@@ -2981,3 +2967,4 @@ msgstr "Forbindelsen lukkedes for hurtigt"
#~ msgid "Errors apply to file '%s'"
#~ msgstr "Fejlene vedrrer filen '%s'"
+
diff --git a/po/el.po b/po/el.po
index 1d21a3cae..d0a0f7256 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1,3 +1,4 @@
+# translation of apt_po_el_new.po to Greek
# translation of apt_po_el.po to
# translation of apt_po_el.po to Greek
# translation of apt_po_el.po to
@@ -7,7 +8,7 @@
# Greek Translation of APT.
# This file is put in the public domain.
# Fanis Dokianakis <madf@hellug.gr>, 2003.
-# Konstantinos Margaritis <markos@debian.org>, 2003, 2004.
+# Konstantinos Margaritis <markos@debian.org>, 2003, 2004, 2006.
# George Papamichelakis <george@step.gr>, 2004.
# George Papamichalakis <george@step.gr>, 2004.
# Greek Translation Team <debian-l10n-greek@lists.debian.org>, 2005.
@@ -15,11 +16,11 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: apt_po_el\n"
+"Project-Id-Version: apt_po_el_new\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-01-04 18:51+0100\n"
-"PO-Revision-Date: 2005-12-22 23:06+0200\n"
-"Last-Translator: quad-nrg.net <galaxico@quad-nrg.net>\n"
+"PO-Revision-Date: 2006-01-18 15:16+0200\n"
+"Last-Translator: Konstantinos Margaritis <markos@debian.org>\n"
"Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -115,8 +116,7 @@ msgstr "Αρχεία Πακέτου:"
#: cmdline/apt-cache.cc:1469 cmdline/apt-cache.cc:1555
msgid "Cache is out of sync, can't x-ref a package file"
-msgstr ""
-"Η cache δεν είναι ενημερωμένη, αδυναμία παραπομπής σε ένα αρχείο πακέτου"
+msgstr "Η cache δεν είναι ενημερωμένη, αδυναμία παραπομπής σε ένα αρχείο πακέτου"
#: cmdline/apt-cache.cc:1470
#, c-format
@@ -244,8 +244,7 @@ msgstr ""
#: cmdline/apt-cdrom.cc:78
msgid "Please provide a name for this Disc, such as 'Debian 2.1r1 Disk 1'"
-msgstr ""
-"Παρακαλώ δώστε ένα όνομα για τον δίσκο αυτό, όπως 'Debian 2.1r1 Disk 1'"
+msgstr "Παρακαλώ δώστε ένα όνομα για τον δίσκο αυτό, όπως 'Debian 2.1r1 Disk 1'"
#: cmdline/apt-cdrom.cc:93
msgid "Please insert a Disc in the drive and press enter"
@@ -808,8 +807,7 @@ msgstr "Εσωτερικό σφάλμα, έγινε κλήση του Install Pa
#: cmdline/apt-get.cc:764
msgid "Packages need to be removed but remove is disabled."
-msgstr ""
-"Μερικά πακέτα πρέπει να αφαιρεθούν αλλά η Αφαίρεση είναι απενεργοποιημένη."
+msgstr "Μερικά πακέτα πρέπει να αφαιρεθούν αλλά η Αφαίρεση είναι απενεργοποιημένη."
#: cmdline/apt-get.cc:775
msgid "Internal error, Ordering didn't finish"
@@ -910,8 +908,7 @@ msgstr ""
#: cmdline/apt-get.cc:990
msgid "--fix-missing and media swapping is not currently supported"
-msgstr ""
-"ο συνδυασμός --fix-missing με εναλλαγή μέσων δεν υποστηρίζεται για την ώρα"
+msgstr "ο συνδυασμός --fix-missing με εναλλαγή μέσων δεν υποστηρίζεται για την ώρα"
#: cmdline/apt-get.cc:995
msgid "Unable to correct missing packages."
@@ -929,8 +926,7 @@ msgstr "Σημείωση, επιλέχθηκε το %s αντί του%s\n"
#: cmdline/apt-get.cc:1040
#, c-format
msgid "Skipping %s, it is already installed and upgrade is not set.\n"
-msgstr ""
-"Παράκαμψη του %s, είναι εγκατεστημένο και η αναβάθμιση δεν έχει οριστεί.\n"
+msgstr "Παράκαμψη του %s, είναι εγκατεστημένο και η αναβάθμιση δεν έχει οριστεί.\n"
#: cmdline/apt-get.cc:1058
#, c-format
@@ -1112,9 +1108,9 @@ msgid "Unable to find a source package for %s"
msgstr "Αδυναμία εντοπισμού του κώδικά του πακέτου %s"
#: cmdline/apt-get.cc:1959
-#, fuzzy, c-format
+#, c-format
msgid "Skiping already downloaded file '%s'\n"
-msgstr "Παράκαμψη της αποσυμπίεσης ήδη μεταφορτωμένου κώδικα στο %s\n"
+msgstr "Παράκαμψη του ήδη μεταφορτωμένου αρχείου `%s`\n"
#: cmdline/apt-get.cc:1983
#, c-format
@@ -1166,8 +1162,7 @@ msgstr "Η απογονική διεργασία απέτυχε"
#: cmdline/apt-get.cc:2121
msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Θα πρέπει να καθορίσετε τουλάχιστον ένα πακέτο για έλεγχο των εξαρτήσεων του"
+msgstr "Θα πρέπει να καθορίσετε τουλάχιστον ένα πακέτο για έλεγχο των εξαρτήσεων του"
#: cmdline/apt-get.cc:2149
#, c-format
@@ -1184,8 +1179,7 @@ msgstr "το %s δεν έχει εξαρτήσεις χτισίματος.\n"
msgid ""
"%s dependency for %s cannot be satisfied because the package %s cannot be "
"found"
-msgstr ""
-"%s εξαρτήσεις για το %s δεν ικανοποιούνται επειδή το πακέτο %s δεν βρέθηκε"
+msgstr "%s εξαρτήσεις για το %s δεν ικανοποιούνται επειδή το πακέτο %s δεν βρέθηκε"
#: cmdline/apt-get.cc:2273
#, c-format
@@ -1391,8 +1385,7 @@ msgstr ""
"μόνο τα λάθη"
#: dselect/install:103
-msgid ""
-"above this message are important. Please fix them and run [I]nstall again"
+msgid "above this message are important. Please fix them and run [I]nstall again"
msgstr ""
"πριν από το μήνυμα αυτό έχει σημασία. Παρακαλώ διορθώστε τα και τρέξτε [I]"
"nstall ξανά"
@@ -1923,8 +1916,7 @@ msgid "E: Argument list from Acquire::gpgv::Options too long. Exiting."
msgstr "Ε: Λίστα Ορισμάτων από Acquire::gpgv::Options πολύ μεγάλη. Έξοδος."
#: methods/gpgv.cc:191
-msgid ""
-"Internal error: Good signature, but could not determine key fingerprint?!"
+msgid "Internal error: Good signature, but could not determine key fingerprint?!"
msgstr ""
"Εσωτερικό σφάλμα: Η υπογραφή είναι καλή, αλλά αδυναμία προσδιορισμού του "
"αποτυπώματος?!"
@@ -2023,8 +2015,7 @@ msgstr "Σφάλμα στην εγγραφή στο αρχείο"
#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
-msgstr ""
-"Σφάλμα στην ανάγνωση από το διακομιστή, το άλλο άκρο έκλεισε τη σύνδεση"
+msgstr "Σφάλμα στην ανάγνωση από το διακομιστή, το άλλο άκρο έκλεισε τη σύνδεση"
#: methods/http.cc:881
msgid "Error reading from server"
@@ -2089,8 +2080,7 @@ msgstr "Συντακτικό σφάλμα %s:%u: Άχρηστοι χαρακτή
#: apt-pkg/contrib/configuration.cc:684
#, c-format
msgid "Syntax error %s:%u: Directives can only be done at the top level"
-msgstr ""
-"Συντακτικό σφάλμα %s:%u: Οι οδηγίες βρίσκονται μόνο στο ανώτατο επίπεδο"
+msgstr "Συντακτικό σφάλμα %s:%u: Οι οδηγίες βρίσκονται μόνο στο ανώτατο επίπεδο"
#: apt-pkg/contrib/configuration.cc:691
#, c-format
@@ -2146,8 +2136,7 @@ msgstr "Η επιλογή %s απαιτεί ένα όρισμα."
#: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
#, c-format
msgid "Option %s: Configuration item specification must have an =<val>."
-msgstr ""
-"Επιλογή %s: Οι προδιαγραφές του αντικειμένου ρυθμίσεων απαιτούν =<val>."
+msgstr "Επιλογή %s: Οι προδιαγραφές του αντικειμένου ρυθμίσεων απαιτούν =<val>."
#: apt-pkg/contrib/cmndline.cc:237
#, c-format
@@ -2186,8 +2175,7 @@ msgstr "Αδύνατη η εύρεση της κατάστασης του cdrom"
#: apt-pkg/contrib/fileutl.cc:82
#, c-format
msgid "Not using locking for read only lock file %s"
-msgstr ""
-"Δε θα χρησιμοποιηθεί κλείδωμα για το ανάγνωσης μόνο αρχείο κλειδώματος %s"
+msgstr "Δε θα χρησιμοποιηθεί κλείδωμα για το ανάγνωσης μόνο αρχείο κλειδώματος %s"
#: apt-pkg/contrib/fileutl.cc:87
#, c-format
@@ -2413,8 +2401,7 @@ msgstr "Ο τύπος αρχείου ευρετηρίου '%s' δεν υποστ
#: apt-pkg/algorithms.cc:241
#, c-format
-msgid ""
-"The package %s needs to be reinstalled, but I can't find an archive for it."
+msgid "The package %s needs to be reinstalled, but I can't find an archive for it."
msgstr ""
"Το πακέτο '%s' χρειάζεται να επανεγκατασταθεί, αλλά είναι αδύνατη η εύρεση "
"κάποιας κατάλληλης αρχείοθήκης."
@@ -2483,13 +2470,11 @@ msgstr "Πρέπει να τοποθετήσετε μερικά URI 'πηγών'
#: apt-pkg/cachefile.cc:73
msgid "The package lists or status file could not be parsed or opened."
-msgstr ""
-"Αδύνατο το άνοιγμα ή η ανάλυση των λιστών πακέτων ή του αρχείου κατάστασης."
+msgstr "Αδύνατο το άνοιγμα ή η ανάλυση των λιστών πακέτων ή του αρχείου κατάστασης."
#: apt-pkg/cachefile.cc:77
msgid "You may want to run apt-get update to correct these problems"
-msgstr ""
-"Ίσως να πρέπει να τρέξετε apt-get update για να διορθώσετε αυτά τα προβλήματα"
+msgstr "Ίσως να πρέπει να τρέξετε apt-get update για να διορθώσετε αυτά τα προβλήματα"
#: apt-pkg/policy.cc:269
msgid "Invalid record in the preferences file, no Package header"
@@ -2502,8 +2487,7 @@ msgstr "Αδύνατη η κατανόηση του τύπου καθήλωση
#: apt-pkg/policy.cc:299
msgid "No priority (or zero) specified for pin"
-msgstr ""
-"Δεν έχει οριστεί προτεραιότητα (ή έχει οριστεί μηδενική) για την καθήλωση"
+msgstr "Δεν έχει οριστεί προτεραιότητα (ή έχει οριστεί μηδενική) για την καθήλωση"
#: apt-pkg/pkgcachegen.cc:74
msgid "Cache has an incompatible versioning system"
@@ -2556,8 +2540,7 @@ msgstr "Εκπληκτικό, υπερβήκατε τον αριθμό των ε
#: apt-pkg/pkgcachegen.cc:213
msgid "Wow, you exceeded the number of dependencies this APT is capable of."
-msgstr ""
-"Εκπληκτικό, υπερβήκατε τον αριθμό των εξαρτήσεων που υποστηρίζει το APT."
+msgstr "Εκπληκτικό, υπερβήκατε τον αριθμό των εξαρτήσεων που υποστηρίζει το APT."
#: apt-pkg/pkgcachegen.cc:241
#, c-format
@@ -2616,8 +2599,7 @@ msgstr ""
#: apt-pkg/acquire-item.cc:814
#, c-format
-msgid ""
-"The package index files are corrupted. No Filename: field for package %s."
+msgid "The package index files are corrupted. No Filename: field for package %s."
msgstr ""
"Κατεστραμμένα αρχεία ευρετηρίου πακέτων. Δεν υπάρχει πεδίο Filename: στο "
"πακέτο %s."
@@ -2778,3 +2760,4 @@ msgstr "Αφαίρεσα με ρύθμιση το %s"
#: methods/rsh.cc:330
msgid "Connection closed prematurely"
msgstr "Η σύνδεση έκλεισε πρόωρα"
+
diff --git a/po/en_GB.po b/po/en_GB.po
index c681c89f4..1ea3e8171 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -679,7 +679,7 @@ msgstr "The following packages will be REMOVED"
#: cmdline/apt-get.cc:423
msgid "The following packages have been kept back:"
-msgstr "The following packages have been kept back"
+msgstr "The following packages have been kept back:"
#: cmdline/apt-get.cc:444
msgid "The following packages will be upgraded:"
@@ -855,7 +855,7 @@ msgstr ""
#: cmdline/apt-get.cc:874 cmdline/apt-get.cc:893
msgid "Abort."
-msgstr "Abort"
+msgstr "Abort."
#: cmdline/apt-get.cc:889
msgid "Do you want to continue [Y/n]? "
diff --git a/po/es.po b/po/es.po
index d670e2ee3..d9134455f 100644
--- a/po/es.po
+++ b/po/es.po
@@ -6,10 +6,10 @@
# Rubn Porras Campo <nahoo@inicia.es> 2004
msgid ""
msgstr ""
-"Project-Id-Version: apt 0.5.24\n"
+"Project-Id-Version: apt 0.6.42.3exp1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-01-04 18:51+0100\n"
-"PO-Revision-Date: 2005-02-08 20:36+0100\n"
+"PO-Revision-Date: 2005-11-16 17:37+0100\n"
"Last-Translator: Rubn Porras Campo <nahoo@inicia.es>\n"
"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
"MIME-Version: 1.0\n"
@@ -342,7 +342,6 @@ msgid "Error processing contents %s"
msgstr "Error procesando contenidos %s"
#: ftparchive/apt-ftparchive.cc:556
-#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -384,12 +383,12 @@ msgid ""
" -o=? Set an arbitrary configuration option"
msgstr ""
"Uso: apt-ftparchive [opciones] orden\n"
-"Comandos: packages trayectoria-binaria [archivo-sobrepaso\n"
-" [prefijo-trayectoria]]\n"
-" sources trayectoria-fuente [archivo-sobrepaso \n"
-" [prefijo-trayectoria]]\n"
-" contents trayectoria\n"
-" release trayectoria\n"
+"Comandos: packages ruta-binaria [archivo-predominio\n"
+" [prefijo-ruta]]\n"
+" sources ruta-fuente [archivo-predominio \n"
+" [prefijo-ruta]]\n"
+" contents ruta\n"
+" release ruta\n"
" generate config [grupos]\n"
" clean config\n"
"\n"
@@ -399,7 +398,7 @@ msgstr ""
"\n"
"apt-ftparchive genera ficheros Package de un rbol de .debs. El fichero\n"
"Package contiene los contenidos de todos los campos de control de cada\n"
-"paquete al igual que la suma MD5 y el tamao del archivo. Se soporta\n"
+"paquete al igual que la suma MD5 y el tamao del archivo. Se puede usar\n"
"un archivo de predominio para forzar el valor de Priority y\n"
"Section.\n"
"\n"
@@ -407,7 +406,7 @@ msgstr ""
".dscs. Se puede utilizar la opcin --source-override para especificar un\n"
"fichero de predominio de fuente.\n"
"\n"
-"Las rdenes 'packages' y 'sources' deben ejecutarse en la raz del\n"
+"Las rdenes packages y sources deben ejecutarse en la raz del\n"
"rbol. BinaryPath debe apuntar a la base de la bsqueda\n"
"recursiva, y el archivo de predominio debe de contener banderas de\n"
"predominio. Se aade Pathprefix a los campos de nombre de fichero\n"
@@ -423,7 +422,7 @@ msgstr ""
" -q Silencioso\n"
" -d=? Selecciona la base de datos de cach opcional \n"
" --no-delink Habilita modo de depuracin delink\n"
-" --contents Generacin del contenido del archivo 'Control'\n"
+" --contents Generacin del contenido del archivo Control\n"
" -c=? Lee este archivo de configuracin\n"
" -o=? Establece una opcin de configuracin arbitraria"
@@ -713,13 +712,12 @@ msgid "%s (due to %s) "
msgstr "%s (por %s) "
#: cmdline/apt-get.cc:546
-#, fuzzy
msgid ""
"WARNING: The following essential packages will be removed.\n"
"This should NOT be done unless you know exactly what you are doing!"
msgstr ""
-"AVISO: Se van a eliminar los siguientes paquetes esenciales\n"
-"Esto NO debe hacerse a menos que sepa exactamente lo que est haciendo!"
+"AVISO: Se van a eliminar los siguientes paquetes esenciales.\n"
+"NO debe hacerse a menos que sepa exactamente lo que est haciendo!"
#: cmdline/apt-get.cc:577
#, c-format
@@ -780,7 +778,7 @@ msgstr "AVISO: No se han podido autenticar los siguientes paquetes!"
#: cmdline/apt-get.cc:693
msgid "Authentication warning overridden.\n"
-msgstr ""
+msgstr "Aviso de autenticacin ignorado.\n"
#: cmdline/apt-get.cc:700
msgid "Install these packages without verification [y/N]? "
@@ -861,14 +859,14 @@ msgid "Yes, do as I say!"
msgstr "S, haga lo que le digo!"
#: cmdline/apt-get.cc:868
-#, fuzzy, c-format
+#, c-format
msgid ""
"You are about to do something potentially harmful.\n"
"To continue type in the phrase '%s'\n"
" ?] "
msgstr ""
"Est a punto de hacer algo potencialmente daino\n"
-"Para continuar escriba la frase '%s'\n"
+"Para continuar escriba la frase %s\n"
" ?] "
#: cmdline/apt-get.cc:874 cmdline/apt-get.cc:893
@@ -1138,7 +1136,7 @@ msgstr "Fall la orden de desempaquetamiento '%s'.\n"
#: cmdline/apt-get.cc:2069
#, c-format
msgid "Check if the 'dpkg-dev' package is installed.\n"
-msgstr ""
+msgstr "Compruebe que el paquete dpkg-dev est instalado.\n"
#: cmdline/apt-get.cc:2086
#, c-format
@@ -1465,9 +1463,9 @@ msgid "Duplicate conf file %s/%s"
msgstr "Archivo de configuracin duplicado %s/%s"
#: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
-#, fuzzy, c-format
+#, c-format
msgid "Failed to write file %s"
-msgstr "Fall el cierre del archivo %s"
+msgstr "Fall la escritura del archivo %s"
#: apt-inst/dirstream.cc:96 apt-inst/dirstream.cc:104
#, c-format
@@ -1686,9 +1684,8 @@ msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
msgstr "No pude desmontar el CD-ROM de %s, tal vez todava este en uso."
#: methods/cdrom.cc:169
-#, fuzzy
msgid "Disk not found."
-msgstr "Fichero no encontrado"
+msgstr "Disco no encontrado."
#: methods/cdrom.cc:177 methods/file.cc:79 methods/rsh.cc:264
msgid "File not found"
@@ -1914,40 +1911,42 @@ msgstr "No pude conectarme a %s %s:"
#: methods/gpgv.cc:92
msgid "E: Argument list from Acquire::gpgv::Options too long. Exiting."
msgstr ""
+"E: Lista de argumentos de Acquire::gpgv::Options demasiado larga. Terminando."
#: methods/gpgv.cc:191
msgid ""
"Internal error: Good signature, but could not determine key fingerprint?!"
msgstr ""
+"Error interno: Firma correcta, pero no se pudo determinar su huella digital?!"
#: methods/gpgv.cc:196
msgid "At least one invalid signature was encountered."
-msgstr ""
+msgstr "Se encontr al menos una firma invlida."
#. FIXME String concatenation considered harmful.
#: methods/gpgv.cc:201
-#, fuzzy
msgid "Could not execute "
-msgstr "No se pudo bloquear %s"
+msgstr "No se pudo ejecutar "
#: methods/gpgv.cc:202
msgid " to verify signature (is gnupg installed?)"
-msgstr ""
+msgstr " para verificar la firma (est instalado gnupg?)"
#: methods/gpgv.cc:206
msgid "Unknown error executing gpgv"
-msgstr ""
+msgstr "Error desconocido ejecutando gpgv"
#: methods/gpgv.cc:237
-#, fuzzy
msgid "The following signatures were invalid:\n"
-msgstr "Se instalarn los siguientes paquetes extras:"
+msgstr "Las siguientes firms fueron invlidas:\n"
#: methods/gpgv.cc:244
msgid ""
"The following signatures couldn't be verified because the public key is not "
"available:\n"
msgstr ""
+"Las firmas siguientes no se pudieron verificar porque su llave pblica no "
+"est disponible:\n"
#: methods/gzip.cc:57
#, c-format
@@ -2374,7 +2373,7 @@ msgid "Malformed line %u in source list %s (type)"
msgstr "Lnea %u mal formada en lista de fuentes %s (tipo)"
#: apt-pkg/sourcelist.cc:244
-#, fuzzy, c-format
+#, c-format
msgid "Type '%s' is not known on line %u in source list %s"
msgstr "Tipo '%s' desconocido en la lnea %u de lista de fuentes %s"
@@ -2435,7 +2434,7 @@ msgstr "Falta el directorio de archivos %spartial."
#: apt-pkg/acquire.cc:821
#, c-format
msgid "Downloading file %li of %li (%s remaining)"
-msgstr ""
+msgstr "Descargando fichero %li de %li (falta %s)"
#: apt-pkg/acquire-worker.cc:113
#, c-format
@@ -2448,12 +2447,9 @@ msgid "Method %s did not start correctly"
msgstr "El mtodo %s no se inici correctamente"
#: apt-pkg/acquire-worker.cc:377
-#, fuzzy, c-format
+#, c-format
msgid "Please insert the disc labeled: '%s' in the drive '%s' and press enter."
-msgstr ""
-"Cambio de medio: Por favor inserte el disco etiquetado\n"
-" '%s'\n"
-"en la unidad '%s' y presione Intro\n"
+msgstr "Por favor, inserte el disco %s en la unidad %s y presione Intro"
#: apt-pkg/init.cc:120
#, c-format
@@ -2722,54 +2718,54 @@ msgstr ""
"%i registros escritos con %i fichero de menos y %i ficheros mal emparejados\n"
#: apt-pkg/deb/dpkgpm.cc:358
-#, fuzzy, c-format
+#, c-format
msgid "Preparing %s"
-msgstr "Hay problemas abriendo %s"
+msgstr "Preparando %s"
#: apt-pkg/deb/dpkgpm.cc:359
-#, fuzzy, c-format
+#, c-format
msgid "Unpacking %s"
-msgstr "Abriendo %s"
+msgstr "Desempaquetando %s"
#: apt-pkg/deb/dpkgpm.cc:364
-#, fuzzy, c-format
+#, c-format
msgid "Preparing to configure %s"
-msgstr "Abriendo fichero de configuracin %s"
+msgstr "Preparndose para configurar %s"
#: apt-pkg/deb/dpkgpm.cc:365
-#, fuzzy, c-format
+#, c-format
msgid "Configuring %s"
-msgstr "Conectando a %s"
+msgstr "Configurando %s"
#: apt-pkg/deb/dpkgpm.cc:366
-#, fuzzy, c-format
+#, c-format
msgid "Installed %s"
-msgstr " Instalados: "
+msgstr "%s instalado"
#: apt-pkg/deb/dpkgpm.cc:371
#, c-format
msgid "Preparing for removal of %s"
-msgstr ""
+msgstr "Preparndose para eliminar %s"
#: apt-pkg/deb/dpkgpm.cc:372
-#, fuzzy, c-format
+#, c-format
msgid "Removing %s"
-msgstr "Abriendo %s"
+msgstr "Eliminando %s"
#: apt-pkg/deb/dpkgpm.cc:373
-#, fuzzy, c-format
+#, c-format
msgid "Removed %s"
-msgstr "Recomienda"
+msgstr "%s eliminado"
#: apt-pkg/deb/dpkgpm.cc:378
#, c-format
msgid "Preparing for remove with config %s"
-msgstr ""
+msgstr "Preparndose para eliminar con su configuracin %s"
#: apt-pkg/deb/dpkgpm.cc:379
#, c-format
msgid "Removed with config %s"
-msgstr ""
+msgstr "Eliminado con su configuracin %s"
#: methods/rsh.cc:330
msgid "Connection closed prematurely"
diff --git a/po/gl.po b/po/gl.po
index 55b9f7d4b..2a5c2eaeb 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-01-04 18:51+0100\n"
-"PO-Revision-Date: 2005-11-09 01:49+0100\n"
+"PO-Revision-Date: 2006-01-12 12:38+0100\n"
"Last-Translator: Jacobo Tarrío <jtarrio@debian.org>\n"
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
"MIME-Version: 1.0\n"
@@ -1090,9 +1090,9 @@ msgid "Unable to find a source package for %s"
msgstr "Non se puido atopar un paquete fonte para %s"
#: cmdline/apt-get.cc:1959
-#, fuzzy, c-format
+#, c-format
msgid "Skiping already downloaded file '%s'\n"
-msgstr "Omítese o desempaquetamento do código fonte xa desempaquetado en %s\n"
+msgstr "Omítese o ficheiro xa descargado \"%s\"\n"
#: cmdline/apt-get.cc:1983
#, c-format
diff --git a/po/it.po b/po/it.po
index e7aa6ec0a..6da2a4438 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: apt 0.5.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-01-04 18:51+0100\n"
-"PO-Revision-Date: 2006-01-01 18:02+0100\n"
+"PO-Revision-Date: 2006-01-10 18:21+0100\n"
"Last-Translator: Samuele Giovanni Tonon <samu@debian.org>\n"
"Language-Team: Italian <it@li.org>\n"
"MIME-Version: 1.0\n"
@@ -84,11 +84,11 @@ msgstr "Totale spazio occupato: "
#: cmdline/apt-cache.cc:446 cmdline/apt-cache.cc:1189
#, c-format
msgid "Package file %s is out of sync."
-msgstr "Il file dei pacchetti %s desincronizzato."
+msgstr "Il file dei pacchetti %s non sincronizzato."
#: cmdline/apt-cache.cc:1231
msgid "You must give exactly one pattern"
-msgstr "Bisogna dare solamente un pattern"
+msgstr "Bisogna specificare un singolo pattern"
#: cmdline/apt-cache.cc:1385
msgid "No packages found"
@@ -101,7 +101,7 @@ msgstr "File dei pacchetti:"
#: cmdline/apt-cache.cc:1469 cmdline/apt-cache.cc:1555
msgid "Cache is out of sync, can't x-ref a package file"
msgstr ""
-"La cache desincronizzata, impossibile referenziare un file di pacchetti"
+"La cache non sincronizzata, impossibile referenziare un file di pacchetti"
#: cmdline/apt-cache.cc:1470
#, c-format
@@ -385,7 +385,7 @@ msgstr ""
" clean config\n"
"\n"
"apt-ftparchive genera file di indice per gli archivi Debian. Supporta\n"
-"molti stili di generazione da completamente automatici a alternative "
+"molti stili di generazione da completamente automatici a alternative\n"
"funzionali per dpkg-scanpackages e dpkg-scansources\n"
"\n"
"apt-ftparchive genera file Packages da un albero di .deb. Il\n"
@@ -394,12 +394,12 @@ msgstr ""
" supportato per forzare il valore di Priorit e Sezione.\n"
"\n"
"Similarmente apt-ftparchive genera file Sources da un albero di .dscs.\n"
-"L'opzione --source-override pu essere usata per specificare un file di "
-"override per i sorgenti\n"
+"L'opzione --source-override pu essere usata per specificare un file\n"
+"di override per i sorgenti\n"
"\n"
-"I comandi 'packages' e 'sources' devono essere seguiti nella root \n"
+"I comandi 'packages' e 'sources' devono essere eseguiti nella root \n"
"dell'albero. BinaryPath deve puntare alla base della ricerca \n"
-"ricorsiva e il file override devecontenere le opzioni di override. "
+"ricorsiva e il file override deve contenere le opzioni di override.\n"
"Pathprefix \n"
" aggiunto al campo filename se presente. Esempio di utilizzo \n"
"dall'archivio debian:\n"
@@ -448,7 +448,7 @@ msgstr "La data del file cambiata %s"
#: ftparchive/cachedb.cc:155
msgid "Archive has no control record"
-msgstr "L'Archivio non ha un campo control"
+msgstr "L'archivio non ha un campo control"
#: ftparchive/cachedb.cc:267
msgid "Unable to get a cursor"
@@ -593,12 +593,12 @@ msgstr "Impossibile eseguire fork"
#: ftparchive/multicompress.cc:215
msgid "Compress child"
-msgstr "Figlio compresso"
+msgstr "Sottoprocesso compresso"
#: ftparchive/multicompress.cc:238
#, c-format
msgid "Internal error, failed to create %s"
-msgstr "Errore interno, Impossibile creare %s"
+msgstr "Errore interno, impossibile creare %s"
#: ftparchive/multicompress.cc:289
msgid "Failed to create subprocess IPC"
@@ -942,10 +942,9 @@ msgid ""
"This may mean that the package is missing, has been obsoleted, or\n"
"is only available from another source\n"
msgstr ""
-"Il pacchetto %s non ha versioni disponibili, ma ma nominato da un "
-"altropacchetto.\n"
-" Questo significa che il pacchetto manca, diventato obsoletoo "
-"disponibile solo all'interno di un'altra sorgente\n"
+"Il pacchetto %s non ha versioni disponibili, ma nominato da un altro\n"
+"pacchetto. Questo significa che il pacchetto manca, diventato obsoleto\n"
+"o disponibile solo all'interno di un'altra sorgente\n"
#: cmdline/apt-get.cc:1110
msgid "However the following packages replace it:"
@@ -959,7 +958,7 @@ msgstr "Il pacchetto %s non ha candidati da installare"
#: cmdline/apt-get.cc:1133
#, c-format
msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
-msgstr "La reinstallazione di %s non possibile, non pu esssere scaricato.\n"
+msgstr "La reinstallazione di %s non possibile, non pu essere scaricato.\n"
#: cmdline/apt-get.cc:1141
#, c-format
@@ -1042,7 +1041,7 @@ msgid ""
"the package is simply not installable and a bug report against\n"
"that package should be filed."
msgstr ""
-"Poich stata richiesta solo una singola operazione molto facile che\n"
+"Poich stata richiesta solo una singola operazione molto facile che\n"
"il pacchetto semplicemente non sia installabile, si consiglia\n"
"di inviare un \"bug report\" per tale pacchetto."
@@ -1084,7 +1083,7 @@ msgstr "Errore interno, problem resolver ha rotto qualcosa"
#: cmdline/apt-get.cc:1885
msgid "Must specify at least one package to fetch source for"
-msgstr "Bisogna specificare almeno un pacchetto cui scaricare il sorgente"
+msgstr "Bisogna specificare almeno un pacchetto di cui scaricare il sorgente"
#: cmdline/apt-get.cc:1915 cmdline/apt-get.cc:2144
#, c-format
@@ -1092,9 +1091,9 @@ msgid "Unable to find a source package for %s"
msgstr "Impossibile trovare un pacchetto sorgente per %s"
#: cmdline/apt-get.cc:1959
-#, fuzzy, c-format
+#, c-format
msgid "Skiping already downloaded file '%s'\n"
-msgstr "Si saltata l'estrazione del sorgente gi estratto in %s\n"
+msgstr "Si saltato il file gi scaricato '%s'\n"
#: cmdline/apt-get.cc:1983
#, c-format
@@ -2771,259 +2770,3 @@ msgstr "Rimosso con la configurazione %s"
#: methods/rsh.cc:330
msgid "Connection closed prematurely"
msgstr "Connessione chiusa prematuramente"
-
-#~ msgid "Write Error"
-#~ msgstr "Errore di Scrittura"
-
-#~ msgid "Unknown vendor ID '%s' in line %u of source list %s"
-#~ msgstr "ID vendor '%s', alla linea %u della lista sorgente %s, sconosciuto"
-
-#~ msgid "File Not Found"
-#~ msgstr "File Non Trovato"
-
-#~ msgid ""
-#~ "Some broken packages were found while trying to process build-"
-#~ "dependencies.\n"
-#~ "You might want to run `apt-get -f install' to correct these."
-#~ msgstr ""
-#~ "Sono stati trovati dei pacchetti con errori mentre si cercava di "
-#~ "cotruire\n"
-#~ "le dipendenze. Si consiglia di eseguire `apt-get -f install` per "
-#~ "correggerli."
-
-#~ msgid "<- '"
-#~ msgstr "<- '"
-
-#~ msgid "'"
-#~ msgstr "'"
-
-#~ msgid "-> '"
-#~ msgstr "-> '"
-
-#~ msgid "Followed conf file from "
-#~ msgstr "Si Ú seguito il file di configurazione da "
-
-#~ msgid " to "
-#~ msgstr " a "
-
-#~ msgid "Extract "
-#~ msgstr "Estratto "
-
-#~ msgid "Aborted, backing out"
-#~ msgstr "Abortito, ripristino in corso"
-
-#~ msgid "De-replaced "
-#~ msgstr "Non sostituito"
-
-#~ msgid " from "
-#~ msgstr " da "
-
-#~ msgid "Backing out "
-#~ msgstr "Ripristino in corso "
-
-#~ msgid " [new node]"
-#~ msgstr " [nuovo nodo]"
-
-#~ msgid "Replaced file "
-#~ msgstr "File sostituito "
-
-#~ msgid "Internal Error, Unable to parse a package record"
-#~ msgstr "Errore interno, Impossibile analizzare un campo del pacchetto"
-
-#~ msgid "Unimplemented"
-#~ msgstr "Non Implementato"
-
-#~ msgid "You must give at least one file name"
-#~ msgstr "Bisogna dare almeno un nome di un file"
-
-#~ msgid "Generating cache"
-#~ msgstr "Generazione cache in corso"
-
-#~ msgid "Problem with SelectFile"
-#~ msgstr "Problemi con SelectFile"
-
-#~ msgid "Problem with MergeList"
-#~ msgstr "Problemi con MergeList"
-
-#~ msgid "Regex compilation error"
-#~ msgstr "Errore nella compilazione della regex"
-
-#~ msgid "Write to stdout failed"
-#~ msgstr "Scrittura su stdout fallita"
-
-#~ msgid "Generate must be enabled for this function"
-#~ msgstr "Generate deve essere abilitata per questa funzione"
-
-#~ msgid "Failed to stat %s%s"
-#~ msgstr "Impossibile analizzare %s%s"
-
-#~ msgid "Failed to open %s.new"
-#~ msgstr "Impossibile aprire %s.new"
-
-#~ msgid "Failed to rename %s.new to %s"
-#~ msgstr "Impossibile rinominare %s.new in %s"
-
-#~ msgid "I found (binary):"
-#~ msgstr "Trovati (binary):"
-
-#~ msgid "I found (source):"
-#~ msgstr "Trovati (source):"
-
-#~ msgid "Found "
-#~ msgstr "Trovato "
-
-#~ msgid " source indexes."
-#~ msgstr " sorgenti indicizzati."
-
-#~ msgid ""
-#~ "Unable to locate any package files, perhaps this is not a Debian Disc"
-#~ msgstr ""
-#~ "Impossibile trovare file di pacchetti, forse questo non Ú un disco Debian"
-
-#~ msgid " '"
-#~ msgstr " '"
-
-#~ msgid ""
-#~ "Usage: apt-cdrom [options] command\n"
-#~ "\n"
-#~ "apt-cdrom is a tool to add CDROM's to APT's source list. The\n"
-#~ "CDROM mount point and device information is taken from apt.conf\n"
-#~ "and /etc/fstab.\n"
-#~ "\n"
-#~ "Commands:\n"
-#~ " add - Add a CDROM\n"
-#~ " ident - Report the identity of a CDROM\n"
-#~ "\n"
-#~ "Options:\n"
-#~ " -h This help text\n"
-#~ " -d CD-ROM mount point\n"
-#~ " -r Rename a recognized CD-ROM\n"
-#~ " -m No mounting\n"
-#~ " -f Fast mode, don't check package files\n"
-#~ " -a Thorough scan mode\n"
-#~ " -c=? Read this configuration file\n"
-#~ " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
-#~ "See fstab(5)\n"
-#~ msgstr ""
-#~ "Utilizzo: apt-cdrom [opzioni] comando\n"
-#~ "\n"
-#~ "apt-cdrom Ú un tool per aggiungere CD-ROM alla lista sorgenti di apt. Il\n"
-#~ "mount point del CDROM e l'informazione della periferica sono presi da apt."
-#~ "conf\n"
-#~ "e /etc/fstab.\n"
-#~ "\n"
-#~ "Comandi:\n"
-#~ " add - Aggiunge un CDROM\n"
-#~ " ident - riporta l'identità di un CDROM\n"
-#~ "\n"
-#~ "Opzioni:\n"
-#~ " -h Questo help\n"
-#~ " -d Mount point del CDROM\n"
-#~ " -r Rinomina un CDROM riconosciuto\n"
-#~ " -m Nessun montaggio\n"
-#~ " -f Modalità veloce, non controlla i file dei "
-#~ "pacchetti\n"
-#~ " -a Scansione in modalità accurata\n"
-#~ " -c=? Legge come configurazione il file specificato\n"
-#~ " -o=? Imposta un'opzione di configurazione, es -o dir::cache=/tmp\n"
-#~ "Vedere fstab(5)\n"
-
-#~ msgid "Internal Error, non-zero counts"
-#~ msgstr "Errore interno, contatori non a zero"
-
-#~ msgid "Sorry, you don't have enough free space in %s to hold all the .debs."
-#~ msgstr ""
-#~ "Spiacente, spazio su disco insufficente in %s per tenere tutti i "
-#~ "pacchetti."
-
-#~ msgid "Couldn't wait for subprocess"
-#~ msgstr "Impossibile attendere il sottoprocesso"
-
-#~ msgid "....\"Have you mooed today?\"..."
-#~ msgstr "....\"Hai muggito oggi?\"..."
-
-#~ msgid " New "
-#~ msgstr " Nuovo "
-
-#~ msgid "B "
-#~ msgstr "B "
-
-#~ msgid " files "
-#~ msgstr " file "
-
-#~ msgid " pkgs in "
-#~ msgstr " pacchetti in "
-
-#~ msgid ""
-#~ "Usage: apt-ftparchive [options] command\n"
-#~ "Commands: packges binarypath [overridefile [pathprefix]]\n"
-#~ " sources srcpath [overridefile [pathprefix]]\n"
-#~ " contents path\n"
-#~ " generate config [groups]\n"
-#~ " clean config\n"
-#~ msgstr ""
-#~ "Utilizzo: apt-ftparchive [opzioni] comando\n"
-#~ "Comandi: packges binarypath [overridefile [pathprefix]]\n"
-#~ " sources srcpath [overridefile [pathprefix]]\n"
-#~ " contents path\n"
-#~ " generate config [groups]\n"
-#~ " clean config\n"
-
-#~ msgid ""
-#~ "Options:\n"
-#~ " -h This help text\n"
-#~ " --md5 Control MD5 generation\n"
-#~ " -s=? Source override file\n"
-#~ " -q Quiet\n"
-#~ " -d=? Select the optional caching database\n"
-#~ " --no-delink Enable delinking debug mode\n"
-#~ " --contents Control contents file generation\n"
-#~ " -c=? Read this configuration file\n"
-#~ " -o=? Set an arbitary configuration option\n"
-#~ msgstr ""
-#~ "Opzioni:\n"
-#~ " -h Questo help\n"
-#~ " -md5 Generazione MD5 di controllo\n"
-#~ " -s=? file override per i sorgenti.\n"
-#~ " -q silenzioso\n"
-#~ " -d=? Seleziona il database opzionale per la cache\n"
-#~ " -no-delink Abilita la modalità di debug per il delink\n"
-#~ " -contents Generazione file contents di controllo\n"
-#~ " -c=? Legge come configurazione il file specificato\n"
-#~ " -o=? Imposta un'opzione di configurazione\n"
-
-#~ msgid "Done Packages, Starting contents."
-#~ msgstr "Packages terminato, Inizio i contents."
-
-#~ msgid "Hit contents update byte limit"
-#~ msgstr "Limite di byte per l'aggiornamento dei contents processati"
-
-#~ msgid "Done. "
-#~ msgstr "Fatto. "
-
-#~ msgid "B in "
-#~ msgstr "B in "
-
-#~ msgid " archives. Took "
-#~ msgstr " archivi. Sono occorsi"
-
-#~ msgid "B hit."
-#~ msgstr "B hit."
-
-#~ msgid " not "
-#~ msgstr " non "
-
-#~ msgid "DSC file '%s' is too large!"
-#~ msgstr "il file DSC '%s' Ú troppo largo!"
-
-#~ msgid "Could not find a record in the DSC '%s'"
-#~ msgstr "Impossibile trovare un campo nel DSC '%s'"
-
-#~ msgid "Error parsing file record"
-#~ msgstr "Errore nell'analisi del campo file"
-
-#~ msgid "Failed too stat %s"
-#~ msgstr "Impossibile anche analizzare %s"
-
-#~ msgid "Errors apply to file '%s'"
-#~ msgstr "Gli errori si applicano al file `%s'"