summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/apt.cron.daily46
-rw-r--r--debian/changelog10
-rw-r--r--po/apt-all.pot2
-rw-r--r--po/bs.po16
-rw-r--r--po/ca.po5
-rw-r--r--po/cs.po5
-rw-r--r--po/da.po5
-rw-r--r--po/de.po5
-rw-r--r--po/el.po5
-rw-r--r--po/en_GB.po164
-rw-r--r--po/es.po5
-rw-r--r--po/eu.po5
-rw-r--r--po/fi.po5
-rw-r--r--po/fr.po71
-rw-r--r--po/he.po11
-rw-r--r--po/hu.po5
-rw-r--r--po/it.po51
-rw-r--r--po/ja.po5
-rw-r--r--po/ko.po5
-rw-r--r--po/nb.po5
-rw-r--r--po/nl.po5
-rw-r--r--po/nn.po5
-rw-r--r--po/pl.po5
-rw-r--r--po/pt.po5
-rw-r--r--po/pt_BR.po5
-rw-r--r--po/ro.po12
-rw-r--r--po/ru.po5
-rw-r--r--po/sk.po5
-rw-r--r--po/sl.po5
-rw-r--r--po/sv.po5
-rw-r--r--po/tl.po5
-rw-r--r--po/zh_CN.po5
-rw-r--r--po/zh_TW.po5
33 files changed, 271 insertions, 232 deletions
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily
index 5145a5d2f..1d830260b 100644
--- a/debian/apt.cron.daily
+++ b/debian/apt.cron.daily
@@ -74,6 +74,51 @@ check_size_constraints()
{
# min-age in days
MaxAge=0
+ MaxSize=0
+ CacheDir="var/cache/apt"
+ CacheArchive="archives/"
+ eval $(apt-config shell MaxAge APT::Archives::MaxAge)
+ eval $(apt-config shell MaxSize APT::Archives::MaxSize)
+ eval $(apt-config shell CacheDir Dir::Cache)
+ eval $(apt-config shell CacheArchive Dir::Cache::archives)
+
+ # sanity check
+ if [ -z "$CacheDir" -o -z "$CacheArchive" ]; then
+ echo "empty Dir::Cache or Dir::Cache::archives, exiting"
+ exit
+ fi
+ Cache="/"$CacheDir$CacheArchive
+
+ # check age
+ if [ ! $MaxAge -eq 0 ]; then
+ find $Cache -name "*.deb" -mtime +$MaxAge -print0 | xargs -r -0 rm -f
+ fi
+
+ # check size
+ if [ ! $MaxSize -eq 0 ]; then
+ # reverse-sort by mtime
+ for file in $(ls -rt $Cache/*.deb); do
+ du=$(du -s $Cache)
+ size=${du%%/*}
+ # check if the cache is small enough
+ if [ $size -lt $MaxSize ]; then
+ break
+ fi
+ # delete oldest file
+ rm -f $file
+ done
+ fi
+}
+
+check_size_constraints
+
+
+
+# we check here if autoclean was enough sizewise
+check_size_constraints()
+{
+ # min-age in days
+ MaxAge=0
MinAge=2
MaxSize=0
CacheDir="var/cache/apt"
@@ -173,6 +218,7 @@ fi
AUTOCLEAN_STAMP=/var/lib/apt/periodic/autoclean-stamp
if check_stamp $AUTOCLEAN_STAMP $AutocleanInterval; then
apt-get -qq autoclean
+ check_size_contrains
update_stamp $AUTOCLEAN_STAMP
fi
diff --git a/debian/changelog b/debian/changelog
index a6886490c..1071d0b24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,17 +13,9 @@ apt (0.6.36) unstable; urgency=low
apt (0.6.35) hoary; urgency=low
- * Merge apt--mvo--0 (incorporates 0.6.34ubuntu1):
+ * Merge apt--mvo--0:
- Implement MaxSize and MaxAge in apt.cron.daily, to prevent the cache
from growing too large (Ubuntu #6761)
- - some comments about the pkgAcqMetaSig::Custom600Headers() added
- - use gpg --with-colons
- - commented the ftp no_proxy unseting in methods/ftp.cc
- - added support for "Acquire::gpgv::options" in methods/gpgv.cc
- * Merge bubulle@debian.org--2005/apt--main--0
- - Make capitalization more consistent
- - Un-fuzzy translations resulting from capitalization changes
- - Italian translation update
-- Matt Zimmerman <mdz@ubuntu.com> Mon, 7 Mar 2005 20:08:33 -0800
diff --git a/po/apt-all.pot b/po/apt-all.pot
index b9232cac4..311c47fdc 100644
--- a/po/apt-all.pot
+++ b/po/apt-all.pot
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-04-06 13:03+0200\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/po/bs.po b/po/bs.po
index f249ceecc..199c03d99 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 12:06+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2004-05-06 15:25+0100\n"
"Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n"
"Language-Team: Bosnian <lokal@lugbih.org>\n"
@@ -315,7 +315,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
#: ftparchive/apt-ftparchive.cc:757
@@ -669,7 +669,7 @@ msgid "WARNING: The following packages cannot be authenticated!"
msgstr "Slijedeći paketi će biti nadograđeni:"
#: cmdline/apt-get.cc:698
-msgid "Install these packages without verification? [y/N] "
+msgid "Install these packages without verification [y/N]? "
msgstr ""
#: cmdline/apt-get.cc:700
@@ -739,7 +739,8 @@ msgid "Abort."
msgstr "Odustani."
#: cmdline/apt-get.cc:886
-msgid "Do you want to continue? [Y/n] "
+#, fuzzy
+msgid "Do you want to continue [Y/n]? "
msgstr "Da li želite nastaviti? [Y/n]"
#: cmdline/apt-get.cc:958 cmdline/apt-get.cc:1334 cmdline/apt-get.cc:1959
@@ -1433,7 +1434,8 @@ msgid ""
msgstr ""
#: methods/cdrom.cc:130 methods/cdrom.cc:168
-msgid "Wrong CD"
+#, fuzzy
+msgid "Wrong CD-ROM"
msgstr "Pogrešan CD"
#: methods/cdrom.cc:163
@@ -1441,7 +1443,7 @@ msgstr "Pogrešan CD"
msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
msgstr "Ne mogu demontirati CD-ROM na %s, moguće je da se još uvijek koristi."
-#: methods/cdrom.cc:177 methods/file.cc:77
+#: methods/cdrom.cc:177 methods/file.cc:77 methods/rsh.cc:264
msgid "File not found"
msgstr "Datoteka nije pronađena"
@@ -1522,7 +1524,7 @@ msgstr ""
msgid "Protocol corruption"
msgstr "Oštećenje protokola"
-#: methods/ftp.cc:446 methods/rsh.cc:232
+#: methods/ftp.cc:446 methods/rsh.cc:232 apt-pkg/contrib/fileutl.cc:492
msgid "Write error"
msgstr "Greška pri pisanju"
diff --git a/po/ca.po b/po/ca.po
index b9cf11c5f..9850cfa3c 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-15 18:53+0100\n"
"Last-Translator: Jordi Mallach <jordi@debian.org>\n"
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@@ -325,6 +325,7 @@ msgid "Error processing contents %s"
msgstr "S'ha produït un error en processar el fitxer de continguts %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -363,7 +364,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Forma d'ús: apt-ftparchive [opcions] ordre\n"
"Ordres: packages camí_binaris [fitxer_substitucions prefix_camí]]\n"
diff --git a/po/cs.po b/po/cs.po
index 9a5a04022..dabe8f6c3 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-11 16:14+0100\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <provoz@debian.cz>\n"
@@ -320,6 +320,7 @@ msgid "Error processing contents %s"
msgstr "Chyba při zpracovávání obsahu %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -358,7 +359,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Použití: apt-ftparchive [volby] příkaz\n"
"Příkazy: packages binárnícesta [souboroverride [prefixcesty]]\n"
diff --git a/po/da.po b/po/da.po
index 094196d6d..0a8eb7e4d 100644
--- a/po/da.po
+++ b/po/da.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-da\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-10 20:50+0100\n"
"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"
@@ -327,6 +327,7 @@ msgid "Error processing contents %s"
msgstr "Fejl under behandling af indhold %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -365,7 +366,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Brug: apt-ftparchive [tilvalg] kommando\n"
"Kommandoer: packges binrsti [tvangsfil [sti]]\n"
diff --git a/po/de.po b/po/de.po
index 420ee2c47..d8777df0b 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2004-08-04 15:58 +0200\n"
"Last-Translator: Michael Piefel <piefel@debian.org>\n"
"Language-Team: <de@li.org>\n"
@@ -327,6 +327,7 @@ msgid "Error processing contents %s"
msgstr "Fehler beim Verarbeiten der Inhaltsdatei %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -365,7 +366,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Aufruf: apt-ftparchive [optionen] befehl\n"
"Befehle: packages binarypath [overridedatei [pfadpräfix]]\n"
diff --git a/po/el.po b/po/el.po
index 24f1eade5..82a16bcba 100644
--- a/po/el.po
+++ b/po/el.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt_po_el\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-20 15:01EEST\n"
"Last-Translator: Greek Translation Team <debian-l10n-greek@lists.debian."
"org>\n"
@@ -336,6 +336,7 @@ msgid "Error processing contents %s"
msgstr "Σφάλμα επεξεργασίας περιεχομένων του %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -374,7 +375,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Χρήση: apt-ftparchive [επιλογές] εντολή\n"
"Εντολές: packages binarypath [overridefile [pathprefix]]\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index da3129082..54e8abd29 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 12:06+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2002-11-10 20:56+0100\n"
"Last-Translator: Michael Piefel <piefel@debian.org>\n"
"Language-Team: en_GB <en@li.org>\n"
@@ -27,23 +27,23 @@ msgid "Unable to locate package %s"
msgstr ""
#: cmdline/apt-cache.cc:232
-msgid "Total Package Names : "
+msgid "Total package names : "
msgstr ""
#: cmdline/apt-cache.cc:272
-msgid " Normal Packages: "
+msgid " Normal packages: "
msgstr ""
#: cmdline/apt-cache.cc:273
-msgid " Pure Virtual Packages: "
+msgid " Pure virtual packages: "
msgstr ""
#: cmdline/apt-cache.cc:274
-msgid " Single Virtual Packages: "
+msgid " Single virtual packages: "
msgstr ""
#: cmdline/apt-cache.cc:275
-msgid " Mixed Virtual Packages: "
+msgid " Mixed virtual packages: "
msgstr ""
#: cmdline/apt-cache.cc:276
@@ -51,35 +51,35 @@ msgid " Missing: "
msgstr ""
#: cmdline/apt-cache.cc:278
-msgid "Total Distinct Versions: "
+msgid "Total distinct versions: "
msgstr ""
#: cmdline/apt-cache.cc:280
-msgid "Total Dependencies: "
+msgid "Total dependencies: "
msgstr ""
#: cmdline/apt-cache.cc:283
-msgid "Total Ver/File relations: "
+msgid "Total ver/file relations: "
msgstr ""
#: cmdline/apt-cache.cc:285
-msgid "Total Provides Mappings: "
+msgid "Total Provides mappings: "
msgstr ""
#: cmdline/apt-cache.cc:297
-msgid "Total Globbed Strings: "
+msgid "Total globbed strings: "
msgstr ""
#: cmdline/apt-cache.cc:311
-msgid "Total Dependency Version space: "
+msgid "Total dependency version space: "
msgstr ""
#: cmdline/apt-cache.cc:316
-msgid "Total Slack space: "
+msgid "Total slack space: "
msgstr ""
#: cmdline/apt-cache.cc:324
-msgid "Total Space Accounted for: "
+msgid "Total space accounted for: "
msgstr ""
#: cmdline/apt-cache.cc:446 cmdline/apt-cache.cc:1189
@@ -96,7 +96,7 @@ msgid "No packages found"
msgstr ""
#: cmdline/apt-cache.cc:1462
-msgid "Package Files:"
+msgid "Package files:"
msgstr ""
#: cmdline/apt-cache.cc:1469 cmdline/apt-cache.cc:1555
@@ -110,7 +110,7 @@ msgstr ""
#. Show any packages have explicit pins
#: cmdline/apt-cache.cc:1482
-msgid "Pinned Packages:"
+msgid "Pinned packages:"
msgstr ""
#: cmdline/apt-cache.cc:1494 cmdline/apt-cache.cc:1535
@@ -132,12 +132,12 @@ msgid " Candidate: "
msgstr ""
#: cmdline/apt-cache.cc:1532
-msgid " Package Pin: "
+msgid " Package pin: "
msgstr ""
#. Show the priority tables
#: cmdline/apt-cache.cc:1541
-msgid " Version Table:"
+msgid " Version table:"
msgstr ""
#: cmdline/apt-cache.cc:1556
@@ -248,7 +248,7 @@ msgstr "Option ‘%s’ is too long"
#: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:252
#: ftparchive/apt-ftparchive.cc:266 ftparchive/apt-ftparchive.cc:288
#, c-format
-msgid "Error Processing directory %s"
+msgid "Error processing directory %s"
msgstr ""
#: ftparchive/apt-ftparchive.cc:250
@@ -262,7 +262,7 @@ msgstr ""
#: ftparchive/apt-ftparchive.cc:397
#, c-format
-msgid "Error Processing Contents %s"
+msgid "Error processing contents %s"
msgstr ""
#: ftparchive/apt-ftparchive.cc:551
@@ -305,7 +305,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -465,7 +465,7 @@ msgstr ""
#: ftparchive/contents.cc:317
#, c-format
-msgid "Internal Error, could not locate member %s"
+msgid "Internal error, could not locate member %s"
msgstr ""
#: ftparchive/contents.cc:353 ftparchive/contents.cc:384
@@ -498,8 +498,8 @@ msgid "Failed to read the override file %s"
msgstr ""
#: ftparchive/multicompress.cc:75
-#, c-format
-msgid "Unknown Compresison Algorithm '%s'"
+#, fuzzy, c-format
+msgid "Unknown compression algorithm '%s'"
msgstr "Unknown Compression Algorithm ‘%s’"
#: ftparchive/multicompress.cc:105
@@ -520,12 +520,12 @@ msgid "Failed to fork"
msgstr ""
#: ftparchive/multicompress.cc:215
-msgid "Compress Child"
+msgid "Compress child"
msgstr ""
#: ftparchive/multicompress.cc:238
#, c-format
-msgid "Internal Error, Failed to create %s"
+msgid "Internal error, failed to create %s"
msgstr ""
#: ftparchive/multicompress.cc:289
@@ -694,7 +694,7 @@ msgid "WARNING: The following packages cannot be authenticated!"
msgstr ""
#: cmdline/apt-get.cc:698
-msgid "Install these packages without verification? [y/N] "
+msgid "Install these packages without verification [y/N]? "
msgstr ""
#: cmdline/apt-get.cc:700
@@ -706,7 +706,7 @@ msgid "There are problems and -y was used without --force-yes"
msgstr ""
#: cmdline/apt-get.cc:762
-msgid "Packages need to be removed but Remove is disabled."
+msgid "Packages need to be removed but remove is disabled."
msgstr ""
#: cmdline/apt-get.cc:788 cmdline/apt-get.cc:1769 cmdline/apt-get.cc:1802
@@ -767,7 +767,7 @@ msgid "Abort."
msgstr ""
#: cmdline/apt-get.cc:886
-msgid "Do you want to continue? [Y/n] "
+msgid "Do you want to continue [Y/n]? "
msgstr ""
#: cmdline/apt-get.cc:958 cmdline/apt-get.cc:1334 cmdline/apt-get.cc:1959
@@ -798,7 +798,7 @@ msgid "Unable to correct missing packages."
msgstr ""
#: cmdline/apt-get.cc:993
-msgid "Aborting Install."
+msgid "Aborting install."
msgstr ""
#: cmdline/apt-get.cc:1026
@@ -886,7 +886,7 @@ msgid ""
msgstr ""
#: cmdline/apt-get.cc:1372
-msgid "Internal Error, AllUpgrade broke stuff"
+msgid "Internal error, AllUpgrade broke stuff"
msgstr ""
#: cmdline/apt-get.cc:1462 cmdline/apt-get.cc:1498
@@ -947,7 +947,7 @@ msgid "Recommended packages:"
msgstr ""
#: cmdline/apt-get.cc:1664
-msgid "Calculating Upgrade... "
+msgid "Calculating upgrade... "
msgstr ""
#: cmdline/apt-get.cc:1667 methods/ftp.cc:702 methods/connect.cc:99
@@ -984,7 +984,7 @@ msgstr ""
#: cmdline/apt-get.cc:1933
#, c-format
-msgid "Fetch Source %s\n"
+msgid "Fetch source %s\n"
msgstr ""
#: cmdline/apt-get.cc:1964
@@ -1058,7 +1058,7 @@ msgid "Failed to process build dependencies"
msgstr ""
#: cmdline/apt-get.cc:2318
-msgid "Supported Modules:"
+msgid "Supported modules:"
msgstr ""
#: cmdline/apt-get.cc:2359
@@ -1130,9 +1130,9 @@ msgid " [Working]"
msgstr ""
#: cmdline/acqprogress.cc:271
-#, c-format
+#, fuzzy, c-format
msgid ""
-"Media Change: Please insert the disc labeled\n"
+"Media change: please insert the disc labeled\n"
" '%s'\n"
"in the drive '%s' and press enter\n"
msgstr ""
@@ -1185,7 +1185,7 @@ msgid ""
msgstr ""
#: dselect/update:30
-msgid "Merging Available information"
+msgid "Merging available information"
msgstr ""
#: apt-inst/contrib/extracttar.cc:117
@@ -1201,7 +1201,7 @@ msgid "Corrupted archive"
msgstr ""
#: apt-inst/contrib/extracttar.cc:195
-msgid "Tar Checksum failed, archive corrupted"
+msgid "Tar checksum failed, archive corrupted"
msgstr ""
#: apt-inst/contrib/extracttar.cc:298
@@ -1242,7 +1242,7 @@ msgid "Failed to allocate diversion"
msgstr ""
#: apt-inst/filelist.cc:468
-msgid "Internal Error in AddDiversion"
+msgid "Internal error in AddDiversion"
msgstr ""
#: apt-inst/filelist.cc:481
@@ -1351,7 +1351,7 @@ msgstr ""
#: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
#: apt-pkg/pkgcachegen.cc:712 apt-pkg/pkgcachegen.cc:717
#: apt-pkg/pkgcachegen.cc:840
-msgid "Reading Package Lists"
+msgid "Reading package lists"
msgstr ""
#: apt-inst/deb/dpkgdb.cc:180
@@ -1361,11 +1361,11 @@ msgstr ""
#: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:355
#: apt-inst/deb/dpkgdb.cc:448
-msgid "Internal Error getting a Package Name"
+msgid "Internal error getting a package name"
msgstr ""
#: apt-inst/deb/dpkgdb.cc:205
-msgid "Reading File Listing"
+msgid "Reading file listing"
msgstr ""
#: apt-inst/deb/dpkgdb.cc:216
@@ -1385,7 +1385,7 @@ msgid "Failed reading the list file %sinfo/%s"
msgstr ""
#: apt-inst/deb/dpkgdb.cc:266
-msgid "Internal Error getting a Node"
+msgid "Internal error getting a node"
msgstr ""
#: apt-inst/deb/dpkgdb.cc:309
@@ -1404,7 +1404,7 @@ msgid "Invalid line in the diversion file: %s"
msgstr ""
#: apt-inst/deb/dpkgdb.cc:362
-msgid "Internal Error adding a diversion"
+msgid "Internal error adding a diversion"
msgstr ""
#: apt-inst/deb/dpkgdb.cc:383
@@ -1412,12 +1412,12 @@ msgid "The pkg cache must be initialize first"
msgstr ""
#: apt-inst/deb/dpkgdb.cc:386
-msgid "Reading File List"
+msgid "Reading file list"
msgstr ""
#: apt-inst/deb/dpkgdb.cc:443
#, c-format
-msgid "Failed to find a Package: Header, offset %lu"
+msgid "Failed to find a Package: header, offset %lu"
msgstr ""
#: apt-inst/deb/dpkgdb.cc:465
@@ -1446,7 +1446,7 @@ msgid "Couldn't change to %s"
msgstr ""
#: apt-inst/deb/debfile.cc:138
-msgid "Internal Error, could not locate member"
+msgid "Internal error, could not locate member"
msgstr ""
#: apt-inst/deb/debfile.cc:171
@@ -1454,7 +1454,7 @@ msgid "Failed to locate a valid control file"
msgstr ""
#: apt-inst/deb/debfile.cc:256
-msgid "Unparsible control file"
+msgid "Unparsable control file"
msgstr ""
#: methods/cdrom.cc:113
@@ -1464,12 +1464,12 @@ msgstr ""
#: methods/cdrom.cc:122
msgid ""
-"Please use apt-cdrom to make this CD recognized by APT. apt-get update "
-"cannot be used to add new CDs"
+"Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update "
+"cannot be used to add new CD-ROMs"
msgstr ""
#: methods/cdrom.cc:130 methods/cdrom.cc:168
-msgid "Wrong CD"
+msgid "Wrong CD-ROM"
msgstr ""
#: methods/cdrom.cc:163
@@ -1477,7 +1477,7 @@ msgstr ""
msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
msgstr ""
-#: methods/cdrom.cc:177 methods/file.cc:77
+#: methods/cdrom.cc:177 methods/file.cc:77 methods/rsh.cc:264
msgid "File not found"
msgstr ""
@@ -1508,7 +1508,7 @@ msgstr ""
#: methods/ftp.cc:204 methods/ftp.cc:232
#, c-format
-msgid "Server refused our connection and said: %s"
+msgid "The server refused the connection and said: %s"
msgstr ""
#: methods/ftp.cc:210
@@ -1557,8 +1557,8 @@ msgstr ""
msgid "Protocol corruption"
msgstr ""
-#: methods/ftp.cc:446 methods/rsh.cc:232
-msgid "Write Error"
+#: methods/ftp.cc:446 methods/rsh.cc:232 apt-pkg/contrib/fileutl.cc:492
+msgid "Write error"
msgstr ""
#: methods/ftp.cc:687 methods/ftp.cc:693 methods/ftp.cc:729
@@ -1719,19 +1719,19 @@ msgid "Bad header line"
msgstr ""
#: methods/http.cc:517 methods/http.cc:524
-msgid "The http server sent an invalid reply header"
+msgid "The HTTP server sent an invalid reply header"
msgstr ""
#: methods/http.cc:553
-msgid "The http server sent an invalid Content-Length header"
+msgid "The HTTP server sent an invalid Content-Length header"
msgstr ""
#: methods/http.cc:568
-msgid "The http server sent an invalid Content-Range header"
+msgid "The HTTP server sent an invalid Content-Range header"
msgstr ""
#: methods/http.cc:570
-msgid "This http server has broken range support"
+msgid "This HTTP server has broken range support"
msgstr ""
#: methods/http.cc:594
@@ -1759,7 +1759,7 @@ msgid "Error writing to the file"
msgstr ""
#: methods/http.cc:832
-msgid "Error reading from server Remote end closed connection"
+msgid "Error reading from server. Remote end closed connection"
msgstr ""
#: methods/http.cc:834
@@ -1767,7 +1767,7 @@ msgid "Error reading from server"
msgstr ""
#: methods/http.cc:1065
-msgid "Bad header Data"
+msgid "Bad header data"
msgstr ""
#: methods/http.cc:1082
@@ -1778,10 +1778,6 @@ msgstr ""
msgid "Internal error"
msgstr ""
-#: methods/rsh.cc:264
-msgid "File Not Found"
-msgstr ""
-
#: methods/rsh.cc:330
msgid "Connection closed prematurely"
msgstr ""
@@ -1821,9 +1817,9 @@ msgid "Syntax error %s:%u: Block starts with no name."
msgstr ""
#: apt-pkg/contrib/configuration.cc:586
-#, c-format
-msgid "Syntax error %s:%u: Malformed Tag"
-msgstr ""
+#, fuzzy, c-format
+msgid "Syntax error %s:%u: Malformed tag"
+msgstr "Syntax error %s:%u: Unsupported directive ‘%s’"
#: apt-pkg/contrib/configuration.cc:603
#, c-format
@@ -1946,8 +1942,8 @@ msgid "Could not get lock %s"
msgstr ""
#: apt-pkg/contrib/fileutl.cc:359
-#, c-format
-msgid "Waited, for %s but it wasn't there"
+#, fuzzy, c-format
+msgid "Waited for %s but it wasn't there"
msgstr "Waited for %s but it wasn't there"
#: apt-pkg/contrib/fileutl.cc:369
@@ -1975,10 +1971,6 @@ msgstr ""
msgid "read, still have %lu to read but none left"
msgstr ""
-#: apt-pkg/contrib/fileutl.cc:492
-msgid "Write error"
-msgstr ""
-
#: apt-pkg/contrib/fileutl.cc:504
#, c-format
msgid "write, still have %lu to write but couldn't"
@@ -2009,8 +2001,8 @@ msgid "The package cache file is an incompatible version"
msgstr ""
#: apt-pkg/pkgcache.cc:142
-#, c-format
-msgid "This APT does not support the Versioning System '%s'"
+#, fuzzy, c-format
+msgid "This APT does not support the versioning system '%s'"
msgstr "This APT does not support the Versioning System ‘%s’"
#: apt-pkg/pkgcache.cc:147
@@ -2066,15 +2058,15 @@ msgid "extra"
msgstr ""
#: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
-msgid "Building Dependency Tree"
+msgid "Building dependency tree"
msgstr ""
#: apt-pkg/depcache.cc:61
-msgid "Candidate Versions"
+msgid "Candidate versions"
msgstr ""
#: apt-pkg/depcache.cc:90
-msgid "Dependency Generation"
+msgid "Dependency generation"
msgstr ""
#: apt-pkg/tagfile.cc:73
@@ -2104,7 +2096,7 @@ msgstr ""
#: apt-pkg/sourcelist.cc:98
#, c-format
-msgid "Malformed line %lu in source list %s (Absolute dist)"
+msgid "Malformed line %lu in source list %s (absolute dist)"
msgstr ""
#: apt-pkg/sourcelist.cc:105
@@ -2355,7 +2347,7 @@ msgstr ""
#: apt-pkg/cdrom.cc:538
#, c-format
-msgid "Stored Label: %s \n"
+msgid "Stored label: %s \n"
msgstr ""
#: apt-pkg/cdrom.cc:558
@@ -2377,7 +2369,7 @@ msgid "Mounting CD-ROM...\n"
msgstr ""
#: apt-pkg/cdrom.cc:606
-msgid "Scanning Disc for index files..\n"
+msgid "Scanning disc for index files..\n"
msgstr ""
#: apt-pkg/cdrom.cc:644
@@ -2392,7 +2384,7 @@ msgstr ""
#: apt-pkg/cdrom.cc:717
#, c-format
msgid ""
-"This Disc is called: \n"
+"This disc is called: \n"
"'%s'\n"
msgstr ""
@@ -2405,7 +2397,7 @@ msgid "Writing new source list\n"
msgstr ""
#: apt-pkg/cdrom.cc:754
-msgid "Source List entries for this Disc are:\n"
+msgid "Source list entries for this disc are:\n"
msgstr ""
#: apt-pkg/cdrom.cc:788
@@ -2424,12 +2416,12 @@ msgstr ""
#: apt-pkg/indexcopy.cc:266
#, c-format
-msgid "Wrote %i records with %i mismachted files\n"
+msgid "Wrote %i records with %i mismatched files\n"
msgstr ""
#: apt-pkg/indexcopy.cc:269
#, c-format
-msgid "Wrote %i records with %i missing files and %i mismachted files\n"
+msgid "Wrote %i records with %i missing files and %i mismatched files\n"
msgstr ""
#~ msgid "Unknown vendor ID '%s' in line %u of source list %s"
diff --git a/po/es.po b/po/es.po
index 4ff1e45e2..bc4fa4208 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.24\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-08 20:36+0100\n"
"Last-Translator: Rubn Porras Campo <nahoo@inicia.es>\n"
"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -329,6 +329,7 @@ msgid "Error processing contents %s"
msgstr "Error procesando contenidos %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -367,7 +368,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Uso: apt-ftparchive [opciones] orden\n"
"Comandos: packages trayectoria-binaria [archivo-sobrepaso\n"
diff --git a/po/eu.po b/po/eu.po
index 306a00cf3..bceef5c82 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-eu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-08 19:24+0100\n"
"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
"Language-Team: Librezale.org <librezale@librezale.org>\n"
@@ -325,6 +325,7 @@ msgid "Error processing contents %s"
msgstr "Errorea edukiak prozesatzean %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -363,7 +364,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Erabilera: apt-ftparchive [aukerak] komandoa\n"
"Komandoak: packages bide binariarra [gainidazteko_fitx [pathaurrizkia]]\n"
diff --git a/po/fi.po b/po/fi.po
index 8213f602f..4fef425a0 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-15 14:09+0200\n"
"Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -324,6 +324,7 @@ msgid "Error processing contents %s"
msgstr "Tapahtui virhe käsiteltäessä sisällysluetteloa %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -362,7 +363,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Käyttö: apt-ftparchive [valitsimet] komento\n"
"Komennot: packages binääripolku [poikkeustdsto [polun alku]]\n"
diff --git a/po/fr.po b/po/fr.po
index 55563bfef..9f24b6e1d 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
-"PO-Revision-Date: 2005-02-20 19:38+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
+"PO-Revision-Date: 2005-03-29 09:40+0200\n"
"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
"MIME-Version: 1.0\n"
@@ -302,8 +302,7 @@ msgstr "Impossible d'crire sur %s"
#: cmdline/apt-extracttemplates.cc:310
msgid "Cannot get debconf version. Is debconf installed?"
-msgstr ""
-"Impossible d'obtenir la version de debconf. Est-ce que debconf est install?"
+msgstr "Impossible d'obtenir la version de debconf. Est-ce que debconf est install?"
#: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:337
msgid "Package extension list is too long"
@@ -368,7 +367,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Usage: apt-ftparchive [options] commande\n"
"Commandes: paquets binarypath [fichier d'override [chemin du "
@@ -380,7 +379,7 @@ msgstr ""
" clean config\n"
"\n"
"apt-ftparchive gnre des fichiers d'index pour les archives Debian. Il\n"
-"supporte de nombreux types de gnration, d'une automatisation complte \n"
+"gre de nombreux types de gnration, d'une automatisation complte \n"
"des remplacements fonctionnels pour dpkg-scanpackages et dpkg-scansources\n"
"\n"
"apt-ftparchive gnre les fichiers de paquets partir d'un arbre de .debs.\n"
@@ -390,7 +389,7 @@ msgstr ""
"des sections\n"
"\n"
"De faon similaire, apt-ftparchive gnre des fichiers de source partir\n"
-"d'un arbre de .dscs. L'option --source-override peut tre employe pour\n"
+"d'un arbre de .dscs. L'option --source-override peut tre utilise pour\n"
"spcifier un fichier src d'override\n"
"\n"
"Les commandes packages et sources devraient tre dmarres la\n"
@@ -419,8 +418,7 @@ msgstr "Aucune slection ne correspond"
#: ftparchive/apt-ftparchive.cc:830
#, c-format
msgid "Some files are missing in the package file group `%s'"
-msgstr ""
-"Quelques fichiers sont manquants dans le groupe de fichiers de paquets %s"
+msgstr "Quelques fichiers sont manquants dans le groupe de fichiers de paquets %s"
#: ftparchive/cachedb.cc:45
#, c-format
@@ -778,8 +776,7 @@ msgstr "Il y a des problmes et -y a t employ sans --force-yes"
#: cmdline/apt-get.cc:762
msgid "Packages need to be removed but remove is disabled."
-msgstr ""
-"Les paquets doivent tre enlevs mais la dsinstallation est dsactive."
+msgstr "Les paquets doivent tre enlevs mais la dsinstallation est dsactive."
#: cmdline/apt-get.cc:788 cmdline/apt-get.cc:1769 cmdline/apt-get.cc:1802
msgid "Unable to lock the download directory"
@@ -803,8 +800,7 @@ msgstr "Il est ncessaire de prendre %so dans les archives.\n"
#: cmdline/apt-get.cc:826
#, c-format
msgid "After unpacking %sB of additional disk space will be used.\n"
-msgstr ""
-"Aprs dpaquetage, %so d'espace disque supplmentaires seront utiliss.\n"
+msgstr "Aprs dpaquetage, %so d'espace disque supplmentaires seront utiliss.\n"
#: cmdline/apt-get.cc:829
#, c-format
@@ -870,8 +866,7 @@ msgstr ""
#: cmdline/apt-get.cc:987
msgid "--fix-missing and media swapping is not currently supported"
-msgstr ""
-"l'option --fix-missing et l'change de support ne sont pas encore reconnus."
+msgstr "l'option --fix-missing et l'change de support ne sont pas encore reconnus."
#: cmdline/apt-get.cc:992
msgid "Unable to correct missing packages."
@@ -933,8 +928,7 @@ msgstr "Aucun paquet ne correspond au paquet %s"
#: cmdline/apt-get.cc:1129
#, c-format
msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
-msgstr ""
-"La rinstallation de %s est impossible, il ne peut pas tre tlcharg.\n"
+msgstr "La rinstallation de %s est impossible, il ne peut pas tre tlcharg.\n"
#: cmdline/apt-get.cc:1137
#, c-format
@@ -988,8 +982,7 @@ msgstr "Note, slectionne %s pour l'expression rationnelle %s\n"
#: cmdline/apt-get.cc:1515
msgid "You might want to run `apt-get -f install' to correct these:"
-msgstr ""
-"Vous pouvez lancer apt-get -f install pour corriger ces problmes:"
+msgstr "Vous pouvez lancer apt-get -f install pour corriger ces problmes:"
#: cmdline/apt-get.cc:1518
msgid ""
@@ -1153,8 +1146,7 @@ msgstr "Impossible de satisfaire les dpendances %s pour %s: %s"
#: cmdline/apt-get.cc:2282
#, c-format
msgid "Build-dependencies for %s could not be satisfied."
-msgstr ""
-"Les dpendances de compilation pour %s ne peuvent pas tre satisfaites."
+msgstr "Les dpendances de compilation pour %s ne peuvent pas tre satisfaites."
#: cmdline/apt-get.cc:2286
msgid "Failed to process build dependencies"
@@ -1337,8 +1329,7 @@ msgstr ""
"seules les erreurs"
#: 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 ""
"prcdant ce message sont importantes. Veuillez les corriger et\n"
"dmarrer l'[I]nstallation une nouvelle fois."
@@ -1599,8 +1590,7 @@ msgstr "Ce n'est pas une archive DEB valide, partie %s manquante"
#: apt-inst/deb/debfile.cc:52
#, c-format
msgid "This is not a valid DEB archive, it has no '%s' or '%s' member"
-msgstr ""
-"Ce n'est pas une archive DEB valide, elle n'a pas de membre %s ou %s "
+msgstr "Ce n'est pas une archive DEB valide, elle n'a pas de membre %s ou %s "
#: apt-inst/deb/debfile.cc:112
#, c-format
@@ -1698,8 +1688,7 @@ msgstr ""
#: methods/ftp.cc:265
#, c-format
msgid "Login script command '%s' failed, server said: %s"
-msgstr ""
-"La commande %s du script de connexion a chou, le serveur a rpondu: %s"
+msgstr "La commande %s du script de connexion a chou, le serveur a rpondu: %s"
#: methods/ftp.cc:291
#, c-format
@@ -1736,8 +1725,7 @@ msgstr "Impossible de crer un connecteur"
#: methods/ftp.cc:698
msgid "Could not connect data socket, connection timed out"
-msgstr ""
-"Impossible de se connecter sur le port de donnes, dlai de connexion dpass"
+msgstr "Impossible de se connecter sur le port de donnes, dlai de connexion dpass"
#: methods/ftp.cc:704
msgid "Could not connect passive socket."
@@ -2271,14 +2259,12 @@ msgstr "Ligne %lu mal forme dans la liste des sources %s (analyse de l'URI)"
#: apt-pkg/sourcelist.cc:98
#, c-format
msgid "Malformed line %lu in source list %s (absolute dist)"
-msgstr ""
-"Ligne %lu mal forme dans la liste des sources %s (distribution absolue)"
+msgstr "Ligne %lu mal forme dans la liste des sources %s (distribution absolue)"
#: apt-pkg/sourcelist.cc:105
#, c-format
msgid "Malformed line %lu in source list %s (dist parse)"
-msgstr ""
-"Ligne %lu mal forme dans la liste des sources %s (analyse de distribution)"
+msgstr "Ligne %lu mal forme dans la liste des sources %s (analyse de distribution)"
#: apt-pkg/sourcelist.cc:156
#, c-format
@@ -2298,14 +2284,12 @@ msgstr "Ligne %u mal forme dans la liste des sources %s (type)"
#: apt-pkg/sourcelist.cc:191
#, c-format
msgid "Type '%s' is not known on line %u in source list %s"
-msgstr ""
-"Le type %s est inconnu sur la ligne %u dans la liste des sources %s"
+msgstr "Le type %s est inconnu sur la ligne %u dans la liste des sources %s"
#: apt-pkg/sourcelist.cc:199 apt-pkg/sourcelist.cc:202
#, c-format
msgid "Malformed line %u in source list %s (vendor id)"
-msgstr ""
-"Ligne %u mal forme dans la liste des sources %s (identifiant du fournisseur)"
+msgstr "Ligne %u mal forme dans la liste des sources %s (identifiant du fournisseur)"
#: apt-pkg/packagemanager.cc:402
#, c-format
@@ -2326,8 +2310,7 @@ msgstr "Le type de fichier d'index %s n'est pas accept"
#: 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 ""
"Le paquet %s doit tre rinstall, mais je ne parviens pas trouver son "
"archive."
@@ -2382,8 +2365,7 @@ msgstr "Impossible de localiser %s."
#: apt-pkg/srcrecords.cc:48
msgid "You must put some 'source' URIs in your sources.list"
-msgstr ""
-"Vous devez insrer quelques adresses sources dans votre sources.list"
+msgstr "Vous devez insrer quelques adresses sources dans votre sources.list"
#: apt-pkg/cachefile.cc:73
msgid "The package lists or status file could not be parsed or opened."
@@ -2495,8 +2477,7 @@ msgstr "Assemblage des fichiers lists dans les champs Provides"
#: apt-pkg/pkgcachegen.cc:785 apt-pkg/pkgcachegen.cc:792
msgid "IO Error saving source cache"
-msgstr ""
-"Erreur d'entre/sortie lors de la sauvegarde du fichier de cache des sources"
+msgstr "Erreur d'entre/sortie lors de la sauvegarde du fichier de cache des sources"
#: apt-pkg/acquire-item.cc:126
#, c-format
@@ -2528,8 +2509,7 @@ msgstr ""
#: apt-pkg/acquire-item.cc:797
#, 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 ""
"Les fichiers d'index des paquets sont corrompus. Aucun champ Filename: "
"pour le paquet %s."
@@ -2643,3 +2623,4 @@ msgstr ""
#~ msgstr ""
#~ "Identifiant %s du fournisseur inconnu dans la ligne %u de la liste "
#~ "des sources %s"
+
diff --git a/po/he.po b/po/he.po
index ebab198ec..157d5288f 100644
--- a/po/he.po
+++ b/po/he.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.25\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 12:06+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2004-06-10 19:58+0300\n"
"Last-Translator: Lior Kaplan <webmaster@guides.co.il>\n"
"Language-Team: Hebrew\n"
@@ -303,7 +303,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
#: ftparchive/apt-ftparchive.cc:757
@@ -656,7 +656,7 @@ msgid "WARNING: The following packages cannot be authenticated!"
msgstr "החבילות הבאות ישודרגו:"
#: cmdline/apt-get.cc:698
-msgid "Install these packages without verification? [y/N] "
+msgid "Install these packages without verification [y/N]? "
msgstr ""
#: cmdline/apt-get.cc:700
@@ -726,7 +726,8 @@ msgid "Abort."
msgstr "בטל."
#: cmdline/apt-get.cc:886
-msgid "Do you want to continue? [Y/n] "
+#, fuzzy
+msgid "Do you want to continue [Y/n]? "
msgstr "האם אתה רוצה להמשיך? [Y/n]"
#: cmdline/apt-get.cc:958 cmdline/apt-get.cc:1334 cmdline/apt-get.cc:1959
@@ -1420,7 +1421,7 @@ msgid ""
msgstr ""
#: methods/cdrom.cc:130 methods/cdrom.cc:168
-msgid "Wrong CD"
+msgid "Wrong CD-ROM"
msgstr ""
#: methods/cdrom.cc:163
diff --git a/po/hu.po b/po/hu.po
index d9540a7b9..bb34ee6fd 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: hu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-15 18:03+0100\n"
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <gnome@gnome.hu>\n"
@@ -325,6 +325,7 @@ msgid "Error processing contents %s"
msgstr "Hiba %s tartalmának feldolgozásakor"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -363,7 +364,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Használat: apt-ftparchive [opciók] parancs\n"
"Parancsok: packages binarypath [felülbírálófájl [útvonal-előtag]]\n"
diff --git a/po/it.po b/po/it.po
index 7e48818ff..61d4027b1 100644
--- a/po/it.po
+++ b/po/it.po
@@ -5,8 +5,8 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-06 12:50+0100\n"
-"PO-Revision-Date: 2005-03-25 17:19+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
+"PO-Revision-Date: 2005-03-26 00:42+0100\n"
"Last-Translator: Samuele Giovanni Tonon <samu@debian.org>\n"
"Language-Team: Italian <it@li.org>\n"
"MIME-Version: 1.0\n"
@@ -324,6 +324,7 @@ msgid "Error processing contents %s"
msgstr "Errore nell'analisi dei contents %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -362,7 +363,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Utilizzo: apt-ftparchive [opzioni] comando\n"
"Comandi: packages pathaibinari [filedioverride [pathprefix]\n"
@@ -422,7 +423,7 @@ msgstr "DB era corrotto, il file stato rinominato in %s.old"
#: ftparchive/cachedb.cc:63
#, c-format
msgid "DB is old, attempting to upgrade %s"
-msgstr ""
+msgstr "Il DB vecchio, tentativo di aggiornamento %s"
#: ftparchive/cachedb.cc:73
#, c-format
@@ -759,11 +760,11 @@ msgstr "ATTENZIONE: i seguenti pacchetti non possono essere autenticati!"
#: cmdline/apt-get.cc:698
msgid "Install these packages without verification [y/N]? "
-msgstr ""
+msgstr "Installare questi pacchetti senza la verifica [s/N]? "
#: cmdline/apt-get.cc:700
msgid "Some packages could not be authenticated"
-msgstr ""
+msgstr "Non stato possibile autenticare alcuni pacchetti"
#: cmdline/apt-get.cc:709 cmdline/apt-get.cc:855
msgid "There are problems and -y was used without --force-yes"
@@ -1131,6 +1132,8 @@ msgstr ""
#, c-format
msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
msgstr ""
+"La dipendenza %s per %s non stata soddisfatta: il pacchetto installato %s "
+" troppo nuovo"
#: cmdline/apt-get.cc:2268
#, c-format
@@ -1140,7 +1143,7 @@ msgstr "La dipendenza %s per %s: %s fallita"
#: cmdline/apt-get.cc:2282
#, c-format
msgid "Build-dependencies for %s could not be satisfied."
-msgstr ""
+msgstr "Non stato possibile soddisfare le dipendenze di costruzione per %s."
#: cmdline/apt-get.cc:2286
msgid "Failed to process build dependencies"
@@ -2559,7 +2562,7 @@ msgstr "Scansione del disco alla ricerca di file indice, in corso..\n"
#: apt-pkg/cdrom.cc:644
#, c-format
msgid "Found %i package indexes, %i source indexes and %i signatures\n"
-msgstr ""
+msgstr "Trovati %i indici di pacchetto, %i indici di sorgenti e %i firme\n"
#: apt-pkg/cdrom.cc:701
msgid "That is not a valid name, try again.\n"
@@ -2593,22 +2596,22 @@ msgstr "Smontaggio CD-ROM in corso..."
#: apt-pkg/indexcopy.cc:261
#, c-format
msgid "Wrote %i records.\n"
-msgstr ""
+msgstr "Scritti %i record.\n"
#: apt-pkg/indexcopy.cc:263
#, c-format
msgid "Wrote %i records with %i missing files.\n"
-msgstr ""
+msgstr "Scritti %i record con %i file mancanti.\n"
#: apt-pkg/indexcopy.cc:266
#, c-format
msgid "Wrote %i records with %i mismatched files\n"
-msgstr ""
+msgstr "Scritti %i record con %i file senza match\n"
#: apt-pkg/indexcopy.cc:269
#, c-format
msgid "Wrote %i records with %i missing files and %i mismatched files\n"
-msgstr ""
+msgstr "Scritti %i record con %i file mancanti e %i file senza match\n"
#~ msgid "Write Error"
#~ msgstr "Errore di Scrittura"
@@ -2639,7 +2642,7 @@ msgstr ""
#~ msgstr "-> '"
#~ msgid "Followed conf file from "
-#~ msgstr "Si Ú seguito il file di configurazione da "
+#~ msgstr "Si Ú seguito il file di configurazione da "
#~ msgid " to "
#~ msgstr " a "
@@ -2718,9 +2721,7 @@ msgstr ""
#~ 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"
+#~ msgstr "Impossibile trovare file di pacchetti, forse questo non Ú un disco Debian"
#~ msgid "Please provide a name for this Disc, such as 'Debian 2.1r1 Disk 1'"
#~ msgstr "Si prega di dare un nome a questo disco, tipo 'Debian 2.1r1 Disk 1'"
@@ -2755,23 +2756,22 @@ msgstr ""
#~ msgstr ""
#~ "Utilizzo: apt-cdrom [opzioni] comando\n"
#~ "\n"
-#~ "apt-cdrom Ú un tool per aggiungere CD-ROM alla lista sorgenti di apt. "
-#~ "Il\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"
+#~ " 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"
+#~ " -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"
@@ -2780,11 +2780,10 @@ msgstr ""
#~ msgstr "Errore interno, contatori non a zero"
#~ msgid "Internal Error, InstallPackages was called with broken packages!"
-#~ msgstr ""
-#~ "Errore interno, InstallPackages Ú stato chiamato con un pacchetto rotto!"
+#~ msgstr "Errore interno, InstallPackages Ú stato chiamato con un pacchetto rotto!"
#~ msgid "Internal Error, Ordering didn't finish"
-#~ msgstr "Errore interno, l'ordinamento non Ú finito"
+#~ msgstr "Errore interno, l'ordinamento non Ú finito"
#~ msgid "How odd.. The sizes didn't match, email apt@packages.debian.org"
#~ msgstr ""
@@ -2853,7 +2852,7 @@ msgstr ""
#~ " -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"
+#~ " -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"
@@ -2880,7 +2879,7 @@ msgstr ""
#~ msgstr " non "
#~ msgid "DSC file '%s' is too large!"
-#~ msgstr "il file DSC '%s' Ú troppo largo!"
+#~ 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'"
diff --git a/po/ja.po b/po/ja.po
index 42343ecb0..62f572c0e 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-09 12:54+0900\n"
"Last-Translator: Kenshi Muto <kmuto@debian.org>\n"
"Language-Team: Debian Japanese List <debian-japanese@lists.debian.org>\n"
@@ -324,6 +324,7 @@ msgid "Error processing contents %s"
msgstr "Contents %s ν˥顼ȯޤ"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -362,7 +363,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"ˡ: apt-ftparchive [ץ] ޥ\n"
"ޥ: packages binarypath [overridefile [pathprefix]]\n"
diff --git a/po/ko.po b/po/ko.po
index 658d8f4b2..50f3e1bd4 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-10 21:56+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <cwryu@debian.org>\n"
@@ -319,6 +319,7 @@ msgid "Error processing contents %s"
msgstr "%s 컨텐츠를 처리하는 데 오류가 발생했습니다"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -357,7 +358,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"사용법: apt-ftparchive [옵션] 명령\n"
"명령: packages 바이너리경로 [override파일 [경로앞부분]]\n"
diff --git a/po/nb.po b/po/nb.po
index 9323f7974..a7302e9f1 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -19,7 +19,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-09 10:45+0100\n"
"Last-Translator: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>\n"
"Language-Team: Norwegian Bokml <i18n-nb@lister.ping.ui.no>\n"
@@ -338,6 +338,7 @@ msgid "Error processing contents %s"
msgstr "Det oppsto en feil ved lesing av %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -376,7 +377,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Bruk: apt-ftparchive [innstillinger] ordre\n"
"Ordrer: packages binrsti [overstyringsfil [sti-prefiks]]\n"
diff --git a/po/nl.po b/po/nl.po
index 842324c2a..653e31f5c 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-10 17:35+0100\n"
"Last-Translator: Bart Cornelis <cobaco@linux.be>\n"
"Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"
@@ -324,6 +324,7 @@ msgid "Error processing contents %s"
msgstr "Fout bij het verwerken van de inhoud van %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -362,7 +363,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Gebruik: apt-ftparchive [opties] opdracht\n"
"\n"
diff --git a/po/nn.po b/po/nn.po
index 8419e51c1..5966da5dc 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt_nn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-14 23:30+0100\n"
"Last-Translator: Hvard Korsvoll <korsvoll@skulelinux.no>\n"
"Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n"
@@ -325,6 +325,7 @@ msgid "Error processing contents %s"
msgstr "Feil ved lesing av %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -363,7 +364,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Bruk: apt-ftparchive [val] kommando\n"
"Kommandoar: packages binrstig [overstyringsfil [stigprefiks]]\n"
diff --git a/po/pl.po b/po/pl.po
index fb351d4f5..367c7a43a 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-11 11:47+0100\n"
"Last-Translator: Bartosz Fenski <fenio@debian.org>\n"
"Language-Team: Polish <pddp@debian.linux.org.pl>\n"
@@ -325,6 +325,7 @@ msgid "Error processing contents %s"
msgstr "Bd przy przetwarzaniu zawartoci %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -363,7 +364,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Uycie: apt-ftparchive [opcje] polecenie\n"
"Polecenia: packages cieka_do_binariw [plik_override [przedrostek]]\n"
diff --git a/po/pt.po b/po/pt.po
index ed0f50cd2..3d8f2e4fe 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-18 23:27+0000\n"
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -323,6 +323,7 @@ msgid "Error processing contents %s"
msgstr "Erro processando o ficheiro Contents %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -361,7 +362,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Utilização: apt-ftparchive [opções] comando\n"
"Comandos: packages caminho_binário [ficheiro_override [prefixo_caminho]]\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index c9896e26d..cdfb50fdf 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-13 15:18-0200\n"
"Last-Translator: Andr Lus Lopes <andrelop@debian.org>\n"
"Language-Team: Debian-BR Project <debian-l10n-portuguese@lists.debian.org>\n"
@@ -325,6 +325,7 @@ msgid "Error processing contents %s"
msgstr "Erro processando Contedo %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -363,7 +364,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Uso: apt-ftparchive [opes] comando\n"
"Comandos: packages caminho_binrio [arquivo_override [prefixo_caminho]]\n"
diff --git a/po/ro.po b/po/ro.po
index b37c35cdf..91a99ff58 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt_ro\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 12:06+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2004-11-16 01:22+0200\n"
"Last-Translator: Sorin Batariuc <sorin@bonbon.net>\n"
"Language-Team: Romanian <romanian>\n"
@@ -363,7 +363,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Utilizare: apt-ftparchive [opţiuni] comanda\n"
"Comenzi: packages binarypath [fişier_înlocuire [prefix_cale]]\n"
@@ -764,7 +764,7 @@ msgid "WARNING: The following packages cannot be authenticated!"
msgstr "Următoarele pachete vor fi ÎNNOITE:"
#: cmdline/apt-get.cc:698
-msgid "Install these packages without verification? [y/N] "
+msgid "Install these packages without verification [y/N]? "
msgstr ""
#: cmdline/apt-get.cc:700
@@ -838,7 +838,8 @@ msgid "Abort."
msgstr "Renunţare."
#: cmdline/apt-get.cc:886
-msgid "Do you want to continue? [Y/n] "
+#, fuzzy
+msgid "Do you want to continue [Y/n]? "
msgstr "Vreţi să continuaţi? [Y/n] "
#: cmdline/apt-get.cc:958 cmdline/apt-get.cc:1334 cmdline/apt-get.cc:1959
@@ -1622,7 +1623,8 @@ msgstr ""
"'apt-get update' nu poate fi folosit pentru adăugarea de noi CD-uri"
#: methods/cdrom.cc:130 methods/cdrom.cc:168
-msgid "Wrong CD"
+#, fuzzy
+msgid "Wrong CD-ROM"
msgstr "CD necorespunzător"
#: methods/cdrom.cc:163
diff --git a/po/ru.po b/po/ru.po
index 7354bbcdf..83a59ef97 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-ru\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-09 19:50+0400\n"
"Last-Translator: Yuri Kozlov <yuray@id.ru>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -337,6 +337,7 @@ msgid "Error processing contents %s"
msgstr "ошибка обработки полного перечня содержимого пакетов (Contents) %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -375,7 +376,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Использование: apt-ftparchive [options] command\n"
"Команды: packages binarypath [overridefile [pathprefix]]\n"
diff --git a/po/sk.po b/po/sk.po
index 0ff0c8899..aee3988f8 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-09 11:29+0100\n"
"Last-Translator: Peter KLFMANiK Mann <Peter.Mann@tuke.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@@ -322,6 +322,7 @@ msgid "Error processing contents %s"
msgstr "Chyba pri spracovávaní obsahu %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -360,7 +361,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Použitie: apt-ftparchive [voľby] príkaz\n"
"Príkazy: packages binárna_cesta [súbor_override [prefix_cesty]]\n"
diff --git a/po/sl.po b/po/sl.po
index 34dc0d6c2..cf61f98e8 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-16 22:18+0100\n"
"Last-Translator: Jure uhalev <gandalf@owca.info>\n"
"Language-Team: Slovenian <sl@li.org>\n"
@@ -319,6 +319,7 @@ msgid "Error processing contents %s"
msgstr "Napaka pri obdelavi vsebine %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -357,7 +358,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Uporaba: apt-ftparchive [monosti] ukaz\n"
"Ukazi: packages binarypath [overridefile [pathprefix]]\n"
diff --git a/po/sv.po b/po/sv.po
index 0a53c13c6..afc0514ea 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-01-15 15:30+0100\n"
"Last-Translator: Peter Karlsson <peterk@debian.org>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -324,6 +324,7 @@ msgid "Error processing contents %s"
msgstr "Fel vid behaldning av innehllet %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -362,7 +363,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Anvndning: apt-ftparchive [flaggor] kommando\n"
"Kommandon: packages binrskvg [sidosttningsfill [skvgsprefix]]\n"
diff --git a/po/tl.po b/po/tl.po
index a40fe11fa..13e55d7db 100644
--- a/po/tl.po
+++ b/po/tl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-09 16:36+0800\n"
"Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
"Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"
@@ -329,6 +329,7 @@ msgid "Error processing contents %s"
msgstr "Error sa pagproseso ng Contents %s"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -367,7 +368,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"Pag-gamit: apt-ftparchive [mga option] utos\n"
"Mga utos: packages binarypath [overridefile [pathprefix]]\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 163917e05..264446d22 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.23\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-09 17:34+0800\n"
"Last-Translator: Tchaikov <chaisave@263.net>\n"
"Language-Team: Chinese (simplified) <i18n-translation@lists.linux.net.cn>\n"
@@ -322,6 +322,7 @@ msgid "Error processing contents %s"
msgstr "处理 Contents %s 时出错"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -360,7 +361,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"用法: apt-ftparchive [选项] 命令\n"
"命令: packages 二进制软件包搜索路径 [overridefile [路径前缀]]\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index f8c659000..c7b387177 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.5.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-05 22:10+0100\n"
+"POT-Creation-Date: 2005-03-29 07:17+0200\n"
"PO-Revision-Date: 2005-02-19 22:24+0800\n"
"Last-Translator: Asho Yeh <asho@debian.org.tw>\n"
"Language-Team: Chinese/Traditional <zh-l10n@linux.org.tw>\n"
@@ -323,6 +323,7 @@ msgid "Error processing contents %s"
msgstr "處理目錄 %s 時出錯"
#: ftparchive/apt-ftparchive.cc:551
+#, fuzzy
msgid ""
"Usage: apt-ftparchive [options] command\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
@@ -361,7 +362,7 @@ msgid ""
" --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"
+" -o=? Set an arbitrary configuration option"
msgstr ""
"用法: apt-ftparchive [選項] 命令\n"
"命令: packages 二進制套件搜索路徑 [overridefile [pathprefix]]\n"