summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:00:47 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:00:47 +0000
commitdc738e7ae6a9c14992279dc2c52f71b14ced53aa (patch)
treef499d824a6da6d4fcce2a927192ba30fdbebd143
parentbac2e715204b341d7818444c4a4ad2e3e4e5b18d (diff)
Lots and lots of i18n updates.
Author: doogie Date: 2003-02-10 07:34:41 GMT Lots and lots of i18n updates.
-rw-r--r--ftparchive/apt-ftparchive.cc32
-rw-r--r--ftparchive/cachedb.cc15
-rw-r--r--ftparchive/contents.cc7
-rw-r--r--ftparchive/multicompress.cc31
-rw-r--r--ftparchive/override.cc23
-rw-r--r--ftparchive/writer.cc52
-rw-r--r--methods/cdrom.cc17
-rw-r--r--methods/connect.cc31
-rw-r--r--methods/copy.cc7
-rw-r--r--methods/file.cc7
-rw-r--r--methods/ftp.cc84
-rw-r--r--methods/gzip.cc13
-rw-r--r--methods/http.cc43
-rw-r--r--methods/rsh.cc27
-rw-r--r--po/apt-all.pot622
-rw-r--r--po/da.po1655
-rw-r--r--po/de.po1535
-rw-r--r--po/en_GB.po1133
-rw-r--r--po/es.po2360
-rw-r--r--po/fr.po1736
-rw-r--r--po/hu.po2304
-rw-r--r--po/it.po1684
-rw-r--r--po/makefile2
-rw-r--r--po/nl.po2014
-rw-r--r--po/no_NO.po1261
-rw-r--r--po/pl.po1280
-rw-r--r--po/pt_BR.po1283
-rw-r--r--po/ru.po1632
-rw-r--r--po/sv.po1278
-rw-r--r--po/zh_TW.po1215
30 files changed, 16166 insertions, 7217 deletions
diff --git a/ftparchive/apt-ftparchive.cc b/ftparchive/apt-ftparchive.cc
index b150d4092..480d32805 100644
--- a/ftparchive/apt-ftparchive.cc
+++ b/ftparchive/apt-ftparchive.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: apt-ftparchive.cc,v 1.5 2002/11/11 04:27:51 doogie Exp $
+// $Id: apt-ftparchive.cc,v 1.6 2003/02/10 07:34:41 doogie Exp $
/* ######################################################################
apt-scanpackages - Efficient work-alike for dpkg-scanpackages
@@ -160,9 +160,9 @@ bool PackageMap::GenPackages(Configuration &Setup,struct CacheDB::Stats &Stats)
flCombine(OverrideDir,BinOverride),
flCombine(OverrideDir,ExtraOverride));
if (PkgExt.empty() == false && Packages.SetExts(PkgExt) == false)
- return _error->Error("Package extension list is too long");
+ return _error->Error(_("Package extension list is too long"));
if (_error->PendingError() == true)
- return _error->Error("Error Processing directory %s",BaseDir.c_str());
+ return _error->Error(_("Error Processing directory %s"),BaseDir.c_str());
Packages.PathPrefix = PathPrefix;
Packages.DirStrip = ArchiveDir;
@@ -176,7 +176,7 @@ bool PackageMap::GenPackages(Configuration &Setup,struct CacheDB::Stats &Stats)
PkgCompress,Permissions);
Packages.Output = Comp.Input;
if (_error->PendingError() == true)
- return _error->Error("Error Processing directory %s",BaseDir.c_str());
+ return _error->Error(_("Error Processing directory %s"),BaseDir.c_str());
c0out << ' ' << BaseDir << ":" << flush;
@@ -199,7 +199,7 @@ bool PackageMap::GenPackages(Configuration &Setup,struct CacheDB::Stats &Stats)
if (Comp.Finalize(Size) == false)
{
c0out << endl;
- return _error->Error("Error Processing directory %s",BaseDir.c_str());
+ return _error->Error(_("Error Processing directory %s"),BaseDir.c_str());
}
if (Size != 0)
@@ -246,9 +246,9 @@ bool PackageMap::GenSources(Configuration &Setup,struct CacheDB::Stats &Stats)
flCombine(OverrideDir,SrcOverride),
flCombine(OverrideDir,SrcExtraOverride));
if (SrcExt.empty() == false && Sources.SetExts(SrcExt) == false)
- return _error->Error("Source extension list is too long");
+ return _error->Error(_("Source extension list is too long"));
if (_error->PendingError() == true)
- return _error->Error("Error Processing directory %s",BaseDir.c_str());
+ return _error->Error(_("Error Processing directory %s"),BaseDir.c_str());
Sources.PathPrefix = PathPrefix;
Sources.DirStrip = ArchiveDir;
@@ -262,7 +262,7 @@ bool PackageMap::GenSources(Configuration &Setup,struct CacheDB::Stats &Stats)
SrcCompress,Permissions);
Sources.Output = Comp.Input;
if (_error->PendingError() == true)
- return _error->Error("Error Processing directory %s",BaseDir.c_str());
+ return _error->Error(_("Error Processing directory %s"),BaseDir.c_str());
c0out << ' ' << BaseDir << ":" << flush;
@@ -284,7 +284,7 @@ bool PackageMap::GenSources(Configuration &Setup,struct CacheDB::Stats &Stats)
if (Comp.Finalize(Size) == false)
{
c0out << endl;
- return _error->Error("Error Processing directory %s",BaseDir.c_str());
+ return _error->Error(_("Error Processing directory %s"),BaseDir.c_str());
}
if (Size != 0)
@@ -333,7 +333,7 @@ bool PackageMap::GenContents(Configuration &Setup,
// Create a package writer object.
ContentsWriter Contents("");
if (PkgExt.empty() == false && Contents.SetExts(PkgExt) == false)
- return _error->Error("Package extension list is too long");
+ return _error->Error(_("Package extension list is too long"));
if (_error->PendingError() == true)
return false;
@@ -363,7 +363,7 @@ bool PackageMap::GenContents(Configuration &Setup,
return false;
if (fwrite(Buf,1,ToRead,Comp.Input) != ToRead)
- return _error->Errno("fwrite","Error writing header to contents file");
+ return _error->Errno("fwrite",_("Error writing header to contents file"));
Size -= ToRead;
}
@@ -393,7 +393,7 @@ bool PackageMap::GenContents(Configuration &Setup,
if (Comp.Finalize(Size) == false || _error->PendingError() == true)
{
c0out << endl;
- return _error->Error("Error Processing Contents %s",
+ return _error->Error(_("Error Processing Contents %s"),
this->Contents.c_str());
}
@@ -547,7 +547,7 @@ bool ShowHelp(CommandLine &CmdL)
return true;
cout <<
- "Usage: apt-ftparchive [options] command\n"
+ _("Usage: apt-ftparchive [options] command\n"
"Commands: packges binarypath [overridefile [pathprefix]]\n"
" sources srcpath [overridefile [pathprefix]]\n"
" contents path\n"
@@ -583,7 +583,7 @@ bool ShowHelp(CommandLine &CmdL)
" --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" << endl;
+ " -o=? Set an arbitary configuration option") << endl;
return true;
}
@@ -728,7 +728,7 @@ bool Generate(CommandLine &CmdL)
if (RegexChoice(List,CmdL.FileList + 2,CmdL.FileList + CmdL.FileSize()) == 0)
{
delete [] List;
- return _error->Error("No selections matched");
+ return _error->Error(_("No selections matched"));
}
_error->DumpErrors();
@@ -801,7 +801,7 @@ bool Generate(CommandLine &CmdL)
{
if (MultiCompress::GetStat(flCombine(ArchiveDir,I->PkgFile),I->PkgCompress,B) == false)
{
- _error->Warning("Some files are missing in the package file group `%s'",I->PkgFile.c_str());
+ _error->Warning(_("Some files are missing in the package file group `%s'"),I->PkgFile.c_str());
continue;
}
diff --git a/ftparchive/cachedb.cc b/ftparchive/cachedb.cc
index b25d61d3b..440a90665 100644
--- a/ftparchive/cachedb.cc
+++ b/ftparchive/cachedb.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: cachedb.cc,v 1.5 2002/11/22 18:02:08 doogie Exp $
+// $Id: cachedb.cc,v 1.6 2003/02/10 07:34:41 doogie Exp $
/* ######################################################################
CacheDB
@@ -16,6 +16,7 @@
#include "cachedb.h"
+#include <apti18n.h>
#include <apt-pkg/error.h>
#include <apt-pkg/md5.h>
#include <apt-pkg/strutl.h>
@@ -39,7 +40,7 @@ bool CacheDB::ReadyDB(string DB)
corrupted DB */
if (DBFailed() == true)
{
- _error->Warning("DB was corrupted, file renamed to %s.old",DBFile.c_str());
+ _error->Warning(_("DB was corrupted, file renamed to %s.old"),DBFile.c_str());
rename(DBFile.c_str(),(DBFile+".old").c_str());
}
@@ -55,7 +56,7 @@ bool CacheDB::ReadyDB(string DB)
0644,0,0,&Dbp)) != 0)
{
Dbp = 0;
- return _error->Errno("db_open","Unable to open DB2 file %s",DB.c_str());
+ return _error->Errno("db_open",_("Unable to open DB2 file %s"),DB.c_str());
}
DBFile = DB;
@@ -95,7 +96,7 @@ bool CacheDB::SetFile(string FileName,struct stat St,FileFd *Fd)
{
CurStat.mtime = htonl(St.st_mtime);
CurStat.Flags = 0;
- _error->Warning("File date has changed %s",FileName.c_str());
+ _error->Warning(_("File date has changed %s"),FileName.c_str());
}
}
else
@@ -136,7 +137,7 @@ bool CacheDB::LoadControl()
return false;
if (Control.Control == 0)
- return _error->Error("Archive has no control record");
+ return _error->Error(_("Archive has no control record"));
// Write back the control information
InitQuery("cl");
@@ -249,11 +250,11 @@ bool CacheDB::Clean()
#if DB_VERSION_MAJOR >= 2 && DB_VERSION_MINOR >= 7
DBC *Cursor;
if ((errno = Dbp->cursor(Dbp,0,&Cursor,0)) != 0)
- return _error->Error("Unable to get a cursor");
+ return _error->Error(_("Unable to get a cursor"));
#else
DBC *Cursor;
if ((errno = Dbp->cursor(Dbp,0,&Cursor)) != 0)
- return _error->Error("Unable to get a cursor");
+ return _error->Error(_("Unable to get a cursor"));
#endif
DBT Key;
diff --git a/ftparchive/contents.cc b/ftparchive/contents.cc
index b6de47b58..4f2b1d163 100644
--- a/ftparchive/contents.cc
+++ b/ftparchive/contents.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: contents.cc,v 1.3 2001/02/27 04:24:09 jgg Exp $
+// $Id: contents.cc,v 1.4 2003/02/10 07:34:41 doogie Exp $
/* ######################################################################
contents - Archive contents generator
@@ -35,6 +35,7 @@
// Include Files /*{{{*/
#include "contents.h"
+#include <apti18n.h>
#include <apt-pkg/extracttar.h>
#include <apt-pkg/error.h>
#include <stdio.h>
@@ -342,7 +343,7 @@ bool ContentsExtract::DoItem(Item &Itm,int &Fd)
MaxSize = 512*1024/2;
char *NewData = (char *)realloc(Data,MaxSize*2);
if (NewData == 0)
- return _error->Error("realloc - Failed to allocate memory");
+ return _error->Error(_("realloc - Failed to allocate memory"));
Data = NewData;
MaxSize *= 2;
}
@@ -373,7 +374,7 @@ bool ContentsExtract::TakeContents(const void *NewData,unsigned long Length)
char *NewData = (char *)realloc(Data,MaxSize*2);
if (NewData == 0)
- return _error->Error("realloc - Failed to allocate memory");
+ return _error->Error(_("realloc - Failed to allocate memory"));
Data = NewData;
MaxSize *= 2;
}
diff --git a/ftparchive/multicompress.cc b/ftparchive/multicompress.cc
index 56a1a41a2..fabd460f8 100644
--- a/ftparchive/multicompress.cc
+++ b/ftparchive/multicompress.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: multicompress.cc,v 1.3 2001/05/29 03:48:27 jgg Exp $
+// $Id: multicompress.cc,v 1.4 2003/02/10 07:34:41 doogie Exp $
/* ######################################################################
MultiCompressor
@@ -20,6 +20,7 @@
#include "multicompress.h"
+#include <apti18n.h>
#include <apt-pkg/strutl.h>
#include <apt-pkg/error.h>
#include <apt-pkg/md5.h>
@@ -71,7 +72,7 @@ MultiCompress::MultiCompress(string Output,string Compress,
// Hmm.. unknown.
if (Comp->Name == 0)
{
- _error->Warning("Unknown Compresison Algorithm '%s'",string(Start,I).c_str());
+ _error->Warning(_("Unknown Compresison Algorithm '%s'"),string(Start,I).c_str());
continue;
}
@@ -101,7 +102,7 @@ MultiCompress::MultiCompress(string Output,string Compress,
if (Outputs == 0)
{
- _error->Error("Compressed output %s needs a compression set",Output.c_str());
+ _error->Error(_("Compressed output %s needs a compression set"),Output.c_str());
return;
}
@@ -168,7 +169,7 @@ bool MultiCompress::Start()
// Create a data pipe
int Pipe[2] = {-1,-1};
if (pipe(Pipe) != 0)
- return _error->Errno("pipe","Failed to create IPC pipe to subprocess");
+ return _error->Errno("pipe",_("Failed to create IPC pipe to subprocess"));
for (int I = 0; I != 2; I++)
SetCloseExec(Pipe[I],true);
@@ -194,10 +195,10 @@ bool MultiCompress::Start()
close(Pipe[0]);
Input = fdopen(Pipe[1],"w");
if (Input == 0)
- return _error->Errno("fdopen","Failed to create FILE*");
+ return _error->Errno("fdopen",_("Failed to create FILE*"));
if (Outputter == -1)
- return _error->Errno("fork","Failed to fork");
+ return _error->Errno("fork",_("Failed to fork"));
return true;
}
/*}}}*/
@@ -211,7 +212,7 @@ bool MultiCompress::Die()
fclose(Input);
Input = 0;
- bool Res = ExecWait(Outputter,"Compress Child",false);
+ bool Res = ExecWait(Outputter,_("Compress Child"),false);
Outputter = -1;
return Res;
}
@@ -234,7 +235,7 @@ bool MultiCompress::Finalize(unsigned long &OutSize)
{
struct stat St;
if (stat(I->Output.c_str(),&St) != 0)
- return _error->Error("Internal Error, Failed to create %s",
+ return _error->Error(_("Internal Error, Failed to create %s"),
I->Output.c_str());
if (I->OldMTime != St.st_mtime)
@@ -285,7 +286,7 @@ bool MultiCompress::OpenCompress(const CompType *Prog,int &Pid,int FileFd,
// Create a data pipe
int Pipe[2] = {-1,-1};
if (pipe(Pipe) != 0)
- return _error->Errno("pipe","Failed to create subprocess IPC");
+ return _error->Errno("pipe",_("Failed to create subprocess IPC"));
for (int J = 0; J != 2; J++)
SetCloseExec(Pipe[J],true);
@@ -320,7 +321,7 @@ bool MultiCompress::OpenCompress(const CompType *Prog,int &Pid,int FileFd,
Args[1] = Prog->UnCompArgs;
Args[2] = 0;
execvp(Args[0],(char **)Args);
- cerr << "Failed to exec compressor " << Args[0] << endl;
+ cerr << _("Failed to exec compressor ") << Args[0] << endl;
_exit(100);
};
if (Comp == true)
@@ -359,7 +360,7 @@ bool MultiCompress::CloseOld(int Fd,int Proc)
{
close(Fd);
if (Proc != -1)
- if (ExecWait(Proc,"decompressor",false) == false)
+ if (ExecWait(Proc,_("decompressor"),false) == false)
return false;
return true;
}
@@ -402,7 +403,7 @@ bool MultiCompress::Child(int FD)
{
if (write(I->Fd,Buffer,Res) != Res)
{
- _error->Errno("write","IO to subprocess/file failed");
+ _error->Errno("write",_("IO to subprocess/file failed"));
break;
}
}
@@ -454,7 +455,7 @@ bool MultiCompress::Child(int FD)
if (Res == 0)
break;
if (Res < 0)
- return _error->Errno("read","Failed to read while computing MD5");
+ return _error->Errno("read",_("Failed to read while computing MD5"));
NewFileSize += Res;
OldMD5.Add(Buffer,Res);
}
@@ -471,7 +472,7 @@ bool MultiCompress::Child(int FD)
{
I->TmpFile.Close();
if (unlink(I->TmpFile.Name().c_str()) != 0)
- _error->Errno("unlink","Problem unlinking %s",
+ _error->Errno("unlink",_("Problem unlinking %s"),
I->TmpFile.Name().c_str());
}
return !_error->PendingError();
@@ -486,7 +487,7 @@ bool MultiCompress::Child(int FD)
fchmod(I->TmpFile.Fd(),Permissions);
if (rename(I->TmpFile.Name().c_str(),I->Output.c_str()) != 0)
- _error->Errno("rename","Failed to rename %s to %s",
+ _error->Errno("rename",_("Failed to rename %s to %s"),
I->TmpFile.Name().c_str(),I->Output.c_str());
I->TmpFile.Close();
}
diff --git a/ftparchive/override.cc b/ftparchive/override.cc
index 40047c5b0..669ce25bf 100644
--- a/ftparchive/override.cc
+++ b/ftparchive/override.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: override.cc,v 1.3 2001/06/26 02:50:27 jgg Exp $
+// $Id: override.cc,v 1.4 2003/02/10 07:34:41 doogie Exp $
/* ######################################################################
Override
@@ -16,6 +16,7 @@
#include "override.h"
+#include <apti18n.h>
#include <apt-pkg/strutl.h>
#include <apt-pkg/error.h>
@@ -34,7 +35,7 @@ bool Override::ReadOverride(string File,bool Source)
FILE *F = fopen(File.c_str(),"r");
if (F == 0)
- return _error->Errno("fopen","Unable to open %s",File.c_str());
+ return _error->Errno("fopen",_("Unable to open %s"),File.c_str());
char Line[500];
unsigned long Counter = 0;
@@ -60,7 +61,7 @@ bool Override::ReadOverride(string File,bool Source)
for (; isspace(*End) == 0 && *End != 0; End++);
if (*End == 0)
{
- _error->Warning("Malformed override %s line %lu #1",File.c_str(),
+ _error->Warning(_("Malformed override %s line %lu #1"),File.c_str(),
Counter);
continue;
}
@@ -74,7 +75,7 @@ bool Override::ReadOverride(string File,bool Source)
for (; isspace(*End) == 0 && *End != 0; End++);
if (*End == 0)
{
- _error->Warning("Malformed override %s line %lu #2",File.c_str(),
+ _error->Warning(_("Malformed override %s line %lu #2"),File.c_str(),
Counter);
continue;
}
@@ -88,7 +89,7 @@ bool Override::ReadOverride(string File,bool Source)
for (; isspace(*End) == 0 && *End != 0; End++);
if (*End == 0)
{
- _error->Warning("Malformed override %s line %lu #3",File.c_str(),
+ _error->Warning(_("Malformed override %s line %lu #3"),File.c_str(),
Counter);
continue;
}
@@ -127,7 +128,7 @@ bool Override::ReadOverride(string File,bool Source)
}
if (ferror(F))
- _error->Errno("fgets","Failed to read the override file %s",File.c_str());
+ _error->Errno("fgets",_("Failed to read the override file %s"),File.c_str());
fclose(F);
return true;
}
@@ -142,7 +143,7 @@ bool Override::ReadExtraOverride(string File,bool Source)
FILE *F = fopen(File.c_str(),"r");
if (F == 0)
- return _error->Errno("fopen","Unable to open %s",File.c_str());
+ return _error->Errno("fopen",_("Unable to open %s"),File.c_str());
char Line[500];
unsigned long Counter = 0;
@@ -166,7 +167,7 @@ bool Override::ReadExtraOverride(string File,bool Source)
for (; isspace(*End) == 0 && *End != 0; End++);
if (*End == 0)
{
- _error->Warning("Malformed override %s line %lu #1",File.c_str(),
+ _error->Warning(_("Malformed override %s line %lu #1"),File.c_str(),
Counter);
continue;
}
@@ -178,7 +179,7 @@ bool Override::ReadExtraOverride(string File,bool Source)
for (; isspace(*End) == 0 && *End != 0; End++);
if (*End == 0)
{
- _error->Warning("Malformed override %s line %lu #2",File.c_str(),
+ _error->Warning(_("Malformed override %s line %lu #2"),File.c_str(),
Counter);
continue;
}
@@ -191,7 +192,7 @@ bool Override::ReadExtraOverride(string File,bool Source)
for (; isspace(*(End-1)) && End > Value; End--);
if (End == Value)
{
- _error->Warning("Malformed override %s line %lu #3",File.c_str(),
+ _error->Warning(_("Malformed override %s line %lu #3"),File.c_str(),
Counter);
continue;
}
@@ -201,7 +202,7 @@ bool Override::ReadExtraOverride(string File,bool Source)
}
if (ferror(F))
- _error->Errno("fgets","Failed to read the override file %s",File.c_str());
+ _error->Errno("fgets",_("Failed to read the override file %s"),File.c_str());
fclose(F);
return true;
}
diff --git a/ftparchive/writer.cc b/ftparchive/writer.cc
index 9f053bd2c..94d88388a 100644
--- a/ftparchive/writer.cc
+++ b/ftparchive/writer.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: writer.cc,v 1.6 2002/11/11 04:27:51 doogie Exp $
+// $Id: writer.cc,v 1.7 2003/02/10 07:34:41 doogie Exp $
/* ######################################################################
Writer
@@ -17,6 +17,7 @@
#include "writer.h"
+#include <apti18n.h>
#include <apt-pkg/strutl.h>
#include <apt-pkg/error.h>
#include <apt-pkg/configuration.h>
@@ -74,12 +75,12 @@ int FTWScanner::Scanner(const char *File,const struct stat *sb,int Flag)
if (Flag == FTW_DNR)
{
Owner->NewLine(1);
- c1out << "W: Unable to read directory " << File << endl;
+ ioprintf(c1out, _("W: Unable to read directory %s\n"), File);
}
if (Flag == FTW_NS)
{
Owner->NewLine(1);
- c1out << "W: Unable to stat " << File << endl;
+ ioprintf(c1out, _("W: Unable to stat %s\n"), File);
}
if (Flag != FTW_F)
return 0;
@@ -118,16 +119,16 @@ int FTWScanner::Scanner(const char *File,const struct stat *sb,int Flag)
bool Type = _error->PopMessage(Err);
if (Type == true)
- cerr << "E: " << Err << endl;
+ cerr << _("E: ") << Err << endl;
else
- cerr << "W: " << Err << endl;
+ cerr << _("W: ") << Err << endl;
if (Err.find(File) != string::npos)
SeenPath = true;
}
if (SeenPath == false)
- cerr << "E: Errors apply to file '" << File << "'" << endl;
+ cerr << _("E: Errors apply to file ") << "'" << File << "'" << endl;
return 0;
}
@@ -144,7 +145,7 @@ bool FTWScanner::RecursiveScan(string Dir)
if (InternalPrefix.empty() == true)
{
if (realpath(Dir.c_str(),RealPath) == 0)
- return _error->Errno("realpath","Failed to resolve %s",Dir.c_str());
+ return _error->Errno("realpath",_("Failed to resolve %s"),Dir.c_str());
InternalPrefix = RealPath;
}
@@ -156,7 +157,7 @@ bool FTWScanner::RecursiveScan(string Dir)
if (Res != 0)
{
if (_error->PendingError() == false)
- _error->Errno("ftw","Tree walking failed");
+ _error->Errno("ftw",_("Tree walking failed"));
return false;
}
@@ -174,14 +175,14 @@ bool FTWScanner::LoadFileList(string Dir,string File)
if (InternalPrefix.empty() == true)
{
if (realpath(Dir.c_str(),RealPath) == 0)
- return _error->Errno("realpath","Failed to resolve %s",Dir.c_str());
+ return _error->Errno("realpath",_("Failed to resolve %s"),Dir.c_str());
InternalPrefix = RealPath;
}
Owner = this;
FILE *List = fopen(File.c_str(),"r");
if (List == 0)
- return _error->Errno("fopen","Failed to open %s",File.c_str());
+ return _error->Errno("fopen",_("Failed to open %s"),File.c_str());
/* We are a tad tricky here.. We prefix the buffer with the directory
name, that way if we need a full path with just use line.. Sneaky and
@@ -238,25 +239,26 @@ bool FTWScanner::Delink(string &FileName,const char *OriginalPath,
cout << endl;
NewLine(1);
- c1out << " DeLink " << (OriginalPath + InternalPrefix.length())
- << " [" << SizeToStr(St.st_size) << "B]" << endl << flush;
+ ioprintf(c1out, _(" DeLink %s [%s]\n"), (OriginalPath + InternalPrefix.length()),
+ SizeToStr(St.st_size).c_str());
+ c1out << flush;
if (NoLinkAct == false)
{
char OldLink[400];
if (readlink(OriginalPath,OldLink,sizeof(OldLink)) == -1)
- _error->Errno("readlink","Failed to readlink %s",OriginalPath);
+ _error->Errno("readlink",_("Failed to readlink %s"),OriginalPath);
else
{
if (unlink(OriginalPath) != 0)
- _error->Errno("unlink","Failed to unlink %s",OriginalPath);
+ _error->Errno("unlink",_("Failed to unlink %s"),OriginalPath);
else
{
if (link(FileName.c_str(),OriginalPath) != 0)
{
// Panic! Restore the symlink
symlink(OldLink,OriginalPath);
- return _error->Errno("link","*** Failed to link %s to %s",
+ return _error->Errno("link",_("*** Failed to link %s to %s"),
FileName.c_str(),
OriginalPath);
}
@@ -266,7 +268,7 @@ bool FTWScanner::Delink(string &FileName,const char *OriginalPath,
DeLinkBytes += St.st_size;
if (DeLinkBytes/1024 >= DeLinkLimit)
- c1out << " DeLink limit of " << SizeToStr(DeLinkBytes) << "B hit." << endl;
+ ioprintf(c1out, _(" DeLink limit of %sB hit.\n"), SizeToStr(DeLinkBytes).c_str());
}
FileName = OriginalPath;
@@ -333,7 +335,7 @@ bool PackagesWriter::DoPackage(string FileName)
// Stat the file for later
struct stat St;
if (fstat(F.Fd(),&St) != 0)
- return _error->Errno("fstat","Failed to stat %s",FileName.c_str());
+ return _error->Errno("fstat",_("Failed to stat %s"),FileName.c_str());
// Pull all the data we need form the DB
string MD5Res;
@@ -353,7 +355,7 @@ bool PackagesWriter::DoPackage(string FileName)
Override::Item *OverItem = Over.GetItem(Package);
if (Package.empty() == true)
- return _error->Error("Archive had no package field");
+ return _error->Error(_("Archive had no package field"));
// If we need to do any rewriting of the header do it now..
if (OverItem == 0)
@@ -361,7 +363,7 @@ bool PackagesWriter::DoPackage(string FileName)
if (NoOverride == false)
{
NewLine(1);
- c1out << " " << Package << " has no override entry" << endl;
+ ioprintf(c1out, _(" %s has no override entry\n"), Package.c_str());
}
OverItem = &Tmp;
@@ -404,9 +406,8 @@ bool PackagesWriter::DoPackage(string FileName)
if (NoOverride == false)
{
NewLine(1);
- c1out << " " << Package << " maintainer is " <<
- Tags.FindS("Maintainer") << " not " <<
- OverItem->OldMaint << endl;
+ ioprintf(c1out, _(" %s maintainer is %s not %s\n"),
+ Package.c_str(), Tags.FindS("Maintainer").c_str(), OverItem->OldMaint.c_str());
}
}
@@ -572,7 +573,7 @@ bool SourcesWriter::DoPackage(string FileName)
if (NoOverride == false)
{
NewLine(1);
- c1out << " " << Tags.FindS("Source") << " has no override entry" << endl;
+ ioprintf(c1out, _(" %s has no override entry\n"), Tags.FindS("Source").c_str());
}
OverItem = &Tmp;
@@ -654,9 +655,8 @@ bool SourcesWriter::DoPackage(string FileName)
if (NoOverride == false)
{
NewLine(1);
- c1out << " " << Package << " maintainer is " <<
- Tags.FindS("Maintainer") << " not " <<
- OverItem->OldMaint << endl;
+ ioprintf(c1out, _(" %s maintainer is %s not %s\n"), Package.c_str(),
+ Tags.FindS("Maintainer").c_str(), OverItem->OldMaint.c_str());
}
}
if (NewMaint.empty() == false)
diff --git a/methods/cdrom.cc b/methods/cdrom.cc
index c4fde2217..f6b0bc679 100644
--- a/methods/cdrom.cc
+++ b/methods/cdrom.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: cdrom.cc,v 1.19 2002/11/22 07:26:10 doogie Exp $
+// $Id: cdrom.cc,v 1.20 2003/02/10 07:34:41 doogie Exp $
/* ######################################################################
CDROM URI method for APT
@@ -8,6 +8,7 @@
##################################################################### */
/*}}}*/
// Include Files /*{{{*/
+#include <apti18n.h>
#include <apt-pkg/acquire-method.h>
#include <apt-pkg/cdromutl.h>
#include <apt-pkg/error.h>
@@ -109,7 +110,7 @@ bool CDROMMethod::Fetch(FetchItem *Itm)
if (FileExists(DFile) == true)
{
if (ReadConfigFile(Database,DFile) == false)
- return _error->Error("Unable to read the cdrom database %s",
+ return _error->Error(_("Unable to read the cdrom database %s"),
DFile.c_str());
}
DatabaseLoaded = true;
@@ -118,15 +119,15 @@ bool CDROMMethod::Fetch(FetchItem *Itm)
// All non IMS queries for package files fail.
if (Itm->IndexFile == true || GetID(Get.Host).empty() == true)
{
- Fail("Please use apt-cdrom to make this CD recognized by APT."
- " apt-get update cannot be used to add new CDs");
+ Fail(_("Please use apt-cdrom to make this CD recognized by APT."
+ " apt-get update cannot be used to add new CDs"));
return true;
}
// We already have a CD inserted, but it is the wrong one
if (CurrentID.empty() == false && Database.Find("CD::" + CurrentID) != Get.Host)
{
- Fail("Wrong CD",true);
+ Fail(_("Wrong CD"),true);
return true;
}
@@ -159,12 +160,12 @@ bool CDROMMethod::Fetch(FetchItem *Itm)
// I suppose this should prompt somehow?
if (UnmountCdrom(CDROM) == false)
- return _error->Error("Unable to unmount the CD-ROM in %s, it may still be in use.",
+ return _error->Error(_("Unable to unmount the CD-ROM in %s, it may still be in use."),
CDROM.c_str());
if (MediaFail(Get.Host,CDROM) == false)
{
CurrentID = "FAIL";
- Fail("Wrong CD",true);
+ Fail(_("Wrong CD"),true);
return true;
}
}
@@ -173,7 +174,7 @@ bool CDROMMethod::Fetch(FetchItem *Itm)
Res.Filename = CDROM + File;
struct stat Buf;
if (stat(Res.Filename.c_str(),&Buf) != 0)
- return _error->Error("File not found");
+ return _error->Error(_("File not found"));
if (NewID.empty() == false)
CurrentID = NewID;
diff --git a/methods/connect.cc b/methods/connect.cc
index e58991b55..23961d83b 100644
--- a/methods/connect.cc
+++ b/methods/connect.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: connect.cc,v 1.9 2002/09/14 05:28:38 jgg Exp $
+// $Id: connect.cc,v 1.10 2003/02/10 07:34:41 doogie Exp $
/* ######################################################################
Connect - Replacement connect call
@@ -11,6 +11,7 @@
##################################################################### */
/*}}}*/
// Include Files /*{{{*/
+#include <apti18n.h>
#include "connect.h"
#include <apt-pkg/error.h>
#include <apt-pkg/fileutl.h>
@@ -60,14 +61,14 @@ static bool DoConnect(struct addrinfo *Addr,string Host,
getnameinfo(Addr->ai_addr,Addr->ai_addrlen,
Name,sizeof(Name),Service,sizeof(Service),
NI_NUMERICHOST|NI_NUMERICSERV);
- Owner->Status("Connecting to %s (%s)",Host.c_str(),Name);
+ Owner->Status(_("Connecting to %s (%s)"),Host.c_str(),Name);
/* If this is an IP rotation store the IP we are using.. If something goes
wrong this will get tacked onto the end of the error message */
if (LastHostAddr->ai_next != 0)
{
char Name2[NI_MAXHOST + NI_MAXSERV + 10];
- snprintf(Name2,sizeof(Name2),"[IP: %s %s]",Name,Service);
+ snprintf(Name2,sizeof(Name2),_("[IP: %s %s]"),Name,Service);
Owner->SetFailExtraMsg(string(Name2));
}
else
@@ -76,31 +77,31 @@ static bool DoConnect(struct addrinfo *Addr,string Host,
// Get a socket
if ((Fd = socket(Addr->ai_family,Addr->ai_socktype,
Addr->ai_protocol)) < 0)
- return _error->Errno("socket","Could not create a socket for %s (f=%u t=%u p=%u)",
+ return _error->Errno("socket",_("Could not create a socket for %s (f=%u t=%u p=%u)"),
Name,Addr->ai_family,Addr->ai_socktype,Addr->ai_protocol);
SetNonBlock(Fd,true);
if (connect(Fd,Addr->ai_addr,Addr->ai_addrlen) < 0 &&
errno != EINPROGRESS)
- return _error->Errno("connect","Cannot initiate the connection "
- "to %s:%s (%s).",Host.c_str(),Service,Name);
+ return _error->Errno("connect",_("Cannot initiate the connection "
+ "to %s:%s (%s)."),Host.c_str(),Service,Name);
/* This implements a timeout for connect by opening the connection
nonblocking */
if (WaitFd(Fd,true,TimeOut) == false)
- return _error->Error("Could not connect to %s:%s (%s), "
- "connection timed out",Host.c_str(),Service,Name);
+ return _error->Error(_("Could not connect to %s:%s (%s), "
+ "connection timed out"),Host.c_str(),Service,Name);
// Check the socket for an error condition
unsigned int Err;
unsigned int Len = sizeof(Err);
if (getsockopt(Fd,SOL_SOCKET,SO_ERROR,&Err,&Len) != 0)
- return _error->Errno("getsockopt","Failed");
+ return _error->Errno("getsockopt",_("Failed"));
if (Err != 0)
{
errno = Err;
- return _error->Errno("connect","Could not connect to %s:%s (%s).",Host.c_str(),
+ return _error->Errno("connect",_("Could not connect to %s:%s (%s)."),Host.c_str(),
Service,Name);
}
@@ -128,7 +129,7 @@ bool Connect(string Host,int Port,const char *Service,int DefPort,int &Fd,
sensible */
if (LastHost != Host || LastPort != Port)
{
- Owner->Status("Connecting to %s",Host.c_str());
+ Owner->Status(_("Connecting to %s"),Host.c_str());
// Free the old address structure
if (LastHostAddr != 0)
@@ -159,13 +160,13 @@ bool Connect(string Host,int Port,const char *Service,int DefPort,int &Fd,
DefPort = 0;
continue;
}
- return _error->Error("Could not resolve '%s'",Host.c_str());
+ return _error->Error(_("Could not resolve '%s'"),Host.c_str());
}
if (Res == EAI_AGAIN)
- return _error->Error("Temporary failure resolving '%s'",
+ return _error->Error(_("Temporary failure resolving '%s'"),
Host.c_str());
- return _error->Error("Something wicked happened resolving '%s:%s' (%i)",
+ return _error->Error(_("Something wicked happened resolving '%s:%s' (%i)"),
Host.c_str(),ServStr,Res);
}
break;
@@ -212,6 +213,6 @@ bool Connect(string Host,int Port,const char *Service,int DefPort,int &Fd,
if (_error->PendingError() == true)
return false;
- return _error->Error("Unable to connect to %s %s:",Host.c_str(),ServStr);
+ return _error->Error(_("Unable to connect to %s %s:"),Host.c_str(),ServStr);
}
/*}}}*/
diff --git a/methods/copy.cc b/methods/copy.cc
index c89eb975d..87e77eda3 100644
--- a/methods/copy.cc
+++ b/methods/copy.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: copy.cc,v 1.6 1999/01/20 04:36:43 jgg Exp $
+// $Id: copy.cc,v 1.7 2003/02/10 07:34:41 doogie Exp $
/* ######################################################################
Copy URI - This method takes a uri like a file: uri and copies it
@@ -9,6 +9,7 @@
##################################################################### */
/*}}}*/
// Include Files /*{{{*/
+#include <apti18n.h>
#include <apt-pkg/fileutl.h>
#include <apt-pkg/acquire-method.h>
#include <apt-pkg/error.h>
@@ -38,7 +39,7 @@ bool CopyMethod::Fetch(FetchItem *Itm)
// Stat the file and send a start message
struct stat Buf;
if (stat(File.c_str(),&Buf) != 0)
- return _error->Errno("stat","Failed to stat");
+ return _error->Errno("stat",_("Failed to stat"));
// Forumulate a result and send a start message
FetchResult Res;
@@ -75,7 +76,7 @@ bool CopyMethod::Fetch(FetchItem *Itm)
if (utime(Itm->DestFile.c_str(),&TimeBuf) != 0)
{
To.OpFail();
- return _error->Errno("utime","Failed to set modification time");
+ return _error->Errno("utime",_("Failed to set modification time"));
}
URIDone(Res);
diff --git a/methods/file.cc b/methods/file.cc
index 298f06608..bf7d380c5 100644
--- a/methods/file.cc
+++ b/methods/file.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: file.cc,v 1.8 2000/01/27 04:15:10 jgg Exp $
+// $Id: file.cc,v 1.9 2003/02/10 07:34:41 doogie Exp $
/* ######################################################################
File URI method for APT
@@ -13,6 +13,7 @@
##################################################################### */
/*}}}*/
// Include Files /*{{{*/
+#include <apti18n.h>
#include <apt-pkg/acquire-method.h>
#include <apt-pkg/error.h>
@@ -38,7 +39,7 @@ bool FileMethod::Fetch(FetchItem *Itm)
string File = Get.Path;
FetchResult Res;
if (Get.Host.empty() == false)
- return _error->Error("Invalid URI, local URIS must not start with //");
+ return _error->Error(_("Invalid URI, local URIS must not start with //"));
// See if the file exists
struct stat Buf;
@@ -73,7 +74,7 @@ bool FileMethod::Fetch(FetchItem *Itm)
}
if (Res.Filename.empty() == true)
- return _error->Error("File not found");
+ return _error->Error(_("File not found"));
URIDone(Res);
return true;
diff --git a/methods/ftp.cc b/methods/ftp.cc
index 10f1406f5..cc2f1395d 100644
--- a/methods/ftp.cc
+++ b/methods/ftp.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: ftp.cc,v 1.29 2002/04/24 05:35:13 jgg Exp $
+// $Id: ftp.cc,v 1.30 2003/02/10 07:34:41 doogie Exp $
/* ######################################################################
FTP Aquire Method - This is the FTP aquire method for APT.
@@ -15,6 +15,7 @@
##################################################################### */
/*}}}*/
// Include Files /*{{{*/
+#include <apti18n.h>
#include <apt-pkg/fileutl.h>
#include <apt-pkg/acquire-method.h>
#include <apt-pkg/error.h>
@@ -158,18 +159,18 @@ bool FTPConn::Open(pkgAcqMethod *Owner)
return false;
// Login must be before getpeername otherwise dante won't work.
- Owner->Status("Logging in");
+ Owner->Status(_("Logging in"));
bool Res = Login();
// Get the remote server's address
PeerAddrLen = sizeof(PeerAddr);
if (getpeername(ServerFd,(sockaddr *)&PeerAddr,&PeerAddrLen) != 0)
- return _error->Errno("getpeername","Unable to determine the peer name");
+ return _error->Errno("getpeername",_("Unable to determine the peer name"));
// Get the local machine's address
ServerAddrLen = sizeof(ServerAddr);
if (getsockname(ServerFd,(sockaddr *)&ServerAddr,&ServerAddrLen) != 0)
- return _error->Errno("getsockname","Unable to determine the local name");
+ return _error->Errno("getsockname",_("Unable to determine the local name"));
return Res;
}
@@ -200,19 +201,19 @@ bool FTPConn::Login()
if (ReadResp(Tag,Msg) == false)
return false;
if (Tag >= 400)
- return _error->Error("Server refused our connection and said: %s",Msg.c_str());
+ return _error->Error(_("Server refused our connection and said: %s"),Msg.c_str());
// Send the user
if (WriteMsg(Tag,Msg,"USER %s",User.c_str()) == false)
return false;
if (Tag >= 400)
- return _error->Error("USER failed, server said: %s",Msg.c_str());
+ return _error->Error(_("USER failed, server said: %s"),Msg.c_str());
// Send the Password
if (WriteMsg(Tag,Msg,"PASS %s",Pass.c_str()) == false)
return false;
if (Tag >= 400)
- return _error->Error("PASS failed, server said: %s",Msg.c_str());
+ return _error->Error(_("PASS failed, server said: %s"),Msg.c_str());
// Enter passive mode
if (_config->Exists("Acquire::FTP::Passive::" + ServerName.Host) == true)
@@ -226,13 +227,13 @@ bool FTPConn::Login()
if (ReadResp(Tag,Msg) == false)
return false;
if (Tag >= 400)
- return _error->Error("Server refused our connection and said: %s",Msg.c_str());
+ return _error->Error(_("Server refused our connection and said: %s"),Msg.c_str());
// Perform proxy script execution
Configuration::Item const *Opts = _config->Tree("Acquire::ftp::ProxyLogin");
if (Opts == 0 || Opts->Child == 0)
- return _error->Error("A proxy server was specified but no login "
- "script, Acquire::ftp::ProxyLogin is empty.");
+ return _error->Error(_("A proxy server was specified but no login "
+ "script, Acquire::ftp::ProxyLogin is empty."));
Opts = Opts->Child;
// Iterate over the entire login script
@@ -259,7 +260,7 @@ bool FTPConn::Login()
if (WriteMsg(Tag,Msg,"%s",Tmp.c_str()) == false)
return false;
if (Tag >= 400)
- return _error->Error("Login script command '%s' failed, server said: %s",Tmp.c_str(),Msg.c_str());
+ return _error->Error(_("Login script command '%s' failed, server said: %s"),Tmp.c_str(),Msg.c_str());
}
// Enter passive mode
@@ -285,7 +286,7 @@ bool FTPConn::Login()
if (WriteMsg(Tag,Msg,"TYPE I") == false)
return false;
if (Tag >= 400)
- return _error->Error("TYPE failed, server said: %s",Msg.c_str());
+ return _error->Error(_("TYPE failed, server said: %s"),Msg.c_str());
return true;
}
@@ -323,23 +324,23 @@ bool FTPConn::ReadLine(string &Text)
if (WaitFd(ServerFd,false,TimeOut) == false)
{
Close();
- return _error->Error("Connection timeout");
+ return _error->Error(_("Connection timeout"));
}
// Suck it back
int Res = read(ServerFd,Buffer + Len,sizeof(Buffer) - Len);
if (Res == 0)
- _error->Error("Server closed the connection");
+ _error->Error(_("Server closed the connection"));
if (Res <= 0)
{
- _error->Errno("read","Read error");
+ _error->Errno("read",_("Read error"));
Close();
return false;
}
Len += Res;
}
- return _error->Error("A response overflowed the buffer.");
+ return _error->Error(_("A response overflowed the buffer."));
}
/*}}}*/
// FTPConn::ReadResp - Read a full response from the server /*{{{*/
@@ -356,7 +357,7 @@ bool FTPConn::ReadResp(unsigned int &Ret,string &Text)
char *End;
Ret = strtol(Msg.c_str(),&End,10);
if (End - Msg.c_str() != 3)
- return _error->Error("Protocol corruption");
+ return _error->Error(_("Protocol corruption"));
// All done ?
Text = Msg.c_str()+4;
@@ -368,7 +369,7 @@ bool FTPConn::ReadResp(unsigned int &Ret,string &Text)
}
if (*End != '-')
- return _error->Error("Protocol corruption");
+ return _error->Error(_("Protocol corruption"));
/* Okay, here we do the continued message trick. This is foolish, but
proftpd follows the protocol as specified and wu-ftpd doesn't, so
@@ -434,13 +435,13 @@ bool FTPConn::WriteMsg(unsigned int &Ret,string &Text,const char *Fmt,...)
if (WaitFd(ServerFd,true,TimeOut) == false)
{
Close();
- return _error->Error("Connection timeout");
+ return _error->Error(_("Connection timeout"));
}
int Res = write(ServerFd,S + Start,Len);
if (Res <= 0)
{
- _error->Errno("write","Write Error");
+ _error->Errno("write",_("Write Error"));
Close();
return false;
}
@@ -681,24 +682,24 @@ bool FTPConn::CreateDataFd()
// Get a socket
if ((DataFd = socket(PasvAddr->ai_family,PasvAddr->ai_socktype,
PasvAddr->ai_protocol)) < 0)
- return _error->Errno("socket","Could not create a socket");
+ return _error->Errno("socket",_("Could not create a socket"));
// Connect to the server
SetNonBlock(DataFd,true);
if (connect(DataFd,PasvAddr->ai_addr,PasvAddr->ai_addrlen) < 0 &&
errno != EINPROGRESS)
- return _error->Errno("socket","Could not create a socket");
+ return _error->Errno("socket",_("Could not create a socket"));
/* This implements a timeout for connect by opening the connection
nonblocking */
if (WaitFd(DataFd,true,TimeOut) == false)
- return _error->Error("Could not connect data socket, connection timed out");
+ return _error->Error(_("Could not connect data socket, connection timed out"));
unsigned int Err;
unsigned int Len = sizeof(Err);
if (getsockopt(DataFd,SOL_SOCKET,SO_ERROR,&Err,&Len) != 0)
- return _error->Errno("getsockopt","Failed");
+ return _error->Errno("getsockopt",_("Failed"));
if (Err != 0)
- return _error->Error("Could not connect passive socket.");
+ return _error->Error(_("Could not connect passive socket."));
return true;
}
@@ -716,32 +717,33 @@ bool FTPConn::CreateDataFd()
Hints.ai_family = ((struct sockaddr *)&ServerAddr)->sa_family;
int Res;
if ((Res = getaddrinfo(0,"0",&Hints,&BindAddr)) != 0)
- return _error->Error("getaddrinfo was unable to get a listening socket");
+ return _error->Error(_("getaddrinfo was unable to get a listening socket"));
// Construct the socket
if ((DataListenFd = socket(BindAddr->ai_family,BindAddr->ai_socktype,
BindAddr->ai_protocol)) < 0)
{
freeaddrinfo(BindAddr);
- return _error->Errno("socket","Could not create a socket");
+ return _error->Errno("socket",_("Could not create a socket"));
}
// Bind and listen
if (bind(DataListenFd,BindAddr->ai_addr,BindAddr->ai_addrlen) < 0)
{
freeaddrinfo(BindAddr);
- return _error->Errno("bind","Could not bind a socket");
+ return _error->Errno("bind",_("Could not bind a socket"));
}
freeaddrinfo(BindAddr);
if (listen(DataListenFd,1) < 0)
- return _error->Errno("listen","Could not listen on the socket");
+ return _error->Errno("listen",_("Could not listen on the socket"));
SetNonBlock(DataListenFd,true);
// Determine the name to send to the remote
struct sockaddr_storage Addr;
socklen_t AddrLen = sizeof(Addr);
if (getsockname(DataListenFd,(sockaddr *)&Addr,&AddrLen) < 0)
- return _error->Errno("getsockname","Could not determine the socket's name");
+ return _error->Errno("getsockname",_("Could not determine the socket's name"));
+
// Reverse the address. We need the server address and the data port.
char Name[NI_MAXHOST];
@@ -772,7 +774,7 @@ bool FTPConn::CreateDataFd()
(int)(Port >> 8) & 0xff, (int)(Port & 0xff)) == false)
return false;
if (Tag >= 400)
- return _error->Error("Unable to send PORT command");
+ return _error->Error(_("Unable to send PORT command"));
return true;
}
@@ -782,7 +784,7 @@ bool FTPConn::CreateDataFd()
if (AFMap[J].Family == ((struct sockaddr *)&Addr)->sa_family)
Proto = AFMap[J].IETFFamily;
if (Proto == 0)
- return _error->Error("Unkonwn address family %u (AF_*)",
+ return _error->Error(_("Unknown address family %u (AF_*)"),
((struct sockaddr *)&Addr)->sa_family);
// Send the EPRT command
@@ -791,7 +793,7 @@ bool FTPConn::CreateDataFd()
if (WriteMsg(Tag,Msg,"EPRT |%u|%s|%s|",Proto,Name,Service) == false)
return false;
if (Tag >= 400)
- return _error->Error("EPRT failed, server said: %s",Msg.c_str());
+ return _error->Error(_("EPRT failed, server said: %s"),Msg.c_str());
return true;
}
/*}}}*/
@@ -811,14 +813,14 @@ bool FTPConn::Finalize()
// Wait for someone to connect..
if (WaitFd(DataListenFd,false,TimeOut) == false)
- return _error->Error("Data socket connect timed out");
+ return _error->Error(_("Data socket connect timed out"));
// Accept the connection
struct sockaddr_in Addr;
socklen_t Len = sizeof(Addr);
DataFd = accept(DataListenFd,(struct sockaddr *)&Addr,&Len);
if (DataFd < 0)
- return _error->Errno("accept","Unable to accept connection");
+ return _error->Errno("accept",_("Unable to accept connection"));
close(DataListenFd);
DataListenFd = -1;
@@ -857,7 +859,7 @@ bool FTPConn::Get(const char *Path,FileFd &To,unsigned long Resume,
{
if (Hash.AddFD(To.Fd(),Resume) == false)
{
- _error->Errno("read","Problem hashing file");
+ _error->Errno("read",_("Problem hashing file"));
return false;
}
}
@@ -870,7 +872,7 @@ bool FTPConn::Get(const char *Path,FileFd &To,unsigned long Resume,
{
if (Tag == 550)
Missing = true;
- return _error->Error("Unable to fetch file, server said '%s'",Msg.c_str());
+ return _error->Error(_("Unable to fetch file, server said '%s'"),Msg.c_str());
}
// Finish off the data connection
@@ -885,7 +887,7 @@ bool FTPConn::Get(const char *Path,FileFd &To,unsigned long Resume,
if (WaitFd(DataFd,false,TimeOut) == false)
{
Close();
- return _error->Error("Data socket timed out");
+ return _error->Error(_("Data socket timed out"));
}
// Read the data..
@@ -915,7 +917,7 @@ bool FTPConn::Get(const char *Path,FileFd &To,unsigned long Resume,
if (ReadResp(Tag,Msg) == false)
return false;
if (Tag >= 400)
- return _error->Error("Data transfer failed, server said '%s'",Msg.c_str());
+ return _error->Error(_("Data transfer failed, server said '%s'"),Msg.c_str());
return true;
}
/*}}}*/
@@ -990,7 +992,7 @@ bool FtpMethod::Fetch(FetchItem *Itm)
}
// Get the files information
- Status("Query");
+ Status(_("Query"));
unsigned long Size;
if (Server->Size(File,Size) == false ||
Server->ModTime(File,FailTime) == false)
@@ -1097,7 +1099,7 @@ int main(int argc,const char *argv[])
// Run the http method
string Path = flNotFile(argv[0]) + "http";
execl(Path.c_str(),Path.c_str(),0);
- cerr << "Unable to invoke " << Path << endl;
+ cerr << _("Unable to invoke ") << Path << endl;
exit(100);
}
}
diff --git a/methods/gzip.cc b/methods/gzip.cc
index a07df81a2..35501cb0a 100644
--- a/methods/gzip.cc
+++ b/methods/gzip.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: gzip.cc,v 1.16 2001/05/27 04:29:30 jgg Exp $
+// $Id: gzip.cc,v 1.17 2003/02/10 07:34:41 doogie Exp $
/* ######################################################################
GZip method - Take a file URI in and decompress it into the target
@@ -9,6 +9,7 @@
##################################################################### */
/*}}}*/
// Include Files /*{{{*/
+#include <apti18n.h>
#include <apt-pkg/fileutl.h>
#include <apt-pkg/error.h>
#include <apt-pkg/acquire-method.h>
@@ -53,7 +54,7 @@ bool GzipMethod::Fetch(FetchItem *Itm)
int GzOut[2];
if (pipe(GzOut) < 0)
- return _error->Errno("pipe","Couldn't open pipe for %s",Prog);
+ return _error->Errno("pipe",_("Couldn't open pipe for %s"),Prog);
// Fork gzip
int Process = ExecFork();
@@ -98,7 +99,7 @@ bool GzipMethod::Fetch(FetchItem *Itm)
if (Count < 0)
{
- _error->Errno("read", "Read error from %s process",Prog);
+ _error->Errno("read", _("Read error from %s process"),Prog);
Failed = true;
break;
}
@@ -129,16 +130,16 @@ bool GzipMethod::Fetch(FetchItem *Itm)
// Transfer the modification times
struct stat Buf;
if (stat(Path.c_str(),&Buf) != 0)
- return _error->Errno("stat","Failed to stat");
+ return _error->Errno("stat",_("Failed to stat"));
struct utimbuf TimeBuf;
TimeBuf.actime = Buf.st_atime;
TimeBuf.modtime = Buf.st_mtime;
if (utime(Itm->DestFile.c_str(),&TimeBuf) != 0)
- return _error->Errno("utime","Failed to set modification time");
+ return _error->Errno("utime",_("Failed to set modification time"));
if (stat(Itm->DestFile.c_str(),&Buf) != 0)
- return _error->Errno("stat","Failed to stat");
+ return _error->Errno("stat",_("Failed to stat"));
// Return a Done response
Res.LastModified = Buf.st_mtime;
diff --git a/methods/http.cc b/methods/http.cc
index 4521197ed..d1ff9b6b8 100644
--- a/methods/http.cc
+++ b/methods/http.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: http.cc,v 1.54 2002/04/18 05:09:38 jgg Exp $
+// $Id: http.cc,v 1.55 2003/02/10 07:34:41 doogie Exp $
/* ######################################################################
HTTP Aquire Method - This is the HTTP aquire method for APT.
@@ -25,6 +25,7 @@
##################################################################### */
/*}}}*/
// Include Files /*{{{*/
+#include <apti18n.h>
#include <apt-pkg/fileutl.h>
#include <apt-pkg/acquire-method.h>
#include <apt-pkg/error.h>
@@ -336,7 +337,7 @@ int ServerState::RunHeaders()
{
State = Header;
- Owner->Status("Waiting for file");
+ Owner->Status(_("Waiting for file"));
Major = 0;
Minor = 0;
@@ -482,7 +483,7 @@ bool ServerState::HeaderLine(string Line)
// The http server might be trying to do something evil.
if (Line.length() >= MAXLEN)
- return _error->Error("Got a single header line over %u chars",MAXLEN);
+ return _error->Error(_("Got a single header line over %u chars"),MAXLEN);
string::size_type Pos = Line.find(' ');
if (Pos == string::npos || Pos+1 > Line.length())
@@ -490,7 +491,7 @@ bool ServerState::HeaderLine(string Line)
// Blah, some servers use "connection:closes", evil.
Pos = Line.find(':');
if (Pos == string::npos || Pos + 2 > Line.length())
- return _error->Error("Bad header line");
+ return _error->Error(_("Bad header line"));
Pos++;
}
@@ -509,14 +510,14 @@ bool ServerState::HeaderLine(string Line)
{
if (sscanf(Line.c_str(),"HTTP/%u.%u %u %[^\n]",&Major,&Minor,
&Result,Code) != 4)
- return _error->Error("The http server sent an invalid reply header");
+ return _error->Error(_("The http server sent an invalid reply header"));
}
else
{
Major = 0;
Minor = 9;
if (sscanf(Line.c_str(),"HTTP %u %[^\n]",&Result,Code) != 2)
- return _error->Error("The http server sent an invalid reply header");
+ return _error->Error(_("The http server sent an invalid reply header"));
}
/* Check the HTTP response header to get the default persistance
@@ -545,7 +546,7 @@ bool ServerState::HeaderLine(string Line)
return true;
if (sscanf(Val.c_str(),"%lu",&Size) != 1)
- return _error->Error("The http server sent an invalid Content-Length header");
+ return _error->Error(_("The http server sent an invalid Content-Length header"));
return true;
}
@@ -560,9 +561,9 @@ bool ServerState::HeaderLine(string Line)
HaveContent = true;
if (sscanf(Val.c_str(),"bytes %lu-%*u/%lu",&StartPos,&Size) != 2)
- return _error->Error("The http server sent an invalid Content-Range header");
+ return _error->Error(_("The http server sent an invalid Content-Range header"));
if ((unsigned)StartPos > Size)
- return _error->Error("This http server has broken range support");
+ return _error->Error(_("This http server has broken range support"));
return true;
}
@@ -586,7 +587,7 @@ bool ServerState::HeaderLine(string Line)
if (stringcasecmp(Tag,"Last-Modified:") == 0)
{
if (StrToTime(Val,Date) == false)
- return _error->Error("Unknown date format");
+ return _error->Error(_("Unknown date format"));
return true;
}
@@ -729,12 +730,12 @@ bool HttpMethod::Go(bool ToFile,ServerState *Srv)
{
if (errno == EINTR)
return true;
- return _error->Errno("select","Select failed");
+ return _error->Errno("select",_("Select failed"));
}
if (Res == 0)
{
- _error->Error("Connection timed out");
+ _error->Error(_("Connection timed out"));
return ServerDie(Srv);
}
@@ -757,7 +758,7 @@ bool HttpMethod::Go(bool ToFile,ServerState *Srv)
if (FileFD != -1 && FD_ISSET(FileFD,&wfds))
{
if (Srv->In.Write(FileFD) == false)
- return _error->Errno("write","Error writing to output file");
+ return _error->Errno("write",_("Error writing to output file"));
}
// Handle commands from APT
@@ -785,7 +786,7 @@ bool HttpMethod::Flush(ServerState *Srv)
while (Srv->In.WriteSpace() == true)
{
if (Srv->In.Write(File->Fd()) == false)
- return _error->Errno("write","Error writing to file");
+ return _error->Errno("write",_("Error writing to file"));
if (Srv->In.IsLimit() == true)
return true;
}
@@ -810,7 +811,7 @@ bool HttpMethod::ServerDie(ServerState *Srv)
while (Srv->In.WriteSpace() == true)
{
if (Srv->In.Write(File->Fd()) == false)
- return _error->Errno("write","Error writing to the file");
+ return _error->Errno("write",_("Error writing to the file"));
// Done
if (Srv->In.IsLimit() == true)
@@ -824,9 +825,9 @@ bool HttpMethod::ServerDie(ServerState *Srv)
{
Srv->Close();
if (LErrno == 0)
- return _error->Error("Error reading from server Remote end closed connection");
+ return _error->Error(_("Error reading from server Remote end closed connection"));
errno = LErrno;
- return _error->Errno("read","Error reading from server");
+ return _error->Errno("read",_("Error reading from server"));
}
else
{
@@ -908,7 +909,7 @@ int HttpMethod::DealWithHeaders(FetchResult &Res,ServerState *Srv)
lseek(File->Fd(),0,SEEK_SET);
if (Srv->In.Hash->AddFD(File->Fd(),Srv->StartPos) == false)
{
- _error->Errno("read","Problem hashing file");
+ _error->Errno("read",_("Problem hashing file"));
return 5;
}
lseek(File->Fd(),0,SEEK_END);
@@ -1057,7 +1058,7 @@ int HttpMethod::Loop()
// The header data is bad
case 2:
{
- _error->Error("Bad header Data");
+ _error->Error(_("Bad header Data"));
Fail(true);
RotateDNS();
continue;
@@ -1074,7 +1075,7 @@ int HttpMethod::Loop()
if (FailCounter >= 2)
{
- Fail("Connection failed",true);
+ Fail(_("Connection failed"),true);
FailCounter = 0;
}
@@ -1165,7 +1166,7 @@ int HttpMethod::Loop()
}
default:
- Fail("Internal error");
+ Fail(_("Internal error"));
break;
}
diff --git a/methods/rsh.cc b/methods/rsh.cc
index 29ddcdb2c..6cd618201 100644
--- a/methods/rsh.cc
+++ b/methods/rsh.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: rsh.cc,v 1.5 2002/11/09 23:33:26 doogie Exp $
+// $Id: rsh.cc,v 1.6 2003/02/10 07:34:41 doogie Exp $
/* ######################################################################
RSH method - Transfer files via rsh compatible program
@@ -11,6 +11,7 @@
##################################################################### */
/*}}}*/
// Include Files /*{{{*/
+#include <apti18n.h>
#include "rsh.h"
#include <apt-pkg/error.h>
@@ -87,7 +88,7 @@ bool RSHConn::Connect(string Host, string User)
int Pipes[4] = {-1,-1,-1,-1};
if (pipe(Pipes) != 0 || pipe(Pipes+2) != 0)
{
- _error->Errno("pipe","Failed to create IPC pipe to subprocess");
+ _error->Errno("pipe",_("Failed to create IPC pipe to subprocess"));
for (int I = 0; I != 4; I++)
close(Pipes[I]);
return false;
@@ -179,21 +180,21 @@ bool RSHConn::ReadLine(string &Text)
if (WaitFd(ReadFd,false,TimeOut) == false)
{
Close();
- return _error->Error("Connection timeout");
+ return _error->Error(_("Connection timeout"));
}
// Suck it back
int Res = read(ReadFd,Buffer + Len,sizeof(Buffer) - Len);
if (Res <= 0)
{
- _error->Errno("read","Read error");
+ _error->Errno("read",_("Read error"));
Close();
return false;
}
Len += Res;
}
- return _error->Error("A response overflowed the buffer.");
+ return _error->Error(_("A response overflowed the buffer."));
}
/*}}}*/
// RSHConn::WriteMsg - Send a message with optional remote sync. /*{{{*/
@@ -222,13 +223,13 @@ bool RSHConn::WriteMsg(string &Text,bool Sync,const char *Fmt,...)
{
Close();
- return _error->Error("Connection timeout");
+ return _error->Error(_("Connection timeout"));
}
int Res = write(WriteFd,S + Start,Len);
if (Res <= 0)
{
- _error->Errno("write","Write Error");
+ _error->Errno("write",_("Write Error"));
Close();
return false;
}
@@ -260,7 +261,7 @@ bool RSHConn::Size(const char *Path,unsigned long &Size)
char *End;
Size = strtoul(Msg.c_str(),&End,10);
if (End == Msg.c_str())
- return _error->Error("File Not Found");
+ return _error->Error(_("File Not Found"));
return true;
}
/*}}}*/
@@ -299,7 +300,7 @@ bool RSHConn::Get(const char *Path,FileFd &To,unsigned long Resume,
if (Resume != 0) {
if (Hash.AddFD(To.Fd(),Resume) == false) {
- _error->Errno("read","Problem hashing file");
+ _error->Errno("read",_("Problem hashing file"));
return false;
}
}
@@ -318,7 +319,7 @@ bool RSHConn::Get(const char *Path,FileFd &To,unsigned long Resume,
if (WaitFd(ReadFd,false,TimeOut) == false)
{
Close();
- return _error->Error("Data socket timed out");
+ return _error->Error(_("Data socket timed out"));
}
// Read the data..
@@ -326,7 +327,7 @@ bool RSHConn::Get(const char *Path,FileFd &To,unsigned long Resume,
if (Res == 0)
{
Close();
- return _error->Error("Connection closed prematurely");
+ return _error->Error(_("Connection closed prematurely"));
}
if (Res < 0)
@@ -421,7 +422,7 @@ bool RSHMethod::Fetch(FetchItem *Itm)
// We say this mainly because the pause here is for the
// ssh connection that is still going
- Status("Connecting to %s", Get.Host.c_str());
+ Status(_("Connecting to %s"), Get.Host.c_str());
// Get the files information
unsigned long Size;
@@ -429,7 +430,7 @@ bool RSHMethod::Fetch(FetchItem *Itm)
Server->ModTime(File,FailTime) == false)
{
//Fail(true);
- //_error->Error("File Not Found"); // Will be handled by Size
+ //_error->Error(_("File Not Found")); // Will be handled by Size
return false;
}
Res.Size = Size;
diff --git a/po/apt-all.pot b/po/apt-all.pot
index 6e6446b74..12e44b528 100644
--- a/po/apt-all.pot
+++ b/po/apt-all.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2003-02-09 18:37-0600\n"
+"POT-Creation-Date: 2003-02-09 21:51-0600\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"
@@ -158,7 +158,7 @@ msgid ""
"cache files, and query information from them\n"
"\n"
"Commands:\n"
-" add - Add an package file to the source cache\n"
+" add - Add a package file to the source cache\n"
" gencaches - Build both the package and source cache\n"
" showpkg - Show some general information for a single package\n"
" showsrc - Show source records\n"
@@ -232,6 +232,274 @@ msgstr ""
msgid "Cannot get debconf version. Is debconf installed?"
msgstr ""
+#: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:336
+msgid "Package extension list is too long"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
+#: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:251
+#: ftparchive/apt-ftparchive.cc:265 ftparchive/apt-ftparchive.cc:287
+#, c-format
+msgid "Error Processing directory %s"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:249
+msgid "Source extension list is too long"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:366
+msgid "Error writing header to contents file"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:396
+#, c-format
+msgid "Error Processing Contents %s"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:550
+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"
+"\n"
+"apt-ftparchive generates index files for Debian archives. It supports\n"
+"many styles of generation from fully automated to functional replacements\n"
+"for dpkg-scanpackages and dpkg-scansources\n"
+"\n"
+"apt-ftparchive generates Package files from a tree of .debs. The\n"
+"Package file contains the contents of all the control fields from\n"
+"each package as well as the MD5 hash and filesize. An override file\n"
+"is supported to force the value of Priority and Section.\n"
+"\n"
+"Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
+"The --source-override option can be used to specify a src override file\n"
+"\n"
+"The 'packages' and 'sources' command should be run in the root of the\n"
+"tree. BinaryPath should point to the base of the recursive search and \n"
+"override file should contian the override flags. Pathprefix is\n"
+"appended to the filename fields if present. Example usage from the \n"
+"debian archive:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+"\n"
+"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"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:731
+msgid "No selections matched"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:804
+#, c-format
+msgid "Some files are missing in the package file group `%s'"
+msgstr ""
+
+#: ftparchive/cachedb.cc:43
+#, c-format
+msgid "DB was corrupted, file renamed to %s.old"
+msgstr ""
+
+#: ftparchive/cachedb.cc:59
+#, c-format
+msgid "Unable to open DB2 file %s"
+msgstr ""
+
+#: ftparchive/cachedb.cc:99
+#, c-format
+msgid "File date has changed %s"
+msgstr ""
+
+#: ftparchive/cachedb.cc:140
+msgid "Archive has no control record"
+msgstr ""
+
+#: ftparchive/cachedb.cc:253 ftparchive/cachedb.cc:257
+msgid "Unable to get a cursor"
+msgstr ""
+
+#: ftparchive/writer.cc:78
+#, c-format
+msgid "W: Unable to read directory %s\n"
+msgstr ""
+
+#: ftparchive/writer.cc:83
+#, c-format
+msgid "W: Unable to stat %s\n"
+msgstr ""
+
+#: ftparchive/writer.cc:122
+msgid "E: "
+msgstr ""
+
+#: ftparchive/writer.cc:124
+msgid "W: "
+msgstr ""
+
+#: ftparchive/writer.cc:131
+msgid "E: Errors apply to file "
+msgstr ""
+
+#: ftparchive/writer.cc:148 ftparchive/writer.cc:178
+#, c-format
+msgid "Failed to resolve %s"
+msgstr ""
+
+#: ftparchive/writer.cc:160
+msgid "Tree walking failed"
+msgstr ""
+
+#: ftparchive/writer.cc:185
+#, c-format
+msgid "Failed to open %s"
+msgstr ""
+
+#: ftparchive/writer.cc:242
+#, c-format
+msgid " DeLink %s [%s]\n"
+msgstr ""
+
+#: ftparchive/writer.cc:250
+#, c-format
+msgid "Failed to readlink %s"
+msgstr ""
+
+#: ftparchive/writer.cc:254
+#, c-format
+msgid "Failed to unlink %s"
+msgstr ""
+
+#: ftparchive/writer.cc:261
+#, c-format
+msgid "*** Failed to link %s to %s"
+msgstr ""
+
+#: ftparchive/writer.cc:271
+#, c-format
+msgid " DeLink limit of %sB hit.\n"
+msgstr ""
+
+#: ftparchive/writer.cc:338 apt-inst/extract.cc:181 apt-inst/extract.cc:193
+#: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
+#, c-format
+msgid "Failed to stat %s"
+msgstr ""
+
+#: ftparchive/writer.cc:358
+msgid "Archive had no package field"
+msgstr ""
+
+#: ftparchive/writer.cc:366 ftparchive/writer.cc:576
+#, c-format
+msgid " %s has no override entry\n"
+msgstr ""
+
+#: ftparchive/writer.cc:409 ftparchive/writer.cc:658
+#, c-format
+msgid " %s maintainer is %s not %s\n"
+msgstr ""
+
+#: ftparchive/contents.cc:346 ftparchive/contents.cc:377
+msgid "realloc - Failed to allocate memory"
+msgstr ""
+
+#: ftparchive/override.cc:38 ftparchive/override.cc:146
+#, c-format
+msgid "Unable to open %s"
+msgstr ""
+
+#: ftparchive/override.cc:64 ftparchive/override.cc:170
+#, c-format
+msgid "Malformed override %s line %lu #1"
+msgstr ""
+
+#: ftparchive/override.cc:78 ftparchive/override.cc:182
+#, c-format
+msgid "Malformed override %s line %lu #2"
+msgstr ""
+
+#: ftparchive/override.cc:92 ftparchive/override.cc:195
+#, c-format
+msgid "Malformed override %s line %lu #3"
+msgstr ""
+
+#: ftparchive/override.cc:131 ftparchive/override.cc:205
+#, c-format
+msgid "Failed to read the override file %s"
+msgstr ""
+
+#: ftparchive/multicompress.cc:75
+#, c-format
+msgid "Unknown Compresison Algorithm '%s'"
+msgstr ""
+
+#: ftparchive/multicompress.cc:105
+#, c-format
+msgid "Compressed output %s needs a compression set"
+msgstr ""
+
+#: ftparchive/multicompress.cc:172 methods/rsh.cc:91
+msgid "Failed to create IPC pipe to subprocess"
+msgstr ""
+
+#: ftparchive/multicompress.cc:198
+msgid "Failed to create FILE*"
+msgstr ""
+
+#: ftparchive/multicompress.cc:201
+msgid "Failed to fork"
+msgstr ""
+
+#: ftparchive/multicompress.cc:215
+msgid "Compress Child"
+msgstr ""
+
+#: ftparchive/multicompress.cc:238
+#, c-format
+msgid "Internal Error, Failed to create %s"
+msgstr ""
+
+#: ftparchive/multicompress.cc:289
+msgid "Failed to create subprocess IPC"
+msgstr ""
+
+#: ftparchive/multicompress.cc:324
+msgid "Failed to exec compressor "
+msgstr ""
+
+#: ftparchive/multicompress.cc:363
+msgid "decompressor"
+msgstr ""
+
+#: ftparchive/multicompress.cc:406
+msgid "IO to subprocess/file failed"
+msgstr ""
+
+#: ftparchive/multicompress.cc:458
+msgid "Failed to read while computing MD5"
+msgstr ""
+
+#: ftparchive/multicompress.cc:475
+#, c-format
+msgid "Problem unlinking %s"
+msgstr ""
+
+#: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
+#, c-format
+msgid "Failed to rename %s to %s"
+msgstr ""
+
#. This needs to be a capital
#: cmdline/apt-get.cc:116
msgid "Y"
@@ -601,7 +869,7 @@ msgstr ""
msgid "Calculating Upgrade... "
msgstr ""
-#: cmdline/apt-get.cc:1476
+#: cmdline/apt-get.cc:1476 methods/ftp.cc:700 methods/connect.cc:99
msgid "Failed"
msgstr ""
@@ -900,17 +1168,6 @@ msgstr ""
msgid "The diversion path is too long"
msgstr ""
-#: apt-inst/extract.cc:181 apt-inst/extract.cc:193 apt-inst/extract.cc:210
-#: apt-inst/deb/dpkgdb.cc:121
-#, c-format
-msgid "Failed to stat %s"
-msgstr ""
-
-#: apt-inst/extract.cc:188
-#, c-format
-msgid "Failed to rename %s to %s"
-msgstr ""
-
#: apt-inst/extract.cc:243
#, c-format
msgid "The directory %s is being replaced by a non-directory"
@@ -1101,6 +1358,327 @@ msgstr ""
msgid "Merging Available information"
msgstr ""
+#: methods/cdrom.cc:113
+#, c-format
+msgid "Unable to read the cdrom database %s"
+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"
+msgstr ""
+
+#: methods/cdrom.cc:130 methods/cdrom.cc:168
+msgid "Wrong CD"
+msgstr ""
+
+#: methods/cdrom.cc:163
+#, c-format
+msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
+msgstr ""
+
+#: methods/cdrom.cc:177 methods/file.cc:77
+msgid "File not found"
+msgstr ""
+
+#: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
+msgid "Failed to stat"
+msgstr ""
+
+#: methods/copy.cc:79 methods/gzip.cc:139
+msgid "Failed to set modification time"
+msgstr ""
+
+#: methods/file.cc:42
+msgid "Invalid URI, local URIS must not start with //"
+msgstr ""
+
+#. Login must be before getpeername otherwise dante won't work.
+#: methods/ftp.cc:162
+msgid "Logging in"
+msgstr ""
+
+#: methods/ftp.cc:168
+msgid "Unable to determine the peer name"
+msgstr ""
+
+#: methods/ftp.cc:173
+msgid "Unable to determine the local name"
+msgstr ""
+
+#: methods/ftp.cc:204 methods/ftp.cc:230
+#, c-format
+msgid "Server refused our connection and said: %s"
+msgstr ""
+
+#: methods/ftp.cc:210
+#, c-format
+msgid "USER failed, server said: %s"
+msgstr ""
+
+#: methods/ftp.cc:216
+#, c-format
+msgid "PASS failed, server said: %s"
+msgstr ""
+
+#: methods/ftp.cc:235
+msgid ""
+"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
+"is empty."
+msgstr ""
+
+#: methods/ftp.cc:263
+#, c-format
+msgid "Login script command '%s' failed, server said: %s"
+msgstr ""
+
+#: methods/ftp.cc:289
+#, c-format
+msgid "TYPE failed, server said: %s"
+msgstr ""
+
+#: methods/ftp.cc:327 methods/ftp.cc:438 methods/rsh.cc:183 methods/rsh.cc:226
+msgid "Connection timeout"
+msgstr ""
+
+#: methods/ftp.cc:333
+msgid "Server closed the connection"
+msgstr ""
+
+#: methods/ftp.cc:336 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
+msgid "Read error"
+msgstr ""
+
+#: methods/ftp.cc:343 methods/rsh.cc:197
+msgid "A response overflowed the buffer."
+msgstr ""
+
+#: methods/ftp.cc:360 methods/ftp.cc:372
+msgid "Protocol corruption"
+msgstr ""
+
+#: methods/ftp.cc:444 methods/rsh.cc:232
+msgid "Write Error"
+msgstr ""
+
+#: methods/ftp.cc:685 methods/ftp.cc:691 methods/ftp.cc:727
+msgid "Could not create a socket"
+msgstr ""
+
+#: methods/ftp.cc:696
+msgid "Could not connect data socket, connection timed out"
+msgstr ""
+
+#: methods/ftp.cc:702
+msgid "Could not connect passive socket."
+msgstr ""
+
+#: methods/ftp.cc:720
+msgid "getaddrinfo was unable to get a listening socket"
+msgstr ""
+
+#: methods/ftp.cc:734
+msgid "Could not bind a socket"
+msgstr ""
+
+#: methods/ftp.cc:738
+msgid "Could not listen on the socket"
+msgstr ""
+
+#: methods/ftp.cc:745
+msgid "Could not determine the socket's name"
+msgstr ""
+
+#: methods/ftp.cc:777
+msgid "Unable to send PORT command"
+msgstr ""
+
+#: methods/ftp.cc:787
+#, c-format
+msgid "Unknown address family %u (AF_*)"
+msgstr ""
+
+#: methods/ftp.cc:796
+#, c-format
+msgid "EPRT failed, server said: %s"
+msgstr ""
+
+#: methods/ftp.cc:816
+msgid "Data socket connect timed out"
+msgstr ""
+
+#: methods/ftp.cc:823
+msgid "Unable to accept connection"
+msgstr ""
+
+#: methods/ftp.cc:862 methods/http.cc:912 methods/rsh.cc:303
+msgid "Problem hashing file"
+msgstr ""
+
+#: methods/ftp.cc:875
+#, c-format
+msgid "Unable to fetch file, server said '%s'"
+msgstr ""
+
+#: methods/ftp.cc:890 methods/rsh.cc:322
+msgid "Data socket timed out"
+msgstr ""
+
+#: methods/ftp.cc:920
+#, c-format
+msgid "Data transfer failed, server said '%s'"
+msgstr ""
+
+#. Get the files information
+#: methods/ftp.cc:995
+msgid "Query"
+msgstr ""
+
+#: methods/ftp.cc:1102
+msgid "Unable to invoke "
+msgstr ""
+
+#: methods/connect.cc:64
+#, c-format
+msgid "Connecting to %s (%s)"
+msgstr ""
+
+#: methods/connect.cc:71
+#, c-format
+msgid "[IP: %s %s]"
+msgstr ""
+
+#: methods/connect.cc:80
+#, c-format
+msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
+msgstr ""
+
+#: methods/connect.cc:86
+#, c-format
+msgid "Cannot initiate the connection to %s:%s (%s)."
+msgstr ""
+
+#: methods/connect.cc:92
+#, c-format
+msgid "Could not connect to %s:%s (%s), connection timed out"
+msgstr ""
+
+#: methods/connect.cc:104
+#, c-format
+msgid "Could not connect to %s:%s (%s)."
+msgstr ""
+
+#. We say this mainly because the pause here is for the
+#. ssh connection that is still going
+#: methods/connect.cc:132 methods/rsh.cc:425
+#, c-format
+msgid "Connecting to %s"
+msgstr ""
+
+#: methods/connect.cc:163
+#, c-format
+msgid "Could not resolve '%s'"
+msgstr ""
+
+#: methods/connect.cc:167
+#, c-format
+msgid "Temporary failure resolving '%s'"
+msgstr ""
+
+#: methods/connect.cc:169
+#, c-format
+msgid "Something wicked happened resolving '%s:%s' (%i)"
+msgstr ""
+
+#: methods/connect.cc:216
+#, c-format
+msgid "Unable to connect to %s %s:"
+msgstr ""
+
+#: methods/gzip.cc:57
+#, c-format
+msgid "Couldn't open pipe for %s"
+msgstr ""
+
+#: methods/gzip.cc:102
+#, c-format
+msgid "Read error from %s process"
+msgstr ""
+
+#: methods/http.cc:340
+msgid "Waiting for file"
+msgstr ""
+
+#: methods/http.cc:486
+#, c-format
+msgid "Got a single header line over %u chars"
+msgstr ""
+
+#: methods/http.cc:494
+msgid "Bad header line"
+msgstr ""
+
+#: methods/http.cc:513 methods/http.cc:520
+msgid "The http server sent an invalid reply header"
+msgstr ""
+
+#: methods/http.cc:549
+msgid "The http server sent an invalid Content-Length header"
+msgstr ""
+
+#: methods/http.cc:564
+msgid "The http server sent an invalid Content-Range header"
+msgstr ""
+
+#: methods/http.cc:566
+msgid "This http server has broken range support"
+msgstr ""
+
+#: methods/http.cc:590
+msgid "Unknown date format"
+msgstr ""
+
+#: methods/http.cc:733
+msgid "Select failed"
+msgstr ""
+
+#: methods/http.cc:738
+msgid "Connection timed out"
+msgstr ""
+
+#: methods/http.cc:761
+msgid "Error writing to output file"
+msgstr ""
+
+#: methods/http.cc:789
+msgid "Error writing to file"
+msgstr ""
+
+#: methods/http.cc:814
+msgid "Error writing to the file"
+msgstr ""
+
+#: methods/http.cc:828
+msgid "Error reading from server Remote end closed connection"
+msgstr ""
+
+#: methods/http.cc:830
+msgid "Error reading from server"
+msgstr ""
+
+#: methods/http.cc:1061
+msgid "Bad header Data"
+msgstr ""
+
+#: methods/http.cc:1078
+msgid "Connection failed"
+msgstr ""
+
+#: methods/http.cc:1169
+msgid "Internal error"
+msgstr ""
+
#: apt-pkg/contrib/mmap.cc:82
msgid "Can't mmap an empty file"
msgstr ""
@@ -1193,7 +1771,7 @@ msgstr ""
#: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
#, c-format
-msgid "Option %s: Configuration item sepecification must have an =<val>."
+msgid "Option %s: Configuration item specification must have an =<val>."
msgstr ""
#: apt-pkg/contrib/cmndline.cc:237
@@ -1275,10 +1853,6 @@ msgstr ""
msgid "Could not open file %s"
msgstr ""
-#: apt-pkg/contrib/fileutl.cc:452
-msgid "Read error"
-msgstr ""
-
#: apt-pkg/contrib/fileutl.cc:473
#, c-format
msgid "read, still have %lu to read but none left"
@@ -1323,7 +1897,7 @@ msgid "This APT does not support the Versioning System '%s'"
msgstr ""
#: apt-pkg/pkgcache.cc:147
-msgid "The package cache was build for a different architecture"
+msgid "The package cache was built for a different architecture"
msgstr ""
#: apt-pkg/pkgcache.cc:218
@@ -1651,3 +2225,11 @@ msgstr ""
#: apt-pkg/acquire-item.cc:511
msgid "MD5Sum mismatch"
msgstr ""
+
+#: methods/rsh.cc:264
+msgid "File Not Found"
+msgstr ""
+
+#: methods/rsh.cc:330
+msgid "Connection closed prematurely"
+msgstr ""
diff --git a/po/da.po b/po/da.po
index 65bbe30ba..8dfec98be 100644
--- a/po/da.po
+++ b/po/da.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
-"POT-Creation-Date: 2002-11-10 19:37+0100\n"
+"POT-Creation-Date: 2003-02-09 21:51-0600\n"
"PO-Revision-Date: 2002-11-13 17:37GMT\n"
"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"
@@ -14,142 +14,143 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
-#: cmdline/apt-cache.cc:131
+#: cmdline/apt-cache.cc:133
#, c-format
msgid "Package %s version %s has an unmet dep:\n"
msgstr "Pakke %s version %s har en ikke-honoreret afh�ngighed:\n"
-#: cmdline/apt-cache.cc:171 cmdline/apt-cache.cc:523 cmdline/apt-cache.cc:669
-#: cmdline/apt-cache.cc:1035 cmdline/apt-cache.cc:1181
+#: cmdline/apt-cache.cc:173 cmdline/apt-cache.cc:525 cmdline/apt-cache.cc:671
+#: cmdline/apt-cache.cc:1037 cmdline/apt-cache.cc:1183
#, c-format
msgid "Unable to locate package %s"
msgstr "Kunne ikke lokalisere pakken %s"
-#: cmdline/apt-cache.cc:228
+#: cmdline/apt-cache.cc:230
msgid "Total Package Names : "
msgstr "Totale pakkenavne : "
-#: cmdline/apt-cache.cc:268
+#: cmdline/apt-cache.cc:270
msgid " Normal Packages: "
msgstr " Normale pakker: "
-#: cmdline/apt-cache.cc:269
+#: cmdline/apt-cache.cc:271
msgid " Pure Virtual Packages: "
msgstr " Rene virtuelle pakker: "
-#: cmdline/apt-cache.cc:270
+#: cmdline/apt-cache.cc:272
msgid " Single Virtual Packages: "
msgstr " Enkelt-virtuelle pakker: "
-#: cmdline/apt-cache.cc:271
+#: cmdline/apt-cache.cc:273
msgid " Mixed Virtual Packages: "
msgstr " Blandede virtuelle pakker: "
-#: cmdline/apt-cache.cc:272
+#: cmdline/apt-cache.cc:274
msgid " Missing: "
msgstr " Manglende: "
-#: cmdline/apt-cache.cc:274
+#: cmdline/apt-cache.cc:276
msgid "Total Distinct Versions: "
msgstr "Totale forskellige versioner: "
-#: cmdline/apt-cache.cc:276
+#: cmdline/apt-cache.cc:278
msgid "Total Dependencies: "
msgstr "Totale afh�ngigheder: "
-#: cmdline/apt-cache.cc:279
+#: cmdline/apt-cache.cc:281
msgid "Total Ver/File relations: "
msgstr "Totale version/fil-relationer: "
-#: cmdline/apt-cache.cc:281
+#: cmdline/apt-cache.cc:283
msgid "Total Provides Mappings: "
msgstr "Totale 'tilbyder'-markeringer: "
-#: cmdline/apt-cache.cc:293
+#: cmdline/apt-cache.cc:295
msgid "Total Globbed Strings: "
msgstr "Totalle s�gem�nsterstrenge: "
-#: cmdline/apt-cache.cc:307
+#: cmdline/apt-cache.cc:309
msgid "Total Dependency Version space: "
msgstr "Total afh�ngighedsversions-plads: "
-#: cmdline/apt-cache.cc:312
+#: cmdline/apt-cache.cc:314
msgid "Total Slack space: "
msgstr "Total 'Slack'-plads: "
-#: cmdline/apt-cache.cc:320
+#: cmdline/apt-cache.cc:322
msgid "Total Space Accounted for: "
msgstr "Total plads, der kan g�res rede for: "
-#: cmdline/apt-cache.cc:442 cmdline/apt-cache.cc:869
+#: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:871
#, c-format
msgid "Package file %s is out of sync."
msgstr "Pakkefilen %s er ude af trit."
-#: cmdline/apt-cache.cc:911
+#: cmdline/apt-cache.cc:913
msgid "You must give exactly one pattern"
msgstr "Du skal angive n�jagtig �t m�nster"
# Overskriften til apt-cache policy,
# forkorter "Package" v�k. CH
-#: cmdline/apt-cache.cc:1135
+#: cmdline/apt-cache.cc:1137
msgid "Package Files:"
msgstr "Pakkefiler:"
-#: cmdline/apt-cache.cc:1142 cmdline/apt-cache.cc:1228
+#: cmdline/apt-cache.cc:1144 cmdline/apt-cache.cc:1230
msgid "Cache is out of sync, can't x-ref a package file"
msgstr "Mellemlageret er ude af trit, kan ikke krydsreferere en pakkefil"
-#: cmdline/apt-cache.cc:1143
+#: cmdline/apt-cache.cc:1145
#, c-format
msgid "%4i %s\n"
msgstr "%4i %s\n"
#. Show any packages have explicit pins
-#: cmdline/apt-cache.cc:1155
+#: cmdline/apt-cache.cc:1157
msgid "Pinned Packages:"
msgstr "'Pinned' pakker:"
-#: cmdline/apt-cache.cc:1167 cmdline/apt-cache.cc:1208
+#: cmdline/apt-cache.cc:1169 cmdline/apt-cache.cc:1210
msgid "(not found)"
msgstr "(ikke fundet)"
#. Installed version
-#: cmdline/apt-cache.cc:1188
+#: cmdline/apt-cache.cc:1190
msgid " Installed: "
msgstr " Installeret: "
-#: cmdline/apt-cache.cc:1190 cmdline/apt-cache.cc:1198
+#: cmdline/apt-cache.cc:1192 cmdline/apt-cache.cc:1200
msgid "(none)"
msgstr "(ingen)"
#. Candidate Version
-#: cmdline/apt-cache.cc:1195
+#: cmdline/apt-cache.cc:1197
msgid " Candidate: "
msgstr " Kandidat: "
-#: cmdline/apt-cache.cc:1205
+#: cmdline/apt-cache.cc:1207
msgid " Package Pin: "
msgstr " Pakke-pin: "
#. Show the priority tables
-#: cmdline/apt-cache.cc:1214
+#: cmdline/apt-cache.cc:1216
msgid " Version Table:"
msgstr " Versionstabel:"
-#: cmdline/apt-cache.cc:1229
+#: cmdline/apt-cache.cc:1231
#, c-format
msgid " %4i %s\n"
msgstr " %4i %s\n"
-#: cmdline/apt-cache.cc:1256 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:69
-#: cmdline/apt-extracttemplates.cc:223 ftparchive/apt-ftparchive.cc:544
-#: cmdline/apt-get.cc:2015 cmdline/apt-sortpkgs.cc:142
+#: cmdline/apt-cache.cc:1258 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
+#: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:544
+#: cmdline/apt-get.cc:2049 cmdline/apt-sortpkgs.cc:144
#, c-format
msgid "%s %s for %s %s compiled on %s %s\n"
msgstr "%s %s for %s %s oversat p� %s %s\n"
-#: cmdline/apt-cache.cc:1260
+#: cmdline/apt-cache.cc:1262
+#, fuzzy
msgid ""
"Usage: apt-cache [options] command\n"
" apt-cache [options] add file1 [file1 ...]\n"
@@ -160,7 +161,7 @@ msgid ""
"cache files, and query information from them\n"
"\n"
"Commands:\n"
-" add - Add an package file to the source cache\n"
+" add - Add a package file to the source cache\n"
" gencaches - Build both the package and source cache\n"
" showpkg - Show some general information for a single package\n"
" showsrc - Show source records\n"
@@ -219,11 +220,11 @@ msgstr ""
" -o=? Angiv et ops�tningstilvalg. F.eks. -o dir::cache=/tmp\n"
"Se manualsiderne for apt-cache(8) og apt.conf(5) for flere oplysninger.\n"
-#: cmdline/apt-config.cc:40
+#: cmdline/apt-config.cc:41
msgid "Arguments not in pairs"
msgstr "Parametre ikke angivet i par"
-#: cmdline/apt-config.cc:75
+#: cmdline/apt-config.cc:76
msgid ""
"Usage: apt-config [options] command\n"
"\n"
@@ -251,12 +252,12 @@ msgstr ""
" -c=? L�s denne ops�tningsfil\n"
" -o=? Angiv et ops�tningstilvalg. F.eks. -o dir::cache=/tmp\n"
-#: cmdline/apt-extracttemplates.cc:96
+#: cmdline/apt-extracttemplates.cc:98
#, c-format
msgid "%s not a valid DEB package."
msgstr "%s er ikke en gyldig DEB-pakke.."
-#: cmdline/apt-extracttemplates.cc:230
+#: cmdline/apt-extracttemplates.cc:232
msgid ""
"Usage: apt-extracttemplates file1 [file2 ...]\n"
"\n"
@@ -280,15 +281,306 @@ msgstr ""
" -c=? L�s denne ops�tningsfil\n"
" -o=? Angiv et ops�tningstilvalg. F.eks. -o dir::cache=/tmp\n"
-#: cmdline/apt-extracttemplates.cc:257 apt-pkg/pkgcachegen.cc:699
+#: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
#, c-format
msgid "Unable to write to %s"
msgstr "Kunne ikke skrive til %s"
-#: cmdline/apt-extracttemplates.cc:300
+#: cmdline/apt-extracttemplates.cc:302
msgid "Cannot get debconf version. Is debconf installed?"
msgstr "Kan ikke finde debconfs version. Er debconf installeret?"
+#: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:336
+msgid "Package extension list is too long"
+msgstr "Pakkeudvidelseslisten er for lang"
+
+#: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
+#: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:251
+#: ftparchive/apt-ftparchive.cc:265 ftparchive/apt-ftparchive.cc:287
+#, c-format
+msgid "Error Processing directory %s"
+msgstr "Fejl under behandling af kataloget %s"
+
+#: ftparchive/apt-ftparchive.cc:249
+msgid "Source extension list is too long"
+msgstr "Kildeudvidelseslisten er for lang"
+
+#: ftparchive/apt-ftparchive.cc:366
+msgid "Error writing header to contents file"
+msgstr "Fejl under skrivning af hovedet til indholdsfil"
+
+#: ftparchive/apt-ftparchive.cc:396
+#, c-format
+msgid "Error Processing Contents %s"
+msgstr "Fejl under behandling af indhold %s"
+
+#: ftparchive/apt-ftparchive.cc:550
+#, fuzzy
+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"
+"\n"
+"apt-ftparchive generates index files for Debian archives. It supports\n"
+"many styles of generation from fully automated to functional replacements\n"
+"for dpkg-scanpackages and dpkg-scansources\n"
+"\n"
+"apt-ftparchive generates Package files from a tree of .debs. The\n"
+"Package file contains the contents of all the control fields from\n"
+"each package as well as the MD5 hash and filesize. An override file\n"
+"is supported to force the value of Priority and Section.\n"
+"\n"
+"Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
+"The --source-override option can be used to specify a src override file\n"
+"\n"
+"The 'packages' and 'sources' command should be run in the root of the\n"
+"tree. BinaryPath should point to the base of the recursive search and \n"
+"override file should contian the override flags. Pathprefix is\n"
+"appended to the filename fields if present. Example usage from the \n"
+"debian archive:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+"\n"
+"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"
+msgstr ""
+"apt-ftparchive laver indeksfiler til Debianarkiver. Det underst�tter mange\n"
+"former for generering, lige fra fuldautomatiske til funktionelle\n"
+"erstatninger for dpkg-scanpackages og dpkg-scansources\n"
+"\n"
+"apt-ftparchive genererer Package-filer fra tr�er af .deb'er. Package-\n"
+"filen indeholder alle kontrolfelterne fra hver pakke s�vel som MD5-hash\n"
+"og filst�rrelse. En gennemtvangsfil underst�ttes til at gennemtvinge\n"
+"Prioritet og Afsnit.\n"
+"\n"
+"P� samme m�de genererer apt-ftparchive Sources-filer fra tr�er af\n"
+".dsc'er. Gennemtvangstilvalget --source-override kan bruges til at\n"
+"angive en src-gennemtvangsfil.\n"
+"\n"
+"Kommandoerne 'packages' og 'sources' bar k�res i roden af tr�et.\n"
+"BinaryPath bar pege p� basen af rekursive s�gninger og gennemtvangs-\n"
+"filen b�r indeholder gennemtvangsflag. Pathprefix tilf�jes til "
+"filnavnfelter,\n"
+"hvis disse eksisterer. Et eksempel p� brug fra Debianarkivet:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+
+#: ftparchive/apt-ftparchive.cc:731
+msgid "No selections matched"
+msgstr "Ingen valg passede"
+
+#: ftparchive/apt-ftparchive.cc:804
+#, c-format
+msgid "Some files are missing in the package file group `%s'"
+msgstr "Visse filer mangler i pakkefilgruppen '%s'"
+
+#: ftparchive/cachedb.cc:43
+#, c-format
+msgid "DB was corrupted, file renamed to %s.old"
+msgstr "DB var �delagt, filen omd�bt til %s.old"
+
+#: ftparchive/cachedb.cc:59
+#, c-format
+msgid "Unable to open DB2 file %s"
+msgstr "Kunne ikke �bne DB2-filen %s"
+
+#: ftparchive/cachedb.cc:99
+#, c-format
+msgid "File date has changed %s"
+msgstr "Filens dato er �ndret %s"
+
+#: ftparchive/cachedb.cc:140
+msgid "Archive has no control record"
+msgstr "Arkivet har ingen kontrolindgang"
+
+#: ftparchive/cachedb.cc:253 ftparchive/cachedb.cc:257
+msgid "Unable to get a cursor"
+msgstr "Kunne skaffe en mark�r"
+
+#: ftparchive/writer.cc:78
+#, fuzzy, c-format
+msgid "W: Unable to read directory %s\n"
+msgstr "A: Kunne ikke l�se kataloget "
+
+#: ftparchive/writer.cc:83
+#, fuzzy, c-format
+msgid "W: Unable to stat %s\n"
+msgstr "W: Kunne ikke finde "
+
+#: ftparchive/writer.cc:122
+msgid "E: "
+msgstr "F: "
+
+#: ftparchive/writer.cc:124
+msgid "W: "
+msgstr "A: "
+
+#: ftparchive/writer.cc:131
+#, fuzzy
+msgid "E: Errors apply to file "
+msgstr "F: Fejlen vedr�rer filen '"
+
+#: ftparchive/writer.cc:148 ftparchive/writer.cc:178
+#, c-format
+msgid "Failed to resolve %s"
+msgstr "Kunne ikke oms�tte navnet %s"
+
+#: ftparchive/writer.cc:160
+msgid "Tree walking failed"
+msgstr "Tr�vandring mislykkedes"
+
+#: ftparchive/writer.cc:185
+#, c-format
+msgid "Failed to open %s"
+msgstr "Kunne ikke �bne %s"
+
+#: ftparchive/writer.cc:242
+#, c-format
+msgid " DeLink %s [%s]\n"
+msgstr ""
+
+#: ftparchive/writer.cc:250
+#, c-format
+msgid "Failed to readlink %s"
+msgstr "Kunne ikke 'readlink' %s"
+
+#: ftparchive/writer.cc:254
+#, c-format
+msgid "Failed to unlink %s"
+msgstr "Kunne ikke frig�re %s"
+
+#: ftparchive/writer.cc:261
+#, c-format
+msgid "*** Failed to link %s to %s"
+msgstr "*** Kunne ikke l�nke %s til %s"
+
+#: ftparchive/writer.cc:271
+#, fuzzy, c-format
+msgid " DeLink limit of %sB hit.\n"
+msgstr " DeLink-begr�nsning p� "
+
+#: ftparchive/writer.cc:338 apt-inst/extract.cc:181 apt-inst/extract.cc:193
+#: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Kunne ikke finde %s"
+
+#: ftparchive/writer.cc:358
+msgid "Archive had no package field"
+msgstr "Arkivet havde intet package-felt"
+
+#: ftparchive/writer.cc:366 ftparchive/writer.cc:576
+#, fuzzy, c-format
+msgid " %s has no override entry\n"
+msgstr " har ingen gennemtvangs-indgang"
+
+#: ftparchive/writer.cc:409 ftparchive/writer.cc:658
+#, fuzzy, c-format
+msgid " %s maintainer is %s not %s\n"
+msgstr " ansvarlig er "
+
+#: ftparchive/contents.cc:346 ftparchive/contents.cc:377
+msgid "realloc - Failed to allocate memory"
+msgstr "realloc - Kunne ikke allokere hukommelse"
+
+#: ftparchive/override.cc:38 ftparchive/override.cc:146
+#, c-format
+msgid "Unable to open %s"
+msgstr "Kunne ikke �bne %s"
+
+#: ftparchive/override.cc:64 ftparchive/override.cc:170
+#, c-format
+msgid "Malformed override %s line %lu #1"
+msgstr "Ugyldig gennemtvangs %s-linje %lu #1"
+
+#: ftparchive/override.cc:78 ftparchive/override.cc:182
+#, c-format
+msgid "Malformed override %s line %lu #2"
+msgstr "Ugyldig gennemtvangs %s-linje %lu #2"
+
+#: ftparchive/override.cc:92 ftparchive/override.cc:195
+#, c-format
+msgid "Malformed override %s line %lu #3"
+msgstr "Ugyldig gennemtvangs %s-linje %lu #3"
+
+#: ftparchive/override.cc:131 ftparchive/override.cc:205
+#, c-format
+msgid "Failed to read the override file %s"
+msgstr "Kunne ikke l�se gennemtvangsfilen %s"
+
+#: ftparchive/multicompress.cc:75
+#, c-format
+msgid "Unknown Compresison Algorithm '%s'"
+msgstr "Ukendt komprimeringsalgoritme '%s'"
+
+#: ftparchive/multicompress.cc:105
+#, c-format
+msgid "Compressed output %s needs a compression set"
+msgstr "Komprimerede uddata %s kr�ver et komprimeringss�t"
+
+#: ftparchive/multicompress.cc:172 methods/rsh.cc:91
+msgid "Failed to create IPC pipe to subprocess"
+msgstr "Kunne ikke oprette IPC-videref�rsel til underproces"
+
+#: ftparchive/multicompress.cc:198
+msgid "Failed to create FILE*"
+msgstr "Kunne ikke oprette FILE*"
+
+#: ftparchive/multicompress.cc:201
+msgid "Failed to fork"
+msgstr "Kunne ikke spalte"
+
+#: ftparchive/multicompress.cc:215
+msgid "Compress Child"
+msgstr "Komprimer barn"
+
+#: ftparchive/multicompress.cc:238
+#, c-format
+msgid "Internal Error, Failed to create %s"
+msgstr "Intern fejl. Kunne ikke oprette %s"
+
+#: ftparchive/multicompress.cc:289
+msgid "Failed to create subprocess IPC"
+msgstr "Kunne ikke oprette underproces IPC"
+
+#: ftparchive/multicompress.cc:324
+msgid "Failed to exec compressor "
+msgstr "Kunne ikke udf�re komprimeringsprogram"
+
+#: ftparchive/multicompress.cc:363
+#, fuzzy
+msgid "decompressor"
+msgstr "Kunne ikke udf�re komprimeringsprogram"
+
+#: ftparchive/multicompress.cc:406
+msgid "IO to subprocess/file failed"
+msgstr "IO til underproces/fil mislykkedes"
+
+#: ftparchive/multicompress.cc:458
+msgid "Failed to read while computing MD5"
+msgstr "Kunne ikke l�se under beregning af MD5"
+
+#: ftparchive/multicompress.cc:475
+#, fuzzy, c-format
+msgid "Problem unlinking %s"
+msgstr "Problem under �bning af %s"
+
+#: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
+#, c-format
+msgid "Failed to rename %s to %s"
+msgstr "Kunne ikke omd�be %s til %s"
+
#. This needs to be a capital
#: cmdline/apt-get.cc:116
msgid "Y"
@@ -680,7 +972,7 @@ msgstr "F�lgende yderligere pakker vil blive installeret:"
msgid "Calculating Upgrade... "
msgstr "Beregner opgraderingen... "
-#: cmdline/apt-get.cc:1476
+#: cmdline/apt-get.cc:1476 methods/ftp.cc:700 methods/connect.cc:99
msgid "Failed"
msgstr "Mislykkedes"
@@ -754,14 +1046,23 @@ msgstr "Kunne ikke hente oplysninger om opbygningsafh�ngigheder for %s"
msgid "%s has no build depends.\n"
msgstr "%s har ingen opbygningsafh�ngigheder.\n"
-#: cmdline/apt-get.cc:1931
-#, c-format
+#: cmdline/apt-get.cc:1948
+#, fuzzy, c-format
msgid ""
-"%s dependency on %s cannot be satisfied because the package %s cannot be "
+"%s dependency for %s cannot be satisfied because the package %s cannot be "
"found"
-msgstr "%s-afh�ngigheden for %s kan ikke honoreres, da pakken %s ikke kan findes"
+msgstr ""
+"%s-afh�ngigheden for %s kan ikke honoreres, da pakken %s ikke kan findes"
+
+#: cmdline/apt-get.cc:1990
+#, fuzzy, c-format
+msgid ""
+"%s dependency for %s cannot be satisfied because no available versions of "
+"package %s can satisfy version requirements"
+msgstr ""
+"%s-afh�ngigheden for %s kan ikke honoreres, da pakken %s ikke kan findes"
-#: cmdline/apt-get.cc:1983
+#: cmdline/apt-get.cc:2017
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."
@@ -770,15 +1071,15 @@ msgstr ""
"opbygningsafh�ngighederne.\n"
"Du kan muligvis rette dette ved at k�re 'apt-get -f install'."
-#: cmdline/apt-get.cc:1988
+#: cmdline/apt-get.cc:2022
msgid "Failed to process build dependencies"
msgstr "Kunne ikke behandler opbygningsafh�ngighederne"
-#: cmdline/apt-get.cc:2020
+#: cmdline/apt-get.cc:2054
msgid "Supported Modules:"
msgstr "Underst�ttede moduler:"
-#: cmdline/apt-get.cc:2061
+#: cmdline/apt-get.cc:2095
msgid ""
"Usage: apt-get [options] command\n"
" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -887,11 +1188,11 @@ msgid ""
"press enter\n"
msgstr "Medieskift: Inds�t disken kaldet '%s' i drev '%s' og tryk retur\n"
-#: cmdline/apt-sortpkgs.cc:84
+#: cmdline/apt-sortpkgs.cc:86
msgid "Unknown package record!"
msgstr "Ukendt pakkeindgang!"
-#: cmdline/apt-sortpkgs.cc:148
+#: cmdline/apt-sortpkgs.cc:150
msgid ""
"Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
"\n"
@@ -915,6 +1216,275 @@ msgstr ""
" -c=? L�s denne ops�tningsfil\n"
" -o=? Angiv en ops�tningsindstilling. F.eks. -o dir::cache=/tmp\n"
+#: apt-inst/contrib/extracttar.cc:115
+msgid "Failed to create pipes"
+msgstr "Kunne ikke oprette videref�rsler"
+
+#: apt-inst/contrib/extracttar.cc:140
+msgid "Failed to exec gzip "
+msgstr "Kunne ikke udf�re gzip "
+
+#: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
+msgid "Corrupted archive"
+msgstr "�delagt arkiv"
+
+#: apt-inst/contrib/extracttar.cc:192
+msgid "Tar Checksum failed, archive corrupted"
+msgstr "Tar-tjeksum fejlede, arkivet er �delagt"
+
+#: apt-inst/contrib/extracttar.cc:295
+#, c-format
+msgid "Unkown TAR header type %u, member %s"
+msgstr "Ukendt TAR-hovedtype %u, element %s"
+
+#: apt-inst/contrib/arfile.cc:73
+msgid "Invalid archive signature"
+msgstr "Ugyldig arkivsignatur"
+
+#: apt-inst/contrib/arfile.cc:81
+msgid "Error reading archive member header"
+msgstr "Fejl under l�sning af arkivelements hoved"
+
+#: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
+msgid "Invalid archive member header"
+msgstr "Ugyldigt arkivelementhoved"
+
+#: apt-inst/contrib/arfile.cc:131
+msgid "Archive is too short"
+msgstr "Arkivet er for kort"
+
+#: apt-inst/contrib/arfile.cc:135
+msgid "Failed to read the archive headers"
+msgstr "Kunne ikke l�se arkivhovederne"
+
+#: apt-inst/filelist.cc:384
+msgid "DropNode called on still linked node"
+msgstr "DropNode kaldt med endnu-forbundet knude"
+
+#: apt-inst/filelist.cc:416
+msgid "Failed to locate the hash element!"
+msgstr "Kunne ikke finde hash-element!"
+
+#: apt-inst/filelist.cc:463
+msgid "Failed to allocate diversion"
+msgstr "Kunne ikke allokere omrokering"
+
+#: apt-inst/filelist.cc:468
+msgid "Internal Error in AddDiversion"
+msgstr "Intern fejl i AddDiversion"
+
+#: apt-inst/filelist.cc:481
+#, c-format
+msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
+msgstr "Fors�ger at overskrive en omrokering, %s -> %s og %s/%s"
+
+#: apt-inst/filelist.cc:510
+#, c-format
+msgid "Double add of diversion %s -> %s"
+msgstr "Dobbelt tilf�jelse af omrokering %s -> %s"
+
+#: apt-inst/filelist.cc:553
+#, c-format
+msgid "Duplicate conf file %s/%s"
+msgstr "Dobbelt ops�tningsfil %s/%s"
+
+#: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
+#, c-format
+msgid "Failed write file %s"
+msgstr "Kunne ikke skrive filen %s"
+
+#: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
+#, c-format
+msgid "Failed to close file %s"
+msgstr "Kunne ikke lukke filen %s"
+
+#: apt-inst/extract.cc:96 apt-inst/extract.cc:167
+#, fuzzy, c-format
+msgid "The path %s is too long"
+msgstr "Stien er for lang"
+
+#: apt-inst/extract.cc:127
+#, c-format
+msgid "Unpacking %s more than once"
+msgstr "Pakkede %s ud flere gange"
+
+#: apt-inst/extract.cc:137
+#, c-format
+msgid "The directory %s is diverted"
+msgstr "Kataloget %s er omrokeret"
+
+#: apt-inst/extract.cc:147
+#, c-format
+msgid "The package is trying to write to the diversion target %s/%s"
+msgstr "Pakken fors�ger at skrive til omrokeret m�l %s/%s"
+
+#: apt-inst/extract.cc:157 apt-inst/extract.cc:300
+msgid "The diversion path is too long"
+msgstr "Omrokeringsstien er for lang"
+
+#: apt-inst/extract.cc:243
+#, c-format
+msgid "The directory %s is being replaced by a non-directory"
+msgstr "Kataloget %s bliver erstattet af et ikke-katalog"
+
+#: apt-inst/extract.cc:283
+msgid "Failed to locate node in its hash bucket"
+msgstr "Kunne ikke finde knuden i sin hash-bucket"
+
+#: apt-inst/extract.cc:287
+msgid "The path is too long"
+msgstr "Stien er for lang"
+
+#: apt-inst/extract.cc:417
+#, c-format
+msgid "Overwrite package match with no version for %s"
+msgstr "Overskriv pakkematch uden version for %s"
+
+#: apt-inst/extract.cc:434
+#, c-format
+msgid "File %s/%s overwrites the one in the package %s"
+msgstr "File %s/%s overskriver filen i pakken %s"
+
+#: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
+#: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
+#, c-format
+msgid "Unable to read %s"
+msgstr "Kunne ikke l�se %s"
+
+#: apt-inst/extract.cc:494
+#, fuzzy, c-format
+msgid "Unable to stat %s"
+msgstr "Kunne ikke finde %s."
+
+#: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
+#, c-format
+msgid "Failed to remove %s"
+msgstr "Kunne ikke fjerne %s"
+
+#: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
+#, c-format
+msgid "Unable to create %s"
+msgstr "Kunne ikke oprette %s"
+
+#: apt-inst/deb/dpkgdb.cc:118
+#, c-format
+msgid "Failed to stat %sinfo"
+msgstr "Kunne ikke finde %sinfo"
+
+#: apt-inst/deb/dpkgdb.cc:123
+msgid "The info and temp directories need to be on the same filesystem"
+msgstr "Katalogerne info og temp skal ligge i samme filsystem"
+
+#. Build the status cache
+#: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
+#: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
+#: apt-pkg/pkgcachegen.cc:829
+msgid "Reading Package Lists"
+msgstr "Indl�ser pakkelisterne"
+
+#: apt-inst/deb/dpkgdb.cc:180
+#, c-format
+msgid "Failed to change to the admin dir %sinfo"
+msgstr "Kunne ikke skifte til admin-kataloget %sinfo"
+
+#: 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"
+msgstr "Intern fejl under hentning af et pakkenavn"
+
+#: apt-inst/deb/dpkgdb.cc:205
+msgid "Reading File Listing"
+msgstr "L�ser fillisten"
+
+#: apt-inst/deb/dpkgdb.cc:216
+#, c-format
+msgid ""
+"Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
+"then make it empty and immediately re-install the same version of the "
+"package!"
+msgstr ""
+"Kunne ikke �bne listefilen '%sinfo/%s'. Hvis du ikke kan genskabe denne fil, "
+"kan du g�re dem tom og med det samme geninstallere den samme version af "
+"pakken!"
+
+#: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
+#, c-format
+msgid "Failed reading the list file %sinfo/%s"
+msgstr "Kunne ikke l�se listefilen %sinfo/%s"
+
+#: apt-inst/deb/dpkgdb.cc:266
+msgid "Internal Error getting a Node"
+msgstr "Intern fejl under hentning af knude"
+
+#: apt-inst/deb/dpkgdb.cc:309
+#, c-format
+msgid "Failed to open the diversions file %sdiversions"
+msgstr "Kunne ikke �bne omrokeringsfilen %sdiversions"
+
+#: apt-inst/deb/dpkgdb.cc:324
+msgid "The diversion file is corrupted"
+msgstr "Pakkeomrokeringsfilen er �delagt"
+
+#: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
+#: apt-inst/deb/dpkgdb.cc:341
+#, c-format
+msgid "Invalid line in the diversion file: %s"
+msgstr "Ugyldig linje i omrokeringsfilen: %s"
+
+#: apt-inst/deb/dpkgdb.cc:362
+msgid "Internal Error adding a diversion"
+msgstr "Intern fejl under tilf�jelse af omrokering"
+
+#: apt-inst/deb/dpkgdb.cc:383
+msgid "The pkg cache must be initialize first"
+msgstr "pkg-mellemlageret skal initialiseres f�rst"
+
+#: apt-inst/deb/dpkgdb.cc:386
+msgid "Reading File List"
+msgstr "Indl�ser fillisten"
+
+#: apt-inst/deb/dpkgdb.cc:443
+#, c-format
+msgid "Failed to find a Package: Header, offset %lu"
+msgstr "Kunne ikke finde et Package:-hovede, forskydning %lu"
+
+#: apt-inst/deb/dpkgdb.cc:465
+#, c-format
+msgid "Bad ConfFile section in the status file. Offset %lu"
+msgstr "Ugyldig ConfFile-afsnit i statusfilen. Forskydning %lu"
+
+#: apt-inst/deb/dpkgdb.cc:470
+#, c-format
+msgid "Error parsing MD5. Offset %lu"
+msgstr "Fejl under tolkning af MD5. Forskydning %lu"
+
+#: apt-inst/deb/debfile.cc:55
+#, c-format
+msgid "This is not a valid DEB archive, missing '%s' member"
+msgstr "Dette er ikke et gyldigt DEB-arkiv, mangler '%s'-elementet"
+
+#: apt-inst/deb/debfile.cc:72
+#, c-format
+msgid "Internal Error, could not locate member %s"
+msgstr "Intern fejl, kunne ikke finde elementet %s"
+
+#: apt-inst/deb/debfile.cc:104
+#, fuzzy, c-format
+msgid "Couldn't change to %s"
+msgstr "Kunne ikke opn� l�sen %s"
+
+#: apt-inst/deb/debfile.cc:125
+msgid "Internal Error, could not locate member"
+msgstr "Intern fejl, kunne ikke finde element"
+
+#: apt-inst/deb/debfile.cc:158
+msgid "Failed to locate a valid control file"
+msgstr "Kunne ikke finde en gyldig kontrolfil"
+
+#: apt-inst/deb/debfile.cc:243
+msgid "Unparsible control file"
+msgstr "Ikke-tolkbar kontrolfil"
+
#: dselect/install:32
msgid "Bad default setting!"
msgstr "Ugyldig standardindstilling!"
@@ -937,16 +1507,348 @@ 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 afh�ngigheder. Dette er o.k. Det er kun"
+msgstr ""
+"eller fejl, der skyldes manglende afh�ngigheder. 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 k�r [I]nstall�r 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 k�r [I]nstall�r igen"
#: dselect/update:30
msgid "Merging Available information"
msgstr "Sammenfletter tilg�ngelighedsoplysninger"
+#: methods/cdrom.cc:113
+#, c-format
+msgid "Unable to read the cdrom database %s"
+msgstr "Kunne ikke l�se cdrom-databasen %s"
+
+#: 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"
+msgstr ""
+"Brug apt-cdrom for at apt kan l�re den at kende. apt-get update kan ikke "
+"bruges til at tilf�je nye cd'er"
+
+#: methods/cdrom.cc:130 methods/cdrom.cc:168
+msgid "Wrong CD"
+msgstr "Forkert cd"
+
+#: methods/cdrom.cc:163
+#, c-format
+msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
+msgstr "Kunne ikke afmontere cdrommen i %s, den er muligvis stadig i brug."
+
+#: methods/cdrom.cc:177 methods/file.cc:77
+#, fuzzy
+msgid "File not found"
+msgstr "Fil blev ikke fundet"
+
+#: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
+msgid "Failed to stat"
+msgstr "Kunne ikke finde"
+
+#: methods/copy.cc:79 methods/gzip.cc:139
+msgid "Failed to set modification time"
+msgstr "Kunne ikke angive �ndringstidspunkt"
+
+#: methods/file.cc:42
+msgid "Invalid URI, local URIS must not start with //"
+msgstr "Ugyldig URI, lokale URI'er m� ikke starte med //"
+
+#. Login must be before getpeername otherwise dante won't work.
+#: methods/ftp.cc:162
+msgid "Logging in"
+msgstr "Logget p�"
+
+#: methods/ftp.cc:168
+msgid "Unable to determine the peer name"
+msgstr "Kunne ikke bestemme serverens navn"
+
+#: methods/ftp.cc:173
+msgid "Unable to determine the local name"
+msgstr "Kunne ikke bestemme det lokale navn"
+
+#: methods/ftp.cc:204 methods/ftp.cc:230
+#, c-format
+msgid "Server refused our connection and said: %s"
+msgstr "Serveren n�gtede os forbindelse og sagde: %s"
+
+#: methods/ftp.cc:210
+#, c-format
+msgid "USER failed, server said: %s"
+msgstr "angivelse af brugernavn mislykkedes, serveren sagde: %s"
+
+#: methods/ftp.cc:216
+#, c-format
+msgid "PASS failed, server said: %s"
+msgstr "angivelse af adgangskode mislykkedes, serveren sagde: %s"
+
+#: methods/ftp.cc:235
+msgid ""
+"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
+"is empty."
+msgstr ""
+"Der blev angivet en mellemstation (proxyserver), men intet logp�-skript, "
+"Acquire::ftp::ProxyLogin er tom."
+
+#: methods/ftp.cc:263
+#, c-format
+msgid "Login script command '%s' failed, server said: %s"
+msgstr "Logp�-skriptets kommando '%s' mislykkedes. Serveren sagde: %s"
+
+#: methods/ftp.cc:289
+#, c-format
+msgid "TYPE failed, server said: %s"
+msgstr "TYPE mislykkedes. Serveren sagde: %s"
+
+#: methods/ftp.cc:327 methods/ftp.cc:438 methods/rsh.cc:183 methods/rsh.cc:226
+msgid "Connection timeout"
+msgstr "Tidsudl�b p� forbindelsen"
+
+#: methods/ftp.cc:333
+msgid "Server closed the connection"
+msgstr "Serveren lukkede forbindelsen"
+
+#: methods/ftp.cc:336 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
+msgid "Read error"
+msgstr "L�sefejl"
+
+#: methods/ftp.cc:343 methods/rsh.cc:197
+msgid "A response overflowed the buffer."
+msgstr "Mellemlageret blev overfyldt af et svar."
+
+#: methods/ftp.cc:360 methods/ftp.cc:372
+msgid "Protocol corruption"
+msgstr "Protokolfejl"
+
+#: methods/ftp.cc:444 methods/rsh.cc:232
+#, fuzzy
+msgid "Write Error"
+msgstr "Skrivefejl"
+
+#: methods/ftp.cc:685 methods/ftp.cc:691 methods/ftp.cc:727
+msgid "Could not create a socket"
+msgstr "Kunne ikke oprette sokkel"
+
+#: methods/ftp.cc:696
+msgid "Could not connect data socket, connection timed out"
+msgstr "Kunne ikke forbinde datasokkel, tidsudl�b p� forbindelsen"
+
+#: methods/ftp.cc:702
+msgid "Could not connect passive socket."
+msgstr "Kunne ikke forbinde passiv sokkel."
+
+#: methods/ftp.cc:720
+msgid "getaddrinfo was unable to get a listening socket"
+msgstr "getaddrinfo kunne ikke f� en lyttesokkel"
+
+#: methods/ftp.cc:734
+msgid "Could not bind a socket"
+msgstr "Kunne ikke tilknytte en sokkel"
+
+#: methods/ftp.cc:738
+msgid "Could not listen on the socket"
+msgstr "Kunne ikke lytte p� soklen"
+
+#: methods/ftp.cc:745
+msgid "Could not determine the socket's name"
+msgstr "Kunne ikke finde soklens navn"
+
+#: methods/ftp.cc:777
+msgid "Unable to send PORT command"
+msgstr "Kunne ikke sende PORT-kommando"
+
+#: methods/ftp.cc:787
+#, fuzzy, c-format
+msgid "Unknown address family %u (AF_*)"
+msgstr "Ukendt adressefamilie %u (AF_*)"
+
+#: methods/ftp.cc:796
+#, c-format
+msgid "EPRT failed, server said: %s"
+msgstr "EPRT mislykkedes. Serveren sagde: %s"
+
+#: methods/ftp.cc:816
+msgid "Data socket connect timed out"
+msgstr "Tidsudl�b p� datasokkel-forbindelse"
+
+#: methods/ftp.cc:823
+msgid "Unable to accept connection"
+msgstr "Kunne ikke acceptere forbindelse"
+
+#: methods/ftp.cc:862 methods/http.cc:912 methods/rsh.cc:303
+#, fuzzy
+msgid "Problem hashing file"
+msgstr "Problem under synkronisering af fil"
+
+#: methods/ftp.cc:875
+#, c-format
+msgid "Unable to fetch file, server said '%s'"
+msgstr "Kunne ikke hente fil. Serveren sagde '%s'"
+
+#: methods/ftp.cc:890 methods/rsh.cc:322
+msgid "Data socket timed out"
+msgstr "Tidsudl�b ved datasokkel"
+
+#: methods/ftp.cc:920
+#, c-format
+msgid "Data transfer failed, server said '%s'"
+msgstr "Dataoverf�rsel mislykkedes, serveren sagde '%s'"
+
+#. Get the files information
+#: methods/ftp.cc:995
+msgid "Query"
+msgstr ""
+
+#: methods/ftp.cc:1102
+msgid "Unable to invoke "
+msgstr "Kunne ikke udf�re "
+
+#: methods/connect.cc:64
+#, c-format
+msgid "Connecting to %s (%s)"
+msgstr "Forbinder til %s (%s)"
+
+#: methods/connect.cc:71
+#, c-format
+msgid "[IP: %s %s]"
+msgstr ""
+
+#: methods/connect.cc:80
+#, c-format
+msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
+msgstr "Kunne ikke oprette sokkel til %s (f=%u t=%u p=%u)"
+
+#: methods/connect.cc:86
+#, c-format
+msgid "Cannot initiate the connection to %s:%s (%s)."
+msgstr "Kan ikke oprette forbindelse til %s:%s (%s)."
+
+#: methods/connect.cc:92
+#, c-format
+msgid "Could not connect to %s:%s (%s), connection timed out"
+msgstr "Kunne ikke forbinde til %s:%s (%s) grundet tidsudl�b"
+
+#: methods/connect.cc:104
+#, c-format
+msgid "Could not connect to %s:%s (%s)."
+msgstr "Kunne ikke forbinde til %s:%s (%s) "
+
+#. We say this mainly because the pause here is for the
+#. ssh connection that is still going
+#: methods/connect.cc:132 methods/rsh.cc:425
+#, c-format
+msgid "Connecting to %s"
+msgstr "Forbinder til %s"
+
+#: methods/connect.cc:163
+#, fuzzy, c-format
+msgid "Could not resolve '%s'"
+msgstr "Kunne ikke �bne filen %s"
+
+#: methods/connect.cc:167
+#, c-format
+msgid "Temporary failure resolving '%s'"
+msgstr ""
+
+#: methods/connect.cc:169
+#, c-format
+msgid "Something wicked happened resolving '%s:%s' (%i)"
+msgstr "Der skete noget underligt under navneoms�tning af '%s:%s' (%i)"
+
+#: methods/connect.cc:216
+#, c-format
+msgid "Unable to connect to %s %s:"
+msgstr "Kunne ikke forbinde til %s %s:"
+
+#: methods/gzip.cc:57
+#, fuzzy, c-format
+msgid "Couldn't open pipe for %s"
+msgstr "Kunne ikke �bne filen %s"
+
+#: methods/gzip.cc:102
+#, c-format
+msgid "Read error from %s process"
+msgstr "L�sefejl fra %s-process"
+
+#: methods/http.cc:340
+msgid "Waiting for file"
+msgstr "Venter p� fil"
+
+#: methods/http.cc:486
+#, c-format
+msgid "Got a single header line over %u chars"
+msgstr "Fandt en enkelt linje i hovedet p� over %u tegn"
+
+#: methods/http.cc:494
+msgid "Bad header line"
+msgstr "Ugyldig linje i hovedet"
+
+#: methods/http.cc:513 methods/http.cc:520
+msgid "The http server sent an invalid reply header"
+msgstr "http-serveren sendte et ugyldigt svarhovede"
+
+#: methods/http.cc:549
+msgid "The http server sent an invalid Content-Length header"
+msgstr "http-serveren sendte et ugyldigt Content-Length-hovede"
+
+#: methods/http.cc:564
+msgid "The http server sent an invalid Content-Range header"
+msgstr "http-serveren sendte et ugyldigt Content-Range-hovede"
+
+#: methods/http.cc:566
+msgid "This http server has broken range support"
+msgstr ""
+"Denne http-servere har fejlagtig underst�ttelse af intervaller ('ranges')"
+
+#: methods/http.cc:590
+msgid "Unknown date format"
+msgstr "Ukendt datoformat"
+
+#: methods/http.cc:733
+msgid "Select failed"
+msgstr "Valg mislykkedes"
+
+#: methods/http.cc:738
+msgid "Connection timed out"
+msgstr "Tidsudl�b p� forbindelsen"
+
+#: methods/http.cc:761
+msgid "Error writing to output file"
+msgstr "Fejl ved skrivning af uddatafil"
+
+#: methods/http.cc:789
+msgid "Error writing to file"
+msgstr "Fejl ved skrivning til fil"
+
+#: methods/http.cc:814
+msgid "Error writing to the file"
+msgstr "Fejl ved skrivning til filen"
+
+#: methods/http.cc:828
+msgid "Error reading from server Remote end closed connection"
+msgstr "Fejl ved l�sning fra serveren. Den fjerne ende lukkede forbindelsen"
+
+#: methods/http.cc:830
+msgid "Error reading from server"
+msgstr "Fejl ved l�sning fra server"
+
+#: methods/http.cc:1061
+msgid "Bad header Data"
+msgstr "Ugyldige hoved-data"
+
+#: methods/http.cc:1078
+msgid "Connection failed"
+msgstr "Forbindelsen mislykkedes"
+
+#: methods/http.cc:1169
+msgid "Internal error"
+msgstr "Intern fejl"
+
#: apt-pkg/contrib/mmap.cc:82
msgid "Can't mmap an empty file"
msgstr "Kan ikke udf�re mmap for en tom fil"
@@ -956,7 +1858,7 @@ msgstr "Kan ikke udf�re mmap for en tom fil"
msgid "Couldn't make mmap of %lu bytes"
msgstr "Kunne ikke udf�re mmap for %lu byte"
-#: apt-pkg/contrib/strutl.cc:935
+#: apt-pkg/contrib/strutl.cc:941
#, c-format
msgid "Selection %s not found"
msgstr "Det valgte %s blev ikke fundet"
@@ -1006,64 +1908,58 @@ msgstr "Syntaksfejl %s:%u: Ikke-underst�ttet direktiv '%s'"
msgid "Syntax error %s:%u: Extra junk at end of file"
msgstr "Syntaksfejl %s:%u: Overskydende affald i slutningen af filen"
-#: apt-pkg/contrib/configuration.cc:701 apt-pkg/contrib/cdromutl.cc:153
-#: apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
-#, c-format
-msgid "Unable to read %s"
-msgstr "Kunne ikke l�se %s"
-
#: apt-pkg/contrib/progress.cc:154
-#, c-format
-msgid "%s... Error!"
+#, fuzzy, c-format
+msgid "%c%s... Error!"
msgstr "%s... Fejl!"
#: apt-pkg/contrib/progress.cc:156
-#, c-format
-msgid "%s... Done"
+#, fuzzy, c-format
+msgid "%c%s... Done"
msgstr "%s... F�rdig"
-#: apt-pkg/contrib/cmndline.cc:79
+#: apt-pkg/contrib/cmndline.cc:80
#, c-format
msgid "Command line option '%c' [from %s] is not known."
msgstr "Kommandolinjetilvalget '%c' [fra %s] kendes ikke."
-#: apt-pkg/contrib/cmndline.cc:105 apt-pkg/contrib/cmndline.cc:113
-#: apt-pkg/contrib/cmndline.cc:121
+#: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
+#: apt-pkg/contrib/cmndline.cc:122
#, c-format
msgid "Command line option %s is not understood"
msgstr "Kommandolinjetilvalget %s blev ikke forst�et"
-#: apt-pkg/contrib/cmndline.cc:126
+#: apt-pkg/contrib/cmndline.cc:127
#, c-format
msgid "Command line option %s is not boolean"
msgstr "Kommandolinjetilvalget %s er ikke boolsk"
-#: apt-pkg/contrib/cmndline.cc:165 apt-pkg/contrib/cmndline.cc:186
+#: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
#, c-format
msgid "Option %s requires an argument."
msgstr "Tilvalget %s kr�ver et parameter"
-#: apt-pkg/contrib/cmndline.cc:200 apt-pkg/contrib/cmndline.cc:206
-#, c-format
-msgid "Option %s: Configuration item sepecification must have an =<val>."
+#: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
+#, fuzzy, c-format
+msgid "Option %s: Configuration item specification must have an =<val>."
msgstr "Tilvalg %s: Ops�tningspunktets specifikation skal have en =<v�rdi>."
-#: apt-pkg/contrib/cmndline.cc:236
+#: apt-pkg/contrib/cmndline.cc:237
#, c-format
msgid "Option %s requires an integer argument, not '%s'"
msgstr "Tilvalget %s kr�ver et heltalligt parameter, ikke '%s'"
-#: apt-pkg/contrib/cmndline.cc:267
+#: apt-pkg/contrib/cmndline.cc:268
#, c-format
msgid "Option '%s' is too long"
msgstr "Tilvalget '%s' er for langt"
-#: apt-pkg/contrib/cmndline.cc:300
+#: apt-pkg/contrib/cmndline.cc:301
#, c-format
msgid "Sense %s is not understood, try true or false."
msgstr "%s blev ikke forst�et, pr�v med 'true' eller 'false'."
-#: apt-pkg/contrib/cmndline.cc:350
+#: apt-pkg/contrib/cmndline.cc:351
#, c-format
msgid "Invalid operation %s"
msgstr "Ugyldig handling %s"
@@ -1127,10 +2023,6 @@ msgstr "Underprocessen %s afsluttedes uventet"
msgid "Could not open file %s"
msgstr "Kunne ikke �bne filen %s"
-#: apt-pkg/contrib/fileutl.cc:452
-msgid "Read error"
-msgstr "L�sefejl"
-
#: apt-pkg/contrib/fileutl.cc:473
#, c-format
msgid "read, still have %lu to read but none left"
@@ -1175,7 +2067,8 @@ msgid "This APT does not support the Versioning System '%s'"
msgstr "Denne APT underst�tter ikke versionssystemet '%s'"
#: apt-pkg/pkgcache.cc:147
-msgid "The package cache was build for a different architecture"
+#, fuzzy
+msgid "The package cache was built for a different architecture"
msgstr "Pakke-mellemlageret er lavet til en anden arkitektur"
#: apt-pkg/pkgcache.cc:218
@@ -1324,12 +2217,14 @@ msgstr ""
msgid "Index file type '%s' is not supported"
msgstr "Indeksfiler af typen '%s' underst�ttes ikke"
-#: apt-pkg/algorithms.cc:237
+#: apt-pkg/algorithms.cc:238
#, 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:1055
+#: apt-pkg/algorithms.cc:1056
msgid ""
"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
"held packages."
@@ -1337,9 +2232,10 @@ msgstr ""
"Fejl, pkgProblemResolver::Resolve satte stopklodser op, det kan skyldes "
"tilbageholdte pakker."
-#: apt-pkg/algorithms.cc:1057
+#: apt-pkg/algorithms.cc:1058
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:61
#, c-format
@@ -1361,12 +2257,12 @@ msgstr "Metodedriveren %s blev ikke fundet."
msgid "Method %s did not start correctly"
msgstr "Metoden %s startede ikke korrekt."
-#: apt-pkg/init.cc:117
+#: apt-pkg/init.cc:119
#, c-format
msgid "Packaging system '%s' is not supported"
msgstr "Pakkesystemet '%s' underst�ttes ikke"
-#: apt-pkg/init.cc:133
+#: apt-pkg/init.cc:135
msgid "Unable to determine a suitable system type"
msgstr "Kunne ikke bestemme en passende systemtype"
@@ -1437,7 +2333,8 @@ 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 n�ede over det antal pakkenavne, denne APT kan h�ndtere."
+msgstr ""
+"Hold da op! Du n�ede over det antal pakkenavne, denne APT kan h�ndtere."
#: apt-pkg/pkgcachegen.cc:210
msgid "Wow, you exceeded the number of versions this APT is capable of."
@@ -1445,7 +2342,8 @@ msgstr "Hold da op! Du n�ede over det antal versioner, denne APT kan h�ndtere."
#: apt-pkg/pkgcachegen.cc:213
msgid "Wow, you exceeded the number of dependencies this APT is capable of."
-msgstr "Hold da op! Du n�ede over det antal afh�ngigheder, denne APT kan h�ndtere."
+msgstr ""
+"Hold da op! Du n�ede over det antal afh�ngigheder, denne APT kan h�ndtere."
#: apt-pkg/pkgcachegen.cc:241
#, c-format
@@ -1467,12 +2365,6 @@ msgstr "Pakken %s %s blev ikke fundet under behandlingen af filafh�ngigheder"
msgid "Couldn't stat source package list %s"
msgstr "Kunne ikke finde kildepakkelisten %s"
-#. Build the status cache
-#: apt-pkg/pkgcachegen.cc:643 apt-pkg/pkgcachegen.cc:701
-#: apt-pkg/pkgcachegen.cc:706 apt-pkg/pkgcachegen.cc:829
-msgid "Reading Package Lists"
-msgstr "Indl�ser pakkelisterne"
-
#: apt-pkg/pkgcachegen.cc:658
msgid "Collecting File Provides"
msgstr "Samler filudbud"
@@ -1506,7 +2398,8 @@ msgstr ""
#: apt-pkg/acquire-item.cc:419
#, 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:501
@@ -1517,103 +2410,19 @@ msgstr "St�rrelsen stemmer ikke"
msgid "MD5Sum mismatch"
msgstr "MD5Sum stemmer ikke"
+#: methods/rsh.cc:264
+msgid "File Not Found"
+msgstr "Fil blev ikke fundet"
+
+#: methods/rsh.cc:330
+msgid "Connection closed prematurely"
+msgstr "Forbindelsen lukkedes for hurtigt"
+
#~ msgid "Sorry, you don't have enough free space in %s to hold all the .debs."
#~ msgstr ""
#~ "Beklager, men du har ikke nok ledig plads i %s til at opbevare alle .deb-"
#~ "filerne."
-#~ msgid "Unable to read the cdrom database %s"
-#~ msgstr "Kunne ikke l�se cdrom-databasen %s"
-
-#~ msgid ""
-#~ "Please use apt-cdrom to make this CD recognized by APT. apt-get update "
-#~ "cannot be used to add new CDs"
-#~ msgstr ""
-#~ "Brug apt-cdrom for at apt kan l�re den at kende. apt-get update kan ikke "
-#~ "bruges til at tilf�je nye cd'er"
-
-#~ msgid "Wrong CD"
-#~ msgstr "Forkert cd"
-
-#~ msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
-#~ msgstr "Kunne ikke afmontere cdrommen i %s, den er muligvis stadig i brug."
-
-#~ msgid "Connecting to %s (%s)"
-#~ msgstr "Forbinder til %s (%s)"
-
-#~ msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
-#~ msgstr "Kunne ikke oprette sokkel til %s (f=%u t=%u p=%u)"
-
-#~ msgid "Cannot initiate the connection to %s:%s (%s)."
-#~ msgstr "Kan ikke oprette forbindelse til %s:%s (%s)."
-
-#~ msgid "Could not connect to %s:%s (%s), connection timed out"
-#~ msgstr "Kunne ikke forbinde til %s:%s (%s) grundet tidsudl�b"
-
-#~ msgid "Could not connect to %s:%s (%s)."
-#~ msgstr "Kunne ikke forbinde til %s:%s (%s) "
-
-#~ msgid "Connecting to %s"
-#~ msgstr "Forbinder til %s"
-
-#~ msgid "Something wicked happened resolving '%s:%s' (%i)"
-#~ msgstr "Der skete noget underligt under navneoms�tning af '%s:%s' (%i)"
-
-#~ msgid "Unable to connect to %s %s:"
-#~ msgstr "Kunne ikke forbinde til %s %s:"
-
-#~ msgid "Failed to stat"
-#~ msgstr "Kunne ikke finde"
-
-#~ msgid "Failed to set modification time"
-#~ msgstr "Kunne ikke angive �ndringstidspunkt"
-
-#~ msgid "Invalid URI, local URIS must not start with //"
-#~ msgstr "Ugyldig URI, lokale URI'er m� ikke starte med //"
-
-#~ msgid "Logging in"
-#~ msgstr "Logget p�"
-
-#~ msgid "Unable to determine the peer name"
-#~ msgstr "Kunne ikke bestemme serverens navn"
-
-#~ msgid "Unable to determine the local name"
-#~ msgstr "Kunne ikke bestemme det lokale navn"
-
-#~ msgid "Server refused our connection and said: %s"
-#~ msgstr "Serveren n�gtede os forbindelse og sagde: %s"
-
-#~ msgid "USER failed, server said: %s"
-#~ msgstr "angivelse af brugernavn mislykkedes, serveren sagde: %s"
-
-#~ msgid "PASS failed, server said: %s"
-#~ msgstr "angivelse af adgangskode mislykkedes, serveren sagde: %s"
-
-#~ msgid ""
-#~ "A proxy server was specified but no login script, Acquire::ftp::"
-#~ "ProxyLogin is empty."
-#~ msgstr ""
-#~ "Der blev angivet en mellemstation (proxyserver), men intet logp�-skript, "
-#~ "Acquire::ftp::ProxyLogin er tom."
-
-#~ msgid "Login script command '%s' failed, server said: %s"
-#~ msgstr "Logp�-skriptets kommando '%s' mislykkedes. Serveren sagde: %s"
-
-#~ msgid "TYPE failed, server said: %s"
-#~ msgstr "TYPE mislykkedes. Serveren sagde: %s"
-
-#~ msgid "Connection timeout"
-#~ msgstr "Tidsudl�b p� forbindelsen"
-
-#~ msgid "Server closed the connection"
-#~ msgstr "Serveren lukkede forbindelsen"
-
-#~ msgid "A response overflowed the buffer."
-#~ msgstr "Mellemlageret blev overfyldt af et svar."
-
-#~ msgid "Protocol corruption"
-#~ msgstr "Protokolfejl"
-
#~ msgid "<- '"
#~ msgstr "<- '"
@@ -1623,166 +2432,18 @@ msgstr "MD5Sum stemmer ikke"
#~ msgid "-> '"
#~ msgstr "-> '"
-#~ msgid "Could not create a socket"
-#~ msgstr "Kunne ikke oprette sokkel"
-
-#~ msgid "Could not connect data socket, connection timed out"
-#~ msgstr "Kunne ikke forbinde datasokkel, tidsudl�b p� forbindelsen"
-
-#~ msgid "Could not connect passive socket."
-#~ msgstr "Kunne ikke forbinde passiv sokkel."
-
-#~ msgid "getaddrinfo was unable to get a listening socket"
-#~ msgstr "getaddrinfo kunne ikke f� en lyttesokkel"
-
-#~ msgid "Could not bind a socket"
-#~ msgstr "Kunne ikke tilknytte en sokkel"
-
-#~ msgid "Could not listen on the socket"
-#~ msgstr "Kunne ikke lytte p� soklen"
-
-#~ msgid "Could not determine the socket's name"
-#~ msgstr "Kunne ikke finde soklens navn"
-
-#~ msgid "Unable to send PORT command"
-#~ msgstr "Kunne ikke sende PORT-kommando"
-
-#~ msgid "Unkonwn address family %u (AF_*)"
-#~ msgstr "Ukendt adressefamilie %u (AF_*)"
-
-#~ msgid "EPRT failed, server said: %s"
-#~ msgstr "EPRT mislykkedes. Serveren sagde: %s"
-
-#~ msgid "Data socket connect timed out"
-#~ msgstr "Tidsudl�b p� datasokkel-forbindelse"
-
-#~ msgid "Unable to accept connection"
-#~ msgstr "Kunne ikke acceptere forbindelse"
-
-#~ msgid "Unable to fetch file, server said '%s'"
-#~ msgstr "Kunne ikke hente fil. Serveren sagde '%s'"
-
-#~ msgid "Data socket timed out"
-#~ msgstr "Tidsudl�b ved datasokkel"
-
-#~ msgid "Data transfer failed, server said '%s'"
-#~ msgstr "Dataoverf�rsel mislykkedes, serveren sagde '%s'"
-
-#~ msgid "Unable to invoke "
-#~ msgstr "Kunne ikke udf�re "
-
-#~ msgid "Read error from %s process"
-#~ msgstr "L�sefejl fra %s-process"
-
-#~ msgid "Waiting for file"
-#~ msgstr "Venter p� fil"
-
-#~ msgid "Got a single header line over %u chars"
-#~ msgstr "Fandt en enkelt linje i hovedet p� over %u tegn"
-
-#~ msgid "Bad header line"
-#~ msgstr "Ugyldig linje i hovedet"
-
-#~ msgid "The http server sent an invalid reply header"
-#~ msgstr "http-serveren sendte et ugyldigt svarhovede"
-
-#~ msgid "The http server sent an invalid Content-Length header"
-#~ msgstr "http-serveren sendte et ugyldigt Content-Length-hovede"
-
-#~ msgid "The http server sent an invalid Content-Range header"
-#~ msgstr "http-serveren sendte et ugyldigt Content-Range-hovede"
-
-#~ msgid "This http server has broken range support"
-#~ msgstr ""
-#~ "Denne http-servere har fejlagtig underst�ttelse af intervaller ('ranges')"
-
-#~ msgid "Unknown date format"
-#~ msgstr "Ukendt datoformat"
-
-#~ msgid "Select failed"
-#~ msgstr "Valg mislykkedes"
-
-#~ msgid "Connection timed out"
-#~ msgstr "Tidsudl�b p� forbindelsen"
-
-#~ msgid "Error writing to output file"
-#~ msgstr "Fejl ved skrivning af uddatafil"
-
-#~ msgid "Error writing to file"
-#~ msgstr "Fejl ved skrivning til fil"
-
-#~ msgid "Error writing to the file"
-#~ msgstr "Fejl ved skrivning til filen"
-
-#~ msgid "Error reading from server Remote end closed connection"
-#~ msgstr "Fejl ved l�sning fra serveren. Den fjerne ende lukkede forbindelsen"
-
-#~ msgid "Error reading from server"
-#~ msgstr "Fejl ved l�sning fra server"
-
-#~ msgid "Bad header Data"
-#~ msgstr "Ugyldige hoved-data"
-
-#~ msgid "Connection failed"
-#~ msgstr "Forbindelsen mislykkedes"
-
-#~ msgid "Internal error"
-#~ msgstr "Intern fejl"
-
-#~ msgid "Failed to create IPC pipe to subprocess"
-#~ msgstr "Kunne ikke oprette IPC-videref�rsel til underproces"
-
-#~ msgid "File Not Found"
-#~ msgstr "Fil blev ikke fundet"
-
-#~ msgid "Connection closed prematurely"
-#~ msgstr "Forbindelsen lukkedes for hurtigt"
-
-#~ msgid "Failed write file %s"
-#~ msgstr "Kunne ikke skrive filen %s"
-
-#~ msgid "Failed to close file %s"
-#~ msgstr "Kunne ikke lukke filen %s"
-
-#~ msgid "Unpacking %s more than once"
-#~ msgstr "Pakkede %s ud flere gange"
-
-#~ msgid "The directory %s is diverted"
-#~ msgstr "Kataloget %s er omrokeret"
-
-#~ msgid "The package is trying to write to the diversion target %s/%s"
-#~ msgstr "Pakken fors�ger at skrive til omrokeret m�l %s/%s"
-
-#~ msgid "The diversion path is too long"
-#~ msgstr "Omrokeringsstien er for lang"
-
#~ msgid "Followed conf file from "
#~ msgstr "Fulgte conf-filen fra "
#~ msgid " to "
#~ msgstr " til "
-#~ msgid "Failed to stat %s"
-#~ msgstr "Kunne ikke finde %s"
-
-#~ msgid "Failed to rename %s to %s"
-#~ msgstr "Kunne ikke omd�be %s til %s"
-
-#~ msgid "The directory %s is being replaced by a non-directory"
-#~ msgstr "Kataloget %s bliver erstattet af et ikke-katalog"
-
#~ msgid "Extract "
#~ msgstr "Ekstrah�r "
#~ msgid "Aborted, backing out"
#~ msgstr "Afbrudt, tilbagetr�kker"
-#~ msgid "Failed to locate node in its hash bucket"
-#~ msgstr "Kunne ikke finde knuden i sin hash-bucket"
-
-#~ msgid "The path is too long"
-#~ msgstr "Stien er for lang"
-
#~ msgid "De-replaced "
#~ msgstr "Gen-omplaceret "
@@ -1795,144 +2456,9 @@ msgstr "MD5Sum stemmer ikke"
#~ msgid " [new node]"
#~ msgstr " [ny knude]"
-#~ msgid "Overwrite package match with no version for %s"
-#~ msgstr "Overskriv pakkematch uden version for %s"
-
#~ msgid "Replaced file "
#~ msgstr "Erstattede filen "
-#~ msgid "File %s/%s overwrites the one in the package %s"
-#~ msgstr "File %s/%s overskriver filen i pakken %s"
-
-#~ msgid "DropNode called on still linked node"
-#~ msgstr "DropNode kaldt med endnu-forbundet knude"
-
-#~ msgid "Failed to locate the hash element!"
-#~ msgstr "Kunne ikke finde hash-element!"
-
-#~ msgid "Failed to allocate diversion"
-#~ msgstr "Kunne ikke allokere omrokering"
-
-#~ msgid "Internal Error in AddDiversion"
-#~ msgstr "Intern fejl i AddDiversion"
-
-#~ msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
-#~ msgstr "Fors�ger at overskrive en omrokering, %s -> %s og %s/%s"
-
-#~ msgid "Double add of diversion %s -> %s"
-#~ msgstr "Dobbelt tilf�jelse af omrokering %s -> %s"
-
-#~ msgid "Duplicate conf file %s/%s"
-#~ msgstr "Dobbelt ops�tningsfil %s/%s"
-
-#~ msgid "Invalid archive signature"
-#~ msgstr "Ugyldig arkivsignatur"
-
-#~ msgid "Error reading archive member header"
-#~ msgstr "Fejl under l�sning af arkivelements hoved"
-
-#~ msgid "Invalid archive member header"
-#~ msgstr "Ugyldigt arkivelementhoved"
-
-#~ msgid "Archive is too short"
-#~ msgstr "Arkivet er for kort"
-
-#~ msgid "Failed to read the archive headers"
-#~ msgstr "Kunne ikke l�se arkivhovederne"
-
-#~ msgid "Failed to create pipes"
-#~ msgstr "Kunne ikke oprette videref�rsler"
-
-#~ msgid "Failed to exec gzip "
-#~ msgstr "Kunne ikke udf�re gzip "
-
-#~ msgid "Corrupted archive"
-#~ msgstr "�delagt arkiv"
-
-#~ msgid "Tar Checksum failed, archive corrupted"
-#~ msgstr "Tar-tjeksum fejlede, arkivet er �delagt"
-
-#~ msgid "Unkown TAR header type %u, member %s"
-#~ msgstr "Ukendt TAR-hovedtype %u, element %s"
-
-#~ msgid "This is not a valid DEB archive, missing '%s' member"
-#~ msgstr "Dette er ikke et gyldigt DEB-arkiv, mangler '%s'-elementet"
-
-#~ msgid "Internal Error, could not locate member %s"
-#~ msgstr "Intern fejl, kunne ikke finde elementet %s"
-
-#~ msgid "Internal Error, could not locate member"
-#~ msgstr "Intern fejl, kunne ikke finde element"
-
-#~ msgid "Failed to locate a valid control file"
-#~ msgstr "Kunne ikke finde en gyldig kontrolfil"
-
-#~ msgid "Unparsible control file"
-#~ msgstr "Ikke-tolkbar kontrolfil"
-
-#~ msgid "Failed to remove %s"
-#~ msgstr "Kunne ikke fjerne %s"
-
-#~ msgid "Unable to create %s"
-#~ msgstr "Kunne ikke oprette %s"
-
-#~ msgid "Failed to stat %sinfo"
-#~ msgstr "Kunne ikke finde %sinfo"
-
-#~ msgid "The info and temp directories need to be on the same filesystem"
-#~ msgstr "Katalogerne info og temp skal ligge i samme filsystem"
-
-#~ msgid "Failed to change to the admin dir %sinfo"
-#~ msgstr "Kunne ikke skifte til admin-kataloget %sinfo"
-
-#~ msgid "Internal Error getting a Package Name"
-#~ msgstr "Intern fejl under hentning af et pakkenavn"
-
-#~ msgid "Reading File Listing"
-#~ msgstr "L�ser fillisten"
-
-#~ msgid ""
-#~ "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
-#~ "then make it empty and immediately re-install the same version of the "
-#~ "package!"
-#~ msgstr ""
-#~ "Kunne ikke �bne listefilen '%sinfo/%s'. Hvis du ikke kan genskabe denne "
-#~ "fil, kan du g�re dem tom og med det samme geninstallere den samme version "
-#~ "af pakken!"
-
-#~ msgid "Failed reading the list file %sinfo/%s"
-#~ msgstr "Kunne ikke l�se listefilen %sinfo/%s"
-
-#~ msgid "Internal Error getting a Node"
-#~ msgstr "Intern fejl under hentning af knude"
-
-#~ msgid "Failed to open the diversions file %sdiversions"
-#~ msgstr "Kunne ikke �bne omrokeringsfilen %sdiversions"
-
-#~ msgid "The diversion file is corrupted"
-#~ msgstr "Pakkeomrokeringsfilen er �delagt"
-
-#~ msgid "Invalid line in the diversion file: %s"
-#~ msgstr "Ugyldig linje i omrokeringsfilen: %s"
-
-#~ msgid "Internal Error adding a diversion"
-#~ msgstr "Intern fejl under tilf�jelse af omrokering"
-
-#~ msgid "The pkg cache must be initialize first"
-#~ msgstr "pkg-mellemlageret skal initialiseres f�rst"
-
-#~ msgid "Reading File List"
-#~ msgstr "Indl�ser fillisten"
-
-#~ msgid "Failed to find a Package: Header, offset %lu"
-#~ msgstr "Kunne ikke finde et Package:-hovede, forskydning %lu"
-
-#~ msgid "Bad ConfFile section in the status file. Offset %lu"
-#~ msgstr "Ugyldig ConfFile-afsnit i statusfilen. Forskydning %lu"
-
-#~ msgid "Error parsing MD5. Offset %lu"
-#~ msgstr "Fejl under tolkning af MD5. Forskydning %lu"
-
#~ msgid "Internal Error, Unable to parse a package record"
#~ msgstr "Intern fejl. Kunne ikke tolke pakkeindgangen"
@@ -1945,9 +2471,6 @@ msgstr "MD5Sum stemmer ikke"
#~ msgid "Generating cache"
#~ msgstr "Opretter mellemlager"
-#~ msgid "Problem opening %s"
-#~ msgstr "Problem under �bning af %s"
-
#~ msgid "Problem with SelectFile"
#~ msgstr "Problem med SelectFile"
@@ -2102,12 +2625,6 @@ msgstr "MD5Sum stemmer ikke"
#~ msgid "....\"Have you mooed today?\"..."
#~ msgstr "....\"Har du sagt 'mu' i dag?\"..."
-#~ msgid "Package extension list is too long"
-#~ msgstr "Pakkeudvidelseslisten er for lang"
-
-#~ msgid "Error Processing directory %s"
-#~ msgstr "Fejl under behandling af kataloget %s"
-
#~ msgid " New "
#~ msgstr " Ny "
@@ -2117,18 +2634,9 @@ msgstr "MD5Sum stemmer ikke"
#~ msgid " files "
#~ msgstr " filer "
-#~ msgid "Source extension list is too long"
-#~ msgstr "Kildeudvidelseslisten er for lang"
-
#~ msgid " pkgs in "
#~ msgstr " pakker i "
-#~ msgid "Error writing header to contents file"
-#~ msgstr "Fejl under skrivning af hovedet til indholdsfil"
-
-#~ msgid "Error Processing Contents %s"
-#~ msgstr "Fejl under behandling af indhold %s"
-
#~ msgid ""
#~ "Usage: apt-ftparchive [options] command\n"
#~ "Commands: packges binarypath [overridefile [pathprefix]]\n"
@@ -2145,50 +2653,6 @@ msgstr "MD5Sum stemmer ikke"
#~ " clean config\n"
#~ msgid ""
-#~ "apt-ftparchive generates index files for Debian archives. It supports\n"
-#~ "many styles of generation from fully automated to functional "
-#~ "replacements\n"
-#~ "for dpkg-scanpackages and dpkg-scansources\n"
-#~ "\n"
-#~ "apt-ftparchive generates Package files from a tree of .debs. The\n"
-#~ "Package file contains the contents of all the control fields from\n"
-#~ "each package as well as the MD5 hash and filesize. An override file\n"
-#~ "is supported to force the value of Priority and Section.\n"
-#~ "\n"
-#~ "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
-#~ "The --source-override option can be used to specify a src override file\n"
-#~ "\n"
-#~ "The 'packages' and 'sources' command should be run in the root of the\n"
-#~ "tree. BinaryPath should point to the base of the recursive search and \n"
-#~ "override file should contian the override flags. Pathprefix is\n"
-#~ "appended to the filename fields if present. Example usage from the \n"
-#~ "debian archive:\n"
-#~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
-#~ " dists/potato/main/binary-i386/Packages\n"
-#~ msgstr ""
-#~ "apt-ftparchive laver indeksfiler til Debianarkiver. Det underst�tter "
-#~ "mange\n"
-#~ "former for generering, lige fra fuldautomatiske til funktionelle\n"
-#~ "erstatninger for dpkg-scanpackages og dpkg-scansources\n"
-#~ "\n"
-#~ "apt-ftparchive genererer Package-filer fra tr�er af .deb'er. Package-\n"
-#~ "filen indeholder alle kontrolfelterne fra hver pakke s�vel som MD5-hash\n"
-#~ "og filst�rrelse. En gennemtvangsfil underst�ttes til at gennemtvinge\n"
-#~ "Prioritet og Afsnit.\n"
-#~ "\n"
-#~ "P� samme m�de genererer apt-ftparchive Sources-filer fra tr�er af\n"
-#~ ".dsc'er. Gennemtvangstilvalget --source-override kan bruges til at\n"
-#~ "angive en src-gennemtvangsfil.\n"
-#~ "\n"
-#~ "Kommandoerne 'packages' og 'sources' bar k�res i roden af tr�et.\n"
-#~ "BinaryPath bar pege p� basen af rekursive s�gninger og gennemtvangs-\n"
-#~ "filen b�r indeholder gennemtvangsflag. Pathprefix tilf�jes til "
-#~ "filnavnfelter,\n"
-#~ "hvis disse eksisterer. Et eksempel p� brug fra Debianarkivet:\n"
-#~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
-#~ " dists/potato/main/binary-i386/Packages\n"
-
-#~ msgid ""
#~ "Options:\n"
#~ " -h This help text\n"
#~ " --md5 Control MD5 generation\n"
@@ -2211,15 +2675,9 @@ msgstr "MD5Sum stemmer ikke"
#~ " -c=? L�s denne ops�tningsfil\n"
#~ " -o=? Angiv en ops�tningsfunktion\n"
-#~ msgid "No selections matched"
-#~ msgstr "Ingen valg passede"
-
#~ msgid "Done Packages, Starting contents."
#~ msgstr "F�rdig med Packages, starter indhold."
-#~ msgid "Some files are missing in the package file group `%s'"
-#~ msgstr "Visse filer mangler i pakkefilgruppen '%s'"
-
#~ msgid "Hit contents update byte limit"
#~ msgstr "St�dte mod indholdsopdateringens byte-begr�nsning"
@@ -2232,117 +2690,9 @@ msgstr "MD5Sum stemmer ikke"
#~ msgid " archives. Took "
#~ msgstr " arkiver. Det tog "
-#~ msgid "DB was corrupted, file renamed to %s.old"
-#~ msgstr "DB var �delagt, filen omd�bt til %s.old"
-
-#~ msgid "Unable to open DB2 file %s"
-#~ msgstr "Kunne ikke �bne DB2-filen %s"
-
-#~ msgid "File date has changed %s"
-#~ msgstr "Filens dato er �ndret %s"
-
-#~ msgid "Archive has no control record"
-#~ msgstr "Arkivet har ingen kontrolindgang"
-
-#~ msgid "Unable to get a cursor"
-#~ msgstr "Kunne skaffe en mark�r"
-
-#~ msgid "realloc - Failed to allocate memory"
-#~ msgstr "realloc - Kunne ikke allokere hukommelse"
-
-#~ msgid "Unknown Compresison Algorithm '%s'"
-#~ msgstr "Ukendt komprimeringsalgoritme '%s'"
-
-#~ msgid "Compressed output %s needs a compression set"
-#~ msgstr "Komprimerede uddata %s kr�ver et komprimeringss�t"
-
-#~ msgid "Failed to create FILE*"
-#~ msgstr "Kunne ikke oprette FILE*"
-
-#~ msgid "Failed to fork"
-#~ msgstr "Kunne ikke spalte"
-
-#~ msgid "Compress Child"
-#~ msgstr "Komprimer barn"
-
-#~ msgid "Internal Error, Failed to create %s"
-#~ msgstr "Intern fejl. Kunne ikke oprette %s"
-
-#~ msgid "Failed to create subprocess IPC"
-#~ msgstr "Kunne ikke oprette underproces IPC"
-
-#~ msgid "Failed to exec compressor "
-#~ msgstr "Kunne ikke udf�re komprimeringsprogram"
-
-#~ msgid "IO to subprocess/file failed"
-#~ msgstr "IO til underproces/fil mislykkedes"
-
-#~ msgid "Failed to read while computing MD5"
-#~ msgstr "Kunne ikke l�se under beregning af MD5"
-
-#~ msgid "Unable to open %s"
-#~ msgstr "Kunne ikke �bne %s"
-
-#~ msgid "Malformed override %s line %lu #1"
-#~ msgstr "Ugyldig gennemtvangs %s-linje %lu #1"
-
-#~ msgid "Malformed override %s line %lu #2"
-#~ msgstr "Ugyldig gennemtvangs %s-linje %lu #2"
-
-#~ msgid "Malformed override %s line %lu #3"
-#~ msgstr "Ugyldig gennemtvangs %s-linje %lu #3"
-
-#~ msgid "Failed to read the override file %s"
-#~ msgstr "Kunne ikke l�se gennemtvangsfilen %s"
-
-#~ msgid "W: Unable to read directory "
-#~ msgstr "A: Kunne ikke l�se kataloget "
-
-#~ msgid "W: Unable to stat "
-#~ msgstr "W: Kunne ikke finde "
-
-#~ msgid "E: "
-#~ msgstr "F: "
-
-#~ msgid "W: "
-#~ msgstr "A: "
-
-#~ msgid "E: Errors apply to file '"
-#~ msgstr "F: Fejlen vedr�rer filen '"
-
-#~ msgid "Failed to resolve %s"
-#~ msgstr "Kunne ikke oms�tte navnet %s"
-
-#~ msgid "Tree walking failed"
-#~ msgstr "Tr�vandring mislykkedes"
-
-#~ msgid "Failed to open %s"
-#~ msgstr "Kunne ikke �bne %s"
-
-#~ msgid "Failed to readlink %s"
-#~ msgstr "Kunne ikke 'readlink' %s"
-
-#~ msgid "Failed to unlink %s"
-#~ msgstr "Kunne ikke frig�re %s"
-
-#~ msgid "*** Failed to link %s to %s"
-#~ msgstr "*** Kunne ikke l�nke %s til %s"
-
-#~ msgid " DeLink limit of "
-#~ msgstr " DeLink-begr�nsning p� "
-
#~ msgid "B hit."
#~ msgstr "B ramtes."
-#~ msgid "Archive had no package field"
-#~ msgstr "Arkivet havde intet package-felt"
-
-#~ msgid " has no override entry"
-#~ msgstr " har ingen gennemtvangs-indgang"
-
-#~ msgid " maintainer is "
-#~ msgstr " ansvarlig er "
-
#~ msgid " not "
#~ msgstr " ikke "
@@ -2360,4 +2710,3 @@ msgstr "MD5Sum stemmer ikke"
#~ msgid "Errors apply to file '%s'"
#~ msgstr "Fejlene vedr�rer filen '%s'"
-
diff --git a/po/de.po b/po/de.po
index a5867c05b..2df9ba1fa 100644
--- a/po/de.po
+++ b/po/de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
-"POT-Creation-Date: 2002-11-10 19:37+0100\n"
+"POT-Creation-Date: 2003-02-09 21:51-0600\n"
"PO-Revision-Date: 2002-11-10 20:56+0100\n"
"Last-Translator: Michael Piefel <piefel@debian.org>\n"
"Language-Team: <de@li.org>\n"
@@ -14,140 +14,141 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: cmdline/apt-cache.cc:131
+#: cmdline/apt-cache.cc:133
#, c-format
msgid "Package %s version %s has an unmet dep:\n"
msgstr "Paket %s Version %s hat eine nichterfüllte Abhängigkeit:\n"
-#: cmdline/apt-cache.cc:171 cmdline/apt-cache.cc:523 cmdline/apt-cache.cc:669
-#: cmdline/apt-cache.cc:1035 cmdline/apt-cache.cc:1181
+#: cmdline/apt-cache.cc:173 cmdline/apt-cache.cc:525 cmdline/apt-cache.cc:671
+#: cmdline/apt-cache.cc:1037 cmdline/apt-cache.cc:1183
#, c-format
msgid "Unable to locate package %s"
msgstr "Kann Paket %s nicht finden"
-#: cmdline/apt-cache.cc:228
+#: cmdline/apt-cache.cc:230
msgid "Total Package Names : "
msgstr "Gesamtzahl an Paketnamen: "
-#: cmdline/apt-cache.cc:268
+#: cmdline/apt-cache.cc:270
msgid " Normal Packages: "
msgstr " davon gewöhnliche Pakete: "
-#: cmdline/apt-cache.cc:269
+#: cmdline/apt-cache.cc:271
msgid " Pure Virtual Packages: "
msgstr " davon rein virtuelle Pakete: "
-#: cmdline/apt-cache.cc:270
+#: cmdline/apt-cache.cc:272
msgid " Single Virtual Packages: "
msgstr " davon einzelne virtuelle Pakete: "
-#: cmdline/apt-cache.cc:271
+#: cmdline/apt-cache.cc:273
msgid " Mixed Virtual Packages: "
msgstr " davon gemischte virtuelle Pakete: "
-#: cmdline/apt-cache.cc:272
+#: cmdline/apt-cache.cc:274
msgid " Missing: "
msgstr " davon fehlend: "
-#: cmdline/apt-cache.cc:274
+#: cmdline/apt-cache.cc:276
msgid "Total Distinct Versions: "
msgstr "Gesamtzahl an unterschiedlichen Versionen: "
-#: cmdline/apt-cache.cc:276
+#: cmdline/apt-cache.cc:278
msgid "Total Dependencies: "
msgstr "Gesamtzahl an Abhängigkeiten: "
-#: cmdline/apt-cache.cc:279
+#: cmdline/apt-cache.cc:281
msgid "Total Ver/File relations: "
msgstr "Gesamtzahl an Version/Datei-Beziehungen: "
-#: cmdline/apt-cache.cc:281
+#: cmdline/apt-cache.cc:283
msgid "Total Provides Mappings: "
msgstr "Gesamtzahl an Bereitstellungen: "
-#: cmdline/apt-cache.cc:293
+#: cmdline/apt-cache.cc:295
msgid "Total Globbed Strings: "
msgstr "Gesamtzahl an Mustern: "
-#: cmdline/apt-cache.cc:307
+#: cmdline/apt-cache.cc:309
msgid "Total Dependency Version space: "
msgstr "Gesamtmenge an Abhängigkeits/Versionsspeicher: "
-#: cmdline/apt-cache.cc:312
+#: cmdline/apt-cache.cc:314
msgid "Total Slack space: "
msgstr "Gesamtmenge an Slack: "
-#: cmdline/apt-cache.cc:320
+#: cmdline/apt-cache.cc:322
msgid "Total Space Accounted for: "
msgstr "Gesamtmenge an Speicher: "
-#: cmdline/apt-cache.cc:442 cmdline/apt-cache.cc:869
+#: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:871
#, c-format
msgid "Package file %s is out of sync."
msgstr "Paketdatei %s ist nicht synchronisiert."
-#: cmdline/apt-cache.cc:911
+#: cmdline/apt-cache.cc:913
msgid "You must give exactly one pattern"
msgstr "Sie müssen genau ein Muster angeben"
-#: cmdline/apt-cache.cc:1135
+#: cmdline/apt-cache.cc:1137
msgid "Package Files:"
msgstr "Paketdateien:"
-#: cmdline/apt-cache.cc:1142 cmdline/apt-cache.cc:1228
+#: cmdline/apt-cache.cc:1144 cmdline/apt-cache.cc:1230
msgid "Cache is out of sync, can't x-ref a package file"
msgstr "Cache ist nicht sychron, kann eine Paketdatei nicht querverweisen"
-#: cmdline/apt-cache.cc:1143
+#: cmdline/apt-cache.cc:1145
#, c-format
msgid "%4i %s\n"
msgstr "%4i %s\n"
#. Show any packages have explicit pins
-#: cmdline/apt-cache.cc:1155
+#: cmdline/apt-cache.cc:1157
msgid "Pinned Packages:"
msgstr "Festgehaltene Pakete (»Pin«):"
-#: cmdline/apt-cache.cc:1167 cmdline/apt-cache.cc:1208
+#: cmdline/apt-cache.cc:1169 cmdline/apt-cache.cc:1210
msgid "(not found)"
msgstr "(nicht gefunden)"
#. Installed version
-#: cmdline/apt-cache.cc:1188
+#: cmdline/apt-cache.cc:1190
msgid " Installed: "
msgstr " Installiert:"
-#: cmdline/apt-cache.cc:1190 cmdline/apt-cache.cc:1198
+#: cmdline/apt-cache.cc:1192 cmdline/apt-cache.cc:1200
msgid "(none)"
msgstr "(keine)"
#. Candidate Version
-#: cmdline/apt-cache.cc:1195
+#: cmdline/apt-cache.cc:1197
msgid " Candidate: "
msgstr " Mögliche Pakete:"
-#: cmdline/apt-cache.cc:1205
+#: cmdline/apt-cache.cc:1207
msgid " Package Pin: "
msgstr " Paketstecknadel: "
#. Show the priority tables
-#: cmdline/apt-cache.cc:1214
+#: cmdline/apt-cache.cc:1216
msgid " Version Table:"
msgstr " Versions-Tabelle:"
-#: cmdline/apt-cache.cc:1229
+#: cmdline/apt-cache.cc:1231
#, c-format
msgid " %4i %s\n"
msgstr " %4i %s\n"
-#: cmdline/apt-cache.cc:1256 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:69
-#: cmdline/apt-extracttemplates.cc:223 ftparchive/apt-ftparchive.cc:544
-#: cmdline/apt-get.cc:2015 cmdline/apt-sortpkgs.cc:142
+#: cmdline/apt-cache.cc:1258 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
+#: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:544
+#: cmdline/apt-get.cc:2049 cmdline/apt-sortpkgs.cc:144
#, c-format
msgid "%s %s for %s %s compiled on %s %s\n"
msgstr "%s %s für %s %s kompiliert am %s %s\n"
-#: cmdline/apt-cache.cc:1260
+#: cmdline/apt-cache.cc:1262
+#, fuzzy
msgid ""
"Usage: apt-cache [options] command\n"
" apt-cache [options] add file1 [file1 ...]\n"
@@ -158,7 +159,7 @@ msgid ""
"cache files, and query information from them\n"
"\n"
"Commands:\n"
-" add - Add an package file to the source cache\n"
+" add - Add a package file to the source cache\n"
" gencaches - Build both the package and source cache\n"
" showpkg - Show some general information for a single package\n"
" showsrc - Show source records\n"
@@ -218,11 +219,11 @@ msgstr ""
"tmp\n"
"Siehe auch apt-cache(8) und apt.conf(5) für weitere Informationen.\n"
-#: cmdline/apt-config.cc:40
+#: cmdline/apt-config.cc:41
msgid "Arguments not in pairs"
msgstr "Argumente nicht paarweise"
-#: cmdline/apt-config.cc:75
+#: cmdline/apt-config.cc:76
msgid ""
"Usage: apt-config [options] command\n"
"\n"
@@ -252,12 +253,12 @@ msgstr ""
" -o=? Eine beliebige Konfigurationsoption setzen, z. B. -o dir::cache=/"
"tmp\n"
-#: cmdline/apt-extracttemplates.cc:96
+#: cmdline/apt-extracttemplates.cc:98
#, c-format
msgid "%s not a valid DEB package."
msgstr "%s ist kein gültiges DEB-Paket."
-#: cmdline/apt-extracttemplates.cc:230
+#: cmdline/apt-extracttemplates.cc:232
msgid ""
"Usage: apt-extracttemplates file1 [file2 ...]\n"
"\n"
@@ -283,15 +284,291 @@ msgstr ""
" -o=? Eine beliebige Konfigurationsoption setzen, z. B. -o dir::cache=/"
"tmp\n"
-#: cmdline/apt-extracttemplates.cc:257 apt-pkg/pkgcachegen.cc:699
+#: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
#, c-format
msgid "Unable to write to %s"
msgstr "Kann nicht nach %s schreiben"
-#: cmdline/apt-extracttemplates.cc:300
+#: cmdline/apt-extracttemplates.cc:302
msgid "Cannot get debconf version. Is debconf installed?"
msgstr "Kann debconf-Version nicht ermitteln. Ist debconf installiert?"
+#: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:336
+msgid "Package extension list is too long"
+msgstr "Paketerweiterungsliste is zu lang"
+
+#: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
+#: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:251
+#: ftparchive/apt-ftparchive.cc:265 ftparchive/apt-ftparchive.cc:287
+#, c-format
+msgid "Error Processing directory %s"
+msgstr "Fehler beim Verarbeiten von Verzeichnis %s"
+
+#: ftparchive/apt-ftparchive.cc:249
+msgid "Source extension list is too long"
+msgstr "Quellerweiterungsliste is zu lang"
+
+#: ftparchive/apt-ftparchive.cc:366
+msgid "Error writing header to contents file"
+msgstr "Fehler beim Schreiben des Headers in die Inhaltsdatei"
+
+#: ftparchive/apt-ftparchive.cc:396
+#, c-format
+msgid "Error Processing Contents %s"
+msgstr "Fehler beim Verarbeiten der Inhaltsdatei %s"
+
+#: ftparchive/apt-ftparchive.cc:550
+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"
+"\n"
+"apt-ftparchive generates index files for Debian archives. It supports\n"
+"many styles of generation from fully automated to functional replacements\n"
+"for dpkg-scanpackages and dpkg-scansources\n"
+"\n"
+"apt-ftparchive generates Package files from a tree of .debs. The\n"
+"Package file contains the contents of all the control fields from\n"
+"each package as well as the MD5 hash and filesize. An override file\n"
+"is supported to force the value of Priority and Section.\n"
+"\n"
+"Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
+"The --source-override option can be used to specify a src override file\n"
+"\n"
+"The 'packages' and 'sources' command should be run in the root of the\n"
+"tree. BinaryPath should point to the base of the recursive search and \n"
+"override file should contian the override flags. Pathprefix is\n"
+"appended to the filename fields if present. Example usage from the \n"
+"debian archive:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+"\n"
+"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"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:731
+msgid "No selections matched"
+msgstr "Keine Auswahl passt"
+
+#: ftparchive/apt-ftparchive.cc:804
+#, c-format
+msgid "Some files are missing in the package file group `%s'"
+msgstr "Einige Dateien fehlen in der Paketdateigruppe »%s«"
+
+#: ftparchive/cachedb.cc:43
+#, c-format
+msgid "DB was corrupted, file renamed to %s.old"
+msgstr ""
+
+#: ftparchive/cachedb.cc:59
+#, c-format
+msgid "Unable to open DB2 file %s"
+msgstr "Kann DB2-Datei %s nicht öffnen"
+
+#: ftparchive/cachedb.cc:99
+#, c-format
+msgid "File date has changed %s"
+msgstr "Dateidatum hat sich geändert %s"
+
+#: ftparchive/cachedb.cc:140
+#, fuzzy
+msgid "Archive has no control record"
+msgstr "Archiv ist zu kurz"
+
+#: ftparchive/cachedb.cc:253 ftparchive/cachedb.cc:257
+#, fuzzy
+msgid "Unable to get a cursor"
+msgstr "Kann %s nicht lesen"
+
+#: ftparchive/writer.cc:78
+#, fuzzy, c-format
+msgid "W: Unable to read directory %s\n"
+msgstr "Kann %s nicht lesen"
+
+#: ftparchive/writer.cc:83
+#, fuzzy, c-format
+msgid "W: Unable to stat %s\n"
+msgstr "W: Kann nicht zugreifen auf "
+
+#: ftparchive/writer.cc:122
+msgid "E: "
+msgstr "F: "
+
+#: ftparchive/writer.cc:124
+msgid "W: "
+msgstr "W: "
+
+#: ftparchive/writer.cc:131
+#, fuzzy
+msgid "E: Errors apply to file "
+msgstr "F: Fehler gehören zu Datei »"
+
+#: ftparchive/writer.cc:148 ftparchive/writer.cc:178
+#, c-format
+msgid "Failed to resolve %s"
+msgstr "Konnte %s nicht auflösen"
+
+#: ftparchive/writer.cc:160
+msgid "Tree walking failed"
+msgstr "Baumabschreiten fehlgeschlagen"
+
+#: ftparchive/writer.cc:185
+#, c-format
+msgid "Failed to open %s"
+msgstr "Konnte %s nicht öffnen"
+
+#: ftparchive/writer.cc:242
+#, c-format
+msgid " DeLink %s [%s]\n"
+msgstr ""
+
+#: ftparchive/writer.cc:250
+#, c-format
+msgid "Failed to readlink %s"
+msgstr "Kann kein readlink auf %s durchführen"
+
+#: ftparchive/writer.cc:254
+#, c-format
+msgid "Failed to unlink %s"
+msgstr "Konnte %s entfernen (unlink)"
+
+#: ftparchive/writer.cc:261
+#, fuzzy, c-format
+msgid "*** Failed to link %s to %s"
+msgstr "Konnte %s nicht in %s umbenennen"
+
+#: ftparchive/writer.cc:271
+#, c-format
+msgid " DeLink limit of %sB hit.\n"
+msgstr ""
+
+#: ftparchive/writer.cc:338 apt-inst/extract.cc:181 apt-inst/extract.cc:193
+#: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Kann auf %s nicht zugreifen."
+
+#: ftparchive/writer.cc:358
+msgid "Archive had no package field"
+msgstr ""
+
+#: ftparchive/writer.cc:366 ftparchive/writer.cc:576
+#, fuzzy, c-format
+msgid " %s has no override entry\n"
+msgstr "%s hat keine Build-Dependencies.\n"
+
+#: ftparchive/writer.cc:409 ftparchive/writer.cc:658
+#, c-format
+msgid " %s maintainer is %s not %s\n"
+msgstr ""
+
+#: ftparchive/contents.cc:346 ftparchive/contents.cc:377
+#, fuzzy
+msgid "realloc - Failed to allocate memory"
+msgstr "Konnte Umleitung nicht reservieren"
+
+#: ftparchive/override.cc:38 ftparchive/override.cc:146
+#, c-format
+msgid "Unable to open %s"
+msgstr "Kann %s nicht öffnen"
+
+#: ftparchive/override.cc:64 ftparchive/override.cc:170
+#, c-format
+msgid "Malformed override %s line %lu #1"
+msgstr ""
+
+#: ftparchive/override.cc:78 ftparchive/override.cc:182
+#, c-format
+msgid "Malformed override %s line %lu #2"
+msgstr ""
+
+#: ftparchive/override.cc:92 ftparchive/override.cc:195
+#, c-format
+msgid "Malformed override %s line %lu #3"
+msgstr ""
+
+#: ftparchive/override.cc:131 ftparchive/override.cc:205
+#, fuzzy, c-format
+msgid "Failed to read the override file %s"
+msgstr "Konnte Archiveköpfe nicht lesen."
+
+#: ftparchive/multicompress.cc:75
+#, c-format
+msgid "Unknown Compresison Algorithm '%s'"
+msgstr "Unbekannter Komprimierungsalgorithmus »%s«"
+
+#: ftparchive/multicompress.cc:105
+#, c-format
+msgid "Compressed output %s needs a compression set"
+msgstr ""
+
+#: ftparchive/multicompress.cc:172 methods/rsh.cc:91
+msgid "Failed to create IPC pipe to subprocess"
+msgstr "Konnte Interprozesskommunikation mit Unterprozess nicht erzeugen"
+
+#: ftparchive/multicompress.cc:198
+#, fuzzy
+msgid "Failed to create FILE*"
+msgstr "Konnte Weiterleitungen nicht erzeugen"
+
+#: ftparchive/multicompress.cc:201
+msgid "Failed to fork"
+msgstr "Fork Fehlgeschlagen"
+
+#: ftparchive/multicompress.cc:215
+msgid "Compress Child"
+msgstr ""
+
+#: ftparchive/multicompress.cc:238
+#, c-format
+msgid "Internal Error, Failed to create %s"
+msgstr "Interner Fehler, konnte %s nicht erzeugen"
+
+#: ftparchive/multicompress.cc:289
+#, fuzzy
+msgid "Failed to create subprocess IPC"
+msgstr "Konnte Interprozesskommunikation mit Unterprozess nicht erzeugen"
+
+#: ftparchive/multicompress.cc:324
+#, fuzzy
+msgid "Failed to exec compressor "
+msgstr "Konnte gzip nicht ausführen"
+
+#: ftparchive/multicompress.cc:363
+msgid "decompressor"
+msgstr ""
+
+#: ftparchive/multicompress.cc:406
+msgid "IO to subprocess/file failed"
+msgstr "E/A zu Kindprozess/Datei fehlgeschlagen"
+
+#: ftparchive/multicompress.cc:458
+#, fuzzy
+msgid "Failed to read while computing MD5"
+msgstr "Kann kein readlink auf %s durchführen"
+
+#: ftparchive/multicompress.cc:475
+#, fuzzy, c-format
+msgid "Problem unlinking %s"
+msgstr "Problem beim Öffnen von %s"
+
+#: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
+#, c-format
+msgid "Failed to rename %s to %s"
+msgstr "Konnte %s nicht in %s umbenennen"
+
#. This needs to be a capital
#: cmdline/apt-get.cc:116
msgid "Y"
@@ -693,7 +970,7 @@ msgstr "Die folgenden zusätzlichen Pakete werden installiert:"
msgid "Calculating Upgrade... "
msgstr "Berechne Upgrade..."
-#: cmdline/apt-get.cc:1476
+#: cmdline/apt-get.cc:1476 methods/ftp.cc:700 methods/connect.cc:99
msgid "Failed"
msgstr "Fehlgeschlagen"
@@ -771,16 +1048,25 @@ msgstr "Information zu Build-Dependencies für %s konnte nicht gefunden werden."
msgid "%s has no build depends.\n"
msgstr "%s hat keine Build-Dependencies.\n"
-#: cmdline/apt-get.cc:1931
-#, c-format
+#: cmdline/apt-get.cc:1948
+#, fuzzy, c-format
msgid ""
-"%s dependency on %s cannot be satisfied because the package %s cannot be "
+"%s dependency for %s cannot be satisfied because the package %s cannot be "
"found"
msgstr ""
"%s Abhängigkeit von %s kann nicht befriedigt werden, da Paket %s nicht "
"gefunden werden kann."
-#: cmdline/apt-get.cc:1983
+#: cmdline/apt-get.cc:1990
+#, fuzzy, c-format
+msgid ""
+"%s dependency for %s cannot be satisfied because no available versions of "
+"package %s can satisfy version requirements"
+msgstr ""
+"%s Abhängigkeit von %s kann nicht befriedigt werden, da Paket %s nicht "
+"gefunden werden kann."
+
+#: cmdline/apt-get.cc:2017
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."
@@ -789,15 +1075,15 @@ msgstr ""
"arbeitet wurden. Sie möchten wahrscheinlich »apt-get -f install« aufrufen,\n"
"um die Probleme zu beheben."
-#: cmdline/apt-get.cc:1988
+#: cmdline/apt-get.cc:2022
msgid "Failed to process build dependencies"
msgstr "Verarbeitung der Build-Dependencies fehlgeschlagen"
-#: cmdline/apt-get.cc:2020
+#: cmdline/apt-get.cc:2054
msgid "Supported Modules:"
msgstr "Unterstützte Module:"
-#: cmdline/apt-get.cc:2061
+#: cmdline/apt-get.cc:2095
msgid ""
"Usage: apt-get [options] command\n"
" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -909,11 +1195,11 @@ msgstr ""
"Medienwechsel: Bitte legen Sie Medium »%s« in Laufwerk »%s« und drücken Sie "
"die Eingabetaste\n"
-#: cmdline/apt-sortpkgs.cc:84
+#: cmdline/apt-sortpkgs.cc:86
msgid "Unknown package record!"
msgstr "Unbekannter Paketeintrag"
-#: cmdline/apt-sortpkgs.cc:148
+#: cmdline/apt-sortpkgs.cc:150
msgid ""
"Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
"\n"
@@ -938,6 +1224,277 @@ msgstr ""
" -c=? Diese Konfigurationsdatei lesen\n"
" -o=? Eine beliebige Konfigurationsoption setzen, z. B. -o dir::cache=/tmp\n"
+#: apt-inst/contrib/extracttar.cc:115
+msgid "Failed to create pipes"
+msgstr "Konnte Weiterleitungen nicht erzeugen"
+
+#: apt-inst/contrib/extracttar.cc:140
+msgid "Failed to exec gzip "
+msgstr "Konnte gzip nicht ausführen"
+
+#: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
+msgid "Corrupted archive"
+msgstr "Korrumpiertes Archiv"
+
+#: apt-inst/contrib/extracttar.cc:192
+msgid "Tar Checksum failed, archive corrupted"
+msgstr "Tar-Prüfsumme fehlgeschlagen, Archiv korrumpiert"
+
+#: apt-inst/contrib/extracttar.cc:295
+#, c-format
+msgid "Unkown TAR header type %u, member %s"
+msgstr "Unbekannter Tar-Kopf-Typ %u, Bestandteil %s"
+
+#: apt-inst/contrib/arfile.cc:73
+msgid "Invalid archive signature"
+msgstr "Ungültige Archiv-Signatur"
+
+#: apt-inst/contrib/arfile.cc:81
+msgid "Error reading archive member header"
+msgstr "Fehler beim Lesen der Archivdateienkopfzeilen"
+
+#: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
+msgid "Invalid archive member header"
+msgstr "Ungültige Archivdateienkopfzeile"
+
+#: apt-inst/contrib/arfile.cc:131
+msgid "Archive is too short"
+msgstr "Archiv ist zu kurz"
+
+#: apt-inst/contrib/arfile.cc:135
+msgid "Failed to read the archive headers"
+msgstr "Konnte Archiveköpfe nicht lesen."
+
+#: apt-inst/filelist.cc:384
+msgid "DropNode called on still linked node"
+msgstr "»DropNode« auf noch verlinktem Knoten aufgerufen"
+
+#: apt-inst/filelist.cc:416
+msgid "Failed to locate the hash element!"
+msgstr "Konnte Hash-Element nicht finden!"
+
+#: apt-inst/filelist.cc:463
+msgid "Failed to allocate diversion"
+msgstr "Konnte Umleitung nicht reservieren"
+
+#: apt-inst/filelist.cc:468
+msgid "Internal Error in AddDiversion"
+msgstr "Interner Fehler in »AddDiversion«"
+
+#: apt-inst/filelist.cc:481
+#, c-format
+msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
+msgstr "Versuche, Umleitung zu überschreiben: %s -> %s und %s/%s"
+
+#: apt-inst/filelist.cc:510
+#, c-format
+msgid "Double add of diversion %s -> %s"
+msgstr "Doppelte Hinzufügung der Umleitung %s -> %s"
+
+#: apt-inst/filelist.cc:553
+#, c-format
+msgid "Duplicate conf file %s/%s"
+msgstr "Doppelte Konfigurationsdatei %s/%s"
+
+#: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
+#, c-format
+msgid "Failed write file %s"
+msgstr "Konnte nicht in Datei %s schreiben"
+
+#: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
+#, c-format
+msgid "Failed to close file %s"
+msgstr "Konnte Datei %s nicht schließen"
+
+#: apt-inst/extract.cc:96 apt-inst/extract.cc:167
+#, fuzzy, c-format
+msgid "The path %s is too long"
+msgstr "Der Pfad ist zu lang"
+
+#: apt-inst/extract.cc:127
+#, c-format
+msgid "Unpacking %s more than once"
+msgstr "Packe %s mehr als einmal aus"
+
+#: apt-inst/extract.cc:137
+#, c-format
+msgid "The directory %s is diverted"
+msgstr "Das Verzeichnis %s ist umgeleitet"
+
+#: apt-inst/extract.cc:147
+#, c-format
+msgid "The package is trying to write to the diversion target %s/%s"
+msgstr "Das Paket versucht, auf das Umleitungsziel %s/%s zu schreiben"
+
+#: apt-inst/extract.cc:157 apt-inst/extract.cc:300
+msgid "The diversion path is too long"
+msgstr "Der Umleitungspfad ist zu lang"
+
+#: apt-inst/extract.cc:243
+#, c-format
+msgid "The directory %s is being replaced by a non-directory"
+msgstr "Das Verzeichnis %s wird durch ein Nicht-Verzeichnis ersetzt"
+
+#: apt-inst/extract.cc:283
+msgid "Failed to locate node in its hash bucket"
+msgstr "Konnte Knoten nicht in seinem Hash finden"
+
+#: apt-inst/extract.cc:287
+msgid "The path is too long"
+msgstr "Der Pfad ist zu lang"
+
+#: apt-inst/extract.cc:417
+#, c-format
+msgid "Overwrite package match with no version for %s"
+msgstr "Überschreibe Paket-Treffer ohne Version für %s"
+
+#: apt-inst/extract.cc:434
+#, c-format
+msgid "File %s/%s overwrites the one in the package %s"
+msgstr "Datei %s/%s überschreibt die Datei in Paket %s"
+
+#: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
+#: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
+#, c-format
+msgid "Unable to read %s"
+msgstr "Kann %s nicht lesen"
+
+#: apt-inst/extract.cc:494
+#, fuzzy, c-format
+msgid "Unable to stat %s"
+msgstr "Kann nicht auf %s zugreifen."
+
+#: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
+#, c-format
+msgid "Failed to remove %s"
+msgstr "Konnte %s nicht entfernen"
+
+#: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
+#, c-format
+msgid "Unable to create %s"
+msgstr "Konnte %s nicht erzeugen"
+
+#: apt-inst/deb/dpkgdb.cc:118
+#, c-format
+msgid "Failed to stat %sinfo"
+msgstr "Kann nicht auf %sinfo zugreifen"
+
+#: apt-inst/deb/dpkgdb.cc:123
+msgid "The info and temp directories need to be on the same filesystem"
+msgstr ""
+"Die »info«- und »temp«-Verzeichnisse müssen im selben Dateisystem liegen"
+
+#. Build the status cache
+#: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
+#: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
+#: apt-pkg/pkgcachegen.cc:829
+msgid "Reading Package Lists"
+msgstr "Paketlisten werden gelesen"
+
+#: apt-inst/deb/dpkgdb.cc:180
+#, c-format
+msgid "Failed to change to the admin dir %sinfo"
+msgstr "Kann nicht ins Administrationsverzeichnis %sinfo wechseln"
+
+#: 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"
+msgstr "Interner Fehler beim Holen des Paket-Namens"
+
+#
+#: apt-inst/deb/dpkgdb.cc:205
+msgid "Reading File Listing"
+msgstr "Paketlisten werden gelesen"
+
+#: apt-inst/deb/dpkgdb.cc:216
+#, c-format
+msgid ""
+"Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
+"then make it empty and immediately re-install the same version of the "
+"package!"
+msgstr ""
+"Fehler beim Öffnen der Listendatei »%sinfo/%s«. Wenn Sie diese Datei nicht "
+"wiederherstellen können, dann leeren Sie sie und installieren Sie sofort "
+"dieselbe Version des Paketes erneut!"
+
+#: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
+#, c-format
+msgid "Failed reading the list file %sinfo/%s"
+msgstr "Fehler beim Lesen der Listendatei »%sinfo/%s«."
+
+#: apt-inst/deb/dpkgdb.cc:266
+msgid "Internal Error getting a Node"
+msgstr "Interner Fehler beim Holen eines Knotens"
+
+#: apt-inst/deb/dpkgdb.cc:309
+#, c-format
+msgid "Failed to open the diversions file %sdiversions"
+msgstr "Fehler beim Öffnen der Umleitungsdatei %sdiversions"
+
+#: apt-inst/deb/dpkgdb.cc:324
+msgid "The diversion file is corrupted"
+msgstr "Die Umleitungsdatei ist korrumpiert"
+
+#: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
+#: apt-inst/deb/dpkgdb.cc:341
+#, c-format
+msgid "Invalid line in the diversion file: %s"
+msgstr "Ungültige Zeile in der Umleitungsdatei: %s"
+
+#: apt-inst/deb/dpkgdb.cc:362
+msgid "Internal Error adding a diversion"
+msgstr "Interner Fehler beim Hinzufügen einer Umleitung"
+
+#: apt-inst/deb/dpkgdb.cc:383
+msgid "The pkg cache must be initialize first"
+msgstr "Der Paketcache muss erst initialisiert werden"
+
+#: apt-inst/deb/dpkgdb.cc:386
+msgid "Reading File List"
+msgstr "Paketlisten werden gelesen"
+
+#: apt-inst/deb/dpkgdb.cc:443
+#, c-format
+msgid "Failed to find a Package: Header, offset %lu"
+msgstr "Konnte keine »Package:«-Kopfzeile finden, Abstand %lu"
+
+#: apt-inst/deb/dpkgdb.cc:465
+#, c-format
+msgid "Bad ConfFile section in the status file. Offset %lu"
+msgstr "Fehlerhafter »ConfFile«-Abschnitt in der Statusdatei, Abstand %lu"
+
+#: apt-inst/deb/dpkgdb.cc:470
+#, c-format
+msgid "Error parsing MD5. Offset %lu"
+msgstr "Fehler beim Parsen der MD5-Summe. Abstand %lu"
+
+#: apt-inst/deb/debfile.cc:55
+#, c-format
+msgid "This is not a valid DEB archive, missing '%s' member"
+msgstr "Dies ist kein gültiges DEB-Archiv, da es »%s« nicht enthält"
+
+#: apt-inst/deb/debfile.cc:72
+#, c-format
+msgid "Internal Error, could not locate member %s"
+msgstr "Interner Fehler, konnte Bestandteil %s nicht finden"
+
+#: apt-inst/deb/debfile.cc:104
+#, fuzzy, c-format
+msgid "Couldn't change to %s"
+msgstr "Konnte Lock %s nicht bekommen"
+
+#: apt-inst/deb/debfile.cc:125
+msgid "Internal Error, could not locate member"
+msgstr "Interner Fehler, konnte Bestandteil nicht finden"
+
+#: apt-inst/deb/debfile.cc:158
+msgid "Failed to locate a valid control file"
+msgstr "Konnte gültige Kontroll-Datei nicht finden"
+
+#: apt-inst/deb/debfile.cc:243
+msgid "Unparsible control file"
+msgstr "Unparsbare Kontroll-Datei"
+
#: dselect/install:32
msgid "Bad default setting!"
msgstr "Fehlerhafte Voreinstellung"
@@ -974,6 +1531,341 @@ msgstr ""
msgid "Merging Available information"
msgstr "Führe Information zur Verfügbarkeit zusammen"
+#: methods/cdrom.cc:113
+#, c-format
+msgid "Unable to read the cdrom database %s"
+msgstr "Kann CD-ROM-Datenbank %s nicht lesen"
+
+#: 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"
+msgstr ""
+"Bitte verwenden Sie apt-cdrom, um diese CD von APT erkennbar zu machen - apt-"
+"get update kann nicht dazu verwendet werden, neue CDs hinzuzufügen"
+
+#: methods/cdrom.cc:130 methods/cdrom.cc:168
+msgid "Wrong CD"
+msgstr "Falsche CD"
+
+#: methods/cdrom.cc:163
+#, c-format
+msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
+msgstr ""
+"Kann Einbindung von CD-ROM in %s nicht lösen, möglicherweise wird sie noch "
+"verwendet."
+
+#: methods/cdrom.cc:177 methods/file.cc:77
+#, fuzzy
+msgid "File not found"
+msgstr "Datei nicht gefunden"
+
+# looks like someone hardcoded English grammar
+#: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
+msgid "Failed to stat"
+msgstr "Kann nicht zugreifen."
+
+#: methods/copy.cc:79 methods/gzip.cc:139
+msgid "Failed to set modification time"
+msgstr "Kann Änderungszeitpunkt nicht setzen"
+
+#: methods/file.cc:42
+msgid "Invalid URI, local URIS must not start with //"
+msgstr "Ungültige URI, lokale URIs dürfen nicht mit // anfangen"
+
+#. Login must be before getpeername otherwise dante won't work.
+#: methods/ftp.cc:162
+msgid "Logging in"
+msgstr "Logge ein"
+
+#: methods/ftp.cc:168
+msgid "Unable to determine the peer name"
+msgstr "Kann Namen des Kommunikationspartners nicht bestimmen"
+
+#: methods/ftp.cc:173
+msgid "Unable to determine the local name"
+msgstr "Kann lokalen Namen nicht bestimmen"
+
+#: methods/ftp.cc:204 methods/ftp.cc:230
+#, c-format
+msgid "Server refused our connection and said: %s"
+msgstr "Der Server hat die Verbindung abgelehnt: %s"
+
+#: methods/ftp.cc:210
+#, c-format
+msgid "USER failed, server said: %s"
+msgstr "Befehl USER fehlgeschlagen: %s"
+
+#: methods/ftp.cc:216
+#, c-format
+msgid "PASS failed, server said: %s"
+msgstr "Befehl PASS fehlgeschlagen: %s"
+
+#: methods/ftp.cc:235
+msgid ""
+"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
+"is empty."
+msgstr ""
+"Es war ein Proxy-Server angegeben, aber kein Einlogg-Skript - Acquire::ftp::"
+"ProxyLogin ist leer."
+
+#: methods/ftp.cc:263
+#, c-format
+msgid "Login script command '%s' failed, server said: %s"
+msgstr "Befehl »%s« des Einlogg-Skriptes ist fehlgeschlagen: %s"
+
+#: methods/ftp.cc:289
+#, c-format
+msgid "TYPE failed, server said: %s"
+msgstr "Befehl TYPE fehlgeschlagen: %s"
+
+#: methods/ftp.cc:327 methods/ftp.cc:438 methods/rsh.cc:183 methods/rsh.cc:226
+msgid "Connection timeout"
+msgstr "Zeitüberschreitung der Verbindung"
+
+#: methods/ftp.cc:333
+msgid "Server closed the connection"
+msgstr "Der Server hat die Verbindung geschlossen"
+
+#: methods/ftp.cc:336 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
+msgid "Read error"
+msgstr "Lesefehler"
+
+#: methods/ftp.cc:343 methods/rsh.cc:197
+msgid "A response overflowed the buffer."
+msgstr "Eine Antwort hat einen Puffer zum Überlaufen gebracht."
+
+#: methods/ftp.cc:360 methods/ftp.cc:372
+msgid "Protocol corruption"
+msgstr "Protokollkorrumption"
+
+#: methods/ftp.cc:444 methods/rsh.cc:232
+#, fuzzy
+msgid "Write Error"
+msgstr "Schreibfehler"
+
+#: methods/ftp.cc:685 methods/ftp.cc:691 methods/ftp.cc:727
+msgid "Could not create a socket"
+msgstr "Konnte keinen Verbindungsendpunkt erzeugen"
+
+#: methods/ftp.cc:696
+msgid "Could not connect data socket, connection timed out"
+msgstr "Konnte Verbindungsendpunkt wegen Zeitüberschreitung nicht verbinden"
+
+#: methods/ftp.cc:702
+msgid "Could not connect passive socket."
+msgstr "Konnte passiven Verbindungsendpunkt nicht verbinden."
+
+#: methods/ftp.cc:720
+msgid "getaddrinfo was unable to get a listening socket"
+msgstr ""
+"Die Funktion getaddrinfo konnte keinen passiven Verbindungsendpunkt finden"
+
+#: methods/ftp.cc:734
+msgid "Could not bind a socket"
+msgstr "Konnte einen Verbindungsendpunkt nicht verbinden"
+
+#: methods/ftp.cc:738
+msgid "Could not listen on the socket"
+msgstr "Konnte auf dem Verbindungsendpunkt nicht lauschen"
+
+#: methods/ftp.cc:745
+msgid "Could not determine the socket's name"
+msgstr "Konnte den Namen das Verbindungsendpunktes nicht bestimmen"
+
+#: methods/ftp.cc:777
+msgid "Unable to send PORT command"
+msgstr "Konnte PORT-Befehl nicht senden"
+
+#: methods/ftp.cc:787
+#, fuzzy, c-format
+msgid "Unknown address family %u (AF_*)"
+msgstr "Unbekannte Adressfamilie %u (AF_*)"
+
+#: methods/ftp.cc:796
+#, c-format
+msgid "EPRT failed, server said: %s"
+msgstr "Befehl EPRT fehlgeschlagen: %s"
+
+#: methods/ftp.cc:816
+msgid "Data socket connect timed out"
+msgstr "Datenverbindungsaufbau erlitt Zeitüberschreitung"
+
+#: methods/ftp.cc:823
+msgid "Unable to accept connection"
+msgstr "Kann Verbindung nicht annehmen"
+
+#: methods/ftp.cc:862 methods/http.cc:912 methods/rsh.cc:303
+#, fuzzy
+msgid "Problem hashing file"
+msgstr "Beim Synchronisieren einer Datei trat ein Problem auf"
+
+#: methods/ftp.cc:875
+#, c-format
+msgid "Unable to fetch file, server said '%s'"
+msgstr "Kann Datei nicht holen, Server antwortete »%s«"
+
+#: methods/ftp.cc:890 methods/rsh.cc:322
+msgid "Data socket timed out"
+msgstr "Datenverbindung erlitt Zeitüberschreitung"
+
+#: methods/ftp.cc:920
+#, c-format
+msgid "Data transfer failed, server said '%s'"
+msgstr "Datenübertragung fehlgeschlagen, Server antwortete »%s«"
+
+#. Get the files information
+#: methods/ftp.cc:995
+msgid "Query"
+msgstr ""
+
+#: methods/ftp.cc:1102
+msgid "Unable to invoke "
+msgstr "Kann nicht aufrufen: "
+
+#: methods/connect.cc:64
+#, c-format
+msgid "Connecting to %s (%s)"
+msgstr "Verbinde mit %s (%s)"
+
+#: methods/connect.cc:71
+#, c-format
+msgid "[IP: %s %s]"
+msgstr ""
+
+#: methods/connect.cc:80
+#, c-format
+msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
+msgstr "Kann keinen Verbindungsendpunkt für %s (f=%u t=%u p=%u)"
+
+#: methods/connect.cc:86
+#, c-format
+msgid "Cannot initiate the connection to %s:%s (%s)."
+msgstr "Kann keine Verbindung mit %s:%s aufbauen (%s)."
+
+#: methods/connect.cc:92
+#, c-format
+msgid "Could not connect to %s:%s (%s), connection timed out"
+msgstr ""
+"Konnte wegen Zeitüberschreitung keine Verbindung mit %s:%s aufbauen (%s)"
+
+#: methods/connect.cc:104
+#, c-format
+msgid "Could not connect to %s:%s (%s)."
+msgstr "Konnte nicht mit %s:%s verbinden (%s)."
+
+#. We say this mainly because the pause here is for the
+#. ssh connection that is still going
+#: methods/connect.cc:132 methods/rsh.cc:425
+#, c-format
+msgid "Connecting to %s"
+msgstr "Verbinde mit %s"
+
+#: methods/connect.cc:163
+#, fuzzy, c-format
+msgid "Could not resolve '%s'"
+msgstr "Konnte Datei %s nicht öffnen"
+
+#: methods/connect.cc:167
+#, c-format
+msgid "Temporary failure resolving '%s'"
+msgstr ""
+
+#: methods/connect.cc:169
+#, c-format
+msgid "Something wicked happened resolving '%s:%s' (%i)"
+msgstr "Beim Auflösen von »%s:%s« ist etwas Schlimmes passiert (%i)"
+
+#: methods/connect.cc:216
+#, c-format
+msgid "Unable to connect to %s %s:"
+msgstr "Kann nicht mit %s:%s verbinden:"
+
+#: methods/gzip.cc:57
+#, fuzzy, c-format
+msgid "Couldn't open pipe for %s"
+msgstr "Konnte Datei %s nicht öffnen"
+
+#: methods/gzip.cc:102
+#, c-format
+msgid "Read error from %s process"
+msgstr "Lesefehler von Prozess %s"
+
+#: methods/http.cc:340
+msgid "Waiting for file"
+msgstr "Warte auf Datei"
+
+#: methods/http.cc:486
+#, c-format
+msgid "Got a single header line over %u chars"
+msgstr "Erhielt einzelne Kopfzeile aus %u Zeichen"
+
+#: methods/http.cc:494
+msgid "Bad header line"
+msgstr "Schlechte Kopfzeile"
+
+#: methods/http.cc:513 methods/http.cc:520
+msgid "The http server sent an invalid reply header"
+msgstr "Der http-Server sandte eine ungültige Antwort-Kopfzeile"
+
+#: methods/http.cc:549
+msgid "The http server sent an invalid Content-Length header"
+msgstr "Der http-Server sandte eine ungültige »Content-Length«-Kopfzeile"
+
+#: methods/http.cc:564
+msgid "The http server sent an invalid Content-Range header"
+msgstr "Der http-Server sandte eine ungültige »Content-Range«-Kopfzeile"
+
+#: methods/http.cc:566
+msgid "This http server has broken range support"
+msgstr "Der http-Server unterstützt Dateiteilübertragung nur fehlerhaft."
+
+#: methods/http.cc:590
+msgid "Unknown date format"
+msgstr "Unbekanntes Datumsformat"
+
+#: methods/http.cc:733
+msgid "Select failed"
+msgstr "Auswahl fehlgeschlagen"
+
+#: methods/http.cc:738
+msgid "Connection timed out"
+msgstr "Verbindung erlitt Zeitüberschreitung"
+
+#: methods/http.cc:761
+msgid "Error writing to output file"
+msgstr "Fehler beim Schreiben einer Ausgabedatei"
+
+#: methods/http.cc:789
+msgid "Error writing to file"
+msgstr "Fehler beim Schreiben einer Datei"
+
+#: methods/http.cc:814
+msgid "Error writing to the file"
+msgstr "Fehler beim Schreiben der Datei"
+
+#: methods/http.cc:828
+msgid "Error reading from server Remote end closed connection"
+msgstr ""
+"Fehler beim Lesen vom Server: Das entfernte Ende hat die Verbindung "
+"geschlossen"
+
+#: methods/http.cc:830
+msgid "Error reading from server"
+msgstr "Fehler beim Lesen vom Server"
+
+#: methods/http.cc:1061
+msgid "Bad header Data"
+msgstr "Fehlerhafte Kopfzeilendaten"
+
+#: methods/http.cc:1078
+msgid "Connection failed"
+msgstr "Verbindung fehlgeschlagen"
+
+#: methods/http.cc:1169
+msgid "Internal error"
+msgstr "Interner Fehler"
+
#: apt-pkg/contrib/mmap.cc:82
msgid "Can't mmap an empty file"
msgstr "Kann eine leere Datei nicht mit mmap abbilden"
@@ -983,7 +1875,7 @@ msgstr "Kann eine leere Datei nicht mit mmap abbilden"
msgid "Couldn't make mmap of %lu bytes"
msgstr "Konnte kein mmap von %lu Bytes durchführen"
-#: apt-pkg/contrib/strutl.cc:935
+#: apt-pkg/contrib/strutl.cc:941
#, c-format
msgid "Selection %s not found"
msgstr "Auswahl %s nicht gefunden"
@@ -1011,7 +1903,8 @@ msgstr "Syntaxfehler %s:%u: Zusätzlicher Müll nach Wert"
#: apt-pkg/contrib/configuration.cc:635
#, c-format
msgid "Syntax error %s:%u: Directives can only be done at the top level"
-msgstr "Syntaxfehler %s:%u: Direktiven können nur auf oberster Ebene benutzt werden"
+msgstr ""
+"Syntaxfehler %s:%u: Direktiven können nur auf oberster Ebene benutzt werden"
#: apt-pkg/contrib/configuration.cc:642
#, c-format
@@ -1033,64 +1926,59 @@ msgstr "Syntaxfehler %s:%u: Nicht unterstützte Direktive »%s«"
msgid "Syntax error %s:%u: Extra junk at end of file"
msgstr "Syntaxfehler %s:%u: Zusätzlicher Müll am Dateiende"
-#: apt-pkg/contrib/configuration.cc:701 apt-pkg/contrib/cdromutl.cc:153
-#: apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
-#, c-format
-msgid "Unable to read %s"
-msgstr "Kann %s nicht lesen"
-
#: apt-pkg/contrib/progress.cc:154
-#, c-format
-msgid "%s... Error!"
+#, fuzzy, c-format
+msgid "%c%s... Error!"
msgstr "%s... Fehler!"
#: apt-pkg/contrib/progress.cc:156
-#, c-format
-msgid "%s... Done"
+#, fuzzy, c-format
+msgid "%c%s... Done"
msgstr "%s... Fertig"
-#: apt-pkg/contrib/cmndline.cc:79
+#: apt-pkg/contrib/cmndline.cc:80
#, c-format
msgid "Command line option '%c' [from %s] is not known."
msgstr "Kommandozeilenoption »%c« [aus %s] ist nicht bekannt."
-#: apt-pkg/contrib/cmndline.cc:105 apt-pkg/contrib/cmndline.cc:113
-#: apt-pkg/contrib/cmndline.cc:121
+#: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
+#: apt-pkg/contrib/cmndline.cc:122
#, c-format
msgid "Command line option %s is not understood"
msgstr "Kommandozeilenoption %s wird nicht verstanden"
-#: apt-pkg/contrib/cmndline.cc:126
+#: apt-pkg/contrib/cmndline.cc:127
#, c-format
msgid "Command line option %s is not boolean"
msgstr "Kommandozeilenoption %s ist nicht Boole'sch"
-#: apt-pkg/contrib/cmndline.cc:165 apt-pkg/contrib/cmndline.cc:186
+#: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
#, c-format
msgid "Option %s requires an argument."
msgstr "Option %s erfordert ein Argument."
-#: apt-pkg/contrib/cmndline.cc:200 apt-pkg/contrib/cmndline.cc:206
-#, c-format
-msgid "Option %s: Configuration item sepecification must have an =<val>."
-msgstr "Option %s: Konfigurationseinstellungspezifikation muss ein =<wert> haben."
+#: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
+#, fuzzy, c-format
+msgid "Option %s: Configuration item specification must have an =<val>."
+msgstr ""
+"Option %s: Konfigurationseinstellungspezifikation muss ein =<wert> haben."
-#: apt-pkg/contrib/cmndline.cc:236
+#: apt-pkg/contrib/cmndline.cc:237
#, c-format
msgid "Option %s requires an integer argument, not '%s'"
msgstr "Option %s erfordert ein Ganzzahl-Argument, nicht »%s«"
-#: apt-pkg/contrib/cmndline.cc:267
+#: apt-pkg/contrib/cmndline.cc:268
#, c-format
msgid "Option '%s' is too long"
msgstr "Der Pfad »%s« ist zu lang"
-#: apt-pkg/contrib/cmndline.cc:300
+#: apt-pkg/contrib/cmndline.cc:301
#, c-format
msgid "Sense %s is not understood, try true or false."
msgstr "Sense %s wird nicht verstanden, versuchen Sie »true« oder »false«."
-#: apt-pkg/contrib/cmndline.cc:350
+#: apt-pkg/contrib/cmndline.cc:351
#, c-format
msgid "Invalid operation %s"
msgstr "Ungültige Operation %s."
@@ -1154,10 +2042,6 @@ msgstr "Unterprozess %s hat sich unerwartet beendet"
msgid "Could not open file %s"
msgstr "Konnte Datei %s nicht öffnen"
-#: apt-pkg/contrib/fileutl.cc:452
-msgid "Read error"
-msgstr "Lesefehler"
-
#: apt-pkg/contrib/fileutl.cc:473
#, c-format
msgid "read, still have %lu to read but none left"
@@ -1202,7 +2086,8 @@ msgid "This APT does not support the Versioning System '%s'"
msgstr "Dieses APT unterstützt das Versionssystem »%s« nicht"
#: apt-pkg/pkgcache.cc:147
-msgid "The package cache was build for a different architecture"
+#, fuzzy
+msgid "The package cache was built for a different architecture"
msgstr "Dieser Paketcache wurde für eine andere Architektur aufgebaut"
#: apt-pkg/pkgcache.cc:218
@@ -1352,7 +2237,7 @@ msgstr ""
msgid "Index file type '%s' is not supported"
msgstr "Indexdateityp »%s« wird nicht unterstützt"
-#: apt-pkg/algorithms.cc:237
+#: apt-pkg/algorithms.cc:238
#, c-format
msgid ""
"The package %s needs to be reinstalled, but I can't find an archive for it."
@@ -1360,7 +2245,7 @@ msgstr ""
"Das Paket %s muss reinstalliert werden, ich kann aber kein Archiv dafür "
"finden."
-#: apt-pkg/algorithms.cc:1055
+#: apt-pkg/algorithms.cc:1056
msgid ""
"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
"held packages."
@@ -1368,7 +2253,7 @@ msgstr ""
"Fehler: pkgProblemResolver::Resolve hat Unterbrechungen hervorgerufen, dies "
"könnte durch gehaltene Pakete hervorgerufen worden sein."
-#: apt-pkg/algorithms.cc:1057
+#: apt-pkg/algorithms.cc:1058
msgid "Unable to correct problems, you have held broken packages."
msgstr "Kann Probleme nicht korrigieren, Sie haben gehaltene kaputte Pakete."
@@ -1392,12 +2277,12 @@ msgstr "Der Treiber für Methode %s konnte nicht gefunden werden."
msgid "Method %s did not start correctly"
msgstr "Methode %s hat nicht korrekt gestartet"
-#: apt-pkg/init.cc:117
+#: apt-pkg/init.cc:119
#, c-format
msgid "Packaging system '%s' is not supported"
msgstr "Paketierungssystem »%s« wird nicht unterstützt"
-#: apt-pkg/init.cc:133
+#: apt-pkg/init.cc:135
msgid "Unable to determine a suitable system type"
msgstr "Kann keinen passenden Systemtyp bestimmen"
@@ -1408,7 +2293,9 @@ msgstr "Kann nicht auf %s zugreifen."
#: apt-pkg/srcrecords.cc:49
msgid "You must put some 'source' URIs in your sources.list"
-msgstr "Sie müssen einige »source«-URIs für Quellen in die sources.list-Datei schreiben."
+msgstr ""
+"Sie müssen einige »source«-URIs für Quellen in die sources.list-Datei "
+"schreiben."
#: apt-pkg/cachefile.cc:73
msgid "The package lists or status file could not be parsed or opened."
@@ -1499,19 +2386,14 @@ msgstr "Fehler trat beim Bearbeiten von %s auf (CollectFileProvides)"
#: apt-pkg/pkgcachegen.cc:260
#, c-format
msgid "Package %s %s was not found while processing file dependencies"
-msgstr "Paket %s %s wurde nicht gefunden beim Verarbeiten der Dateiabhängigkeiten"
+msgstr ""
+"Paket %s %s wurde nicht gefunden beim Verarbeiten der Dateiabhängigkeiten"
#: apt-pkg/pkgcachegen.cc:574
#, c-format
msgid "Couldn't stat source package list %s"
msgstr "Kann nicht auf die Liste %s der Quellpakete zugreifen."
-#. Build the status cache
-#: apt-pkg/pkgcachegen.cc:643 apt-pkg/pkgcachegen.cc:701
-#: apt-pkg/pkgcachegen.cc:706 apt-pkg/pkgcachegen.cc:829
-msgid "Reading Package Lists"
-msgstr "Paketlisten werden gelesen"
-
#: apt-pkg/pkgcachegen.cc:658
msgid "Collecting File Provides"
msgstr "Sammle Datei-Empfehlungen ein"
@@ -1558,107 +2440,19 @@ msgstr "Größe stimmt nicht"
msgid "MD5Sum mismatch"
msgstr "MD5-Summe stimmt nicht"
+#: methods/rsh.cc:264
+msgid "File Not Found"
+msgstr "Datei nicht gefunden"
+
+#: methods/rsh.cc:330
+msgid "Connection closed prematurely"
+msgstr "Verbindung zu früh beendet"
+
#~ msgid "Sorry, you don't have enough free space in %s to hold all the .debs."
#~ msgstr ""
#~ "Tut mir leid, Sie haben nicht genug freien Speicher in %s, um alle .debs "
#~ "zu halten."
-#~ msgid "Unable to read the cdrom database %s"
-#~ msgstr "Kann CD-ROM-Datenbank %s nicht lesen"
-
-#~ msgid ""
-#~ "Please use apt-cdrom to make this CD recognized by APT. apt-get update "
-#~ "cannot be used to add new CDs"
-#~ msgstr ""
-#~ "Bitte verwenden Sie apt-cdrom, um diese CD von APT erkennbar zu machen - "
-#~ "apt-get update kann nicht dazu verwendet werden, neue CDs hinzuzufügen"
-
-#~ msgid "Wrong CD"
-#~ msgstr "Falsche CD"
-
-#~ msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
-#~ msgstr ""
-#~ "Kann Einbindung von CD-ROM in %s nicht lösen, möglicherweise wird sie "
-#~ "noch verwendet."
-
-#~ msgid "Connecting to %s (%s)"
-#~ msgstr "Verbinde mit %s (%s)"
-
-#~ msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
-#~ msgstr "Kann keinen Verbindungsendpunkt für %s (f=%u t=%u p=%u)"
-
-#~ msgid "Cannot initiate the connection to %s:%s (%s)."
-#~ msgstr "Kann keine Verbindung mit %s:%s aufbauen (%s)."
-
-#~ msgid "Could not connect to %s:%s (%s), connection timed out"
-#~ msgstr ""
-#~ "Konnte wegen Zeitüberschreitung keine Verbindung mit %s:%s aufbauen (%s)"
-
-#~ msgid "Could not connect to %s:%s (%s)."
-#~ msgstr "Konnte nicht mit %s:%s verbinden (%s)."
-
-#~ msgid "Connecting to %s"
-#~ msgstr "Verbinde mit %s"
-
-#~ msgid "Something wicked happened resolving '%s:%s' (%i)"
-#~ msgstr "Beim Auflösen von »%s:%s« ist etwas Schlimmes passiert (%i)"
-
-#~ msgid "Unable to connect to %s %s:"
-#~ msgstr "Kann nicht mit %s:%s verbinden:"
-
-# looks like someone hardcoded English grammar
-#~ msgid "Failed to stat"
-#~ msgstr "Kann nicht zugreifen."
-
-#~ msgid "Failed to set modification time"
-#~ msgstr "Kann Änderungszeitpunkt nicht setzen"
-
-#~ msgid "Invalid URI, local URIS must not start with //"
-#~ msgstr "Ungültige URI, lokale URIs dürfen nicht mit // anfangen"
-
-#~ msgid "Logging in"
-#~ msgstr "Logge ein"
-
-#~ msgid "Unable to determine the peer name"
-#~ msgstr "Kann Namen des Kommunikationspartners nicht bestimmen"
-
-#~ msgid "Unable to determine the local name"
-#~ msgstr "Kann lokalen Namen nicht bestimmen"
-
-#~ msgid "Server refused our connection and said: %s"
-#~ msgstr "Der Server hat die Verbindung abgelehnt: %s"
-
-#~ msgid "USER failed, server said: %s"
-#~ msgstr "Befehl USER fehlgeschlagen: %s"
-
-#~ msgid "PASS failed, server said: %s"
-#~ msgstr "Befehl PASS fehlgeschlagen: %s"
-
-#~ msgid ""
-#~ "A proxy server was specified but no login script, Acquire::ftp::"
-#~ "ProxyLogin is empty."
-#~ msgstr ""
-#~ "Es war ein Proxy-Server angegeben, aber kein Einlogg-Skript - Acquire::"
-#~ "ftp::ProxyLogin ist leer."
-
-#~ msgid "Login script command '%s' failed, server said: %s"
-#~ msgstr "Befehl »%s« des Einlogg-Skriptes ist fehlgeschlagen: %s"
-
-#~ msgid "TYPE failed, server said: %s"
-#~ msgstr "Befehl TYPE fehlgeschlagen: %s"
-
-#~ msgid "Connection timeout"
-#~ msgstr "Zeitüberschreitung der Verbindung"
-
-#~ msgid "Server closed the connection"
-#~ msgstr "Der Server hat die Verbindung geschlossen"
-
-#~ msgid "A response overflowed the buffer."
-#~ msgstr "Eine Antwort hat einen Puffer zum Überlaufen gebracht."
-
-#~ msgid "Protocol corruption"
-#~ msgstr "Protokollkorrumption"
-
#~ msgid "<- '"
#~ msgstr "<- »"
@@ -1668,156 +2462,12 @@ msgstr "MD5-Summe stimmt nicht"
#~ msgid "-> '"
#~ msgstr "-> »"
-#~ msgid "Could not create a socket"
-#~ msgstr "Konnte keinen Verbindungsendpunkt erzeugen"
-
-#~ msgid "Could not connect data socket, connection timed out"
-#~ msgstr "Konnte Verbindungsendpunkt wegen Zeitüberschreitung nicht verbinden"
-
-#~ msgid "Could not connect passive socket."
-#~ msgstr "Konnte passiven Verbindungsendpunkt nicht verbinden."
-
-#~ msgid "getaddrinfo was unable to get a listening socket"
-#~ msgstr ""
-#~ "Die Funktion getaddrinfo konnte keinen passiven Verbindungsendpunkt finden"
-
-#~ msgid "Could not bind a socket"
-#~ msgstr "Konnte einen Verbindungsendpunkt nicht verbinden"
-
-#~ msgid "Could not listen on the socket"
-#~ msgstr "Konnte auf dem Verbindungsendpunkt nicht lauschen"
-
-#~ msgid "Could not determine the socket's name"
-#~ msgstr "Konnte den Namen das Verbindungsendpunktes nicht bestimmen"
-
-#~ msgid "Unable to send PORT command"
-#~ msgstr "Konnte PORT-Befehl nicht senden"
-
-#~ msgid "Unkonwn address family %u (AF_*)"
-#~ msgstr "Unbekannte Adressfamilie %u (AF_*)"
-
-#~ msgid "EPRT failed, server said: %s"
-#~ msgstr "Befehl EPRT fehlgeschlagen: %s"
-
-#~ msgid "Data socket connect timed out"
-#~ msgstr "Datenverbindungsaufbau erlitt Zeitüberschreitung"
-
-#~ msgid "Unable to accept connection"
-#~ msgstr "Kann Verbindung nicht annehmen"
-
-#~ msgid "Unable to fetch file, server said '%s'"
-#~ msgstr "Kann Datei nicht holen, Server antwortete »%s«"
-
-#~ msgid "Data socket timed out"
-#~ msgstr "Datenverbindung erlitt Zeitüberschreitung"
-
-#~ msgid "Data transfer failed, server said '%s'"
-#~ msgstr "Datenübertragung fehlgeschlagen, Server antwortete »%s«"
-
-#~ msgid "Unable to invoke "
-#~ msgstr "Kann nicht aufrufen: "
-
-#~ msgid "Read error from %s process"
-#~ msgstr "Lesefehler von Prozess %s"
-
-#~ msgid "Waiting for file"
-#~ msgstr "Warte auf Datei"
-
-#~ msgid "Got a single header line over %u chars"
-#~ msgstr "Erhielt einzelne Kopfzeile aus %u Zeichen"
-
-#~ msgid "Bad header line"
-#~ msgstr "Schlechte Kopfzeile"
-
-#~ msgid "The http server sent an invalid reply header"
-#~ msgstr "Der http-Server sandte eine ungültige Antwort-Kopfzeile"
-
-#~ msgid "The http server sent an invalid Content-Length header"
-#~ msgstr "Der http-Server sandte eine ungültige »Content-Length«-Kopfzeile"
-
-#~ msgid "The http server sent an invalid Content-Range header"
-#~ msgstr "Der http-Server sandte eine ungültige »Content-Range«-Kopfzeile"
-
-#~ msgid "This http server has broken range support"
-#~ msgstr "Der http-Server unterstützt Dateiteilübertragung nur fehlerhaft."
-
-#~ msgid "Unknown date format"
-#~ msgstr "Unbekanntes Datumsformat"
-
-#~ msgid "Select failed"
-#~ msgstr "Auswahl fehlgeschlagen"
-
-#~ msgid "Connection timed out"
-#~ msgstr "Verbindung erlitt Zeitüberschreitung"
-
-#~ msgid "Error writing to output file"
-#~ msgstr "Fehler beim Schreiben einer Ausgabedatei"
-
-#~ msgid "Error writing to file"
-#~ msgstr "Fehler beim Schreiben einer Datei"
-
-#~ msgid "Error writing to the file"
-#~ msgstr "Fehler beim Schreiben der Datei"
-
-#~ msgid "Error reading from server Remote end closed connection"
-#~ msgstr ""
-#~ "Fehler beim Lesen vom Server: Das entfernte Ende hat die Verbindung "
-#~ "geschlossen"
-
-#~ msgid "Error reading from server"
-#~ msgstr "Fehler beim Lesen vom Server"
-
-#~ msgid "Bad header Data"
-#~ msgstr "Fehlerhafte Kopfzeilendaten"
-
-#~ msgid "Connection failed"
-#~ msgstr "Verbindung fehlgeschlagen"
-
-#~ msgid "Internal error"
-#~ msgstr "Interner Fehler"
-
-#~ msgid "Failed to create IPC pipe to subprocess"
-#~ msgstr "Konnte Interprozesskommunikation mit Unterprozess nicht erzeugen"
-
-#~ msgid "File Not Found"
-#~ msgstr "Datei nicht gefunden"
-
-#~ msgid "Connection closed prematurely"
-#~ msgstr "Verbindung zu früh beendet"
-
-#~ msgid "Failed write file %s"
-#~ msgstr "Konnte nicht in Datei %s schreiben"
-
-#~ msgid "Failed to close file %s"
-#~ msgstr "Konnte Datei %s nicht schließen"
-
-#~ msgid "Unpacking %s more than once"
-#~ msgstr "Packe %s mehr als einmal aus"
-
-#~ msgid "The directory %s is diverted"
-#~ msgstr "Das Verzeichnis %s ist umgeleitet"
-
-#~ msgid "The package is trying to write to the diversion target %s/%s"
-#~ msgstr "Das Paket versucht, auf das Umleitungsziel %s/%s zu schreiben"
-
-#~ msgid "The diversion path is too long"
-#~ msgstr "Der Umleitungspfad ist zu lang"
-
#~ msgid "Followed conf file from "
#~ msgstr "Folge Konfigurationsdatei von "
#~ msgid " to "
#~ msgstr " nach "
-#~ msgid "Failed to stat %s"
-#~ msgstr "Kann auf %s nicht zugreifen."
-
-#~ msgid "Failed to rename %s to %s"
-#~ msgstr "Konnte %s nicht in %s umbenennen"
-
-#~ msgid "The directory %s is being replaced by a non-directory"
-#~ msgstr "Das Verzeichnis %s wird durch ein Nicht-Verzeichnis ersetzt"
-
#
#~ msgid "Extract "
#~ msgstr "Extrahiert "
@@ -1825,12 +2475,6 @@ msgstr "MD5-Summe stimmt nicht"
#~ msgid "Aborted, backing out"
#~ msgstr "Abgebrochen, nehme Änderungen zurück"
-#~ msgid "Failed to locate node in its hash bucket"
-#~ msgstr "Konnte Knoten nicht in seinem Hash finden"
-
-#~ msgid "The path is too long"
-#~ msgstr "Der Pfad ist zu lang"
-
#~ msgid "De-replaced "
#~ msgstr "Zurück-ersetzt "
@@ -1843,146 +2487,9 @@ msgstr "MD5-Summe stimmt nicht"
#~ msgid " [new node]"
#~ msgstr " [neuer Knoten]"
-#~ msgid "Overwrite package match with no version for %s"
-#~ msgstr "Überschreibe Paket-Treffer ohne Version für %s"
-
#~ msgid "Replaced file "
#~ msgstr "Ersetzte Datei "
-#~ msgid "File %s/%s overwrites the one in the package %s"
-#~ msgstr "Datei %s/%s überschreibt die Datei in Paket %s"
-
-#~ msgid "DropNode called on still linked node"
-#~ msgstr "»DropNode« auf noch verlinktem Knoten aufgerufen"
-
-#~ msgid "Failed to locate the hash element!"
-#~ msgstr "Konnte Hash-Element nicht finden!"
-
-#~ msgid "Failed to allocate diversion"
-#~ msgstr "Konnte Umleitung nicht reservieren"
-
-#~ msgid "Internal Error in AddDiversion"
-#~ msgstr "Interner Fehler in »AddDiversion«"
-
-#~ msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
-#~ msgstr "Versuche, Umleitung zu überschreiben: %s -> %s und %s/%s"
-
-#~ msgid "Double add of diversion %s -> %s"
-#~ msgstr "Doppelte Hinzufügung der Umleitung %s -> %s"
-
-#~ msgid "Duplicate conf file %s/%s"
-#~ msgstr "Doppelte Konfigurationsdatei %s/%s"
-
-#~ msgid "Invalid archive signature"
-#~ msgstr "Ungültige Archiv-Signatur"
-
-#~ msgid "Error reading archive member header"
-#~ msgstr "Fehler beim Lesen der Archivdateienkopfzeilen"
-
-#~ msgid "Invalid archive member header"
-#~ msgstr "Ungültige Archivdateienkopfzeile"
-
-#~ msgid "Archive is too short"
-#~ msgstr "Archiv ist zu kurz"
-
-#~ msgid "Failed to read the archive headers"
-#~ msgstr "Konnte Archiveköpfe nicht lesen."
-
-#~ msgid "Failed to create pipes"
-#~ msgstr "Konnte Weiterleitungen nicht erzeugen"
-
-#~ msgid "Failed to exec gzip "
-#~ msgstr "Konnte gzip nicht ausführen"
-
-#~ msgid "Corrupted archive"
-#~ msgstr "Korrumpiertes Archiv"
-
-#~ msgid "Tar Checksum failed, archive corrupted"
-#~ msgstr "Tar-Prüfsumme fehlgeschlagen, Archiv korrumpiert"
-
-#~ msgid "Unkown TAR header type %u, member %s"
-#~ msgstr "Unbekannter Tar-Kopf-Typ %u, Bestandteil %s"
-
-#~ msgid "This is not a valid DEB archive, missing '%s' member"
-#~ msgstr "Dies ist kein gültiges DEB-Archiv, da es »%s« nicht enthält"
-
-#~ msgid "Internal Error, could not locate member %s"
-#~ msgstr "Interner Fehler, konnte Bestandteil %s nicht finden"
-
-#~ msgid "Internal Error, could not locate member"
-#~ msgstr "Interner Fehler, konnte Bestandteil nicht finden"
-
-#~ msgid "Failed to locate a valid control file"
-#~ msgstr "Konnte gültige Kontroll-Datei nicht finden"
-
-#~ msgid "Unparsible control file"
-#~ msgstr "Unparsbare Kontroll-Datei"
-
-#~ msgid "Failed to remove %s"
-#~ msgstr "Konnte %s nicht entfernen"
-
-#~ msgid "Unable to create %s"
-#~ msgstr "Konnte %s nicht erzeugen"
-
-#~ msgid "Failed to stat %sinfo"
-#~ msgstr "Kann nicht auf %sinfo zugreifen"
-
-#~ msgid "The info and temp directories need to be on the same filesystem"
-#~ msgstr ""
-#~ "Die »info«- und »temp«-Verzeichnisse müssen im selben Dateisystem liegen"
-
-#~ msgid "Failed to change to the admin dir %sinfo"
-#~ msgstr "Kann nicht ins Administrationsverzeichnis %sinfo wechseln"
-
-#~ msgid "Internal Error getting a Package Name"
-#~ msgstr "Interner Fehler beim Holen des Paket-Namens"
-
-#
-#~ msgid "Reading File Listing"
-#~ msgstr "Paketlisten werden gelesen"
-
-#~ msgid ""
-#~ "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
-#~ "then make it empty and immediately re-install the same version of the "
-#~ "package!"
-#~ msgstr ""
-#~ "Fehler beim Öffnen der Listendatei »%sinfo/%s«. Wenn Sie diese Datei "
-#~ "nicht wiederherstellen können, dann leeren Sie sie und installieren Sie "
-#~ "sofort dieselbe Version des Paketes erneut!"
-
-#~ msgid "Failed reading the list file %sinfo/%s"
-#~ msgstr "Fehler beim Lesen der Listendatei »%sinfo/%s«."
-
-#~ msgid "Internal Error getting a Node"
-#~ msgstr "Interner Fehler beim Holen eines Knotens"
-
-#~ msgid "Failed to open the diversions file %sdiversions"
-#~ msgstr "Fehler beim Öffnen der Umleitungsdatei %sdiversions"
-
-#~ msgid "The diversion file is corrupted"
-#~ msgstr "Die Umleitungsdatei ist korrumpiert"
-
-#~ msgid "Invalid line in the diversion file: %s"
-#~ msgstr "Ungültige Zeile in der Umleitungsdatei: %s"
-
-#~ msgid "Internal Error adding a diversion"
-#~ msgstr "Interner Fehler beim Hinzufügen einer Umleitung"
-
-#~ msgid "The pkg cache must be initialize first"
-#~ msgstr "Der Paketcache muss erst initialisiert werden"
-
-#~ msgid "Reading File List"
-#~ msgstr "Paketlisten werden gelesen"
-
-#~ msgid "Failed to find a Package: Header, offset %lu"
-#~ msgstr "Konnte keine »Package:«-Kopfzeile finden, Abstand %lu"
-
-#~ msgid "Bad ConfFile section in the status file. Offset %lu"
-#~ msgstr "Fehlerhafter »ConfFile«-Abschnitt in der Statusdatei, Abstand %lu"
-
-#~ msgid "Error parsing MD5. Offset %lu"
-#~ msgstr "Fehler beim Parsen der MD5-Summe. Abstand %lu"
-
#~ msgid "Internal Error, Unable to parse a package record"
#~ msgstr "Interner Fehler, konnte Paket-Daten nicht parsen"
@@ -1995,9 +2502,6 @@ msgstr "MD5-Summe stimmt nicht"
#~ msgid "Generating cache"
#~ msgstr "Erzeuge Cache"
-#~ msgid "Problem opening %s"
-#~ msgstr "Problem beim Öffnen von %s"
-
#~ msgid "Problem with SelectFile"
#~ msgstr "Problem mit »SelectFile«"
@@ -2160,12 +2664,6 @@ msgstr "MD5-Summe stimmt nicht"
#~ msgid "....\"Have you mooed today?\"..."
#~ msgstr "....»Heute schon gemuht?«..."
-#~ msgid "Package extension list is too long"
-#~ msgstr "Paketerweiterungsliste is zu lang"
-
-#~ msgid "Error Processing directory %s"
-#~ msgstr "Fehler beim Verarbeiten von Verzeichnis %s"
-
#~ msgid " New "
#~ msgstr " Neu "
@@ -2175,18 +2673,9 @@ msgstr "MD5-Summe stimmt nicht"
#~ msgid " files "
#~ msgstr " Dateien "
-#~ msgid "Source extension list is too long"
-#~ msgstr "Quellerweiterungsliste is zu lang"
-
#~ msgid " pkgs in "
#~ msgstr " Pakete in "
-#~ msgid "Error writing header to contents file"
-#~ msgstr "Fehler beim Schreiben des Headers in die Inhaltsdatei"
-
-#~ msgid "Error Processing Contents %s"
-#~ msgstr "Fehler beim Verarbeiten der Inhaltsdatei %s"
-
#~ msgid ""
#~ "Usage: apt-ftparchive [options] command\n"
#~ "Commands: packges binarypath [overridefile [pathprefix]]\n"
@@ -2225,15 +2714,9 @@ msgstr "MD5-Summe stimmt nicht"
#~ " -c=? Lese diese Konfigurationsdatei\n"
#~ " -o=? Setze eine beliebige Konfigurations-Option\n"
-#~ msgid "No selections matched"
-#~ msgstr "Keine Auswahl passt"
-
#~ msgid "Done Packages, Starting contents."
#~ msgstr "Fertig mit Pakete, beginne Inhalt."
-#~ msgid "Some files are missing in the package file group `%s'"
-#~ msgstr "Einige Dateien fehlen in der Paketdateigruppe »%s«"
-
#~ msgid "Done. "
#~ msgstr "Fertig."
@@ -2243,54 +2726,6 @@ msgstr "MD5-Summe stimmt nicht"
#~ msgid " archives. Took "
#~ msgstr " Archiven. Benötigte Zeit war "
-#~ msgid "Unable to open DB2 file %s"
-#~ msgstr "Kann DB2-Datei %s nicht öffnen"
-
-#~ msgid "File date has changed %s"
-#~ msgstr "Dateidatum hat sich geändert %s"
-
-#~ msgid "Unknown Compresison Algorithm '%s'"
-#~ msgstr "Unbekannter Komprimierungsalgorithmus »%s«"
-
-#~ msgid "Failed to fork"
-#~ msgstr "Fork Fehlgeschlagen"
-
-#~ msgid "Internal Error, Failed to create %s"
-#~ msgstr "Interner Fehler, konnte %s nicht erzeugen"
-
-#~ msgid "IO to subprocess/file failed"
-#~ msgstr "E/A zu Kindprozess/Datei fehlgeschlagen"
-
-#~ msgid "Unable to open %s"
-#~ msgstr "Kann %s nicht öffnen"
-
-#~ msgid "W: Unable to stat "
-#~ msgstr "W: Kann nicht zugreifen auf "
-
-#~ msgid "E: "
-#~ msgstr "F: "
-
-#~ msgid "W: "
-#~ msgstr "W: "
-
-#~ msgid "E: Errors apply to file '"
-#~ msgstr "F: Fehler gehören zu Datei »"
-
-#~ msgid "Failed to resolve %s"
-#~ msgstr "Konnte %s nicht auflösen"
-
-#~ msgid "Tree walking failed"
-#~ msgstr "Baumabschreiten fehlgeschlagen"
-
-#~ msgid "Failed to open %s"
-#~ msgstr "Konnte %s nicht öffnen"
-
-#~ msgid "Failed to readlink %s"
-#~ msgstr "Kann kein readlink auf %s durchführen"
-
-#~ msgid "Failed to unlink %s"
-#~ msgstr "Konnte %s entfernen (unlink)"
-
#~ msgid "DSC file '%s' is too large!"
#~ msgstr "DSC-Datei »%s« ist zu groß!"
diff --git a/po/en_GB.po b/po/en_GB.po
index c712a32a6..4f38c2fd7 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.4\n"
-"POT-Creation-Date: 2002-11-10 19:37+0100\n"
+"POT-Creation-Date: 2003-02-09 21:51-0600\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"
@@ -13,140 +13,140 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: cmdline/apt-cache.cc:131
+#: cmdline/apt-cache.cc:133
#, c-format
msgid "Package %s version %s has an unmet dep:\n"
msgstr ""
-#: cmdline/apt-cache.cc:171 cmdline/apt-cache.cc:523 cmdline/apt-cache.cc:669
-#: cmdline/apt-cache.cc:1035 cmdline/apt-cache.cc:1181
+#: cmdline/apt-cache.cc:173 cmdline/apt-cache.cc:525 cmdline/apt-cache.cc:671
+#: cmdline/apt-cache.cc:1037 cmdline/apt-cache.cc:1183
#, c-format
msgid "Unable to locate package %s"
msgstr ""
-#: cmdline/apt-cache.cc:228
+#: cmdline/apt-cache.cc:230
msgid "Total Package Names : "
msgstr ""
-#: cmdline/apt-cache.cc:268
+#: cmdline/apt-cache.cc:270
msgid " Normal Packages: "
msgstr ""
-#: cmdline/apt-cache.cc:269
+#: cmdline/apt-cache.cc:271
msgid " Pure Virtual Packages: "
msgstr ""
-#: cmdline/apt-cache.cc:270
+#: cmdline/apt-cache.cc:272
msgid " Single Virtual Packages: "
msgstr ""
-#: cmdline/apt-cache.cc:271
+#: cmdline/apt-cache.cc:273
msgid " Mixed Virtual Packages: "
msgstr ""
-#: cmdline/apt-cache.cc:272
+#: cmdline/apt-cache.cc:274
msgid " Missing: "
msgstr ""
-#: cmdline/apt-cache.cc:274
+#: cmdline/apt-cache.cc:276
msgid "Total Distinct Versions: "
msgstr ""
-#: cmdline/apt-cache.cc:276
+#: cmdline/apt-cache.cc:278
msgid "Total Dependencies: "
msgstr ""
-#: cmdline/apt-cache.cc:279
+#: cmdline/apt-cache.cc:281
msgid "Total Ver/File relations: "
msgstr ""
-#: cmdline/apt-cache.cc:281
+#: cmdline/apt-cache.cc:283
msgid "Total Provides Mappings: "
msgstr ""
-#: cmdline/apt-cache.cc:293
+#: cmdline/apt-cache.cc:295
msgid "Total Globbed Strings: "
msgstr ""
-#: cmdline/apt-cache.cc:307
+#: cmdline/apt-cache.cc:309
msgid "Total Dependency Version space: "
msgstr ""
-#: cmdline/apt-cache.cc:312
+#: cmdline/apt-cache.cc:314
msgid "Total Slack space: "
msgstr ""
-#: cmdline/apt-cache.cc:320
+#: cmdline/apt-cache.cc:322
msgid "Total Space Accounted for: "
msgstr ""
-#: cmdline/apt-cache.cc:442 cmdline/apt-cache.cc:869
+#: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:871
#, c-format
msgid "Package file %s is out of sync."
msgstr ""
-#: cmdline/apt-cache.cc:911
+#: cmdline/apt-cache.cc:913
msgid "You must give exactly one pattern"
msgstr ""
-#: cmdline/apt-cache.cc:1135
+#: cmdline/apt-cache.cc:1137
msgid "Package Files:"
msgstr ""
-#: cmdline/apt-cache.cc:1142 cmdline/apt-cache.cc:1228
+#: cmdline/apt-cache.cc:1144 cmdline/apt-cache.cc:1230
msgid "Cache is out of sync, can't x-ref a package file"
msgstr ""
-#: cmdline/apt-cache.cc:1143
+#: cmdline/apt-cache.cc:1145
#, c-format
msgid "%4i %s\n"
msgstr ""
#. Show any packages have explicit pins
-#: cmdline/apt-cache.cc:1155
+#: cmdline/apt-cache.cc:1157
msgid "Pinned Packages:"
msgstr ""
-#: cmdline/apt-cache.cc:1167 cmdline/apt-cache.cc:1208
+#: cmdline/apt-cache.cc:1169 cmdline/apt-cache.cc:1210
msgid "(not found)"
msgstr ""
#. Installed version
-#: cmdline/apt-cache.cc:1188
+#: cmdline/apt-cache.cc:1190
msgid " Installed: "
msgstr ""
-#: cmdline/apt-cache.cc:1190 cmdline/apt-cache.cc:1198
+#: cmdline/apt-cache.cc:1192 cmdline/apt-cache.cc:1200
msgid "(none)"
msgstr ""
#. Candidate Version
-#: cmdline/apt-cache.cc:1195
+#: cmdline/apt-cache.cc:1197
msgid " Candidate: "
msgstr ""
-#: cmdline/apt-cache.cc:1205
+#: cmdline/apt-cache.cc:1207
msgid " Package Pin: "
msgstr ""
#. Show the priority tables
-#: cmdline/apt-cache.cc:1214
+#: cmdline/apt-cache.cc:1216
msgid " Version Table:"
msgstr ""
-#: cmdline/apt-cache.cc:1229
+#: cmdline/apt-cache.cc:1231
#, c-format
msgid " %4i %s\n"
msgstr ""
-#: cmdline/apt-cache.cc:1256 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:69
-#: cmdline/apt-extracttemplates.cc:223 ftparchive/apt-ftparchive.cc:544
-#: cmdline/apt-get.cc:2015 cmdline/apt-sortpkgs.cc:142
+#: cmdline/apt-cache.cc:1258 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
+#: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:544
+#: cmdline/apt-get.cc:2049 cmdline/apt-sortpkgs.cc:144
#, c-format
msgid "%s %s for %s %s compiled on %s %s\n"
msgstr ""
-#: cmdline/apt-cache.cc:1260
+#: cmdline/apt-cache.cc:1262
msgid ""
"Usage: apt-cache [options] command\n"
" apt-cache [options] add file1 [file1 ...]\n"
@@ -157,7 +157,7 @@ msgid ""
"cache files, and query information from them\n"
"\n"
"Commands:\n"
-" add - Add an package file to the source cache\n"
+" add - Add a package file to the source cache\n"
" gencaches - Build both the package and source cache\n"
" showpkg - Show some general information for a single package\n"
" showsrc - Show source records\n"
@@ -183,11 +183,11 @@ msgid ""
"See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
msgstr ""
-#: cmdline/apt-config.cc:40
+#: cmdline/apt-config.cc:41
msgid "Arguments not in pairs"
msgstr ""
-#: cmdline/apt-config.cc:75
+#: cmdline/apt-config.cc:76
msgid ""
"Usage: apt-config [options] command\n"
"\n"
@@ -203,12 +203,12 @@ msgid ""
" -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
msgstr ""
-#: cmdline/apt-extracttemplates.cc:96
+#: cmdline/apt-extracttemplates.cc:98
#, c-format
msgid "%s not a valid DEB package."
msgstr ""
-#: cmdline/apt-extracttemplates.cc:230
+#: cmdline/apt-extracttemplates.cc:232
msgid ""
"Usage: apt-extracttemplates file1 [file2 ...]\n"
"\n"
@@ -222,15 +222,306 @@ msgid ""
" -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
msgstr ""
-#: cmdline/apt-extracttemplates.cc:257 apt-pkg/pkgcachegen.cc:699
+#: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
#, c-format
msgid "Unable to write to %s"
msgstr ""
-#: cmdline/apt-extracttemplates.cc:300
+#: cmdline/apt-extracttemplates.cc:302
msgid "Cannot get debconf version. Is debconf installed?"
msgstr ""
+#: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:336
+#, fuzzy
+msgid "Package extension list is too long"
+msgstr "Option ‘%s’ is too long"
+
+#: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
+#: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:251
+#: ftparchive/apt-ftparchive.cc:265 ftparchive/apt-ftparchive.cc:287
+#, c-format
+msgid "Error Processing directory %s"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:249
+#, fuzzy
+msgid "Source extension list is too long"
+msgstr "Option ‘%s’ is too long"
+
+#: ftparchive/apt-ftparchive.cc:366
+msgid "Error writing header to contents file"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:396
+#, c-format
+msgid "Error Processing Contents %s"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:550
+#, fuzzy
+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"
+"\n"
+"apt-ftparchive generates index files for Debian archives. It supports\n"
+"many styles of generation from fully automated to functional replacements\n"
+"for dpkg-scanpackages and dpkg-scansources\n"
+"\n"
+"apt-ftparchive generates Package files from a tree of .debs. The\n"
+"Package file contains the contents of all the control fields from\n"
+"each package as well as the MD5 hash and filesize. An override file\n"
+"is supported to force the value of Priority and Section.\n"
+"\n"
+"Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
+"The --source-override option can be used to specify a src override file\n"
+"\n"
+"The 'packages' and 'sources' command should be run in the root of the\n"
+"tree. BinaryPath should point to the base of the recursive search and \n"
+"override file should contian the override flags. Pathprefix is\n"
+"appended to the filename fields if present. Example usage from the \n"
+"debian archive:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+"\n"
+"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"
+msgstr ""
+"apt-ftparchive generates index files for Debian archives. It supports\n"
+"many styles of generation from fully automated to functional replacements\n"
+"for dpkg-scanpackages and dpkg-scansources\n"
+"\n"
+"apt-ftparchive generates Package files from a tree of .debs. The\n"
+"Package file contains the contents of all the control fields from\n"
+"each package as well as the MD5 hash and filesize. An override file\n"
+"is supported to force the value of Priority and Section.\n"
+"\n"
+"Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
+"The --source-override option can be used to specify a src override file\n"
+"\n"
+"The ‘packages’ and ‘sources’ command should be run in the root of the\n"
+"tree. BinaryPath should point to the base of the recursive search and \n"
+"override file should contian the override flags. Pathprefix is\n"
+"appended to the filename fields if present. Example usage from the \n"
+"debian archive:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+
+#: ftparchive/apt-ftparchive.cc:731
+msgid "No selections matched"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:804
+#, c-format
+msgid "Some files are missing in the package file group `%s'"
+msgstr "Some files are missing in the package file group ‘%s’"
+
+#: ftparchive/cachedb.cc:43
+#, c-format
+msgid "DB was corrupted, file renamed to %s.old"
+msgstr ""
+
+#: ftparchive/cachedb.cc:59
+#, c-format
+msgid "Unable to open DB2 file %s"
+msgstr ""
+
+#: ftparchive/cachedb.cc:99
+#, c-format
+msgid "File date has changed %s"
+msgstr ""
+
+#: ftparchive/cachedb.cc:140
+msgid "Archive has no control record"
+msgstr ""
+
+#: ftparchive/cachedb.cc:253 ftparchive/cachedb.cc:257
+msgid "Unable to get a cursor"
+msgstr ""
+
+#: ftparchive/writer.cc:78
+#, c-format
+msgid "W: Unable to read directory %s\n"
+msgstr ""
+
+#: ftparchive/writer.cc:83
+#, c-format
+msgid "W: Unable to stat %s\n"
+msgstr ""
+
+#: ftparchive/writer.cc:122
+msgid "E: "
+msgstr ""
+
+#: ftparchive/writer.cc:124
+msgid "W: "
+msgstr ""
+
+#: ftparchive/writer.cc:131
+#, fuzzy
+msgid "E: Errors apply to file "
+msgstr "E: Errors apply to file ‘"
+
+#: ftparchive/writer.cc:148 ftparchive/writer.cc:178
+#, c-format
+msgid "Failed to resolve %s"
+msgstr ""
+
+#: ftparchive/writer.cc:160
+msgid "Tree walking failed"
+msgstr ""
+
+#: ftparchive/writer.cc:185
+#, c-format
+msgid "Failed to open %s"
+msgstr ""
+
+#: ftparchive/writer.cc:242
+#, c-format
+msgid " DeLink %s [%s]\n"
+msgstr ""
+
+#: ftparchive/writer.cc:250
+#, c-format
+msgid "Failed to readlink %s"
+msgstr ""
+
+#: ftparchive/writer.cc:254
+#, c-format
+msgid "Failed to unlink %s"
+msgstr ""
+
+#: ftparchive/writer.cc:261
+#, c-format
+msgid "*** Failed to link %s to %s"
+msgstr ""
+
+#: ftparchive/writer.cc:271
+#, c-format
+msgid " DeLink limit of %sB hit.\n"
+msgstr ""
+
+#: ftparchive/writer.cc:338 apt-inst/extract.cc:181 apt-inst/extract.cc:193
+#: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
+#, c-format
+msgid "Failed to stat %s"
+msgstr ""
+
+#: ftparchive/writer.cc:358
+msgid "Archive had no package field"
+msgstr ""
+
+#: ftparchive/writer.cc:366 ftparchive/writer.cc:576
+#, c-format
+msgid " %s has no override entry\n"
+msgstr ""
+
+#: ftparchive/writer.cc:409 ftparchive/writer.cc:658
+#, c-format
+msgid " %s maintainer is %s not %s\n"
+msgstr ""
+
+#: ftparchive/contents.cc:346 ftparchive/contents.cc:377
+msgid "realloc - Failed to allocate memory"
+msgstr ""
+
+#: ftparchive/override.cc:38 ftparchive/override.cc:146
+#, c-format
+msgid "Unable to open %s"
+msgstr ""
+
+#: ftparchive/override.cc:64 ftparchive/override.cc:170
+#, c-format
+msgid "Malformed override %s line %lu #1"
+msgstr ""
+
+#: ftparchive/override.cc:78 ftparchive/override.cc:182
+#, c-format
+msgid "Malformed override %s line %lu #2"
+msgstr ""
+
+#: ftparchive/override.cc:92 ftparchive/override.cc:195
+#, c-format
+msgid "Malformed override %s line %lu #3"
+msgstr ""
+
+#: ftparchive/override.cc:131 ftparchive/override.cc:205
+#, c-format
+msgid "Failed to read the override file %s"
+msgstr ""
+
+#: ftparchive/multicompress.cc:75
+#, c-format
+msgid "Unknown Compresison Algorithm '%s'"
+msgstr "Unknown Compression Algorithm ‘%s’"
+
+#: ftparchive/multicompress.cc:105
+#, c-format
+msgid "Compressed output %s needs a compression set"
+msgstr ""
+
+#: ftparchive/multicompress.cc:172 methods/rsh.cc:91
+msgid "Failed to create IPC pipe to subprocess"
+msgstr ""
+
+#: ftparchive/multicompress.cc:198
+msgid "Failed to create FILE*"
+msgstr ""
+
+#: ftparchive/multicompress.cc:201
+msgid "Failed to fork"
+msgstr ""
+
+#: ftparchive/multicompress.cc:215
+msgid "Compress Child"
+msgstr ""
+
+#: ftparchive/multicompress.cc:238
+#, c-format
+msgid "Internal Error, Failed to create %s"
+msgstr ""
+
+#: ftparchive/multicompress.cc:289
+msgid "Failed to create subprocess IPC"
+msgstr ""
+
+#: ftparchive/multicompress.cc:324
+msgid "Failed to exec compressor "
+msgstr ""
+
+#: ftparchive/multicompress.cc:363
+msgid "decompressor"
+msgstr ""
+
+#: ftparchive/multicompress.cc:406
+msgid "IO to subprocess/file failed"
+msgstr ""
+
+#: ftparchive/multicompress.cc:458
+msgid "Failed to read while computing MD5"
+msgstr ""
+
+#: ftparchive/multicompress.cc:475
+#, c-format
+msgid "Problem unlinking %s"
+msgstr ""
+
+#: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
+#, c-format
+msgid "Failed to rename %s to %s"
+msgstr ""
+
#. This needs to be a capital
#: cmdline/apt-get.cc:116
msgid "Y"
@@ -605,7 +896,7 @@ msgstr ""
msgid "Calculating Upgrade... "
msgstr ""
-#: cmdline/apt-get.cc:1476
+#: cmdline/apt-get.cc:1476 methods/ftp.cc:700 methods/connect.cc:99
msgid "Failed"
msgstr ""
@@ -679,14 +970,21 @@ msgstr ""
msgid "%s has no build depends.\n"
msgstr ""
-#: cmdline/apt-get.cc:1931
+#: cmdline/apt-get.cc:1948
#, c-format
msgid ""
-"%s dependency on %s cannot be satisfied because the package %s cannot be "
+"%s dependency for %s cannot be satisfied because the package %s cannot be "
"found"
msgstr ""
-#: cmdline/apt-get.cc:1983
+#: cmdline/apt-get.cc:1990
+#, c-format
+msgid ""
+"%s dependency for %s cannot be satisfied because no available versions of "
+"package %s can satisfy version requirements"
+msgstr ""
+
+#: cmdline/apt-get.cc:2017
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."
@@ -694,15 +992,15 @@ msgstr ""
"Some broken packages were found while trying to process build-dependencies.\n"
"You might want to run ‘apt-get -f install’ to correct these."
-#: cmdline/apt-get.cc:1988
+#: cmdline/apt-get.cc:2022
msgid "Failed to process build dependencies"
msgstr ""
-#: cmdline/apt-get.cc:2020
+#: cmdline/apt-get.cc:2054
msgid "Supported Modules:"
msgstr ""
-#: cmdline/apt-get.cc:2061
+#: cmdline/apt-get.cc:2095
msgid ""
"Usage: apt-get [options] command\n"
" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -777,11 +1075,11 @@ msgstr ""
"Media Change: Please insert the disc labeled ‘%s’ in the drive ‘%s’ and "
"press enter\n"
-#: cmdline/apt-sortpkgs.cc:84
+#: cmdline/apt-sortpkgs.cc:86
msgid "Unknown package record!"
msgstr ""
-#: cmdline/apt-sortpkgs.cc:148
+#: cmdline/apt-sortpkgs.cc:150
msgid ""
"Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
"\n"
@@ -795,6 +1093,277 @@ msgid ""
" -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
msgstr ""
+#: apt-inst/contrib/extracttar.cc:115
+msgid "Failed to create pipes"
+msgstr ""
+
+#: apt-inst/contrib/extracttar.cc:140
+msgid "Failed to exec gzip "
+msgstr ""
+
+#: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
+msgid "Corrupted archive"
+msgstr ""
+
+#: apt-inst/contrib/extracttar.cc:192
+msgid "Tar Checksum failed, archive corrupted"
+msgstr ""
+
+#: apt-inst/contrib/extracttar.cc:295
+#, c-format
+msgid "Unkown TAR header type %u, member %s"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:73
+msgid "Invalid archive signature"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:81
+msgid "Error reading archive member header"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
+msgid "Invalid archive member header"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:131
+msgid "Archive is too short"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:135
+msgid "Failed to read the archive headers"
+msgstr ""
+
+#: apt-inst/filelist.cc:384
+msgid "DropNode called on still linked node"
+msgstr ""
+
+#: apt-inst/filelist.cc:416
+msgid "Failed to locate the hash element!"
+msgstr ""
+
+#: apt-inst/filelist.cc:463
+msgid "Failed to allocate diversion"
+msgstr ""
+
+#: apt-inst/filelist.cc:468
+msgid "Internal Error in AddDiversion"
+msgstr ""
+
+#: apt-inst/filelist.cc:481
+#, c-format
+msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
+msgstr ""
+
+#: apt-inst/filelist.cc:510
+#, c-format
+msgid "Double add of diversion %s -> %s"
+msgstr ""
+
+#: apt-inst/filelist.cc:553
+#, c-format
+msgid "Duplicate conf file %s/%s"
+msgstr ""
+
+#: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
+#, c-format
+msgid "Failed write file %s"
+msgstr ""
+
+#: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
+#, c-format
+msgid "Failed to close file %s"
+msgstr ""
+
+#: apt-inst/extract.cc:96 apt-inst/extract.cc:167
+#, fuzzy, c-format
+msgid "The path %s is too long"
+msgstr "Option ‘%s’ is too long"
+
+#: apt-inst/extract.cc:127
+#, c-format
+msgid "Unpacking %s more than once"
+msgstr ""
+
+#: apt-inst/extract.cc:137
+#, c-format
+msgid "The directory %s is diverted"
+msgstr ""
+
+#: apt-inst/extract.cc:147
+#, c-format
+msgid "The package is trying to write to the diversion target %s/%s"
+msgstr ""
+
+#: apt-inst/extract.cc:157 apt-inst/extract.cc:300
+#, fuzzy
+msgid "The diversion path is too long"
+msgstr "Option ‘%s’ is too long"
+
+#: apt-inst/extract.cc:243
+#, c-format
+msgid "The directory %s is being replaced by a non-directory"
+msgstr ""
+
+#: apt-inst/extract.cc:283
+msgid "Failed to locate node in its hash bucket"
+msgstr ""
+
+#: apt-inst/extract.cc:287
+#, fuzzy
+msgid "The path is too long"
+msgstr "Option ‘%s’ is too long"
+
+#: apt-inst/extract.cc:417
+#, c-format
+msgid "Overwrite package match with no version for %s"
+msgstr ""
+
+#: apt-inst/extract.cc:434
+#, c-format
+msgid "File %s/%s overwrites the one in the package %s"
+msgstr ""
+
+#: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
+#: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
+#, c-format
+msgid "Unable to read %s"
+msgstr ""
+
+#: apt-inst/extract.cc:494
+#, c-format
+msgid "Unable to stat %s"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
+#, c-format
+msgid "Failed to remove %s"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
+#, c-format
+msgid "Unable to create %s"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:118
+#, c-format
+msgid "Failed to stat %sinfo"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:123
+msgid "The info and temp directories need to be on the same filesystem"
+msgstr ""
+
+#. Build the status cache
+#: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
+#: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
+#: apt-pkg/pkgcachegen.cc:829
+msgid "Reading Package Lists"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:180
+#, c-format
+msgid "Failed to change to the admin dir %sinfo"
+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"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:205
+msgid "Reading File Listing"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:216
+#, c-format
+msgid ""
+"Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
+"then make it empty and immediately re-install the same version of the "
+"package!"
+msgstr ""
+"Failed to open the list file ‘%sinfo/%s’. If you cannot restore this file "
+"then make it empty and immediately re-install the same version of the "
+"package!"
+
+#: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
+#, c-format
+msgid "Failed reading the list file %sinfo/%s"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:266
+msgid "Internal Error getting a Node"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:309
+#, c-format
+msgid "Failed to open the diversions file %sdiversions"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:324
+msgid "The diversion file is corrupted"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
+#: apt-inst/deb/dpkgdb.cc:341
+#, c-format
+msgid "Invalid line in the diversion file: %s"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:362
+msgid "Internal Error adding a diversion"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:383
+msgid "The pkg cache must be initialize first"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:386
+msgid "Reading File List"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:443
+#, c-format
+msgid "Failed to find a Package: Header, offset %lu"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:465
+#, c-format
+msgid "Bad ConfFile section in the status file. Offset %lu"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:470
+#, c-format
+msgid "Error parsing MD5. Offset %lu"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:55
+#, c-format
+msgid "This is not a valid DEB archive, missing '%s' member"
+msgstr "This is not a valid DEB archive, missing ‘%s’ member"
+
+#: apt-inst/deb/debfile.cc:72
+#, c-format
+msgid "Internal Error, could not locate member %s"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:104
+#, c-format
+msgid "Couldn't change to %s"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:125
+msgid "Internal Error, could not locate member"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:158
+msgid "Failed to locate a valid control file"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:243
+msgid "Unparsible control file"
+msgstr ""
+
#: dselect/install:32
msgid "Bad default setting!"
msgstr ""
@@ -825,6 +1394,329 @@ msgstr ""
msgid "Merging Available information"
msgstr ""
+#: methods/cdrom.cc:113
+#, c-format
+msgid "Unable to read the cdrom database %s"
+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"
+msgstr ""
+
+#: methods/cdrom.cc:130 methods/cdrom.cc:168
+msgid "Wrong CD"
+msgstr ""
+
+#: methods/cdrom.cc:163
+#, c-format
+msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
+msgstr ""
+
+#: methods/cdrom.cc:177 methods/file.cc:77
+msgid "File not found"
+msgstr ""
+
+#: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
+msgid "Failed to stat"
+msgstr ""
+
+#: methods/copy.cc:79 methods/gzip.cc:139
+msgid "Failed to set modification time"
+msgstr ""
+
+#: methods/file.cc:42
+msgid "Invalid URI, local URIS must not start with //"
+msgstr ""
+
+#. Login must be before getpeername otherwise dante won't work.
+#: methods/ftp.cc:162
+msgid "Logging in"
+msgstr ""
+
+#: methods/ftp.cc:168
+msgid "Unable to determine the peer name"
+msgstr ""
+
+#: methods/ftp.cc:173
+msgid "Unable to determine the local name"
+msgstr ""
+
+#: methods/ftp.cc:204 methods/ftp.cc:230
+#, c-format
+msgid "Server refused our connection and said: %s"
+msgstr ""
+
+#: methods/ftp.cc:210
+#, fuzzy, c-format
+msgid "USER failed, server said: %s"
+msgstr "Data transfer failed, server said ‘%s’"
+
+#: methods/ftp.cc:216
+#, fuzzy, c-format
+msgid "PASS failed, server said: %s"
+msgstr "Data transfer failed, server said ‘%s’"
+
+#: methods/ftp.cc:235
+msgid ""
+"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
+"is empty."
+msgstr ""
+
+#: methods/ftp.cc:263
+#, c-format
+msgid "Login script command '%s' failed, server said: %s"
+msgstr "Login script command ‘%s’ failed, server said: %s"
+
+#: methods/ftp.cc:289
+#, fuzzy, c-format
+msgid "TYPE failed, server said: %s"
+msgstr "Data transfer failed, server said ‘%s’"
+
+#: methods/ftp.cc:327 methods/ftp.cc:438 methods/rsh.cc:183 methods/rsh.cc:226
+msgid "Connection timeout"
+msgstr ""
+
+#: methods/ftp.cc:333
+msgid "Server closed the connection"
+msgstr ""
+
+#: methods/ftp.cc:336 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
+msgid "Read error"
+msgstr ""
+
+#: methods/ftp.cc:343 methods/rsh.cc:197
+msgid "A response overflowed the buffer."
+msgstr ""
+
+#: methods/ftp.cc:360 methods/ftp.cc:372
+msgid "Protocol corruption"
+msgstr ""
+
+#: methods/ftp.cc:444 methods/rsh.cc:232
+msgid "Write Error"
+msgstr ""
+
+#: methods/ftp.cc:685 methods/ftp.cc:691 methods/ftp.cc:727
+msgid "Could not create a socket"
+msgstr ""
+
+#: methods/ftp.cc:696
+msgid "Could not connect data socket, connection timed out"
+msgstr ""
+
+#: methods/ftp.cc:702
+msgid "Could not connect passive socket."
+msgstr ""
+
+#: methods/ftp.cc:720
+msgid "getaddrinfo was unable to get a listening socket"
+msgstr ""
+
+#: methods/ftp.cc:734
+msgid "Could not bind a socket"
+msgstr ""
+
+#: methods/ftp.cc:738
+#, fuzzy
+msgid "Could not listen on the socket"
+msgstr "Could not find a record in the DSC ‘%s’"
+
+#: methods/ftp.cc:745
+msgid "Could not determine the socket's name"
+msgstr ""
+
+#: methods/ftp.cc:777
+msgid "Unable to send PORT command"
+msgstr ""
+
+#: methods/ftp.cc:787
+#, c-format
+msgid "Unknown address family %u (AF_*)"
+msgstr ""
+
+#: methods/ftp.cc:796
+#, fuzzy, c-format
+msgid "EPRT failed, server said: %s"
+msgstr "Data transfer failed, server said ‘%s’"
+
+#: methods/ftp.cc:816
+msgid "Data socket connect timed out"
+msgstr ""
+
+#: methods/ftp.cc:823
+msgid "Unable to accept connection"
+msgstr ""
+
+#: methods/ftp.cc:862 methods/http.cc:912 methods/rsh.cc:303
+msgid "Problem hashing file"
+msgstr ""
+
+#: methods/ftp.cc:875
+#, c-format
+msgid "Unable to fetch file, server said '%s'"
+msgstr "Unable to fetch file, server said ‘%s’"
+
+#: methods/ftp.cc:890 methods/rsh.cc:322
+msgid "Data socket timed out"
+msgstr ""
+
+#: methods/ftp.cc:920
+#, c-format
+msgid "Data transfer failed, server said '%s'"
+msgstr "Data transfer failed, server said ‘%s’"
+
+#. Get the files information
+#: methods/ftp.cc:995
+msgid "Query"
+msgstr ""
+
+#: methods/ftp.cc:1102
+msgid "Unable to invoke "
+msgstr ""
+
+#: methods/connect.cc:64
+#, c-format
+msgid "Connecting to %s (%s)"
+msgstr ""
+
+#: methods/connect.cc:71
+#, c-format
+msgid "[IP: %s %s]"
+msgstr ""
+
+#: methods/connect.cc:80
+#, c-format
+msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
+msgstr ""
+
+#: methods/connect.cc:86
+#, c-format
+msgid "Cannot initiate the connection to %s:%s (%s)."
+msgstr ""
+
+#: methods/connect.cc:92
+#, c-format
+msgid "Could not connect to %s:%s (%s), connection timed out"
+msgstr ""
+
+#: methods/connect.cc:104
+#, c-format
+msgid "Could not connect to %s:%s (%s)."
+msgstr ""
+
+#. We say this mainly because the pause here is for the
+#. ssh connection that is still going
+#: methods/connect.cc:132 methods/rsh.cc:425
+#, c-format
+msgid "Connecting to %s"
+msgstr ""
+
+#: methods/connect.cc:163
+#, fuzzy, c-format
+msgid "Could not resolve '%s'"
+msgstr "Could not find a record in the DSC ‘%s’"
+
+#: methods/connect.cc:167
+#, c-format
+msgid "Temporary failure resolving '%s'"
+msgstr ""
+
+#: methods/connect.cc:169
+#, c-format
+msgid "Something wicked happened resolving '%s:%s' (%i)"
+msgstr "Something wicked happened resolving ‘%s:%s’ (%i)"
+
+#: methods/connect.cc:216
+#, c-format
+msgid "Unable to connect to %s %s:"
+msgstr ""
+
+#: methods/gzip.cc:57
+#, c-format
+msgid "Couldn't open pipe for %s"
+msgstr ""
+
+#: methods/gzip.cc:102
+#, c-format
+msgid "Read error from %s process"
+msgstr ""
+
+#: methods/http.cc:340
+msgid "Waiting for file"
+msgstr ""
+
+#: methods/http.cc:486
+#, c-format
+msgid "Got a single header line over %u chars"
+msgstr ""
+
+#: methods/http.cc:494
+msgid "Bad header line"
+msgstr ""
+
+#: methods/http.cc:513 methods/http.cc:520
+msgid "The http server sent an invalid reply header"
+msgstr ""
+
+#: methods/http.cc:549
+msgid "The http server sent an invalid Content-Length header"
+msgstr ""
+
+#: methods/http.cc:564
+msgid "The http server sent an invalid Content-Range header"
+msgstr ""
+
+#: methods/http.cc:566
+msgid "This http server has broken range support"
+msgstr ""
+
+#: methods/http.cc:590
+msgid "Unknown date format"
+msgstr ""
+
+#: methods/http.cc:733
+msgid "Select failed"
+msgstr ""
+
+#: methods/http.cc:738
+msgid "Connection timed out"
+msgstr ""
+
+#: methods/http.cc:761
+msgid "Error writing to output file"
+msgstr ""
+
+#: methods/http.cc:789
+#, fuzzy
+msgid "Error writing to file"
+msgstr "E: Errors apply to file ‘"
+
+#: methods/http.cc:814
+msgid "Error writing to the file"
+msgstr ""
+
+#: methods/http.cc:828
+msgid "Error reading from server Remote end closed connection"
+msgstr ""
+
+#: methods/http.cc:830
+msgid "Error reading from server"
+msgstr ""
+
+#: methods/http.cc:1061
+msgid "Bad header Data"
+msgstr ""
+
+#: methods/http.cc:1078
+msgid "Connection failed"
+msgstr ""
+
+#: methods/http.cc:1169
+msgid "Internal error"
+msgstr ""
+
#: apt-pkg/contrib/mmap.cc:82
msgid "Can't mmap an empty file"
msgstr ""
@@ -834,7 +1726,7 @@ msgstr ""
msgid "Couldn't make mmap of %lu bytes"
msgstr ""
-#: apt-pkg/contrib/strutl.cc:935
+#: apt-pkg/contrib/strutl.cc:941
#, c-format
msgid "Selection %s not found"
msgstr ""
@@ -884,64 +1776,58 @@ msgstr ""
msgid "Syntax error %s:%u: Extra junk at end of file"
msgstr ""
-#: apt-pkg/contrib/configuration.cc:701 apt-pkg/contrib/cdromutl.cc:153
-#: apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
-#, c-format
-msgid "Unable to read %s"
-msgstr ""
-
#: apt-pkg/contrib/progress.cc:154
#, c-format
-msgid "%s... Error!"
+msgid "%c%s... Error!"
msgstr ""
#: apt-pkg/contrib/progress.cc:156
#, c-format
-msgid "%s... Done"
+msgid "%c%s... Done"
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:79
+#: apt-pkg/contrib/cmndline.cc:80
#, c-format
msgid "Command line option '%c' [from %s] is not known."
msgstr "Command line option ‘%c’ [from %s] is not known."
-#: apt-pkg/contrib/cmndline.cc:105 apt-pkg/contrib/cmndline.cc:113
-#: apt-pkg/contrib/cmndline.cc:121
+#: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
+#: apt-pkg/contrib/cmndline.cc:122
#, c-format
msgid "Command line option %s is not understood"
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:126
+#: apt-pkg/contrib/cmndline.cc:127
#, c-format
msgid "Command line option %s is not boolean"
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:165 apt-pkg/contrib/cmndline.cc:186
+#: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
#, c-format
msgid "Option %s requires an argument."
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:200 apt-pkg/contrib/cmndline.cc:206
+#: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
#, c-format
-msgid "Option %s: Configuration item sepecification must have an =<val>."
+msgid "Option %s: Configuration item specification must have an =<val>."
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:236
+#: apt-pkg/contrib/cmndline.cc:237
#, c-format
msgid "Option %s requires an integer argument, not '%s'"
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:267
+#: apt-pkg/contrib/cmndline.cc:268
#, c-format
msgid "Option '%s' is too long"
msgstr "Option ‘%s’ is too long"
-#: apt-pkg/contrib/cmndline.cc:300
+#: apt-pkg/contrib/cmndline.cc:301
#, c-format
msgid "Sense %s is not understood, try true or false."
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:350
+#: apt-pkg/contrib/cmndline.cc:351
#, c-format
msgid "Invalid operation %s"
msgstr ""
@@ -1005,10 +1891,6 @@ msgstr ""
msgid "Could not open file %s"
msgstr ""
-#: apt-pkg/contrib/fileutl.cc:452
-msgid "Read error"
-msgstr ""
-
#: apt-pkg/contrib/fileutl.cc:473
#, c-format
msgid "read, still have %lu to read but none left"
@@ -1053,7 +1935,7 @@ 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
-msgid "The package cache was build for a different architecture"
+msgid "The package cache was built for a different architecture"
msgstr ""
#: apt-pkg/pkgcache.cc:218
@@ -1199,19 +2081,19 @@ msgstr ""
msgid "Index file type '%s' is not supported"
msgstr "Index file type ‘%s’ is not supported"
-#: apt-pkg/algorithms.cc:237
+#: apt-pkg/algorithms.cc:238
#, c-format
msgid ""
"The package %s needs to be reinstalled, but I can't find an archive for it."
msgstr ""
-#: apt-pkg/algorithms.cc:1055
+#: apt-pkg/algorithms.cc:1056
msgid ""
"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
"held packages."
msgstr ""
-#: apt-pkg/algorithms.cc:1057
+#: apt-pkg/algorithms.cc:1058
msgid "Unable to correct problems, you have held broken packages."
msgstr ""
@@ -1235,12 +2117,12 @@ msgstr ""
msgid "Method %s did not start correctly"
msgstr ""
-#: apt-pkg/init.cc:117
+#: apt-pkg/init.cc:119
#, c-format
msgid "Packaging system '%s' is not supported"
msgstr "Packaging system ‘%s’ is not supported"
-#: apt-pkg/init.cc:133
+#: apt-pkg/init.cc:135
msgid "Unable to determine a suitable system type"
msgstr ""
@@ -1341,12 +2223,6 @@ msgstr ""
msgid "Couldn't stat source package list %s"
msgstr ""
-#. Build the status cache
-#: apt-pkg/pkgcachegen.cc:643 apt-pkg/pkgcachegen.cc:701
-#: apt-pkg/pkgcachegen.cc:706 apt-pkg/pkgcachegen.cc:829
-msgid "Reading Package Lists"
-msgstr ""
-
#: apt-pkg/pkgcachegen.cc:658
msgid "Collecting File Provides"
msgstr ""
@@ -1388,11 +2264,13 @@ msgstr ""
msgid "MD5Sum mismatch"
msgstr ""
-#~ msgid "Something wicked happened resolving '%s:%s' (%i)"
-#~ msgstr "Something wicked happened resolving ‘%s:%s’ (%i)"
+#: methods/rsh.cc:264
+msgid "File Not Found"
+msgstr ""
-#~ msgid "Login script command '%s' failed, server said: %s"
-#~ msgstr "Login script command ‘%s’ failed, server said: %s"
+#: methods/rsh.cc:330
+msgid "Connection closed prematurely"
+msgstr ""
#~ msgid "<- '"
#~ msgstr "<- ‘"
@@ -1404,24 +2282,6 @@ msgstr ""
#~ msgid "-> '"
#~ msgstr "-> ‘"
-#~ msgid "Unable to fetch file, server said '%s'"
-#~ msgstr "Unable to fetch file, server said ‘%s’"
-
-#~ msgid "Data transfer failed, server said '%s'"
-#~ msgstr "Data transfer failed, server said ‘%s’"
-
-#~ msgid "This is not a valid DEB archive, missing '%s' member"
-#~ msgstr "This is not a valid DEB archive, missing ‘%s’ member"
-
-#~ msgid ""
-#~ "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
-#~ "then make it empty and immediately re-install the same version of the "
-#~ "package!"
-#~ msgstr ""
-#~ "Failed to open the list file ‘%sinfo/%s’. If you cannot restore this file "
-#~ "then make it empty and immediately re-install the same version of the "
-#~ "package!"
-
#~ msgid "Please provide a name for this Disc, such as 'Debian 2.1r1 Disk 1'"
#~ msgstr "Please provide a name for this Disc, such as ‘Debian 2.1r1 Disk 1’"
@@ -1431,60 +2291,5 @@ msgstr ""
#~ msgid "....\"Have you mooed today?\"..."
#~ msgstr "....‘Have you mooed today?’..."
-#~ msgid ""
-#~ "apt-ftparchive generates index files for Debian archives. It supports\n"
-#~ "many styles of generation from fully automated to functional "
-#~ "replacements\n"
-#~ "for dpkg-scanpackages and dpkg-scansources\n"
-#~ "\n"
-#~ "apt-ftparchive generates Package files from a tree of .debs. The\n"
-#~ "Package file contains the contents of all the control fields from\n"
-#~ "each package as well as the MD5 hash and filesize. An override file\n"
-#~ "is supported to force the value of Priority and Section.\n"
-#~ "\n"
-#~ "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
-#~ "The --source-override option can be used to specify a src override file\n"
-#~ "\n"
-#~ "The 'packages' and 'sources' command should be run in the root of the\n"
-#~ "tree. BinaryPath should point to the base of the recursive search and \n"
-#~ "override file should contian the override flags. Pathprefix is\n"
-#~ "appended to the filename fields if present. Example usage from the \n"
-#~ "debian archive:\n"
-#~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
-#~ " dists/potato/main/binary-i386/Packages\n"
-#~ msgstr ""
-#~ "apt-ftparchive generates index files for Debian archives. It supports\n"
-#~ "many styles of generation from fully automated to functional "
-#~ "replacements\n"
-#~ "for dpkg-scanpackages and dpkg-scansources\n"
-#~ "\n"
-#~ "apt-ftparchive generates Package files from a tree of .debs. The\n"
-#~ "Package file contains the contents of all the control fields from\n"
-#~ "each package as well as the MD5 hash and filesize. An override file\n"
-#~ "is supported to force the value of Priority and Section.\n"
-#~ "\n"
-#~ "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
-#~ "The --source-override option can be used to specify a src override file\n"
-#~ "\n"
-#~ "The ‘packages’ and ‘sources’ command should be run in the root of the\n"
-#~ "tree. BinaryPath should point to the base of the recursive search and \n"
-#~ "override file should contian the override flags. Pathprefix is\n"
-#~ "appended to the filename fields if present. Example usage from the \n"
-#~ "debian archive:\n"
-#~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
-#~ " dists/potato/main/binary-i386/Packages\n"
-
-#~ msgid "Some files are missing in the package file group `%s'"
-#~ msgstr "Some files are missing in the package file group ‘%s’"
-
-#~ msgid "Unknown Compresison Algorithm '%s'"
-#~ msgstr "Unknown Compression Algorithm ‘%s’"
-
-#~ msgid "E: Errors apply to file '"
-#~ msgstr "E: Errors apply to file ‘"
-
-#~ msgid "Could not find a record in the DSC '%s'"
-#~ msgstr "Could not find a record in the DSC ‘%s’"
-
#~ msgid "Errors apply to file '%s'"
#~ msgstr "Errors apply to file ‘%s’"
diff --git a/po/es.po b/po/es.po
index 757a8baf6..c919198b4 100644
--- a/po/es.po
+++ b/po/es.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.4\n"
-"POT-Creation-Date: 2002-06-16 00:11+0200\n"
+"POT-Creation-Date: 2003-02-09 21:51-0600\n"
"PO-Revision-Date: 2003-01-26 04:14+1\n"
"Last-Translator: Asier Llano Palacios <asierllano@infonegocio.com>\n"
"Language-Team: Spanish <es@li.org>\n"
@@ -13,174 +13,142 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: cmdline/acqprogress.cc:55
-msgid "Hit "
-msgstr "Hit "
-
-#: cmdline/acqprogress.cc:79
-msgid "Get:"
-msgstr "Des:"
-
-#: cmdline/acqprogress.cc:110
-msgid "Ign "
-msgstr "Ign "
-
-#: cmdline/acqprogress.cc:114
-msgid "Err "
-msgstr "Err "
-
-#: cmdline/acqprogress.cc:135
-#, c-format
-msgid "Fetched %sB in %s (%sB/s)\n"
-msgstr "Descargados %sB en %s (%sB/s)\n"
-
-#: cmdline/acqprogress.cc:225
-msgid " [Working]"
-msgstr " [Trabajando]"
-
-#: cmdline/acqprogress.cc:271
-#, c-format
-msgid ""
-"Media Change: Please insert the disc labeled '%s' in the drive '%s' and "
-"press enter\n"
-msgstr ""
-"El Medio Cambi�: Por favor inserte el disco etiquetado '%s' en la unidad '%"
-"s' y presione Intro\n"
-
-#: cmdline/apt-cache.cc:131
+#: cmdline/apt-cache.cc:133
#, c-format
msgid "Package %s version %s has an unmet dep:\n"
msgstr "El paquete %s versi�n %s tiene dependencias incumplidas:\n"
-#: cmdline/apt-cache.cc:171 cmdline/apt-cache.cc:523 cmdline/apt-cache.cc:669
-#: cmdline/apt-cache.cc:1035 cmdline/apt-cache.cc:1181
+#: cmdline/apt-cache.cc:173 cmdline/apt-cache.cc:525 cmdline/apt-cache.cc:671
+#: cmdline/apt-cache.cc:1037 cmdline/apt-cache.cc:1183
#, c-format
msgid "Unable to locate package %s"
msgstr "No se ha pudido localizar el paquete %s"
-#: cmdline/apt-cache.cc:228
+#: cmdline/apt-cache.cc:230
msgid "Total Package Names : "
msgstr "Total de Nombres de Paquetes : "
-#: cmdline/apt-cache.cc:268
+#: cmdline/apt-cache.cc:270
msgid " Normal Packages: "
msgstr " Paquetes Normales: "
-#: cmdline/apt-cache.cc:269
+#: cmdline/apt-cache.cc:271
msgid " Pure Virtual Packages: "
msgstr " Paquetes Virtuales Puros: "
-#: cmdline/apt-cache.cc:270
+#: cmdline/apt-cache.cc:272
msgid " Single Virtual Packages: "
msgstr " Paquetes Virtuales �nicos: "
-#: cmdline/apt-cache.cc:271
+#: cmdline/apt-cache.cc:273
msgid " Mixed Virtual Packages: "
msgstr " Paquetes Virtuales Mixtos: "
-#: cmdline/apt-cache.cc:272
+#: cmdline/apt-cache.cc:274
msgid " Missing: "
msgstr " Faltan: "
-#: cmdline/apt-cache.cc:274
+#: cmdline/apt-cache.cc:276
msgid "Total Distinct Versions: "
msgstr "Total de Versiones Diferentes: "
-#: cmdline/apt-cache.cc:276
+#: cmdline/apt-cache.cc:278
msgid "Total Dependencies: "
msgstr "Total de Dependencias: "
-#: cmdline/apt-cache.cc:279
+#: cmdline/apt-cache.cc:281
msgid "Total Ver/File relations: "
msgstr "Total de relaciones Versi�n/Archivo: "
-#: cmdline/apt-cache.cc:281
+#: cmdline/apt-cache.cc:283
msgid "Total Provides Mappings: "
msgstr "Mapeo Total de Provisiones: "
-#: cmdline/apt-cache.cc:293
+#: cmdline/apt-cache.cc:295
msgid "Total Globbed Strings: "
msgstr "Total de Cadenas Globalizadas: "
-#: cmdline/apt-cache.cc:307
+#: cmdline/apt-cache.cc:309
msgid "Total Dependency Version space: "
msgstr "Total de espacio de Versi�n de Dependencias: "
-#: cmdline/apt-cache.cc:312
+#: cmdline/apt-cache.cc:314
msgid "Total Slack space: "
msgstr "Total de espacio Desperdiciado: "
-#: cmdline/apt-cache.cc:320
+#: cmdline/apt-cache.cc:322
msgid "Total Space Accounted for: "
msgstr "Espacio Total Contado para: "
-#: cmdline/apt-cache.cc:442 cmdline/apt-cache.cc:869
+#: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:871
#, c-format
msgid "Package file %s is out of sync."
msgstr "El archivo de paquetes %s est� desincronizado."
-#: cmdline/apt-cache.cc:911
+#: cmdline/apt-cache.cc:913
msgid "You must give exactly one pattern"
msgstr "Debe dar exactamente un patr�n"
-#: cmdline/apt-cache.cc:1135
+#: cmdline/apt-cache.cc:1137
msgid "Package Files:"
msgstr "Archivos de paquetes:"
-#: cmdline/apt-cache.cc:1142 cmdline/apt-cache.cc:1228
+#: cmdline/apt-cache.cc:1144 cmdline/apt-cache.cc:1230
msgid "Cache is out of sync, can't x-ref a package file"
-msgstr "Cach� fuera de sincronismo, no se puede hacer x-ref a un archivo de paquetes"
+msgstr ""
+"Cach� fuera de sincronismo, no se puede hacer x-ref a un archivo de paquetes"
-#: cmdline/apt-cache.cc:1143
+#: cmdline/apt-cache.cc:1145
#, c-format
msgid "%4i %s\n"
msgstr "%4i %s\n"
#. Show any packages have explicit pins
-#: cmdline/apt-cache.cc:1155
+#: cmdline/apt-cache.cc:1157
msgid "Pinned Packages:"
msgstr "Paquetes con Pin:"
-#: cmdline/apt-cache.cc:1167 cmdline/apt-cache.cc:1208
+#: cmdline/apt-cache.cc:1169 cmdline/apt-cache.cc:1210
msgid "(not found)"
msgstr "(no encontrado)"
#. Installed version
-#: cmdline/apt-cache.cc:1188
+#: cmdline/apt-cache.cc:1190
msgid " Installed: "
msgstr " Instalados: "
-#: cmdline/apt-cache.cc:1190 cmdline/apt-cache.cc:1198
+#: cmdline/apt-cache.cc:1192 cmdline/apt-cache.cc:1200
msgid "(none)"
msgstr "(ninguno)"
#. Candidate Version
-#: cmdline/apt-cache.cc:1195
+#: cmdline/apt-cache.cc:1197
msgid " Candidate: "
msgstr " Candidato: "
-#: cmdline/apt-cache.cc:1205
+#: cmdline/apt-cache.cc:1207
msgid " Package Pin: "
msgstr " Pin del Paquete: "
#. Show the priority tables
-#: cmdline/apt-cache.cc:1214
+#: cmdline/apt-cache.cc:1216
msgid " Version Table:"
msgstr " Tabla de versi�n:"
-#: cmdline/apt-cache.cc:1229
+#: cmdline/apt-cache.cc:1231
#, c-format
msgid " %4i %s\n"
msgstr " %4i %s\n"
-#: cmdline/apt-cache.cc:1256 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:69
-#: cmdline/apt-extracttemplates.cc:223 cmdline/apt-get.cc:2011
-#: cmdline/apt-sortpkgs.cc:142 ftparchive/apt-ftparchive.cc:544
+#: cmdline/apt-cache.cc:1258 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
+#: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:544
+#: cmdline/apt-get.cc:2049 cmdline/apt-sortpkgs.cc:144
#, c-format
msgid "%s %s for %s %s compiled on %s %s\n"
msgstr "%s %s para %s %s compilado en %s %s\n"
-#: cmdline/apt-cache.cc:1260
+#: cmdline/apt-cache.cc:1262
+#, fuzzy
msgid ""
"Usage: apt-cache [options] command\n"
" apt-cache [options] add file1 [file1 ...]\n"
@@ -191,7 +159,7 @@ msgid ""
"cache files, and query information from them\n"
"\n"
"Commands:\n"
-" add - Add an package file to the source cache\n"
+" add - Add a package file to the source cache\n"
" gencaches - Build both the package and source cache\n"
" showpkg - Show some general information for a single package\n"
" showsrc - Show source records\n"
@@ -232,7 +200,8 @@ msgstr ""
" dump - Muestra el archivo entero en un formato terso\n"
" dumpavail - Imprime un archivo disponible a la salida est�ndar\n"
" unmet - Muestra dependencias incumplidas\n"
-" search - Busca en la lista de paquetes por un patr�n de expresi�n regular\n"
+" search - Busca en la lista de paquetes por un patr�n de expresi�n "
+"regular\n"
" show - Muestra un registro legible para el paquete\n"
" depends - Muestra informaci�n de dependencias en bruto para el paquete\n"
" pkgnames - Lista los nombres de todos los paquetes\n"
@@ -246,14 +215,15 @@ msgstr ""
" -q Deshabilita el indicador de progreso.\n"
" -i Muestra s�lo dependencias importantes para el comando de incumplido.\n"
" -c=? Lee este archivo de configuraci�n\n"
-" -o=? Establece una opci�n de configuraci�n arbitraria, ej -o dir::cache=/tmp\n"
+" -o=? Establece una opci�n de configuraci�n arbitraria, ej -o dir::cache=/"
+"tmp\n"
"Vea las p�ginas del manual apt-cache(8) y apt.conf(5) para m�s informaci�n.\n"
-#: cmdline/apt-config.cc:40
+#: cmdline/apt-config.cc:41
msgid "Arguments not in pairs"
msgstr "Argumentos no emparejados"
-#: cmdline/apt-config.cc:75
+#: cmdline/apt-config.cc:76
msgid ""
"Usage: apt-config [options] command\n"
"\n"
@@ -279,14 +249,15 @@ msgstr ""
"Opciones:\n"
" -h Este texto de ayuda.\n"
" -c=? Lee este archivo de configuraci�n\n"
-" -o=? Establece una opci�n de configuraci�n arbitraria, ej -o dir::cache=/tmp\n"
+" -o=? Establece una opci�n de configuraci�n arbitraria, ej -o dir::cache=/"
+"tmp\n"
-#: cmdline/apt-extracttemplates.cc:96
+#: cmdline/apt-extracttemplates.cc:98
#, c-format
msgid "%s not a valid DEB package."
msgstr "%s no es un paquete DEB v�lido."
-#: cmdline/apt-extracttemplates.cc:230
+#: cmdline/apt-extracttemplates.cc:232
msgid ""
"Usage: apt-extracttemplates file1 [file2 ...]\n"
"\n"
@@ -308,25 +279,320 @@ msgstr ""
" -h Este texto de ayuda.\n"
" -t Define el directorio temporal\n"
" -c=? Lee este archivo de configuraci�n\n"
-" -o=? Establece una opci�n de configuraci�n arbitraria, ej -o dir::cache=/tmp\n"
+" -o=? Establece una opci�n de configuraci�n arbitraria, ej -o dir::cache=/"
+"tmp\n"
-#: apt-pkg/pkgcachegen.cc:626 cmdline/apt-extracttemplates.cc:257
+#: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
#, c-format
msgid "Unable to write to %s"
msgstr "No se puede escribir en %s"
-#: cmdline/apt-extracttemplates.cc:298
+#: cmdline/apt-extracttemplates.cc:302
msgid "Cannot get debconf version. Is debconf installed?"
msgstr "No se puede encontrar la versi�n de debconf. �Est� debconf instalado?"
+#: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:336
+msgid "Package extension list is too long"
+msgstr "La lista de extensi�n de paquetes es demasiado larga"
+
+#: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
+#: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:251
+#: ftparchive/apt-ftparchive.cc:265 ftparchive/apt-ftparchive.cc:287
+#, c-format
+msgid "Error Processing directory %s"
+msgstr "Error procesando el directorio %s"
+
+#: ftparchive/apt-ftparchive.cc:249
+msgid "Source extension list is too long"
+msgstr "La lista de extensi�n de fuentes es demasiado larga"
+
+#: ftparchive/apt-ftparchive.cc:366
+msgid "Error writing header to contents file"
+msgstr "Error escribiendo cabeceras de archivos de contenido"
+
+#: ftparchive/apt-ftparchive.cc:396
+#, c-format
+msgid "Error Processing Contents %s"
+msgstr "Error Procesando Contenidos %s"
+
+#: ftparchive/apt-ftparchive.cc:550
+#, fuzzy
+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"
+"\n"
+"apt-ftparchive generates index files for Debian archives. It supports\n"
+"many styles of generation from fully automated to functional replacements\n"
+"for dpkg-scanpackages and dpkg-scansources\n"
+"\n"
+"apt-ftparchive generates Package files from a tree of .debs. The\n"
+"Package file contains the contents of all the control fields from\n"
+"each package as well as the MD5 hash and filesize. An override file\n"
+"is supported to force the value of Priority and Section.\n"
+"\n"
+"Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
+"The --source-override option can be used to specify a src override file\n"
+"\n"
+"The 'packages' and 'sources' command should be run in the root of the\n"
+"tree. BinaryPath should point to the base of the recursive search and \n"
+"override file should contian the override flags. Pathprefix is\n"
+"appended to the filename fields if present. Example usage from the \n"
+"debian archive:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+"\n"
+"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"
+msgstr ""
+"apt-ftparchive genera archivos de �ndice para archivos de debian. Soporta\n"
+"varios estilos de generaci�n de reemplazos completamente automatizados a\n"
+"funcionales para dpkg-scanpackages y dpkg-scansources\n"
+"\n"
+"apt-ftparchive genera archivos Package de un �rbol de .debs. El Archivo\n"
+"Package contiene los contenidos de todos los campos de control de cada\n"
+"paquete al igual que el enlace MD5 y el tama�o del archivo. Esta\n"
+"soportado un archivo de predominancia para forzar el valor de Priority y\n"
+"Section.\n"
+"\n"
+"Igualmente, apt-ftparchive genera archivos de Fuentes para el �rbol de\n"
+".dscs. Puede ser usada la opci�n --source-override para especificar un\n"
+"archivo de predominancia fuente.\n"
+"\n"
+"Los comandos 'packages' y 'sources' deben ser corridos en el ra�z del\n"
+"�rbol. BinaryPath debe de apuntar a la base del archivo de b�squeda\n"
+"recursiva, y el archivo de predominancia debe de contener banderas de\n"
+"predominancia. Pathprefix es agregado a los campos del nombre del archivo\n"
+"si est�n presentes. Ejemplo de uso tomado de los archivos de debian:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\\\n"
+" dists/potato/main/binary-i386/Packages\n"
+
+#: ftparchive/apt-ftparchive.cc:731
+msgid "No selections matched"
+msgstr "Ninguna selecci�n coincide"
+
+#: ftparchive/apt-ftparchive.cc:804
+#, c-format
+msgid "Some files are missing in the package file group `%s'"
+msgstr "Faltan algunos archivos en el grupo de archivo de paquetes `%s'"
+
+#: ftparchive/cachedb.cc:43
+#, c-format
+msgid "DB was corrupted, file renamed to %s.old"
+msgstr "BD corrompida, archivo renombrado a %s.old"
+
+#: ftparchive/cachedb.cc:59
+#, c-format
+msgid "Unable to open DB2 file %s"
+msgstr "No se pudo abrir el archivo DB2 %s"
+
+#: ftparchive/cachedb.cc:99
+#, c-format
+msgid "File date has changed %s"
+msgstr "Cambi� la fecha del archivo %s"
+
+#: ftparchive/cachedb.cc:140
+msgid "Archive has no control record"
+msgstr "No hay registro de control del archivo"
+
+#: ftparchive/cachedb.cc:253 ftparchive/cachedb.cc:257
+msgid "Unable to get a cursor"
+msgstr "No se pudo obtener un cursor"
+
+#: ftparchive/writer.cc:78
+#, fuzzy, c-format
+msgid "W: Unable to read directory %s\n"
+msgstr "A: No se pudo leer directorio "
+
+#: ftparchive/writer.cc:83
+#, fuzzy, c-format
+msgid "W: Unable to stat %s\n"
+msgstr "A: No se pudo leer "
+
+#: ftparchive/writer.cc:122
+msgid "E: "
+msgstr "E: "
+
+#: ftparchive/writer.cc:124
+msgid "W: "
+msgstr "A: "
+
+#: ftparchive/writer.cc:131
+#, fuzzy
+msgid "E: Errors apply to file "
+msgstr "E: Errores aplicables al archivo '"
+
+#: ftparchive/writer.cc:148 ftparchive/writer.cc:178
+#, c-format
+msgid "Failed to resolve %s"
+msgstr "No se pudo resolver %s"
+
+#: ftparchive/writer.cc:160
+msgid "Tree walking failed"
+msgstr "Fall� el recorrido por el arb�l. "
+
+#: ftparchive/writer.cc:185
+#, c-format
+msgid "Failed to open %s"
+msgstr "No se pudo abrir %s"
+
+#: ftparchive/writer.cc:242
+#, c-format
+msgid " DeLink %s [%s]\n"
+msgstr ""
+
+#: ftparchive/writer.cc:250
+#, c-format
+msgid "Failed to readlink %s"
+msgstr "No se pudo leer el link %s"
+
+#: ftparchive/writer.cc:254
+#, c-format
+msgid "Failed to unlink %s"
+msgstr "No se pudo desligar %s"
+
+#: ftparchive/writer.cc:261
+#, c-format
+msgid "*** Failed to link %s to %s"
+msgstr "*** No pude ligar %s con %s"
+
+#: ftparchive/writer.cc:271
+#, fuzzy, c-format
+msgid " DeLink limit of %sB hit.\n"
+msgstr " DeLink l�mite de"
+
+#: ftparchive/writer.cc:338 apt-inst/extract.cc:181 apt-inst/extract.cc:193
+#: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
+#, c-format
+msgid "Failed to stat %s"
+msgstr "No pude leer %s"
+
+#: ftparchive/writer.cc:358
+msgid "Archive had no package field"
+msgstr "Archivo no tiene campo de paquetes"
+
+#: ftparchive/writer.cc:366 ftparchive/writer.cc:576
+#, fuzzy, c-format
+msgid " %s has no override entry\n"
+msgstr " no tiene entrada de predominio"
+
+#: ftparchive/writer.cc:409 ftparchive/writer.cc:658
+#, fuzzy, c-format
+msgid " %s maintainer is %s not %s\n"
+msgstr " el encargado es "
+
+#: ftparchive/contents.cc:346 ftparchive/contents.cc:377
+msgid "realloc - Failed to allocate memory"
+msgstr "realloc - No pudo reservar memoria"
+
+#: ftparchive/override.cc:38 ftparchive/override.cc:146
+#, c-format
+msgid "Unable to open %s"
+msgstr "No se pudo abrir %s"
+
+#: ftparchive/override.cc:64 ftparchive/override.cc:170
+#, c-format
+msgid "Malformed override %s line %lu #1"
+msgstr "Predominio malformado %s linea %lu #1"
+
+#: ftparchive/override.cc:78 ftparchive/override.cc:182
+#, c-format
+msgid "Malformed override %s line %lu #2"
+msgstr "Predominio malformado %s linea %lu #2"
+
+#: ftparchive/override.cc:92 ftparchive/override.cc:195
+#, c-format
+msgid "Malformed override %s line %lu #3"
+msgstr "Predominio malformado %s linea %lu #3"
+
+#: ftparchive/override.cc:131 ftparchive/override.cc:205
+#, c-format
+msgid "Failed to read the override file %s"
+msgstr "No se pudo leer el archivo de predominio %s"
+
+#: ftparchive/multicompress.cc:75
+#, c-format
+msgid "Unknown Compresison Algorithm '%s'"
+msgstr "Algoritmo de Compresi�n Desconocido '%s'"
+
+#: ftparchive/multicompress.cc:105
+#, c-format
+msgid "Compressed output %s needs a compression set"
+msgstr "Salida comprimida %s necesita un set de compresi�n"
+
+#: ftparchive/multicompress.cc:172 methods/rsh.cc:91
+msgid "Failed to create IPC pipe to subprocess"
+msgstr "Fall� la creaci�n de una pipa IPC para el subproceso"
+
+#: ftparchive/multicompress.cc:198
+msgid "Failed to create FILE*"
+msgstr "No se pudo crear ARCHIVO*"
+
+#: ftparchive/multicompress.cc:201
+msgid "Failed to fork"
+msgstr "No se pudo bifurcar"
+
+#: ftparchive/multicompress.cc:215
+msgid "Compress Child"
+msgstr "Hijo Compresi�n"
+
+#: ftparchive/multicompress.cc:238
+#, c-format
+msgid "Internal Error, Failed to create %s"
+msgstr "Error interno, No se pudo crear %s"
+
+#: ftparchive/multicompress.cc:289
+msgid "Failed to create subprocess IPC"
+msgstr "No se pudo crear el subproceso IPC"
+
+#: ftparchive/multicompress.cc:324
+msgid "Failed to exec compressor "
+msgstr "No se pudo ejecutar el compresor "
+
+#: ftparchive/multicompress.cc:363
+#, fuzzy
+msgid "decompressor"
+msgstr "No se pudo ejecutar el compresor "
+
+#: ftparchive/multicompress.cc:406
+msgid "IO to subprocess/file failed"
+msgstr "Fall� la ES a subproceso/archivo"
+
+#: ftparchive/multicompress.cc:458
+msgid "Failed to read while computing MD5"
+msgstr "No se pudo leer mientras se computaba MD5"
+
+#: ftparchive/multicompress.cc:475
+#, c-format
+msgid "Problem unlinking %s"
+msgstr "Hay problemas desligando %s"
+
+#: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
+#, c-format
+msgid "Failed to rename %s to %s"
+msgstr "Fall� el renombre de %s a %s"
+
#. This needs to be a capital
#: cmdline/apt-get.cc:116
msgid "Y"
msgstr "S"
#: cmdline/apt-get.cc:193
-msgid "Sorry, but the following packages have unmet dependencies:"
-msgstr "Disculpe, pero los siguientes paquetes tienen dependencias incumplidas:"
+#, fuzzy
+msgid "The following packages have unmet dependencies:"
+msgstr ""
+"Disculpe, pero los siguientes paquetes tienen dependencias incumplidas:"
#: cmdline/apt-get.cc:283
#, c-format
@@ -452,39 +718,39 @@ msgstr "Dependencias incumplidas. Intente usando -f."
msgid "Packages need to be removed but Remove is disabled."
msgstr "Los paquetes necesitan ser eliminados pero Remove esta deshabilitado."
-#: cmdline/apt-get.cc:683 cmdline/apt-get.cc:1574 cmdline/apt-get.cc:1607
+#: cmdline/apt-get.cc:683 cmdline/apt-get.cc:1578 cmdline/apt-get.cc:1611
msgid "Unable to lock the download directory"
msgstr "No se puede realizar un 'lock' en el directorio de descarga"
-#: apt-pkg/cachefile.cc:67 cmdline/apt-get.cc:693 cmdline/apt-get.cc:1655
-#: cmdline/apt-get.cc:1866
+#: cmdline/apt-get.cc:693 cmdline/apt-get.cc:1659 cmdline/apt-get.cc:1870
+#: apt-pkg/cachefile.cc:67
msgid "The list of sources could not be read."
msgstr "No se pudieron leer las listas de fuentes."
#: cmdline/apt-get.cc:713
-#, c-format
-msgid "Need to get %sB/%sB of archives. "
+#, fuzzy, c-format
+msgid "Need to get %sB/%sB of archives.\n"
msgstr "Se necesita descargar %sB/%sB de archivos. "
#: cmdline/apt-get.cc:716
-#, c-format
-msgid "Need to get %sB of archives. "
+#, fuzzy, c-format
+msgid "Need to get %sB of archives.\n"
msgstr "Necesito descargar %sB de archivos. "
#: cmdline/apt-get.cc:721
-#, c-format
-msgid "After unpacking %sB will be used.\n"
+#, fuzzy, c-format
+msgid "After unpacking %sB of additional disk space will be used.\n"
msgstr "%sB ser�n usados despu�s de desempaquetar.\n"
#: cmdline/apt-get.cc:724
-#, c-format
-msgid "After unpacking %sB will be freed.\n"
+#, fuzzy, c-format
+msgid "After unpacking %sB disk space will be freed.\n"
msgstr "%sB ser�n liberados despu�s de desempaquetar.\n"
#: cmdline/apt-get.cc:741
-#, c-format
-msgid "Sorry, you don't have enough free space in %s to hold all the .debs."
-msgstr "Disculpe, no tiene suficiente espacio libre en %s para colocar todos los .debs."
+#, fuzzy, c-format
+msgid "You don't have enough free space in %s."
+msgstr "Disculpe, no tiene suficiente espacio libre en %s"
#: cmdline/apt-get.cc:750
msgid "There are problems and -y was used without --force-yes"
@@ -517,7 +783,7 @@ msgstr "Abortado."
msgid "Do you want to continue? [Y/n] "
msgstr "�Desea continuar? [S/n] "
-#: cmdline/apt-get.cc:850 cmdline/apt-get.cc:1219 cmdline/apt-get.cc:1764
+#: cmdline/apt-get.cc:850 cmdline/apt-get.cc:1219 cmdline/apt-get.cc:1768
#, c-format
msgid "Failed to fetch %s %s\n"
msgstr "Imposible obtener %s %s\n"
@@ -526,7 +792,7 @@ msgstr "Imposible obtener %s %s\n"
msgid "Some files failed to download"
msgstr "Algunos archivos no pudieron descargarse"
-#: cmdline/apt-get.cc:869 cmdline/apt-get.cc:1773
+#: cmdline/apt-get.cc:869 cmdline/apt-get.cc:1777
msgid "Download complete and in download only mode"
msgstr "Descarga completa y en modo de s�lo descarga"
@@ -535,8 +801,8 @@ msgid ""
"Unable to fetch some archives, maybe run apt-get update or try with --fix-"
"missing?"
msgstr ""
-"No se pudieron obtener algunos archivos, �tal vez ejecutando apt-get update o intente "
-"con --fix-missing?"
+"No se pudieron obtener algunos archivos, �tal vez ejecutando apt-get update "
+"o intente con --fix-missing?"
#: cmdline/apt-get.cc:879
msgid "--fix-missing and media swapping is not currently supported"
@@ -587,8 +853,10 @@ msgid ""
"of sources.list\n"
msgstr ""
"El paquete %s no tiene versi�n disponible, pero existe en la base de datos.\n"
-"Esto usualmente significa que el paquete fue mencionado en una dependencia y\n"
-"nunca fue subido, se ha hecho obsoleto o no esta disponible en los contenidos\n"
+"Esto usualmente significa que el paquete fue mencionado en una dependencia "
+"y\n"
+"nunca fue subido, se ha hecho obsoleto o no esta disponible en los "
+"contenidos\n"
"del sources.list\n"
#: cmdline/apt-get.cc:997
@@ -601,15 +869,15 @@ msgid "Package %s has no installation candidate"
msgstr "El paquete %s no tiene candidato para su instalaci�n"
#: cmdline/apt-get.cc:1020
-#, c-format
-msgid "Sorry, re-installation of %s is not possible, it cannot be downloaded.\n"
+#, fuzzy, c-format
+msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
msgstr ""
"Disculpe, no es posible la reinstalaci�n del paquete %s, no puede ser "
"descargado.\n"
#: cmdline/apt-get.cc:1028
-#, c-format
-msgid "Sorry, %s is already the newest version.\n"
+#, fuzzy, c-format
+msgid "%s is already the newest version.\n"
msgstr "Disculpe, %s ya est� en su versi�n m�s reciente.\n"
#: cmdline/apt-get.cc:1055
@@ -639,27 +907,34 @@ msgstr "No se pudo realizar un 'lock' en el directorio de lista"
msgid ""
"Some index files failed to download, they have been ignored, or old ones "
"used instead."
-msgstr "Ha fallado la descarga de algunos archivos de �ndice, han sido ignorados, o se ha utilizado unos antiguos en su lugar."
+msgstr ""
+"Ha fallado la descarga de algunos archivos de �ndice, han sido ignorados, o "
+"se ha utilizado unos antiguos en su lugar."
#: cmdline/apt-get.cc:1257
msgid "Internal Error, AllUpgrade broke stuff"
msgstr "Error Interno, AllUpgrade rompi� cosas"
-#: cmdline/apt-get.cc:1346 cmdline/apt-get.cc:1379
+#: cmdline/apt-get.cc:1347 cmdline/apt-get.cc:1383
#, c-format
msgid "Couldn't find package %s"
msgstr "No se pudo encontrar el paquete %s"
-#: cmdline/apt-get.cc:1359
+#: cmdline/apt-get.cc:1360
#, c-format
msgid "Regex compilation error - %s"
msgstr "Error de compilaci�n de expresiones regulares - %s"
-#: cmdline/apt-get.cc:1396
+#: cmdline/apt-get.cc:1370
+#, fuzzy, c-format
+msgid "Note, selecting %s for regex '%s'\n"
+msgstr "Nota, seleccionando %s en lugar de %s\n"
+
+#: cmdline/apt-get.cc:1400
msgid "You might want to run `apt-get -f install' to correct these:"
msgstr "Tal vez quiera ejecutar `apt-get -f install' para corregirlo:"
-#: cmdline/apt-get.cc:1399
+#: cmdline/apt-get.cc:1403
msgid ""
"Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
"solution)."
@@ -667,7 +942,7 @@ msgstr ""
"Dependencias incumplidas. Intente 'apt-get -f install' sin paquetes (o "
"especifique una soluci�n)."
-#: cmdline/apt-get.cc:1411
+#: cmdline/apt-get.cc:1415
msgid ""
"Some packages could not be installed. This may mean that you have\n"
"requested an impossible situation or if you are using the unstable\n"
@@ -679,7 +954,7 @@ msgstr ""
"inestable que algunos paquetes requeridos no han sido creados o han\n"
"sido movidos fuera de Incoming."
-#: cmdline/apt-get.cc:1419
+#: cmdline/apt-get.cc:1423
msgid ""
"Since you only requested a single operation it is extremely likely that\n"
"the package is simply not installable and a bug report against\n"
@@ -689,106 +964,118 @@ msgstr ""
"paquete simplemente no sea instalable y se debe de rellenar un informe de\n"
"error (reportbug)."
-#: cmdline/apt-get.cc:1424
+#: cmdline/apt-get.cc:1428
msgid "The following information may help to resolve the situation:"
msgstr "La siguiente informaci�n puede ayudar a resolver la situaci�n:"
-#: cmdline/apt-get.cc:1427
-msgid "Sorry, broken packages"
+#: cmdline/apt-get.cc:1431
+#, fuzzy
+msgid "Broken packages"
msgstr "Disculpe, paquetes rotos"
-#: cmdline/apt-get.cc:1450
+#: cmdline/apt-get.cc:1454
msgid "The following extra packages will be installed:"
msgstr "Los siguientes paquetes extras ser�n instalados:"
-#: cmdline/apt-get.cc:1469
+#: cmdline/apt-get.cc:1473
msgid "Calculating Upgrade... "
msgstr "Calculando Actualizaci�n... "
-#: cmdline/apt-get.cc:1472
+#: cmdline/apt-get.cc:1476 methods/ftp.cc:700 methods/connect.cc:99
msgid "Failed"
msgstr "Fall�"
-#: cmdline/apt-get.cc:1477
+#: cmdline/apt-get.cc:1481
msgid "Done"
msgstr "Listo"
-#: cmdline/apt-get.cc:1650
+#: cmdline/apt-get.cc:1654
msgid "Must specify at least one package to fetch source for"
msgstr "Debe especificar al menos un paquete para obtener su c�digo fuente"
-#: cmdline/apt-get.cc:1677 cmdline/apt-get.cc:1884
+#: cmdline/apt-get.cc:1681 cmdline/apt-get.cc:1888
#, c-format
msgid "Unable to find a source package for %s"
msgstr "No se pudo encontrar un paquete de fuentes para %s"
-#: cmdline/apt-get.cc:1724
-#, c-format
-msgid "Sorry, you don't have enough free space in %s"
+#: cmdline/apt-get.cc:1728
+#, fuzzy, c-format
+msgid "You don't have enough free space in %s"
msgstr "Disculpe, no tiene suficiente espacio libre en %s"
-#: cmdline/apt-get.cc:1729
+#: cmdline/apt-get.cc:1733
#, c-format
msgid "Need to get %sB/%sB of source archives.\n"
msgstr "Se necesita descargar %sB/%sB de archivos fuente.\n"
-#: cmdline/apt-get.cc:1732
+#: cmdline/apt-get.cc:1736
#, c-format
msgid "Need to get %sB of source archives.\n"
msgstr "Se necesita descargar %sB de archivos fuente.\n"
-#: cmdline/apt-get.cc:1738
+#: cmdline/apt-get.cc:1742
#, c-format
msgid "Fetch Source %s\n"
msgstr "Fuente obtenida %s\n"
-#: cmdline/apt-get.cc:1769
+#: cmdline/apt-get.cc:1773
msgid "Failed to fetch some archives."
msgstr "No se pudieron obtener algunos archivos."
-#: cmdline/apt-get.cc:1797
+#: cmdline/apt-get.cc:1801
#, c-format
msgid "Skipping unpack of already unpacked source in %s\n"
msgstr "Ignorando desempaquetamiento de paquetes ya desempaquetados en %s\n"
-#: cmdline/apt-get.cc:1809
+#: cmdline/apt-get.cc:1813
#, c-format
msgid "Unpack command '%s' failed.\n"
msgstr "Fall� comando de desempaquetamiento '%s'.\n"
-#: cmdline/apt-get.cc:1826
+#: cmdline/apt-get.cc:1830
#, c-format
msgid "Build command '%s' failed.\n"
msgstr "Fall� comando de construcci�n (build) '%s'.\n"
-#: cmdline/apt-get.cc:1845
+#: cmdline/apt-get.cc:1849
msgid "Child process failed"
msgstr "Fall� proceso hijo"
-#: cmdline/apt-get.cc:1861
+#: cmdline/apt-get.cc:1865
msgid "Must specify at least one package to check builddeps for"
-msgstr "Debe especificar al menos un paquete para verificar su dependencias de contrucci�n"
+msgstr ""
+"Debe especificar al menos un paquete para verificar su dependencias de "
+"contrucci�n"
-#: cmdline/apt-get.cc:1889
+#: cmdline/apt-get.cc:1893
#, c-format
msgid "Unable to get build-dependency information for %s"
msgstr "No se pudo obtener informaci�n de dependencias de construcci�n para %s"
-#: cmdline/apt-get.cc:1909
+#: cmdline/apt-get.cc:1913
#, c-format
msgid "%s has no build depends.\n"
msgstr "%s no tiene dependencias de construcci�n.\n"
-#: cmdline/apt-get.cc:1927
-#, c-format
+#: cmdline/apt-get.cc:1948
+#, fuzzy, c-format
msgid ""
-"%s dependency on %s cannot be satisfied because the package %s cannot be "
+"%s dependency for %s cannot be satisfied because the package %s cannot be "
"found"
msgstr ""
"La dependencia %s en %s no puede ser satisfecha porque el paquete %s no "
"puede ser encontrado"
-#: cmdline/apt-get.cc:1979
+#: cmdline/apt-get.cc:1990
+#, fuzzy, c-format
+msgid ""
+"%s dependency for %s cannot be satisfied because no available versions of "
+"package %s can satisfy version requirements"
+msgstr ""
+"La dependencia %s en %s no puede ser satisfecha porque el paquete %s no "
+"puede ser encontrado"
+
+#: cmdline/apt-get.cc:2017
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."
@@ -797,15 +1084,15 @@ msgstr ""
"las dependencies de construcci�n. Tal vez quiera ejecutar \n"
"`apt-get -f install' para corregirlos."
-#: cmdline/apt-get.cc:1984
+#: cmdline/apt-get.cc:2022
msgid "Failed to process build dependencies"
msgstr "No se pudieron procesar las dependencias de construcci�n"
-#: cmdline/apt-get.cc:2016
+#: cmdline/apt-get.cc:2054
msgid "Supported Modules:"
msgstr "M�dulos soportados:"
-#: cmdline/apt-get.cc:2057
+#: cmdline/apt-get.cc:2095
msgid ""
"Usage: apt-get [options] command\n"
" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -877,17 +1164,52 @@ msgstr ""
" -u Muestra tambi�n una lista de paquetes actualizados\n"
" -b Contruye el paquete fuente despu�s de obtenerlo\n"
" -c=? Lee este archivo de configuraci�n\n"
-" -o=? Establece una opci�n de configuraci�n arbitraria, ej -o dir::cache=/tmp\n"
+" -o=? Establece una opci�n de configuraci�n arbitraria, ej -o dir::cache=/"
+"tmp\n"
"\n"
"Vea los manuales de apt-get(8), sources.list(5) y apt.conf(5)\n"
"para m�s informaci�n y m�s opciones.\n"
" Este APT tiene poderes de Super Vaca.\n"
-#: cmdline/apt-sortpkgs.cc:84
+#: cmdline/acqprogress.cc:55
+msgid "Hit "
+msgstr "Hit "
+
+#: cmdline/acqprogress.cc:79
+msgid "Get:"
+msgstr "Des:"
+
+#: cmdline/acqprogress.cc:110
+msgid "Ign "
+msgstr "Ign "
+
+#: cmdline/acqprogress.cc:114
+msgid "Err "
+msgstr "Err "
+
+#: cmdline/acqprogress.cc:135
+#, c-format
+msgid "Fetched %sB in %s (%sB/s)\n"
+msgstr "Descargados %sB en %s (%sB/s)\n"
+
+#: cmdline/acqprogress.cc:225
+msgid " [Working]"
+msgstr " [Trabajando]"
+
+#: cmdline/acqprogress.cc:271
+#, c-format
+msgid ""
+"Media Change: Please insert the disc labeled '%s' in the drive '%s' and "
+"press enter\n"
+msgstr ""
+"El Medio Cambi�: Por favor inserte el disco etiquetado '%s' en la unidad '%"
+"s' y presione Intro\n"
+
+#: cmdline/apt-sortpkgs.cc:86
msgid "Unknown package record!"
msgstr "�Registro del paquete desconocido!"
-#: cmdline/apt-sortpkgs.cc:148
+#: cmdline/apt-sortpkgs.cc:150
msgid ""
"Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
"\n"
@@ -909,791 +1231,1263 @@ msgstr ""
" -h Este texto de ayuda.\n"
" -s Utilizar ordenamiento de archivos fuente\n"
" -c=? Lee este archivo de configuraci�n\n"
-" -o=? Establece una opci�n de configuraci�n arbitraria, ej -o dir::cache=/tmp\n"
+" -o=? Establece una opci�n de configuraci�n arbitraria, ej -o dir::cache=/"
+"tmp\n"
-#: apt-pkg/acquire.cc:61
-#, c-format
-msgid "Lists directory %spartial is missing."
-msgstr "Falta directorio de listas %spartial."
+#: apt-inst/contrib/extracttar.cc:115
+msgid "Failed to create pipes"
+msgstr "No pude crear las pipas"
-#: apt-pkg/acquire.cc:65
+#: apt-inst/contrib/extracttar.cc:140
+msgid "Failed to exec gzip "
+msgstr "No pude ejecutar gzip"
+
+#: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
+msgid "Corrupted archive"
+msgstr "Archivo corrompido"
+
+#: apt-inst/contrib/extracttar.cc:192
+msgid "Tar Checksum failed, archive corrupted"
+msgstr "No aprob� el Checksum del tar, archive corrompido"
+
+#: apt-inst/contrib/extracttar.cc:295
#, c-format
-msgid "Archive directory %spartial is missing."
-msgstr "Falta directorio de archivos %spartial."
+msgid "Unkown TAR header type %u, member %s"
+msgstr "Cabecera del TAR tipo %u, miembro %s desconocido"
+
+#: apt-inst/contrib/arfile.cc:73
+msgid "Invalid archive signature"
+msgstr "Firma del archivo inv�lida"
+
+#: apt-inst/contrib/arfile.cc:81
+msgid "Error reading archive member header"
+msgstr "Error leyendo la cabecera de miembro del archivo"
+
+#: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
+msgid "Invalid archive member header"
+msgstr "Cabecera de miembro del archivo inv�lida"
+
+#: apt-inst/contrib/arfile.cc:131
+msgid "Archive is too short"
+msgstr "El archivo esta muy peque�o"
+
+#: apt-inst/contrib/arfile.cc:135
+msgid "Failed to read the archive headers"
+msgstr "No pude leer las cabeceras del archivo"
+
+#: apt-inst/filelist.cc:384
+msgid "DropNode called on still linked node"
+msgstr "DropNode llamado en un nodo todav�a ligado"
+
+#: apt-inst/filelist.cc:416
+msgid "Failed to locate the hash element!"
+msgstr "�No pude localizar el elemento enlazado!"
+
+#: apt-inst/filelist.cc:463
+msgid "Failed to allocate diversion"
+msgstr "No pude asignar una desviaci�n"
+
+#: apt-inst/filelist.cc:468
+msgid "Internal Error in AddDiversion"
+msgstr "Error interno en AddDiversion"
-#: apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
+#: apt-inst/filelist.cc:481
#, c-format
-msgid "Unable to read %s"
-msgstr "No se pudo leer %s"
+msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
+msgstr "Tratando de sobreescribir una desviaci�n, %s -> %s y %s/%s"
-#: apt-pkg/acquire.cc:418 apt-pkg/clean.cc:44
+#: apt-inst/filelist.cc:510
#, c-format
-msgid "Unable to change to %s"
-msgstr "No se pudo cambiar a %s"
+msgid "Double add of diversion %s -> %s"
+msgstr "Doble suma de desviaci�n %s -> %s"
-#: apt-pkg/acquire-item.cc:124
+#: apt-inst/filelist.cc:553
#, c-format
-msgid "rename failed, %s (%s -> %s)."
-msgstr "fallo renombrado, %s (%s -> %s)."
+msgid "Duplicate conf file %s/%s"
+msgstr "Archivo de configuraci�n duplicado %s/%s"
-#: apt-pkg/acquire-item.cc:353
+#: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
#, c-format
-msgid ""
-"I wasn't able to locate a file for the %s package. This might mean you need "
-"to manually fix this package. (due to missing arch)"
-msgstr ""
-"No se pudo localizar un archivo para el paquete %s. Esto puede significar que "
-"necesita arreglar manualmente este paquete. (por arquitectura que falta)"
+msgid "Failed write file %s"
+msgstr "Fall� el cierre del archivo %s"
-#: apt-pkg/acquire-item.cc:388
+#: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
#, c-format
-msgid ""
-"I wasn't able to locate file for the %s package. This might mean you need to "
-"manually fix this package."
-msgstr ""
-"No se pudo localizar un archivo para el paquete %s. Esto puede significar que "
-"necesita arreglar manualmente este paquete."
+msgid "Failed to close file %s"
+msgstr "No pude cerrar el archivo %s"
-#: apt-pkg/acquire-item.cc:419
+#: apt-inst/extract.cc:96 apt-inst/extract.cc:167
#, c-format
-msgid "The package index files are corrupted. No Filename: field for package %s."
-msgstr "Los archivos de �ndice de paquetes estan corrompidos. El campo 'Filename:' no existe para para el paquete %s."
+msgid "The path %s is too long"
+msgstr "La trayectoria %s es demasiado larga"
-#: apt-pkg/acquire-item.cc:501
-msgid "Size mismatch"
-msgstr "El tama�o difiere"
+#: apt-inst/extract.cc:127
+#, c-format
+msgid "Unpacking %s more than once"
+msgstr "Desempacando %s mas de una vez"
-#: apt-pkg/acquire-item.cc:511
-msgid "MD5Sum mismatch"
-msgstr "El MD5Sum difiere"
+#: apt-inst/extract.cc:137
+#, c-format
+msgid "The directory %s is diverted"
+msgstr "El directorio %s esta desviado"
-#: apt-pkg/acquire-worker.cc:112
+#: apt-inst/extract.cc:147
#, c-format
-msgid "The method driver %s could not be found."
-msgstr "No se pudo encontrar el m�todo %s."
+msgid "The package is trying to write to the diversion target %s/%s"
+msgstr "El paquete esta tratando de escribir al blanco desviado %s/%s"
-#: apt-pkg/acquire-worker.cc:161
+#: apt-inst/extract.cc:157 apt-inst/extract.cc:300
+msgid "The diversion path is too long"
+msgstr "La trayectoria de desviaci�n es demasiado larga"
+
+#: apt-inst/extract.cc:243
#, c-format
-msgid "Method %s did not start correctly"
-msgstr "El m�todo %s no se inici� correctamente"
+msgid "The directory %s is being replaced by a non-directory"
+msgstr "El directorio %s esta siendo reemplazado por un no-directorio"
+
+#: apt-inst/extract.cc:283
+msgid "Failed to locate node in its hash bucket"
+msgstr "No pude localizar el nodo en su bote de enlace"
-#: apt-pkg/algorithms.cc:232
+#: apt-inst/extract.cc:287
+msgid "The path is too long"
+msgstr "La trayectoria es muy larga"
+
+#: apt-inst/extract.cc:417
#, c-format
-msgid "The package %s needs to be reinstalled, but I can't find an archive for it."
-msgstr "El paquete %s necesita ser reinstalado, pero no se le puede encontrar un archivo."
+msgid "Overwrite package match with no version for %s"
+msgstr "Sobreescribiendo concordancia del paquete sin versi�n para %s"
-#: apt-pkg/algorithms.cc:1050
-msgid ""
-"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
-"held packages."
-msgstr ""
-"Error, pkgProblemResolver::Resolve gener� pausas, esto puede haber sido "
-"causado por paquetes detenidos."
+#: apt-inst/extract.cc:434
+#, c-format
+msgid "File %s/%s overwrites the one in the package %s"
+msgstr "El archivo %s/%s sobreescribe al que esta en el paquete %s"
-#: apt-pkg/algorithms.cc:1052
-msgid "Unable to correct problems, you have held broken packages."
-msgstr "No se pudieron corregir los problemas, existen paquetes rotos detenidos."
+#: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
+#: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
+#, c-format
+msgid "Unable to read %s"
+msgstr "No se pudo leer %s"
-#: apt-pkg/cachefile.cc:73
-msgid "The package lists or status file could not be parsed or opened."
-msgstr "No se pudieron analizar o abrir las listas de paquetes o el archivo de estado."
+#: apt-inst/extract.cc:494
+#, c-format
+msgid "Unable to stat %s"
+msgstr "No pude leer %s"
-#: apt-pkg/cachefile.cc:77
-msgid "You may want to run apt-get update to correct these problems"
-msgstr "Tal vez quiera ejecutar 'apt-get update' para corregir estos problemas"
+#: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
+#, c-format
+msgid "Failed to remove %s"
+msgstr "No pude borrar %s"
-#: apt-pkg/clean.cc:61
+#: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
#, c-format
-msgid "Unable to stat %s."
-msgstr "No se pudo leer %s."
+msgid "Unable to create %s"
+msgstr "No pude crear %s"
-#: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
-msgid "Building Dependency Tree"
-msgstr "Creando �rbol de Dependencias"
+#: apt-inst/deb/dpkgdb.cc:118
+#, c-format
+msgid "Failed to stat %sinfo"
+msgstr "No pude leer %sinfo"
-#: apt-pkg/depcache.cc:61
-msgid "Candidate Versions"
-msgstr "Versiones Propuestas"
+#: apt-inst/deb/dpkgdb.cc:123
+msgid "The info and temp directories need to be on the same filesystem"
+msgstr ""
+"Los directorios info y temp deben de estar en el mismo sistema de archivos"
-#: apt-pkg/depcache.cc:90
-msgid "Dependency Generation"
-msgstr "Generaci�n de Dependencias"
+#. Build the status cache
+#: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
+#: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
+#: apt-pkg/pkgcachegen.cc:829
+msgid "Reading Package Lists"
+msgstr "Leyendo Lista de Paquetes"
-#: apt-pkg/init.cc:111
+#: apt-inst/deb/dpkgdb.cc:180
#, c-format
-msgid "Packaging system '%s' is not supported"
-msgstr "El sistema de empaquetamiento '%s' no esta soportado"
+msgid "Failed to change to the admin dir %sinfo"
+msgstr "No pude cambiarme al directorio de administraci�n %sinfo"
-#: apt-pkg/init.cc:127
-msgid "Unable to determine a suitable system type"
-msgstr "No se pudo determinar un tipo de sistema adecuado"
+#: 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"
+msgstr "Error interno obteniendo un Nombre de Paquete"
-#: apt-pkg/packagemanager.cc:402
+#: apt-inst/deb/dpkgdb.cc:205
+msgid "Reading File Listing"
+msgstr "Leyendo Listado de Archivos"
+
+#: apt-inst/deb/dpkgdb.cc:216
#, c-format
msgid ""
-"This installation run will require temporarily removing the essential "
-"package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
-"you really want to do it, activate the APT::Force-LoopBreak option."
+"Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
+"then make it empty and immediately re-install the same version of the "
+"package!"
msgstr ""
-"Esta ejecuci�n de la instalaci�n requiere eliminar temporalmente el paquete "
-"esencial %s debido a un bucle de Conflictos/Pre-Dependencias. Esto usualmente es "
-"malo, pero si realmente quiere hacerlo, active la opci�n APT::Force-LoopBreak."
+"No pude abrir el archivo de lista '%sinfo/%s'. �Si no puede restablecer este "
+"archivo entonces cree uno vac�o e inmediatamente reinstale la misma versi�n "
+"del paquete!"
-#: apt-pkg/pkgcache.cc:126
-msgid "Empty package cache"
-msgstr "Cach� del paquete vac�a."
+#: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
+#, c-format
+msgid "Failed reading the list file %sinfo/%s"
+msgstr "No pude leer el archivo de lista %sinfo/%s"
-#: apt-pkg/pkgcache.cc:132
-msgid "The package cache file is corrupted"
-msgstr "El archivo de cach� de paquetes esta corrompido"
+#: apt-inst/deb/dpkgdb.cc:266
+msgid "Internal Error getting a Node"
+msgstr "Error interno obteniendo un Nodo"
-#: apt-pkg/pkgcache.cc:137
-msgid "The package cache file is an incompatible version"
-msgstr "El archivo de cach� de paquetes es una versi�n incompatible"
+#: apt-inst/deb/dpkgdb.cc:309
+#, c-format
+msgid "Failed to open the diversions file %sdiversions"
+msgstr "No pude abrir el archivo de desviaci�n %sdiversions"
-#: apt-pkg/pkgcache.cc:142
+#: apt-inst/deb/dpkgdb.cc:324
+msgid "The diversion file is corrupted"
+msgstr "El archive de desviaci�n esta corrompido"
+
+#: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
+#: apt-inst/deb/dpkgdb.cc:341
#, c-format
-msgid "This APT does not support the Versioning System '%s'"
-msgstr "Este APT no soporta el sistema de versiones '%s'"
+msgid "Invalid line in the diversion file: %s"
+msgstr "Linea inv�lida en el archivo de desviaci�n: %s"
-#: apt-pkg/pkgcache.cc:147
-msgid "The package cache was build for a different architecture"
-msgstr "La cach� de archivos fue creado para una arquitectura diferente"
+#: apt-inst/deb/dpkgdb.cc:362
+msgid "Internal Error adding a diversion"
+msgstr "Error interno agregando una desviaci�n"
-#: apt-pkg/pkgcache.cc:218
-msgid "Depends"
-msgstr "Depende"
+#: apt-inst/deb/dpkgdb.cc:383
+msgid "The pkg cache must be initialize first"
+msgstr "El cache del paquete debe de inicializarse primero"
-#: apt-pkg/pkgcache.cc:218
-msgid "PreDepends"
-msgstr "PreDepende"
+#: apt-inst/deb/dpkgdb.cc:386
+msgid "Reading File List"
+msgstr "Leyendo Lista de Archivos"
-#: apt-pkg/pkgcache.cc:218
-msgid "Suggests"
-msgstr "Suguiere"
+#: apt-inst/deb/dpkgdb.cc:443
+#, c-format
+msgid "Failed to find a Package: Header, offset %lu"
+msgstr "No pude encontrar un paquete: Cabecera, desplazo %lu"
-#: apt-pkg/pkgcache.cc:219
-msgid "Recommends"
-msgstr "Recomienda"
+#: apt-inst/deb/dpkgdb.cc:465
+#, c-format
+msgid "Bad ConfFile section in the status file. Offset %lu"
+msgstr "Mala secci�n del ConfFile en el archivo de estado. Desplazo %lu"
-#: apt-pkg/pkgcache.cc:219
-msgid "Conflicts"
-msgstr "Colisiona"
+#: apt-inst/deb/dpkgdb.cc:470
+#, c-format
+msgid "Error parsing MD5. Offset %lu"
+msgstr "Error leyendo Md5. Desplazo %lu"
-#: apt-pkg/pkgcache.cc:219
-msgid "Replaces"
-msgstr "Reemplaza"
+#: apt-inst/deb/debfile.cc:55
+#, c-format
+msgid "This is not a valid DEB archive, missing '%s' member"
+msgstr "Este no es un archivo DEB v�lido, falta el miembro '%s'"
-#: apt-pkg/pkgcache.cc:220
-msgid "Obsoletes"
-msgstr "Hace obsoleto"
+#: apt-inst/deb/debfile.cc:72
+#, c-format
+msgid "Internal Error, could not locate member %s"
+msgstr "Error interno, no pude localizar el miembro %s"
-#: apt-pkg/pkgcache.cc:231
-msgid "important"
-msgstr "importante"
+#: apt-inst/deb/debfile.cc:104
+#, c-format
+msgid "Couldn't change to %s"
+msgstr "No pude cambiar a %s"
-#: apt-pkg/pkgcache.cc:231
-msgid "required"
-msgstr "requiere"
+#: apt-inst/deb/debfile.cc:125
+msgid "Internal Error, could not locate member"
+msgstr "Error interno, no pude localizar el miembro"
-#: apt-pkg/pkgcache.cc:231
-msgid "standard"
-msgstr "est�ndar"
+#: apt-inst/deb/debfile.cc:158
+msgid "Failed to locate a valid control file"
+msgstr "No pude localizar un archivo de control v�lido"
-#: apt-pkg/pkgcache.cc:232
-msgid "optional"
-msgstr "opcional"
+#: apt-inst/deb/debfile.cc:243
+msgid "Unparsible control file"
+msgstr "Archivo de control inanalizable"
-#: apt-pkg/pkgcache.cc:232
-msgid "extra"
-msgstr "extra"
+#: dselect/install:32
+msgid "Bad default setting!"
+msgstr "�Par�metro por omisi�n incorrecto!"
-#: apt-pkg/pkgcachegen.cc:73
-msgid "Cache has an incompatible versioning system"
-msgstr "La cach� tiene una versi�n incompatible de sistema de versiones"
+#: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:93
+#: dselect/install:104 dselect/update:45
+msgid "Press enter to continue."
+msgstr "Presione Intro para continuar."
+
+#: dselect/install:100
+msgid "Some errors occurred while unpacking. I'm going to configure the"
+msgstr ""
+"Ocurrieron algunos errores mientras se desempaquetaba. Se va a configurar el"
+
+#: dselect/install:101
+msgid "packages that were installed. This may result in duplicate errors"
+msgstr ""
+"paquetes que fueron instalados. Esto puede dar lugar a errores duplicados"
+
+#: dselect/install:102
+msgid "or errors caused by missing dependencies. This is OK, only the errors"
+msgstr ""
+"o errores causados por dependencias no presentes. Esto esta BIEN, s�lo los "
+"errores"
+
+#: dselect/install:103
+msgid ""
+"above this message are important. Please fix them and run [I]nstall again"
+msgstr ""
+"encima de este mensaje son importantes. Por favor corr�jalas y ejecute [I]"
+"nstall otra vez"
-#: apt-pkg/pkgcachegen.cc:116
+#: dselect/update:30
+msgid "Merging Available information"
+msgstr "Fusionando Informaci�n Disponible"
+
+#: methods/cdrom.cc:113
#, c-format
-msgid "Error occured while processing %s (NewPackage)"
-msgstr "Ocurri� un error mientras procesaba %s (NewPackage)"
+msgid "Unable to read the cdrom database %s"
+msgstr "No pude leer la base de datos %s del cdrom"
+
+#: 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"
+msgstr ""
+"Por favor utilice apt-cdrom para hacer que APT reconozca �ste CD. apt-get "
+"update no puede ser usado para agregar nuevos CDs"
+
+#: methods/cdrom.cc:130 methods/cdrom.cc:168
+msgid "Wrong CD"
+msgstr "CD equivocado"
-#: apt-pkg/pkgcachegen.cc:128
+#: methods/cdrom.cc:163
#, c-format
-msgid "Error occured while processing %s (UsePackage1)"
-msgstr "Ocurri� un error mientras procesaba %s (UsePackage1)"
+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 todav�a este en uso."
+
+#: methods/cdrom.cc:177 methods/file.cc:77
+msgid "File not found"
+msgstr "Archivo no encontrado"
+
+#: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
+msgid "Failed to stat"
+msgstr "No pude leer"
+
+#: methods/copy.cc:79 methods/gzip.cc:139
+msgid "Failed to set modification time"
+msgstr "No pude poner el tiempo de modificaci�n"
+
+#: methods/file.cc:42
+msgid "Invalid URI, local URIS must not start with //"
+msgstr "URI inv�lido, los URIS locales no deben de empezar con //"
+
+#. Login must be before getpeername otherwise dante won't work.
+#: methods/ftp.cc:162
+msgid "Logging in"
+msgstr "Entrando"
-#: apt-pkg/pkgcachegen.cc:149
+#: methods/ftp.cc:168
+msgid "Unable to determine the peer name"
+msgstr "No pude determinar el nombre del par"
+
+#: methods/ftp.cc:173
+msgid "Unable to determine the local name"
+msgstr "Imposible determinar el nombre local"
+
+#: methods/ftp.cc:204 methods/ftp.cc:230
#, c-format
-msgid "Error occured while processing %s (UsePackage2)"
-msgstr "Ocurri� un error mientras procesaba %s (UsePackage2)"
+msgid "Server refused our connection and said: %s"
+msgstr "El servidor rechaz� nuestra conexi�n y dijo: %s"
-#: apt-pkg/pkgcachegen.cc:153
+#: methods/ftp.cc:210
#, c-format
-msgid "Error occured while processing %s (NewFileVer1)"
-msgstr "Ocurri� un error mientras procesaba %s (NewFileVer1)"
+msgid "USER failed, server said: %s"
+msgstr "Usuario (USER) fall�, el servidor dijo: %s"
-#: apt-pkg/pkgcachegen.cc:182
+#: methods/ftp.cc:216
#, c-format
-msgid "Error occured while processing %s (NewVersion1)"
-msgstr "Ocurri� un error mientras procesaba %s (NewVersion1)"
+msgid "PASS failed, server said: %s"
+msgstr "Clave (PASS) fall�, el servidor dijo: %s"
+
+#: methods/ftp.cc:235
+msgid ""
+"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
+"is empty."
+msgstr ""
+"Se especific� un servidor proxy pero no un script de entrada, Acquire::ftp::"
+"ProxyLogin esta vac�o."
-#: apt-pkg/pkgcachegen.cc:186
+#: methods/ftp.cc:263
#, c-format
-msgid "Error occured while processing %s (UsePackage3)"
-msgstr "Ocurri� un error mientras procesaba %s (UsePackage3)"
+msgid "Login script command '%s' failed, server said: %s"
+msgstr "Fall� el comando '%s' del script de entrada, el servidor dijo: %s"
-#: apt-pkg/pkgcachegen.cc:190
+#: methods/ftp.cc:289
#, c-format
-msgid "Error occured while processing %s (NewVersion2)"
-msgstr "Ocurri� un error mientras procesaba %s (NewVersion2)"
+msgid "TYPE failed, server said: %s"
+msgstr "Tipo (TYPE) fall�, el servidor dijo: %s"
-#: apt-pkg/pkgcachegen.cc:202
-msgid "Wow, you exceeded the number of package names this APT is capable of."
-msgstr "Wow, excedi� el n�mero de nombres de paquetes que este APT es capaz de manejar."
+#: methods/ftp.cc:327 methods/ftp.cc:438 methods/rsh.cc:183 methods/rsh.cc:226
+msgid "Connection timeout"
+msgstr "La conexi�n expir�"
-#: apt-pkg/pkgcachegen.cc:205
-msgid "Wow, you exceeded the number of versions this APT is capable of."
-msgstr "Wow, excedi� el n�mero de versiones que este APT es capaz de manejar."
+#: methods/ftp.cc:333
+msgid "Server closed the connection"
+msgstr "El servidor cerr� la conexi�n"
-#: apt-pkg/pkgcachegen.cc:208
-msgid "Wow, you exceeded the number of dependencies this APT is capable of."
-msgstr "Wow, excedi� el n�mero de dependencias que este APT es capaz de manejar."
+#: methods/ftp.cc:336 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
+msgid "Read error"
+msgstr "Error de lectura"
+
+#: methods/ftp.cc:343 methods/rsh.cc:197
+msgid "A response overflowed the buffer."
+msgstr "Una respuesta desbord� el buffer."
+
+#: methods/ftp.cc:360 methods/ftp.cc:372
+msgid "Protocol corruption"
+msgstr "Corrupci�n del protocolo"
+
+#: methods/ftp.cc:444 methods/rsh.cc:232
+msgid "Write Error"
+msgstr "Error de Escritura"
+
+#: methods/ftp.cc:685 methods/ftp.cc:691 methods/ftp.cc:727
+msgid "Could not create a socket"
+msgstr "No pude crear un socket"
+
+#: methods/ftp.cc:696
+msgid "Could not connect data socket, connection timed out"
+msgstr "No pude conectar el socket de datos, tiempo para conexi�n expir�"
+
+#: methods/ftp.cc:702
+msgid "Could not connect passive socket."
+msgstr "No pude conectar un socket pasivo."
+
+#: methods/ftp.cc:720
+msgid "getaddrinfo was unable to get a listening socket"
+msgstr "getaddrinfo no pude obtener un socket oyente"
+
+#: methods/ftp.cc:734
+msgid "Could not bind a socket"
+msgstr "No pude ligar un socket"
-#: apt-pkg/pkgcachegen.cc:517
+#: methods/ftp.cc:738
+msgid "Could not listen on the socket"
+msgstr "No pude escuchar en el socket"
+
+#: methods/ftp.cc:745
+msgid "Could not determine the socket's name"
+msgstr "No pude determinar el nombre del socket"
+
+#: methods/ftp.cc:777
+msgid "Unable to send PORT command"
+msgstr "No pude mandar el comando PORT"
+
+#: methods/ftp.cc:787
+#, fuzzy, c-format
+msgid "Unknown address family %u (AF_*)"
+msgstr "Direcci�n de familia %u desconocida (AF_*)"
+
+#: methods/ftp.cc:796
#, c-format
-msgid "Couldn't stat source package list %s"
-msgstr "No se puede leer la lista de paquetes fuente %s"
+msgid "EPRT failed, server said: %s"
+msgstr "EPRT fall�, el servidor dijo: %s"
-#. Build the status cache
-#: apt-pkg/pkgcachegen.cc:585 apt-pkg/pkgcachegen.cc:628
-#: apt-pkg/pkgcachegen.cc:633 apt-pkg/pkgcachegen.cc:756
-msgid "Reading Package Lists"
-msgstr "Leyendo Lista de Paquetes"
+#: methods/ftp.cc:816
+msgid "Data socket connect timed out"
+msgstr "Expir� conexi�n a socket de datos"
-#: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:708
-msgid "IO Error saving source cache"
-msgstr "Error de E/S guardando cach� fuente"
+#: methods/ftp.cc:823
+msgid "Unable to accept connection"
+msgstr "No pude aceptar la conexi�n"
-#: apt-pkg/pkgrecords.cc:37
+#: methods/ftp.cc:862 methods/http.cc:912 methods/rsh.cc:303
+msgid "Problem hashing file"
+msgstr "Hay problemas enlazando archivo"
+
+#: methods/ftp.cc:875
#, c-format
-msgid "Index file type '%s' is not supported"
-msgstr "No esta soportado el tipo de archivo de �ndice '%s'"
+msgid "Unable to fetch file, server said '%s'"
+msgstr "Imposible traer archivo, el servidor dijo '%s'"
-#: apt-pkg/policy.cc:269
-msgid "Invalid record in the preferences file, no Package header"
-msgstr "Registro invalido en el archivo de preferencias, cabecera del paquete ausente"
+#: methods/ftp.cc:890 methods/rsh.cc:322
+msgid "Data socket timed out"
+msgstr "Expir� el socket de datos"
-#: apt-pkg/policy.cc:291
+#: methods/ftp.cc:920
#, c-format
-msgid "Did not understand pin type %s"
-msgstr "No se entiende el pin tipo %s"
+msgid "Data transfer failed, server said '%s'"
+msgstr "Fall� transferencia de datos, el servidor dijo '%s'"
-#: apt-pkg/sourcelist.cc:88
+#. Get the files information
+#: methods/ftp.cc:995
+msgid "Query"
+msgstr ""
+
+#: methods/ftp.cc:1102
+msgid "Unable to invoke "
+msgstr "No pude invocar "
+
+#: methods/connect.cc:64
#, c-format
-msgid "Malformed line %lu in source list %s (URI)"
-msgstr "L�nea %lu mal formada en lista fuente %s (URI)"
+msgid "Connecting to %s (%s)"
+msgstr "Conectando a %s (%s)"
-#: apt-pkg/sourcelist.cc:90
+#: methods/connect.cc:71
#, c-format
-msgid "Malformed line %lu in source list %s (dist)"
-msgstr "L�nea %lu malformada en lista fuente %s (dist)"
+msgid "[IP: %s %s]"
+msgstr ""
-#: apt-pkg/sourcelist.cc:93
+#: methods/connect.cc:80
#, c-format
-msgid "Malformed line %lu in source list %s (URI parse)"
-msgstr "L�nea %lu malformada en lista fuente %s (an�lisis de URI)"
+msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
+msgstr "No pude crear un socket para %s (f=%u t=%u p=%u)"
-#: apt-pkg/sourcelist.cc:99
+#: methods/connect.cc:86
#, c-format
-msgid "Malformed line %lu in source list %s (Absolute dist)"
-msgstr "L�nea %lu malformada en lista fuente %s (dist absoluta)"
+msgid "Cannot initiate the connection to %s:%s (%s)."
+msgstr "No puedo iniciar la conexi�n a %s:%s (%s)."
-#: apt-pkg/sourcelist.cc:106
+#: methods/connect.cc:92
#, c-format
-msgid "Malformed line %lu in source list %s (dist parse)"
-msgstr "L�nea %lu malformada en lista fuente %s (an�lisis de dist)"
+msgid "Could not connect to %s:%s (%s), connection timed out"
+msgstr "No pude conectarme a %s:%s (%s), expir� tiempo para conexi�n"
-#: apt-pkg/sourcelist.cc:166 apt-pkg/sourcelist.cc:190
+#: methods/connect.cc:104
#, c-format
-msgid "Vendor block %s is invalid"
-msgstr "Bloque del distribuidor %s inv�lido"
+msgid "Could not connect to %s:%s (%s)."
+msgstr "No pude conectarme a %s:%s (%s)."
-#: apt-pkg/sourcelist.cc:218
+#. We say this mainly because the pause here is for the
+#. ssh connection that is still going
+#: methods/connect.cc:132 methods/rsh.cc:425
#, c-format
-msgid "Opening %s"
-msgstr "Abriendo %s"
+msgid "Connecting to %s"
+msgstr "Conectando a %s"
-#: apt-pkg/sourcelist.cc:244
+#: methods/connect.cc:163
#, c-format
-msgid "Malformed line %u in source list %s (type)"
-msgstr "L�nea %u malformada en lista fuente %s (tipo)"
+msgid "Could not resolve '%s'"
+msgstr "No pude resolver '%s'"
-#: apt-pkg/sourcelist.cc:248
+#: methods/connect.cc:167
#, c-format
-msgid "Type '%s' is not known in on line %u in source list %s"
-msgstr "Tipo '%s' desconocido en la linea %u en lista fuente %s"
+msgid "Temporary failure resolving '%s'"
+msgstr ""
-#: apt-pkg/sourcelist.cc:257 apt-pkg/sourcelist.cc:260
+#: methods/connect.cc:169
#, c-format
-msgid "Malformed line %u in source list %s (vendor id)"
-msgstr "L�nea %u mal formada en lista fuente %s (id del vendedor)"
+msgid "Something wicked happened resolving '%s:%s' (%i)"
+msgstr "Algo raro pas� resolviendo '%s:%s' (%i)"
-#: apt-pkg/sourcelist.cc:274
+#: methods/connect.cc:216
#, c-format
-msgid "Unknown vendor ID '%s' in line %u of source list %s"
-msgstr "ID del vendedor '%s' desconocido en la linea %u en lista fuente %s"
+msgid "Unable to connect to %s %s:"
+msgstr "No pude conectarme a %s %s:"
-#: apt-pkg/srcrecords.cc:49
-msgid "Sorry, you must put some 'source' URIs in your sources.list"
-msgstr "Disculpe, debe poner algunos URIs 'fuente' en su sources.list"
+#: methods/gzip.cc:57
+#, c-format
+msgid "Couldn't open pipe for %s"
+msgstr "No pude abrir una pipa para %s"
-#: apt-pkg/tagfile.cc:71
+#: methods/gzip.cc:102
#, c-format
-msgid "Unable to parse package file %s (1)"
-msgstr "No se pudo abrir archivo de paquetes %s (1)"
+msgid "Read error from %s process"
+msgstr "Error de lectura de %s procesos"
-#: apt-pkg/tagfile.cc:158
+#: methods/http.cc:340
+msgid "Waiting for file"
+msgstr "Esperando al archivo"
+
+#: methods/http.cc:486
#, c-format
-msgid "Unable to parse package file %s (2)"
-msgstr "No se pudo abrir archivo de paquetes %s (2)"
+msgid "Got a single header line over %u chars"
+msgstr "Obtuve una sola l�nea de cabecera arriba de %u caracteres"
-#~ msgid "Unable to read the cdrom database %s"
-#~ msgstr "No pude leer la base de datos %s del cdrom"
+#: methods/http.cc:494
+msgid "Bad header line"
+msgstr "Mala l�nea de cabecera"
-#~ msgid ""
-#~ "Please use apt-cdrom to make this CD recognized by APT. apt-get update "
-#~ "cannot be used to add new CDs"
-#~ msgstr ""
-#~ "Por favor utilice apt-cdrom para hacer que APT reconozca �ste CD. apt-get "
-#~ "update no puede ser usado para agregar nuevos CDs"
+#: methods/http.cc:513 methods/http.cc:520
+msgid "The http server sent an invalid reply header"
+msgstr "El servidor de http envi� una cabecera de respuesta inv�lida"
-#~ msgid "Wrong CD"
-#~ msgstr "CD equivocado"
+#: methods/http.cc:549
+msgid "The http server sent an invalid Content-Length header"
+msgstr "El servidor de http envi� una cabecera de Content-Length inv�lida"
-#~ 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 todav�a este en uso."
+#: methods/http.cc:564
+msgid "The http server sent an invalid Content-Range header"
+msgstr "El servidor de http envi� una cabecera de Content-Range inv�lida"
-#~ msgid "File not found"
-#~ msgstr "Archivo no encontrado"
+#: methods/http.cc:566
+msgid "This http server has broken range support"
+msgstr "�ste servidor de http tiene el soporte de alcance roto"
-#~ msgid "Connecting to %s (%s)"
-#~ msgstr "Conectando a %s (%s)"
+#: methods/http.cc:590
+msgid "Unknown date format"
+msgstr "Formato de fecha desconocido"
-#~ msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
-#~ msgstr "No pude crear un socket para %s (f=%u t=%u p=%u)"
+#: methods/http.cc:733
+msgid "Select failed"
+msgstr "Fall� la selecci�n"
-#~ msgid "Cannot initiate the connection to %s:%s (%s)."
-#~ msgstr "No puedo iniciar la conexi�n a %s:%s (%s)."
+#: methods/http.cc:738
+msgid "Connection timed out"
+msgstr "Expir� la conexi�n"
-#~ msgid "Could not connect to %s:%s (%s), connection timed out"
-#~ msgstr "No pude conectarme a %s:%s (%s), expir� tiempo para conexi�n"
+#: methods/http.cc:761
+msgid "Error writing to output file"
+msgstr "Error escribiendo al archivo de salida"
-#~ msgid "Could not connect to %s:%s (%s)."
-#~ msgstr "No pude conectarme a %s:%s (%s)."
+#: methods/http.cc:789
+msgid "Error writing to file"
+msgstr "Error escribiendo a archivo"
-#~ msgid "Connecting to %s"
-#~ msgstr "Conectando a %s"
+#: methods/http.cc:814
+msgid "Error writing to the file"
+msgstr "Error escribiendo al archivo"
-#~ msgid "Could not resolve '%s'"
-#~ msgstr "No pude resolver '%s'"
+#: methods/http.cc:828
+msgid "Error reading from server Remote end closed connection"
+msgstr "Error leyendo del servidor, cerr� la conexi�n el lado remoto."
-#~ msgid "Something wicked happened resolving '%s:%s' (%i)"
-#~ msgstr "Algo raro pas� resolviendo '%s:%s' (%i)"
+#: methods/http.cc:830
+msgid "Error reading from server"
+msgstr "Error leyendo del servidor"
-#~ msgid "Unable to connect to %s %s:"
-#~ msgstr "No pude conectarme a %s %s:"
+#: methods/http.cc:1061
+msgid "Bad header Data"
+msgstr "Mala cabecera Data"
-#~ msgid "Failed to stat"
-#~ msgstr "No pude leer"
+#: methods/http.cc:1078
+msgid "Connection failed"
+msgstr "Fallo la conexi�n"
-#~ msgid "Failed to set modification time"
-#~ msgstr "No pude poner el tiempo de modificaci�n"
+#: methods/http.cc:1169
+msgid "Internal error"
+msgstr "Error interno"
-#~ msgid "Invalid URI, local URIS must not start with //"
-#~ msgstr "URI inv�lido, los URIS locales no deben de empezar con //"
+#: apt-pkg/contrib/mmap.cc:82
+msgid "Can't mmap an empty file"
+msgstr ""
-#~ msgid "Logging in"
-#~ msgstr "Entrando"
+#: apt-pkg/contrib/mmap.cc:87
+#, fuzzy, c-format
+msgid "Couldn't make mmap of %lu bytes"
+msgstr "No pude cambiar a %s"
-#~ msgid "Unable to determine the peer name"
-#~ msgstr "No pude determinar el nombre del par"
+#: apt-pkg/contrib/strutl.cc:941
+#, fuzzy, c-format
+msgid "Selection %s not found"
+msgstr "Archivo no encontrado"
-#~ msgid "Unable to determine the local name"
-#~ msgstr "Imposible determinar el nombre local"
+#: apt-pkg/contrib/configuration.cc:449
+#, c-format
+msgid "Opening configuration file %s"
+msgstr ""
-#~ msgid "Server refused our connection and said: %s"
-#~ msgstr "El servidor rechaz� nuestra conexi�n y dijo: %s"
+#: apt-pkg/contrib/configuration.cc:559
+#, c-format
+msgid "Syntax error %s:%u: Block starts with no name."
+msgstr ""
-#~ msgid "USER failed, server said: %s"
-#~ msgstr "Usuario (USER) fall�, el servidor dijo: %s"
+#: apt-pkg/contrib/configuration.cc:578
+#, c-format
+msgid "Syntax error %s:%u: Malformed Tag"
+msgstr ""
-#~ msgid "PASS failed, server said: %s"
-#~ msgstr "Clave (PASS) fall�, el servidor dijo: %s"
+#: apt-pkg/contrib/configuration.cc:595
+#, c-format
+msgid "Syntax error %s:%u: Extra junk after value"
+msgstr ""
-#~ msgid ""
-#~ "A proxy server was specified but no login script, Acquire::ftp::"
-#~ "ProxyLogin is empty."
-#~ msgstr ""
-#~ "Se especific� un servidor proxy pero no un script de entrada, Acquire::"
-#~ "ftp::ProxyLogin esta vac�o."
+#: apt-pkg/contrib/configuration.cc:635
+#, c-format
+msgid "Syntax error %s:%u: Directives can only be done at the top level"
+msgstr ""
-#~ msgid "Login script command '%s' failed, server said: %s"
-#~ msgstr "Fall� el comando '%s' del script de entrada, el servidor dijo: %s"
+#: apt-pkg/contrib/configuration.cc:642
+#, c-format
+msgid "Syntax error %s:%u: Too many nested includes"
+msgstr ""
-#~ msgid "TYPE failed, server said: %s"
-#~ msgstr "Tipo (TYPE) fall�, el servidor dijo: %s"
+#: apt-pkg/contrib/configuration.cc:646 apt-pkg/contrib/configuration.cc:651
+#, c-format
+msgid "Syntax error %s:%u: Included from here"
+msgstr ""
-#~ msgid "Connection timeout"
-#~ msgstr "La conexi�n expir�"
+#: apt-pkg/contrib/configuration.cc:655
+#, c-format
+msgid "Syntax error %s:%u: Unsupported directive '%s'"
+msgstr ""
-#~ msgid "Server closed the connection"
-#~ msgstr "El servidor cerr� la conexi�n"
+#: apt-pkg/contrib/configuration.cc:689
+#, c-format
+msgid "Syntax error %s:%u: Extra junk at end of file"
+msgstr ""
-#~ msgid "Read error"
-#~ msgstr "Error de lectura"
+#: apt-pkg/contrib/progress.cc:154
+#, c-format
+msgid "%c%s... Error!"
+msgstr ""
-#~ msgid "A response overflowed the buffer."
-#~ msgstr "Una respuesta desbord� el buffer."
+#: apt-pkg/contrib/progress.cc:156
+#, c-format
+msgid "%c%s... Done"
+msgstr ""
-#~ msgid "Protocol corruption"
-#~ msgstr "Corrupci�n del protocolo"
+#: apt-pkg/contrib/cmndline.cc:80
+#, c-format
+msgid "Command line option '%c' [from %s] is not known."
+msgstr ""
-#~ msgid "<- '"
-#~ msgstr "<- '"
+#: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
+#: apt-pkg/contrib/cmndline.cc:122
+#, c-format
+msgid "Command line option %s is not understood"
+msgstr ""
-#~ msgid "'"
-#~ msgstr "'"
+#: apt-pkg/contrib/cmndline.cc:127
+#, c-format
+msgid "Command line option %s is not boolean"
+msgstr ""
-#~ msgid "-> '"
-#~ msgstr "-> '"
+#: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
+#, c-format
+msgid "Option %s requires an argument."
+msgstr ""
-#~ msgid "Write Error"
-#~ msgstr "Error de Escritura"
+#: 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 ""
-#~ msgid "Could not create a socket"
-#~ msgstr "No pude crear un socket"
+#: apt-pkg/contrib/cmndline.cc:237
+#, c-format
+msgid "Option %s requires an integer argument, not '%s'"
+msgstr ""
-#~ msgid "Could not connect data socket, connection timed out"
-#~ msgstr "No pude conectar el socket de datos, tiempo para conexi�n expir�"
+#: apt-pkg/contrib/cmndline.cc:268
+#, fuzzy, c-format
+msgid "Option '%s' is too long"
+msgstr "La trayectoria %s es demasiado larga"
-#~ msgid "Could not connect passive socket."
-#~ msgstr "No pude conectar un socket pasivo."
+#: apt-pkg/contrib/cmndline.cc:301
+#, c-format
+msgid "Sense %s is not understood, try true or false."
+msgstr ""
-#~ msgid "getaddrinfo was unable to get a listening socket"
-#~ msgstr "getaddrinfo no pude obtener un socket oyente"
+#: apt-pkg/contrib/cmndline.cc:351
+#, c-format
+msgid "Invalid operation %s"
+msgstr ""
-#~ msgid "Could not bind a socket"
-#~ msgstr "No pude ligar un socket"
+#: apt-pkg/contrib/cdromutl.cc:55
+#, fuzzy, c-format
+msgid "Unable to stat the mount point %s"
+msgstr "No pude leer %s"
-#~ msgid "Could not listen on the socket"
-#~ msgstr "No pude escuchar en el socket"
+#: apt-pkg/contrib/cdromutl.cc:149 apt-pkg/acquire.cc:418 apt-pkg/clean.cc:44
+#, c-format
+msgid "Unable to change to %s"
+msgstr "No se pudo cambiar a %s"
-#~ msgid "Could not determine the socket's name"
-#~ msgstr "No pude determinar el nombre del socket"
+#: apt-pkg/contrib/cdromutl.cc:190
+#, fuzzy
+msgid "Failed to stat the cdrom"
+msgstr "No pude montar el cdrom"
-#~ msgid "Unable to send PORT command"
-#~ msgstr "No pude mandar el comando PORT"
+#: apt-pkg/contrib/fileutl.cc:80
+#, c-format
+msgid "Not using locking for read only lock file %s"
+msgstr ""
-#~ msgid "Unkonwn address family %u (AF_*)"
-#~ msgstr "Direcci�n de familia %u desconocida (AF_*)"
+#: apt-pkg/contrib/fileutl.cc:85
+#, fuzzy, c-format
+msgid "Could not open lock file %s"
+msgstr "No pude resolver '%s'"
-#~ msgid "EPRT failed, server said: %s"
-#~ msgstr "EPRT fall�, el servidor dijo: %s"
+#: apt-pkg/contrib/fileutl.cc:103
+#, c-format
+msgid "Not using locking for nfs mounted lock file %s"
+msgstr ""
-#~ msgid "Data socket connect timed out"
-#~ msgstr "Expir� conexi�n a socket de datos"
+#: apt-pkg/contrib/fileutl.cc:107
+#, fuzzy, c-format
+msgid "Could not get lock %s"
+msgstr "No pude cambiar a %s"
-#~ msgid "Unable to accept connection"
-#~ msgstr "No pude aceptar la conexi�n"
+#: apt-pkg/contrib/fileutl.cc:358
+#, c-format
+msgid "Waited, for %s but it wasn't there"
+msgstr ""
-#~ msgid "Problem hashing file"
-#~ msgstr "Hay problemas enlazando archivo"
+#: apt-pkg/contrib/fileutl.cc:368
+#, c-format
+msgid "Sub-process %s received a segmentation fault."
+msgstr ""
-#~ msgid "Unable to fetch file, server said '%s'"
-#~ msgstr "Imposible traer archivo, el servidor dijo '%s'"
+#: apt-pkg/contrib/fileutl.cc:371
+#, c-format
+msgid "Sub-process %s returned an error code (%u)"
+msgstr ""
-#~ msgid "Data socket timed out"
-#~ msgstr "Expir� el socket de datos"
+#: apt-pkg/contrib/fileutl.cc:373
+#, c-format
+msgid "Sub-process %s exited unexpectedly"
+msgstr ""
-#~ msgid "Data transfer failed, server said '%s'"
-#~ msgstr "Fall� transferencia de datos, el servidor dijo '%s'"
+#: apt-pkg/contrib/fileutl.cc:417
+#, fuzzy, c-format
+msgid "Could not open file %s"
+msgstr "No pude abrir una pipa para %s"
-#~ msgid "Unable to invoke "
-#~ msgstr "No pude invocar "
+#: apt-pkg/contrib/fileutl.cc:473
+#, c-format
+msgid "read, still have %lu to read but none left"
+msgstr ""
-#~ msgid "Couldn't open pipe for %s"
-#~ msgstr "No pude abrir una pipa para %s"
+#: apt-pkg/contrib/fileutl.cc:491
+#, fuzzy
+msgid "Write error"
+msgstr "Error de Escritura"
-#~ msgid "Read error from %s process"
-#~ msgstr "Error de lectura de %s procesos"
+#: apt-pkg/contrib/fileutl.cc:503
+#, c-format
+msgid "write, still have %lu to write but couldn't"
+msgstr ""
-#~ msgid "Waiting for file"
-#~ msgstr "Esperando al archivo"
+#: apt-pkg/contrib/fileutl.cc:578
+#, fuzzy
+msgid "Problem closing the file"
+msgstr "Hay problemas enlazando archivo"
-#~ msgid "Got a single header line over %u chars"
-#~ msgstr "Obtuve una sola l�nea de cabecera arriba de %u caracteres"
+#: apt-pkg/contrib/fileutl.cc:584
+#, fuzzy
+msgid "Problem unlinking the file"
+msgstr "Hay problemas desligando %s"
-#~ msgid "Bad header line"
-#~ msgstr "Mala l�nea de cabecera"
+#: apt-pkg/contrib/fileutl.cc:595
+#, fuzzy
+msgid "Problem syncing the file"
+msgstr "Hay problemas enlazando archivo"
-#~ msgid "The http server sent an invalid reply header"
-#~ msgstr "El servidor de http envi� una cabecera de respuesta inv�lida"
+#: apt-pkg/pkgcache.cc:126
+msgid "Empty package cache"
+msgstr "Cach� del paquete vac�a."
-#~ msgid "The http server sent an invalid Content-Length header"
-#~ msgstr "El servidor de http envi� una cabecera de Content-Length inv�lida"
+#: apt-pkg/pkgcache.cc:132
+msgid "The package cache file is corrupted"
+msgstr "El archivo de cach� de paquetes esta corrompido"
-#~ msgid "The http server sent an invalid Content-Range header"
-#~ msgstr "El servidor de http envi� una cabecera de Content-Range inv�lida"
+#: apt-pkg/pkgcache.cc:137
+msgid "The package cache file is an incompatible version"
+msgstr "El archivo de cach� de paquetes es una versi�n incompatible"
-#~ msgid "This http server has broken range support"
-#~ msgstr "�ste servidor de http tiene el soporte de alcance roto"
+#: apt-pkg/pkgcache.cc:142
+#, c-format
+msgid "This APT does not support the Versioning System '%s'"
+msgstr "Este APT no soporta el sistema de versiones '%s'"
-#~ msgid "Unknown date format"
-#~ msgstr "Formato de fecha desconocido"
+#: apt-pkg/pkgcache.cc:147
+#, fuzzy
+msgid "The package cache was built for a different architecture"
+msgstr "La cach� de archivos fue creado para una arquitectura diferente"
-#~ msgid "Select failed"
-#~ msgstr "Fall� la selecci�n"
+#: apt-pkg/pkgcache.cc:218
+msgid "Depends"
+msgstr "Depende"
-#~ msgid "Connection timed out"
-#~ msgstr "Expir� la conexi�n"
+#: apt-pkg/pkgcache.cc:218
+msgid "PreDepends"
+msgstr "PreDepende"
-#~ msgid "Error writing to output file"
-#~ msgstr "Error escribiendo al archivo de salida"
+#: apt-pkg/pkgcache.cc:218
+msgid "Suggests"
+msgstr "Suguiere"
-#~ msgid "Error writing to file"
-#~ msgstr "Error escribiendo a archivo"
+#: apt-pkg/pkgcache.cc:219
+msgid "Recommends"
+msgstr "Recomienda"
-#~ msgid "Error writing to the file"
-#~ msgstr "Error escribiendo al archivo"
+#: apt-pkg/pkgcache.cc:219
+msgid "Conflicts"
+msgstr "Colisiona"
-#~ msgid "Error reading from server Remote end closed connection"
-#~ msgstr "Error leyendo del servidor, cerr� la conexi�n el lado remoto."
+#: apt-pkg/pkgcache.cc:219
+msgid "Replaces"
+msgstr "Reemplaza"
-#~ msgid "Error reading from server"
-#~ msgstr "Error leyendo del servidor"
+#: apt-pkg/pkgcache.cc:220
+msgid "Obsoletes"
+msgstr "Hace obsoleto"
-#~ msgid "Bad header Data"
-#~ msgstr "Mala cabecera Data"
+#: apt-pkg/pkgcache.cc:231
+msgid "important"
+msgstr "importante"
-#~ msgid "Connection failed"
-#~ msgstr "Fallo la conexi�n"
+#: apt-pkg/pkgcache.cc:231
+msgid "required"
+msgstr "requiere"
-#~ msgid "Internal error"
-#~ msgstr "Error interno"
+#: apt-pkg/pkgcache.cc:231
+msgid "standard"
+msgstr "est�ndar"
-#~ msgid "Failed to create IPC pipe to subprocess"
-#~ msgstr "Fall� la creaci�n de una pipa IPC para el subproceso"
+#: apt-pkg/pkgcache.cc:232
+msgid "optional"
+msgstr "opcional"
-#~ msgid "File Not Found"
-#~ msgstr "Archivo no encontrado"
+#: apt-pkg/pkgcache.cc:232
+msgid "extra"
+msgstr "extra"
-#~ msgid "Connection closed prematurely"
-#~ msgstr "La conexi�n se cerr� prematuramente"
+#: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
+msgid "Building Dependency Tree"
+msgstr "Creando �rbol de Dependencias"
-#~ msgid "Failed write file %s"
-#~ msgstr "Fall� el cierre del archivo %s"
+#: apt-pkg/depcache.cc:61
+msgid "Candidate Versions"
+msgstr "Versiones Propuestas"
-#~ msgid "Failed to close file %s"
-#~ msgstr "No pude cerrar el archivo %s"
+#: apt-pkg/depcache.cc:90
+msgid "Dependency Generation"
+msgstr "Generaci�n de Dependencias"
-#~ msgid "The path %s is too long"
-#~ msgstr "La trayectoria %s es demasiado larga"
+#: apt-pkg/tagfile.cc:71
+#, c-format
+msgid "Unable to parse package file %s (1)"
+msgstr "No se pudo abrir archivo de paquetes %s (1)"
-#~ msgid "Unpacking %s more than once"
-#~ msgstr "Desempacando %s mas de una vez"
+#: apt-pkg/tagfile.cc:158
+#, c-format
+msgid "Unable to parse package file %s (2)"
+msgstr "No se pudo abrir archivo de paquetes %s (2)"
-#~ msgid "The directory %s is diverted"
-#~ msgstr "El directorio %s esta desviado"
+#: apt-pkg/sourcelist.cc:88
+#, c-format
+msgid "Malformed line %lu in source list %s (URI)"
+msgstr "L�nea %lu mal formada en lista fuente %s (URI)"
-#~ msgid "The package is trying to write to the diversion target %s/%s"
-#~ msgstr "El paquete esta tratando de escribir al blanco desviado %s/%s"
+#: apt-pkg/sourcelist.cc:90
+#, c-format
+msgid "Malformed line %lu in source list %s (dist)"
+msgstr "L�nea %lu malformada en lista fuente %s (dist)"
-#~ msgid "The diversion path is too long"
-#~ msgstr "La trayectoria de desviaci�n es demasiado larga"
+#: apt-pkg/sourcelist.cc:93
+#, c-format
+msgid "Malformed line %lu in source list %s (URI parse)"
+msgstr "L�nea %lu malformada en lista fuente %s (an�lisis de URI)"
-#~ msgid "Followed conf file from "
-#~ msgstr "Archivo de configuraci�n seguido por"
+#: apt-pkg/sourcelist.cc:99
+#, c-format
+msgid "Malformed line %lu in source list %s (Absolute dist)"
+msgstr "L�nea %lu malformada en lista fuente %s (dist absoluta)"
-#~ msgid " to "
-#~ msgstr " a "
+#: apt-pkg/sourcelist.cc:106
+#, c-format
+msgid "Malformed line %lu in source list %s (dist parse)"
+msgstr "L�nea %lu malformada en lista fuente %s (an�lisis de dist)"
-#~ msgid "Failed to stat %s"
-#~ msgstr "No pude leer %s"
+#: apt-pkg/sourcelist.cc:183 apt-pkg/sourcelist.cc:207
+#, c-format
+msgid "Vendor block %s is invalid"
+msgstr "Bloque del distribuidor %s inv�lido"
-#~ msgid "Failed to rename %s to %s"
-#~ msgstr "Fall� el renombre de %s a %s"
+#: apt-pkg/sourcelist.cc:235
+#, c-format
+msgid "Opening %s"
+msgstr "Abriendo %s"
-#~ msgid "The directory %s is being replaced by a non-directory"
-#~ msgstr "El directorio %s esta siendo reemplazado por un no-directorio"
+#: apt-pkg/sourcelist.cc:249
+#, fuzzy, c-format
+msgid "Line %u too long in source list %s."
+msgstr "Tipo '%s' desconocido en la linea %u en lista fuente %s"
-#~ msgid "Extract "
-#~ msgstr "Extraer"
+#: apt-pkg/sourcelist.cc:266
+#, c-format
+msgid "Malformed line %u in source list %s (type)"
+msgstr "L�nea %u malformada en lista fuente %s (tipo)"
-#~ msgid "Aborted, backing out"
-#~ msgstr "Abortado, retract�ndome"
+#: apt-pkg/sourcelist.cc:270
+#, c-format
+msgid "Type '%s' is not known in on line %u in source list %s"
+msgstr "Tipo '%s' desconocido en la linea %u en lista fuente %s"
-#~ msgid "Failed to locate node in its hash bucket"
-#~ msgstr "No pude localizar el nodo en su bote de enlace"
+#: apt-pkg/sourcelist.cc:279 apt-pkg/sourcelist.cc:282
+#, c-format
+msgid "Malformed line %u in source list %s (vendor id)"
+msgstr "L�nea %u mal formada en lista fuente %s (id del vendedor)"
-#~ msgid "The path is too long"
-#~ msgstr "La trayectoria es muy larga"
+#: apt-pkg/sourcelist.cc:296
+#, c-format
+msgid "Unknown vendor ID '%s' in line %u of source list %s"
+msgstr "ID del vendedor '%s' desconocido en la linea %u en lista fuente %s"
-#~ msgid "De-replaced "
-#~ msgstr "De-reemplazado"
+#: apt-pkg/packagemanager.cc:402
+#, c-format
+msgid ""
+"This installation run will require temporarily removing the essential "
+"package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
+"you really want to do it, activate the APT::Force-LoopBreak option."
+msgstr ""
+"Esta ejecuci�n de la instalaci�n requiere eliminar temporalmente el paquete "
+"esencial %s debido a un bucle de Conflictos/Pre-Dependencias. Esto "
+"usualmente es malo, pero si realmente quiere hacerlo, active la opci�n APT::"
+"Force-LoopBreak."
-#~ msgid " from "
-#~ msgstr " de "
+#: apt-pkg/pkgrecords.cc:37
+#, c-format
+msgid "Index file type '%s' is not supported"
+msgstr "No esta soportado el tipo de archivo de �ndice '%s'"
-#~ msgid "Backing out "
-#~ msgstr "Retractando "
+#: apt-pkg/algorithms.cc:238
+#, c-format
+msgid ""
+"The package %s needs to be reinstalled, but I can't find an archive for it."
+msgstr ""
+"El paquete %s necesita ser reinstalado, pero no se le puede encontrar un "
+"archivo."
-#~ msgid " [new node]"
-#~ msgstr " [nodo nuevo] "
+#: apt-pkg/algorithms.cc:1056
+msgid ""
+"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
+"held packages."
+msgstr ""
+"Error, pkgProblemResolver::Resolve gener� pausas, esto puede haber sido "
+"causado por paquetes detenidos."
-#~ msgid "Overwrite package match with no version for %s"
-#~ msgstr "Sobreescribiendo concordancia del paquete sin versi�n para %s"
+#: apt-pkg/algorithms.cc:1058
+msgid "Unable to correct problems, you have held broken packages."
+msgstr ""
+"No se pudieron corregir los problemas, existen paquetes rotos detenidos."
-#~ msgid "Replaced file "
-#~ msgstr "Archivo reemplazado"
+#: apt-pkg/acquire.cc:61
+#, c-format
+msgid "Lists directory %spartial is missing."
+msgstr "Falta directorio de listas %spartial."
-#~ msgid "File %s/%s overwrites the one in the package %s"
-#~ msgstr "El archivo %s/%s sobreescribe al que esta en el paquete %s"
+#: apt-pkg/acquire.cc:65
+#, c-format
+msgid "Archive directory %spartial is missing."
+msgstr "Falta directorio de archivos %spartial."
-#~ msgid "Unable to stat %s"
-#~ msgstr "No pude leer %s"
+#: apt-pkg/acquire-worker.cc:112
+#, c-format
+msgid "The method driver %s could not be found."
+msgstr "No se pudo encontrar el m�todo %s."
-#~ msgid "DropNode called on still linked node"
-#~ msgstr "DropNode llamado en un nodo todav�a ligado"
+#: apt-pkg/acquire-worker.cc:161
+#, c-format
+msgid "Method %s did not start correctly"
+msgstr "El m�todo %s no se inici� correctamente"
-#~ msgid "Failed to locate the hash element!"
-#~ msgstr "�No pude localizar el elemento enlazado!"
+#: apt-pkg/init.cc:119
+#, c-format
+msgid "Packaging system '%s' is not supported"
+msgstr "El sistema de empaquetamiento '%s' no esta soportado"
-#~ msgid "Failed to allocate diversion"
-#~ msgstr "No pude asignar una desviaci�n"
+#: apt-pkg/init.cc:135
+msgid "Unable to determine a suitable system type"
+msgstr "No se pudo determinar un tipo de sistema adecuado"
-#~ msgid "Internal Error in AddDiversion"
-#~ msgstr "Error interno en AddDiversion"
+#: apt-pkg/clean.cc:61
+#, c-format
+msgid "Unable to stat %s."
+msgstr "No se pudo leer %s."
-#~ msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
-#~ msgstr "Tratando de sobreescribir una desviaci�n, %s -> %s y %s/%s"
+#: apt-pkg/srcrecords.cc:49
+#, fuzzy
+msgid "You must put some 'source' URIs in your sources.list"
+msgstr "Disculpe, debe poner algunos URIs 'fuente' en su sources.list"
-#~ msgid "Double add of diversion %s -> %s"
-#~ msgstr "Doble suma de desviaci�n %s -> %s"
+#: apt-pkg/cachefile.cc:73
+msgid "The package lists or status file could not be parsed or opened."
+msgstr ""
+"No se pudieron analizar o abrir las listas de paquetes o el archivo de "
+"estado."
-#~ msgid "Duplicate conf file %s/%s"
-#~ msgstr "Archivo de configuraci�n duplicado %s/%s"
+#: apt-pkg/cachefile.cc:77
+msgid "You may want to run apt-get update to correct these problems"
+msgstr "Tal vez quiera ejecutar 'apt-get update' para corregir estos problemas"
-#~ msgid "Invalid archive signature"
-#~ msgstr "Firma del archivo inv�lida"
+#: apt-pkg/policy.cc:269
+msgid "Invalid record in the preferences file, no Package header"
+msgstr ""
+"Registro invalido en el archivo de preferencias, cabecera del paquete ausente"
-#~ msgid "Error reading archive member header"
-#~ msgstr "Error leyendo la cabecera de miembro del archivo"
+#: apt-pkg/policy.cc:291
+#, c-format
+msgid "Did not understand pin type %s"
+msgstr "No se entiende el pin tipo %s"
-#~ msgid "Invalid archive member header"
-#~ msgstr "Cabecera de miembro del archivo inv�lida"
+#: apt-pkg/pkgcachegen.cc:74
+msgid "Cache has an incompatible versioning system"
+msgstr "La cach� tiene una versi�n incompatible de sistema de versiones"
-#~ msgid "Archive is too short"
-#~ msgstr "El archivo esta muy peque�o"
+#: apt-pkg/pkgcachegen.cc:117
+#, c-format
+msgid "Error occured while processing %s (NewPackage)"
+msgstr "Ocurri� un error mientras procesaba %s (NewPackage)"
-#~ msgid "Failed to read the archive headers"
-#~ msgstr "No pude leer las cabeceras del archivo"
+#: apt-pkg/pkgcachegen.cc:129
+#, c-format
+msgid "Error occured while processing %s (UsePackage1)"
+msgstr "Ocurri� un error mientras procesaba %s (UsePackage1)"
-#~ msgid "Failed to create pipes"
-#~ msgstr "No pude crear las pipas"
+#: apt-pkg/pkgcachegen.cc:150
+#, c-format
+msgid "Error occured while processing %s (UsePackage2)"
+msgstr "Ocurri� un error mientras procesaba %s (UsePackage2)"
-#~ msgid "Failed to exec gzip "
-#~ msgstr "No pude ejecutar gzip"
+#: apt-pkg/pkgcachegen.cc:154
+#, c-format
+msgid "Error occured while processing %s (NewFileVer1)"
+msgstr "Ocurri� un error mientras procesaba %s (NewFileVer1)"
-#~ msgid "Corrupted archive"
-#~ msgstr "Archivo corrompido"
+#: apt-pkg/pkgcachegen.cc:184
+#, c-format
+msgid "Error occured while processing %s (NewVersion1)"
+msgstr "Ocurri� un error mientras procesaba %s (NewVersion1)"
-#~ msgid "Tar Checksum failed, archive corrupted"
-#~ msgstr "No aprob� el Checksum del tar, archive corrompido"
+#: apt-pkg/pkgcachegen.cc:188
+#, c-format
+msgid "Error occured while processing %s (UsePackage3)"
+msgstr "Ocurri� un error mientras procesaba %s (UsePackage3)"
-#~ msgid "Unkown TAR header type %u, member %s"
-#~ msgstr "Cabecera del TAR tipo %u, miembro %s desconocido"
+#: apt-pkg/pkgcachegen.cc:192
+#, c-format
+msgid "Error occured while processing %s (NewVersion2)"
+msgstr "Ocurri� un error mientras procesaba %s (NewVersion2)"
-#~ msgid "This is not a valid DEB archive, missing '%s' member"
-#~ msgstr "Este no es un archivo DEB v�lido, falta el miembro '%s'"
+#: apt-pkg/pkgcachegen.cc:207
+msgid "Wow, you exceeded the number of package names this APT is capable of."
+msgstr ""
+"Wow, excedi� el n�mero de nombres de paquetes que este APT es capaz de "
+"manejar."
-#~ msgid "Internal Error, could not locate member %s"
-#~ msgstr "Error interno, no pude localizar el miembro %s"
+#: apt-pkg/pkgcachegen.cc:210
+msgid "Wow, you exceeded the number of versions this APT is capable of."
+msgstr "Wow, excedi� el n�mero de versiones que este APT es capaz de manejar."
-#~ msgid "Couldn't change to %s"
-#~ msgstr "No pude cambiar a %s"
+#: apt-pkg/pkgcachegen.cc:213
+msgid "Wow, you exceeded the number of dependencies this APT is capable of."
+msgstr ""
+"Wow, excedi� el n�mero de dependencias que este APT es capaz de manejar."
-#~ msgid "Internal Error, could not locate member"
-#~ msgstr "Error interno, no pude localizar el miembro"
+#: apt-pkg/pkgcachegen.cc:241
+#, fuzzy, c-format
+msgid "Error occured while processing %s (FindPkg)"
+msgstr "Ocurri� un error mientras procesaba %s (NewPackage)"
-#~ msgid "Failed to locate a valid control file"
-#~ msgstr "No pude localizar un archivo de control v�lido"
+#: apt-pkg/pkgcachegen.cc:254
+#, fuzzy, c-format
+msgid "Error occured while processing %s (CollectFileProvides)"
+msgstr "Ocurri� un error mientras procesaba %s (NewFileVer1)"
-#~ msgid "Unparsible control file"
-#~ msgstr "Archivo de control inanalizable"
+#: apt-pkg/pkgcachegen.cc:260
+#, c-format
+msgid "Package %s %s was not found while processing file dependencies"
+msgstr ""
-#~ msgid "Failed to remove %s"
-#~ msgstr "No pude borrar %s"
+#: apt-pkg/pkgcachegen.cc:574
+#, c-format
+msgid "Couldn't stat source package list %s"
+msgstr "No se puede leer la lista de paquetes fuente %s"
-#~ msgid "Unable to create %s"
-#~ msgstr "No pude crear %s"
+#: apt-pkg/pkgcachegen.cc:658
+msgid "Collecting File Provides"
+msgstr ""
-#~ msgid "Failed to stat %sinfo"
-#~ msgstr "No pude leer %sinfo"
+#: apt-pkg/pkgcachegen.cc:774 apt-pkg/pkgcachegen.cc:781
+msgid "IO Error saving source cache"
+msgstr "Error de E/S guardando cach� fuente"
-#~ msgid "The info and temp directories need to be on the same filesystem"
-#~ msgstr ""
-#~ "Los directorios info y temp deben de estar en el mismo sistema de archivos"
+#: apt-pkg/acquire-item.cc:124
+#, c-format
+msgid "rename failed, %s (%s -> %s)."
+msgstr "fallo renombrado, %s (%s -> %s)."
-#~ msgid "Failed to change to the admin dir %sinfo"
-#~ msgstr "No pude cambiarme al directorio de administraci�n %sinfo"
+#: apt-pkg/acquire-item.cc:353
+#, c-format
+msgid ""
+"I wasn't able to locate a file for the %s package. This might mean you need "
+"to manually fix this package. (due to missing arch)"
+msgstr ""
+"No se pudo localizar un archivo para el paquete %s. Esto puede significar "
+"que necesita arreglar manualmente este paquete. (por arquitectura que falta)"
-#~ msgid "Internal Error getting a Package Name"
-#~ msgstr "Error interno obteniendo un Nombre de Paquete"
+#: apt-pkg/acquire-item.cc:388
+#, c-format
+msgid ""
+"I wasn't able to locate file for the %s package. This might mean you need to "
+"manually fix this package."
+msgstr ""
+"No se pudo localizar un archivo para el paquete %s. Esto puede significar "
+"que necesita arreglar manualmente este paquete."
-#~ msgid "Reading File Listing"
-#~ msgstr "Leyendo Listado de Archivos"
+#: apt-pkg/acquire-item.cc:419
+#, c-format
+msgid ""
+"The package index files are corrupted. No Filename: field for package %s."
+msgstr ""
+"Los archivos de �ndice de paquetes estan corrompidos. El campo 'Filename:' "
+"no existe para para el paquete %s."
-#~ msgid ""
-#~ "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
-#~ "then make it empty and immediately re-install the same version of the "
-#~ "package!"
+#: apt-pkg/acquire-item.cc:501
+msgid "Size mismatch"
+msgstr "El tama�o difiere"
+
+#: apt-pkg/acquire-item.cc:511
+msgid "MD5Sum mismatch"
+msgstr "El MD5Sum difiere"
+
+#: methods/rsh.cc:264
+msgid "File Not Found"
+msgstr "Archivo no encontrado"
+
+#: methods/rsh.cc:330
+msgid "Connection closed prematurely"
+msgstr "La conexi�n se cerr� prematuramente"
+
+#~ msgid "Sorry, you don't have enough free space in %s to hold all the .debs."
#~ msgstr ""
-#~ "No pude abrir el archivo de lista '%sinfo/%s'. �Si no puede restablecer "
-#~ "este archivo entonces cree uno vac�o e inmediatamente reinstale la misma "
-#~ "versi�n del paquete!"
+#~ "Disculpe, no tiene suficiente espacio libre en %s para colocar todos los ."
+#~ "debs."
+
+#~ msgid "<- '"
+#~ msgstr "<- '"
-#~ msgid "Failed reading the list file %sinfo/%s"
-#~ msgstr "No pude leer el archivo de lista %sinfo/%s"
+#~ msgid "'"
+#~ msgstr "'"
-#~ msgid "Internal Error getting a Node"
-#~ msgstr "Error interno obteniendo un Nodo"
+#~ msgid "-> '"
+#~ msgstr "-> '"
-#~ msgid "Failed to open the diversions file %sdiversions"
-#~ msgstr "No pude abrir el archivo de desviaci�n %sdiversions"
+#~ msgid "Followed conf file from "
+#~ msgstr "Archivo de configuraci�n seguido por"
-#~ msgid "The diversion file is corrupted"
-#~ msgstr "El archive de desviaci�n esta corrompido"
+#~ msgid " to "
+#~ msgstr " a "
-#~ msgid "Invalid line in the diversion file: %s"
-#~ msgstr "Linea inv�lida en el archivo de desviaci�n: %s"
+#~ msgid "Extract "
+#~ msgstr "Extraer"
-#~ msgid "Internal Error adding a diversion"
-#~ msgstr "Error interno agregando una desviaci�n"
+#~ msgid "Aborted, backing out"
+#~ msgstr "Abortado, retract�ndome"
-#~ msgid "The pkg cache must be initialize first"
-#~ msgstr "El cache del paquete debe de inicializarse primero"
+#~ msgid "De-replaced "
+#~ msgstr "De-reemplazado"
-#~ msgid "Reading File List"
-#~ msgstr "Leyendo Lista de Archivos"
+#~ msgid " from "
+#~ msgstr " de "
-#~ msgid "Failed to find a Package: Header, offset %lu"
-#~ msgstr "No pude encontrar un paquete: Cabecera, desplazo %lu"
+#~ msgid "Backing out "
+#~ msgstr "Retractando "
-#~ msgid "Bad ConfFile section in the status file. Offset %lu"
-#~ msgstr "Mala secci�n del ConfFile en el archivo de estado. Desplazo %lu"
+#~ msgid " [new node]"
+#~ msgstr " [nodo nuevo] "
-#~ msgid "Error parsing MD5. Offset %lu"
-#~ msgstr "Error leyendo Md5. Desplazo %lu"
+#~ msgid "Replaced file "
+#~ msgstr "Archivo reemplazado"
#~ msgid "Internal Error, Unable to parse a package record"
#~ msgstr "Error interno, no pude leer un r�cord del paquete"
@@ -1746,9 +2540,6 @@ msgstr "No se pudo abrir archivo de paquetes %s (2)"
#~ msgid "Mounting CD-ROM"
#~ msgstr "Montando CD-ROM"
-#~ msgid "Failed to mount the cdrom."
-#~ msgstr "No pude montar el cdrom"
-
#~ msgid "Identifying.. "
#~ msgstr "Identificando.. "
@@ -1841,8 +2632,8 @@ msgstr "No se pudo abrir archivo de paquetes %s (2)"
#~ " -f Modo r�pido, no cheque archivos de paquetes\n"
#~ " -a A trav�s de modo de b�squeda\n"
#~ " -c=? Leer esto archivo de configuraci�n\n"
-#~ " -o=? Establece una opci�n de configuraci�n arbitraria, ej -o dir::cache=/"
-#~ "tmp\n"
+#~ " -o=? Establece una opci�n de configuraci�n arbitraria, ej -o dir::"
+#~ "cache=/tmp\n"
#~ "Ver fstab(5)\n"
#~ msgid "Internal Error, non-zero counts"
@@ -1871,12 +2662,6 @@ msgstr "No se pudo abrir archivo de paquetes %s (2)"
#~ msgid "....\"Have you mooed today?\"..."
#~ msgstr "....\"�Has mugido hoy?\"..."
-#~ msgid "Package extension list is too long"
-#~ msgstr "La lista de extensi�n de paquetes es demasiado larga"
-
-#~ msgid "Error Processing directory %s"
-#~ msgstr "Error procesando el directorio %s"
-
#~ msgid " New "
#~ msgstr " Nuevo "
@@ -1886,18 +2671,9 @@ msgstr "No se pudo abrir archivo de paquetes %s (2)"
#~ msgid " files "
#~ msgstr " archivos "
-#~ msgid "Source extension list is too long"
-#~ msgstr "La lista de extensi�n de fuentes es demasiado larga"
-
#~ msgid " pkgs in "
#~ msgstr " paquetes en "
-#~ msgid "Error writing header to contents file"
-#~ msgstr "Error escribiendo cabeceras de archivos de contenido"
-
-#~ msgid "Error Processing Contents %s"
-#~ msgstr "Error Procesando Contenidos %s"
-
#~ msgid ""
#~ "Usage: apt-ftparchive [options] command\n"
#~ "Commands: packges binarypath [overridefile [pathprefix]]\n"
@@ -1916,52 +2692,6 @@ msgstr "No se pudo abrir archivo de paquetes %s (2)"
#~ " clean config\n"
#~ msgid ""
-#~ "apt-ftparchive generates index files for Debian archives. It supports\n"
-#~ "many styles of generation from fully automated to functional "
-#~ "replacements\n"
-#~ "for dpkg-scanpackages and dpkg-scansources\n"
-#~ "\n"
-#~ "apt-ftparchive generates Package files from a tree of .debs. The\n"
-#~ "Package file contains the contents of all the control fields from\n"
-#~ "each package as well as the MD5 hash and filesize. An override file\n"
-#~ "is supported to force the value of Priority and Section.\n"
-#~ "\n"
-#~ "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
-#~ "The --source-override option can be used to specify a src override file\n"
-#~ "\n"
-#~ "The 'packages' and 'sources' command should be run in the root of the\n"
-#~ "tree. BinaryPath should point to the base of the recursive search and \n"
-#~ "override file should contian the override flags. Pathprefix is\n"
-#~ "appended to the filename fields if present. Example usage from the \n"
-#~ "debian archive:\n"
-#~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
-#~ " dists/potato/main/binary-i386/Packages\n"
-#~ msgstr ""
-#~ "apt-ftparchive genera archivos de �ndice para archivos de debian. "
-#~ "Soporta\n"
-#~ "varios estilos de generaci�n de reemplazos completamente automatizados a\n"
-#~ "funcionales para dpkg-scanpackages y dpkg-scansources\n"
-#~ "\n"
-#~ "apt-ftparchive genera archivos Package de un �rbol de .debs. El Archivo\n"
-#~ "Package contiene los contenidos de todos los campos de control de cada\n"
-#~ "paquete al igual que el enlace MD5 y el tama�o del archivo. Esta\n"
-#~ "soportado un archivo de predominancia para forzar el valor de Priority y\n"
-#~ "Section.\n"
-#~ "\n"
-#~ "Igualmente, apt-ftparchive genera archivos de Fuentes para el �rbol de\n"
-#~ ".dscs. Puede ser usada la opci�n --source-override para especificar un\n"
-#~ "archivo de predominancia fuente.\n"
-#~ "\n"
-#~ "Los comandos 'packages' y 'sources' deben ser corridos en el ra�z del\n"
-#~ "�rbol. BinaryPath debe de apuntar a la base del archivo de b�squeda\n"
-#~ "recursiva, y el archivo de predominancia debe de contener banderas de\n"
-#~ "predominancia. Pathprefix es agregado a los campos del nombre del "
-#~ "archivo\n"
-#~ "si est�n presentes. Ejemplo de uso tomado de los archivos de debian:\n"
-#~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\\\n"
-#~ " dists/potato/main/binary-i386/Packages\n"
-
-#~ msgid ""
#~ "Options:\n"
#~ " -h This help text\n"
#~ " --md5 Control MD5 generation\n"
@@ -1984,15 +2714,9 @@ msgstr "No se pudo abrir archivo de paquetes %s (2)"
#~ " -c=? Lee este archivo de configuraci�n\n"
#~ " -o=? Establece una opci�n de configuraci�n arbitraria\n"
-#~ msgid "No selections matched"
-#~ msgstr "Ninguna selecci�n coincide"
-
#~ msgid "Done Packages, Starting contents."
#~ msgstr "Paquetes terminados, Empezando contenidos."
-#~ msgid "Some files are missing in the package file group `%s'"
-#~ msgstr "Faltan algunos archivos en el grupo de archivo de paquetes `%s'"
-
#~ msgid "Hit contents update byte limit"
#~ msgstr "Se encontr� el l�mite de bytes de actualizaci�n de contenidos"
@@ -2005,120 +2729,9 @@ msgstr "No se pudo abrir archivo de paquetes %s (2)"
#~ msgid " archives. Took "
#~ msgstr " archivos. Tomo "
-#~ msgid "DB was corrupted, file renamed to %s.old"
-#~ msgstr "BD corrompida, archivo renombrado a %s.old"
-
-#~ msgid "Unable to open DB2 file %s"
-#~ msgstr "No se pudo abrir el archivo DB2 %s"
-
-#~ msgid "File date has changed %s"
-#~ msgstr "Cambi� la fecha del archivo %s"
-
-#~ msgid "Archive has no control record"
-#~ msgstr "No hay registro de control del archivo"
-
-#~ msgid "Unable to get a cursor"
-#~ msgstr "No se pudo obtener un cursor"
-
-#~ msgid "realloc - Failed to allocate memory"
-#~ msgstr "realloc - No pudo reservar memoria"
-
-#~ msgid "Unknown Compresison Algorithm '%s'"
-#~ msgstr "Algoritmo de Compresi�n Desconocido '%s'"
-
-#~ msgid "Compressed output %s needs a compression set"
-#~ msgstr "Salida comprimida %s necesita un set de compresi�n"
-
-#~ msgid "Failed to create FILE*"
-#~ msgstr "No se pudo crear ARCHIVO*"
-
-#~ msgid "Failed to fork"
-#~ msgstr "No se pudo bifurcar"
-
-#~ msgid "Compress Child"
-#~ msgstr "Hijo Compresi�n"
-
-#~ msgid "Internal Error, Failed to create %s"
-#~ msgstr "Error interno, No se pudo crear %s"
-
-#~ msgid "Failed to create subprocess IPC"
-#~ msgstr "No se pudo crear el subproceso IPC"
-
-#~ msgid "Failed to exec compressor "
-#~ msgstr "No se pudo ejecutar el compresor "
-
-#~ msgid "IO to subprocess/file failed"
-#~ msgstr "Fall� la ES a subproceso/archivo"
-
-#~ msgid "Failed to read while computing MD5"
-#~ msgstr "No se pudo leer mientras se computaba MD5"
-
-#~ msgid "Problem unlinking %s"
-#~ msgstr "Hay problemas desligando %s"
-
-#~ msgid "Unable to open %s"
-#~ msgstr "No se pudo abrir %s"
-
-#~ msgid "Malformed override %s line %lu #1"
-#~ msgstr "Predominio malformado %s linea %lu #1"
-
-#~ msgid "Malformed override %s line %lu #2"
-#~ msgstr "Predominio malformado %s linea %lu #2"
-
-#~ msgid "Malformed override %s line %lu #3"
-#~ msgstr "Predominio malformado %s linea %lu #3"
-
-#~ msgid "Failed to read the override file %s"
-#~ msgstr "No se pudo leer el archivo de predominio %s"
-
-#~ msgid "W: Unable to read directory "
-#~ msgstr "A: No se pudo leer directorio "
-
-#~ msgid "W: Unable to stat "
-#~ msgstr "A: No se pudo leer "
-
-#~ msgid "E: "
-#~ msgstr "E: "
-
-#~ msgid "W: "
-#~ msgstr "A: "
-
-#~ msgid "E: Errors apply to file '"
-#~ msgstr "E: Errores aplicables al archivo '"
-
-#~ msgid "Failed to resolve %s"
-#~ msgstr "No se pudo resolver %s"
-
-#~ msgid "Tree walking failed"
-#~ msgstr "Fall� el recorrido por el arb�l. "
-
-#~ msgid "Failed to open %s"
-#~ msgstr "No se pudo abrir %s"
-
-#~ msgid "Failed to readlink %s"
-#~ msgstr "No se pudo leer el link %s"
-
-#~ msgid "Failed to unlink %s"
-#~ msgstr "No se pudo desligar %s"
-
-#~ msgid "*** Failed to link %s to %s"
-#~ msgstr "*** No pude ligar %s con %s"
-
-#~ msgid " DeLink limit of "
-#~ msgstr " DeLink l�mite de"
-
#~ msgid "B hit."
#~ msgstr "B Eco."
-#~ msgid "Archive had no package field"
-#~ msgstr "Archivo no tiene campo de paquetes"
-
-#~ msgid " has no override entry"
-#~ msgstr " no tiene entrada de predominio"
-
-#~ msgid " maintainer is "
-#~ msgstr " el encargado es "
-
#~ msgid " not "
#~ msgstr " no "
@@ -2136,24 +2749,3 @@ msgstr "No se pudo abrir archivo de paquetes %s (2)"
#~ msgid "Errors apply to file '%s'"
#~ msgstr "Errores aplicables a archivo '%s'"
-
-#~ msgid "Merging Available information"
-#~ msgstr "Fusionando Informaci�n Disponible"
-
-#~ msgid "Press enter to continue."
-#~ msgstr "Presione Intro para continuar."
-
-#~ msgid "Bad default setting!"
-#~ msgstr "�Par�metro por omisi�n incorrecto!"
-
-#~ msgid "Some errors occurred while unpacking. I'm going to configure the"
-#~ msgstr "Ocurrieron algunos errores mientras se desempaquetaba. Se va a configurar el"
-
-#~ msgid "packages that were installed. This may result in duplicate errors"
-#~ msgstr "paquetes que fueron instalados. Esto puede dar lugar a errores duplicados"
-
-#~ msgid "or errors caused by missing dependencies. This is OK, only the errors"
-#~ msgstr "o errores causados por dependencias no presentes. Esto esta BIEN, s�lo los errores"
-
-#~ msgid "above this message are important. Please fix them and run [I]nstall again"
-#~ msgstr "encima de este mensaje son importantes. Por favor corr�jalas y ejecute [I]nstall otra vez"
diff --git a/po/fr.po b/po/fr.po
index 875d92fb3..510f80760 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
-"POT-Creation-Date: 2002-11-10 19:37+0100\n"
+"POT-Creation-Date: 2003-02-09 21:51-0600\n"
"PO-Revision-Date: 2002-11-13 20:35+0100\n"
"Last-Translator: Pierre Machard <pmachard@tuxfamily.org>\n"
"Language-Team: Debian-l10n-french <debian-l10n-french@lists.debian.org>\n"
@@ -13,140 +13,141 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: cmdline/apt-cache.cc:131
+#: cmdline/apt-cache.cc:133
#, c-format
msgid "Package %s version %s has an unmet dep:\n"
msgstr "Le paquet %s de version %s contient une d�pendance absente�:\n"
-#: cmdline/apt-cache.cc:171 cmdline/apt-cache.cc:523 cmdline/apt-cache.cc:669
-#: cmdline/apt-cache.cc:1035 cmdline/apt-cache.cc:1181
+#: cmdline/apt-cache.cc:173 cmdline/apt-cache.cc:525 cmdline/apt-cache.cc:671
+#: cmdline/apt-cache.cc:1037 cmdline/apt-cache.cc:1183
#, c-format
msgid "Unable to locate package %s"
msgstr "Impossible de trouver le paquet %s"
-#: cmdline/apt-cache.cc:228
+#: cmdline/apt-cache.cc:230
msgid "Total Package Names : "
msgstr "Nombre total de paquets�: "
-#: cmdline/apt-cache.cc:268
+#: cmdline/apt-cache.cc:270
msgid " Normal Packages: "
msgstr " Paquets ordinaires�: "
-#: cmdline/apt-cache.cc:269
+#: cmdline/apt-cache.cc:271
msgid " Pure Virtual Packages: "
-msgstr " Paquets enti�rement virtuels�: "
+msgstr " Paquets enti�rement virtuels�: "
-#: cmdline/apt-cache.cc:270
+#: cmdline/apt-cache.cc:272
msgid " Single Virtual Packages: "
msgstr " Paquets virtuels simples�: "
-#: cmdline/apt-cache.cc:271
+#: cmdline/apt-cache.cc:273
msgid " Mixed Virtual Packages: "
msgstr " Paquets virtuels mixtes�: "
-#: cmdline/apt-cache.cc:272
+#: cmdline/apt-cache.cc:274
msgid " Missing: "
msgstr " Manquants�: "
-#: cmdline/apt-cache.cc:274
+#: cmdline/apt-cache.cc:276
msgid "Total Distinct Versions: "
msgstr "Nombre de versions distinctes�: "
-#: cmdline/apt-cache.cc:276
+#: cmdline/apt-cache.cc:278
msgid "Total Dependencies: "
msgstr "Nombre de d�pendances�: "
-#: cmdline/apt-cache.cc:279
+#: cmdline/apt-cache.cc:281
msgid "Total Ver/File relations: "
msgstr "Nombre de relations version/fichier�:"
-#: cmdline/apt-cache.cc:281
+#: cmdline/apt-cache.cc:283
msgid "Total Provides Mappings: "
msgstr "Nombre de relations ��Provides���: "
-#: cmdline/apt-cache.cc:293
+#: cmdline/apt-cache.cc:295
msgid "Total Globbed Strings: "
msgstr "Nombre de motifs rationnels�: "
-#: cmdline/apt-cache.cc:307
+#: cmdline/apt-cache.cc:309
msgid "Total Dependency Version space: "
msgstr "Espace occup� par les versions des d�pendances�:"
-#: cmdline/apt-cache.cc:312
+#: cmdline/apt-cache.cc:314
msgid "Total Slack space: "
msgstr "Espace disque gaspill�:"
-#: cmdline/apt-cache.cc:320
+#: cmdline/apt-cache.cc:322
msgid "Total Space Accounted for: "
msgstr "Total de l'espace attribu�: "
-#: cmdline/apt-cache.cc:442 cmdline/apt-cache.cc:869
+#: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:871
#, c-format
msgid "Package file %s is out of sync."
msgstr "Fichier %s d�synchronis�."
-#: cmdline/apt-cache.cc:911
+#: cmdline/apt-cache.cc:913
msgid "You must give exactly one pattern"
msgstr "Vous devez fournir exactement un motif "
-#: cmdline/apt-cache.cc:1135
+#: cmdline/apt-cache.cc:1137
msgid "Package Files:"
msgstr "Fichiers du paquet�: "
-#: cmdline/apt-cache.cc:1142 cmdline/apt-cache.cc:1228
+#: cmdline/apt-cache.cc:1144 cmdline/apt-cache.cc:1230
msgid "Cache is out of sync, can't x-ref a package file"
msgstr "Le cache est d�synchronis�, impossible de r�f�rencer un fichier"
-#: cmdline/apt-cache.cc:1143
+#: cmdline/apt-cache.cc:1145
#, c-format
msgid "%4i %s\n"
msgstr "%4i %s\n"
#. Show any packages have explicit pins
-#: cmdline/apt-cache.cc:1155
+#: cmdline/apt-cache.cc:1157
msgid "Pinned Packages:"
msgstr "Paquets �tiquet�s�:"
-#: cmdline/apt-cache.cc:1167 cmdline/apt-cache.cc:1208
+#: cmdline/apt-cache.cc:1169 cmdline/apt-cache.cc:1210
msgid "(not found)"
msgstr "(non trouv�)"
#. Installed version
-#: cmdline/apt-cache.cc:1188
+#: cmdline/apt-cache.cc:1190
msgid " Installed: "
msgstr " Install�s�: "
-#: cmdline/apt-cache.cc:1190 cmdline/apt-cache.cc:1198
+#: cmdline/apt-cache.cc:1192 cmdline/apt-cache.cc:1200
msgid "(none)"
msgstr "(aucun)"
#. Candidate Version
-#: cmdline/apt-cache.cc:1195
+#: cmdline/apt-cache.cc:1197
msgid " Candidate: "
msgstr " Candidat�: "
-#: cmdline/apt-cache.cc:1205
+#: cmdline/apt-cache.cc:1207
msgid " Package Pin: "
msgstr " �tiquette de paquet�:"
#. Show the priority tables
-#: cmdline/apt-cache.cc:1214
+#: cmdline/apt-cache.cc:1216
msgid " Version Table:"
msgstr " Table de version�: "
-#: cmdline/apt-cache.cc:1229
+#: cmdline/apt-cache.cc:1231
#, c-format
msgid " %4i %s\n"
msgstr " %4i %s\n"
-#: cmdline/apt-cache.cc:1256 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:69
-#: cmdline/apt-extracttemplates.cc:223 ftparchive/apt-ftparchive.cc:544
-#: cmdline/apt-get.cc:2015 cmdline/apt-sortpkgs.cc:142
+#: cmdline/apt-cache.cc:1258 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
+#: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:544
+#: cmdline/apt-get.cc:2049 cmdline/apt-sortpkgs.cc:144
#, c-format
msgid "%s %s for %s %s compiled on %s %s\n"
msgstr "%s %s pour %s %s est compil� sur %s %s\n"
-#: cmdline/apt-cache.cc:1260
+#: cmdline/apt-cache.cc:1262
+#, fuzzy
msgid ""
"Usage: apt-cache [options] command\n"
" apt-cache [options] add file1 [file1 ...]\n"
@@ -157,7 +158,7 @@ msgid ""
"cache files, and query information from them\n"
"\n"
"Commands:\n"
-" add - Add an package file to the source cache\n"
+" add - Add a package file to the source cache\n"
" gencaches - Build both the package and source cache\n"
" showpkg - Show some general information for a single package\n"
" showsrc - Show source records\n"
@@ -209,17 +210,18 @@ msgstr ""
" -p=? Le cache des paquets.\n"
" -s=? Le cache des sources.\n"
" -q Enl�ve l'indicateur de progression.\n"
-" -i Montre seulement les d�pendances importantes pour la commande � unmet �\n"
+" -i Montre seulement les d�pendances importantes pour la commande � "
+"unmet �\n"
" -c=? Lit ce fichier de configuration\n"
" -o=? Sp�cifie une option de configuration, par ex. -o dir::cache=/tmp\n"
"Regardez les pages de manuel de apt-cache(8) et apt.conf(5) pour plus\n"
"d'informations.\n"
-#: cmdline/apt-config.cc:40
+#: cmdline/apt-config.cc:41
msgid "Arguments not in pairs"
msgstr "Les arguments ne sont pas en parit�"
-#: cmdline/apt-config.cc:75
+#: cmdline/apt-config.cc:76
msgid ""
"Usage: apt-config [options] command\n"
"\n"
@@ -247,12 +249,12 @@ msgstr ""
" -c=? Lit ce fichier de configuration\n"
" -o=? Sp�cifie une option de configuration, par ex. -o dir::cache=/tmp\n"
-#: cmdline/apt-extracttemplates.cc:96
+#: cmdline/apt-extracttemplates.cc:98
#, c-format
msgid "%s not a valid DEB package."
msgstr "%s n'est pas un paquet Debian valide."
-#: cmdline/apt-extracttemplates.cc:230
+#: cmdline/apt-extracttemplates.cc:232
msgid ""
"Usage: apt-extracttemplates file1 [file2 ...]\n"
"\n"
@@ -274,18 +276,316 @@ msgstr ""
" -h Ce texte d'aide\n"
" -t Place le r�pertoire temporaire\n"
" -c=? Lit ce fichier de configuration\n"
-" -o=? Sp�cifie une option de configuration, par ex. -o dir::cache=/tmp\n"
+" -o=? Sp�cifie une option de configuration, par ex. -o dir::cache=/tmp\n"
-#: cmdline/apt-extracttemplates.cc:257 apt-pkg/pkgcachegen.cc:699
+#: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
#, c-format
msgid "Unable to write to %s"
msgstr "Impossible d'�crire sur %s"
-#: cmdline/apt-extracttemplates.cc:300
+#: cmdline/apt-extracttemplates.cc:302
msgid "Cannot get debconf version. Is debconf installed?"
msgstr ""
"Ne peut obtenir la version de debconf. Est-ce que debconf est install�?"
+#: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:336
+msgid "Package extension list is too long"
+msgstr "La liste d'extension du paquet est trop longue"
+
+#: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
+#: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:251
+#: ftparchive/apt-ftparchive.cc:265 ftparchive/apt-ftparchive.cc:287
+#, c-format
+msgid "Error Processing directory %s"
+msgstr "Erreur lors du traitement du r�pertoire %s"
+
+#: ftparchive/apt-ftparchive.cc:249
+msgid "Source extension list is too long"
+msgstr "La liste d'extension des sources est trop grande"
+
+#: ftparchive/apt-ftparchive.cc:366
+msgid "Error writing header to contents file"
+msgstr "Erreur lors de l'�criture de l'en-t�te du fichier contenu"
+
+#: ftparchive/apt-ftparchive.cc:396
+#, c-format
+msgid "Error Processing Contents %s"
+msgstr "Erreur du traitement du contenu %s"
+
+#: ftparchive/apt-ftparchive.cc:550
+#, fuzzy
+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"
+"\n"
+"apt-ftparchive generates index files for Debian archives. It supports\n"
+"many styles of generation from fully automated to functional replacements\n"
+"for dpkg-scanpackages and dpkg-scansources\n"
+"\n"
+"apt-ftparchive generates Package files from a tree of .debs. The\n"
+"Package file contains the contents of all the control fields from\n"
+"each package as well as the MD5 hash and filesize. An override file\n"
+"is supported to force the value of Priority and Section.\n"
+"\n"
+"Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
+"The --source-override option can be used to specify a src override file\n"
+"\n"
+"The 'packages' and 'sources' command should be run in the root of the\n"
+"tree. BinaryPath should point to the base of the recursive search and \n"
+"override file should contian the override flags. Pathprefix is\n"
+"appended to the filename fields if present. Example usage from the \n"
+"debian archive:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+"\n"
+"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"
+msgstr ""
+"apt-ftparchive g�n�re des fichiers d'index pour les archives Debian. Il\n"
+"supporte de nombreux types de g�n�ration, d'une automatisation compl�te � "
+"des\n"
+"remplacements fonctionnels pour dpkg-scanpackages et dpkg-scansources\n"
+"\n"
+"apt-ftparchive g�n�re les fichiers de paquets � partir d'un arbre de .debs.\n"
+"Le fichier des paquets contient les contenus de tous les champs de contr�le "
+"de\n"
+"chaque paquet aussi bien que les hach�s MD5 et la taille du fichier. Un "
+"fichier\n"
+"d'� override � est support� pour forcer la valeur des priorit�s et des "
+"sections\n"
+"\n"
+"De fa�on similaire, apt-ftparchive g�n�re des fichiers de source � partir\n"
+"d'un arbre de .dscs. L'option --source-override peut �tre employ�e pour "
+"sp�cifier\n"
+"un fichier src d'� override �\n"
+"\n"
+"Les commandes � packages � et � sources � devraient �tre d�marr�es � la "
+"racine\n"
+"de l'arbre. � BinaryPath � devrait pointer sur la base d'une recherche\n"
+"r�cursive et le fichier d'�override � devrait contenir les drapeaux\n"
+"d'annulation. � Pathprefix � est ajout� au champ du non de fichier s'il est\n"
+"pr�sent. Exemple d'utilisation d'archive Debian :\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+
+#: ftparchive/apt-ftparchive.cc:731
+msgid "No selections matched"
+msgstr "Aucune s�lection ne correspond"
+
+#: ftparchive/apt-ftparchive.cc:804
+#, 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 �"
+
+#: ftparchive/cachedb.cc:43
+#, c-format
+msgid "DB was corrupted, file renamed to %s.old"
+msgstr "Base de donn�es corrompue, fichier renomm� en %s.old"
+
+#: ftparchive/cachedb.cc:59
+#, c-format
+msgid "Unable to open DB2 file %s"
+msgstr "Impossible d'ouvrir le fichier DB2 %s"
+
+#: ftparchive/cachedb.cc:99
+#, c-format
+msgid "File date has changed %s"
+msgstr "La date du fichier a chang�e %s"
+
+#: ftparchive/cachedb.cc:140
+msgid "Archive has no control record"
+msgstr "L'archive n'a pas d'enregistrement de contr�le"
+
+#: ftparchive/cachedb.cc:253 ftparchive/cachedb.cc:257
+msgid "Unable to get a cursor"
+msgstr "Impossible d'obtenir un curseur"
+
+#: ftparchive/writer.cc:78
+#, fuzzy, c-format
+msgid "W: Unable to read directory %s\n"
+msgstr "A : Impossible de lire le r�pertoire "
+
+#: ftparchive/writer.cc:83
+#, fuzzy, c-format
+msgid "W: Unable to stat %s\n"
+msgstr "A : Impossible de statuer"
+
+#: ftparchive/writer.cc:122
+msgid "E: "
+msgstr "E : "
+
+#: ftparchive/writer.cc:124
+msgid "W: "
+msgstr "A : "
+
+#: ftparchive/writer.cc:131
+#, fuzzy
+msgid "E: Errors apply to file "
+msgstr "E : Erreurs s'appliquant au fichier '"
+
+#: ftparchive/writer.cc:148 ftparchive/writer.cc:178
+#, c-format
+msgid "Failed to resolve %s"
+msgstr "Impossible de r�soudre %s"
+
+#: ftparchive/writer.cc:160
+msgid "Tree walking failed"
+msgstr "�chec du parcours de l'arbre "
+
+#: ftparchive/writer.cc:185
+#, c-format
+msgid "Failed to open %s"
+msgstr "Impossible d'ouvrir %s"
+
+#: ftparchive/writer.cc:242
+#, c-format
+msgid " DeLink %s [%s]\n"
+msgstr ""
+
+#: ftparchive/writer.cc:250
+#, c-format
+msgid "Failed to readlink %s"
+msgstr "Impossible de lire le lien %s"
+
+#: ftparchive/writer.cc:254
+#, c-format
+msgid "Failed to unlink %s"
+msgstr "Impossible de d�lier %s"
+
+#: ftparchive/writer.cc:261
+#, c-format
+msgid "*** Failed to link %s to %s"
+msgstr "*** Impossible de lier %s � %s"
+
+#: ftparchive/writer.cc:271
+#, fuzzy, c-format
+msgid " DeLink limit of %sB hit.\n"
+msgstr " D�lie limite de "
+
+#: ftparchive/writer.cc:338 apt-inst/extract.cc:181 apt-inst/extract.cc:193
+#: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Impossible de statuer %s"
+
+#: ftparchive/writer.cc:358
+msgid "Archive had no package field"
+msgstr "L'archive ne poss�de pas de champ de paquet"
+
+#: ftparchive/writer.cc:366 ftparchive/writer.cc:576
+#, fuzzy, c-format
+msgid " %s has no override entry\n"
+msgstr " ne poss�de pas d'entr�e dominante"
+
+#: ftparchive/writer.cc:409 ftparchive/writer.cc:658
+#, fuzzy, c-format
+msgid " %s maintainer is %s not %s\n"
+msgstr " le responsable est "
+
+#: ftparchive/contents.cc:346 ftparchive/contents.cc:377
+msgid "realloc - Failed to allocate memory"
+msgstr "realloc - �chec de l'allocation de m�moire"
+
+#: ftparchive/override.cc:38 ftparchive/override.cc:146
+#, c-format
+msgid "Unable to open %s"
+msgstr "Impossible d'ouvrir %s"
+
+#: ftparchive/override.cc:64 ftparchive/override.cc:170
+#, c-format
+msgid "Malformed override %s line %lu #1"
+msgstr "Ligne pr�dominante %s mal form�e ligne %lu n� 1"
+
+#: ftparchive/override.cc:78 ftparchive/override.cc:182
+#, c-format
+msgid "Malformed override %s line %lu #2"
+msgstr "Ligne pr�dominante %s mal form�e %lu n� 2"
+
+#: ftparchive/override.cc:92 ftparchive/override.cc:195
+#, c-format
+msgid "Malformed override %s line %lu #3"
+msgstr "Ligne pr�dominante %s mal form�e %lu n� 3"
+
+#: ftparchive/override.cc:131 ftparchive/override.cc:205
+#, c-format
+msgid "Failed to read the override file %s"
+msgstr "Impossible de lire le fichier pr�dominant %s"
+
+#: ftparchive/multicompress.cc:75
+#, c-format
+msgid "Unknown Compresison Algorithm '%s'"
+msgstr "Algorithme de compression � %s � inconnu"
+
+#: ftparchive/multicompress.cc:105
+#, c-format
+msgid "Compressed output %s needs a compression set"
+msgstr "La sortie compress�e %s a besoin d'un ensemble de compression"
+
+#: ftparchive/multicompress.cc:172 methods/rsh.cc:91
+msgid "Failed to create IPC pipe to subprocess"
+msgstr "Impossible de cr�er le tube IPC sur le sous-processus"
+
+#: ftparchive/multicompress.cc:198
+msgid "Failed to create FILE*"
+msgstr "Impossible de cr�er FILE*"
+
+#: ftparchive/multicompress.cc:201
+msgid "Failed to fork"
+msgstr "�chec du fork"
+
+#: ftparchive/multicompress.cc:215
+msgid "Compress Child"
+msgstr "Fils compress�"
+
+#: ftparchive/multicompress.cc:238
+#, c-format
+msgid "Internal Error, Failed to create %s"
+msgstr "Erreur interne, impossible de cr�er %s"
+
+#: ftparchive/multicompress.cc:289
+msgid "Failed to create subprocess IPC"
+msgstr "Impossible de cr�er un sous-processus IPC"
+
+#: ftparchive/multicompress.cc:324
+msgid "Failed to exec compressor "
+msgstr "Impossible d'ex�cuter la compression "
+
+#: ftparchive/multicompress.cc:363
+#, fuzzy
+msgid "decompressor"
+msgstr "Impossible d'ex�cuter la compression "
+
+#: ftparchive/multicompress.cc:406
+msgid "IO to subprocess/file failed"
+msgstr "�chec d'entr�e/sortie du sous-processus sur le fichier"
+
+#: ftparchive/multicompress.cc:458
+msgid "Failed to read while computing MD5"
+msgstr "Impossible de lire lors du calcul de la somme MD5"
+
+#: ftparchive/multicompress.cc:475
+#, fuzzy, c-format
+msgid "Problem unlinking %s"
+msgstr "Probl�me en ouvrant %s"
+
+#: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
+#, c-format
+msgid "Failed to rename %s to %s"
+msgstr "Impossible de changer le nom %s en %s"
+
#. This needs to be a capital
#: cmdline/apt-get.cc:116
msgid "Y"
@@ -443,7 +743,8 @@ msgstr "Besoin de prendre %so dans les archives.\n"
#: cmdline/apt-get.cc:721
#, c-format
msgid "After unpacking %sB of additional disk space will be used.\n"
-msgstr "Apr�s d�paquetage %so suppl�mentaires seront utilis�s sur votre disque dur.\n"
+msgstr ""
+"Apr�s d�paquetage %so suppl�mentaires seront utilis�s sur votre disque dur.\n"
#: cmdline/apt-get.cc:724
#, c-format
@@ -511,7 +812,8 @@ msgstr ""
#: cmdline/apt-get.cc:879
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:884
msgid "Unable to correct missing packages."
@@ -557,8 +859,10 @@ msgid ""
"never uploaded, has been obsoleted or is not available with the contents\n"
"of sources.list\n"
msgstr ""
-"Aucune version du paquet %s n'est disponible, mais il existe dans la base de\n"
-"donn�es. Cela signifie que le paquet a �t� mentionn� dans une d�pendance mais\n"
+"Aucune version du paquet %s n'est disponible, mais il existe dans la base "
+"de\n"
+"donn�es. Cela signifie que le paquet a �t� mentionn� dans une d�pendance "
+"mais\n"
"qu'il n'a jamais �t� charg�, qu'il est devenu obsol�te ou qu'il n'est pas \n"
"disponible selon le contenu du fichier source.list\n"
@@ -682,7 +986,7 @@ msgstr "Les paquets suppl�mentaires suivants seront install�s�: "
msgid "Calculating Upgrade... "
msgstr "Calcul de la mise � jour..."
-#: cmdline/apt-get.cc:1476
+#: cmdline/apt-get.cc:1476 methods/ftp.cc:700 methods/connect.cc:99
msgid "Failed"
msgstr "�chec"
@@ -758,16 +1062,25 @@ msgstr "Impossible d'obtenir les d�pendances de construction pour %s"
msgid "%s has no build depends.\n"
msgstr "%s n'a pas de d�pendances de construction.\n"
-#: cmdline/apt-get.cc:1931
-#, c-format
+#: cmdline/apt-get.cc:1948
+#, fuzzy, c-format
msgid ""
-"%s dependency on %s cannot be satisfied because the package %s cannot be "
+"%s dependency for %s cannot be satisfied because the package %s cannot be "
"found"
msgstr ""
"La d�pendance %s de %s ne peut �tre satisfaite car le paquet %s ne peut �tre "
"trouv�"
-#: cmdline/apt-get.cc:1983
+#: cmdline/apt-get.cc:1990
+#, fuzzy, c-format
+msgid ""
+"%s dependency for %s cannot be satisfied because no available versions of "
+"package %s can satisfy version requirements"
+msgstr ""
+"La d�pendance %s de %s ne peut �tre satisfaite car le paquet %s ne peut �tre "
+"trouv�"
+
+#: cmdline/apt-get.cc:2017
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."
@@ -776,15 +1089,15 @@ msgstr ""
"d�pendances de construction. Vous pouvez lancer ��apt-get -f install��\n"
"pour corriger ceci."
-#: cmdline/apt-get.cc:1988
+#: cmdline/apt-get.cc:2022
msgid "Failed to process build dependencies"
msgstr "Impossible d'activer les d�pendances de construction"
-#: cmdline/apt-get.cc:2020
+#: cmdline/apt-get.cc:2054
msgid "Supported Modules:"
msgstr "Modules reconnus�: "
-#: cmdline/apt-get.cc:2061
+#: cmdline/apt-get.cc:2095
msgid ""
"Usage: apt-get [options] command\n"
" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -828,16 +1141,20 @@ msgstr ""
" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
" apt-get [options] source pkg1 [pkg2 ...]\n"
"\n"
-"apt-get est une simple interface en ligne de commande servant � t�l�charger et � installer\n"
-"les paquets. Les commandes les plus fr�quemment employ�es sont update et install.\n"
+"apt-get est une simple interface en ligne de commande servant � t�l�charger "
+"et � installer\n"
+"les paquets. Les commandes les plus fr�quemment employ�es sont update et "
+"install.\n"
"\n"
"Commandes :\n"
" update - R�cup�re les nouvelles listes de paquets\n"
" upgrade - R�alise une mise � jour\n"
-" install - Installe de nouveaux paquets (le nom pkg1 est libc6 et non pas libc6.deb)\n"
+" install - Installe de nouveaux paquets (le nom pkg1 est libc6 et non pas "
+"libc6.deb)\n"
" remove - Enl�ve des paquets\n"
" source - T�l�charge les archives de sources\n"
-" build-dep - Configure la construction des d�pendances pour les sources de paquets\n"
+" build-dep - Configure la construction des d�pendances pour les sources de "
+"paquets\n"
" dist-upgrade - Mise � jour de la distribution, reportez-vous � apt-get(8)\n"
" dselect-upgrade - Suit les s�lections de dselect\n"
" clean - Supprime dans le cache local tous les fichiers t�l�charg�s\n"
@@ -848,7 +1165,8 @@ msgstr ""
" -h Ce texte d'aide.\n"
" -q Message de sortie enregistrable - aucun indicateur de progression\n"
" -qq Aucun message de sortie, except�s les messages d'erreur\n"
-" -d T�l�chargement uniquement - n'installe pas ou ne d�compresse pas les archives\n"
+" -d T�l�chargement uniquement - n'installe pas ou ne d�compresse pas les "
+"archives\n"
" -s N'agit pas. R�alise uniquement une simulation de commande\n"
" -y R�pond oui � toutes les questions et n'interroge pas l'utilisateur\n"
" -f Tente de poursuivre si le contr�le d'int�grit� �choue\n"
@@ -856,7 +1174,8 @@ msgstr ""
" -u Montre une liste des paquets mis � jour\n"
" -b Construit la source du paquet apr�s l'avoir r�cup�r�e\n"
" -c=? Lit ce fichier de configuration\n"
-"Reportez-vous aux pages de manuels d'apt-get(8), source.list(5) et apt.conf(5)\n"
+"Reportez-vous aux pages de manuels d'apt-get(8), source.list(5) et apt.conf"
+"(5)\n"
"pour plus d'information et d'option.\n"
" Cet APT a les � Super Cow Powers �\n"
"\n"
@@ -892,14 +1211,14 @@ msgid ""
"Media Change: Please insert the disc labeled '%s' in the drive '%s' and "
"press enter\n"
msgstr ""
-"Changement de support : veuillez ins�rer le disque ��%s�� dans le lecteur "
-"��%s�� et appuyez sur la touche Entr�e\n"
+"Changement de support : veuillez ins�rer le disque ��%s�� dans le lecteur ��%"
+"s�� et appuyez sur la touche Entr�e\n"
-#: cmdline/apt-sortpkgs.cc:84
+#: cmdline/apt-sortpkgs.cc:86
msgid "Unknown package record!"
msgstr "Enregistrement de paquet inconnu !"
-#: cmdline/apt-sortpkgs.cc:148
+#: cmdline/apt-sortpkgs.cc:150
msgid ""
"Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
"\n"
@@ -924,6 +1243,277 @@ msgstr ""
" -o=? Place une option de configuration arbitraire, par ex. -o dir::cache=/"
"tmp\n"
+#: apt-inst/contrib/extracttar.cc:115
+msgid "Failed to create pipes"
+msgstr "�chec de cr�ation de tubes"
+
+#: apt-inst/contrib/extracttar.cc:140
+msgid "Failed to exec gzip "
+msgstr "Impossible d'ex�cuter gzip "
+
+#: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
+msgid "Corrupted archive"
+msgstr "Archive corrompue"
+
+#: apt-inst/contrib/extracttar.cc:192
+msgid "Tar Checksum failed, archive corrupted"
+msgstr "�chec dans la somme de contr�le de tar, l'archive est corrompue"
+
+#: apt-inst/contrib/extracttar.cc:295
+#, c-format
+msgid "Unkown TAR header type %u, member %s"
+msgstr "Type d'en-t�te %u inconnu pour TAR, partie %s"
+
+#: apt-inst/contrib/arfile.cc:73
+msgid "Invalid archive signature"
+msgstr "Signature d'archive invalide"
+
+#: apt-inst/contrib/arfile.cc:81
+msgid "Error reading archive member header"
+msgstr "Erreur de lecture de l'en-t�te du membre d'archive"
+
+#: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
+msgid "Invalid archive member header"
+msgstr "En-t�te du membre d'archive non-valide"
+
+#: apt-inst/contrib/arfile.cc:131
+msgid "Archive is too short"
+msgstr "L'archive est trop petite"
+
+#: apt-inst/contrib/arfile.cc:135
+msgid "Failed to read the archive headers"
+msgstr "�chec de la lecture des en-t�tes d'archive"
+
+#: apt-inst/filelist.cc:384
+msgid "DropNode called on still linked node"
+msgstr "DropNode appel� sur un n�ud toujours li�"
+
+#: apt-inst/filelist.cc:416
+msgid "Failed to locate the hash element!"
+msgstr "Impossible de situer l'�l�ment hach� !"
+
+#: apt-inst/filelist.cc:463
+msgid "Failed to allocate diversion"
+msgstr "�chec lors de l'allocation de la d�viation"
+
+#: apt-inst/filelist.cc:468
+msgid "Internal Error in AddDiversion"
+msgstr "Erreur interne dans AddDiversion"
+
+#: apt-inst/filelist.cc:481
+#, c-format
+msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
+msgstr "Essaye d'�craser une d�viation, %s -> %s et %s/%s"
+
+#: apt-inst/filelist.cc:510
+#, c-format
+msgid "Double add of diversion %s -> %s"
+msgstr "Addition double d'une d�viation %s -> %s"
+
+#: apt-inst/filelist.cc:553
+#, c-format
+msgid "Duplicate conf file %s/%s"
+msgstr "Fichier de configuration en double %s/%s"
+
+#: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
+#, c-format
+msgid "Failed write file %s"
+msgstr "Erreur d'�criture du fichier %s"
+
+#: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
+#, c-format
+msgid "Failed to close file %s"
+msgstr "�chec de cl�ture du fichier %s"
+
+#: apt-inst/extract.cc:96 apt-inst/extract.cc:167
+#, fuzzy, c-format
+msgid "The path %s is too long"
+msgstr "Le chemin est trop long"
+
+#: apt-inst/extract.cc:127
+#, c-format
+msgid "Unpacking %s more than once"
+msgstr "D�compressez %s plus d'une fois"
+
+#: apt-inst/extract.cc:137
+#, c-format
+msgid "The directory %s is diverted"
+msgstr "Le r�pertoire %s est d�tourn�"
+
+#: apt-inst/extract.cc:147
+#, c-format
+msgid "The package is trying to write to the diversion target %s/%s"
+msgstr "Le paquet est en train d'essayer d'�crire sur la cible d�tourn�e %s/%s"
+
+#: apt-inst/extract.cc:157 apt-inst/extract.cc:300
+msgid "The diversion path is too long"
+msgstr "Le chemin de d�viation est trop long"
+
+#: apt-inst/extract.cc:243
+#, c-format
+msgid "The directory %s is being replaced by a non-directory"
+msgstr "Le r�pertoire %s va �tre remplac� par un non-r�pertoire"
+
+#: apt-inst/extract.cc:283
+msgid "Failed to locate node in its hash bucket"
+msgstr "�chec pour localiser le n�ud dans la table de hachage"
+
+#: apt-inst/extract.cc:287
+msgid "The path is too long"
+msgstr "Le chemin est trop long"
+
+#: apt-inst/extract.cc:417
+#, c-format
+msgid "Overwrite package match with no version for %s"
+msgstr "�crase la correspondance de paquet sans version pour %s "
+
+#: apt-inst/extract.cc:434
+#, c-format
+msgid "File %s/%s overwrites the one in the package %s"
+msgstr "Le fichier %s/%s �crase celui inclus dans le paquet %s"
+
+#: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
+#: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
+#, c-format
+msgid "Unable to read %s"
+msgstr "Impossible de lire %s"
+
+#: apt-inst/extract.cc:494
+#, fuzzy, c-format
+msgid "Unable to stat %s"
+msgstr "Impossible de trouver %s."
+
+#: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
+#, c-format
+msgid "Failed to remove %s"
+msgstr "Impossible de supprimer %s"
+
+#: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
+#, c-format
+msgid "Unable to create %s"
+msgstr "Impossible de cr�er %s"
+
+#: apt-inst/deb/dpkgdb.cc:118
+#, c-format
+msgid "Failed to stat %sinfo"
+msgstr "Impossible de statuer pour %sinfo"
+
+#: apt-inst/deb/dpkgdb.cc:123
+msgid "The info and temp directories need to be on the same filesystem"
+msgstr ""
+"Les r�pertoires info et temp doivent se trouver sur le m�me syst�me de "
+"fichiers"
+
+#. Build the status cache
+#: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
+#: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
+#: apt-pkg/pkgcachegen.cc:829
+msgid "Reading Package Lists"
+msgstr "Lecture des listes de paquets"
+
+#: apt-inst/deb/dpkgdb.cc:180
+#, c-format
+msgid "Failed to change to the admin dir %sinfo"
+msgstr "Impossible de changer pour le r�pertoire d'administration %sinfo"
+
+#: 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"
+msgstr "Erreur interne lors de l'obtention d'un nom de paquet"
+
+#: apt-inst/deb/dpkgdb.cc:205
+msgid "Reading File Listing"
+msgstr "Lecture de la liste de fichiers"
+
+#: apt-inst/deb/dpkgdb.cc:216
+#, c-format
+msgid ""
+"Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
+"then make it empty and immediately re-install the same version of the "
+"package!"
+msgstr ""
+"Impossible d'ouvrir le fichier de liste � %sinfo/%s �. Si vous ne parvenez "
+"pas � restaurer ce fichier, videz-le et r�installez imm�diatement la m�me "
+"version du paquet !"
+
+#: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
+#, c-format
+msgid "Failed reading the list file %sinfo/%s"
+msgstr "�chec de la lecture du fichier de liste %sinfo/%s"
+
+#: apt-inst/deb/dpkgdb.cc:266
+msgid "Internal Error getting a Node"
+msgstr "Erreur interne lors de l'obtention d'un N�ud"
+
+#: apt-inst/deb/dpkgdb.cc:309
+#, c-format
+msgid "Failed to open the diversions file %sdiversions"
+msgstr "Impossible d'ouvrir le fichier des d�viations %sdiversions "
+
+#: apt-inst/deb/dpkgdb.cc:324
+msgid "The diversion file is corrupted"
+msgstr "Le fichier des d�viations est corrompu"
+
+#: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
+#: apt-inst/deb/dpkgdb.cc:341
+#, c-format
+msgid "Invalid line in the diversion file: %s"
+msgstr "Ligne invalide dans le fichier des d�viations : %s"
+
+#: apt-inst/deb/dpkgdb.cc:362
+msgid "Internal Error adding a diversion"
+msgstr "Erreur interne en ajoutant une d�viation"
+
+#: apt-inst/deb/dpkgdb.cc:383
+msgid "The pkg cache must be initialize first"
+msgstr "Le cache des paquets doit �tre initialis� en premier"
+
+#: apt-inst/deb/dpkgdb.cc:386
+msgid "Reading File List"
+msgstr "Lecture de la liste des fichiers"
+
+#: apt-inst/deb/dpkgdb.cc:443
+#, c-format
+msgid "Failed to find a Package: Header, offset %lu"
+msgstr "Impossible de trouver un en-t�te � Package: �, d�calage %lu"
+
+#: apt-inst/deb/dpkgdb.cc:465
+#, c-format
+msgid "Bad ConfFile section in the status file. Offset %lu"
+msgstr "Mauvaise section � ConfFile � dans le fichier � status �. D�calage %lu"
+
+#: apt-inst/deb/dpkgdb.cc:470
+#, c-format
+msgid "Error parsing MD5. Offset %lu"
+msgstr "Erreur lors du traitement de la somme MD5. D�calage %lu"
+
+#: apt-inst/deb/debfile.cc:55
+#, c-format
+msgid "This is not a valid DEB archive, missing '%s' member"
+msgstr "Ce n'est pas une archive DEB valide, partie � %s � manquante"
+
+#: apt-inst/deb/debfile.cc:72
+#, c-format
+msgid "Internal Error, could not locate member %s"
+msgstr "Erreur interne, ne peut localiser la partie %s"
+
+#: apt-inst/deb/debfile.cc:104
+#, fuzzy, c-format
+msgid "Couldn't change to %s"
+msgstr "Ne peut pas verrouiller %s"
+
+#: apt-inst/deb/debfile.cc:125
+msgid "Internal Error, could not locate member"
+msgstr "Erreur interne, ne peut localiser le membre"
+
+#: apt-inst/deb/debfile.cc:158
+msgid "Failed to locate a valid control file"
+msgstr "Impossible de localiser un fichier de contr�le valide"
+
+#: apt-inst/deb/debfile.cc:243
+msgid "Unparsible control file"
+msgstr "Fichier de contr�le non traitable"
+
#: dselect/install:32
msgid "Bad default setting!"
msgstr "Mauvais param�tre par d�faut�!"
@@ -960,6 +1550,341 @@ msgstr ""
msgid "Merging Available information"
msgstr "Fusion des informations disponibles"
+#: methods/cdrom.cc:113
+#, c-format
+msgid "Unable to read the cdrom database %s"
+msgstr "Impossible de lire la base de donn�es %s du c�d�rom"
+
+#: 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"
+msgstr ""
+"Veuillez utiliser apt-cdrom afin de faire reconna�tre ce CD par votre APT. "
+"apt-get update ne peut �tre employ� pour ajouter de nouveaux CD"
+
+#: methods/cdrom.cc:130 methods/cdrom.cc:168
+msgid "Wrong CD"
+msgstr "Mauvais CD"
+
+#: methods/cdrom.cc:163
+#, c-format
+msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
+msgstr ""
+"Impossible de d�monter le c�d�rom dans %s, il doit toujours �tre en cours "
+"d'utilisation."
+
+#: methods/cdrom.cc:177 methods/file.cc:77
+#, fuzzy
+msgid "File not found"
+msgstr "Fichier non trouv�"
+
+#: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
+msgid "Failed to stat"
+msgstr "Impossible de statuer"
+
+#: methods/copy.cc:79 methods/gzip.cc:139
+msgid "Failed to set modification time"
+msgstr "Impossible de modifier l'heure "
+
+#: methods/file.cc:42
+msgid "Invalid URI, local URIS must not start with //"
+msgstr "Liens invalides, les liens locaux ne doivent pas d�buter avec //"
+
+#. Login must be before getpeername otherwise dante won't work.
+#: methods/ftp.cc:162
+msgid "Logging in"
+msgstr "Connexion en cours"
+
+#: methods/ftp.cc:168
+msgid "Unable to determine the peer name"
+msgstr "Impossible de d�terminer le nom de la machine distante"
+
+#: methods/ftp.cc:173
+msgid "Unable to determine the local name"
+msgstr "Impossible de d�terminer le nom local"
+
+#: methods/ftp.cc:204 methods/ftp.cc:230
+#, c-format
+msgid "Server refused our connection and said: %s"
+msgstr "Le serveur a refus� notre connexion et a r�pondu : %s"
+
+#: methods/ftp.cc:210
+#, c-format
+msgid "USER failed, server said: %s"
+msgstr "USER incorrect, le serveur a r�pondu : %s"
+
+#: methods/ftp.cc:216
+#, c-format
+msgid "PASS failed, server said: %s"
+msgstr "PASS incorrect, le serveur a r�pondu : %s"
+
+#: methods/ftp.cc:235
+msgid ""
+"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
+"is empty."
+msgstr ""
+"Un serveur proxy a �t� sp�cifi�, mais aucun script de connexion, Acquire::"
+"ftp::ProxyLogin est vide."
+
+#: methods/ftp.cc:263
+#, c-format
+msgid "Login script command '%s' failed, server said: %s"
+msgstr ""
+"La commande � %s � du script de connexion a �chou�e, le serveur a r�pondu : %"
+"s"
+
+#: methods/ftp.cc:289
+#, c-format
+msgid "TYPE failed, server said: %s"
+msgstr "�chec de TYPE, le serveur a r�pondu : %s"
+
+#: methods/ftp.cc:327 methods/ftp.cc:438 methods/rsh.cc:183 methods/rsh.cc:226
+msgid "Connection timeout"
+msgstr "D�passement du d�lais de connexion"
+
+#: methods/ftp.cc:333
+msgid "Server closed the connection"
+msgstr "Le serveur a ferm� la connexion"
+
+#: methods/ftp.cc:336 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
+msgid "Read error"
+msgstr "Erreur de lecture"
+
+#: methods/ftp.cc:343 methods/rsh.cc:197
+msgid "A response overflowed the buffer."
+msgstr "Une r�ponse a fait d�border le tampon."
+
+#: methods/ftp.cc:360 methods/ftp.cc:372
+msgid "Protocol corruption"
+msgstr "Corruption du protocole"
+
+#: methods/ftp.cc:444 methods/rsh.cc:232
+#, fuzzy
+msgid "Write Error"
+msgstr "Erreur d'�criture"
+
+#: methods/ftp.cc:685 methods/ftp.cc:691 methods/ftp.cc:727
+msgid "Could not create a socket"
+msgstr "Ne peut cr�er un connecteur"
+
+#: methods/ftp.cc:696
+msgid "Could not connect data socket, connection timed out"
+msgstr ""
+"Ne peut se connecter sur le port de donn�es, d�lais de connexion d�pass�"
+
+#: methods/ftp.cc:702
+msgid "Could not connect passive socket."
+msgstr "Ne peut se connecter au port en mode passif."
+
+#: methods/ftp.cc:720
+msgid "getaddrinfo was unable to get a listening socket"
+msgstr "gettaddrinfo n'a pu obtenir un port d'�coute"
+
+#: methods/ftp.cc:734
+msgid "Could not bind a socket"
+msgstr "Impossible de se connecter � un port"
+
+#: methods/ftp.cc:738
+msgid "Could not listen on the socket"
+msgstr "Ne peut �couter sur le port"
+
+#: methods/ftp.cc:745
+msgid "Could not determine the socket's name"
+msgstr "Impossible de d�terminer le nom du port"
+
+#: methods/ftp.cc:777
+msgid "Unable to send PORT command"
+msgstr "Impossible d'envoyer la commande PORT"
+
+#: methods/ftp.cc:787
+#, fuzzy, c-format
+msgid "Unknown address family %u (AF_*)"
+msgstr "Famille d'adresse %u inconnue (AF_*)"
+
+#: methods/ftp.cc:796
+#, c-format
+msgid "EPRT failed, server said: %s"
+msgstr "EPRT a �chou�, le serveur a r�pondu : %s"
+
+#: methods/ftp.cc:816
+msgid "Data socket connect timed out"
+msgstr "D�lais de connexion au port de donn�es d�pass�"
+
+#: methods/ftp.cc:823
+msgid "Unable to accept connection"
+msgstr "Impossible d'accepter une connexion"
+
+#: methods/ftp.cc:862 methods/http.cc:912 methods/rsh.cc:303
+#, fuzzy
+msgid "Problem hashing file"
+msgstr "Probl�me de synchronisation du fichier"
+
+#: methods/ftp.cc:875
+#, c-format
+msgid "Unable to fetch file, server said '%s'"
+msgstr "Impossible de r�cup�rer le fichier, le serveur a r�pondu � %s �"
+
+#: methods/ftp.cc:890 methods/rsh.cc:322
+msgid "Data socket timed out"
+msgstr "Non-r�ponse du port donn�es dans les d�lais"
+
+#: methods/ftp.cc:920
+#, c-format
+msgid "Data transfer failed, server said '%s'"
+msgstr "Le transfert de donn�es a �chou�, le serveur a r�pondu � %s �"
+
+#. Get the files information
+#: methods/ftp.cc:995
+msgid "Query"
+msgstr ""
+
+#: methods/ftp.cc:1102
+msgid "Unable to invoke "
+msgstr "Impossible d'invoquer "
+
+#: methods/connect.cc:64
+#, c-format
+msgid "Connecting to %s (%s)"
+msgstr "Connexion � %s (%s)"
+
+#: methods/connect.cc:71
+#, c-format
+msgid "[IP: %s %s]"
+msgstr ""
+
+#: methods/connect.cc:80
+#, c-format
+msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
+msgstr "Ne peut cr�er de connexion pour %s (f=%u t=%u p=%u)"
+
+#: methods/connect.cc:86
+#, c-format
+msgid "Cannot initiate the connection to %s:%s (%s)."
+msgstr "Ne peut initialiser la connexion � %s:%s (%s)."
+
+#: methods/connect.cc:92
+#, c-format
+msgid "Could not connect to %s:%s (%s), connection timed out"
+msgstr "Ne peut se connecter � %s:%s (%s), d�lais de connexion d�pass�"
+
+#: methods/connect.cc:104
+#, c-format
+msgid "Could not connect to %s:%s (%s)."
+msgstr "Ne peut se connecter � %s:%s (%s)."
+
+#. We say this mainly because the pause here is for the
+#. ssh connection that is still going
+#: methods/connect.cc:132 methods/rsh.cc:425
+#, c-format
+msgid "Connecting to %s"
+msgstr "Connexion � %s"
+
+#: methods/connect.cc:163
+#, fuzzy, c-format
+msgid "Could not resolve '%s'"
+msgstr "Ne parvient pas ouvrir le fichier %s"
+
+#: methods/connect.cc:167
+#, c-format
+msgid "Temporary failure resolving '%s'"
+msgstr ""
+
+#: methods/connect.cc:169
+#, c-format
+msgid "Something wicked happened resolving '%s:%s' (%i)"
+msgstr ""
+"Quelque chose d'impr�visible est survenu lors de la d�termination de � %s:%s "
+"� (%i)"
+
+#: methods/connect.cc:216
+#, c-format
+msgid "Unable to connect to %s %s:"
+msgstr "Impossible de se connecter � %s %s :"
+
+#: methods/gzip.cc:57
+#, fuzzy, c-format
+msgid "Couldn't open pipe for %s"
+msgstr "Ne parvient pas ouvrir le fichier %s"
+
+#: methods/gzip.cc:102
+#, c-format
+msgid "Read error from %s process"
+msgstr "Erreur de lecture du processus %s"
+
+#: methods/http.cc:340
+msgid "Waiting for file"
+msgstr "En attente de fichier"
+
+#: methods/http.cc:486
+#, c-format
+msgid "Got a single header line over %u chars"
+msgstr "J'ai une simple ligne d'en-t�te au-dessus du caract�re %u"
+
+#: methods/http.cc:494
+msgid "Bad header line"
+msgstr "Mauvaise ligne d'en-t�te"
+
+#: methods/http.cc:513 methods/http.cc:520
+msgid "The http server sent an invalid reply header"
+msgstr "Le serveur http a envoy� une r�ponse dont l'en-t�te est invalide"
+
+#: methods/http.cc:549
+msgid "The http server sent an invalid Content-Length header"
+msgstr "Le serveur http a envoy� un en-t�te � Content-Length � invalide"
+
+#: methods/http.cc:564
+msgid "The http server sent an invalid Content-Range header"
+msgstr "Le serveur http a envoy� un en-t�te � Content-Range � invalide"
+
+#: methods/http.cc:566
+msgid "This http server has broken range support"
+msgstr "Ce serveur http poss�de un support des limites non-valide"
+
+#: methods/http.cc:590
+msgid "Unknown date format"
+msgstr "Format de date inconnu"
+
+#: methods/http.cc:733
+msgid "Select failed"
+msgstr "S�lection d�faillante"
+
+#: methods/http.cc:738
+msgid "Connection timed out"
+msgstr "D�lais de connexion d�pass�"
+
+#: methods/http.cc:761
+msgid "Error writing to output file"
+msgstr "Erreur d'�criture du fichier de sortie"
+
+#: methods/http.cc:789
+msgid "Error writing to file"
+msgstr "Erreur d'�criture sur un fichier"
+
+#: methods/http.cc:814
+msgid "Error writing to the file"
+msgstr "Erreur d'�criture sur le fichier"
+
+#: methods/http.cc:828
+msgid "Error reading from server Remote end closed connection"
+msgstr "Erreur de lecture depuis le serveur distant et cl�ture de la connexion"
+
+#: methods/http.cc:830
+msgid "Error reading from server"
+msgstr "Erreur de lecture du serveur"
+
+#: methods/http.cc:1061
+msgid "Bad header Data"
+msgstr "Mauvais en-t�te de donn�e"
+
+#: methods/http.cc:1078
+msgid "Connection failed"
+msgstr "�chec de la connexion"
+
+#: methods/http.cc:1169
+msgid "Internal error"
+msgstr "Erreur interne"
+
#: apt-pkg/contrib/mmap.cc:82
msgid "Can't mmap an empty file"
msgstr "Ne peut projeter en m�moire un fichier vide"
@@ -969,7 +1894,7 @@ msgstr "Ne peut projeter en m�moire un fichier vide"
msgid "Couldn't make mmap of %lu bytes"
msgstr "Ne peut faire une projection en m�moire de %lu octets"
-#: apt-pkg/contrib/strutl.cc:935
+#: apt-pkg/contrib/strutl.cc:941
#, c-format
msgid "Selection %s not found"
msgstr "La s�lection %s n'a pu �tre trouv�e"
@@ -997,7 +1922,9 @@ msgstr "Erreur syntaxique %s�: %u�: Valeur aberrante � la suite de la valeur"
#: apt-pkg/contrib/configuration.cc:635
#, c-format
msgid "Syntax error %s:%u: Directives can only be done at the top level"
-msgstr "Erreur syntaxique %s�: %u�: ces directives ne peuvent �tre effectu�es que dans le niveau le plus haut"
+msgstr ""
+"Erreur syntaxique %s�: %u�: ces directives ne peuvent �tre effectu�es que "
+"dans le niveau le plus haut"
#: apt-pkg/contrib/configuration.cc:642
#, c-format
@@ -1019,64 +1946,59 @@ msgstr "Erreur syntaxique %s�: %u�: directive ��%s�� non-tol�r�e"
msgid "Syntax error %s:%u: Extra junk at end of file"
msgstr "Erreur syntaxique %s�: %u�: valeur aberrante � la fin du fichier"
-#: apt-pkg/contrib/configuration.cc:701 apt-pkg/contrib/cdromutl.cc:153
-#: apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
-#, c-format
-msgid "Unable to read %s"
-msgstr "Impossible de lire %s"
-
#: apt-pkg/contrib/progress.cc:154
-#, c-format
-msgid "%s... Error!"
+#, fuzzy, c-format
+msgid "%c%s... Error!"
msgstr "%s... Erreur�!"
#: apt-pkg/contrib/progress.cc:156
-#, c-format
-msgid "%s... Done"
+#, fuzzy, c-format
+msgid "%c%s... Done"
msgstr "%s... Fait"
-#: apt-pkg/contrib/cmndline.cc:79
+#: apt-pkg/contrib/cmndline.cc:80
#, c-format
msgid "Command line option '%c' [from %s] is not known."
msgstr "L'option %c de la ligne de commande [d'origine %s] est inconnue."
-#: apt-pkg/contrib/cmndline.cc:105 apt-pkg/contrib/cmndline.cc:113
-#: apt-pkg/contrib/cmndline.cc:121
+#: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
+#: apt-pkg/contrib/cmndline.cc:122
#, c-format
msgid "Command line option %s is not understood"
msgstr "L'option %s de la ligne de commande n'est pas reconnue"
-#: apt-pkg/contrib/cmndline.cc:126
+#: apt-pkg/contrib/cmndline.cc:127
#, c-format
msgid "Command line option %s is not boolean"
msgstr "L'option %s de la ligne de commande n'est pas une valeur bool�enne"
-#: apt-pkg/contrib/cmndline.cc:165 apt-pkg/contrib/cmndline.cc:186
+#: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
#, c-format
msgid "Option %s requires an argument."
msgstr "L'option %s a besoin d'un argument."
-#: apt-pkg/contrib/cmndline.cc:200 apt-pkg/contrib/cmndline.cc:206
-#, c-format
-msgid "Option %s: Configuration item sepecification must have an =<val>."
-msgstr "Option %s�: l'indication de configuration doit �tre sp�cifi�e avec =<val>."
+#: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
+#, fuzzy, c-format
+msgid "Option %s: Configuration item specification must have an =<val>."
+msgstr ""
+"Option %s�: l'indication de configuration doit �tre sp�cifi�e avec =<val>."
-#: apt-pkg/contrib/cmndline.cc:236
+#: apt-pkg/contrib/cmndline.cc:237
#, c-format
msgid "Option %s requires an integer argument, not '%s'"
msgstr "L'option %s prend un nombre entier en argument, et non ��%s��"
-#: apt-pkg/contrib/cmndline.cc:267
+#: apt-pkg/contrib/cmndline.cc:268
#, c-format
msgid "Option '%s' is too long"
msgstr "L'option ��%s�� est trop longue"
-#: apt-pkg/contrib/cmndline.cc:300
+#: apt-pkg/contrib/cmndline.cc:301
#, c-format
msgid "Sense %s is not understood, try true or false."
msgstr "La signification %s n'est pas comprise, essayez vrai ou faux."
-#: apt-pkg/contrib/cmndline.cc:350
+#: apt-pkg/contrib/cmndline.cc:351
#, c-format
msgid "Invalid operation %s"
msgstr "L'op�ration %s n'est pas valable"
@@ -1098,7 +2020,8 @@ msgstr "Impossible d'acc�der au c�d�rom."
#: apt-pkg/contrib/fileutl.cc:80
#, c-format
msgid "Not using locking for read only lock file %s"
-msgstr "N'utilise pas le verrouillage pour un fichier verrou %s uniquement lisible"
+msgstr ""
+"N'utilise pas le verrouillage pour un fichier verrou %s uniquement lisible"
#: apt-pkg/contrib/fileutl.cc:85
#, c-format
@@ -1108,7 +2031,9 @@ msgstr "Impossible d'ouvrir le fichier verrou ��%s��"
#: apt-pkg/contrib/fileutl.cc:103
#, c-format
msgid "Not using locking for nfs mounted lock file %s"
-msgstr "N'utilise pas le verrouillage pour un fichier verrou %s se situant sur une partition nfs"
+msgstr ""
+"N'utilise pas le verrouillage pour un fichier verrou %s se situant sur une "
+"partition nfs"
#: apt-pkg/contrib/fileutl.cc:107
#, c-format
@@ -1140,10 +2065,6 @@ msgstr "Le sous-processus %s s'est arr�t� pr�matur�ment"
msgid "Could not open file %s"
msgstr "Ne parvient pas ouvrir le fichier %s"
-#: apt-pkg/contrib/fileutl.cc:452
-msgid "Read error"
-msgstr "Erreur de lecture"
-
#: apt-pkg/contrib/fileutl.cc:473
#, c-format
msgid "read, still have %lu to read but none left"
@@ -1188,7 +2109,8 @@ msgid "This APT does not support the Versioning System '%s'"
msgstr "Cet APT ne supporte pas le syst�me de version ��%s��"
#: apt-pkg/pkgcache.cc:147
-msgid "The package cache was build for a different architecture"
+#, fuzzy
+msgid "The package cache was built for a different architecture"
msgstr "Le cache des paquets a �t� construit pour une architecture diff�rente"
#: apt-pkg/pkgcache.cc:218
@@ -1279,12 +2201,14 @@ msgstr "Ligne %lu mal form�e dans la liste des sources %s (analyse de l'URI)"
#: apt-pkg/sourcelist.cc:99
#, c-format
msgid "Malformed line %lu in source list %s (Absolute dist)"
-msgstr "Ligne %lu mal form�e dans la liste des sources %s (distribution absolue)"
+msgstr ""
+"Ligne %lu mal form�e dans la liste des sources %s (distribution absolue)"
#: apt-pkg/sourcelist.cc:106
#, c-format
msgid "Malformed line %lu in source list %s (dist parse)"
-msgstr "Ligne %lu mal form�e dans la liste des sources %s (analyse de distribution)"
+msgstr ""
+"Ligne %lu mal form�e dans la liste des sources %s (analyse de distribution)"
#: apt-pkg/sourcelist.cc:183 apt-pkg/sourcelist.cc:207
#, c-format
@@ -1342,7 +2266,7 @@ msgstr ""
msgid "Index file type '%s' is not supported"
msgstr "Le type de fichier d'index ��%s�� n'est pas accept�"
-#: apt-pkg/algorithms.cc:237
+#: apt-pkg/algorithms.cc:238
#, c-format
msgid ""
"The package %s needs to be reinstalled, but I can't find an archive for it."
@@ -1350,7 +2274,7 @@ msgstr ""
"Le paquet %s doit �tre r�install�, mais je ne parviens pas � trouver son "
"archive."
-#: apt-pkg/algorithms.cc:1055
+#: apt-pkg/algorithms.cc:1056
msgid ""
"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
"held packages."
@@ -1358,7 +2282,7 @@ msgstr ""
"Erreur, pkgProblemResolver::Resolve a g�n�r� des ruptures, ce qui a pu �tre "
"caus� par les paquets gard�s en l'�tat."
-#: apt-pkg/algorithms.cc:1057
+#: apt-pkg/algorithms.cc:1058
msgid "Unable to correct problems, you have held broken packages."
msgstr ""
"Impossible de corriger les probl�mes, vous gardez en l'�tat des paquets "
@@ -1384,12 +2308,12 @@ msgstr "Le pilote pour la m�thode %s n'a pu �tre trouv�."
msgid "Method %s did not start correctly"
msgstr "La m�thode %s n'a pas d�marr� correctement"
-#: apt-pkg/init.cc:117
+#: apt-pkg/init.cc:119
#, c-format
msgid "Packaging system '%s' is not supported"
msgstr "Le syst�me de paquet ��%s�� n'est pas support�"
-#: apt-pkg/init.cc:133
+#: apt-pkg/init.cc:135
msgid "Unable to determine a suitable system type"
msgstr "Impossible de d�terminer le type du syst�me"
@@ -1400,11 +2324,14 @@ msgstr "Impossible de trouver %s."
#: apt-pkg/srcrecords.cc:49
msgid "You must put some 'source' URIs in your sources.list"
-msgstr "Vous devez ins�rer quelques adresses ��sources�� dans votre sources.list"
+msgstr ""
+"Vous devez ins�rer 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."
-msgstr "Les listes de paquets ou le fichier ��status�� ne peuvent �tre analys�s ou lus."
+msgstr ""
+"Les listes de paquets ou le fichier ��status�� ne peuvent �tre analys�s ou "
+"lus."
#: apt-pkg/cachefile.cc:77
msgid "You may want to run apt-get update to correct these problems"
@@ -1443,8 +2370,7 @@ msgstr "Erreur apparue lors du traitement de %s (UsePackage2)"
#: apt-pkg/pkgcachegen.cc:154
#, c-format
msgid "Error occured while processing %s (NewFileVer1)"
-msgstr ""
-"Erreur apparue lors du traitement de %s (NewFileVer1)"
+msgstr "Erreur apparue lors du traitement de %s (NewFileVer1)"
#: apt-pkg/pkgcachegen.cc:184
#, c-format
@@ -1492,19 +2418,15 @@ msgstr "Erreur apparue lors du traitement de %s (CollectFileProvides)"
#: apt-pkg/pkgcachegen.cc:260
#, c-format
msgid "Package %s %s was not found while processing file dependencies"
-msgstr "Le paquet %s %s n'a pu �tre trouv� lors du traitement des d�pendances des fichiers"
+msgstr ""
+"Le paquet %s %s n'a pu �tre trouv� lors du traitement des d�pendances des "
+"fichiers"
#: apt-pkg/pkgcachegen.cc:574
#, c-format
msgid "Couldn't stat source package list %s"
msgstr "Ne peut trouver la liste des paquets sources %s"
-#. Build the status cache
-#: apt-pkg/pkgcachegen.cc:643 apt-pkg/pkgcachegen.cc:701
-#: apt-pkg/pkgcachegen.cc:706 apt-pkg/pkgcachegen.cc:829
-msgid "Reading Package Lists"
-msgstr "Lecture des listes de paquets"
-
#: apt-pkg/pkgcachegen.cc:658
msgid "Collecting File Provides"
msgstr "Assemblage des fichiers list�s dans les champs Provides"
@@ -1554,109 +2476,19 @@ msgstr "Taille incoh�rente"
msgid "MD5Sum mismatch"
msgstr "Somme de contr�le MD5 incoh�rente"
+#: methods/rsh.cc:264
+msgid "File Not Found"
+msgstr "Fichier non trouv�"
+
+#: methods/rsh.cc:330
+msgid "Connection closed prematurely"
+msgstr "Connexion close pr�matur�ment"
+
#~ msgid "Sorry, you don't have enough free space in %s to hold all the .debs."
#~ msgstr ""
#~ "D�sol�, vous n'avez pas assez d'espace disponible sur %s pour faire tenir "
#~ "tous les .debs."
-#~ msgid "Unable to read the cdrom database %s"
-#~ msgstr "Impossible de lire la base de donn�es %s du c�d�rom"
-
-#~ msgid ""
-#~ "Please use apt-cdrom to make this CD recognized by APT. apt-get update "
-#~ "cannot be used to add new CDs"
-#~ msgstr ""
-#~ "Veuillez utiliser apt-cdrom afin de faire reconna�tre ce CD par votre "
-#~ "APT. apt-get update ne peut �tre employ� pour ajouter de nouveaux CD"
-
-#~ msgid "Wrong CD"
-#~ msgstr "Mauvais CD"
-
-#~ msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
-#~ msgstr ""
-#~ "Impossible de d�monter le c�d�rom dans %s, il doit toujours �tre en cours "
-#~ "d'utilisation."
-
-#~ msgid "Connecting to %s (%s)"
-#~ msgstr "Connexion � %s (%s)"
-
-#~ msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
-#~ msgstr "Ne peut cr�er de connexion pour %s (f=%u t=%u p=%u)"
-
-#~ msgid "Cannot initiate the connection to %s:%s (%s)."
-#~ msgstr "Ne peut initialiser la connexion � %s:%s (%s)."
-
-#~ msgid "Could not connect to %s:%s (%s), connection timed out"
-#~ msgstr "Ne peut se connecter � %s:%s (%s), d�lais de connexion d�pass�"
-
-#~ msgid "Could not connect to %s:%s (%s)."
-#~ msgstr "Ne peut se connecter � %s:%s (%s)."
-
-#~ msgid "Connecting to %s"
-#~ msgstr "Connexion � %s"
-
-#~ msgid "Something wicked happened resolving '%s:%s' (%i)"
-#~ msgstr ""
-#~ "Quelque chose d'impr�visible est survenu lors de la d�termination de � %s:"
-#~ "%s � (%i)"
-
-#~ msgid "Unable to connect to %s %s:"
-#~ msgstr "Impossible de se connecter � %s %s :"
-
-#~ msgid "Failed to stat"
-#~ msgstr "Impossible de statuer"
-
-#~ msgid "Failed to set modification time"
-#~ msgstr "Impossible de modifier l'heure "
-
-#~ msgid "Invalid URI, local URIS must not start with //"
-#~ msgstr "Liens invalides, les liens locaux ne doivent pas d�buter avec //"
-
-#~ msgid "Logging in"
-#~ msgstr "Connexion en cours"
-
-#~ msgid "Unable to determine the peer name"
-#~ msgstr "Impossible de d�terminer le nom de la machine distante"
-
-#~ msgid "Unable to determine the local name"
-#~ msgstr "Impossible de d�terminer le nom local"
-
-#~ msgid "Server refused our connection and said: %s"
-#~ msgstr "Le serveur a refus� notre connexion et a r�pondu : %s"
-
-#~ msgid "USER failed, server said: %s"
-#~ msgstr "USER incorrect, le serveur a r�pondu : %s"
-
-#~ msgid "PASS failed, server said: %s"
-#~ msgstr "PASS incorrect, le serveur a r�pondu : %s"
-
-#~ msgid ""
-#~ "A proxy server was specified but no login script, Acquire::ftp::"
-#~ "ProxyLogin is empty."
-#~ msgstr ""
-#~ "Un serveur proxy a �t� sp�cifi�, mais aucun script de connexion, Acquire::"
-#~ "ftp::ProxyLogin est vide."
-
-#~ msgid "Login script command '%s' failed, server said: %s"
-#~ msgstr ""
-#~ "La commande � %s � du script de connexion a �chou�e, le serveur a "
-#~ "r�pondu : %s"
-
-#~ msgid "TYPE failed, server said: %s"
-#~ msgstr "�chec de TYPE, le serveur a r�pondu : %s"
-
-#~ msgid "Connection timeout"
-#~ msgstr "D�passement du d�lais de connexion"
-
-#~ msgid "Server closed the connection"
-#~ msgstr "Le serveur a ferm� la connexion"
-
-#~ msgid "A response overflowed the buffer."
-#~ msgstr "Une r�ponse a fait d�border le tampon."
-
-#~ msgid "Protocol corruption"
-#~ msgstr "Corruption du protocole"
-
#~ msgid "<- '"
#~ msgstr "<- '"
@@ -1666,168 +2498,18 @@ msgstr "Somme de contr�le MD5 incoh�rente"
#~ msgid "-> '"
#~ msgstr "-> '"
-#~ msgid "Could not create a socket"
-#~ msgstr "Ne peut cr�er un connecteur"
-
-#~ msgid "Could not connect data socket, connection timed out"
-#~ msgstr ""
-#~ "Ne peut se connecter sur le port de donn�es, d�lais de connexion d�pass�"
-
-#~ msgid "Could not connect passive socket."
-#~ msgstr "Ne peut se connecter au port en mode passif."
-
-#~ msgid "getaddrinfo was unable to get a listening socket"
-#~ msgstr "gettaddrinfo n'a pu obtenir un port d'�coute"
-
-#~ msgid "Could not bind a socket"
-#~ msgstr "Impossible de se connecter � un port"
-
-#~ msgid "Could not listen on the socket"
-#~ msgstr "Ne peut �couter sur le port"
-
-#~ msgid "Could not determine the socket's name"
-#~ msgstr "Impossible de d�terminer le nom du port"
-
-#~ msgid "Unable to send PORT command"
-#~ msgstr "Impossible d'envoyer la commande PORT"
-
-#~ msgid "Unkonwn address family %u (AF_*)"
-#~ msgstr "Famille d'adresse %u inconnue (AF_*)"
-
-#~ msgid "EPRT failed, server said: %s"
-#~ msgstr "EPRT a �chou�, le serveur a r�pondu : %s"
-
-#~ msgid "Data socket connect timed out"
-#~ msgstr "D�lais de connexion au port de donn�es d�pass�"
-
-#~ msgid "Unable to accept connection"
-#~ msgstr "Impossible d'accepter une connexion"
-
-#~ msgid "Unable to fetch file, server said '%s'"
-#~ msgstr "Impossible de r�cup�rer le fichier, le serveur a r�pondu � %s �"
-
-#~ msgid "Data socket timed out"
-#~ msgstr "Non-r�ponse du port donn�es dans les d�lais"
-
-#~ msgid "Data transfer failed, server said '%s'"
-#~ msgstr "Le transfert de donn�es a �chou�, le serveur a r�pondu � %s �"
-
-#~ msgid "Unable to invoke "
-#~ msgstr "Impossible d'invoquer "
-
-#~ msgid "Read error from %s process"
-#~ msgstr "Erreur de lecture du processus %s"
-
-#~ msgid "Waiting for file"
-#~ msgstr "En attente de fichier"
-
-#~ msgid "Got a single header line over %u chars"
-#~ msgstr "J'ai une simple ligne d'en-t�te au-dessus du caract�re %u"
-
-#~ msgid "Bad header line"
-#~ msgstr "Mauvaise ligne d'en-t�te"
-
-#~ msgid "The http server sent an invalid reply header"
-#~ msgstr "Le serveur http a envoy� une r�ponse dont l'en-t�te est invalide"
-
-#~ msgid "The http server sent an invalid Content-Length header"
-#~ msgstr "Le serveur http a envoy� un en-t�te � Content-Length � invalide"
-
-#~ msgid "The http server sent an invalid Content-Range header"
-#~ msgstr "Le serveur http a envoy� un en-t�te � Content-Range � invalide"
-
-#~ msgid "This http server has broken range support"
-#~ msgstr "Ce serveur http poss�de un support des limites non-valide"
-
-#~ msgid "Unknown date format"
-#~ msgstr "Format de date inconnu"
-
-#~ msgid "Select failed"
-#~ msgstr "S�lection d�faillante"
-
-#~ msgid "Connection timed out"
-#~ msgstr "D�lais de connexion d�pass�"
-
-#~ msgid "Error writing to output file"
-#~ msgstr "Erreur d'�criture du fichier de sortie"
-
-#~ msgid "Error writing to file"
-#~ msgstr "Erreur d'�criture sur un fichier"
-
-#~ msgid "Error writing to the file"
-#~ msgstr "Erreur d'�criture sur le fichier"
-
-#~ msgid "Error reading from server Remote end closed connection"
-#~ msgstr ""
-#~ "Erreur de lecture depuis le serveur distant et cl�ture de la connexion"
-
-#~ msgid "Error reading from server"
-#~ msgstr "Erreur de lecture du serveur"
-
-#~ msgid "Bad header Data"
-#~ msgstr "Mauvais en-t�te de donn�e"
-
-#~ msgid "Connection failed"
-#~ msgstr "�chec de la connexion"
-
-#~ msgid "Internal error"
-#~ msgstr "Erreur interne"
-
-#~ msgid "Failed to create IPC pipe to subprocess"
-#~ msgstr "Impossible de cr�er le tube IPC sur le sous-processus"
-
-#~ msgid "File Not Found"
-#~ msgstr "Fichier non trouv�"
-
-#~ msgid "Connection closed prematurely"
-#~ msgstr "Connexion close pr�matur�ment"
-
-#~ msgid "Failed write file %s"
-#~ msgstr "Erreur d'�criture du fichier %s"
-
-#~ msgid "Failed to close file %s"
-#~ msgstr "�chec de cl�ture du fichier %s"
-
-#~ msgid "Unpacking %s more than once"
-#~ msgstr "D�compressez %s plus d'une fois"
-
-#~ msgid "The directory %s is diverted"
-#~ msgstr "Le r�pertoire %s est d�tourn�"
-
-#~ msgid "The package is trying to write to the diversion target %s/%s"
-#~ msgstr ""
-#~ "Le paquet est en train d'essayer d'�crire sur la cible d�tourn�e %s/%s"
-
-#~ msgid "The diversion path is too long"
-#~ msgstr "Le chemin de d�viation est trop long"
-
#~ msgid "Followed conf file from "
#~ msgstr "Suivant le fichier de configuration depuis "
#~ msgid " to "
#~ msgstr " � "
-#~ msgid "Failed to stat %s"
-#~ msgstr "Impossible de statuer %s"
-
-#~ msgid "Failed to rename %s to %s"
-#~ msgstr "Impossible de changer le nom %s en %s"
-
-#~ msgid "The directory %s is being replaced by a non-directory"
-#~ msgstr "Le r�pertoire %s va �tre remplac� par un non-r�pertoire"
-
#~ msgid "Extract "
#~ msgstr "Extrait "
#~ msgid "Aborted, backing out"
#~ msgstr "Annulation, marche arri�re"
-#~ msgid "Failed to locate node in its hash bucket"
-#~ msgstr "�chec pour localiser le n�ud dans la table de hachage"
-
-#~ msgid "The path is too long"
-#~ msgstr "Le chemin est trop long"
-
#~ msgid "De-replaced "
#~ msgstr "Remplacement de d�pendance "
@@ -1840,147 +2522,9 @@ msgstr "Somme de contr�le MD5 incoh�rente"
#~ msgid " [new node]"
#~ msgstr " [nouveau n�ud]"
-#~ msgid "Overwrite package match with no version for %s"
-#~ msgstr "�crase la correspondance de paquet sans version pour %s "
-
#~ msgid "Replaced file "
#~ msgstr "Remplace le fichier "
-#~ msgid "File %s/%s overwrites the one in the package %s"
-#~ msgstr "Le fichier %s/%s �crase celui inclus dans le paquet %s"
-
-#~ msgid "DropNode called on still linked node"
-#~ msgstr "DropNode appel� sur un n�ud toujours li�"
-
-#~ msgid "Failed to locate the hash element!"
-#~ msgstr "Impossible de situer l'�l�ment hach� !"
-
-#~ msgid "Failed to allocate diversion"
-#~ msgstr "�chec lors de l'allocation de la d�viation"
-
-#~ msgid "Internal Error in AddDiversion"
-#~ msgstr "Erreur interne dans AddDiversion"
-
-#~ msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
-#~ msgstr "Essaye d'�craser une d�viation, %s -> %s et %s/%s"
-
-#~ msgid "Double add of diversion %s -> %s"
-#~ msgstr "Addition double d'une d�viation %s -> %s"
-
-#~ msgid "Duplicate conf file %s/%s"
-#~ msgstr "Fichier de configuration en double %s/%s"
-
-#~ msgid "Invalid archive signature"
-#~ msgstr "Signature d'archive invalide"
-
-#~ msgid "Error reading archive member header"
-#~ msgstr "Erreur de lecture de l'en-t�te du membre d'archive"
-
-#~ msgid "Invalid archive member header"
-#~ msgstr "En-t�te du membre d'archive non-valide"
-
-#~ msgid "Archive is too short"
-#~ msgstr "L'archive est trop petite"
-
-#~ msgid "Failed to read the archive headers"
-#~ msgstr "�chec de la lecture des en-t�tes d'archive"
-
-#~ msgid "Failed to create pipes"
-#~ msgstr "�chec de cr�ation de tubes"
-
-#~ msgid "Failed to exec gzip "
-#~ msgstr "Impossible d'ex�cuter gzip "
-
-#~ msgid "Corrupted archive"
-#~ msgstr "Archive corrompue"
-
-#~ msgid "Tar Checksum failed, archive corrupted"
-#~ msgstr "�chec dans la somme de contr�le de tar, l'archive est corrompue"
-
-#~ msgid "Unkown TAR header type %u, member %s"
-#~ msgstr "Type d'en-t�te %u inconnu pour TAR, partie %s"
-
-#~ msgid "This is not a valid DEB archive, missing '%s' member"
-#~ msgstr "Ce n'est pas une archive DEB valide, partie � %s � manquante"
-
-#~ msgid "Internal Error, could not locate member %s"
-#~ msgstr "Erreur interne, ne peut localiser la partie %s"
-
-#~ msgid "Internal Error, could not locate member"
-#~ msgstr "Erreur interne, ne peut localiser le membre"
-
-#~ msgid "Failed to locate a valid control file"
-#~ msgstr "Impossible de localiser un fichier de contr�le valide"
-
-#~ msgid "Unparsible control file"
-#~ msgstr "Fichier de contr�le non traitable"
-
-#~ msgid "Failed to remove %s"
-#~ msgstr "Impossible de supprimer %s"
-
-#~ msgid "Unable to create %s"
-#~ msgstr "Impossible de cr�er %s"
-
-#~ msgid "Failed to stat %sinfo"
-#~ msgstr "Impossible de statuer pour %sinfo"
-
-#~ msgid "The info and temp directories need to be on the same filesystem"
-#~ msgstr ""
-#~ "Les r�pertoires info et temp doivent se trouver sur le m�me syst�me de "
-#~ "fichiers"
-
-#~ msgid "Failed to change to the admin dir %sinfo"
-#~ msgstr "Impossible de changer pour le r�pertoire d'administration %sinfo"
-
-#~ msgid "Internal Error getting a Package Name"
-#~ msgstr "Erreur interne lors de l'obtention d'un nom de paquet"
-
-#~ msgid "Reading File Listing"
-#~ msgstr "Lecture de la liste de fichiers"
-
-#~ msgid ""
-#~ "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
-#~ "then make it empty and immediately re-install the same version of the "
-#~ "package!"
-#~ msgstr ""
-#~ "Impossible d'ouvrir le fichier de liste � %sinfo/%s �. Si vous ne "
-#~ "parvenez pas � restaurer ce fichier, videz-le et r�installez "
-#~ "imm�diatement la m�me version du paquet !"
-
-#~ msgid "Failed reading the list file %sinfo/%s"
-#~ msgstr "�chec de la lecture du fichier de liste %sinfo/%s"
-
-#~ msgid "Internal Error getting a Node"
-#~ msgstr "Erreur interne lors de l'obtention d'un N�ud"
-
-#~ msgid "Failed to open the diversions file %sdiversions"
-#~ msgstr "Impossible d'ouvrir le fichier des d�viations %sdiversions "
-
-#~ msgid "The diversion file is corrupted"
-#~ msgstr "Le fichier des d�viations est corrompu"
-
-#~ msgid "Invalid line in the diversion file: %s"
-#~ msgstr "Ligne invalide dans le fichier des d�viations : %s"
-
-#~ msgid "Internal Error adding a diversion"
-#~ msgstr "Erreur interne en ajoutant une d�viation"
-
-#~ msgid "The pkg cache must be initialize first"
-#~ msgstr "Le cache des paquets doit �tre initialis� en premier"
-
-#~ msgid "Reading File List"
-#~ msgstr "Lecture de la liste des fichiers"
-
-#~ msgid "Failed to find a Package: Header, offset %lu"
-#~ msgstr "Impossible de trouver un en-t�te � Package: �, d�calage %lu"
-
-#~ msgid "Bad ConfFile section in the status file. Offset %lu"
-#~ msgstr ""
-#~ "Mauvaise section � ConfFile � dans le fichier � status �. D�calage %lu"
-
-#~ msgid "Error parsing MD5. Offset %lu"
-#~ msgstr "Erreur lors du traitement de la somme MD5. D�calage %lu"
-
#~ msgid "Internal Error, Unable to parse a package record"
#~ msgstr "Erreur interne, impossible de traiter un enregistrement de paquet"
@@ -1993,9 +2537,6 @@ msgstr "Somme de contr�le MD5 incoh�rente"
#~ msgid "Generating cache"
#~ msgstr "G�n�ration du cache"
-#~ msgid "Problem opening %s"
-#~ msgstr "Probl�me en ouvrant %s"
-
#~ msgid "Problem with SelectFile"
#~ msgstr "Probl�me avec SelectFile"
@@ -2158,12 +2699,6 @@ msgstr "Somme de contr�le MD5 incoh�rente"
#~ msgid "....\"Have you mooed today?\"..."
#~ msgstr "... � Avez-vous meugl� aujourd'hui ? �..."
-#~ msgid "Package extension list is too long"
-#~ msgstr "La liste d'extension du paquet est trop longue"
-
-#~ msgid "Error Processing directory %s"
-#~ msgstr "Erreur lors du traitement du r�pertoire %s"
-
#~ msgid " New "
#~ msgstr " Nouveau "
@@ -2173,18 +2708,9 @@ msgstr "Somme de contr�le MD5 incoh�rente"
#~ msgid " files "
#~ msgstr " fichiers "
-#~ msgid "Source extension list is too long"
-#~ msgstr "La liste d'extension des sources est trop grande"
-
#~ msgid " pkgs in "
#~ msgstr " paquets dans "
-#~ msgid "Error writing header to contents file"
-#~ msgstr "Erreur lors de l'�criture de l'en-t�te du fichier contenu"
-
-#~ msgid "Error Processing Contents %s"
-#~ msgstr "Erreur du traitement du contenu %s"
-
#~ msgid ""
#~ "Usage: apt-ftparchive [options] command\n"
#~ "Commands: packges binarypath [overridefile [pathprefix]]\n"
@@ -2202,58 +2728,6 @@ msgstr "Somme de contr�le MD5 incoh�rente"
#~ " clean config\n"
#~ msgid ""
-#~ "apt-ftparchive generates index files for Debian archives. It supports\n"
-#~ "many styles of generation from fully automated to functional "
-#~ "replacements\n"
-#~ "for dpkg-scanpackages and dpkg-scansources\n"
-#~ "\n"
-#~ "apt-ftparchive generates Package files from a tree of .debs. The\n"
-#~ "Package file contains the contents of all the control fields from\n"
-#~ "each package as well as the MD5 hash and filesize. An override file\n"
-#~ "is supported to force the value of Priority and Section.\n"
-#~ "\n"
-#~ "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
-#~ "The --source-override option can be used to specify a src override file\n"
-#~ "\n"
-#~ "The 'packages' and 'sources' command should be run in the root of the\n"
-#~ "tree. BinaryPath should point to the base of the recursive search and \n"
-#~ "override file should contian the override flags. Pathprefix is\n"
-#~ "appended to the filename fields if present. Example usage from the \n"
-#~ "debian archive:\n"
-#~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
-#~ " dists/potato/main/binary-i386/Packages\n"
-#~ msgstr ""
-#~ "apt-ftparchive g�n�re des fichiers d'index pour les archives Debian. Il\n"
-#~ "supporte de nombreux types de g�n�ration, d'une automatisation compl�te � "
-#~ "des\n"
-#~ "remplacements fonctionnels pour dpkg-scanpackages et dpkg-scansources\n"
-#~ "\n"
-#~ "apt-ftparchive g�n�re les fichiers de paquets � partir d'un arbre de ."
-#~ "debs.\n"
-#~ "Le fichier des paquets contient les contenus de tous les champs de "
-#~ "contr�le de\n"
-#~ "chaque paquet aussi bien que les hach�s MD5 et la taille du fichier. Un "
-#~ "fichier\n"
-#~ "d'� override � est support� pour forcer la valeur des priorit�s et des "
-#~ "sections\n"
-#~ "\n"
-#~ "De fa�on similaire, apt-ftparchive g�n�re des fichiers de source � "
-#~ "partir\n"
-#~ "d'un arbre de .dscs. L'option --source-override peut �tre employ�e pour "
-#~ "sp�cifier\n"
-#~ "un fichier src d'� override �\n"
-#~ "\n"
-#~ "Les commandes � packages � et � sources � devraient �tre d�marr�es � la "
-#~ "racine\n"
-#~ "de l'arbre. � BinaryPath � devrait pointer sur la base d'une recherche\n"
-#~ "r�cursive et le fichier d'�override � devrait contenir les drapeaux\n"
-#~ "d'annulation. � Pathprefix � est ajout� au champ du non de fichier s'il "
-#~ "est\n"
-#~ "pr�sent. Exemple d'utilisation d'archive Debian :\n"
-#~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
-#~ " dists/potato/main/binary-i386/Packages\n"
-
-#~ msgid ""
#~ "Options:\n"
#~ " -h This help text\n"
#~ " --md5 Control MD5 generation\n"
@@ -2276,17 +2750,9 @@ msgstr "Somme de contr�le MD5 incoh�rente"
#~ " -c=? Lit ce fichier de configuration\n"
#~ " -o=? Place une option de configuration arbitraire\n"
-#~ msgid "No selections matched"
-#~ msgstr "Aucune s�lection ne correspond"
-
#~ msgid "Done Packages, Starting contents."
#~ msgstr "paquets faits, commence les contenus."
-#~ msgid "Some files are missing in the package file group `%s'"
-#~ msgstr ""
-#~ "Quelques fichiers sont manquants dans le groupe de fichiers de paquets � %"
-#~ "s �"
-
#~ msgid "Hit contents update byte limit"
#~ msgstr "Lance une mise � jour des contenus limite d'octet"
@@ -2299,117 +2765,9 @@ msgstr "Somme de contr�le MD5 incoh�rente"
#~ msgid " archives. Took "
#~ msgstr " archives. Prend "
-#~ msgid "DB was corrupted, file renamed to %s.old"
-#~ msgstr "Base de donn�es corrompue, fichier renomm� en %s.old"
-
-#~ msgid "Unable to open DB2 file %s"
-#~ msgstr "Impossible d'ouvrir le fichier DB2 %s"
-
-#~ msgid "File date has changed %s"
-#~ msgstr "La date du fichier a chang�e %s"
-
-#~ msgid "Archive has no control record"
-#~ msgstr "L'archive n'a pas d'enregistrement de contr�le"
-
-#~ msgid "Unable to get a cursor"
-#~ msgstr "Impossible d'obtenir un curseur"
-
-#~ msgid "realloc - Failed to allocate memory"
-#~ msgstr "realloc - �chec de l'allocation de m�moire"
-
-#~ msgid "Unknown Compresison Algorithm '%s'"
-#~ msgstr "Algorithme de compression � %s � inconnu"
-
-#~ msgid "Compressed output %s needs a compression set"
-#~ msgstr "La sortie compress�e %s a besoin d'un ensemble de compression"
-
-#~ msgid "Failed to create FILE*"
-#~ msgstr "Impossible de cr�er FILE*"
-
-#~ msgid "Failed to fork"
-#~ msgstr "�chec du fork"
-
-#~ msgid "Compress Child"
-#~ msgstr "Fils compress�"
-
-#~ msgid "Internal Error, Failed to create %s"
-#~ msgstr "Erreur interne, impossible de cr�er %s"
-
-#~ msgid "Failed to create subprocess IPC"
-#~ msgstr "Impossible de cr�er un sous-processus IPC"
-
-#~ msgid "Failed to exec compressor "
-#~ msgstr "Impossible d'ex�cuter la compression "
-
-#~ msgid "IO to subprocess/file failed"
-#~ msgstr "�chec d'entr�e/sortie du sous-processus sur le fichier"
-
-#~ msgid "Failed to read while computing MD5"
-#~ msgstr "Impossible de lire lors du calcul de la somme MD5"
-
-#~ msgid "Unable to open %s"
-#~ msgstr "Impossible d'ouvrir %s"
-
-#~ msgid "Malformed override %s line %lu #1"
-#~ msgstr "Ligne pr�dominante %s mal form�e ligne %lu n� 1"
-
-#~ msgid "Malformed override %s line %lu #2"
-#~ msgstr "Ligne pr�dominante %s mal form�e %lu n� 2"
-
-#~ msgid "Malformed override %s line %lu #3"
-#~ msgstr "Ligne pr�dominante %s mal form�e %lu n� 3"
-
-#~ msgid "Failed to read the override file %s"
-#~ msgstr "Impossible de lire le fichier pr�dominant %s"
-
-#~ msgid "W: Unable to read directory "
-#~ msgstr "A : Impossible de lire le r�pertoire "
-
-#~ msgid "W: Unable to stat "
-#~ msgstr "A : Impossible de statuer"
-
-#~ msgid "E: "
-#~ msgstr "E : "
-
-#~ msgid "W: "
-#~ msgstr "A : "
-
-#~ msgid "E: Errors apply to file '"
-#~ msgstr "E : Erreurs s'appliquant au fichier '"
-
-#~ msgid "Failed to resolve %s"
-#~ msgstr "Impossible de r�soudre %s"
-
-#~ msgid "Tree walking failed"
-#~ msgstr "�chec du parcours de l'arbre "
-
-#~ msgid "Failed to open %s"
-#~ msgstr "Impossible d'ouvrir %s"
-
-#~ msgid "Failed to readlink %s"
-#~ msgstr "Impossible de lire le lien %s"
-
-#~ msgid "Failed to unlink %s"
-#~ msgstr "Impossible de d�lier %s"
-
-#~ msgid "*** Failed to link %s to %s"
-#~ msgstr "*** Impossible de lier %s � %s"
-
-#~ msgid " DeLink limit of "
-#~ msgstr " D�lie limite de "
-
#~ msgid "B hit."
#~ msgstr "B contacte."
-#~ msgid "Archive had no package field"
-#~ msgstr "L'archive ne poss�de pas de champ de paquet"
-
-#~ msgid " has no override entry"
-#~ msgstr " ne poss�de pas d'entr�e dominante"
-
-#~ msgid " maintainer is "
-#~ msgstr " le responsable est "
-
#~ msgid " not "
#~ msgstr " pas "
diff --git a/po/hu.po b/po/hu.po
index 2a939dad0..45adbfb83 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.4\n"
-"POT-Creation-Date: 2002-06-16 00:11+0200\n"
+"POT-Creation-Date: 2003-02-09 21:51-0600\n"
"PO-Revision-Date: 2002-01-DA HO:MI+ZONE\n"
"Last-Translator: PASZTOR Gyorgy <pasztor@linux.gyakg.u-szeged.hu>\n"
"Language-Team: Hungarian <hu@li.org>\n"
@@ -13,174 +13,140 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: cmdline/acqprogress.cc:55
-msgid "Hit "
-msgstr "Tal�lat "
-
-#: cmdline/acqprogress.cc:79
-msgid "Get:"
-msgstr "Kinyer:"
-
-#: cmdline/acqprogress.cc:110
-msgid "Ign "
-msgstr "Mell�z"
-
-#: cmdline/acqprogress.cc:114
-msgid "Err "
-msgstr "Hiba "
-
-#: cmdline/acqprogress.cc:135
-#, c-format
-msgid "Fetched %sB in %s (%sB/s)\n"
-msgstr "Leszedve %sB %s alatt (%sB/s)\n"
-
-#: cmdline/acqprogress.cc:225
-msgid " [Working]"
-msgstr " [Dolgozik]"
-
-#: cmdline/acqprogress.cc:271
-#, c-format
-msgid ""
-"Media Change: Please insert the disc labeled '%s' in the drive '%s' and "
-"press enter\n"
-msgstr ""
-"M�dia csere: K�rlek tedd be a '%s' cimk�j� lemezt a '%s' meghajt�ba �s �ss "
-"entert\n"
-
-#: cmdline/apt-cache.cc:131
+#: cmdline/apt-cache.cc:133
#, c-format
msgid "Package %s version %s has an unmet dep:\n"
msgstr "%s csomag %s verzi�j�nak v�ratlan f�gg�s�ge van:\n"
-#: cmdline/apt-cache.cc:171 cmdline/apt-cache.cc:523 cmdline/apt-cache.cc:669
-#: cmdline/apt-cache.cc:1035 cmdline/apt-cache.cc:1181
+#: cmdline/apt-cache.cc:173 cmdline/apt-cache.cc:525 cmdline/apt-cache.cc:671
+#: cmdline/apt-cache.cc:1037 cmdline/apt-cache.cc:1183
#, c-format
msgid "Unable to locate package %s"
msgstr "Nem lehet a %s csomagot behat�rolni"
-#: cmdline/apt-cache.cc:228
+#: cmdline/apt-cache.cc:230
msgid "Total Package Names : "
msgstr "�sszes�tett csomagnevek: "
-#: cmdline/apt-cache.cc:268
+#: cmdline/apt-cache.cc:270
msgid " Normal Packages: "
msgstr " Norm�lis Csomagok: "
-#: cmdline/apt-cache.cc:269
+#: cmdline/apt-cache.cc:271
msgid " Pure Virtual Packages: "
msgstr " Teljesen Virtu�lis Csomagok: "
-#: cmdline/apt-cache.cc:270
+#: cmdline/apt-cache.cc:272
msgid " Single Virtual Packages: "
msgstr " Egyszer� Virtu�lis Csomagok: "
-#: cmdline/apt-cache.cc:271
+#: cmdline/apt-cache.cc:273
msgid " Mixed Virtual Packages: "
msgstr " Vegyes Virtu�lis Csomagok: "
-#: cmdline/apt-cache.cc:272
+#: cmdline/apt-cache.cc:274
msgid " Missing: "
msgstr " Hi�nyzik: "
-#: cmdline/apt-cache.cc:274
+#: cmdline/apt-cache.cc:276
msgid "Total Distinct Versions: "
msgstr "�sszes�tett K�l�nb�z� Verzi�k: "
-#: cmdline/apt-cache.cc:276
+#: cmdline/apt-cache.cc:278
msgid "Total Dependencies: "
msgstr "�sszes�tett F�gg�s�gek: "
-#: cmdline/apt-cache.cc:279
+#: cmdline/apt-cache.cc:281
msgid "Total Ver/File relations: "
msgstr "�sszes�tett Ver/F�jl kapcsolatok: "
-#: cmdline/apt-cache.cc:281
+#: cmdline/apt-cache.cc:283
msgid "Total Provides Mappings: "
msgstr "�sszes�tett gondoskod�sok: "
-#: cmdline/apt-cache.cc:293
+#: cmdline/apt-cache.cc:295
msgid "Total Globbed Strings: "
msgstr "�sszes�tett 'Glob'olt sztringek: "
-#: cmdline/apt-cache.cc:307
+#: cmdline/apt-cache.cc:309
msgid "Total Dependency Version space: "
msgstr "�sszes�tett F�gg�s�gi Verzi� ter�let: "
-#: cmdline/apt-cache.cc:312
+#: cmdline/apt-cache.cc:314
msgid "Total Slack space: "
msgstr "�sszes�tett Laza ter�let: "
-#: cmdline/apt-cache.cc:320
+#: cmdline/apt-cache.cc:322
msgid "Total Space Accounted for: "
msgstr "�sszes�tett Sz�m�tott Ter�let: "
-#: cmdline/apt-cache.cc:442 cmdline/apt-cache.cc:869
+#: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:871
#, c-format
msgid "Package file %s is out of sync."
msgstr "%s csomag f�jl szinkronon k�v�l."
-#: cmdline/apt-cache.cc:911
+#: cmdline/apt-cache.cc:913
msgid "You must give exactly one pattern"
msgstr "Pontosan egy mint�t kell megadnod"
-#: cmdline/apt-cache.cc:1135
+#: cmdline/apt-cache.cc:1137
msgid "Package Files:"
msgstr "CsomagF�jlok:"
-#: cmdline/apt-cache.cc:1142 cmdline/apt-cache.cc:1228
+#: cmdline/apt-cache.cc:1144 cmdline/apt-cache.cc:1230
msgid "Cache is out of sync, can't x-ref a package file"
msgstr "Cache szinkronon k�v�l, nem lehet keresztbehivatkozni a csomagf�jlra"
-#: cmdline/apt-cache.cc:1143
+#: cmdline/apt-cache.cc:1145
#, c-format
msgid "%4i %s\n"
msgstr "%4i %s\n"
#. Show any packages have explicit pins
-#: cmdline/apt-cache.cc:1155
+#: cmdline/apt-cache.cc:1157
msgid "Pinned Packages:"
msgstr "T�z�tt csomagok:"
-#: cmdline/apt-cache.cc:1167 cmdline/apt-cache.cc:1208
+#: cmdline/apt-cache.cc:1169 cmdline/apt-cache.cc:1210
msgid "(not found)"
msgstr "(nem tal�lt)"
#. Installed version
-#: cmdline/apt-cache.cc:1188
+#: cmdline/apt-cache.cc:1190
msgid " Installed: "
msgstr " Install�lva: "
-#: cmdline/apt-cache.cc:1190 cmdline/apt-cache.cc:1198
+#: cmdline/apt-cache.cc:1192 cmdline/apt-cache.cc:1200
msgid "(none)"
msgstr "(nincs)"
-#. Candidate Version
-#: cmdline/apt-cache.cc:1195
+#. Candidate Version
+#: cmdline/apt-cache.cc:1197
msgid " Candidate: "
msgstr " Jel�lt: "
-#: cmdline/apt-cache.cc:1205
+#: cmdline/apt-cache.cc:1207
msgid " Package Pin: "
msgstr " Csomag T�: "
#. Show the priority tables
-#: cmdline/apt-cache.cc:1214
+#: cmdline/apt-cache.cc:1216
msgid " Version Table:"
msgstr " Verzi� T�bla:"
-#: cmdline/apt-cache.cc:1229
+#: cmdline/apt-cache.cc:1231
#, c-format
msgid " %4i %s\n"
msgstr " %4i %s\n"
-#: cmdline/apt-cache.cc:1256 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:69
-#: cmdline/apt-extracttemplates.cc:223 cmdline/apt-get.cc:2011
-#: cmdline/apt-sortpkgs.cc:142 ftparchive/apt-ftparchive.cc:544
+#: cmdline/apt-cache.cc:1258 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
+#: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:544
+#: cmdline/apt-get.cc:2049 cmdline/apt-sortpkgs.cc:144
#, c-format
msgid "%s %s for %s %s compiled on %s %s\n"
msgstr "%s %s a %s %s hez kompil�lva %s %s-kor\n"
-#: cmdline/apt-cache.cc:1260
+#: cmdline/apt-cache.cc:1262
#, fuzzy
msgid ""
"Usage: apt-cache [options] command\n"
@@ -192,7 +158,7 @@ msgid ""
"cache files, and query information from them\n"
"\n"
"Commands:\n"
-" add - Add an package file to the source cache\n"
+" add - Add a package file to the source cache\n"
" gencaches - Build both the package and source cache\n"
" showpkg - Show some general information for a single package\n"
" showsrc - Show source records\n"
@@ -249,11 +215,11 @@ msgstr ""
" -o=? Be�ll�t egy tetsz�leges konfigur�ci�s opci�t, pl -o dir::cache=/tmp\n"
"L�sd az apt-cache(8) �s apt.conf(5) k�zik�nyvlapokat tov�bbi inf��rt.\n"
-#: cmdline/apt-config.cc:40
+#: cmdline/apt-config.cc:41
msgid "Arguments not in pairs"
msgstr "Arhumentumok nincsenek p�rban"
-#: cmdline/apt-config.cc:75
+#: cmdline/apt-config.cc:76
msgid ""
"Usage: apt-config [options] command\n"
"\n"
@@ -280,12 +246,12 @@ msgstr ""
" -c=? Ezt a konfigur�ci�s f�jlt olvassa be\n"
" -o=? Be�ll�t egy tetsz�leges konfigur�ci�s opci�t, pl -o dir::cache=/tmp\n"
-#: cmdline/apt-extracttemplates.cc:96
+#: cmdline/apt-extracttemplates.cc:98
#, c-format
msgid "%s not a valid DEB package."
msgstr "A %s nem egy �rv�nyes DEB csomag."
-#: cmdline/apt-extracttemplates.cc:230
+#: cmdline/apt-extracttemplates.cc:232
msgid ""
"Usage: apt-extracttemplates file1 [file2 ...]\n"
"\n"
@@ -309,22 +275,313 @@ msgstr ""
" -c=? Ezt a konfigur�ci�s f�jlt olvassa be\n"
" -o=? Be�ll�t egy tetsz�leges konfigur�ci�s opci�t, pl -o dir::cache=/tmp\n"
-#: apt-pkg/pkgcachegen.cc:626 cmdline/apt-extracttemplates.cc:257
+#: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
#, c-format
msgid "Unable to write to %s"
msgstr "Nem lehet %s-be �rni"
-#: cmdline/apt-extracttemplates.cc:298
+#: cmdline/apt-extracttemplates.cc:302
msgid "Cannot get debconf version. Is debconf installed?"
msgstr "Nem lehet megtudni a debconf verzi�t. Van debconf install�lva?"
+#: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:336
+msgid "Package extension list is too long"
+msgstr "Csomagkiterjeszt�sek list�ja t�l hossz�"
+
+#: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
+#: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:251
+#: ftparchive/apt-ftparchive.cc:265 ftparchive/apt-ftparchive.cc:287
+#, c-format
+msgid "Error Processing directory %s"
+msgstr "Hiba a %s k�nyt�r Feldolgoz�sakor"
+
+#: ftparchive/apt-ftparchive.cc:249
+msgid "Source extension list is too long"
+msgstr "Forr�skiterjeszt�sek list�ja t�l hossz�"
+
+#: ftparchive/apt-ftparchive.cc:366
+msgid "Error writing header to contents file"
+msgstr "Hiba a tartalom f�jl fejl�c�nek �r�sakor"
+
+#: ftparchive/apt-ftparchive.cc:396
+#, c-format
+msgid "Error Processing Contents %s"
+msgstr "Hiba %s Tartalm�nak Feldolgoz�s�val"
+
+#: ftparchive/apt-ftparchive.cc:550
+#, fuzzy
+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"
+"\n"
+"apt-ftparchive generates index files for Debian archives. It supports\n"
+"many styles of generation from fully automated to functional replacements\n"
+"for dpkg-scanpackages and dpkg-scansources\n"
+"\n"
+"apt-ftparchive generates Package files from a tree of .debs. The\n"
+"Package file contains the contents of all the control fields from\n"
+"each package as well as the MD5 hash and filesize. An override file\n"
+"is supported to force the value of Priority and Section.\n"
+"\n"
+"Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
+"The --source-override option can be used to specify a src override file\n"
+"\n"
+"The 'packages' and 'sources' command should be run in the root of the\n"
+"tree. BinaryPath should point to the base of the recursive search and \n"
+"override file should contian the override flags. Pathprefix is\n"
+"appended to the filename fields if present. Example usage from the \n"
+"debian archive:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+"\n"
+"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"
+msgstr ""
+"Az apt-ftparchive indexf�jlokat gener�l a Debian arch�vokhoz. A gener�l�s\n"
+"sok st�lus�t t�mogatja, a teljesen automatiz�lt�l kezdve a\n"
+"dpkg-scanpackages �s a dpkg-scansources funkcion�lis helyettes�t�s�ig.\n"
+"\n"
+"Az apt-ftparchive 'Package' f�jlokat gener�l a .deb-ek f�j�b�l. A Package\n"
+"f�jl minden vez�rl� mez�t tartalmaz minden egyes csomagr�l �gy az MD5\n"
+"hasht mint a f�jlm�retet. Az override (fel�lb�r�l�) f�jl t�mogatja a\n"
+"Priorit�s �s Szekci� mez�k �rt�k�nek fel�lb�r�l�s�t.\n"
+"\n"
+"Hasonl�k�ppen az apt-ftparchive 'Sources' f�jlokat gener�l .dsc-k f�j�b�l.\n"
+"A --source-override opci� haszn�lhat� forr�sfel�lb�r�l� f�jlok megad�s�ra\n"
+"\n"
+"A 'packages' �s 'sources' parancsokat a fa gy�ker�b�l kell futtatni.\n"
+"A BinaryPath-nak a rekurz�v keres�s kiindul�pontj�ra kell mutatni �s\n"
+"az override f�jlnak a fel�lb�r�l� jelz�ket kell tartalmaznia. A Pathprefix\n"
+"hozz�j�n a f�jln�v mez�kh�z ha az adott. P�lda felhaszn�l�s a\n"
+"debian arch�vumb�l:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+
+#: ftparchive/apt-ftparchive.cc:731
+msgid "No selections matched"
+msgstr "Nincs ideill� kiv�laszt�s"
+
+#: ftparchive/apt-ftparchive.cc:804
+#, c-format
+msgid "Some files are missing in the package file group `%s'"
+msgstr "N�h�ny f�jl hi�nyzik a '%s' csomagf�jl csoportb�l"
+
+#: ftparchive/cachedb.cc:43
+#, c-format
+msgid "DB was corrupted, file renamed to %s.old"
+msgstr "DB megs�r�lt, a f�jl �tnevezve %s.old -ra"
+
+#: ftparchive/cachedb.cc:59
+#, c-format
+msgid "Unable to open DB2 file %s"
+msgstr "A %s DB2 f�jlt nem lehet megnyitni"
+
+#: ftparchive/cachedb.cc:99
+#, c-format
+msgid "File date has changed %s"
+msgstr "%s f�jl d�tuma megv�ltozott"
+
+#: ftparchive/cachedb.cc:140
+msgid "Archive has no control record"
+msgstr "Az arch�vnak nincs vez�rl� rekordja"
+
+#: ftparchive/cachedb.cc:253 ftparchive/cachedb.cc:257
+msgid "Unable to get a cursor"
+msgstr "Nem siker�lt egy mutat�t venni"
+
+#: ftparchive/writer.cc:78
+#, fuzzy, c-format
+msgid "W: Unable to read directory %s\n"
+msgstr "W: nem lehet a k�nyvt�rat olvasni"
+
+#: ftparchive/writer.cc:83
+#, fuzzy, c-format
+msgid "W: Unable to stat %s\n"
+msgstr "W: Nem lehet tesztelni "
+
+#: ftparchive/writer.cc:122
+msgid "E: "
+msgstr "E: "
+
+#: ftparchive/writer.cc:124
+msgid "W: "
+msgstr "W: "
+
+#: ftparchive/writer.cc:131
+#, fuzzy
+msgid "E: Errors apply to file "
+msgstr "E: Hib�k vonatkoznak a f�jlra '"
+
+#: ftparchive/writer.cc:148 ftparchive/writer.cc:178
+#, c-format
+msgid "Failed to resolve %s"
+msgstr "Nem siker�lt %s-t feloldani"
+
+#: ftparchive/writer.cc:160
+msgid "Tree walking failed"
+msgstr "Fabej�r�s nem siker�lt"
+
+#: ftparchive/writer.cc:185
+#, c-format
+msgid "Failed to open %s"
+msgstr "Nem siker�lt %s-t megnyitni"
+
+#: ftparchive/writer.cc:242
+#, c-format
+msgid " DeLink %s [%s]\n"
+msgstr ""
+
+#: ftparchive/writer.cc:250
+#, c-format
+msgid "Failed to readlink %s"
+msgstr "Nem siker�lt %s-t readlink-elni"
+
+#: ftparchive/writer.cc:254
+#, c-format
+msgid "Failed to unlink %s"
+msgstr "Nem siker�lt %s-t unlink-elni"
+
+#: ftparchive/writer.cc:261
+#, c-format
+msgid "*** Failed to link %s to %s"
+msgstr "*** Nem siker�lt %s-t %s-hez link-elni"
+
+#: ftparchive/writer.cc:271
+#, fuzzy, c-format
+msgid " DeLink limit of %sB hit.\n"
+msgstr " DeLink-eli a korl�tj�t "
+
+#: ftparchive/writer.cc:338 apt-inst/extract.cc:181 apt-inst/extract.cc:193
+#: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Nem siker�lt tesztelni %s-t"
+
+#: ftparchive/writer.cc:358
+msgid "Archive had no package field"
+msgstr "Az arch�vnak nincs csomag mez�je"
+
+#: ftparchive/writer.cc:366 ftparchive/writer.cc:576
+#, fuzzy, c-format
+msgid " %s has no override entry\n"
+msgstr "-nek nincs fel�lb�r�l� bejegyz�se"
+
+#: ftparchive/writer.cc:409 ftparchive/writer.cc:658
+#, fuzzy, c-format
+msgid " %s maintainer is %s not %s\n"
+msgstr " a karbantart� "
+
+#: ftparchive/contents.cc:346 ftparchive/contents.cc:377
+msgid "realloc - Failed to allocate memory"
+msgstr "realloc - Nem siker�lt mem�ri�t lefoglalni"
+
+#: ftparchive/override.cc:38 ftparchive/override.cc:146
+#, c-format
+msgid "Unable to open %s"
+msgstr "Nem lehet %s-t megnyitni"
+
+#: ftparchive/override.cc:64 ftparchive/override.cc:170
+#, c-format
+msgid "Malformed override %s line %lu #1"
+msgstr "Deform�lt fel�lb�r�l�s %s %lu. sor�ban #1"
+
+#: ftparchive/override.cc:78 ftparchive/override.cc:182
+#, c-format
+msgid "Malformed override %s line %lu #2"
+msgstr "Deform�lt fel�lb�r�l�s %s %lu. sor�ban #2"
+
+#: ftparchive/override.cc:92 ftparchive/override.cc:195
+#, c-format
+msgid "Malformed override %s line %lu #3"
+msgstr "Deform�lt fel�lb�r�l�s %s %lu. sor�ban #3"
+
+#: ftparchive/override.cc:131 ftparchive/override.cc:205
+#, c-format
+msgid "Failed to read the override file %s"
+msgstr "Nem lehet a %s fel�lb�r�l� f�jlt olvasni"
+
+#: ftparchive/multicompress.cc:75
+#, c-format
+msgid "Unknown Compresison Algorithm '%s'"
+msgstr "Ismeretlen a '%s' T�m�r�t�si Algoritmus"
+
+#: ftparchive/multicompress.cc:105
+#, c-format
+msgid "Compressed output %s needs a compression set"
+msgstr "%s t�m�r�tett kimenetnek egy t�m�r�t� k�szlet kell"
+
+#: ftparchive/multicompress.cc:172 methods/rsh.cc:91
+msgid "Failed to create IPC pipe to subprocess"
+msgstr "Nem siker�lt IPC cs�vet csin�lni az alprocesszhez"
+
+#: ftparchive/multicompress.cc:198
+msgid "Failed to create FILE*"
+msgstr "Nem siker�lt FILE*-ot l�trehozni"
+
+#: ftparchive/multicompress.cc:201
+msgid "Failed to fork"
+msgstr "Nem siker�lt fork-olni"
+
+#: ftparchive/multicompress.cc:215
+msgid "Compress Child"
+msgstr "T�m�r�t� Gyerek"
+
+#: ftparchive/multicompress.cc:238
+#, c-format
+msgid "Internal Error, Failed to create %s"
+msgstr "Bels� Hiba, Nem siker�lt %s-t l�trehozni"
+
+#: ftparchive/multicompress.cc:289
+msgid "Failed to create subprocess IPC"
+msgstr "Nem siker�lt az alprocessz IPC-t l�trehozni"
+
+#: ftparchive/multicompress.cc:324
+msgid "Failed to exec compressor "
+msgstr "Nem siker�lt elind�tani a t�m�r�t�t "
+
+#: ftparchive/multicompress.cc:363
+#, fuzzy
+msgid "decompressor"
+msgstr "Nem siker�lt elind�tani a t�m�r�t�t "
+
+#: ftparchive/multicompress.cc:406
+msgid "IO to subprocess/file failed"
+msgstr "IO az alprocesszhez/f�jlhoz nem siker�lt"
+
+#: ftparchive/multicompress.cc:458
+msgid "Failed to read while computing MD5"
+msgstr "Hiba az olvas�sban az MD5 kisz�m�t�sakor"
+
+#: ftparchive/multicompress.cc:475
+#, c-format
+msgid "Problem unlinking %s"
+msgstr "Probl�ma %s unlink-el�s�vel"
+
+#: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
+#, c-format
+msgid "Failed to rename %s to %s"
+msgstr "Nem siker�lt �tnevezni %s-t %s-re"
+
#. This needs to be a capital
#: cmdline/apt-get.cc:116
msgid "Y"
msgstr "I"
#: cmdline/apt-get.cc:193
-msgid "Sorry, but the following packages have unmet dependencies:"
+#, fuzzy
+msgid "The following packages have unmet dependencies:"
msgstr "Sajn�lom, de a k�vetkez� csomagoknak v�ratlan f�gg�s�gei vannak:"
#: cmdline/apt-get.cc:283
@@ -451,39 +708,39 @@ msgstr "V�ratlan f�gg�s�gek. Pr�b�ld a -f haszn�lat�val."
msgid "Packages need to be removed but Remove is disabled."
msgstr "Csomagokat kellene elt�vol�tani, de az Elt�vol�t�s tiltott."
-#: cmdline/apt-get.cc:683 cmdline/apt-get.cc:1574 cmdline/apt-get.cc:1607
+#: cmdline/apt-get.cc:683 cmdline/apt-get.cc:1578 cmdline/apt-get.cc:1611
msgid "Unable to lock the download directory"
msgstr "Nem lehet z�rolni a let�lt�si k�nyvt�rat"
-#: apt-pkg/cachefile.cc:67 cmdline/apt-get.cc:693 cmdline/apt-get.cc:1655
-#: cmdline/apt-get.cc:1866
+#: cmdline/apt-get.cc:693 cmdline/apt-get.cc:1659 cmdline/apt-get.cc:1870
+#: apt-pkg/cachefile.cc:67
msgid "The list of sources could not be read."
msgstr "A forr�sok list�ja olvashatatlan."
#: cmdline/apt-get.cc:713
-#, c-format
-msgid "Need to get %sB/%sB of archives. "
+#, fuzzy, c-format
+msgid "Need to get %sB/%sB of archives.\n"
msgstr "%sB/%sB-ot kell leszedni az arch�vumb�l. "
#: cmdline/apt-get.cc:716
-#, c-format
-msgid "Need to get %sB of archives. "
+#, fuzzy, c-format
+msgid "Need to get %sB of archives.\n"
msgstr "%sB-ot kell leszedni az arch�vumb�l. "
#: cmdline/apt-get.cc:721
-#, c-format
-msgid "After unpacking %sB will be used.\n"
+#, fuzzy, c-format
+msgid "After unpacking %sB of additional disk space will be used.\n"
msgstr "Kicsomagol�s ut�n %sB ker�l haszn�latba.\n"
#: cmdline/apt-get.cc:724
-#, c-format
-msgid "After unpacking %sB will be freed.\n"
+#, fuzzy, c-format
+msgid "After unpacking %sB disk space will be freed.\n"
msgstr "Kicsomagol�s ut�n %sB ker�l felszabad�t�sra.\n"
#: cmdline/apt-get.cc:741
-#, c-format
-msgid "Sorry, you don't have enough free space in %s to hold all the .debs."
-msgstr "Sajn�lom, nincs el�g szabad helyes %s-ben az �sszes .deb sz�m�ra."
+#, fuzzy, c-format
+msgid "You don't have enough free space in %s."
+msgstr "Sajn�lom, nincs el�g szabad helyed %s -ben"
#: cmdline/apt-get.cc:750
msgid "There are problems and -y was used without --force-yes"
@@ -516,7 +773,7 @@ msgstr "Megszak�t."
msgid "Do you want to continue? [Y/n] "
msgstr "Folytatni akarod? [Y/n]"
-#: cmdline/apt-get.cc:850 cmdline/apt-get.cc:1219 cmdline/apt-get.cc:1764
+#: cmdline/apt-get.cc:850 cmdline/apt-get.cc:1219 cmdline/apt-get.cc:1768
#, c-format
msgid "Failed to fetch %s %s\n"
msgstr "Nem siker�lt leszedni %s %s\n"
@@ -525,7 +782,7 @@ msgstr "Nem siker�lt leszedni %s %s\n"
msgid "Some files failed to download"
msgstr "N�h�ny f�jlt nem siker�lt let�lteni"
-#: cmdline/apt-get.cc:869 cmdline/apt-get.cc:1773
+#: cmdline/apt-get.cc:869 cmdline/apt-get.cc:1777
msgid "Download complete and in download only mode"
msgstr "A let�lt�s befejez�d�tt a 'csak let�lt�' m�dban"
@@ -600,15 +857,14 @@ msgid "Package %s has no installation candidate"
msgstr "A %s csomagnak nincs telep�t�shez jel�ltje"
#: cmdline/apt-get.cc:1020
-#, c-format
-msgid ""
-"Sorry, re-installation of %s is not possible, it cannot be downloaded.\n"
+#, fuzzy, c-format
+msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
msgstr ""
"Sajn�lom, %s �jratelep�t�se nem lehets�ges, mert nem lehet let�lteni.\n"
#: cmdline/apt-get.cc:1028
-#, c-format
-msgid "Sorry, %s is already the newest version.\n"
+#, fuzzy, c-format
+msgid "%s is already the newest version.\n"
msgstr "Sajn�lom, %s m�r a leg�jabb verzi�.\n"
#: cmdline/apt-get.cc:1055
@@ -646,21 +902,26 @@ msgstr ""
msgid "Internal Error, AllUpgrade broke stuff"
msgstr "Bels� hiba, AllUpgrade megs�rtette az anyagot"
-#: cmdline/apt-get.cc:1346 cmdline/apt-get.cc:1379
+#: cmdline/apt-get.cc:1347 cmdline/apt-get.cc:1383
#, c-format
msgid "Couldn't find package %s"
msgstr "Nem tal�lhat� a %s csomag"
-#: cmdline/apt-get.cc:1359
+#: cmdline/apt-get.cc:1360
#, c-format
msgid "Regex compilation error - %s"
msgstr "Regex kompil�ci�s hiba - %s"
-#: cmdline/apt-get.cc:1396
+#: cmdline/apt-get.cc:1370
+#, fuzzy, c-format
+msgid "Note, selecting %s for regex '%s'\n"
+msgstr "Megjegyz�s, %s kiv�laszt�sa %s helyett\n"
+
+#: cmdline/apt-get.cc:1400
msgid "You might want to run `apt-get -f install' to correct these:"
msgstr "Futtathatod az 'apt-get -f install'-t hogy kijav�tsd ezeket:"
-#: cmdline/apt-get.cc:1399
+#: cmdline/apt-get.cc:1403
msgid ""
"Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
"solution)."
@@ -668,7 +929,7 @@ msgstr ""
"V�ratlan f�gg�s�gek. Pr�b�ld 'apt-get -f install'-al csomagok n�lk�l (vagy "
"adj egy megold�st)."
-#: cmdline/apt-get.cc:1411
+#: cmdline/apt-get.cc:1415
msgid ""
"Some packages could not be installed. This may mean that you have\n"
"requested an impossible situation or if you are using the unstable\n"
@@ -680,7 +941,7 @@ msgstr ""
"haszn�lod, ami n�h�ny ig�nyelt csomagot m�g nem tartalmaz, vagy �t\n"
"ki lett mozd�tva az Incoming-b�l."
-#: cmdline/apt-get.cc:1419
+#: cmdline/apt-get.cc:1423
msgid ""
"Since you only requested a single operation it is extremely likely that\n"
"the package is simply not installable and a bug report against\n"
@@ -690,104 +951,112 @@ msgstr ""
"hogy a csomag egyszer�en nem telep�thet� �s egy hibajelent�st kellene\n"
"kit�lteni a csomaghoz."
-#: cmdline/apt-get.cc:1424
+#: cmdline/apt-get.cc:1428
msgid "The following information may help to resolve the situation:"
msgstr "A k�vetkez� inform�ci� tal�n seg�t megoldani a helyzetet:"
-#: cmdline/apt-get.cc:1427
-msgid "Sorry, broken packages"
+#: cmdline/apt-get.cc:1431
+#, fuzzy
+msgid "Broken packages"
msgstr "Sajn�lom, s�r�lt csomagok"
-#: cmdline/apt-get.cc:1450
+#: cmdline/apt-get.cc:1454
msgid "The following extra packages will be installed:"
msgstr "A k�vetkez� extra csomagok ker�lnek telep�t�sre:"
-#: cmdline/apt-get.cc:1469
+#: cmdline/apt-get.cc:1473
msgid "Calculating Upgrade... "
msgstr "Friss�t�s sz�mol�sa... "
-#: cmdline/apt-get.cc:1472
+#: cmdline/apt-get.cc:1476 methods/ftp.cc:700 methods/connect.cc:99
msgid "Failed"
msgstr "Hib�zott"
-#: cmdline/apt-get.cc:1477
+#: cmdline/apt-get.cc:1481
msgid "Done"
msgstr "K�sz"
-#: cmdline/apt-get.cc:1650
+#: cmdline/apt-get.cc:1654
msgid "Must specify at least one package to fetch source for"
msgstr "Legal�bb egy csomagot meg kell adj aminek a forr�s�t le kell szedni"
-#: cmdline/apt-get.cc:1677 cmdline/apt-get.cc:1884
+#: cmdline/apt-get.cc:1681 cmdline/apt-get.cc:1888
#, c-format
msgid "Unable to find a source package for %s"
msgstr "Nem lehet a %s csomaghoz forr�st tal�lni"
-#: cmdline/apt-get.cc:1724
-#, c-format
-msgid "Sorry, you don't have enough free space in %s"
+#: cmdline/apt-get.cc:1728
+#, fuzzy, c-format
+msgid "You don't have enough free space in %s"
msgstr "Sajn�lom, nincs el�g szabad helyed %s -ben"
-#: cmdline/apt-get.cc:1729
+#: cmdline/apt-get.cc:1733
#, c-format
msgid "Need to get %sB/%sB of source archives.\n"
msgstr "%sB/%sB forr�sarch�vot kell let�lteni.\n"
-#: cmdline/apt-get.cc:1732
+#: cmdline/apt-get.cc:1736
#, c-format
msgid "Need to get %sB of source archives.\n"
msgstr "%sB forr�sarch�vot kell let�lteni.\n"
-#: cmdline/apt-get.cc:1738
+#: cmdline/apt-get.cc:1742
#, c-format
msgid "Fetch Source %s\n"
msgstr "%s Forr�s Let�lt�se\n"
-#: cmdline/apt-get.cc:1769
+#: cmdline/apt-get.cc:1773
msgid "Failed to fetch some archives."
msgstr "Nem siker�lt n�h�ny arch�vot leszedni."
-#: cmdline/apt-get.cc:1797
+#: cmdline/apt-get.cc:1801
#, c-format
msgid "Skipping unpack of already unpacked source in %s\n"
msgstr "Kihagyja egy m�r kibontott csomag kibont�s�t a %s-ben\n"
-#: cmdline/apt-get.cc:1809
+#: cmdline/apt-get.cc:1813
#, c-format
msgid "Unpack command '%s' failed.\n"
msgstr "'%s' Kibont�si parancs nem siker�lt.\n"
-#: cmdline/apt-get.cc:1826
+#: cmdline/apt-get.cc:1830
#, c-format
msgid "Build command '%s' failed.\n"
msgstr "'%s' �p�t� parancs nem siker�lt.\n"
-#: cmdline/apt-get.cc:1845
+#: cmdline/apt-get.cc:1849
msgid "Child process failed"
msgstr "Gyerek processz hib�zott"
-#: cmdline/apt-get.cc:1861
+#: cmdline/apt-get.cc:1865
msgid "Must specify at least one package to check builddeps for"
msgstr "Legal�bb egy csomagot adj, aminek a builddepjeit ellen�rizni kell"
-#: cmdline/apt-get.cc:1889
+#: cmdline/apt-get.cc:1893
#, c-format
msgid "Unable to get build-dependency information for %s"
msgstr "Nem lehet %s �p�t�si-f�gg�s�g inform�ci�j�t beszerezni"
-#: cmdline/apt-get.cc:1909
+#: cmdline/apt-get.cc:1913
#, c-format
msgid "%s has no build depends.\n"
msgstr "%s-nek nincs �p�t�si f�gg�s�ge.\n"
-#: cmdline/apt-get.cc:1927
-#, c-format
+#: cmdline/apt-get.cc:1948
+#, fuzzy, c-format
msgid ""
-"%s dependency on %s cannot be satisfied because the package %s cannot be "
+"%s dependency for %s cannot be satisfied because the package %s cannot be "
"found"
msgstr "%s f�gg�s�ge %s-en nem kiel�g�thet� mert a %s csomagot nem tal�lom"
-#: cmdline/apt-get.cc:1979
+#: cmdline/apt-get.cc:1990
+#, fuzzy, c-format
+msgid ""
+"%s dependency for %s cannot be satisfied because no available versions of "
+"package %s can satisfy version requirements"
+msgstr "%s f�gg�s�ge %s-en nem kiel�g�thet� mert a %s csomagot nem tal�lom"
+
+#: cmdline/apt-get.cc:2017
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."
@@ -795,15 +1064,15 @@ msgstr ""
"N�h�ny s�r�lt csomagot tal�ltam m�g pr�b�ltam feldolgozni az �p�t�si-\n"
"f�gg�s�geket. Futtathatod az 'apt-get -f install'-t hogy kijav�tsd ezeket."
-#: cmdline/apt-get.cc:1984
+#: cmdline/apt-get.cc:2022
msgid "Failed to process build dependencies"
msgstr "Nem siker�lt az �p�t�si f�gg�s�geket feldolgozni"
-#: cmdline/apt-get.cc:2016
+#: cmdline/apt-get.cc:2054
msgid "Supported Modules:"
msgstr "T�mogatott Modulok:"
-#: cmdline/apt-get.cc:2057
+#: cmdline/apt-get.cc:2095
msgid ""
"Usage: apt-get [options] command\n"
" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -881,11 +1150,45 @@ msgstr ""
"tov�bbi inform�ci�k�rt �s opci�k�rt.\n"
" Ez az APT a SzuperTeh�n Hatalm�val b�r.\n"
-#: cmdline/apt-sortpkgs.cc:84
+#: cmdline/acqprogress.cc:55
+msgid "Hit "
+msgstr "Tal�lat "
+
+#: cmdline/acqprogress.cc:79
+msgid "Get:"
+msgstr "Kinyer:"
+
+#: cmdline/acqprogress.cc:110
+msgid "Ign "
+msgstr "Mell�z"
+
+#: cmdline/acqprogress.cc:114
+msgid "Err "
+msgstr "Hiba "
+
+#: cmdline/acqprogress.cc:135
+#, c-format
+msgid "Fetched %sB in %s (%sB/s)\n"
+msgstr "Leszedve %sB %s alatt (%sB/s)\n"
+
+#: cmdline/acqprogress.cc:225
+msgid " [Working]"
+msgstr " [Dolgozik]"
+
+#: cmdline/acqprogress.cc:271
+#, c-format
+msgid ""
+"Media Change: Please insert the disc labeled '%s' in the drive '%s' and "
+"press enter\n"
+msgstr ""
+"M�dia csere: K�rlek tedd be a '%s' cimk�j� lemezt a '%s' meghajt�ba �s �ss "
+"entert\n"
+
+#: cmdline/apt-sortpkgs.cc:86
msgid "Unknown package record!"
msgstr "Ismeretlen csomag bejegyz�s!"
-#: cmdline/apt-sortpkgs.cc:148
+#: cmdline/apt-sortpkgs.cc:150
msgid ""
"Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
"\n"
@@ -909,793 +1212,1241 @@ msgstr ""
" -c=? Ezt a konfigur�ci�s f�jlt olvassa be\n"
" -o=? Be�ll�t egy tetsz�leges konfigur�ci�s opci�t, pl -o dir::cache=/tmp\n"
-#: apt-pkg/acquire.cc:61
-#, c-format
-msgid "Lists directory %spartial is missing."
-msgstr "Listak konyvtara %s r�szben hi�nyzik."
+#: apt-inst/contrib/extracttar.cc:115
+msgid "Failed to create pipes"
+msgstr "Nem siker�lt cs�veket l�trehozni"
-#: apt-pkg/acquire.cc:65
+#: apt-inst/contrib/extracttar.cc:140
+msgid "Failed to exec gzip "
+msgstr "Nem siker�lt gzipet futtatni "
+
+#: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
+msgid "Corrupted archive"
+msgstr "Elromlott arch�v"
+
+#: apt-inst/contrib/extracttar.cc:192
+msgid "Tar Checksum failed, archive corrupted"
+msgstr "Tar ellen�rz��sszed elromlott, arch�v megs�r�lt"
+
+#: apt-inst/contrib/extracttar.cc:295
#, c-format
-msgid "Archive directory %spartial is missing."
-msgstr "Arch�v k�nyvt�r %s r�szben hi�nyzik."
+msgid "Unkown TAR header type %u, member %s"
+msgstr "Ismeretlen a %u TAR fejl�c t�pus, %s tagja"
+
+#: apt-inst/contrib/arfile.cc:73
+msgid "Invalid archive signature"
+msgstr "�rv�nytelen arch�v al��r�s"
+
+#: apt-inst/contrib/arfile.cc:81
+msgid "Error reading archive member header"
+msgstr "Hiba az arch�vtag fejl�c olvas�sakor"
+
+#: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
+msgid "Invalid archive member header"
+msgstr "�rv�nytelen arch�vtag fejl�c"
-#: apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
+#: apt-inst/contrib/arfile.cc:131
+msgid "Archive is too short"
+msgstr "Arch�v t�l r�vid"
+
+#: apt-inst/contrib/arfile.cc:135
+msgid "Failed to read the archive headers"
+msgstr "Nem siker�lt olvasni az arch�v fejl�ceket"
+
+#: apt-inst/filelist.cc:384
+msgid "DropNode called on still linked node"
+msgstr "NodeDob�s h�v�s egy m�g mind�g kapcsol�d� node-ra"
+
+#: apt-inst/filelist.cc:416
+msgid "Failed to locate the hash element!"
+msgstr "Nem lehet behat�rolni a has�t� elemet!"
+
+#: apt-inst/filelist.cc:463
+msgid "Failed to allocate diversion"
+msgstr "Nem lehet elt�r�t�st lefoglalni"
+
+#: apt-inst/filelist.cc:468
+msgid "Internal Error in AddDiversion"
+msgstr "Bels� hiba az Elt�r�t�sHozz�ad�s-ban"
+
+#: apt-inst/filelist.cc:481
#, c-format
-msgid "Unable to read %s"
-msgstr "%s olvashatatlan"
+msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
+msgstr "%s -> %s �s %s/%s elt�r�t�st pr�b�lja fel�l�rni"
-#: apt-pkg/acquire.cc:418 apt-pkg/clean.cc:44
+#: apt-inst/filelist.cc:510
#, c-format
-msgid "Unable to change to %s"
-msgstr "Nem lehet %s-t megv�ltoztatni"
+msgid "Double add of diversion %s -> %s"
+msgstr "Dupl�n addja hozz� a %s -> %s elt�r�t�st"
-#: apt-pkg/acquire-item.cc:124
+#: apt-inst/filelist.cc:553
#, c-format
-msgid "rename failed, %s (%s -> %s)."
-msgstr "sikertelen �tnevez�s, %s (%s -> %s)."
+msgid "Duplicate conf file %s/%s"
+msgstr "Dupla %s/%s konf. f�jl"
-#: apt-pkg/acquire-item.cc:353
+#: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
#, c-format
-msgid ""
-"I wasn't able to locate a file for the %s package. This might mean you need "
-"to manually fix this package. (due to missing arch)"
-msgstr ""
-"Nem tudtam meghat�rozni egy f�jlt a %s csomaghoz. Ez azt jelentheti, "
-"hogyneked k�zileg kell kijav�tani a csomagot. (hi�nyz� arch. miatt)"
+msgid "Failed write file %s"
+msgstr "Nem siker�lt a %s f�jlba �rni"
-#: apt-pkg/acquire-item.cc:388
+#: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
#, c-format
-msgid ""
-"I wasn't able to locate file for the %s package. This might mean you need to "
-"manually fix this package."
-msgstr ""
-"Nem tudtam meghat�rozni egy f�jlt a %s csomaghoz. Ez azt jelentheti, "
-"hogyneked k�zileg kell kijav�tani a csomagot."
+msgid "Failed to close file %s"
+msgstr "Nem siker�lt a %s f�jlt bez�rni"
-#: apt-pkg/acquire-item.cc:419
+#: apt-inst/extract.cc:96 apt-inst/extract.cc:167
#, c-format
-msgid ""
-"The package index files are corrupted. No Filename: field for package %s."
-msgstr ""
-"A csomag index f�jljok megs�r�ltek. Nincs Filename: mez� a %s csomagoz."
+msgid "The path %s is too long"
+msgstr "A %s �t t�l hossz�"
-#: apt-pkg/acquire-item.cc:501
-msgid "Size mismatch"
-msgstr "Nem j� m�ret"
+#: apt-inst/extract.cc:127
+#, c-format
+msgid "Unpacking %s more than once"
+msgstr "%s-t t�bb mint egyszeri kicsomagol�sa"
-#: apt-pkg/acquire-item.cc:511
-msgid "MD5Sum mismatch"
-msgstr "Nem j� MD5Sum"
+#: apt-inst/extract.cc:137
+#, c-format
+msgid "The directory %s is diverted"
+msgstr "A %s k�nyvt�r elt�r�tve"
-#: apt-pkg/acquire-worker.cc:112
+#: apt-inst/extract.cc:147
#, c-format
-msgid "The method driver %s could not be found."
-msgstr "A %s m�dszer vez�rl� nem tal�lhat�."
+msgid "The package is trying to write to the diversion target %s/%s"
+msgstr "A csomag megpr�b�l �rni a %s/%s elt�r�tett c�lpontba"
-#: apt-pkg/acquire-worker.cc:161
+#: apt-inst/extract.cc:157 apt-inst/extract.cc:300
+msgid "The diversion path is too long"
+msgstr "Az elt�r�tett �t t�l hossz�"
+
+#: apt-inst/extract.cc:243
#, c-format
-msgid "Method %s did not start correctly"
-msgstr "A %s m�dszer nem indult el helyesen"
+msgid "The directory %s is being replaced by a non-directory"
+msgstr "A %s k�nyvt�r egy nem_k�nyvt�rra van kicser�lve"
-#: apt-pkg/algorithms.cc:232
+#: apt-inst/extract.cc:283
+msgid "Failed to locate node in its hash bucket"
+msgstr "Nem siker�lt a node hely�t megtal�lni a has�t� v�dr�ben"
+
+#: apt-inst/extract.cc:287
+msgid "The path is too long"
+msgstr "Az �t t�l hossz�"
+
+#: apt-inst/extract.cc:417
#, c-format
-msgid ""
-"The package %s needs to be reinstalled, but I can't find an archive for it."
-msgstr "A %s csomagot �jra kell telep�teni, de nem tal�lok hozz� arch�vot."
+msgid "Overwrite package match with no version for %s"
+msgstr "Fel�l�rja a %s csomagtal�latot, amihez nem volt verzi�"
-#: apt-pkg/algorithms.cc:1050
-msgid ""
-"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
-"held packages."
-msgstr ""
-"Hiba, pkgProblemResolver::Resolve s�r�l�seket gener�lt, ezt okozhatj�k "
-"visszatartott csomagok."
+#: apt-inst/extract.cc:434
+#, c-format
+msgid "File %s/%s overwrites the one in the package %s"
+msgstr "A %s/%s f�jl fel�l�rja a %s csomagban lev�t"
-#: apt-pkg/algorithms.cc:1052
-msgid "Unable to correct problems, you have held broken packages."
-msgstr "A probl�m�k jav�thatatlanok, s�r�lt visszatartott csomagok miatt."
+#: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
+#: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
+#, c-format
+msgid "Unable to read %s"
+msgstr "%s olvashatatlan"
-#: apt-pkg/cachefile.cc:73
-msgid "The package lists or status file could not be parsed or opened."
-msgstr "A csomaglist�k vagy a status f�jl elemezhetetlen vagy megnyithatatlan."
+#: apt-inst/extract.cc:494
+#, c-format
+msgid "Unable to stat %s"
+msgstr "Nem lehet tesztelni %s-t"
-#: apt-pkg/cachefile.cc:77
-msgid "You may want to run apt-get update to correct these problems"
-msgstr "Futtathatod az apt-get update -et, hogy jav�tsd ezeket a probl�m�kat"
+#: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
+#, c-format
+msgid "Failed to remove %s"
+msgstr "Nem siker�lt %s-t elt�vol�tani"
-#: apt-pkg/clean.cc:61
+#: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
#, c-format
-msgid "Unable to stat %s."
-msgstr "Vizsg�lhatatlan a %s."
+msgid "Unable to create %s"
+msgstr "Nem siker�lt %s-t l�trehozni"
-#: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
-msgid "Building Dependency Tree"
-msgstr "F�gg�s�gi fa �p�t�se"
+#: apt-inst/deb/dpkgdb.cc:118
+#, c-format
+msgid "Failed to stat %sinfo"
+msgstr "Nem siker�lt a %sinf�t tesztelni"
-#: apt-pkg/depcache.cc:61
-msgid "Candidate Versions"
-msgstr "Esetleges Verzi�k"
+#: apt-inst/deb/dpkgdb.cc:123
+msgid "The info and temp directories need to be on the same filesystem"
+msgstr "Az info �s �tmeneti k�nyvt�raknak ua. a f�jlrendszeren kell lenni�k"
-#: apt-pkg/depcache.cc:90
-msgid "Dependency Generation"
-msgstr "F�gg�s�g gener�l�s"
+#. Build the status cache
+#: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
+#: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
+#: apt-pkg/pkgcachegen.cc:829
+msgid "Reading Package Lists"
+msgstr "Csomaglist�k olvas�sa"
-#: apt-pkg/init.cc:111
+#: apt-inst/deb/dpkgdb.cc:180
#, c-format
-msgid "Packaging system '%s' is not supported"
-msgstr "A '%s' csomagrendszer nem t�mogatott"
+msgid "Failed to change to the admin dir %sinfo"
+msgstr "Nem siker�lt a %sinfo admin k�nyvt�rat megv�ltoztatni"
-#: apt-pkg/init.cc:127
-msgid "Unable to determine a suitable system type"
-msgstr "Nem lehet tal�lni alkalmas rendszert�pust"
+#: 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"
+msgstr "Bels� hiba a Csomagn�v kinyer�sekor"
-#: apt-pkg/packagemanager.cc:402
+#: apt-inst/deb/dpkgdb.cc:205
+msgid "Reading File Listing"
+msgstr "F�jllista olvas�sa"
+
+#: apt-inst/deb/dpkgdb.cc:216
#, c-format
msgid ""
-"This installation run will require temporarily removing the essential "
-"package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
-"you really want to do it, activate the APT::Force-LoopBreak option."
+"Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
+"then make it empty and immediately re-install the same version of the "
+"package!"
msgstr ""
-"A telep�t� futtat�sa �tmenetileg megk�veteli, hogy elt�vol�tsd a %s alapvet� "
-"csomagot ami �tk�z�si/El�-F�gg�s�gi hurkot okoz. Ez gyakran rosz, de ha "
-"t�nyleg ezt akarod tenni, aktiv�ld az APT::Force-LoopBreak opci�t."
+"Nem siker�lt a '%sinfo/%s' lista f�jlt megnyitni. Ha nem tudod "
+"helyre�ll�tani ezt a f�jlt, akkor �r�tsd ki, �s azonnal telep�tsd �jra a "
+"csomag ugyanazen verzi�j�t!"
-#: apt-pkg/pkgcache.cc:126
-msgid "Empty package cache"
-msgstr "�res csomag cache"
+#: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
+#, c-format
+msgid "Failed reading the list file %sinfo/%s"
+msgstr "Nem siker�lt a %sinfo/%s lista f�jlt olvasni"
-#: apt-pkg/pkgcache.cc:132
-msgid "The package cache file is corrupted"
-msgstr "A csomag cache f�jl megs�r�lt"
+#: apt-inst/deb/dpkgdb.cc:266
+msgid "Internal Error getting a Node"
+msgstr "Bels� hiba a Node kinyer�sekor"
-#: apt-pkg/pkgcache.cc:137
-msgid "The package cache file is an incompatible version"
-msgstr "A csomag cache f�jl �sszef�rhetetlen verzi�j�"
+#: apt-inst/deb/dpkgdb.cc:309
+#, c-format
+msgid "Failed to open the diversions file %sdiversions"
+msgstr "Nem siker�lt a %sdiversions elt�r�t� f�jlt megnyitni"
-#: apt-pkg/pkgcache.cc:142
+#: apt-inst/deb/dpkgdb.cc:324
+msgid "The diversion file is corrupted"
+msgstr "Az elt�r�t� f�jl elromlott"
+
+#: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
+#: apt-inst/deb/dpkgdb.cc:341
#, c-format
-msgid "This APT does not support the Versioning System '%s'"
-msgstr "Ez az APT nem t�mogatja a '%s' Verzi� rendszert"
+msgid "Invalid line in the diversion file: %s"
+msgstr "�rv�nytelen sor az elt�r�t� f�jlban: %s"
-#: apt-pkg/pkgcache.cc:147
-msgid "The package cache was build for a different architecture"
-msgstr "A csomag cache egy m�sik architekt�r�hoz k�sz�lt"
+#: apt-inst/deb/dpkgdb.cc:362
+msgid "Internal Error adding a diversion"
+msgstr "Bels� hiba egy elt�r�t�s hozz�ad�sakor"
-#: apt-pkg/pkgcache.cc:218
-msgid "Depends"
-msgstr "F�gg"
+#: apt-inst/deb/dpkgdb.cc:383
+msgid "The pkg cache must be initialize first"
+msgstr "A csomag cachenek el�bb kell inicializ�lva lennie"
-#: apt-pkg/pkgcache.cc:218
-msgid "PreDepends"
-msgstr "El�F�gg"
+#: apt-inst/deb/dpkgdb.cc:386
+msgid "Reading File List"
+msgstr "F�jllista olvas�sa"
-#: apt-pkg/pkgcache.cc:218
-msgid "Suggests"
-msgstr "Javasol"
+#: apt-inst/deb/dpkgdb.cc:443
+#, c-format
+msgid "Failed to find a Package: Header, offset %lu"
+msgstr "Nem siker�lt megtal�lni a Csomagot: Fejl�c, offszet %lu"
-#: apt-pkg/pkgcache.cc:219
-msgid "Recommends"
-msgstr "Aj�nl"
+#: apt-inst/deb/dpkgdb.cc:465
+#, c-format
+msgid "Bad ConfFile section in the status file. Offset %lu"
+msgstr "Hib�s KonfF�jl szekci� a st�tusz f�jlban. Offszet %lu"
-#: apt-pkg/pkgcache.cc:219
-msgid "Conflicts"
-msgstr "�tk�zik"
+#: apt-inst/deb/dpkgdb.cc:470
+#, c-format
+msgid "Error parsing MD5. Offset %lu"
+msgstr "MD5 elemz�si hiba. Offszet %lu"
-#: apt-pkg/pkgcache.cc:219
-msgid "Replaces"
-msgstr "Felv�ltja"
+#: apt-inst/deb/debfile.cc:55
+#, c-format
+msgid "This is not a valid DEB archive, missing '%s' member"
+msgstr "Ez nem egy �rv�nyes DEB arch�v, hi�nyzik a '%s' tag"
-#: apt-pkg/pkgcache.cc:220
-msgid "Obsoletes"
-msgstr "Elavult"
+#: apt-inst/deb/debfile.cc:72
+#, c-format
+msgid "Internal Error, could not locate member %s"
+msgstr "Bels� hiba, nem lehet a %s tagot behat�rolni"
-#: apt-pkg/pkgcache.cc:231
-msgid "important"
-msgstr "fontos"
+#: apt-inst/deb/debfile.cc:104
+#, c-format
+msgid "Couldn't change to %s"
+msgstr "Nem siker�lt %s-t megv�ltoztatni"
-#: apt-pkg/pkgcache.cc:231
-msgid "required"
-msgstr "ig�nyelt"
+#: apt-inst/deb/debfile.cc:125
+msgid "Internal Error, could not locate member"
+msgstr "Bels� hiba, nem siker�lt a tagot behat�rolni"
-#: apt-pkg/pkgcache.cc:231
-msgid "standard"
-msgstr "szabv�ny"
+#: apt-inst/deb/debfile.cc:158
+msgid "Failed to locate a valid control file"
+msgstr "Nem lehet egy �rv�nyes vez�rl� f�jlt behat�rolni"
-#: apt-pkg/pkgcache.cc:232
-msgid "optional"
-msgstr "opion�lis"
+#: apt-inst/deb/debfile.cc:243
+msgid "Unparsible control file"
+msgstr "Elemezhetetlen vez�rl� f�jl"
-#: apt-pkg/pkgcache.cc:232
-msgid "extra"
-msgstr "extra"
+#: dselect/install:32
+msgid "Bad default setting!"
+msgstr "Hib�s alap�rtelmez�s!"
-#: apt-pkg/pkgcachegen.cc:73
-msgid "Cache has an incompatible versioning system"
-msgstr "A cache-nek �sszef�rhetetlen verzi�rendszere van"
+#: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:93
+#: dselect/install:104 dselect/update:45
+msgid "Press enter to continue."
+msgstr "�ss entert a folytat�shoz."
+
+#: dselect/install:100
+msgid "Some errors occurred while unpacking. I'm going to configure the"
+msgstr "N�h�ny hiba ad�dott kibont�s k�zben. Nekil�tok konfigur�lni a"
+
+#: dselect/install:101
+msgid "packages that were installed. This may result in duplicate errors"
+msgstr "m�r telep�tett csomagokat. Ez eredm�nyezheti hib�k dupl�z�d�s�t"
+
+#: dselect/install:102
+msgid "or errors caused by missing dependencies. This is OK, only the errors"
+msgstr "vagy hi�nyz� f�gg�s�gek miatti hib�kat. Ez �gy OK, csak az ezen �zenet"
-#: apt-pkg/pkgcachegen.cc:116
+#: dselect/install:103
+msgid ""
+"above this message are important. Please fix them and run [I]nstall again"
+msgstr ""
+"el�tti hib�k fontosak. K�rlek jav�tsd azokat �s futtasd az [I]nstallt �jra"
+
+#: dselect/update:30
+msgid "Merging Available information"
+msgstr "El�rhet� inform�ci�k Egyes�t�se"
+
+#: methods/cdrom.cc:113
#, c-format
-msgid "Error occured while processing %s (NewPackage)"
-msgstr "Hiba ad�dott a %s feldolgz�sakor (�jCsomag)"
+msgid "Unable to read the cdrom database %s"
+msgstr "Nem lehet a %s cdrom adatb�zist olvasni"
-#: apt-pkg/pkgcachegen.cc:128
+#: 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"
+msgstr ""
+"K�rlek az apt-cdrom -ot haszn�ld, hogy ezt a CD-t elfogadtasd az APTal.Az "
+"apt-get upate nem haszn�lhat� �j CDk hozz�ad�s�ra"
+
+#: methods/cdrom.cc:130 methods/cdrom.cc:168
+msgid "Wrong CD"
+msgstr "Hib�s CD"
+
+#: methods/cdrom.cc:163
#, c-format
-msgid "Error occured while processing %s (UsePackage1)"
-msgstr "Hiba ad�dott a %s feldolgoz�sakor (Haszn�ltCsomag1)"
+msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
+msgstr "Nem lehet lev�lasztani a %s-ben lev� CD-ROM-ot, tal�n m�g haszn�lod."
+
+#: methods/cdrom.cc:177 methods/file.cc:77
+msgid "File not found"
+msgstr "A f�jlt nem tal�lom"
+
+#: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
+msgid "Failed to stat"
+msgstr "Sikertelen teszt"
-#: apt-pkg/pkgcachegen.cc:149
+#: methods/copy.cc:79 methods/gzip.cc:139
+msgid "Failed to set modification time"
+msgstr "Nem siker�lt be�ll�tani a m�dos�t�si id�t"
+
+#: methods/file.cc:42
+msgid "Invalid URI, local URIS must not start with //"
+msgstr "�rv�nytelen URI, helyi URIk nem kezd�dhetnek //-el"
+
+#. Login must be before getpeername otherwise dante won't work.
+#: methods/ftp.cc:162
+msgid "Logging in"
+msgstr "Bel�p�s"
+
+#: methods/ftp.cc:168
+msgid "Unable to determine the peer name"
+msgstr "Nem lehet a t�rs nev�t meg�llap�tani"
+
+#: methods/ftp.cc:173
+msgid "Unable to determine the local name"
+msgstr "Nem lehet a helyi nevet meg�llap�tani"
+
+#: methods/ftp.cc:204 methods/ftp.cc:230
#, c-format
-msgid "Error occured while processing %s (UsePackage2)"
-msgstr "Hiba ad�dott a %s feldolgoz�sakor (Haszn�ltCsomag2)"
+msgid "Server refused our connection and said: %s"
+msgstr "A szerver visszautas�totta a kapcsolatot, �s azt mondta: %s"
-#: apt-pkg/pkgcachegen.cc:153
+#: methods/ftp.cc:210
#, c-format
-msgid "Error occured while processing %s (NewFileVer1)"
-msgstr "Hiba ad�dott a %s feldolgoz�sakor (�jF�jlVer1)"
+msgid "USER failed, server said: %s"
+msgstr "Hib�s USER, a szerver azt mondta: %s"
-#: apt-pkg/pkgcachegen.cc:182
+#: methods/ftp.cc:216
#, c-format
-msgid "Error occured while processing %s (NewVersion1)"
-msgstr "Hiba ad�dott a %s feldolgoz�sakor (�jVerzi�1)"
+msgid "PASS failed, server said: %s"
+msgstr "Hib�s PASS, a szerver azt mondta: %s"
+
+#: methods/ftp.cc:235
+msgid ""
+"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
+"is empty."
+msgstr ""
+"Egy proxy szerver meg let adva login szkript n�lk�l, �s az Acquire::ftp::"
+"ProxyLogin �res."
-#: apt-pkg/pkgcachegen.cc:186
+#: methods/ftp.cc:263
#, c-format
-msgid "Error occured while processing %s (UsePackage3)"
-msgstr "Hiba ad�dott a %s feldolgoz�sakor (Haszn�ltCsomag3)"
+msgid "Login script command '%s' failed, server said: %s"
+msgstr "Login szkript '%s' parancsa hib�zott, a szerver azt mondta: %s"
-#: apt-pkg/pkgcachegen.cc:190
+#: methods/ftp.cc:289
#, c-format
-msgid "Error occured while processing %s (NewVersion2)"
-msgstr "Hiba ad�dott a %s feldolgoz�sakor (�jVerzi�2)"
+msgid "TYPE failed, server said: %s"
+msgstr "Hib�s TYPE, a szerver azt mondta: %s"
-#: apt-pkg/pkgcachegen.cc:202
-msgid "Wow, you exceeded the number of package names this APT is capable of."
-msgstr "W��, t�ll�pted a csomagnevek sz�m�t, amit az APT kezelni tud."
+#: methods/ftp.cc:327 methods/ftp.cc:438 methods/rsh.cc:183 methods/rsh.cc:226
+msgid "Connection timeout"
+msgstr "Kapcsolat t�ll�pte az id�t"
-#: apt-pkg/pkgcachegen.cc:205
-msgid "Wow, you exceeded the number of versions this APT is capable of."
-msgstr "W��, t�ll�pted a csomagverzi�k sz�m�t, amit az APT kezelni tud."
+#: methods/ftp.cc:333
+msgid "Server closed the connection"
+msgstr "A szerver lez�rta a kapcsolatot"
-#: apt-pkg/pkgcachegen.cc:208
-msgid "Wow, you exceeded the number of dependencies this APT is capable of."
-msgstr "W��, t�ll�pted a f�gg�s�gek sz�m�t, amit az APT kezelni tud."
+#: methods/ftp.cc:336 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
+msgid "Read error"
+msgstr "Olvas�si hiba"
+
+#: methods/ftp.cc:343 methods/rsh.cc:197
+msgid "A response overflowed the buffer."
+msgstr "A v�lasz t�lcsord�totta a puffert."
+
+#: methods/ftp.cc:360 methods/ftp.cc:372
+msgid "Protocol corruption"
+msgstr "Protokoll korruptci�"
+
+#: methods/ftp.cc:444 methods/rsh.cc:232
+msgid "Write Error"
+msgstr "Write Error"
+
+#: methods/ftp.cc:685 methods/ftp.cc:691 methods/ftp.cc:727
+msgid "Could not create a socket"
+msgstr "Lehetetlen l�trehozni a socket-et"
+
+#: methods/ftp.cc:696
+msgid "Could not connect data socket, connection timed out"
+msgstr "Lehetetlen kapcsol�dni az adatsockethez, a kapcsolat t�ll�pte at id�t"
+
+#: methods/ftp.cc:702
+msgid "Could not connect passive socket."
+msgstr "Lehetetlen kapcsol�dni a passz�v sockethez."
+
+#: methods/ftp.cc:720
+msgid "getaddrinfo was unable to get a listening socket"
+msgstr "A getaddrinfo nem tal�lt figyel� socketet"
+
+#: methods/ftp.cc:734
+msgid "Could not bind a socket"
+msgstr "Lehetetlen �sszakapcsol�dni a socketel"
+
+#: methods/ftp.cc:738
+msgid "Could not listen on the socket"
+msgstr "Lehetetlen figyelni a socketen"
+
+#: methods/ftp.cc:745
+msgid "Could not determine the socket's name"
+msgstr "Lehetetlen meg�llap�tani a socket nev�t"
+
+#: methods/ftp.cc:777
+msgid "Unable to send PORT command"
+msgstr "Lehetetlen PORT parancsot k�ldeni"
-#: apt-pkg/pkgcachegen.cc:517
+#: methods/ftp.cc:787
+#, fuzzy, c-format
+msgid "Unknown address family %u (AF_*)"
+msgstr "Ismeretlen a %u c�m csal�d (AF_*)"
+
+#: methods/ftp.cc:796
#, c-format
-msgid "Couldn't stat source package list %s"
-msgstr "Lehetetlen a %s forr�scsomag list�t ellen�rizni"
+msgid "EPRT failed, server said: %s"
+msgstr "Hib�s EPRT, a szerver azt mondta: %s"
-#. Build the status cache
-#: apt-pkg/pkgcachegen.cc:585 apt-pkg/pkgcachegen.cc:628
-#: apt-pkg/pkgcachegen.cc:633 apt-pkg/pkgcachegen.cc:756
-msgid "Reading Package Lists"
-msgstr "Csomaglist�k olvas�sa"
+#: methods/ftp.cc:816
+msgid "Data socket connect timed out"
+msgstr "Az adatsocket kapcsol�d�s t�ll�pte az id�t"
-#: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:708
-msgid "IO Error saving source cache"
-msgstr "IO hiba a forr�scache ment�sekor"
+#: methods/ftp.cc:823
+msgid "Unable to accept connection"
+msgstr "Lehetetlen elfogadni a kapcsolatot"
-#: apt-pkg/pkgrecords.cc:37
+#: methods/ftp.cc:862 methods/http.cc:912 methods/rsh.cc:303
+msgid "Problem hashing file"
+msgstr "Probl�ma has�t� f�jl"
+
+#: methods/ftp.cc:875
#, c-format
-msgid "Index file type '%s' is not supported"
-msgstr "A '%s' Index f�jlt�pus nem t�mogatott"
+msgid "Unable to fetch file, server said '%s'"
+msgstr "Lehetetlen leszedni a f�jlt, a szerver azt mondta '%s'"
-#: apt-pkg/policy.cc:269
-msgid "Invalid record in the preferences file, no Package header"
-msgstr "Hib�s bejegyz�s a be�ll�t�sok f�jlban, nincs Csomagfejl�c"
+#: methods/ftp.cc:890 methods/rsh.cc:322
+msgid "Data socket timed out"
+msgstr "Az adatsocket t�ll�pte az id�t"
-#: apt-pkg/policy.cc:291
+#: methods/ftp.cc:920
#, c-format
-msgid "Did not understand pin type %s"
-msgstr "Nem �rtettem a %s pin t�pust"
+msgid "Data transfer failed, server said '%s'"
+msgstr "Adat�tviteli hiba, a szerver azt mondta '%s'"
-#: apt-pkg/sourcelist.cc:88
+#. Get the files information
+#: methods/ftp.cc:995
+msgid "Query"
+msgstr ""
+
+#: methods/ftp.cc:1102
+msgid "Unable to invoke "
+msgstr "Lehetetlen megh�vni "
+
+#: methods/connect.cc:64
#, c-format
-msgid "Malformed line %lu in source list %s (URI)"
-msgstr "Hib�s sor a %lu. %s forr�slist�ban (URI)"
+msgid "Connecting to %s (%s)"
+msgstr "Csatlakoz�s %s-hez (%s)"
-#: apt-pkg/sourcelist.cc:90
+#: methods/connect.cc:71
#, c-format
-msgid "Malformed line %lu in source list %s (dist)"
-msgstr "Hib�s sor a %lu. %s forr�slist�ban (dist)"
+msgid "[IP: %s %s]"
+msgstr ""
-#: apt-pkg/sourcelist.cc:93
+#: methods/connect.cc:80
#, c-format
-msgid "Malformed line %lu in source list %s (URI parse)"
-msgstr "Hib�s sor a %lu. %s forr�slist�ban (URI elemz�)"
+msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
+msgstr "Nem lehet %s-hez socketet csin�lni (f=%u t=%u p=%u)"
-#: apt-pkg/sourcelist.cc:99
+#: methods/connect.cc:86
#, c-format
-msgid "Malformed line %lu in source list %s (Absolute dist)"
-msgstr "Hib�s sor a %lu. %s forr�slist�ban (Abszol�t dist)"
+msgid "Cannot initiate the connection to %s:%s (%s)."
+msgstr "Nem lehet %s:%s-hez l�trehozni a kapcsolato (%s)."
-#: apt-pkg/sourcelist.cc:106
+#: methods/connect.cc:92
#, c-format
-msgid "Malformed line %lu in source list %s (dist parse)"
-msgstr "Hib�s sor a %lu. %s forr�slist�ban (dist elemz�)"
+msgid "Could not connect to %s:%s (%s), connection timed out"
+msgstr "Nem lehet %s:%s-hez kapcsol�dni (%s), t�ll�pte az id�t"
-#: apt-pkg/sourcelist.cc:166 apt-pkg/sourcelist.cc:190
+#: methods/connect.cc:104
#, c-format
-msgid "Vendor block %s is invalid"
-msgstr "A %s terjeszt� blokk �rv�nytelen"
+msgid "Could not connect to %s:%s (%s)."
+msgstr "Nem tudtam %s:%s-hez kapcsol�dni (%s)."
-#: apt-pkg/sourcelist.cc:218
+#. We say this mainly because the pause here is for the
+#. ssh connection that is still going
+#: methods/connect.cc:132 methods/rsh.cc:425
#, c-format
-msgid "Opening %s"
-msgstr "%s megnyit�sa"
+msgid "Connecting to %s"
+msgstr "Kapcsol�d�s %s-hez"
-#: apt-pkg/sourcelist.cc:244
+#: methods/connect.cc:163
#, c-format
-msgid "Malformed line %u in source list %s (type)"
-msgstr "Hib�s sor a %u. %s forr�slist�ban (t�pus)"
+msgid "Could not resolve '%s'"
+msgstr "Nem lehet '%s'-t feloldani"
-#: apt-pkg/sourcelist.cc:248
+#: methods/connect.cc:167
#, c-format
-msgid "Type '%s' is not known in on line %u in source list %s"
-msgstr "A '%s' t�pus nem ismert a %u. sorban a %s forr�slist�ban"
+msgid "Temporary failure resolving '%s'"
+msgstr ""
-#: apt-pkg/sourcelist.cc:257 apt-pkg/sourcelist.cc:260
+#: methods/connect.cc:169
#, c-format
-msgid "Malformed line %u in source list %s (vendor id)"
-msgstr "Hib�s a %u. sor a %s forr�slist�ban (terjeszt� id)"
+msgid "Something wicked happened resolving '%s:%s' (%i)"
+msgstr "Valami rossz t�rt�nt '%s:%s' felold�sakor (%i)"
-#: apt-pkg/sourcelist.cc:274
+#: methods/connect.cc:216
#, c-format
-msgid "Unknown vendor ID '%s' in line %u of source list %s"
-msgstr "Ismeretlen terjeszt� ID '%s' a %u. sorban a %s forr�slist�ban"
+msgid "Unable to connect to %s %s:"
+msgstr "Nem lehet %s hez kapcsol�dni %s:"
-#: apt-pkg/srcrecords.cc:49
-msgid "Sorry, you must put some 'source' URIs in your sources.list"
-msgstr "Sajn�lom, de p�r 'forr�s' URIt bele kell tenned a sources.list-edbe"
+#: methods/gzip.cc:57
+#, c-format
+msgid "Couldn't open pipe for %s"
+msgstr "Nem lehet cs�vet nyitni %s-hez"
-#: apt-pkg/tagfile.cc:71
+#: methods/gzip.cc:102
#, c-format
-msgid "Unable to parse package file %s (1)"
-msgstr "Nem lehet a %s csomagf�jlt �rtelmezni (1)"
+msgid "Read error from %s process"
+msgstr "Olvas�si hiba a %s processzt�l"
-#: apt-pkg/tagfile.cc:158
+#: methods/http.cc:340
+msgid "Waiting for file"
+msgstr "V�rakoz�s a f�jlra"
+
+#: methods/http.cc:486
#, c-format
-msgid "Unable to parse package file %s (2)"
-msgstr "Nem lehet a %s csomagf�jlt �rtelmezni (2)"
+msgid "Got a single header line over %u chars"
+msgstr "Egy egyszer� fejl�c sort kaptam, ami t�bb mint %u karakteres"
-#~ msgid "Unable to read the cdrom database %s"
-#~ msgstr "Nem lehet a %s cdrom adatb�zist olvasni"
+#: methods/http.cc:494
+msgid "Bad header line"
+msgstr "Rossz fejl�c sor"
-#~ msgid ""
-#~ "Please use apt-cdrom to make this CD recognized by APT. apt-get update "
-#~ "cannot be used to add new CDs"
-#~ msgstr ""
-#~ "K�rlek az apt-cdrom -ot haszn�ld, hogy ezt a CD-t elfogadtasd az APTal.Az "
-#~ "apt-get upate nem haszn�lhat� �j CDk hozz�ad�s�ra"
+#: methods/http.cc:513 methods/http.cc:520
+msgid "The http server sent an invalid reply header"
+msgstr "A http szerver egy �rv�nytelen v�laszfejl�cet k�ld�tt"
-#~ msgid "Wrong CD"
-#~ msgstr "Hib�s CD"
+#: methods/http.cc:549
+msgid "The http server sent an invalid Content-Length header"
+msgstr "A http szerver egy �rv�nytelen Tartalom-Hossz fejl�cet k�ld�tt"
-#~ msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
-#~ msgstr ""
-#~ "Nem lehet lev�lasztani a %s-ben lev� CD-ROM-ot, tal�n m�g haszn�lod."
+#: methods/http.cc:564
+msgid "The http server sent an invalid Content-Range header"
+msgstr "A http szerver egy �rv�nytelen Tartalom-Tartom�ny fejl�cet k�ld�tt"
-#~ msgid "File not found"
-#~ msgstr "A f�jlt nem tal�lom"
+#: methods/http.cc:566
+msgid "This http server has broken range support"
+msgstr "Ennek a http szervernek s�r�lt tartom�ny t�mogat�sa van"
-#~ msgid "Connecting to %s (%s)"
-#~ msgstr "Csatlakoz�s %s-hez (%s)"
+#: methods/http.cc:590
+msgid "Unknown date format"
+msgstr "Ismeretlen d�tum form�tum"
-#~ msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
-#~ msgstr "Nem lehet %s-hez socketet csin�lni (f=%u t=%u p=%u)"
+#: methods/http.cc:733
+msgid "Select failed"
+msgstr "Sikertelen kiv�laszt�s"
-#~ msgid "Cannot initiate the connection to %s:%s (%s)."
-#~ msgstr "Nem lehet %s:%s-hez l�trehozni a kapcsolato (%s)."
+#: methods/http.cc:738
+msgid "Connection timed out"
+msgstr "Kapcsolat t�ll�pte az id�t"
-#~ msgid "Could not connect to %s:%s (%s), connection timed out"
-#~ msgstr "Nem lehet %s:%s-hez kapcsol�dni (%s), t�ll�pte az id�t"
+#: methods/http.cc:761
+msgid "Error writing to output file"
+msgstr "Hiba a kimeneti f�jl ir�sakor"
-#~ msgid "Could not connect to %s:%s (%s)."
-#~ msgstr "Nem tudtam %s:%s-hez kapcsol�dni (%s)."
+#: methods/http.cc:789
+msgid "Error writing to file"
+msgstr "Hiba f�jl �r�sakor"
-#~ msgid "Connecting to %s"
-#~ msgstr "Kapcsol�d�s %s-hez"
+#: methods/http.cc:814
+msgid "Error writing to the file"
+msgstr "Hiba a f�jl �r�sakor"
-#~ msgid "Could not resolve '%s'"
-#~ msgstr "Nem lehet '%s'-t feloldani"
+#: methods/http.cc:828
+msgid "Error reading from server Remote end closed connection"
+msgstr "Hiba a szerverr�l olvas�skor, a t�loldal lez�rta a kapcsolatot"
-#~ msgid "Something wicked happened resolving '%s:%s' (%i)"
-#~ msgstr "Valami rossz t�rt�nt '%s:%s' felold�sakor (%i)"
+#: methods/http.cc:830
+msgid "Error reading from server"
+msgstr "Hiba a szerverr�l olvas�skor"
-#~ msgid "Unable to connect to %s %s:"
-#~ msgstr "Nem lehet %s hez kapcsol�dni %s:"
+#: methods/http.cc:1061
+msgid "Bad header Data"
+msgstr "Rossz fejl�c adat"
-#~ msgid "Failed to stat"
-#~ msgstr "Sikertelen teszt"
+#: methods/http.cc:1078
+msgid "Connection failed"
+msgstr "Hib�s kapcsolat"
-#~ msgid "Failed to set modification time"
-#~ msgstr "Nem siker�lt be�ll�tani a m�dos�t�si id�t"
+#: methods/http.cc:1169
+msgid "Internal error"
+msgstr "Bels� hiba"
-#~ msgid "Invalid URI, local URIS must not start with //"
-#~ msgstr "�rv�nytelen URI, helyi URIk nem kezd�dhetnek //-el"
+#: apt-pkg/contrib/mmap.cc:82
+msgid "Can't mmap an empty file"
+msgstr ""
-#~ msgid "Logging in"
-#~ msgstr "Bel�p�s"
+#: apt-pkg/contrib/mmap.cc:87
+#, fuzzy, c-format
+msgid "Couldn't make mmap of %lu bytes"
+msgstr "Nem siker�lt %s-t megv�ltoztatni"
-#~ msgid "Unable to determine the peer name"
-#~ msgstr "Nem lehet a t�rs nev�t meg�llap�tani"
+#: apt-pkg/contrib/strutl.cc:941
+#, fuzzy, c-format
+msgid "Selection %s not found"
+msgstr "A f�jlt nem tal�lom"
-#~ msgid "Unable to determine the local name"
-#~ msgstr "Nem lehet a helyi nevet meg�llap�tani"
+#: apt-pkg/contrib/configuration.cc:449
+#, c-format
+msgid "Opening configuration file %s"
+msgstr ""
-#~ msgid "Server refused our connection and said: %s"
-#~ msgstr "A szerver visszautas�totta a kapcsolatot, �s azt mondta: %s"
+#: apt-pkg/contrib/configuration.cc:559
+#, c-format
+msgid "Syntax error %s:%u: Block starts with no name."
+msgstr ""
-#~ msgid "USER failed, server said: %s"
-#~ msgstr "Hib�s USER, a szerver azt mondta: %s"
+#: apt-pkg/contrib/configuration.cc:578
+#, c-format
+msgid "Syntax error %s:%u: Malformed Tag"
+msgstr ""
-#~ msgid "PASS failed, server said: %s"
-#~ msgstr "Hib�s PASS, a szerver azt mondta: %s"
+#: apt-pkg/contrib/configuration.cc:595
+#, c-format
+msgid "Syntax error %s:%u: Extra junk after value"
+msgstr ""
-#~ msgid ""
-#~ "A proxy server was specified but no login script, Acquire::ftp::"
-#~ "ProxyLogin is empty."
-#~ msgstr ""
-#~ "Egy proxy szerver meg let adva login szkript n�lk�l, �s az Acquire::ftp::"
-#~ "ProxyLogin �res."
+#: apt-pkg/contrib/configuration.cc:635
+#, c-format
+msgid "Syntax error %s:%u: Directives can only be done at the top level"
+msgstr ""
-#~ msgid "Login script command '%s' failed, server said: %s"
-#~ msgstr "Login szkript '%s' parancsa hib�zott, a szerver azt mondta: %s"
+#: apt-pkg/contrib/configuration.cc:642
+#, c-format
+msgid "Syntax error %s:%u: Too many nested includes"
+msgstr ""
-#~ msgid "TYPE failed, server said: %s"
-#~ msgstr "Hib�s TYPE, a szerver azt mondta: %s"
+#: apt-pkg/contrib/configuration.cc:646 apt-pkg/contrib/configuration.cc:651
+#, c-format
+msgid "Syntax error %s:%u: Included from here"
+msgstr ""
-#~ msgid "Connection timeout"
-#~ msgstr "Kapcsolat t�ll�pte az id�t"
+#: apt-pkg/contrib/configuration.cc:655
+#, c-format
+msgid "Syntax error %s:%u: Unsupported directive '%s'"
+msgstr ""
-#~ msgid "Server closed the connection"
-#~ msgstr "A szerver lez�rta a kapcsolatot"
+#: apt-pkg/contrib/configuration.cc:689
+#, c-format
+msgid "Syntax error %s:%u: Extra junk at end of file"
+msgstr ""
-#~ msgid "Read error"
-#~ msgstr "Olvas�si hiba"
+#: apt-pkg/contrib/progress.cc:154
+#, c-format
+msgid "%c%s... Error!"
+msgstr ""
-#~ msgid "A response overflowed the buffer."
-#~ msgstr "A v�lasz t�lcsord�totta a puffert."
+#: apt-pkg/contrib/progress.cc:156
+#, c-format
+msgid "%c%s... Done"
+msgstr ""
-#~ msgid "Protocol corruption"
-#~ msgstr "Protokoll korruptci�"
+#: apt-pkg/contrib/cmndline.cc:80
+#, c-format
+msgid "Command line option '%c' [from %s] is not known."
+msgstr ""
-#~ msgid "<- '"
-#~ msgstr "<- '"
+#: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
+#: apt-pkg/contrib/cmndline.cc:122
+#, c-format
+msgid "Command line option %s is not understood"
+msgstr ""
-#~ msgid "'"
-#~ msgstr "'"
+#: apt-pkg/contrib/cmndline.cc:127
+#, c-format
+msgid "Command line option %s is not boolean"
+msgstr ""
-#~ msgid "-> '"
-#~ msgstr "-> '"
+#: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
+#, c-format
+msgid "Option %s requires an argument."
+msgstr ""
-#~ msgid "Write Error"
-#~ msgstr "Write Error"
+#: 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 ""
-#~ msgid "Could not create a socket"
-#~ msgstr "Lehetetlen l�trehozni a socket-et"
+#: apt-pkg/contrib/cmndline.cc:237
+#, c-format
+msgid "Option %s requires an integer argument, not '%s'"
+msgstr ""
-#~ msgid "Could not connect data socket, connection timed out"
-#~ msgstr ""
-#~ "Lehetetlen kapcsol�dni az adatsockethez, a kapcsolat t�ll�pte at id�t"
+#: apt-pkg/contrib/cmndline.cc:268
+#, fuzzy, c-format
+msgid "Option '%s' is too long"
+msgstr "A %s �t t�l hossz�"
-#~ msgid "Could not connect passive socket."
-#~ msgstr "Lehetetlen kapcsol�dni a passz�v sockethez."
+#: apt-pkg/contrib/cmndline.cc:301
+#, c-format
+msgid "Sense %s is not understood, try true or false."
+msgstr ""
-#~ msgid "getaddrinfo was unable to get a listening socket"
-#~ msgstr "A getaddrinfo nem tal�lt figyel� socketet"
+#: apt-pkg/contrib/cmndline.cc:351
+#, c-format
+msgid "Invalid operation %s"
+msgstr ""
-#~ msgid "Could not bind a socket"
-#~ msgstr "Lehetetlen �sszakapcsol�dni a socketel"
+#: apt-pkg/contrib/cdromutl.cc:55
+#, fuzzy, c-format
+msgid "Unable to stat the mount point %s"
+msgstr "Nem lehet tesztelni %s-t"
-#~ msgid "Could not listen on the socket"
-#~ msgstr "Lehetetlen figyelni a socketen"
+#: apt-pkg/contrib/cdromutl.cc:149 apt-pkg/acquire.cc:418 apt-pkg/clean.cc:44
+#, c-format
+msgid "Unable to change to %s"
+msgstr "Nem lehet %s-t megv�ltoztatni"
-#~ msgid "Could not determine the socket's name"
-#~ msgstr "Lehetetlen meg�llap�tani a socket nev�t"
+#: apt-pkg/contrib/cdromutl.cc:190
+#, fuzzy
+msgid "Failed to stat the cdrom"
+msgstr "Nem siker�lt felcsatolni a cdromot."
-#~ msgid "Unable to send PORT command"
-#~ msgstr "Lehetetlen PORT parancsot k�ldeni"
+#: apt-pkg/contrib/fileutl.cc:80
+#, c-format
+msgid "Not using locking for read only lock file %s"
+msgstr ""
-#~ msgid "Unkonwn address family %u (AF_*)"
-#~ msgstr "Ismeretlen a %u c�m csal�d (AF_*)"
+#: apt-pkg/contrib/fileutl.cc:85
+#, fuzzy, c-format
+msgid "Could not open lock file %s"
+msgstr "Nem lehet '%s'-t feloldani"
-#~ msgid "EPRT failed, server said: %s"
-#~ msgstr "Hib�s EPRT, a szerver azt mondta: %s"
+#: apt-pkg/contrib/fileutl.cc:103
+#, c-format
+msgid "Not using locking for nfs mounted lock file %s"
+msgstr ""
-#~ msgid "Data socket connect timed out"
-#~ msgstr "Az adatsocket kapcsol�d�s t�ll�pte az id�t"
+#: apt-pkg/contrib/fileutl.cc:107
+#, fuzzy, c-format
+msgid "Could not get lock %s"
+msgstr "Nem siker�lt %s-t megv�ltoztatni"
-#~ msgid "Unable to accept connection"
-#~ msgstr "Lehetetlen elfogadni a kapcsolatot"
+#: apt-pkg/contrib/fileutl.cc:358
+#, c-format
+msgid "Waited, for %s but it wasn't there"
+msgstr ""
-#~ msgid "Problem hashing file"
-#~ msgstr "Probl�ma has�t� f�jl"
+#: apt-pkg/contrib/fileutl.cc:368
+#, c-format
+msgid "Sub-process %s received a segmentation fault."
+msgstr ""
-#~ msgid "Unable to fetch file, server said '%s'"
-#~ msgstr "Lehetetlen leszedni a f�jlt, a szerver azt mondta '%s'"
+#: apt-pkg/contrib/fileutl.cc:371
+#, c-format
+msgid "Sub-process %s returned an error code (%u)"
+msgstr ""
-#~ msgid "Data socket timed out"
-#~ msgstr "Az adatsocket t�ll�pte az id�t"
+#: apt-pkg/contrib/fileutl.cc:373
+#, c-format
+msgid "Sub-process %s exited unexpectedly"
+msgstr ""
-#~ msgid "Data transfer failed, server said '%s'"
-#~ msgstr "Adat�tviteli hiba, a szerver azt mondta '%s'"
+#: apt-pkg/contrib/fileutl.cc:417
+#, fuzzy, c-format
+msgid "Could not open file %s"
+msgstr "Nem lehet cs�vet nyitni %s-hez"
-#~ msgid "Unable to invoke "
-#~ msgstr "Lehetetlen megh�vni "
+#: apt-pkg/contrib/fileutl.cc:473
+#, c-format
+msgid "read, still have %lu to read but none left"
+msgstr ""
-#~ msgid "Couldn't open pipe for %s"
-#~ msgstr "Nem lehet cs�vet nyitni %s-hez"
+#: apt-pkg/contrib/fileutl.cc:491
+#, fuzzy
+msgid "Write error"
+msgstr "Write Error"
-#~ msgid "Read error from %s process"
-#~ msgstr "Olvas�si hiba a %s processzt�l"
+#: apt-pkg/contrib/fileutl.cc:503
+#, c-format
+msgid "write, still have %lu to write but couldn't"
+msgstr ""
-#~ msgid "Waiting for file"
-#~ msgstr "V�rakoz�s a f�jlra"
+#: apt-pkg/contrib/fileutl.cc:578
+#, fuzzy
+msgid "Problem closing the file"
+msgstr "Probl�ma has�t� f�jl"
-#~ msgid "Got a single header line over %u chars"
-#~ msgstr "Egy egyszer� fejl�c sort kaptam, ami t�bb mint %u karakteres"
+#: apt-pkg/contrib/fileutl.cc:584
+#, fuzzy
+msgid "Problem unlinking the file"
+msgstr "Probl�ma %s unlink-el�s�vel"
-#~ msgid "Bad header line"
-#~ msgstr "Rossz fejl�c sor"
+#: apt-pkg/contrib/fileutl.cc:595
+#, fuzzy
+msgid "Problem syncing the file"
+msgstr "Probl�ma has�t� f�jl"
-#~ msgid "The http server sent an invalid reply header"
-#~ msgstr "A http szerver egy �rv�nytelen v�laszfejl�cet k�ld�tt"
+#: apt-pkg/pkgcache.cc:126
+msgid "Empty package cache"
+msgstr "�res csomag cache"
-#~ msgid "The http server sent an invalid Content-Length header"
-#~ msgstr "A http szerver egy �rv�nytelen Tartalom-Hossz fejl�cet k�ld�tt"
+#: apt-pkg/pkgcache.cc:132
+msgid "The package cache file is corrupted"
+msgstr "A csomag cache f�jl megs�r�lt"
-#~ msgid "The http server sent an invalid Content-Range header"
-#~ msgstr "A http szerver egy �rv�nytelen Tartalom-Tartom�ny fejl�cet k�ld�tt"
+#: apt-pkg/pkgcache.cc:137
+msgid "The package cache file is an incompatible version"
+msgstr "A csomag cache f�jl �sszef�rhetetlen verzi�j�"
-#~ msgid "This http server has broken range support"
-#~ msgstr "Ennek a http szervernek s�r�lt tartom�ny t�mogat�sa van"
+#: apt-pkg/pkgcache.cc:142
+#, c-format
+msgid "This APT does not support the Versioning System '%s'"
+msgstr "Ez az APT nem t�mogatja a '%s' Verzi� rendszert"
-#~ msgid "Unknown date format"
-#~ msgstr "Ismeretlen d�tum form�tum"
+#: apt-pkg/pkgcache.cc:147
+#, fuzzy
+msgid "The package cache was built for a different architecture"
+msgstr "A csomag cache egy m�sik architekt�r�hoz k�sz�lt"
-#~ msgid "Select failed"
-#~ msgstr "Sikertelen kiv�laszt�s"
+#: apt-pkg/pkgcache.cc:218
+msgid "Depends"
+msgstr "F�gg"
-#~ msgid "Connection timed out"
-#~ msgstr "Kapcsolat t�ll�pte az id�t"
+#: apt-pkg/pkgcache.cc:218
+msgid "PreDepends"
+msgstr "El�F�gg"
-#~ msgid "Error writing to output file"
-#~ msgstr "Hiba a kimeneti f�jl ir�sakor"
+#: apt-pkg/pkgcache.cc:218
+msgid "Suggests"
+msgstr "Javasol"
-#~ msgid "Error writing to file"
-#~ msgstr "Hiba f�jl �r�sakor"
+#: apt-pkg/pkgcache.cc:219
+msgid "Recommends"
+msgstr "Aj�nl"
-#~ msgid "Error writing to the file"
-#~ msgstr "Hiba a f�jl �r�sakor"
+#: apt-pkg/pkgcache.cc:219
+msgid "Conflicts"
+msgstr "�tk�zik"
-#~ msgid "Error reading from server Remote end closed connection"
-#~ msgstr "Hiba a szerverr�l olvas�skor, a t�loldal lez�rta a kapcsolatot"
+#: apt-pkg/pkgcache.cc:219
+msgid "Replaces"
+msgstr "Felv�ltja"
-#~ msgid "Error reading from server"
-#~ msgstr "Hiba a szerverr�l olvas�skor"
+#: apt-pkg/pkgcache.cc:220
+msgid "Obsoletes"
+msgstr "Elavult"
-#~ msgid "Bad header Data"
-#~ msgstr "Rossz fejl�c adat"
+#: apt-pkg/pkgcache.cc:231
+msgid "important"
+msgstr "fontos"
-#~ msgid "Connection failed"
-#~ msgstr "Hib�s kapcsolat"
+#: apt-pkg/pkgcache.cc:231
+msgid "required"
+msgstr "ig�nyelt"
-#~ msgid "Internal error"
-#~ msgstr "Bels� hiba"
+#: apt-pkg/pkgcache.cc:231
+msgid "standard"
+msgstr "szabv�ny"
-#~ msgid "Failed to create IPC pipe to subprocess"
-#~ msgstr "Nem siker�lt IPC cs�vet csin�lni az alprocesszhez"
+#: apt-pkg/pkgcache.cc:232
+msgid "optional"
+msgstr "opion�lis"
-#~ msgid "File Not Found"
-#~ msgstr "Nem tal�lom a f�jlt"
+#: apt-pkg/pkgcache.cc:232
+msgid "extra"
+msgstr "extra"
-#~ msgid "Connection closed prematurely"
-#~ msgstr "Kapcsolat id� el�tt bez�rult"
+#: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
+msgid "Building Dependency Tree"
+msgstr "F�gg�s�gi fa �p�t�se"
-#~ msgid "Failed write file %s"
-#~ msgstr "Nem siker�lt a %s f�jlba �rni"
+#: apt-pkg/depcache.cc:61
+msgid "Candidate Versions"
+msgstr "Esetleges Verzi�k"
-#~ msgid "Failed to close file %s"
-#~ msgstr "Nem siker�lt a %s f�jlt bez�rni"
+#: apt-pkg/depcache.cc:90
+msgid "Dependency Generation"
+msgstr "F�gg�s�g gener�l�s"
-#~ msgid "The path %s is too long"
-#~ msgstr "A %s �t t�l hossz�"
+#: apt-pkg/tagfile.cc:71
+#, c-format
+msgid "Unable to parse package file %s (1)"
+msgstr "Nem lehet a %s csomagf�jlt �rtelmezni (1)"
-#~ msgid "Unpacking %s more than once"
-#~ msgstr "%s-t t�bb mint egyszeri kicsomagol�sa"
+#: apt-pkg/tagfile.cc:158
+#, c-format
+msgid "Unable to parse package file %s (2)"
+msgstr "Nem lehet a %s csomagf�jlt �rtelmezni (2)"
-#~ msgid "The directory %s is diverted"
-#~ msgstr "A %s k�nyvt�r elt�r�tve"
+#: apt-pkg/sourcelist.cc:88
+#, c-format
+msgid "Malformed line %lu in source list %s (URI)"
+msgstr "Hib�s sor a %lu. %s forr�slist�ban (URI)"
-#~ msgid "The package is trying to write to the diversion target %s/%s"
-#~ msgstr "A csomag megpr�b�l �rni a %s/%s elt�r�tett c�lpontba"
+#: apt-pkg/sourcelist.cc:90
+#, c-format
+msgid "Malformed line %lu in source list %s (dist)"
+msgstr "Hib�s sor a %lu. %s forr�slist�ban (dist)"
-#~ msgid "The diversion path is too long"
-#~ msgstr "Az elt�r�tett �t t�l hossz�"
+#: apt-pkg/sourcelist.cc:93
+#, c-format
+msgid "Malformed line %lu in source list %s (URI parse)"
+msgstr "Hib�s sor a %lu. %s forr�slist�ban (URI elemz�)"
-#~ msgid "Followed conf file from "
-#~ msgstr "K�vetett konf f�jl "
+#: apt-pkg/sourcelist.cc:99
+#, c-format
+msgid "Malformed line %lu in source list %s (Absolute dist)"
+msgstr "Hib�s sor a %lu. %s forr�slist�ban (Abszol�t dist)"
-#~ msgid " to "
-#~ msgstr " -> "
+#: apt-pkg/sourcelist.cc:106
+#, c-format
+msgid "Malformed line %lu in source list %s (dist parse)"
+msgstr "Hib�s sor a %lu. %s forr�slist�ban (dist elemz�)"
-#~ msgid "Failed to stat %s"
-#~ msgstr "Nem siker�lt tesztelni %s-t"
+#: apt-pkg/sourcelist.cc:183 apt-pkg/sourcelist.cc:207
+#, c-format
+msgid "Vendor block %s is invalid"
+msgstr "A %s terjeszt� blokk �rv�nytelen"
-#~ msgid "Failed to rename %s to %s"
-#~ msgstr "Nem siker�lt �tnevezni %s-t %s-re"
+#: apt-pkg/sourcelist.cc:235
+#, c-format
+msgid "Opening %s"
+msgstr "%s megnyit�sa"
-#~ msgid "The directory %s is being replaced by a non-directory"
-#~ msgstr "A %s k�nyvt�r egy nem_k�nyvt�rra van kicser�lve"
+#: apt-pkg/sourcelist.cc:249
+#, fuzzy, c-format
+msgid "Line %u too long in source list %s."
+msgstr "A '%s' t�pus nem ismert a %u. sorban a %s forr�slist�ban"
-#~ msgid "Extract "
-#~ msgstr "Kibontja "
+#: apt-pkg/sourcelist.cc:266
+#, c-format
+msgid "Malformed line %u in source list %s (type)"
+msgstr "Hib�s sor a %u. %s forr�slist�ban (t�pus)"
-#~ msgid "Aborted, backing out"
-#~ msgstr "Megszak�tva, kim�sol�s"
+#: apt-pkg/sourcelist.cc:270
+#, c-format
+msgid "Type '%s' is not known in on line %u in source list %s"
+msgstr "A '%s' t�pus nem ismert a %u. sorban a %s forr�slist�ban"
-#~ msgid "Failed to locate node in its hash bucket"
-#~ msgstr "Nem siker�lt a node hely�t megtal�lni a has�t� v�dr�ben"
+#: apt-pkg/sourcelist.cc:279 apt-pkg/sourcelist.cc:282
+#, c-format
+msgid "Malformed line %u in source list %s (vendor id)"
+msgstr "Hib�s a %u. sor a %s forr�slist�ban (terjeszt� id)"
-#~ msgid "The path is too long"
-#~ msgstr "Az �t t�l hossz�"
+#: apt-pkg/sourcelist.cc:296
+#, c-format
+msgid "Unknown vendor ID '%s' in line %u of source list %s"
+msgstr "Ismeretlen terjeszt� ID '%s' a %u. sorban a %s forr�slist�ban"
-#~ msgid "De-replaced "
-#~ msgstr "Visszacser�lve "
+#: apt-pkg/packagemanager.cc:402
+#, c-format
+msgid ""
+"This installation run will require temporarily removing the essential "
+"package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
+"you really want to do it, activate the APT::Force-LoopBreak option."
+msgstr ""
+"A telep�t� futtat�sa �tmenetileg megk�veteli, hogy elt�vol�tsd a %s alapvet� "
+"csomagot ami �tk�z�si/El�-F�gg�s�gi hurkot okoz. Ez gyakran rosz, de ha "
+"t�nyleg ezt akarod tenni, aktiv�ld az APT::Force-LoopBreak opci�t."
-#~ msgid " from "
-#~ msgstr "-b�l "
+#: apt-pkg/pkgrecords.cc:37
+#, c-format
+msgid "Index file type '%s' is not supported"
+msgstr "A '%s' Index f�jlt�pus nem t�mogatott"
-#~ msgid "Backing out "
-#~ msgstr "Kim�sol�s "
+#: apt-pkg/algorithms.cc:238
+#, c-format
+msgid ""
+"The package %s needs to be reinstalled, but I can't find an archive for it."
+msgstr "A %s csomagot �jra kell telep�teni, de nem tal�lok hozz� arch�vot."
-#~ msgid " [new node]"
-#~ msgstr " [�j node]"
+#: apt-pkg/algorithms.cc:1056
+msgid ""
+"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
+"held packages."
+msgstr ""
+"Hiba, pkgProblemResolver::Resolve s�r�l�seket gener�lt, ezt okozhatj�k "
+"visszatartott csomagok."
-#~ msgid "Overwrite package match with no version for %s"
-#~ msgstr "Fel�l�rja a %s csomagtal�latot, amihez nem volt verzi�"
+#: apt-pkg/algorithms.cc:1058
+msgid "Unable to correct problems, you have held broken packages."
+msgstr "A probl�m�k jav�thatatlanok, s�r�lt visszatartott csomagok miatt."
-#~ msgid "Replaced file "
-#~ msgstr "Kicser�lt f�jl "
+#: apt-pkg/acquire.cc:61
+#, c-format
+msgid "Lists directory %spartial is missing."
+msgstr "Listak konyvtara %s r�szben hi�nyzik."
-#~ msgid "File %s/%s overwrites the one in the package %s"
-#~ msgstr "A %s/%s f�jl fel�l�rja a %s csomagban lev�t"
+#: apt-pkg/acquire.cc:65
+#, c-format
+msgid "Archive directory %spartial is missing."
+msgstr "Arch�v k�nyvt�r %s r�szben hi�nyzik."
-#~ msgid "Unable to stat %s"
-#~ msgstr "Nem lehet tesztelni %s-t"
+#: apt-pkg/acquire-worker.cc:112
+#, c-format
+msgid "The method driver %s could not be found."
+msgstr "A %s m�dszer vez�rl� nem tal�lhat�."
-#~ msgid "DropNode called on still linked node"
-#~ msgstr "NodeDob�s h�v�s egy m�g mind�g kapcsol�d� node-ra"
+#: apt-pkg/acquire-worker.cc:161
+#, c-format
+msgid "Method %s did not start correctly"
+msgstr "A %s m�dszer nem indult el helyesen"
-#~ msgid "Failed to locate the hash element!"
-#~ msgstr "Nem lehet behat�rolni a has�t� elemet!"
+#: apt-pkg/init.cc:119
+#, c-format
+msgid "Packaging system '%s' is not supported"
+msgstr "A '%s' csomagrendszer nem t�mogatott"
-#~ msgid "Failed to allocate diversion"
-#~ msgstr "Nem lehet elt�r�t�st lefoglalni"
+#: apt-pkg/init.cc:135
+msgid "Unable to determine a suitable system type"
+msgstr "Nem lehet tal�lni alkalmas rendszert�pust"
-#~ msgid "Internal Error in AddDiversion"
-#~ msgstr "Bels� hiba az Elt�r�t�sHozz�ad�s-ban"
+#: apt-pkg/clean.cc:61
+#, c-format
+msgid "Unable to stat %s."
+msgstr "Vizsg�lhatatlan a %s."
-#~ msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
-#~ msgstr "%s -> %s �s %s/%s elt�r�t�st pr�b�lja fel�l�rni"
+#: apt-pkg/srcrecords.cc:49
+#, fuzzy
+msgid "You must put some 'source' URIs in your sources.list"
+msgstr "Sajn�lom, de p�r 'forr�s' URIt bele kell tenned a sources.list-edbe"
-#~ msgid "Double add of diversion %s -> %s"
-#~ msgstr "Dupl�n addja hozz� a %s -> %s elt�r�t�st"
+#: apt-pkg/cachefile.cc:73
+msgid "The package lists or status file could not be parsed or opened."
+msgstr "A csomaglist�k vagy a status f�jl elemezhetetlen vagy megnyithatatlan."
-#~ msgid "Duplicate conf file %s/%s"
-#~ msgstr "Dupla %s/%s konf. f�jl"
+#: apt-pkg/cachefile.cc:77
+msgid "You may want to run apt-get update to correct these problems"
+msgstr "Futtathatod az apt-get update -et, hogy jav�tsd ezeket a probl�m�kat"
-#~ msgid "Invalid archive signature"
-#~ msgstr "�rv�nytelen arch�v al��r�s"
+#: apt-pkg/policy.cc:269
+msgid "Invalid record in the preferences file, no Package header"
+msgstr "Hib�s bejegyz�s a be�ll�t�sok f�jlban, nincs Csomagfejl�c"
-#~ msgid "Error reading archive member header"
-#~ msgstr "Hiba az arch�vtag fejl�c olvas�sakor"
+#: apt-pkg/policy.cc:291
+#, c-format
+msgid "Did not understand pin type %s"
+msgstr "Nem �rtettem a %s pin t�pust"
+
+#: apt-pkg/pkgcachegen.cc:74
+msgid "Cache has an incompatible versioning system"
+msgstr "A cache-nek �sszef�rhetetlen verzi�rendszere van"
+
+#: apt-pkg/pkgcachegen.cc:117
+#, c-format
+msgid "Error occured while processing %s (NewPackage)"
+msgstr "Hiba ad�dott a %s feldolgz�sakor (�jCsomag)"
+
+#: apt-pkg/pkgcachegen.cc:129
+#, c-format
+msgid "Error occured while processing %s (UsePackage1)"
+msgstr "Hiba ad�dott a %s feldolgoz�sakor (Haszn�ltCsomag1)"
+
+#: apt-pkg/pkgcachegen.cc:150
+#, c-format
+msgid "Error occured while processing %s (UsePackage2)"
+msgstr "Hiba ad�dott a %s feldolgoz�sakor (Haszn�ltCsomag2)"
+
+#: apt-pkg/pkgcachegen.cc:154
+#, c-format
+msgid "Error occured while processing %s (NewFileVer1)"
+msgstr "Hiba ad�dott a %s feldolgoz�sakor (�jF�jlVer1)"
-#~ msgid "Invalid archive member header"
-#~ msgstr "�rv�nytelen arch�vtag fejl�c"
+#: apt-pkg/pkgcachegen.cc:184
+#, c-format
+msgid "Error occured while processing %s (NewVersion1)"
+msgstr "Hiba ad�dott a %s feldolgoz�sakor (�jVerzi�1)"
-#~ msgid "Archive is too short"
-#~ msgstr "Arch�v t�l r�vid"
+#: apt-pkg/pkgcachegen.cc:188
+#, c-format
+msgid "Error occured while processing %s (UsePackage3)"
+msgstr "Hiba ad�dott a %s feldolgoz�sakor (Haszn�ltCsomag3)"
-#~ msgid "Failed to read the archive headers"
-#~ msgstr "Nem siker�lt olvasni az arch�v fejl�ceket"
+#: apt-pkg/pkgcachegen.cc:192
+#, c-format
+msgid "Error occured while processing %s (NewVersion2)"
+msgstr "Hiba ad�dott a %s feldolgoz�sakor (�jVerzi�2)"
-#~ msgid "Failed to create pipes"
-#~ msgstr "Nem siker�lt cs�veket l�trehozni"
+#: apt-pkg/pkgcachegen.cc:207
+msgid "Wow, you exceeded the number of package names this APT is capable of."
+msgstr "W��, t�ll�pted a csomagnevek sz�m�t, amit az APT kezelni tud."
-#~ msgid "Failed to exec gzip "
-#~ msgstr "Nem siker�lt gzipet futtatni "
+#: apt-pkg/pkgcachegen.cc:210
+msgid "Wow, you exceeded the number of versions this APT is capable of."
+msgstr "W��, t�ll�pted a csomagverzi�k sz�m�t, amit az APT kezelni tud."
-#~ msgid "Corrupted archive"
-#~ msgstr "Elromlott arch�v"
+#: apt-pkg/pkgcachegen.cc:213
+msgid "Wow, you exceeded the number of dependencies this APT is capable of."
+msgstr "W��, t�ll�pted a f�gg�s�gek sz�m�t, amit az APT kezelni tud."
-#~ msgid "Tar Checksum failed, archive corrupted"
-#~ msgstr "Tar ellen�rz��sszed elromlott, arch�v megs�r�lt"
+#: apt-pkg/pkgcachegen.cc:241
+#, fuzzy, c-format
+msgid "Error occured while processing %s (FindPkg)"
+msgstr "Hiba ad�dott a %s feldolgz�sakor (�jCsomag)"
-#~ msgid "Unkown TAR header type %u, member %s"
-#~ msgstr "Ismeretlen a %u TAR fejl�c t�pus, %s tagja"
+#: apt-pkg/pkgcachegen.cc:254
+#, fuzzy, c-format
+msgid "Error occured while processing %s (CollectFileProvides)"
+msgstr "Hiba ad�dott a %s feldolgoz�sakor (�jF�jlVer1)"
-#~ msgid "This is not a valid DEB archive, missing '%s' member"
-#~ msgstr "Ez nem egy �rv�nyes DEB arch�v, hi�nyzik a '%s' tag"
+#: apt-pkg/pkgcachegen.cc:260
+#, c-format
+msgid "Package %s %s was not found while processing file dependencies"
+msgstr ""
-#~ msgid "Internal Error, could not locate member %s"
-#~ msgstr "Bels� hiba, nem lehet a %s tagot behat�rolni"
+#: apt-pkg/pkgcachegen.cc:574
+#, c-format
+msgid "Couldn't stat source package list %s"
+msgstr "Lehetetlen a %s forr�scsomag list�t ellen�rizni"
-#~ msgid "Couldn't change to %s"
-#~ msgstr "Nem siker�lt %s-t megv�ltoztatni"
+#: apt-pkg/pkgcachegen.cc:658
+msgid "Collecting File Provides"
+msgstr ""
-#~ msgid "Internal Error, could not locate member"
-#~ msgstr "Bels� hiba, nem siker�lt a tagot behat�rolni"
+#: apt-pkg/pkgcachegen.cc:774 apt-pkg/pkgcachegen.cc:781
+msgid "IO Error saving source cache"
+msgstr "IO hiba a forr�scache ment�sekor"
-#~ msgid "Failed to locate a valid control file"
-#~ msgstr "Nem lehet egy �rv�nyes vez�rl� f�jlt behat�rolni"
+#: apt-pkg/acquire-item.cc:124
+#, c-format
+msgid "rename failed, %s (%s -> %s)."
+msgstr "sikertelen �tnevez�s, %s (%s -> %s)."
-#~ msgid "Unparsible control file"
-#~ msgstr "Elemezhetetlen vez�rl� f�jl"
+#: apt-pkg/acquire-item.cc:353
+#, c-format
+msgid ""
+"I wasn't able to locate a file for the %s package. This might mean you need "
+"to manually fix this package. (due to missing arch)"
+msgstr ""
+"Nem tudtam meghat�rozni egy f�jlt a %s csomaghoz. Ez azt jelentheti, "
+"hogyneked k�zileg kell kijav�tani a csomagot. (hi�nyz� arch. miatt)"
-#~ msgid "Failed to remove %s"
-#~ msgstr "Nem siker�lt %s-t elt�vol�tani"
+#: apt-pkg/acquire-item.cc:388
+#, c-format
+msgid ""
+"I wasn't able to locate file for the %s package. This might mean you need to "
+"manually fix this package."
+msgstr ""
+"Nem tudtam meghat�rozni egy f�jlt a %s csomaghoz. Ez azt jelentheti, "
+"hogyneked k�zileg kell kijav�tani a csomagot."
-#~ msgid "Unable to create %s"
-#~ msgstr "Nem siker�lt %s-t l�trehozni"
+#: apt-pkg/acquire-item.cc:419
+#, c-format
+msgid ""
+"The package index files are corrupted. No Filename: field for package %s."
+msgstr ""
+"A csomag index f�jljok megs�r�ltek. Nincs Filename: mez� a %s csomagoz."
-#~ msgid "Failed to stat %sinfo"
-#~ msgstr "Nem siker�lt a %sinf�t tesztelni"
+#: apt-pkg/acquire-item.cc:501
+msgid "Size mismatch"
+msgstr "Nem j� m�ret"
-#~ msgid "The info and temp directories need to be on the same filesystem"
-#~ msgstr "Az info �s �tmeneti k�nyvt�raknak ua. a f�jlrendszeren kell lenni�k"
+#: apt-pkg/acquire-item.cc:511
+msgid "MD5Sum mismatch"
+msgstr "Nem j� MD5Sum"
-#~ msgid "Failed to change to the admin dir %sinfo"
-#~ msgstr "Nem siker�lt a %sinfo admin k�nyvt�rat megv�ltoztatni"
+#: methods/rsh.cc:264
+msgid "File Not Found"
+msgstr "Nem tal�lom a f�jlt"
-#~ msgid "Internal Error getting a Package Name"
-#~ msgstr "Bels� hiba a Csomagn�v kinyer�sekor"
+#: methods/rsh.cc:330
+msgid "Connection closed prematurely"
+msgstr "Kapcsolat id� el�tt bez�rult"
-#~ msgid "Reading File Listing"
-#~ msgstr "F�jllista olvas�sa"
+#~ msgid "Sorry, you don't have enough free space in %s to hold all the .debs."
+#~ msgstr "Sajn�lom, nincs el�g szabad helyes %s-ben az �sszes .deb sz�m�ra."
-#~ msgid ""
-#~ "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
-#~ "then make it empty and immediately re-install the same version of the "
-#~ "package!"
-#~ msgstr ""
-#~ "Nem siker�lt a '%sinfo/%s' lista f�jlt megnyitni. Ha nem tudod "
-#~ "helyre�ll�tani ezt a f�jlt, akkor �r�tsd ki, �s azonnal telep�tsd �jra a "
-#~ "csomag ugyanazen verzi�j�t!"
+#~ msgid "<- '"
+#~ msgstr "<- '"
-#~ msgid "Failed reading the list file %sinfo/%s"
-#~ msgstr "Nem siker�lt a %sinfo/%s lista f�jlt olvasni"
+#~ msgid "'"
+#~ msgstr "'"
-#~ msgid "Internal Error getting a Node"
-#~ msgstr "Bels� hiba a Node kinyer�sekor"
+#~ msgid "-> '"
+#~ msgstr "-> '"
-#~ msgid "Failed to open the diversions file %sdiversions"
-#~ msgstr "Nem siker�lt a %sdiversions elt�r�t� f�jlt megnyitni"
+#~ msgid "Followed conf file from "
+#~ msgstr "K�vetett konf f�jl "
-#~ msgid "The diversion file is corrupted"
-#~ msgstr "Az elt�r�t� f�jl elromlott"
+#~ msgid " to "
+#~ msgstr " -> "
-#~ msgid "Invalid line in the diversion file: %s"
-#~ msgstr "�rv�nytelen sor az elt�r�t� f�jlban: %s"
+#~ msgid "Extract "
+#~ msgstr "Kibontja "
-#~ msgid "Internal Error adding a diversion"
-#~ msgstr "Bels� hiba egy elt�r�t�s hozz�ad�sakor"
+#~ msgid "Aborted, backing out"
+#~ msgstr "Megszak�tva, kim�sol�s"
-#~ msgid "The pkg cache must be initialize first"
-#~ msgstr "A csomag cachenek el�bb kell inicializ�lva lennie"
+#~ msgid "De-replaced "
+#~ msgstr "Visszacser�lve "
-#~ msgid "Reading File List"
-#~ msgstr "F�jllista olvas�sa"
+#~ msgid " from "
+#~ msgstr "-b�l "
-#~ msgid "Failed to find a Package: Header, offset %lu"
-#~ msgstr "Nem siker�lt megtal�lni a Csomagot: Fejl�c, offszet %lu"
+#~ msgid "Backing out "
+#~ msgstr "Kim�sol�s "
-#~ msgid "Bad ConfFile section in the status file. Offset %lu"
-#~ msgstr "Hib�s KonfF�jl szekci� a st�tusz f�jlban. Offszet %lu"
+#~ msgid " [new node]"
+#~ msgstr " [�j node]"
-#~ msgid "Error parsing MD5. Offset %lu"
-#~ msgstr "MD5 elemz�si hiba. Offszet %lu"
+#~ msgid "Replaced file "
+#~ msgstr "Kicser�lt f�jl "
#~ msgid "Internal Error, Unable to parse a package record"
#~ msgstr "Bels� hiba. Nem lehet elemezni a csomagbejegyz�st"
@@ -1748,9 +2499,6 @@ msgstr "Nem lehet a %s csomagf�jlt �rtelmezni (2)"
#~ msgid "Mounting CD-ROM"
#~ msgstr "CD-ROM felcsatol�sa"
-#~ msgid "Failed to mount the cdrom."
-#~ msgstr "Nem siker�lt felcsatolni a cdromot."
-
#~ msgid "Identifying.. "
#~ msgstr "Azonos�t�s.. "
@@ -1869,12 +2617,6 @@ msgstr "Nem lehet a %s csomagf�jlt �rtelmezni (2)"
#~ msgid "....\"Have you mooed today?\"..."
#~ msgstr "....\"B�gt�l m�r ma?\"..."
-#~ msgid "Package extension list is too long"
-#~ msgstr "Csomagkiterjeszt�sek list�ja t�l hossz�"
-
-#~ msgid "Error Processing directory %s"
-#~ msgstr "Hiba a %s k�nyt�r Feldolgoz�sakor"
-
#~ msgid " New "
#~ msgstr " �j "
@@ -1884,18 +2626,9 @@ msgstr "Nem lehet a %s csomagf�jlt �rtelmezni (2)"
#~ msgid " files "
#~ msgstr " f�jlok "
-#~ msgid "Source extension list is too long"
-#~ msgstr "Forr�skiterjeszt�sek list�ja t�l hossz�"
-
#~ msgid " pkgs in "
#~ msgstr " csom.k a "
-#~ msgid "Error writing header to contents file"
-#~ msgstr "Hiba a tartalom f�jl fejl�c�nek �r�sakor"
-
-#~ msgid "Error Processing Contents %s"
-#~ msgstr "Hiba %s Tartalm�nak Feldolgoz�s�val"
-
#~ msgid ""
#~ "Usage: apt-ftparchive [options] command\n"
#~ "Commands: packges binarypath [overridefile [pathprefix]]\n"
@@ -1912,53 +2645,6 @@ msgstr "Nem lehet a %s csomagf�jlt �rtelmezni (2)"
#~ " clean konfig.\n"
#~ msgid ""
-#~ "apt-ftparchive generates index files for Debian archives. It supports\n"
-#~ "many styles of generation from fully automated to functional "
-#~ "replacements\n"
-#~ "for dpkg-scanpackages and dpkg-scansources\n"
-#~ "\n"
-#~ "apt-ftparchive generates Package files from a tree of .debs. The\n"
-#~ "Package file contains the contents of all the control fields from\n"
-#~ "each package as well as the MD5 hash and filesize. An override file\n"
-#~ "is supported to force the value of Priority and Section.\n"
-#~ "\n"
-#~ "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
-#~ "The --source-override option can be used to specify a src override file\n"
-#~ "\n"
-#~ "The 'packages' and 'sources' command should be run in the root of the\n"
-#~ "tree. BinaryPath should point to the base of the recursive search and \n"
-#~ "override file should contian the override flags. Pathprefix is\n"
-#~ "appended to the filename fields if present. Example usage from the \n"
-#~ "debian archive:\n"
-#~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
-#~ " dists/potato/main/binary-i386/Packages\n"
-#~ msgstr ""
-#~ "Az apt-ftparchive indexf�jlokat gener�l a Debian arch�vokhoz. A "
-#~ "gener�l�s\n"
-#~ "sok st�lus�t t�mogatja, a teljesen automatiz�lt�l kezdve a\n"
-#~ "dpkg-scanpackages �s a dpkg-scansources funkcion�lis helyettes�t�s�ig.\n"
-#~ "\n"
-#~ "Az apt-ftparchive 'Package' f�jlokat gener�l a .deb-ek f�j�b�l. A "
-#~ "Package\n"
-#~ "f�jl minden vez�rl� mez�t tartalmaz minden egyes csomagr�l �gy az MD5\n"
-#~ "hasht mint a f�jlm�retet. Az override (fel�lb�r�l�) f�jl t�mogatja a\n"
-#~ "Priorit�s �s Szekci� mez�k �rt�k�nek fel�lb�r�l�s�t.\n"
-#~ "\n"
-#~ "Hasonl�k�ppen az apt-ftparchive 'Sources' f�jlokat gener�l .dsc-k "
-#~ "f�j�b�l.\n"
-#~ "A --source-override opci� haszn�lhat� forr�sfel�lb�r�l� f�jlok "
-#~ "megad�s�ra\n"
-#~ "\n"
-#~ "A 'packages' �s 'sources' parancsokat a fa gy�ker�b�l kell futtatni.\n"
-#~ "A BinaryPath-nak a rekurz�v keres�s kiindul�pontj�ra kell mutatni �s\n"
-#~ "az override f�jlnak a fel�lb�r�l� jelz�ket kell tartalmaznia. A "
-#~ "Pathprefix\n"
-#~ "hozz�j�n a f�jln�v mez�kh�z ha az adott. P�lda felhaszn�l�s a\n"
-#~ "debian arch�vumb�l:\n"
-#~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
-#~ " dists/potato/main/binary-i386/Packages\n"
-
-#~ msgid ""
#~ "Options:\n"
#~ " -h This help text\n"
#~ " --md5 Control MD5 generation\n"
@@ -1981,15 +2667,9 @@ msgstr "Nem lehet a %s csomagf�jlt �rtelmezni (2)"
#~ " -c=? Ezt a konfigur�ci�s f�jlt olvassa be\n"
#~ " -o=? Be�ll�t egy tetsz�leges konfigur�ci�s opci�t\n"
-#~ msgid "No selections matched"
-#~ msgstr "Nincs ideill� kiv�laszt�s"
-
#~ msgid "Done Packages, Starting contents."
#~ msgstr "Csomagok K�szen, tartalmak Kezd�se."
-#~ msgid "Some files are missing in the package file group `%s'"
-#~ msgstr "N�h�ny f�jl hi�nyzik a '%s' csomagf�jl csoportb�l"
-
#~ msgid "Hit contents update byte limit"
#~ msgstr "A tal�lat tartalma friss�ti a b�jtkorl�tot"
@@ -2002,120 +2682,9 @@ msgstr "Nem lehet a %s csomagf�jlt �rtelmezni (2)"
#~ msgid " archives. Took "
#~ msgstr " arch�vban. Fogd:"
-#~ msgid "DB was corrupted, file renamed to %s.old"
-#~ msgstr "DB megs�r�lt, a f�jl �tnevezve %s.old -ra"
-
-#~ msgid "Unable to open DB2 file %s"
-#~ msgstr "A %s DB2 f�jlt nem lehet megnyitni"
-
-#~ msgid "File date has changed %s"
-#~ msgstr "%s f�jl d�tuma megv�ltozott"
-
-#~ msgid "Archive has no control record"
-#~ msgstr "Az arch�vnak nincs vez�rl� rekordja"
-
-#~ msgid "Unable to get a cursor"
-#~ msgstr "Nem siker�lt egy mutat�t venni"
-
-#~ msgid "realloc - Failed to allocate memory"
-#~ msgstr "realloc - Nem siker�lt mem�ri�t lefoglalni"
-
-#~ msgid "Unknown Compresison Algorithm '%s'"
-#~ msgstr "Ismeretlen a '%s' T�m�r�t�si Algoritmus"
-
-#~ msgid "Compressed output %s needs a compression set"
-#~ msgstr "%s t�m�r�tett kimenetnek egy t�m�r�t� k�szlet kell"
-
-#~ msgid "Failed to create FILE*"
-#~ msgstr "Nem siker�lt FILE*-ot l�trehozni"
-
-#~ msgid "Failed to fork"
-#~ msgstr "Nem siker�lt fork-olni"
-
-#~ msgid "Compress Child"
-#~ msgstr "T�m�r�t� Gyerek"
-
-#~ msgid "Internal Error, Failed to create %s"
-#~ msgstr "Bels� Hiba, Nem siker�lt %s-t l�trehozni"
-
-#~ msgid "Failed to create subprocess IPC"
-#~ msgstr "Nem siker�lt az alprocessz IPC-t l�trehozni"
-
-#~ msgid "Failed to exec compressor "
-#~ msgstr "Nem siker�lt elind�tani a t�m�r�t�t "
-
-#~ msgid "IO to subprocess/file failed"
-#~ msgstr "IO az alprocesszhez/f�jlhoz nem siker�lt"
-
-#~ msgid "Failed to read while computing MD5"
-#~ msgstr "Hiba az olvas�sban az MD5 kisz�m�t�sakor"
-
-#~ msgid "Problem unlinking %s"
-#~ msgstr "Probl�ma %s unlink-el�s�vel"
-
-#~ msgid "Unable to open %s"
-#~ msgstr "Nem lehet %s-t megnyitni"
-
-#~ msgid "Malformed override %s line %lu #1"
-#~ msgstr "Deform�lt fel�lb�r�l�s %s %lu. sor�ban #1"
-
-#~ msgid "Malformed override %s line %lu #2"
-#~ msgstr "Deform�lt fel�lb�r�l�s %s %lu. sor�ban #2"
-
-#~ msgid "Malformed override %s line %lu #3"
-#~ msgstr "Deform�lt fel�lb�r�l�s %s %lu. sor�ban #3"
-
-#~ msgid "Failed to read the override file %s"
-#~ msgstr "Nem lehet a %s fel�lb�r�l� f�jlt olvasni"
-
-#~ msgid "W: Unable to read directory "
-#~ msgstr "W: nem lehet a k�nyvt�rat olvasni"
-
-#~ msgid "W: Unable to stat "
-#~ msgstr "W: Nem lehet tesztelni "
-
-#~ msgid "E: "
-#~ msgstr "E: "
-
-#~ msgid "W: "
-#~ msgstr "W: "
-
-#~ msgid "E: Errors apply to file '"
-#~ msgstr "E: Hib�k vonatkoznak a f�jlra '"
-
-#~ msgid "Failed to resolve %s"
-#~ msgstr "Nem siker�lt %s-t feloldani"
-
-#~ msgid "Tree walking failed"
-#~ msgstr "Fabej�r�s nem siker�lt"
-
-#~ msgid "Failed to open %s"
-#~ msgstr "Nem siker�lt %s-t megnyitni"
-
-#~ msgid "Failed to readlink %s"
-#~ msgstr "Nem siker�lt %s-t readlink-elni"
-
-#~ msgid "Failed to unlink %s"
-#~ msgstr "Nem siker�lt %s-t unlink-elni"
-
-#~ msgid "*** Failed to link %s to %s"
-#~ msgstr "*** Nem siker�lt %s-t %s-hez link-elni"
-
-#~ msgid " DeLink limit of "
-#~ msgstr " DeLink-eli a korl�tj�t "
-
#~ msgid "B hit."
#~ msgstr "B tal�lat."
-#~ msgid "Archive had no package field"
-#~ msgstr "Az arch�vnak nincs csomag mez�je"
-
-#~ msgid " has no override entry"
-#~ msgstr "-nek nincs fel�lb�r�l� bejegyz�se"
-
-#~ msgid " maintainer is "
-#~ msgstr " a karbantart� "
-
#~ msgid " not "
#~ msgstr " nem "
@@ -2133,28 +2702,3 @@ msgstr "Nem lehet a %s csomagf�jlt �rtelmezni (2)"
#~ msgid "Errors apply to file '%s'"
#~ msgstr "Hib�k vonatkoznak a '%s' f�jlra"
-
-#~ msgid "Merging Available information"
-#~ msgstr "El�rhet� inform�ci�k Egyes�t�se"
-
-#~ msgid "Press enter to continue."
-#~ msgstr "�ss entert a folytat�shoz."
-
-#~ msgid "Bad default setting!"
-#~ msgstr "Hib�s alap�rtelmez�s!"
-
-#~ msgid "Some errors occurred while unpacking. I'm going to configure the"
-#~ msgstr "N�h�ny hiba ad�dott kibont�s k�zben. Nekil�tok konfigur�lni a"
-
-#~ msgid "packages that were installed. This may result in duplicate errors"
-#~ msgstr "m�r telep�tett csomagokat. Ez eredm�nyezheti hib�k dupl�z�d�s�t"
-
-#~ msgid ""
-#~ "or errors caused by missing dependencies. This is OK, only the errors"
-#~ msgstr ""
-#~ "vagy hi�nyz� f�gg�s�gek miatti hib�kat. Ez �gy OK, csak az ezen �zenet"
-
-#~ msgid ""
-#~ "above this message are important. Please fix them and run [I]nstall again"
-#~ msgstr ""
-#~ "el�tti hib�k fontosak. K�rlek jav�tsd azokat �s futtasd az [I]nstallt �jra"
diff --git a/po/it.po b/po/it.po
index edcf0bd32..75d1543ba 100644
--- a/po/it.po
+++ b/po/it.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
-"POT-Creation-Date: 2002-11-10 19:37+0100\n"
+"POT-Creation-Date: 2003-02-09 21:51-0600\n"
"PO-Revision-Date: 2002-12-03 21:40+0100\n"
"Last-Translator: Samuele Giovanni Tonon <samu@debian.org>\n"
"Language-Team: Italian <it@li.org>\n"
@@ -12,141 +12,142 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: cmdline/apt-cache.cc:131
+#: cmdline/apt-cache.cc:133
#, c-format
msgid "Package %s version %s has an unmet dep:\n"
msgstr "Il pacchetto %s, versione %s, ha una dipendenza non soddisfatta:\n"
-#: cmdline/apt-cache.cc:171 cmdline/apt-cache.cc:523 cmdline/apt-cache.cc:669
-#: cmdline/apt-cache.cc:1035 cmdline/apt-cache.cc:1181
+#: cmdline/apt-cache.cc:173 cmdline/apt-cache.cc:525 cmdline/apt-cache.cc:671
+#: cmdline/apt-cache.cc:1037 cmdline/apt-cache.cc:1183
#, c-format
msgid "Unable to locate package %s"
msgstr "Impossibile trovare il pacchetto %s"
-#: cmdline/apt-cache.cc:228
+#: cmdline/apt-cache.cc:230
msgid "Total Package Names : "
msgstr "Totale Nomi dei pacchetti : "
-#: cmdline/apt-cache.cc:268
+#: cmdline/apt-cache.cc:270
msgid " Normal Packages: "
msgstr " Pacchetti Normali: "
-#: cmdline/apt-cache.cc:269
+#: cmdline/apt-cache.cc:271
msgid " Pure Virtual Packages: "
msgstr " Pacchetti Virtuali Puri: "
-#: cmdline/apt-cache.cc:270
+#: cmdline/apt-cache.cc:272
msgid " Single Virtual Packages: "
msgstr " Pacchetti Virtuali Singoli: "
-#: cmdline/apt-cache.cc:271
+#: cmdline/apt-cache.cc:273
msgid " Mixed Virtual Packages: "
msgstr " Pacchetti Virtuali Misti: "
-#: cmdline/apt-cache.cc:272
+#: cmdline/apt-cache.cc:274
msgid " Missing: "
msgstr " Mancante: "
-#: cmdline/apt-cache.cc:274
+#: cmdline/apt-cache.cc:276
msgid "Total Distinct Versions: "
msgstr "Totale Versioni Distinte: "
-#: cmdline/apt-cache.cc:276
+#: cmdline/apt-cache.cc:278
msgid "Total Dependencies: "
msgstr "Totale Dipendenze: "
-#: cmdline/apt-cache.cc:279
+#: cmdline/apt-cache.cc:281
msgid "Total Ver/File relations: "
msgstr "Totale relazioni Ver/File: "
-#: cmdline/apt-cache.cc:281
+#: cmdline/apt-cache.cc:283
msgid "Total Provides Mappings: "
msgstr "Totale Corrispondenze Fornite: "
-#: cmdline/apt-cache.cc:293
+#: cmdline/apt-cache.cc:295
msgid "Total Globbed Strings: "
msgstr "Totale Stringhe Globalizzate: "
-#: cmdline/apt-cache.cc:307
+#: cmdline/apt-cache.cc:309
msgid "Total Dependency Version space: "
msgstr "Totale spazio di Dipendenza di Versione: "
-#: cmdline/apt-cache.cc:312
+#: cmdline/apt-cache.cc:314
msgid "Total Slack space: "
msgstr "Totale spazio \"Slack\": "
-#: cmdline/apt-cache.cc:320
+#: cmdline/apt-cache.cc:322
msgid "Total Space Accounted for: "
msgstr "Totale Spazio Occupato: "
-#: cmdline/apt-cache.cc:442 cmdline/apt-cache.cc:869
+#: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:871
#, c-format
msgid "Package file %s is out of sync."
msgstr "Il file dei pacchetti %s � desincronizzato."
-#: cmdline/apt-cache.cc:911
+#: cmdline/apt-cache.cc:913
msgid "You must give exactly one pattern"
msgstr "Bisogna dare solamente un pattern"
-#: cmdline/apt-cache.cc:1135
+#: cmdline/apt-cache.cc:1137
msgid "Package Files:"
msgstr "File dei pacchetti:"
-#: cmdline/apt-cache.cc:1142 cmdline/apt-cache.cc:1228
+#: cmdline/apt-cache.cc:1144 cmdline/apt-cache.cc:1230
msgid "Cache is out of sync, can't x-ref a package file"
msgstr ""
"La cache � desincronizzata, impossibile referenziare un file di pacchetti"
-#: cmdline/apt-cache.cc:1143
+#: cmdline/apt-cache.cc:1145
#, c-format
msgid "%4i %s\n"
msgstr "%4i %s\n"
#. Show any packages have explicit pins
-#: cmdline/apt-cache.cc:1155
+#: cmdline/apt-cache.cc:1157
msgid "Pinned Packages:"
msgstr "Pacchetti con Pin:"
-#: cmdline/apt-cache.cc:1167 cmdline/apt-cache.cc:1208
+#: cmdline/apt-cache.cc:1169 cmdline/apt-cache.cc:1210
msgid "(not found)"
msgstr "(non trovato)"
#. Installed version
-#: cmdline/apt-cache.cc:1188
+#: cmdline/apt-cache.cc:1190
msgid " Installed: "
msgstr " Installato: "
-#: cmdline/apt-cache.cc:1190 cmdline/apt-cache.cc:1198
+#: cmdline/apt-cache.cc:1192 cmdline/apt-cache.cc:1200
msgid "(none)"
msgstr "(nessuno)"
#. Candidate Version
-#: cmdline/apt-cache.cc:1195
+#: cmdline/apt-cache.cc:1197
msgid " Candidate: "
msgstr " Candidato: "
-#: cmdline/apt-cache.cc:1205
+#: cmdline/apt-cache.cc:1207
msgid " Package Pin: "
msgstr " Pin del pacchetto: "
#. Show the priority tables
-#: cmdline/apt-cache.cc:1214
+#: cmdline/apt-cache.cc:1216
msgid " Version Table:"
msgstr " Tabella Versione:"
-#: cmdline/apt-cache.cc:1229
+#: cmdline/apt-cache.cc:1231
#, c-format
msgid " %4i %s\n"
msgstr " %4i %s\n"
-#: cmdline/apt-cache.cc:1256 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:69
-#: cmdline/apt-extracttemplates.cc:223 ftparchive/apt-ftparchive.cc:544
-#: cmdline/apt-get.cc:2015 cmdline/apt-sortpkgs.cc:142
+#: cmdline/apt-cache.cc:1258 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
+#: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:544
+#: cmdline/apt-get.cc:2049 cmdline/apt-sortpkgs.cc:144
#, c-format
msgid "%s %s for %s %s compiled on %s %s\n"
msgstr "%s %s per %s %s compilato su %s %s\n"
-#: cmdline/apt-cache.cc:1260
+#: cmdline/apt-cache.cc:1262
+#, fuzzy
msgid ""
"Usage: apt-cache [options] command\n"
" apt-cache [options] add file1 [file1 ...]\n"
@@ -157,7 +158,7 @@ msgid ""
"cache files, and query information from them\n"
"\n"
"Commands:\n"
-" add - Add an package file to the source cache\n"
+" add - Add a package file to the source cache\n"
" gencaches - Build both the package and source cache\n"
" showpkg - Show some general information for a single package\n"
" showsrc - Show source records\n"
@@ -215,11 +216,11 @@ msgstr ""
"Consultare le pagine del man apt-cache(8) e apt.conf(5) per maggiori "
"informazioni\n"
-#: cmdline/apt-config.cc:40
+#: cmdline/apt-config.cc:41
msgid "Arguments not in pairs"
msgstr "Argomenti non in coppia"
-#: cmdline/apt-config.cc:75
+#: cmdline/apt-config.cc:76
msgid ""
"Usage: apt-config [options] command\n"
"\n"
@@ -248,12 +249,12 @@ msgstr ""
" -c=? Legge come configurazione il file specificato\n"
" -o=? Imposta un'opzione di configurazione, come -o dir::cache=/tmp\n"
-#: cmdline/apt-extracttemplates.cc:96
+#: cmdline/apt-extracttemplates.cc:98
#, c-format
msgid "%s not a valid DEB package."
msgstr "%s non � un pacchetto DEB valido."
-#: cmdline/apt-extracttemplates.cc:230
+#: cmdline/apt-extracttemplates.cc:232
msgid ""
"Usage: apt-extracttemplates file1 [file2 ...]\n"
"\n"
@@ -278,15 +279,311 @@ msgstr ""
" -o=? Imposta un'opzione di configurazione, come -o dir::cache=/tmp\n"
"\n"
-#: cmdline/apt-extracttemplates.cc:257 apt-pkg/pkgcachegen.cc:699
+#: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
#, c-format
msgid "Unable to write to %s"
msgstr "Impossibile scrivere in %s"
-#: cmdline/apt-extracttemplates.cc:300
+#: cmdline/apt-extracttemplates.cc:302
msgid "Cannot get debconf version. Is debconf installed?"
msgstr "Impossibile trovare una versione di debconf. Debconf � installato?"
+#: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:336
+msgid "Package extension list is too long"
+msgstr "L'estensione del pacchetto � troppo lunga"
+
+#: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
+#: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:251
+#: ftparchive/apt-ftparchive.cc:265 ftparchive/apt-ftparchive.cc:287
+#, c-format
+msgid "Error Processing directory %s"
+msgstr "Errore durante l'analisi della directory %s"
+
+#: ftparchive/apt-ftparchive.cc:249
+msgid "Source extension list is too long"
+msgstr "L'estensione del sorgente � troppo lunga"
+
+#: ftparchive/apt-ftparchive.cc:366
+msgid "Error writing header to contents file"
+msgstr "Errore nella scrittura dell'header nel file contents"
+
+#: ftparchive/apt-ftparchive.cc:396
+#, c-format
+msgid "Error Processing Contents %s"
+msgstr "Errore nell'analisi dei Contents %s"
+
+#: ftparchive/apt-ftparchive.cc:550
+#, fuzzy
+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"
+"\n"
+"apt-ftparchive generates index files for Debian archives. It supports\n"
+"many styles of generation from fully automated to functional replacements\n"
+"for dpkg-scanpackages and dpkg-scansources\n"
+"\n"
+"apt-ftparchive generates Package files from a tree of .debs. The\n"
+"Package file contains the contents of all the control fields from\n"
+"each package as well as the MD5 hash and filesize. An override file\n"
+"is supported to force the value of Priority and Section.\n"
+"\n"
+"Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
+"The --source-override option can be used to specify a src override file\n"
+"\n"
+"The 'packages' and 'sources' command should be run in the root of the\n"
+"tree. BinaryPath should point to the base of the recursive search and \n"
+"override file should contian the override flags. Pathprefix is\n"
+"appended to the filename fields if present. Example usage from the \n"
+"debian archive:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+"\n"
+"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"
+msgstr ""
+"apt-ftparchive genera file di indice per gli archivi Debian. Supporta\n"
+"molti stili di generazione da completamente automatici a rimpiazzi "
+"funzionali\n"
+"per dpkg-scanpackages e dpkg-scansources\n"
+"\n"
+"apt-ftparchive genera file Packages da un albero di .deb. Il\n"
+"file Package contiene i contenuti di tutti i campi control da ogni\n"
+"pacchetto cos� come l'hash MD5 e la dimensione del file. Un file override\n"
+"� 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\n"
+"per i sorgenti\n"
+"\n"
+"I comandi 'packages' e 'sources' devono essere seguiti nella root "
+"dell'albero.\n"
+"BinaryPath deve puntare alla base della ricerca ricorsiva e il file override "
+"deve\n"
+"contenere le opzioni override. Pathprefix � aggiunto al campo filename se "
+"presente.\n"
+"Esempio di utilizzo dall'archivio debian:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+"\n"
+
+#: ftparchive/apt-ftparchive.cc:731
+msgid "No selections matched"
+msgstr "Nessuna selezione corrisponde"
+
+#: ftparchive/apt-ftparchive.cc:804
+#, c-format
+msgid "Some files are missing in the package file group `%s'"
+msgstr "Mancano alcuni file nel file group di pacchetti `%s'"
+
+#: ftparchive/cachedb.cc:43
+#, c-format
+msgid "DB was corrupted, file renamed to %s.old"
+msgstr "DB era corrotto, il file � stato rinominato in %s.old"
+
+#: ftparchive/cachedb.cc:59
+#, c-format
+msgid "Unable to open DB2 file %s"
+msgstr "Impossibile aprire il file DB2 %s"
+
+#: ftparchive/cachedb.cc:99
+#, c-format
+msgid "File date has changed %s"
+msgstr "La data del file � cambiata %s"
+
+#: ftparchive/cachedb.cc:140
+msgid "Archive has no control record"
+msgstr "L'Archivio non ha un campo control"
+
+#: ftparchive/cachedb.cc:253 ftparchive/cachedb.cc:257
+msgid "Unable to get a cursor"
+msgstr "Impossibile ottenere un cursore"
+
+#: ftparchive/writer.cc:78
+#, fuzzy, c-format
+msgid "W: Unable to read directory %s\n"
+msgstr "W: Impossibile leggere la directory "
+
+#: ftparchive/writer.cc:83
+#, fuzzy, c-format
+msgid "W: Unable to stat %s\n"
+msgstr "W: Impossibile analizzare "
+
+#: ftparchive/writer.cc:122
+msgid "E: "
+msgstr "E: "
+
+#: ftparchive/writer.cc:124
+msgid "W: "
+msgstr "W: "
+
+#: ftparchive/writer.cc:131
+#, fuzzy
+msgid "E: Errors apply to file "
+msgstr "E: Errori applicati al file '"
+
+#: ftparchive/writer.cc:148 ftparchive/writer.cc:178
+#, c-format
+msgid "Failed to resolve %s"
+msgstr "Impossibile risolvere %s"
+
+#: ftparchive/writer.cc:160
+msgid "Tree walking failed"
+msgstr "Visita dell'albero fallita"
+
+#: ftparchive/writer.cc:185
+#, c-format
+msgid "Failed to open %s"
+msgstr "Impossibile aprire %s"
+
+#: ftparchive/writer.cc:242
+#, c-format
+msgid " DeLink %s [%s]\n"
+msgstr ""
+
+#: ftparchive/writer.cc:250
+#, c-format
+msgid "Failed to readlink %s"
+msgstr "Impossibile eseguire readlink su %s"
+
+#: ftparchive/writer.cc:254
+#, c-format
+msgid "Failed to unlink %s"
+msgstr "Impossibile eseguire unlink su %s"
+
+#: ftparchive/writer.cc:261
+#, c-format
+msgid "*** Failed to link %s to %s"
+msgstr "*** Impossibile eseguire link tra %s e %s"
+
+#: ftparchive/writer.cc:271
+#, fuzzy, c-format
+msgid " DeLink limit of %sB hit.\n"
+msgstr " Delink limite di "
+
+#: ftparchive/writer.cc:338 apt-inst/extract.cc:181 apt-inst/extract.cc:193
+#: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Impossibile analizzare %s"
+
+#: ftparchive/writer.cc:358
+msgid "Archive had no package field"
+msgstr "L'archivio non ha un campo package"
+
+#: ftparchive/writer.cc:366 ftparchive/writer.cc:576
+#, fuzzy, c-format
+msgid " %s has no override entry\n"
+msgstr " non ha un entrata nell'override"
+
+#: ftparchive/writer.cc:409 ftparchive/writer.cc:658
+#, fuzzy, c-format
+msgid " %s maintainer is %s not %s\n"
+msgstr " il mantainer � "
+
+#: ftparchive/contents.cc:346 ftparchive/contents.cc:377
+msgid "realloc - Failed to allocate memory"
+msgstr "realloc - Impossibile allocare memoria"
+
+#: ftparchive/override.cc:38 ftparchive/override.cc:146
+#, c-format
+msgid "Unable to open %s"
+msgstr "Impossibile aprire %s"
+
+#: ftparchive/override.cc:64 ftparchive/override.cc:170
+#, c-format
+msgid "Malformed override %s line %lu #1"
+msgstr "Override malformato %s linea %lu #1"
+
+#: ftparchive/override.cc:78 ftparchive/override.cc:182
+#, c-format
+msgid "Malformed override %s line %lu #2"
+msgstr "Override malformato %s linea %lu #2"
+
+#: ftparchive/override.cc:92 ftparchive/override.cc:195
+#, c-format
+msgid "Malformed override %s line %lu #3"
+msgstr "Override malformato %s linea %lu #3"
+
+#: ftparchive/override.cc:131 ftparchive/override.cc:205
+#, c-format
+msgid "Failed to read the override file %s"
+msgstr "Impossibile leggere il file override %s"
+
+#: ftparchive/multicompress.cc:75
+#, c-format
+msgid "Unknown Compresison Algorithm '%s'"
+msgstr "Algoritmo di compressione '%s' sconosciuto"
+
+#: ftparchive/multicompress.cc:105
+#, c-format
+msgid "Compressed output %s needs a compression set"
+msgstr "L'output compresso %s necessita di un insieme di compressione"
+
+#: ftparchive/multicompress.cc:172 methods/rsh.cc:91
+msgid "Failed to create IPC pipe to subprocess"
+msgstr "Impossibile creare un pipe IPC verso il sottoprocesso"
+
+#: ftparchive/multicompress.cc:198
+msgid "Failed to create FILE*"
+msgstr "Impossibile creare FILE*"
+
+#: ftparchive/multicompress.cc:201
+msgid "Failed to fork"
+msgstr "Impossibile eseguire fork"
+
+#: ftparchive/multicompress.cc:215
+msgid "Compress Child"
+msgstr "Figlio compressore"
+
+#: ftparchive/multicompress.cc:238
+#, c-format
+msgid "Internal Error, Failed to create %s"
+msgstr "Errore interno, Impossibile creare %s"
+
+#: ftparchive/multicompress.cc:289
+msgid "Failed to create subprocess IPC"
+msgstr "Impossibile creare un sottoprocesso IPC"
+
+#: ftparchive/multicompress.cc:324
+msgid "Failed to exec compressor "
+msgstr "Impossibile eseguire compressor"
+
+#: ftparchive/multicompress.cc:363
+#, fuzzy
+msgid "decompressor"
+msgstr "Impossibile eseguire compressor"
+
+#: ftparchive/multicompress.cc:406
+msgid "IO to subprocess/file failed"
+msgstr "I/O al sottoprocesso/file fallito"
+
+#: ftparchive/multicompress.cc:458
+msgid "Failed to read while computing MD5"
+msgstr "Impossibile leggere durante l'elaborazione MD5"
+
+#: ftparchive/multicompress.cc:475
+#, fuzzy, c-format
+msgid "Problem unlinking %s"
+msgstr "Problema nell'apertura di %s"
+
+#: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
+#, c-format
+msgid "Failed to rename %s to %s"
+msgstr "Impossibile rinominare %s in %s"
+
#. This needs to be a capital
#: cmdline/apt-get.cc:116
msgid "Y"
@@ -361,8 +658,8 @@ msgid ""
"This should NOT be done unless you know exactly what you are doing!"
msgstr ""
"ATTENZIONE: il seguente pacchetto ESSENZIALE sta per essere rimosso\n"
-"Questo non dovrebbe essere fatto a meno che non si sappia esattamente cosa si "
-"sta facendo!"
+"Questo non dovrebbe essere fatto a meno che non si sappia esattamente cosa "
+"si sta facendo!"
#: cmdline/apt-get.cc:514
#, c-format
@@ -504,11 +801,11 @@ msgstr "Download completato e in modalit� download-only"
#: cmdline/apt-get.cc:875
msgid ""
-"Unable to fetch some archives, maybe run apt-get update or try with "
-"--fix-missing?"
+"Unable to fetch some archives, maybe run apt-get update or try with --fix-"
+"missing?"
msgstr ""
-"Impossibile prendere alcuni archivi, forse � meglio eseguire apt-get update o "
-"provare l'opzione --fix-missing"
+"Impossibile prendere alcuni archivi, forse � meglio eseguire apt-get update "
+"o provare l'opzione --fix-missing"
#: cmdline/apt-get.cc:879
msgid "--fix-missing and media swapping is not currently supported"
@@ -609,8 +906,8 @@ msgstr "Impossibile creare un lock sulla directory di list"
#: cmdline/apt-get.cc:1238
msgid ""
-"Some index files failed to download, they have been ignored, or old ones used "
-"instead."
+"Some index files failed to download, they have been ignored, or old ones "
+"used instead."
msgstr ""
"Impossibile scaricare alcune file di indice, essi verranno ignorati, oppure "
"si useranno quelli precedenti."
@@ -685,7 +982,7 @@ msgstr "I seguenti pacchetti verranno inoltre installati:"
msgid "Calculating Upgrade... "
msgstr "Calcolo dell'aggiornamento in corso... "
-#: cmdline/apt-get.cc:1476
+#: cmdline/apt-get.cc:1476 methods/ftp.cc:700 methods/connect.cc:99
msgid "Failed"
msgstr "Fallito"
@@ -761,16 +1058,25 @@ msgstr "Impossibile ottenere informazioni di dipendenza di costruzione per %s"
msgid "%s has no build depends.\n"
msgstr "%s non ha dipendenze di costruzione.\n"
-#: cmdline/apt-get.cc:1931
-#, c-format
+#: cmdline/apt-get.cc:1948
+#, fuzzy, c-format
msgid ""
-"%s dependency on %s cannot be satisfied because the package %s cannot be "
+"%s dependency for %s cannot be satisfied because the package %s cannot be "
"found"
msgstr ""
"La dipendenza %s su %s non pu� essere soddisfatta perch� non si trova il "
"pacchetto %s"
-#: cmdline/apt-get.cc:1983
+#: cmdline/apt-get.cc:1990
+#, fuzzy, c-format
+msgid ""
+"%s dependency for %s cannot be satisfied because no available versions of "
+"package %s can satisfy version requirements"
+msgstr ""
+"La dipendenza %s su %s non pu� essere soddisfatta perch� non si trova il "
+"pacchetto %s"
+
+#: cmdline/apt-get.cc:2017
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."
@@ -778,15 +1084,15 @@ 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."
-#: cmdline/apt-get.cc:1988
+#: cmdline/apt-get.cc:2022
msgid "Failed to process build dependencies"
msgstr "Il calcolo delle dipendenze per la costruzione � fallito"
-#: cmdline/apt-get.cc:2020
+#: cmdline/apt-get.cc:2054
msgid "Supported Modules:"
msgstr "Moduli Supportati:"
-#: cmdline/apt-get.cc:2061
+#: cmdline/apt-get.cc:2095
msgid ""
"Usage: apt-get [options] command\n"
" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -891,17 +1197,17 @@ msgstr " [In corso]"
#: cmdline/acqprogress.cc:271
#, c-format
msgid ""
-"Media Change: Please insert the disc labeled '%s' in the drive '%s' and press "
-"enter\n"
+"Media Change: Please insert the disc labeled '%s' in the drive '%s' and "
+"press enter\n"
msgstr ""
"Cambio disco: Inserire il disco chiamato '%s' nel dispositivo '%s' e premere "
"invio\n"
-#: cmdline/apt-sortpkgs.cc:84
+#: cmdline/apt-sortpkgs.cc:86
msgid "Unknown package record!"
msgstr "Campo del pacchetto sconosciuto!"
-#: cmdline/apt-sortpkgs.cc:148
+#: cmdline/apt-sortpkgs.cc:150
msgid ""
"Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
"\n"
@@ -916,8 +1222,8 @@ msgid ""
msgstr ""
"Utilizzo: apt-sortpkgs [opzioni] file1 [file2 ...]\n"
"\n"
-"apt-sortpkgs � un semplice tool per ordinare il file dei pacchetti. L'opzione "
-"-s\n"
+"apt-sortpkgs � un semplice tool per ordinare il file dei pacchetti. "
+"L'opzione -s\n"
"� usata per indicare che tipo di file si sta utilizzando.\n"
"\n"
"Opzioni:\n"
@@ -926,6 +1232,277 @@ msgstr ""
" -c=? Legge come configurazione il file specificato\n"
" -o=? Imposta un'opzione di configurazione, es -o dir::cache=/tmp\n"
+#: apt-inst/contrib/extracttar.cc:115
+msgid "Failed to create pipes"
+msgstr "Impossibile creare delle pipe"
+
+#: apt-inst/contrib/extracttar.cc:140
+msgid "Failed to exec gzip "
+msgstr "Impossibile eseguire gzip "
+
+#: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
+msgid "Corrupted archive"
+msgstr "Archivio corrotto"
+
+#: apt-inst/contrib/extracttar.cc:192
+msgid "Tar Checksum failed, archive corrupted"
+msgstr "Checksum di tar fallito, archivio corrotto"
+
+#: apt-inst/contrib/extracttar.cc:295
+#, c-format
+msgid "Unkown TAR header type %u, member %s"
+msgstr "Tipo %u nell'header di tar sconosciuto, member %s"
+
+#: apt-inst/contrib/arfile.cc:73
+msgid "Invalid archive signature"
+msgstr "Firma dell'archivio non valida"
+
+#: apt-inst/contrib/arfile.cc:81
+msgid "Error reading archive member header"
+msgstr "Errore nella lettura del member header dell'archivio"
+
+#: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
+msgid "Invalid archive member header"
+msgstr "Member header dell'archivio non valido"
+
+#: apt-inst/contrib/arfile.cc:131
+msgid "Archive is too short"
+msgstr "L'archivio � troppo corto"
+
+#: apt-inst/contrib/arfile.cc:135
+msgid "Failed to read the archive headers"
+msgstr "Impossibile leggere gli header dell'archivio"
+
+#: apt-inst/filelist.cc:384
+msgid "DropNode called on still linked node"
+msgstr "Dropnode invocata su un nodo ancora collegato"
+
+#: apt-inst/filelist.cc:416
+msgid "Failed to locate the hash element!"
+msgstr "Impossibile localizzare l'elemento hash!"
+
+#: apt-inst/filelist.cc:463
+msgid "Failed to allocate diversion"
+msgstr "Impossibile allocare la deviazione"
+
+#: apt-inst/filelist.cc:468
+msgid "Internal Error in AddDiversion"
+msgstr "Errore Interno in AddDiversion"
+
+#: apt-inst/filelist.cc:481
+#, c-format
+msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
+msgstr ""
+"Tentativo di sovrascrittura di una deviazione in corso, %s -> %s e %s/%s"
+
+#: apt-inst/filelist.cc:510
+#, c-format
+msgid "Double add of diversion %s -> %s"
+msgstr "Doppia aggiunta di deviazione %s -> %s"
+
+#: apt-inst/filelist.cc:553
+#, c-format
+msgid "Duplicate conf file %s/%s"
+msgstr "File di configurazione duplice %s/%s"
+
+#: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
+#, c-format
+msgid "Failed write file %s"
+msgstr "Scrittura del file %s fallita"
+
+#: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
+#, c-format
+msgid "Failed to close file %s"
+msgstr "Chiusura del file %s fallita"
+
+#: apt-inst/extract.cc:96 apt-inst/extract.cc:167
+#, fuzzy, c-format
+msgid "The path %s is too long"
+msgstr "Il path � troppo lungo"
+
+#: apt-inst/extract.cc:127
+#, c-format
+msgid "Unpacking %s more than once"
+msgstr "Estrazione di %s eseguita pi� di una volta"
+
+#: apt-inst/extract.cc:137
+#, c-format
+msgid "The directory %s is diverted"
+msgstr "La directory %s � deviata"
+
+#: apt-inst/extract.cc:147
+#, c-format
+msgid "The package is trying to write to the diversion target %s/%s"
+msgstr ""
+"Il pacchetto sta cercando di scrivere nella deviazione di destinazione %s/%s"
+
+#: apt-inst/extract.cc:157 apt-inst/extract.cc:300
+msgid "The diversion path is too long"
+msgstr "Il path della deviazione � troppo lungo"
+
+#: apt-inst/extract.cc:243
+#, c-format
+msgid "The directory %s is being replaced by a non-directory"
+msgstr "La directory %s sta per essere sostituita da una non-directory"
+
+#: apt-inst/extract.cc:283
+msgid "Failed to locate node in its hash bucket"
+msgstr "Impossibile localizzare il nodo nel suo hash bucket"
+
+#: apt-inst/extract.cc:287
+msgid "The path is too long"
+msgstr "Il path � troppo lungo"
+
+#: apt-inst/extract.cc:417
+#, c-format
+msgid "Overwrite package match with no version for %s"
+msgstr "Il pacchetto sovrascritto corrisponde senza versione per %s"
+
+#: apt-inst/extract.cc:434
+#, c-format
+msgid "File %s/%s overwrites the one in the package %s"
+msgstr "Il file %s/%s sovrascrive quello nel pacchetto %s"
+
+#: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
+#: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
+#, c-format
+msgid "Unable to read %s"
+msgstr "Impossibile leggere %s"
+
+#: apt-inst/extract.cc:494
+#, fuzzy, c-format
+msgid "Unable to stat %s"
+msgstr "Impossibile analizzare %s."
+
+#: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
+#, c-format
+msgid "Failed to remove %s"
+msgstr "Impossibile rimuovere %s"
+
+#: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
+#, c-format
+msgid "Unable to create %s"
+msgstr "Impossibile creare %s"
+
+#: apt-inst/deb/dpkgdb.cc:118
+#, c-format
+msgid "Failed to stat %sinfo"
+msgstr "Impossibile analizzare %sinfo"
+
+#: apt-inst/deb/dpkgdb.cc:123
+msgid "The info and temp directories need to be on the same filesystem"
+msgstr "Le directory temp e info devono essere sullo stesso filesystem"
+
+#. Build the status cache
+#: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
+#: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
+#: apt-pkg/pkgcachegen.cc:829
+msgid "Reading Package Lists"
+msgstr "Lettura della lista dei pacchetti in corso"
+
+#: apt-inst/deb/dpkgdb.cc:180
+#, c-format
+msgid "Failed to change to the admin dir %sinfo"
+msgstr "Impossibile raggiungere la directory admin %sinfo"
+
+#: 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"
+msgstr "Errore interno nel prendere un Nome Pacchetto"
+
+#: apt-inst/deb/dpkgdb.cc:205
+msgid "Reading File Listing"
+msgstr "Lettura della lista dei file in corso"
+
+#: apt-inst/deb/dpkgdb.cc:216
+#, c-format
+msgid ""
+"Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
+"then make it empty and immediately re-install the same version of the "
+"package!"
+msgstr ""
+"Impossibile aprire file di lista '%sinfo%s'. Se non si pu� ripristinare "
+"questo file allora crearne uno vuoto e reinstallare immediatamente la stessa "
+"versione del pacchetto!"
+
+#: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
+#, c-format
+msgid "Failed reading the list file %sinfo/%s"
+msgstr "Errore nella lettura del file di lista %sinfo%s"
+
+#: apt-inst/deb/dpkgdb.cc:266
+msgid "Internal Error getting a Node"
+msgstr "Errore interno nel prendere un Nodo"
+
+#: apt-inst/deb/dpkgdb.cc:309
+#, c-format
+msgid "Failed to open the diversions file %sdiversions"
+msgstr "Impossibile aprire il file di diversion %sdiversions"
+
+#: apt-inst/deb/dpkgdb.cc:324
+msgid "The diversion file is corrupted"
+msgstr "Il file di diversion � corrotto"
+
+#: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
+#: apt-inst/deb/dpkgdb.cc:341
+#, c-format
+msgid "Invalid line in the diversion file: %s"
+msgstr "Linea non valida nel file di diversion: %s"
+
+#: apt-inst/deb/dpkgdb.cc:362
+msgid "Internal Error adding a diversion"
+msgstr "Errore interno nell'aggiunta di una diversion"
+
+#: apt-inst/deb/dpkgdb.cc:383
+msgid "The pkg cache must be initialize first"
+msgstr "La cache dei pacchetti deve prima essere inizializzata"
+
+#: apt-inst/deb/dpkgdb.cc:386
+msgid "Reading File List"
+msgstr "Lettura della lista di file in corso"
+
+#: apt-inst/deb/dpkgdb.cc:443
+#, c-format
+msgid "Failed to find a Package: Header, offset %lu"
+msgstr "Impossibile trovare un pacchetto: Header, offset %lu"
+
+#: apt-inst/deb/dpkgdb.cc:465
+#, c-format
+msgid "Bad ConfFile section in the status file. Offset %lu"
+msgstr "Sezione ConfFile nel file status non corretta. Offset %lu"
+
+#: apt-inst/deb/dpkgdb.cc:470
+#, c-format
+msgid "Error parsing MD5. Offset %lu"
+msgstr "Errore nel parsing MD5. Offset %lu"
+
+#: apt-inst/deb/debfile.cc:55
+#, c-format
+msgid "This is not a valid DEB archive, missing '%s' member"
+msgstr "Questo non � un archivio DEB valido, member '%s' mancante"
+
+#: apt-inst/deb/debfile.cc:72
+#, c-format
+msgid "Internal Error, could not locate member %s"
+msgstr "Errore interno, impossibile localizzare il member %s"
+
+#: apt-inst/deb/debfile.cc:104
+#, fuzzy, c-format
+msgid "Couldn't change to %s"
+msgstr "Impossibile ottenere il lock %s"
+
+#: apt-inst/deb/debfile.cc:125
+msgid "Internal Error, could not locate member"
+msgstr "Errore interno, impossibile localizzare il member"
+
+#: apt-inst/deb/debfile.cc:158
+msgid "Failed to locate a valid control file"
+msgstr "Impossibile localizzare un file control valido"
+
+#: apt-inst/deb/debfile.cc:243
+msgid "Unparsible control file"
+msgstr "file control non parsabile"
+
#: dselect/install:32
msgid "Bad default setting!"
msgstr "Opzione predefinita errata!"
@@ -956,13 +1533,344 @@ msgstr ""
msgid ""
"above this message are important. Please fix them and run [I]nstall again"
msgstr ""
-" bene solo se gli errori sopra questo messaggio sono importanti. Si prega di "
-"correggerli e di eseguire [I]nstall un'altra volta"
+" bene solo se gli errori sopra questo messaggio sono importanti. Si prega "
+"di correggerli e di eseguire [I]nstall un'altra volta"
#: dselect/update:30
msgid "Merging Available information"
msgstr "Aggiornamento delle informazioni disponibili"
+#: methods/cdrom.cc:113
+#, c-format
+msgid "Unable to read the cdrom database %s"
+msgstr "Impossibile leggere il database del cdrom %s"
+
+#: 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"
+msgstr ""
+"Si prega di usare apt-cdrom per far riconoscere questo CD da APT. apt-get "
+"update non pu� essere usato per aggiungere nuovi CD"
+
+#: methods/cdrom.cc:130 methods/cdrom.cc:168
+msgid "Wrong CD"
+msgstr "CD Sbagliato"
+
+#: methods/cdrom.cc:163
+#, c-format
+msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
+msgstr "Impossibile smontare il CD-ROM in %s, potrebbe essere ancora in uso."
+
+#: methods/cdrom.cc:177 methods/file.cc:77
+#, fuzzy
+msgid "File not found"
+msgstr "File Non Trovato"
+
+#: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
+msgid "Failed to stat"
+msgstr "Impossibile analizzare"
+
+#: methods/copy.cc:79 methods/gzip.cc:139
+msgid "Failed to set modification time"
+msgstr "Impossibile impostare la data di modifica (modification time)"
+
+#: methods/file.cc:42
+msgid "Invalid URI, local URIS must not start with //"
+msgstr "URI non valide, le URI locali non devono iniziare con //"
+
+#. Login must be before getpeername otherwise dante won't work.
+#: methods/ftp.cc:162
+msgid "Logging in"
+msgstr "Accesso in corso"
+
+#: methods/ftp.cc:168
+msgid "Unable to determine the peer name"
+msgstr "Impossibile determinare il nome del peer"
+
+#: methods/ftp.cc:173
+msgid "Unable to determine the local name"
+msgstr "Impossibile determinare il nome locale"
+
+#: methods/ftp.cc:204 methods/ftp.cc:230
+#, c-format
+msgid "Server refused our connection and said: %s"
+msgstr "Il server ha rifiutato la connessione dicendo: %s"
+
+#: methods/ftp.cc:210
+#, c-format
+msgid "USER failed, server said: %s"
+msgstr "USER fallito, il server ha detto: %s"
+
+#: methods/ftp.cc:216
+#, c-format
+msgid "PASS failed, server said: %s"
+msgstr "PASS fallito, il server ha detto: %s"
+
+#: methods/ftp.cc:235
+msgid ""
+"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
+"is empty."
+msgstr ""
+"Si � specificato un proxy server ma senza script di login, Acquire::ftp::"
+"ProxyLogin � vuoto."
+
+#: methods/ftp.cc:263
+#, c-format
+msgid "Login script command '%s' failed, server said: %s"
+msgstr "Comando dello script di login '%s' fallito, il server ha detto: %s"
+
+#: methods/ftp.cc:289
+#, c-format
+msgid "TYPE failed, server said: %s"
+msgstr "TYPE fallito, il server ha detto: %s"
+
+#: methods/ftp.cc:327 methods/ftp.cc:438 methods/rsh.cc:183 methods/rsh.cc:226
+msgid "Connection timeout"
+msgstr "Timeout della connesione"
+
+#: methods/ftp.cc:333
+msgid "Server closed the connection"
+msgstr "Il server ha chiuso la connessione"
+
+#: methods/ftp.cc:336 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
+msgid "Read error"
+msgstr "Errore di lettura"
+
+#: methods/ftp.cc:343 methods/rsh.cc:197
+msgid "A response overflowed the buffer."
+msgstr "Una risposta ha superato le dimensioni del buffer."
+
+#: methods/ftp.cc:360 methods/ftp.cc:372
+msgid "Protocol corruption"
+msgstr "Corruzione nel protocollo"
+
+#: methods/ftp.cc:444 methods/rsh.cc:232
+#, fuzzy
+msgid "Write Error"
+msgstr "Errore di scrittura"
+
+#: methods/ftp.cc:685 methods/ftp.cc:691 methods/ftp.cc:727
+msgid "Could not create a socket"
+msgstr "Impossibile creare un socket"
+
+#: methods/ftp.cc:696
+msgid "Could not connect data socket, connection timed out"
+msgstr ""
+"Impossibile connettersi al socket dati, tempo limite di connessione esaurito"
+
+#: methods/ftp.cc:702
+msgid "Could not connect passive socket."
+msgstr "Impossibile connettersi in modalit� passiva"
+
+#: methods/ftp.cc:720
+msgid "getaddrinfo was unable to get a listening socket"
+msgstr "� stato impossibile ottenere un socket in ascolto con getaddrinfo()"
+
+#: methods/ftp.cc:734
+msgid "Could not bind a socket"
+msgstr "Impossibile eseguire bind() su un socket"
+
+#: methods/ftp.cc:738
+msgid "Could not listen on the socket"
+msgstr "Impossibile eseguire listen() su un socket"
+
+#: methods/ftp.cc:745
+msgid "Could not determine the socket's name"
+msgstr "Impossibile determinare il nome del socket"
+
+#: methods/ftp.cc:777
+msgid "Unable to send PORT command"
+msgstr "Impossibile inviare il comando PORT"
+
+#: methods/ftp.cc:787
+#, fuzzy, c-format
+msgid "Unknown address family %u (AF_*)"
+msgstr "Famiglia di indirizzi %u (AF_*) sconosciuta"
+
+#: methods/ftp.cc:796
+#, c-format
+msgid "EPRT failed, server said: %s"
+msgstr "EPRT fallito, il server ha detto: %s"
+
+#: methods/ftp.cc:816
+msgid "Data socket connect timed out"
+msgstr "Tempo limite di connessione esaurito per il socket dati"
+
+#: methods/ftp.cc:823
+msgid "Unable to accept connection"
+msgstr "Impossibile accettare connessioni"
+
+#: methods/ftp.cc:862 methods/http.cc:912 methods/rsh.cc:303
+#, fuzzy
+msgid "Problem hashing file"
+msgstr "Si � verificato un problema sincronizzando il file"
+
+#: methods/ftp.cc:875
+#, c-format
+msgid "Unable to fetch file, server said '%s'"
+msgstr "Impossibile ottenere un file, il server ha detto '%s'"
+
+#: methods/ftp.cc:890 methods/rsh.cc:322
+msgid "Data socket timed out"
+msgstr "Tempo limite esaurito per il socket dati"
+
+#: methods/ftp.cc:920
+#, c-format
+msgid "Data transfer failed, server said '%s'"
+msgstr "Trasferimento dei dati fallito, il server ha detto '%s'"
+
+#. Get the files information
+#: methods/ftp.cc:995
+msgid "Query"
+msgstr ""
+
+#: methods/ftp.cc:1102
+msgid "Unable to invoke "
+msgstr "Impossibile invocare "
+
+#: methods/connect.cc:64
+#, c-format
+msgid "Connecting to %s (%s)"
+msgstr "Connessione a %s (%s) in corso"
+
+#: methods/connect.cc:71
+#, c-format
+msgid "[IP: %s %s]"
+msgstr ""
+
+#: methods/connect.cc:80
+#, c-format
+msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
+msgstr "Impossibile creare un socket per %s (f=%u t=%u p=%u)"
+
+#: methods/connect.cc:86
+#, c-format
+msgid "Cannot initiate the connection to %s:%s (%s)."
+msgstr "Impossibile iniziare la connessione a %s:%s (%s)."
+
+#: methods/connect.cc:92
+#, c-format
+msgid "Could not connect to %s:%s (%s), connection timed out"
+msgstr ""
+"Impossibile connettersi a %s:%s (%s), tempo limite di connessione esaurito"
+
+#: methods/connect.cc:104
+#, c-format
+msgid "Could not connect to %s:%s (%s)."
+msgstr "Impossibile connettersi a %s:%s (%s)."
+
+#. We say this mainly because the pause here is for the
+#. ssh connection that is still going
+#: methods/connect.cc:132 methods/rsh.cc:425
+#, c-format
+msgid "Connecting to %s"
+msgstr "Connessione a %s in corso"
+
+#: methods/connect.cc:163
+#, fuzzy, c-format
+msgid "Could not resolve '%s'"
+msgstr "Impossibile aprire il file %s"
+
+#: methods/connect.cc:167
+#, c-format
+msgid "Temporary failure resolving '%s'"
+msgstr ""
+
+#: methods/connect.cc:169
+#, c-format
+msgid "Something wicked happened resolving '%s:%s' (%i)"
+msgstr "� accaduto qualcosa di anormale nella risoluzione di '%s:%s' (%i)"
+
+#: methods/connect.cc:216
+#, c-format
+msgid "Unable to connect to %s %s:"
+msgstr "Impossibile connettersi a %s %s:"
+
+#: methods/gzip.cc:57
+#, fuzzy, c-format
+msgid "Couldn't open pipe for %s"
+msgstr "Impossibile aprire il file %s"
+
+#: methods/gzip.cc:102
+#, c-format
+msgid "Read error from %s process"
+msgstr "Errore di lettura dal processo %s"
+
+#: methods/http.cc:340
+msgid "Waiting for file"
+msgstr "In attesa del file"
+
+#: methods/http.cc:486
+#, c-format
+msgid "Got a single header line over %u chars"
+msgstr "Si � ottenuto una singola linea di header su %u caratteri"
+
+#: methods/http.cc:494
+msgid "Bad header line"
+msgstr "Linea nell'header non corretta"
+
+#: methods/http.cc:513 methods/http.cc:520
+msgid "The http server sent an invalid reply header"
+msgstr "Il server http ha inviato un header di risposta non valido"
+
+#: methods/http.cc:549
+msgid "The http server sent an invalid Content-Length header"
+msgstr "Il server http ha inviato un Content-Length non valido"
+
+#: methods/http.cc:564
+msgid "The http server sent an invalid Content-Range header"
+msgstr "Il server http ha inviato un Content-Range non valido"
+
+#: methods/http.cc:566
+msgid "This http server has broken range support"
+msgstr "Questo server http ha il supporto del range bacato"
+
+#: methods/http.cc:590
+msgid "Unknown date format"
+msgstr "Formato della data sconosciuto"
+
+#: methods/http.cc:733
+msgid "Select failed"
+msgstr "Select fallito"
+
+#: methods/http.cc:738
+msgid "Connection timed out"
+msgstr "Tempo limite per la connessione esaurito"
+
+#: methods/http.cc:761
+msgid "Error writing to output file"
+msgstr "Errore nella scrittura del file di output"
+
+#: methods/http.cc:789
+msgid "Error writing to file"
+msgstr "Errore nella scrittura nel file"
+
+#: methods/http.cc:814
+msgid "Error writing to the file"
+msgstr "Errore nella scrittura nel file"
+
+#: methods/http.cc:828
+msgid "Error reading from server Remote end closed connection"
+msgstr ""
+"Errore nella lettura della chiusura della connessione remota del server"
+
+#: methods/http.cc:830
+msgid "Error reading from server"
+msgstr "Errore nella lettura dal server"
+
+#: methods/http.cc:1061
+msgid "Bad header Data"
+msgstr "Header dei dati malformato"
+
+#: methods/http.cc:1078
+msgid "Connection failed"
+msgstr "Connessione fallita"
+
+#: methods/http.cc:1169
+msgid "Internal error"
+msgstr "Errore interno"
+
#: apt-pkg/contrib/mmap.cc:82
msgid "Can't mmap an empty file"
msgstr "Impossibile eseguire mmap su un file vuoto"
@@ -972,7 +1880,7 @@ msgstr "Impossibile eseguire mmap su un file vuoto"
msgid "Couldn't make mmap of %lu bytes"
msgstr "Impossibile eseguire mmap di %lu byte"
-#: apt-pkg/contrib/strutl.cc:935
+#: apt-pkg/contrib/strutl.cc:941
#, c-format
msgid "Selection %s not found"
msgstr "Selezione %s non trovata"
@@ -1024,66 +1932,60 @@ msgstr "Errore di sintassi %s:%u: Direttiva non supportata '%s'"
msgid "Syntax error %s:%u: Extra junk at end of file"
msgstr "Errore di sintassi %s:%u: caratteri extra alla fine del file"
-#: apt-pkg/contrib/configuration.cc:701 apt-pkg/contrib/cdromutl.cc:153
-#: apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
-#, c-format
-msgid "Unable to read %s"
-msgstr "Impossibile leggere %s"
-
#: apt-pkg/contrib/progress.cc:154
-#, c-format
-msgid "%s... Error!"
+#, fuzzy, c-format
+msgid "%c%s... Error!"
msgstr "%s... Errore!"
#: apt-pkg/contrib/progress.cc:156
-#, c-format
-msgid "%s... Done"
+#, fuzzy, c-format
+msgid "%c%s... Done"
msgstr "%s... Fatto"
-#: apt-pkg/contrib/cmndline.cc:79
+#: apt-pkg/contrib/cmndline.cc:80
#, c-format
msgid "Command line option '%c' [from %s] is not known."
msgstr "L'opzione da linea di comando '%c' [da %s] � sconosciuta."
-#: apt-pkg/contrib/cmndline.cc:105 apt-pkg/contrib/cmndline.cc:113
-#: apt-pkg/contrib/cmndline.cc:121
+#: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
+#: apt-pkg/contrib/cmndline.cc:122
#, c-format
msgid "Command line option %s is not understood"
msgstr "L'opzione da linea di comando %s non � chiara"
-#: apt-pkg/contrib/cmndline.cc:126
+#: apt-pkg/contrib/cmndline.cc:127
#, c-format
msgid "Command line option %s is not boolean"
msgstr "L'opzione da linea di comando %s, non � booleana"
-#: apt-pkg/contrib/cmndline.cc:165 apt-pkg/contrib/cmndline.cc:186
+#: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
#, c-format
msgid "Option %s requires an argument."
msgstr "L'opzione %s richiede un argomento."
-#: apt-pkg/contrib/cmndline.cc:200 apt-pkg/contrib/cmndline.cc:206
-#, c-format
-msgid "Option %s: Configuration item sepecification must have an =<val>."
+#: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
+#, fuzzy, c-format
+msgid "Option %s: Configuration item specification must have an =<val>."
msgstr ""
"Opzione %s: la specifica di configurazione del parametro deve avere un "
"=<valore>."
-#: apt-pkg/contrib/cmndline.cc:236
+#: apt-pkg/contrib/cmndline.cc:237
#, c-format
msgid "Option %s requires an integer argument, not '%s'"
msgstr "L'opzione %s richiede un argomento intero, non '%s'"
-#: apt-pkg/contrib/cmndline.cc:267
+#: apt-pkg/contrib/cmndline.cc:268
#, c-format
msgid "Option '%s' is too long"
msgstr "L'opzione '%s' � troppo lunga"
-#: apt-pkg/contrib/cmndline.cc:300
+#: apt-pkg/contrib/cmndline.cc:301
#, fuzzy, c-format
msgid "Sense %s is not understood, try true or false."
msgstr "Il valore %s non � chiaro, provare true o false."
-#: apt-pkg/contrib/cmndline.cc:350
+#: apt-pkg/contrib/cmndline.cc:351
#, c-format
msgid "Invalid operation %s"
msgstr "Operazione non valida %s"
@@ -1147,10 +2049,6 @@ msgstr "Il sottoprocesso %s � uscito inaspettatamente"
msgid "Could not open file %s"
msgstr "Impossibile aprire il file %s"
-#: apt-pkg/contrib/fileutl.cc:452
-msgid "Read error"
-msgstr "Errore di lettura"
-
#: apt-pkg/contrib/fileutl.cc:473
#, c-format
msgid "read, still have %lu to read but none left"
@@ -1195,7 +2093,8 @@ msgid "This APT does not support the Versioning System '%s'"
msgstr "Questo APT non supporta il sistema di gestione delle versioni '%s'"
#: apt-pkg/pkgcache.cc:147
-msgid "The package cache was build for a different architecture"
+#, fuzzy
+msgid "The package cache was built for a different architecture"
msgstr ""
"Il cache file dei pacchetti � stato generato per un'architettura differente"
@@ -1332,20 +2231,20 @@ msgstr "ID vendor '%s', alla linea %u della lista sorgente %s, sconosciuto"
#: apt-pkg/packagemanager.cc:402
#, c-format
msgid ""
-"This installation run will require temporarily removing the essential package "
-"%s due to a Conflicts/Pre-Depends loop. This is often bad, but if you really "
-"want to do it, activate the APT::Force-LoopBreak option."
+"This installation run will require temporarily removing the essential "
+"package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
+"you really want to do it, activate the APT::Force-LoopBreak option."
msgstr ""
"Quest'installazione necessita della rimozione temporanea del pacchetto "
-"essenziale %s a causa di un loop Conflitto/Pre-Dipendenza. Questo non � bene, "
-"ma se si vuole farlo, si attivi l'opzione APT::Force-LoopBreak "
+"essenziale %s a causa di un loop Conflitto/Pre-Dipendenza. Questo non � "
+"bene, ma se si vuole farlo, si attivi l'opzione APT::Force-LoopBreak "
#: apt-pkg/pkgrecords.cc:37
#, c-format
msgid "Index file type '%s' is not supported"
msgstr "Il file indice di tipo '%s' non � supportato"
-#: apt-pkg/algorithms.cc:237
+#: apt-pkg/algorithms.cc:238
#, c-format
msgid ""
"The package %s needs to be reinstalled, but I can't find an archive for it."
@@ -1353,7 +2252,7 @@ msgstr ""
"Il pacchetto %s deve essere reinstallato, ma non si riesce a trovare un "
"archivio per esso."
-#: apt-pkg/algorithms.cc:1055
+#: apt-pkg/algorithms.cc:1056
msgid ""
"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
"held packages."
@@ -1361,7 +2260,7 @@ msgstr ""
"Errore, pkgProblemResolver::Resolve ha generato uno stop, questo pu� essere "
"causato da pacchetti bloccati "
-#: apt-pkg/algorithms.cc:1057
+#: apt-pkg/algorithms.cc:1058
msgid "Unable to correct problems, you have held broken packages."
msgstr "Impossibile correggere i problemi, ci sono pacchetti rotti bloccati"
@@ -1385,12 +2284,12 @@ msgstr "Non � stato possibile trovare un driver per il metodo %s."
msgid "Method %s did not start correctly"
msgstr "Il metodo %s non � partito correttamente"
-#: apt-pkg/init.cc:117
+#: apt-pkg/init.cc:119
#, c-format
msgid "Packaging system '%s' is not supported"
msgstr "Il sistema di archiviazione (packaging) '%s' non � supportato"
-#: apt-pkg/init.cc:133
+#: apt-pkg/init.cc:135
msgid "Unable to determine a suitable system type"
msgstr "Impossibile determinare il tipo di sistema appropriato"
@@ -1475,8 +2374,8 @@ msgstr ""
#: apt-pkg/pkgcachegen.cc:213
msgid "Wow, you exceeded the number of dependencies this APT is capable of."
msgstr ""
-"WOW, si � ecceduto il numero massimo di dipendenze che questo APT � capace di "
-"gestire"
+"WOW, si � ecceduto il numero massimo di dipendenze che questo APT � capace "
+"di gestire"
#: apt-pkg/pkgcachegen.cc:241
#, c-format
@@ -1499,12 +2398,6 @@ msgstr ""
msgid "Couldn't stat source package list %s"
msgstr "Impossibile controllare la lista dei pacchetti sorgente %s"
-#. Build the status cache
-#: apt-pkg/pkgcachegen.cc:643 apt-pkg/pkgcachegen.cc:701
-#: apt-pkg/pkgcachegen.cc:706 apt-pkg/pkgcachegen.cc:829
-msgid "Reading Package Lists"
-msgstr "Lettura della lista dei pacchetti in corso"
-
#: apt-pkg/pkgcachegen.cc:658
msgid "Collecting File Provides"
msgstr "Il File Collezionato Fornisce"
@@ -1553,99 +2446,13 @@ msgstr "Le Dimensioni non corrispondono"
msgid "MD5Sum mismatch"
msgstr "Somma MD5 non corrispondente"
-#~ msgid "Unable to read the cdrom database %s"
-#~ msgstr "Impossibile leggere il database del cdrom %s"
-
-#~ msgid ""
-#~ "Please use apt-cdrom to make this CD recognized by APT. apt-get update "
-#~ "cannot be used to add new CDs"
-#~ msgstr ""
-#~ "Si prega di usare apt-cdrom per far riconoscere questo CD da APT. apt-get "
-#~ "update non pu� essere usato per aggiungere nuovi CD"
-
-#~ msgid "Wrong CD"
-#~ msgstr "CD Sbagliato"
-
-#~ msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
-#~ msgstr ""
-#~ "Impossibile smontare il CD-ROM in %s, potrebbe essere ancora in uso."
-
-#~ msgid "Connecting to %s (%s)"
-#~ msgstr "Connessione a %s (%s) in corso"
-
-#~ msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
-#~ msgstr "Impossibile creare un socket per %s (f=%u t=%u p=%u)"
-
-#~ msgid "Cannot initiate the connection to %s:%s (%s)."
-#~ msgstr "Impossibile iniziare la connessione a %s:%s (%s)."
-
-#~ msgid "Could not connect to %s:%s (%s), connection timed out"
-#~ msgstr ""
-#~ "Impossibile connettersi a %s:%s (%s), tempo limite di connessione esaurito"
-
-#~ msgid "Could not connect to %s:%s (%s)."
-#~ msgstr "Impossibile connettersi a %s:%s (%s)."
-
-#~ msgid "Connecting to %s"
-#~ msgstr "Connessione a %s in corso"
-
-#~ msgid "Something wicked happened resolving '%s:%s' (%i)"
-#~ msgstr "� accaduto qualcosa di anormale nella risoluzione di '%s:%s' (%i)"
-
-#~ msgid "Unable to connect to %s %s:"
-#~ msgstr "Impossibile connettersi a %s %s:"
-
-#~ msgid "Failed to stat"
-#~ msgstr "Impossibile analizzare"
-
-#~ msgid "Failed to set modification time"
-#~ msgstr "Impossibile impostare la data di modifica (modification time)"
-
-#~ msgid "Invalid URI, local URIS must not start with //"
-#~ msgstr "URI non valide, le URI locali non devono iniziare con //"
-
-#~ msgid "Logging in"
-#~ msgstr "Accesso in corso"
-
-#~ msgid "Unable to determine the peer name"
-#~ msgstr "Impossibile determinare il nome del peer"
-
-#~ msgid "Unable to determine the local name"
-#~ msgstr "Impossibile determinare il nome locale"
-
-#~ msgid "Server refused our connection and said: %s"
-#~ msgstr "Il server ha rifiutato la connessione dicendo: %s"
+#: methods/rsh.cc:264
+msgid "File Not Found"
+msgstr "File Non Trovato"
-#~ msgid "USER failed, server said: %s"
-#~ msgstr "USER fallito, il server ha detto: %s"
-
-#~ msgid "PASS failed, server said: %s"
-#~ msgstr "PASS fallito, il server ha detto: %s"
-
-#~ msgid ""
-#~ "A proxy server was specified but no login script, Acquire::ftp::"
-#~ "ProxyLogin is empty."
-#~ msgstr ""
-#~ "Si � specificato un proxy server ma senza script di login, Acquire::ftp::"
-#~ "ProxyLogin � vuoto."
-
-#~ msgid "Login script command '%s' failed, server said: %s"
-#~ msgstr "Comando dello script di login '%s' fallito, il server ha detto: %s"
-
-#~ msgid "TYPE failed, server said: %s"
-#~ msgstr "TYPE fallito, il server ha detto: %s"
-
-#~ msgid "Connection timeout"
-#~ msgstr "Timeout della connesione"
-
-#~ msgid "Server closed the connection"
-#~ msgstr "Il server ha chiuso la connessione"
-
-#~ msgid "A response overflowed the buffer."
-#~ msgstr "Una risposta ha superato le dimensioni del buffer."
-
-#~ msgid "Protocol corruption"
-#~ msgstr "Corruzione nel protocollo"
+#: methods/rsh.cc:330
+msgid "Connection closed prematurely"
+msgstr "Connessione chiusa prematuramente"
#~ msgid "<- '"
#~ msgstr "<- '"
@@ -1656,170 +2463,18 @@ msgstr "Somma MD5 non corrispondente"
#~ msgid "-> '"
#~ msgstr "-> '"
-#~ msgid "Could not create a socket"
-#~ msgstr "Impossibile creare un socket"
-
-#~ msgid "Could not connect data socket, connection timed out"
-#~ msgstr ""
-#~ "Impossibile connettersi al socket dati, tempo limite di connessione "
-#~ "esaurito"
-
-#~ msgid "Could not connect passive socket."
-#~ msgstr "Impossibile connettersi in modalit� passiva"
-
-#~ msgid "getaddrinfo was unable to get a listening socket"
-#~ msgstr "� stato impossibile ottenere un socket in ascolto con getaddrinfo()"
-
-#~ msgid "Could not bind a socket"
-#~ msgstr "Impossibile eseguire bind() su un socket"
-
-#~ msgid "Could not listen on the socket"
-#~ msgstr "Impossibile eseguire listen() su un socket"
-
-#~ msgid "Could not determine the socket's name"
-#~ msgstr "Impossibile determinare il nome del socket"
-
-#~ msgid "Unable to send PORT command"
-#~ msgstr "Impossibile inviare il comando PORT"
-
-#~ msgid "Unkonwn address family %u (AF_*)"
-#~ msgstr "Famiglia di indirizzi %u (AF_*) sconosciuta"
-
-#~ msgid "EPRT failed, server said: %s"
-#~ msgstr "EPRT fallito, il server ha detto: %s"
-
-#~ msgid "Data socket connect timed out"
-#~ msgstr "Tempo limite di connessione esaurito per il socket dati"
-
-#~ msgid "Unable to accept connection"
-#~ msgstr "Impossibile accettare connessioni"
-
-#~ msgid "Unable to fetch file, server said '%s'"
-#~ msgstr "Impossibile ottenere un file, il server ha detto '%s'"
-
-#~ msgid "Data socket timed out"
-#~ msgstr "Tempo limite esaurito per il socket dati"
-
-#~ msgid "Data transfer failed, server said '%s'"
-#~ msgstr "Trasferimento dei dati fallito, il server ha detto '%s'"
-
-#~ msgid "Unable to invoke "
-#~ msgstr "Impossibile invocare "
-
-#~ msgid "Read error from %s process"
-#~ msgstr "Errore di lettura dal processo %s"
-
-#~ msgid "Waiting for file"
-#~ msgstr "In attesa del file"
-
-#~ msgid "Got a single header line over %u chars"
-#~ msgstr "Si � ottenuto una singola linea di header su %u caratteri"
-
-#~ msgid "Bad header line"
-#~ msgstr "Linea nell'header non corretta"
-
-#~ msgid "The http server sent an invalid reply header"
-#~ msgstr "Il server http ha inviato un header di risposta non valido"
-
-#~ msgid "The http server sent an invalid Content-Length header"
-#~ msgstr "Il server http ha inviato un Content-Length non valido"
-
-#~ msgid "The http server sent an invalid Content-Range header"
-#~ msgstr "Il server http ha inviato un Content-Range non valido"
-
-#~ msgid "This http server has broken range support"
-#~ msgstr "Questo server http ha il supporto del range bacato"
-
-#~ msgid "Unknown date format"
-#~ msgstr "Formato della data sconosciuto"
-
-#~ msgid "Select failed"
-#~ msgstr "Select fallito"
-
-#~ msgid "Connection timed out"
-#~ msgstr "Tempo limite per la connessione esaurito"
-
-#~ msgid "Error writing to output file"
-#~ msgstr "Errore nella scrittura del file di output"
-
-#~ msgid "Error writing to file"
-#~ msgstr "Errore nella scrittura nel file"
-
-#~ msgid "Error writing to the file"
-#~ msgstr "Errore nella scrittura nel file"
-
-#~ msgid "Error reading from server Remote end closed connection"
-#~ msgstr ""
-#~ "Errore nella lettura della chiusura della connessione remota del server"
-
-#~ msgid "Error reading from server"
-#~ msgstr "Errore nella lettura dal server"
-
-#~ msgid "Bad header Data"
-#~ msgstr "Header dei dati malformato"
-
-#~ msgid "Connection failed"
-#~ msgstr "Connessione fallita"
-
-#~ msgid "Internal error"
-#~ msgstr "Errore interno"
-
-#~ msgid "Failed to create IPC pipe to subprocess"
-#~ msgstr "Impossibile creare un pipe IPC verso il sottoprocesso"
-
-#~ msgid "File Not Found"
-#~ msgstr "File Non Trovato"
-
-#~ msgid "Connection closed prematurely"
-#~ msgstr "Connessione chiusa prematuramente"
-
-#~ msgid "Failed write file %s"
-#~ msgstr "Scrittura del file %s fallita"
-
-#~ msgid "Failed to close file %s"
-#~ msgstr "Chiusura del file %s fallita"
-
-#~ msgid "Unpacking %s more than once"
-#~ msgstr "Estrazione di %s eseguita pi� di una volta"
-
-#~ msgid "The directory %s is diverted"
-#~ msgstr "La directory %s � deviata"
-
-#~ msgid "The package is trying to write to the diversion target %s/%s"
-#~ msgstr ""
-#~ "Il pacchetto sta cercando di scrivere nella deviazione di destinazione %s/"
-#~ "%s"
-
-#~ msgid "The diversion path is too long"
-#~ msgstr "Il path della deviazione � troppo lungo"
-
#~ msgid "Followed conf file from "
#~ msgstr "Si � seguito il file di configurazione da "
#~ msgid " to "
#~ msgstr " a "
-#~ msgid "Failed to stat %s"
-#~ msgstr "Impossibile analizzare %s"
-
-#~ msgid "Failed to rename %s to %s"
-#~ msgstr "Impossibile rinominare %s in %s"
-
-#~ msgid "The directory %s is being replaced by a non-directory"
-#~ msgstr "La directory %s sta per essere sostituita da una non-directory"
-
#~ msgid "Extract "
#~ msgstr "Estratto "
#~ msgid "Aborted, backing out"
#~ msgstr "Abortito, ripristino in corso"
-#~ msgid "Failed to locate node in its hash bucket"
-#~ msgstr "Impossibile localizzare il nodo nel suo hash bucket"
-
-#~ msgid "The path is too long"
-#~ msgstr "Il path � troppo lungo"
-
#~ msgid "De-replaced "
#~ msgstr "Non sostituito"
@@ -1832,145 +2487,9 @@ msgstr "Somma MD5 non corrispondente"
#~ msgid " [new node]"
#~ msgstr " [nuovo nodo]"
-#~ msgid "Overwrite package match with no version for %s"
-#~ msgstr "Il pacchetto sovrascritto corrisponde senza versione per %s"
-
#~ msgid "Replaced file "
#~ msgstr "File sostituito "
-#~ msgid "File %s/%s overwrites the one in the package %s"
-#~ msgstr "Il file %s/%s sovrascrive quello nel pacchetto %s"
-
-#~ msgid "DropNode called on still linked node"
-#~ msgstr "Dropnode invocata su un nodo ancora collegato"
-
-#~ msgid "Failed to locate the hash element!"
-#~ msgstr "Impossibile localizzare l'elemento hash!"
-
-#~ msgid "Failed to allocate diversion"
-#~ msgstr "Impossibile allocare la deviazione"
-
-#~ msgid "Internal Error in AddDiversion"
-#~ msgstr "Errore Interno in AddDiversion"
-
-#~ msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
-#~ msgstr ""
-#~ "Tentativo di sovrascrittura di una deviazione in corso, %s -> %s e %s/%s"
-
-#~ msgid "Double add of diversion %s -> %s"
-#~ msgstr "Doppia aggiunta di deviazione %s -> %s"
-
-#~ msgid "Duplicate conf file %s/%s"
-#~ msgstr "File di configurazione duplice %s/%s"
-
-#~ msgid "Invalid archive signature"
-#~ msgstr "Firma dell'archivio non valida"
-
-#~ msgid "Error reading archive member header"
-#~ msgstr "Errore nella lettura del member header dell'archivio"
-
-#~ msgid "Invalid archive member header"
-#~ msgstr "Member header dell'archivio non valido"
-
-#~ msgid "Archive is too short"
-#~ msgstr "L'archivio � troppo corto"
-
-#~ msgid "Failed to read the archive headers"
-#~ msgstr "Impossibile leggere gli header dell'archivio"
-
-#~ msgid "Failed to create pipes"
-#~ msgstr "Impossibile creare delle pipe"
-
-#~ msgid "Failed to exec gzip "
-#~ msgstr "Impossibile eseguire gzip "
-
-#~ msgid "Corrupted archive"
-#~ msgstr "Archivio corrotto"
-
-#~ msgid "Tar Checksum failed, archive corrupted"
-#~ msgstr "Checksum di tar fallito, archivio corrotto"
-
-#~ msgid "Unkown TAR header type %u, member %s"
-#~ msgstr "Tipo %u nell'header di tar sconosciuto, member %s"
-
-#~ msgid "This is not a valid DEB archive, missing '%s' member"
-#~ msgstr "Questo non � un archivio DEB valido, member '%s' mancante"
-
-#~ msgid "Internal Error, could not locate member %s"
-#~ msgstr "Errore interno, impossibile localizzare il member %s"
-
-#~ msgid "Internal Error, could not locate member"
-#~ msgstr "Errore interno, impossibile localizzare il member"
-
-#~ msgid "Failed to locate a valid control file"
-#~ msgstr "Impossibile localizzare un file control valido"
-
-#~ msgid "Unparsible control file"
-#~ msgstr "file control non parsabile"
-
-#~ msgid "Failed to remove %s"
-#~ msgstr "Impossibile rimuovere %s"
-
-#~ msgid "Unable to create %s"
-#~ msgstr "Impossibile creare %s"
-
-#~ msgid "Failed to stat %sinfo"
-#~ msgstr "Impossibile analizzare %sinfo"
-
-#~ msgid "The info and temp directories need to be on the same filesystem"
-#~ msgstr "Le directory temp e info devono essere sullo stesso filesystem"
-
-#~ msgid "Failed to change to the admin dir %sinfo"
-#~ msgstr "Impossibile raggiungere la directory admin %sinfo"
-
-#~ msgid "Internal Error getting a Package Name"
-#~ msgstr "Errore interno nel prendere un Nome Pacchetto"
-
-#~ msgid "Reading File Listing"
-#~ msgstr "Lettura della lista dei file in corso"
-
-#~ msgid ""
-#~ "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
-#~ "then make it empty and immediately re-install the same version of the "
-#~ "package!"
-#~ msgstr ""
-#~ "Impossibile aprire file di lista '%sinfo%s'. Se non si pu� ripristinare "
-#~ "questo file allora crearne uno vuoto e reinstallare immediatamente la "
-#~ "stessa versione del pacchetto!"
-
-#~ msgid "Failed reading the list file %sinfo/%s"
-#~ msgstr "Errore nella lettura del file di lista %sinfo%s"
-
-#~ msgid "Internal Error getting a Node"
-#~ msgstr "Errore interno nel prendere un Nodo"
-
-#~ msgid "Failed to open the diversions file %sdiversions"
-#~ msgstr "Impossibile aprire il file di diversion %sdiversions"
-
-#~ msgid "The diversion file is corrupted"
-#~ msgstr "Il file di diversion � corrotto"
-
-#~ msgid "Invalid line in the diversion file: %s"
-#~ msgstr "Linea non valida nel file di diversion: %s"
-
-#~ msgid "Internal Error adding a diversion"
-#~ msgstr "Errore interno nell'aggiunta di una diversion"
-
-#~ msgid "The pkg cache must be initialize first"
-#~ msgstr "La cache dei pacchetti deve prima essere inizializzata"
-
-#~ msgid "Reading File List"
-#~ msgstr "Lettura della lista di file in corso"
-
-#~ msgid "Failed to find a Package: Header, offset %lu"
-#~ msgstr "Impossibile trovare un pacchetto: Header, offset %lu"
-
-#~ msgid "Bad ConfFile section in the status file. Offset %lu"
-#~ msgstr "Sezione ConfFile nel file status non corretta. Offset %lu"
-
-#~ msgid "Error parsing MD5. Offset %lu"
-#~ msgstr "Errore nel parsing MD5. Offset %lu"
-
#~ msgid "Internal Error, Unable to parse a package record"
#~ msgstr "Errore interno, Impossibile analizzare un campo del pacchetto"
@@ -1983,9 +2502,6 @@ msgstr "Somma MD5 non corrispondente"
#~ msgid "Generating cache"
#~ msgstr "Generazione cache in corso"
-#~ msgid "Problem opening %s"
-#~ msgstr "Problema nell'apertura di %s"
-
#~ msgid "Problem with SelectFile"
#~ msgstr "Problemi con SelectFile"
@@ -2148,12 +2664,6 @@ msgstr "Somma MD5 non corrispondente"
#~ msgid "....\"Have you mooed today?\"..."
#~ msgstr "....\"Hai muggito oggi?\"..."
-#~ msgid "Package extension list is too long"
-#~ msgstr "L'estensione del pacchetto � troppo lunga"
-
-#~ msgid "Error Processing directory %s"
-#~ msgstr "Errore durante l'analisi della directory %s"
-
#~ msgid " New "
#~ msgstr " Nuovo "
@@ -2163,18 +2673,9 @@ msgstr "Somma MD5 non corrispondente"
#~ msgid " files "
#~ msgstr " file "
-#~ msgid "Source extension list is too long"
-#~ msgstr "L'estensione del sorgente � troppo lunga"
-
#~ msgid " pkgs in "
#~ msgstr " pacchetti in "
-#~ msgid "Error writing header to contents file"
-#~ msgstr "Errore nella scrittura dell'header nel file contents"
-
-#~ msgid "Error Processing Contents %s"
-#~ msgstr "Errore nell'analisi dei Contents %s"
-
#~ msgid ""
#~ "Usage: apt-ftparchive [options] command\n"
#~ "Commands: packges binarypath [overridefile [pathprefix]]\n"
@@ -2191,55 +2692,6 @@ msgstr "Somma MD5 non corrispondente"
#~ " clean config\n"
#~ msgid ""
-#~ "apt-ftparchive generates index files for Debian archives. It supports\n"
-#~ "many styles of generation from fully automated to functional "
-#~ "replacements\n"
-#~ "for dpkg-scanpackages and dpkg-scansources\n"
-#~ "\n"
-#~ "apt-ftparchive generates Package files from a tree of .debs. The\n"
-#~ "Package file contains the contents of all the control fields from\n"
-#~ "each package as well as the MD5 hash and filesize. An override file\n"
-#~ "is supported to force the value of Priority and Section.\n"
-#~ "\n"
-#~ "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
-#~ "The --source-override option can be used to specify a src override file\n"
-#~ "\n"
-#~ "The 'packages' and 'sources' command should be run in the root of the\n"
-#~ "tree. BinaryPath should point to the base of the recursive search and \n"
-#~ "override file should contian the override flags. Pathprefix is\n"
-#~ "appended to the filename fields if present. Example usage from the \n"
-#~ "debian archive:\n"
-#~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
-#~ " dists/potato/main/binary-i386/Packages\n"
-#~ msgstr ""
-#~ "apt-ftparchive genera file di indice per gli archivi Debian. Supporta\n"
-#~ "molti stili di generazione da completamente automatici a rimpiazzi "
-#~ "funzionali\n"
-#~ "per dpkg-scanpackages e dpkg-scansources\n"
-#~ "\n"
-#~ "apt-ftparchive genera file Packages da un albero di .deb. Il\n"
-#~ "file Package contiene i contenuti di tutti i campi control da ogni\n"
-#~ "pacchetto cos� come l'hash MD5 e la dimensione del file. Un file "
-#~ "override\n"
-#~ "� 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\n"
-#~ "per i sorgenti\n"
-#~ "\n"
-#~ "I comandi 'packages' e 'sources' devono essere seguiti nella root "
-#~ "dell'albero.\n"
-#~ "BinaryPath deve puntare alla base della ricerca ricorsiva e il file "
-#~ "override deve\n"
-#~ "contenere le opzioni override. Pathprefix � aggiunto al campo filename se "
-#~ "presente.\n"
-#~ "Esempio di utilizzo dall'archivio debian:\n"
-#~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
-#~ " dists/potato/main/binary-i386/Packages\n"
-#~ "\n"
-
-#~ msgid ""
#~ "Options:\n"
#~ " -h This help text\n"
#~ " --md5 Control MD5 generation\n"
@@ -2262,15 +2714,9 @@ msgstr "Somma MD5 non corrispondente"
#~ " -c=? Legge come configurazione il file specificato\n"
#~ " -o=? Imposta un'opzione di configurazione\n"
-#~ msgid "No selections matched"
-#~ msgstr "Nessuna selezione corrisponde"
-
#~ msgid "Done Packages, Starting contents."
#~ msgstr "Packages terminato, Inizio i contents."
-#~ msgid "Some files are missing in the package file group `%s'"
-#~ msgstr "Mancano alcuni file nel file group di pacchetti `%s'"
-
#~ msgid "Hit contents update byte limit"
#~ msgstr "Limite di byte per l'aggiornamento dei contents processati"
@@ -2283,117 +2729,9 @@ msgstr "Somma MD5 non corrispondente"
#~ msgid " archives. Took "
#~ msgstr " archivi. Sono occorsi"
-#~ msgid "DB was corrupted, file renamed to %s.old"
-#~ msgstr "DB era corrotto, il file � stato rinominato in %s.old"
-
-#~ msgid "Unable to open DB2 file %s"
-#~ msgstr "Impossibile aprire il file DB2 %s"
-
-#~ msgid "File date has changed %s"
-#~ msgstr "La data del file � cambiata %s"
-
-#~ msgid "Archive has no control record"
-#~ msgstr "L'Archivio non ha un campo control"
-
-#~ msgid "Unable to get a cursor"
-#~ msgstr "Impossibile ottenere un cursore"
-
-#~ msgid "realloc - Failed to allocate memory"
-#~ msgstr "realloc - Impossibile allocare memoria"
-
-#~ msgid "Unknown Compresison Algorithm '%s'"
-#~ msgstr "Algoritmo di compressione '%s' sconosciuto"
-
-#~ msgid "Compressed output %s needs a compression set"
-#~ msgstr "L'output compresso %s necessita di un insieme di compressione"
-
-#~ msgid "Failed to create FILE*"
-#~ msgstr "Impossibile creare FILE*"
-
-#~ msgid "Failed to fork"
-#~ msgstr "Impossibile eseguire fork"
-
-#~ msgid "Compress Child"
-#~ msgstr "Figlio compressore"
-
-#~ msgid "Internal Error, Failed to create %s"
-#~ msgstr "Errore interno, Impossibile creare %s"
-
-#~ msgid "Failed to create subprocess IPC"
-#~ msgstr "Impossibile creare un sottoprocesso IPC"
-
-#~ msgid "Failed to exec compressor "
-#~ msgstr "Impossibile eseguire compressor"
-
-#~ msgid "IO to subprocess/file failed"
-#~ msgstr "I/O al sottoprocesso/file fallito"
-
-#~ msgid "Failed to read while computing MD5"
-#~ msgstr "Impossibile leggere durante l'elaborazione MD5"
-
-#~ msgid "Unable to open %s"
-#~ msgstr "Impossibile aprire %s"
-
-#~ msgid "Malformed override %s line %lu #1"
-#~ msgstr "Override malformato %s linea %lu #1"
-
-#~ msgid "Malformed override %s line %lu #2"
-#~ msgstr "Override malformato %s linea %lu #2"
-
-#~ msgid "Malformed override %s line %lu #3"
-#~ msgstr "Override malformato %s linea %lu #3"
-
-#~ msgid "Failed to read the override file %s"
-#~ msgstr "Impossibile leggere il file override %s"
-
-#~ msgid "W: Unable to read directory "
-#~ msgstr "W: Impossibile leggere la directory "
-
-#~ msgid "W: Unable to stat "
-#~ msgstr "W: Impossibile analizzare "
-
-#~ msgid "E: "
-#~ msgstr "E: "
-
-#~ msgid "W: "
-#~ msgstr "W: "
-
-#~ msgid "E: Errors apply to file '"
-#~ msgstr "E: Errori applicati al file '"
-
-#~ msgid "Failed to resolve %s"
-#~ msgstr "Impossibile risolvere %s"
-
-#~ msgid "Tree walking failed"
-#~ msgstr "Visita dell'albero fallita"
-
-#~ msgid "Failed to open %s"
-#~ msgstr "Impossibile aprire %s"
-
-#~ msgid "Failed to readlink %s"
-#~ msgstr "Impossibile eseguire readlink su %s"
-
-#~ msgid "Failed to unlink %s"
-#~ msgstr "Impossibile eseguire unlink su %s"
-
-#~ msgid "*** Failed to link %s to %s"
-#~ msgstr "*** Impossibile eseguire link tra %s e %s"
-
-#~ msgid " DeLink limit of "
-#~ msgstr " Delink limite di "
-
#~ msgid "B hit."
#~ msgstr "B hit."
-#~ msgid "Archive had no package field"
-#~ msgstr "L'archivio non ha un campo package"
-
-#~ msgid " has no override entry"
-#~ msgstr " non ha un entrata nell'override"
-
-#~ msgid " maintainer is "
-#~ msgstr " il mantainer � "
-
#~ msgid " not "
#~ msgstr " non "
diff --git a/po/makefile b/po/makefile
index 3c29a8031..e3b042074 100644
--- a/po/makefile
+++ b/po/makefile
@@ -60,7 +60,7 @@ $(MOFILES) : $(PO_DOMAINS)/%.mo : $(PO_DOMAINS)/%.po
cp $@ $(LOCALE)/$(notdir $*)/LC_MESSAGES/$(call GETDOMAIN,$*).mo
stats:
- for i in *.po; do echo -n "$$i: "; msgfmt --statistics $$i; done
+ for i in *.pot *.po; do echo -n "$$i: "; msgfmt --statistics $$i; done
binary: $(POTFILES) $(PO)/$(PACKAGE)-all.pot $(MOFILES)
diff --git a/po/nl.po b/po/nl.po
index 1be48970f..b5ea39177 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.4\n"
-"POT-Creation-Date: 2002-06-16 00:11+0200\n"
+"POT-Creation-Date: 2003-02-09 21:51-0600\n"
"PO-Revision-Date: 2002-01-28 15:35+0100\n"
"Last-Translator: Wannes Soenen <wannes@wannes.cjb.net>\n"
"Language-Team: Dutch <nl@li.org>\n"
@@ -14,174 +14,140 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: cmdline/acqprogress.cc:55
-msgid "Hit "
-msgstr "Al gehad "
-
-#: cmdline/acqprogress.cc:79
-msgid "Get:"
-msgstr "Ophalen: "
-
-#: cmdline/acqprogress.cc:110
-msgid "Ign "
-msgstr "Negeer "
-
-#: cmdline/acqprogress.cc:114
-msgid "Err "
-msgstr "Fout "
-
-#: cmdline/acqprogress.cc:135
-#, c-format
-msgid "Fetched %sB in %s (%sB/s)\n"
-msgstr "%sB opgehaald in %s (%sB/s)\n"
-
-#: cmdline/acqprogress.cc:225
-msgid " [Working]"
-msgstr " [Bezig]"
-
-#: cmdline/acqprogress.cc:271
-#, c-format
-msgid ""
-"Media Change: Please insert the disc labeled '%s' in the drive '%s' and "
-"press enter\n"
-msgstr ""
-"Medium wisselen: Plaats de disk gelabeld '%s' in station '%s' en druk op "
-"enter\n"
-
-#: cmdline/apt-cache.cc:131
+#: cmdline/apt-cache.cc:133
#, c-format
msgid "Package %s version %s has an unmet dep:\n"
msgstr "Pakket %s versie %s voldoet niet aan afhankelijkheid:\n"
-#: cmdline/apt-cache.cc:171 cmdline/apt-cache.cc:523 cmdline/apt-cache.cc:669
-#: cmdline/apt-cache.cc:1035 cmdline/apt-cache.cc:1181
+#: cmdline/apt-cache.cc:173 cmdline/apt-cache.cc:525 cmdline/apt-cache.cc:671
+#: cmdline/apt-cache.cc:1037 cmdline/apt-cache.cc:1183
#, c-format
msgid "Unable to locate package %s"
msgstr "Kon pakket %s niet vinden"
-#: cmdline/apt-cache.cc:228
+#: cmdline/apt-cache.cc:230
msgid "Total Package Names : "
msgstr "Totaal aantal pakketnamen: "
-#: cmdline/apt-cache.cc:268
+#: cmdline/apt-cache.cc:270
msgid " Normal Packages: "
msgstr " Normale pakketten: "
-#: cmdline/apt-cache.cc:269
+#: cmdline/apt-cache.cc:271
msgid " Pure Virtual Packages: "
msgstr " Puur virtuele pakketten: "
-#: cmdline/apt-cache.cc:270
+#: cmdline/apt-cache.cc:272
msgid " Single Virtual Packages: "
msgstr " Enkel virtuele pakketten: "
-#: cmdline/apt-cache.cc:271
+#: cmdline/apt-cache.cc:273
msgid " Mixed Virtual Packages: "
msgstr " Gemengde virtuele pakketten: "
-#: cmdline/apt-cache.cc:272
+#: cmdline/apt-cache.cc:274
msgid " Missing: "
msgstr " Missend: "
-#: cmdline/apt-cache.cc:274
+#: cmdline/apt-cache.cc:276
msgid "Total Distinct Versions: "
msgstr "Totaal aantal verschillende versies: "
-#: cmdline/apt-cache.cc:276
+#: cmdline/apt-cache.cc:278
msgid "Total Dependencies: "
msgstr "Totaal aantal afhankelijkheden: "
-#: cmdline/apt-cache.cc:279
+#: cmdline/apt-cache.cc:281
msgid "Total Ver/File relations: "
msgstr "Totaal aantaal versie/bestand relaties: "
-#: cmdline/apt-cache.cc:281
+#: cmdline/apt-cache.cc:283
msgid "Total Provides Mappings: "
msgstr "Totaal aantal aangeboden mappings: "
-#: cmdline/apt-cache.cc:293
+#: cmdline/apt-cache.cc:295
msgid "Total Globbed Strings: "
msgstr "Totaal aantal geglobde strings: "
-#: cmdline/apt-cache.cc:307
+#: cmdline/apt-cache.cc:309
msgid "Total Dependency Version space: "
msgstr "Totale hoeveelheid afhankelijkheidsversieruimte: "
-#: cmdline/apt-cache.cc:312
+#: cmdline/apt-cache.cc:314
msgid "Total Slack space: "
msgstr "Totale hoeveelheid onbenutte ruimte: "
-#: cmdline/apt-cache.cc:320
+#: cmdline/apt-cache.cc:322
msgid "Total Space Accounted for: "
msgstr "Totale hoeveelheid verantwoorde ruimte: "
-#: cmdline/apt-cache.cc:442 cmdline/apt-cache.cc:869
+#: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:871
#, c-format
msgid "Package file %s is out of sync."
msgstr "Pakketbestand %s is niet meer bij de tijd."
-#: cmdline/apt-cache.cc:911
+#: cmdline/apt-cache.cc:913
msgid "You must give exactly one pattern"
msgstr "U moet precies ��n patroon opgeven"
-#: cmdline/apt-cache.cc:1135
+#: cmdline/apt-cache.cc:1137
msgid "Package Files:"
msgstr "Pakketbestanden:"
-#: cmdline/apt-cache.cc:1142 cmdline/apt-cache.cc:1228
+#: cmdline/apt-cache.cc:1144 cmdline/apt-cache.cc:1230
msgid "Cache is out of sync, can't x-ref a package file"
msgstr "Cache is niet meer bij de tijd, kan een pakketbestand niet refereren"
-#: cmdline/apt-cache.cc:1143
+#: cmdline/apt-cache.cc:1145
#, c-format
msgid "%4i %s\n"
msgstr "%4i %s\n"
#. Show any packages have explicit pins
-#: cmdline/apt-cache.cc:1155
+#: cmdline/apt-cache.cc:1157
msgid "Pinned Packages:"
msgstr "Gepinde pakketten:"
-#: cmdline/apt-cache.cc:1167 cmdline/apt-cache.cc:1208
+#: cmdline/apt-cache.cc:1169 cmdline/apt-cache.cc:1210
msgid "(not found)"
msgstr "(niet gevonden)"
#. Installed version
-#: cmdline/apt-cache.cc:1188
+#: cmdline/apt-cache.cc:1190
msgid " Installed: "
msgstr " Ge�nstalleerd: "
-#: cmdline/apt-cache.cc:1190 cmdline/apt-cache.cc:1198
+#: cmdline/apt-cache.cc:1192 cmdline/apt-cache.cc:1200
msgid "(none)"
msgstr "(geen)"
-#. Candidate Version
-#: cmdline/apt-cache.cc:1195
+#. Candidate Version
+#: cmdline/apt-cache.cc:1197
msgid " Candidate: "
msgstr " Kandidaat: "
-#: cmdline/apt-cache.cc:1205
+#: cmdline/apt-cache.cc:1207
msgid " Package Pin: "
msgstr " Pakketpin: "
#. Show the priority tables
-#: cmdline/apt-cache.cc:1214
+#: cmdline/apt-cache.cc:1216
msgid " Version Table:"
msgstr " Versietabel:"
-#: cmdline/apt-cache.cc:1229
+#: cmdline/apt-cache.cc:1231
#, c-format
msgid " %4i %s\n"
msgstr " %4i %s\n"
-#: cmdline/apt-cache.cc:1256 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:69
-#: cmdline/apt-extracttemplates.cc:223 cmdline/apt-get.cc:2011
-#: cmdline/apt-sortpkgs.cc:142 ftparchive/apt-ftparchive.cc:544
+#: cmdline/apt-cache.cc:1258 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
+#: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:544
+#: cmdline/apt-get.cc:2049 cmdline/apt-sortpkgs.cc:144
#, c-format
msgid "%s %s for %s %s compiled on %s %s\n"
msgstr "%s %s voor %s %s gecompileerd op %s %s\n"
-#: cmdline/apt-cache.cc:1260
+#: cmdline/apt-cache.cc:1262
#, fuzzy
msgid ""
"Usage: apt-cache [options] command\n"
@@ -193,7 +159,7 @@ msgid ""
"cache files, and query information from them\n"
"\n"
"Commands:\n"
-" add - Add an package file to the source cache\n"
+" add - Add a package file to the source cache\n"
" gencaches - Build both the package and source cache\n"
" showpkg - Show some general information for a single package\n"
" showsrc - Show source records\n"
@@ -250,11 +216,11 @@ msgstr ""
" -o=? Stel een willekeurige optie in, b.v. -o dir::cache=/tmp\n"
"Zie de apt-cache(8) en apt.conf(5) handleidingen voor meer informatie.\n"
-#: cmdline/apt-config.cc:40
+#: cmdline/apt-config.cc:41
msgid "Arguments not in pairs"
msgstr "Argumenten niet in paren"
-#: cmdline/apt-config.cc:75
+#: cmdline/apt-config.cc:76
msgid ""
"Usage: apt-config [options] command\n"
"\n"
@@ -282,12 +248,12 @@ msgstr ""
" -c=? Lees dit configuratiebestand.\n"
" -o=? Stel een willekeurige optie in, b.v. -o dir::cache=/tmp\n"
-#: cmdline/apt-extracttemplates.cc:96
+#: cmdline/apt-extracttemplates.cc:98
#, c-format
msgid "%s not a valid DEB package."
msgstr "%s is geen geldig DEB pakket."
-#: cmdline/apt-extracttemplates.cc:230
+#: cmdline/apt-extracttemplates.cc:232
msgid ""
"Usage: apt-extracttemplates file1 [file2 ...]\n"
"\n"
@@ -312,22 +278,301 @@ msgstr ""
" -c=? Lees dit configuratiebestand.\n"
" -o=? Stel een willekeurige optie in, b.v. -o dir::cache=/tmp\n"
-#: apt-pkg/pkgcachegen.cc:626 cmdline/apt-extracttemplates.cc:257
+#: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
#, c-format
msgid "Unable to write to %s"
msgstr "Kon niet naar %s schrijven"
-#: cmdline/apt-extracttemplates.cc:298
+#: cmdline/apt-extracttemplates.cc:302
msgid "Cannot get debconf version. Is debconf installed?"
msgstr "Kan versie van debconf niet achterhalen. Is debconf ge�nstalleerd?"
+#: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:336
+msgid "Package extension list is too long"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
+#: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:251
+#: ftparchive/apt-ftparchive.cc:265 ftparchive/apt-ftparchive.cc:287
+#, c-format
+msgid "Error Processing directory %s"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:249
+msgid "Source extension list is too long"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:366
+#, fuzzy
+msgid "Error writing header to contents file"
+msgstr "Fout bij het scrijvan naar het bestand"
+
+#: ftparchive/apt-ftparchive.cc:396
+#, c-format
+msgid "Error Processing Contents %s"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:550
+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"
+"\n"
+"apt-ftparchive generates index files for Debian archives. It supports\n"
+"many styles of generation from fully automated to functional replacements\n"
+"for dpkg-scanpackages and dpkg-scansources\n"
+"\n"
+"apt-ftparchive generates Package files from a tree of .debs. The\n"
+"Package file contains the contents of all the control fields from\n"
+"each package as well as the MD5 hash and filesize. An override file\n"
+"is supported to force the value of Priority and Section.\n"
+"\n"
+"Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
+"The --source-override option can be used to specify a src override file\n"
+"\n"
+"The 'packages' and 'sources' command should be run in the root of the\n"
+"tree. BinaryPath should point to the base of the recursive search and \n"
+"override file should contian the override flags. Pathprefix is\n"
+"appended to the filename fields if present. Example usage from the \n"
+"debian archive:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+"\n"
+"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"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:731
+msgid "No selections matched"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:804
+#, c-format
+msgid "Some files are missing in the package file group `%s'"
+msgstr ""
+
+#: ftparchive/cachedb.cc:43
+#, c-format
+msgid "DB was corrupted, file renamed to %s.old"
+msgstr ""
+
+#: ftparchive/cachedb.cc:59
+#, fuzzy, c-format
+msgid "Unable to open DB2 file %s"
+msgstr "Kon pakketbestand %s niet lezen (2)"
+
+#: ftparchive/cachedb.cc:99
+#, fuzzy, c-format
+msgid "File date has changed %s"
+msgstr "Kon %s niet veranderen"
+
+#: ftparchive/cachedb.cc:140
+msgid "Archive has no control record"
+msgstr ""
+
+#: ftparchive/cachedb.cc:253 ftparchive/cachedb.cc:257
+#, fuzzy
+msgid "Unable to get a cursor"
+msgstr "Kon %s niet lezen"
+
+#: ftparchive/writer.cc:78
+#, fuzzy, c-format
+msgid "W: Unable to read directory %s\n"
+msgstr "Kon de ophaalmap niet vergrendelen"
+
+#: ftparchive/writer.cc:83
+#, fuzzy, c-format
+msgid "W: Unable to stat %s\n"
+msgstr "Kon de status van %s niet opvragen."
+
+#: ftparchive/writer.cc:122
+msgid "E: "
+msgstr ""
+
+#: ftparchive/writer.cc:124
+msgid "W: "
+msgstr ""
+
+#: ftparchive/writer.cc:131
+#, fuzzy
+msgid "E: Errors apply to file "
+msgstr "Fout bij het scrijven naar bestand"
+
+#: ftparchive/writer.cc:148 ftparchive/writer.cc:178
+#, fuzzy, c-format
+msgid "Failed to resolve %s"
+msgstr "Kon %s %s niet ophalen\n"
+
+#: ftparchive/writer.cc:160
+msgid "Tree walking failed"
+msgstr ""
+
+#: ftparchive/writer.cc:185
+#, fuzzy, c-format
+msgid "Failed to open %s"
+msgstr "Kon %s %s niet ophalen\n"
+
+#: ftparchive/writer.cc:242
+#, c-format
+msgid " DeLink %s [%s]\n"
+msgstr ""
+
+#: ftparchive/writer.cc:250
+#, fuzzy, c-format
+msgid "Failed to readlink %s"
+msgstr "Kon %s niet lezen"
+
+#: ftparchive/writer.cc:254
+#, fuzzy, c-format
+msgid "Failed to unlink %s"
+msgstr "Kon %s %s niet ophalen\n"
+
+#: ftparchive/writer.cc:261
+#, fuzzy, c-format
+msgid "*** Failed to link %s to %s"
+msgstr "Kon %s %s niet ophalen\n"
+
+#: ftparchive/writer.cc:271
+#, c-format
+msgid " DeLink limit of %sB hit.\n"
+msgstr ""
+
+#: ftparchive/writer.cc:338 apt-inst/extract.cc:181 apt-inst/extract.cc:193
+#: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
+#, fuzzy, c-format
+msgid "Failed to stat %s"
+msgstr "Kon de status van %s niet opvragen."
+
+#: ftparchive/writer.cc:358
+msgid "Archive had no package field"
+msgstr ""
+
+#: ftparchive/writer.cc:366 ftparchive/writer.cc:576
+#, fuzzy, c-format
+msgid " %s has no override entry\n"
+msgstr "%s heeft geen bouwafhankelijkheden.\n"
+
+#: ftparchive/writer.cc:409 ftparchive/writer.cc:658
+#, c-format
+msgid " %s maintainer is %s not %s\n"
+msgstr ""
+
+#: ftparchive/contents.cc:346 ftparchive/contents.cc:377
+msgid "realloc - Failed to allocate memory"
+msgstr ""
+
+#: ftparchive/override.cc:38 ftparchive/override.cc:146
+#, c-format
+msgid "Unable to open %s"
+msgstr "Kon %s niet lezen"
+
+#: ftparchive/override.cc:64 ftparchive/override.cc:170
+#, c-format
+msgid "Malformed override %s line %lu #1"
+msgstr ""
+
+#: ftparchive/override.cc:78 ftparchive/override.cc:182
+#, c-format
+msgid "Malformed override %s line %lu #2"
+msgstr ""
+
+#: ftparchive/override.cc:92 ftparchive/override.cc:195
+#, c-format
+msgid "Malformed override %s line %lu #3"
+msgstr ""
+
+#: ftparchive/override.cc:131 ftparchive/override.cc:205
+#, fuzzy, c-format
+msgid "Failed to read the override file %s"
+msgstr "Kon %s %s niet ophalen\n"
+
+#: ftparchive/multicompress.cc:75
+#, c-format
+msgid "Unknown Compresison Algorithm '%s'"
+msgstr ""
+
+#: ftparchive/multicompress.cc:105
+#, c-format
+msgid "Compressed output %s needs a compression set"
+msgstr ""
+
+#: ftparchive/multicompress.cc:172 methods/rsh.cc:91
+#, fuzzy
+msgid "Failed to create IPC pipe to subprocess"
+msgstr "Kon sommige archieven niet ophalen."
+
+#: ftparchive/multicompress.cc:198
+#, fuzzy
+msgid "Failed to create FILE*"
+msgstr "Kon sommige archieven niet ophalen."
+
+#: ftparchive/multicompress.cc:201
+#, fuzzy
+msgid "Failed to fork"
+msgstr "Faalde"
+
+#: ftparchive/multicompress.cc:215
+msgid "Compress Child"
+msgstr ""
+
+#: ftparchive/multicompress.cc:238
+#, c-format
+msgid "Internal Error, Failed to create %s"
+msgstr "Interne fout, kon %s niet aanmaken"
+
+#: ftparchive/multicompress.cc:289
+#, fuzzy
+msgid "Failed to create subprocess IPC"
+msgstr "Kon sommige archieven niet ophalen."
+
+#: ftparchive/multicompress.cc:324
+#, fuzzy
+msgid "Failed to exec compressor "
+msgstr "Kon sommige archieven niet ophalen."
+
+#: ftparchive/multicompress.cc:363
+#, fuzzy
+msgid "decompressor"
+msgstr "Kon sommige archieven niet ophalen."
+
+#: ftparchive/multicompress.cc:406
+msgid "IO to subprocess/file failed"
+msgstr "Dochterproces faalde"
+
+#: ftparchive/multicompress.cc:458
+#, fuzzy
+msgid "Failed to read while computing MD5"
+msgstr "Kon %s niet lezen"
+
+#: ftparchive/multicompress.cc:475
+#, fuzzy, c-format
+msgid "Problem unlinking %s"
+msgstr "Openen %s"
+
+#: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
+#, fuzzy, c-format
+msgid "Failed to rename %s to %s"
+msgstr "Kon %s %s niet ophalen\n"
+
#. This needs to be a capital
#: cmdline/apt-get.cc:116
msgid "Y"
msgstr "J"
#: cmdline/apt-get.cc:193
-msgid "Sorry, but the following packages have unmet dependencies:"
+#, fuzzy
+msgid "The following packages have unmet dependencies:"
msgstr ""
"Sorry, maar de volgende pakketten voldoen niet aan hun afhankelijkheden:"
@@ -457,40 +702,39 @@ msgstr ""
msgid "Packages need to be removed but Remove is disabled."
msgstr "Pakketten moeten verwijderd worden maar Remove is uitgeschakeld."
-#: cmdline/apt-get.cc:683 cmdline/apt-get.cc:1574 cmdline/apt-get.cc:1607
+#: cmdline/apt-get.cc:683 cmdline/apt-get.cc:1578 cmdline/apt-get.cc:1611
msgid "Unable to lock the download directory"
msgstr "Kon de ophaalmap niet vergrendelen"
-#: apt-pkg/cachefile.cc:67 cmdline/apt-get.cc:693 cmdline/apt-get.cc:1655
-#: cmdline/apt-get.cc:1866
+#: cmdline/apt-get.cc:693 cmdline/apt-get.cc:1659 cmdline/apt-get.cc:1870
+#: apt-pkg/cachefile.cc:67
msgid "The list of sources could not be read."
msgstr "De lijst van bronpakketten kon niet gelezen worden."
#: cmdline/apt-get.cc:713
-#, c-format
-msgid "Need to get %sB/%sB of archives. "
+#, fuzzy, c-format
+msgid "Need to get %sB/%sB of archives.\n"
msgstr "Moet %sB/%sB aan archieven ophalen. "
#: cmdline/apt-get.cc:716
-#, c-format
-msgid "Need to get %sB of archives. "
+#, fuzzy, c-format
+msgid "Need to get %sB of archives.\n"
msgstr "Moet %sB aan archieven ophalen. "
#: cmdline/apt-get.cc:721
-#, c-format
-msgid "After unpacking %sB will be used.\n"
+#, fuzzy, c-format
+msgid "After unpacking %sB of additional disk space will be used.\n"
msgstr "Na uitpakken zal %sB gebruikt worden.\n"
#: cmdline/apt-get.cc:724
-#, c-format
-msgid "After unpacking %sB will be freed.\n"
+#, fuzzy, c-format
+msgid "After unpacking %sB disk space will be freed.\n"
msgstr "Na uitpakken zal %sB vrij gemaakt worden.\n"
#: cmdline/apt-get.cc:741
-#, c-format
-msgid "Sorry, you don't have enough free space in %s to hold all the .debs."
-msgstr ""
-"Sorry, u heeft niet genoeg vrije ruimte in %s om alle .debs op te slaan."
+#, fuzzy, c-format
+msgid "You don't have enough free space in %s."
+msgstr "Sorry, u heeft niet genoeg vrije ruimte in %s"
#: cmdline/apt-get.cc:750
msgid "There are problems and -y was used without --force-yes"
@@ -523,7 +767,7 @@ msgstr "Afgebroken."
msgid "Do you want to continue? [Y/n] "
msgstr "Wilt u doorgaan? [J/n] "
-#: cmdline/apt-get.cc:850 cmdline/apt-get.cc:1219 cmdline/apt-get.cc:1764
+#: cmdline/apt-get.cc:850 cmdline/apt-get.cc:1219 cmdline/apt-get.cc:1768
#, c-format
msgid "Failed to fetch %s %s\n"
msgstr "Kon %s %s niet ophalen\n"
@@ -532,7 +776,7 @@ msgstr "Kon %s %s niet ophalen\n"
msgid "Some files failed to download"
msgstr "Kon sommige bestanden niet ophalen"
-#: cmdline/apt-get.cc:869 cmdline/apt-get.cc:1773
+#: cmdline/apt-get.cc:869 cmdline/apt-get.cc:1777
msgid "Download complete and in download only mode"
msgstr "Ophalen klaar en in alleen-ophalen modus"
@@ -610,16 +854,15 @@ msgid "Package %s has no installation candidate"
msgstr "Pakket %s heeft geen installatiekandidaat"
#: cmdline/apt-get.cc:1020
-#, c-format
-msgid ""
-"Sorry, re-installation of %s is not possible, it cannot be downloaded.\n"
+#, fuzzy, c-format
+msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
msgstr ""
"Sorry, herinstallatie van %s is niet mogelijk, het kan niet opgehaald "
"worden.\n"
#: cmdline/apt-get.cc:1028
-#, c-format
-msgid "Sorry, %s is already the newest version.\n"
+#, fuzzy, c-format
+msgid "%s is already the newest version.\n"
msgstr "Sorry, %s is reeds de nieuwste versie.\n"
#: cmdline/apt-get.cc:1055
@@ -657,22 +900,27 @@ msgstr ""
msgid "Internal Error, AllUpgrade broke stuff"
msgstr "Interne fout, AllUpgrade heeft dingen stukgemaakt"
-#: cmdline/apt-get.cc:1346 cmdline/apt-get.cc:1379
+#: cmdline/apt-get.cc:1347 cmdline/apt-get.cc:1383
#, c-format
msgid "Couldn't find package %s"
msgstr "Kon pakket %s niet vinden"
-#: cmdline/apt-get.cc:1359
+#: cmdline/apt-get.cc:1360
#, c-format
msgid "Regex compilation error - %s"
msgstr "Regex compilatiefout - %s"
-#: cmdline/apt-get.cc:1396
+#: cmdline/apt-get.cc:1370
+#, fuzzy, c-format
+msgid "Note, selecting %s for regex '%s'\n"
+msgstr "Let op, %s wordt geselecteerd in plaats van %s\n"
+
+#: cmdline/apt-get.cc:1400
msgid "You might want to run `apt-get -f install' to correct these:"
msgstr ""
"U zou misschien `apt-get -f install' willen draaien om deze te corrigeren:"
-#: cmdline/apt-get.cc:1399
+#: cmdline/apt-get.cc:1403
msgid ""
"Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
"solution)."
@@ -680,7 +928,7 @@ msgstr ""
"Er zijn afhankelijkheden waaraan niet voldaan kan worden. Probeer\n"
"'apt-get -f install' zonder pakketten (of specifieer een oplossing)."
-#: cmdline/apt-get.cc:1411
+#: cmdline/apt-get.cc:1415
msgid ""
"Some packages could not be installed. This may mean that you have\n"
"requested an impossible situation or if you are using the unstable\n"
@@ -692,7 +940,7 @@ msgstr ""
"gebruikt\n"
"en sommige benodigde pakketten nog niet beschikbaar gemaakt zijn."
-#: cmdline/apt-get.cc:1419
+#: cmdline/apt-get.cc:1423
msgid ""
"Since you only requested a single operation it is extremely likely that\n"
"the package is simply not installable and a bug report against\n"
@@ -702,110 +950,120 @@ msgstr ""
"het pakket gewoonweg niet installeerbaar is en een raportage van een fout\n"
"ingediend moet worden voor dit pakket."
-#: cmdline/apt-get.cc:1424
+#: cmdline/apt-get.cc:1428
msgid "The following information may help to resolve the situation:"
msgstr "De volgende informatie kan u helpen de situatie op te lossen:"
-#: cmdline/apt-get.cc:1427
-msgid "Sorry, broken packages"
+#: cmdline/apt-get.cc:1431
+#, fuzzy
+msgid "Broken packages"
msgstr "Sorry, kapotte pakketten"
-#: cmdline/apt-get.cc:1450
+#: cmdline/apt-get.cc:1454
msgid "The following extra packages will be installed:"
msgstr "De volgende extra pakketten zullen ge�nstalleerd worden:"
-#: cmdline/apt-get.cc:1469
+#: cmdline/apt-get.cc:1473
msgid "Calculating Upgrade... "
msgstr "Bereken bijwerking... "
-#: cmdline/apt-get.cc:1472
+#: cmdline/apt-get.cc:1476 methods/ftp.cc:700 methods/connect.cc:99
msgid "Failed"
msgstr "Faalde"
-#: cmdline/apt-get.cc:1477
+#: cmdline/apt-get.cc:1481
msgid "Done"
msgstr "Klaar"
-#: cmdline/apt-get.cc:1650
+#: cmdline/apt-get.cc:1654
msgid "Must specify at least one package to fetch source for"
msgstr ""
"U moet ten minste ��n pakket specifieren waarvan de bron opgehaald moet "
"worden"
-#: cmdline/apt-get.cc:1677 cmdline/apt-get.cc:1884
+#: cmdline/apt-get.cc:1681 cmdline/apt-get.cc:1888
#, c-format
msgid "Unable to find a source package for %s"
msgstr "Kon geen bronpakket vinden voor %s"
-#: cmdline/apt-get.cc:1724
-#, c-format
-msgid "Sorry, you don't have enough free space in %s"
+#: cmdline/apt-get.cc:1728
+#, fuzzy, c-format
+msgid "You don't have enough free space in %s"
msgstr "Sorry, u heeft niet genoeg vrije ruimte in %s"
-#: cmdline/apt-get.cc:1729
+#: cmdline/apt-get.cc:1733
#, c-format
msgid "Need to get %sB/%sB of source archives.\n"
msgstr "Moet %sB/%sB aan bronarchieven ophalen.\n"
-#: cmdline/apt-get.cc:1732
+#: cmdline/apt-get.cc:1736
#, c-format
msgid "Need to get %sB of source archives.\n"
msgstr "Moet %sB aan bronarchieven ophalen.\n"
-#: cmdline/apt-get.cc:1738
+#: cmdline/apt-get.cc:1742
#, c-format
msgid "Fetch Source %s\n"
msgstr "Ophalen bron %s\n"
-#: cmdline/apt-get.cc:1769
+#: cmdline/apt-get.cc:1773
msgid "Failed to fetch some archives."
msgstr "Kon sommige archieven niet ophalen."
-#: cmdline/apt-get.cc:1797
+#: cmdline/apt-get.cc:1801
#, c-format
msgid "Skipping unpack of already unpacked source in %s\n"
msgstr "Het uitpakken van de reeds uitgepakte bron in %s wordt overgeslagen\n"
-#: cmdline/apt-get.cc:1809
+#: cmdline/apt-get.cc:1813
#, c-format
msgid "Unpack command '%s' failed.\n"
msgstr "Uitpakopdracht '%s' faalde.\n"
-#: cmdline/apt-get.cc:1826
+#: cmdline/apt-get.cc:1830
#, c-format
msgid "Build command '%s' failed.\n"
msgstr "Bouwopdracht '%s' faalde.\n"
-#: cmdline/apt-get.cc:1845
+#: cmdline/apt-get.cc:1849
msgid "Child process failed"
msgstr "Dochterproces faalde"
-#: cmdline/apt-get.cc:1861
+#: cmdline/apt-get.cc:1865
msgid "Must specify at least one package to check builddeps for"
msgstr ""
"U moet tenminste ��n pakket opgeven om de bouwafhankelijkheden voor te "
"controleren"
-#: cmdline/apt-get.cc:1889
+#: cmdline/apt-get.cc:1893
#, c-format
msgid "Unable to get build-dependency information for %s"
msgstr "Kon de bouwafhankelijkheidsinformatie voor %s niet ophalen"
-#: cmdline/apt-get.cc:1909
+#: cmdline/apt-get.cc:1913
#, c-format
msgid "%s has no build depends.\n"
msgstr "%s heeft geen bouwafhankelijkheden.\n"
-#: cmdline/apt-get.cc:1927
-#, c-format
+#: cmdline/apt-get.cc:1948
+#, fuzzy, c-format
msgid ""
-"%s dependency on %s cannot be satisfied because the package %s cannot be "
+"%s dependency for %s cannot be satisfied because the package %s cannot be "
"found"
msgstr ""
"%s afhankelijkheid van %s kon niet voldaan worden omdat pakket %s niet kon\n"
"worden gevonden"
-#: cmdline/apt-get.cc:1979
+#: cmdline/apt-get.cc:1990
+#, fuzzy, c-format
+msgid ""
+"%s dependency for %s cannot be satisfied because no available versions of "
+"package %s can satisfy version requirements"
+msgstr ""
+"%s afhankelijkheid van %s kon niet voldaan worden omdat pakket %s niet kon\n"
+"worden gevonden"
+
+#: cmdline/apt-get.cc:2017
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."
@@ -814,15 +1072,15 @@ msgstr ""
"bouwafhankelijkheden. U zou misscien `apt-get -f install' willen draaien om\n"
"deze te corrigeren."
-#: cmdline/apt-get.cc:1984
+#: cmdline/apt-get.cc:2022
msgid "Failed to process build dependencies"
msgstr "Kon bouwafhankelijkheden niet verwerken"
-#: cmdline/apt-get.cc:2016
+#: cmdline/apt-get.cc:2054
msgid "Supported Modules:"
msgstr "Ondersteunde modules:"
-#: cmdline/apt-get.cc:2057
+#: cmdline/apt-get.cc:2095
msgid ""
"Usage: apt-get [options] command\n"
" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -902,11 +1160,45 @@ msgstr ""
"voor meer informatie en opties.\n"
" Deze APT heeft Super Koeienkrachten.\n"
-#: cmdline/apt-sortpkgs.cc:84
+#: cmdline/acqprogress.cc:55
+msgid "Hit "
+msgstr "Al gehad "
+
+#: cmdline/acqprogress.cc:79
+msgid "Get:"
+msgstr "Ophalen: "
+
+#: cmdline/acqprogress.cc:110
+msgid "Ign "
+msgstr "Negeer "
+
+#: cmdline/acqprogress.cc:114
+msgid "Err "
+msgstr "Fout "
+
+#: cmdline/acqprogress.cc:135
+#, c-format
+msgid "Fetched %sB in %s (%sB/s)\n"
+msgstr "%sB opgehaald in %s (%sB/s)\n"
+
+#: cmdline/acqprogress.cc:225
+msgid " [Working]"
+msgstr " [Bezig]"
+
+#: cmdline/acqprogress.cc:271
+#, c-format
+msgid ""
+"Media Change: Please insert the disc labeled '%s' in the drive '%s' and "
+"press enter\n"
+msgstr ""
+"Medium wisselen: Plaats de disk gelabeld '%s' in station '%s' en druk op "
+"enter\n"
+
+#: cmdline/apt-sortpkgs.cc:86
msgid "Unknown package record!"
msgstr "Onbekend pakketgegevens!"
-#: cmdline/apt-sortpkgs.cc:148
+#: cmdline/apt-sortpkgs.cc:150
msgid ""
"Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
"\n"
@@ -930,141 +1222,866 @@ msgstr ""
" -c=? Lees dit configuratiebestand\n"
" -o=? Stel een willekeurige optie in, b.v. -o dir::cache=/tmp\n"
-#: apt-pkg/acquire.cc:61
+#: apt-inst/contrib/extracttar.cc:115
+#, fuzzy
+msgid "Failed to create pipes"
+msgstr "Kon sommige archieven niet ophalen."
+
+#: apt-inst/contrib/extracttar.cc:140
+#, fuzzy
+msgid "Failed to exec gzip "
+msgstr "Kon %s %s niet ophalen\n"
+
+#: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
+msgid "Corrupted archive"
+msgstr ""
+
+#: apt-inst/contrib/extracttar.cc:192
+msgid "Tar Checksum failed, archive corrupted"
+msgstr "Het pakket is corrupt"
+
+#: apt-inst/contrib/extracttar.cc:295
#, c-format
-msgid "Lists directory %spartial is missing."
-msgstr "Map met lijsten %spartial mist."
+msgid "Unkown TAR header type %u, member %s"
+msgstr ""
-#: apt-pkg/acquire.cc:65
+#: apt-inst/contrib/arfile.cc:73
+msgid "Invalid archive signature"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:81
+#, fuzzy
+msgid "Error reading archive member header"
+msgstr "Fout bij het lezen van de server"
+
+#: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
+msgid "Invalid archive member header"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:131
+msgid "Archive is too short"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:135
+#, fuzzy
+msgid "Failed to read the archive headers"
+msgstr "Kon sommige archieven niet ophalen."
+
+#: apt-inst/filelist.cc:384
+msgid "DropNode called on still linked node"
+msgstr ""
+
+#: apt-inst/filelist.cc:416
+#, fuzzy
+msgid "Failed to locate the hash element!"
+msgstr "Kon sommige archieven niet ophalen."
+
+#: apt-inst/filelist.cc:463
+#, fuzzy
+msgid "Failed to allocate diversion"
+msgstr "Kon sommige archieven niet ophalen."
+
+#: apt-inst/filelist.cc:468
+#, fuzzy
+msgid "Internal Error in AddDiversion"
+msgstr "Interne fout"
+
+#: apt-inst/filelist.cc:481
#, c-format
-msgid "Archive directory %spartial is missing."
-msgstr "Map met archief %spartial mist."
+msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
+msgstr ""
+
+#: apt-inst/filelist.cc:510
+#, c-format
+msgid "Double add of diversion %s -> %s"
+msgstr ""
+
+#: apt-inst/filelist.cc:553
+#, c-format
+msgid "Duplicate conf file %s/%s"
+msgstr ""
+
+#: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
+#, fuzzy, c-format
+msgid "Failed write file %s"
+msgstr "Kon %s %s niet ophalen\n"
+
+#: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
+#, fuzzy, c-format
+msgid "Failed to close file %s"
+msgstr "Kon %s %s niet ophalen\n"
+
+#: apt-inst/extract.cc:96 apt-inst/extract.cc:167
+#, c-format
+msgid "The path %s is too long"
+msgstr ""
-#: apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
+#: apt-inst/extract.cc:127
+#, c-format
+msgid "Unpacking %s more than once"
+msgstr ""
+
+#: apt-inst/extract.cc:137
+#, c-format
+msgid "The directory %s is diverted"
+msgstr ""
+
+#: apt-inst/extract.cc:147
+#, c-format
+msgid "The package is trying to write to the diversion target %s/%s"
+msgstr ""
+
+#: apt-inst/extract.cc:157 apt-inst/extract.cc:300
+#, fuzzy
+msgid "The diversion path is too long"
+msgstr "Het pakketcachebestand is corrupt"
+
+#: apt-inst/extract.cc:243
+#, c-format
+msgid "The directory %s is being replaced by a non-directory"
+msgstr ""
+
+#: apt-inst/extract.cc:283
+msgid "Failed to locate node in its hash bucket"
+msgstr ""
+
+#: apt-inst/extract.cc:287
+msgid "The path is too long"
+msgstr ""
+
+#: apt-inst/extract.cc:417
+#, c-format
+msgid "Overwrite package match with no version for %s"
+msgstr ""
+
+#: apt-inst/extract.cc:434
+#, c-format
+msgid "File %s/%s overwrites the one in the package %s"
+msgstr ""
+
+#: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
+#: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
#, c-format
msgid "Unable to read %s"
msgstr "Kon %s niet lezen"
-#: apt-pkg/acquire.cc:418 apt-pkg/clean.cc:44
+#: apt-inst/extract.cc:494
+#, fuzzy, c-format
+msgid "Unable to stat %s"
+msgstr "Kon de status van %s niet opvragen."
+
+#: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
#, c-format
-msgid "Unable to change to %s"
-msgstr "Kon %s niet veranderen"
+msgid "Failed to remove %s"
+msgstr "Kon %s niet verwijderen"
-#: apt-pkg/acquire-item.cc:124
+#: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
#, c-format
-msgid "rename failed, %s (%s -> %s)."
-msgstr "hernoeming faalde, %s (%s -> %s)."
+msgid "Unable to create %s"
+msgstr "Kon %s niet aanmaken"
-#: apt-pkg/acquire-item.cc:353
+#: apt-inst/deb/dpkgdb.cc:118
+#, fuzzy, c-format
+msgid "Failed to stat %sinfo"
+msgstr "Kon de status van %s niet opvragen."
+
+#: apt-inst/deb/dpkgdb.cc:123
+msgid "The info and temp directories need to be on the same filesystem"
+msgstr ""
+
+#. Build the status cache
+#: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
+#: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
+#: apt-pkg/pkgcachegen.cc:829
+msgid "Reading Package Lists"
+msgstr "Inlezen pakketlijsten"
+
+#: apt-inst/deb/dpkgdb.cc:180
+#, fuzzy, c-format
+msgid "Failed to change to the admin dir %sinfo"
+msgstr "Kon %s niet veranderen"
+
+#: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:355
+#: apt-inst/deb/dpkgdb.cc:448
+#, fuzzy
+msgid "Internal Error getting a Package Name"
+msgstr "Kon pakketbestand %s niet lezen (1)"
+
+#: apt-inst/deb/dpkgdb.cc:205
+msgid "Reading File Listing"
+msgstr "Inlezen pakketlijsten"
+
+#: apt-inst/deb/dpkgdb.cc:216
#, c-format
msgid ""
-"I wasn't able to locate a file for the %s package. This might mean you need "
-"to manually fix this package. (due to missing arch)"
+"Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
+"then make it empty and immediately re-install the same version of the "
+"package!"
msgstr ""
-"Ik was niet in staat een bestand te vinden voor pakket %s. Dit kan betekenen "
-"dat u dit pakket handmatig moet repareren (wegens missende architectuur)."
-#: apt-pkg/acquire-item.cc:388
+#: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
+#, fuzzy, c-format
+msgid "Failed reading the list file %sinfo/%s"
+msgstr "Kon %s %s niet ophalen\n"
+
+#: apt-inst/deb/dpkgdb.cc:266
+#, fuzzy
+msgid "Internal Error getting a Node"
+msgstr "Interne fout, sorteren is niet ge�indigd"
+
+#: apt-inst/deb/dpkgdb.cc:309
+#, fuzzy, c-format
+msgid "Failed to open the diversions file %sdiversions"
+msgstr "Kon %s %s niet ophalen\n"
+
+#: apt-inst/deb/dpkgdb.cc:324
+msgid "The diversion file is corrupted"
+msgstr "Het pakketcachebestand is corrupt"
+
+#: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
+#: apt-inst/deb/dpkgdb.cc:341
+#, fuzzy, c-format
+msgid "Invalid line in the diversion file: %s"
+msgstr "Kon %s %s niet ophalen\n"
+
+#: apt-inst/deb/dpkgdb.cc:362
+#, fuzzy
+msgid "Internal Error adding a diversion"
+msgstr "Interne fout, sorteren is niet ge�indigd"
+
+#: apt-inst/deb/dpkgdb.cc:383
+msgid "The pkg cache must be initialize first"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:386
+msgid "Reading File List"
+msgstr "Inlezen pakketlijsten"
+
+#: apt-inst/deb/dpkgdb.cc:443
#, c-format
-msgid ""
-"I wasn't able to locate file for the %s package. This might mean you need to "
-"manually fix this package."
+msgid "Failed to find a Package: Header, offset %lu"
msgstr ""
-"Ik was niet in staat een bestand te vinden voor pakket %s. Dit kan betekenen "
-"dat u dit pakket handmatig moet repareren."
-#: apt-pkg/acquire-item.cc:419
+#: apt-inst/deb/dpkgdb.cc:465
#, c-format
+msgid "Bad ConfFile section in the status file. Offset %lu"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:470
+#, c-format
+msgid "Error parsing MD5. Offset %lu"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:55
+#, c-format
+msgid "This is not a valid DEB archive, missing '%s' member"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:72
+#, fuzzy, c-format
+msgid "Internal Error, could not locate member %s"
+msgstr "Interne fout, AllUpgrade heeft dingen stukgemaakt"
+
+#: apt-inst/deb/debfile.cc:104
+#, c-format
+msgid "Couldn't change to %s"
+msgstr "Kon %s niet wijzigen"
+
+#: apt-inst/deb/debfile.cc:125
+#, fuzzy
+msgid "Internal Error, could not locate member"
+msgstr "Interne fout, AllUpgrade heeft dingen stukgemaakt"
+
+#: apt-inst/deb/debfile.cc:158
+#, fuzzy
+msgid "Failed to locate a valid control file"
+msgstr "Kon %s %s niet ophalen\n"
+
+#: apt-inst/deb/debfile.cc:243
+#, fuzzy
+msgid "Unparsible control file"
+msgstr "Kon %s niet lezen"
+
+#: dselect/install:32
+msgid "Bad default setting!"
+msgstr "Verkeerde standaard optie!"
+
+#: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:93
+#: dselect/install:104 dselect/update:45
+msgid "Press enter to continue."
+msgstr "Toets Enter om door te gaan"
+
+# Note to translators: The following four messages belong together. It doesn't
+# matter where sentences start, but it has to fit in just these four lines, and
+# at only 80 characters per line, if possible.
+#: dselect/install:100
+msgid "Some errors occurred while unpacking. I'm going to configure the"
+msgstr "Er zijn fouten opgetreden tijdens het uitpakken. Ik ga de paketten"
+
+#: dselect/install:101
+msgid "packages that were installed. This may result in duplicate errors"
+msgstr ""
+"configuren die zijn geinstalleerd. Dit kan resulteren in duplicaat fouten"
+
+#: dselect/install:102
+msgid "or errors caused by missing dependencies. This is OK, only the errors"
+msgstr "of fouten door missende afhankelijkheden. Alleen de fouten boven dit"
+
+#: dselect/install:103
msgid ""
-"The package index files are corrupted. No Filename: field for package %s."
+"above this message are important. Please fix them and run [I]nstall again"
+msgstr "bericht zijn belangrijk. Gaarne herstellen en opnieuw [I]nstalleren"
+
+#: dselect/update:30
+msgid "Merging Available information"
+msgstr "Samenvoegen Beschikbare Informatie"
+
+#: methods/cdrom.cc:113
+#, c-format
+msgid "Unable to read the cdrom database %s"
+msgstr "Kon de cdr-rom databank %s niet lezen"
+
+#: 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"
msgstr ""
-"De pakket indexbestanden zijn corrupt. Geen Filename: veld voor pakket %s."
+"Gebruik aub apt-cdrom om deze CD herkenbaar emaken voor APT apt-get update "
+"kan niet gebruikt worden om nieuwe CDs toe te voegen"
-#: apt-pkg/acquire-item.cc:501
-msgid "Size mismatch"
-msgstr "Grootte komt niet overeen"
+#: methods/cdrom.cc:130 methods/cdrom.cc:168
+msgid "Wrong CD"
+msgstr "Foute CD"
-#: apt-pkg/acquire-item.cc:511
-msgid "MD5Sum mismatch"
-msgstr "MD5Sum komt niet overeen"
+#: methods/cdrom.cc:163
+#, c-format
+msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
+msgstr ""
-#: apt-pkg/acquire-worker.cc:112
+#: methods/cdrom.cc:177 methods/file.cc:77
+msgid "File not found"
+msgstr "Bestand niet gevonden"
+
+#: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
+#, fuzzy
+msgid "Failed to stat"
+msgstr "Kon de status van %s niet opvragen."
+
+#: methods/copy.cc:79 methods/gzip.cc:139
+#, fuzzy
+msgid "Failed to set modification time"
+msgstr "Kon de status van %s niet opvragen."
+
+#: methods/file.cc:42
+msgid "Invalid URI, local URIS must not start with //"
+msgstr "Ongeldige URI, lokale URIs mogen niet beginnen met //"
+
+#. Login must be before getpeername otherwise dante won't work.
+#: methods/ftp.cc:162
+msgid "Logging in"
+msgstr "Bezig met inloggen"
+
+#: methods/ftp.cc:168
+#, fuzzy
+msgid "Unable to determine the peer name"
+msgstr "Kon geen geschikt systeemtype vaststellen"
+
+#: methods/ftp.cc:173
+#, fuzzy
+msgid "Unable to determine the local name"
+msgstr "Kon geen geschikt systeemtype vaststellen"
+
+#: methods/ftp.cc:204 methods/ftp.cc:230
#, c-format
-msgid "The method driver %s could not be found."
-msgstr "Het stuurprogramma %s kon niet gevonden worden."
+msgid "Server refused our connection and said: %s"
+msgstr "De server weigerde onze verbinding en zei: %s"
-#: apt-pkg/acquire-worker.cc:161
+#: methods/ftp.cc:210
#, c-format
-msgid "Method %s did not start correctly"
-msgstr "Methode %s startte niet correct"
+msgid "USER failed, server said: %s"
+msgstr "USER mislukte, server zei: %s"
-#: apt-pkg/algorithms.cc:232
+#: methods/ftp.cc:216
#, c-format
+msgid "PASS failed, server said: %s"
+msgstr "PASS mislukte, serer zei: %s"
+
+#: methods/ftp.cc:235
msgid ""
-"The package %s needs to be reinstalled, but I can't find an archive for it."
+"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
+"is empty."
msgstr ""
-"Pakket %s moet opnieuw ge�nstalleerd worden,\n"
-"maar ik kan er geen archief voor vinden."
-#: apt-pkg/algorithms.cc:1050
-msgid ""
-"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
-"held packages."
+#: methods/ftp.cc:263
+#, fuzzy, c-format
+msgid "Login script command '%s' failed, server said: %s"
+msgstr "TYPE mislukt, server zei: %s"
+
+#: methods/ftp.cc:289
+#, c-format
+msgid "TYPE failed, server said: %s"
+msgstr "TYPE mislukt, server zei: %s"
+
+#: methods/ftp.cc:327 methods/ftp.cc:438 methods/rsh.cc:183 methods/rsh.cc:226
+#, fuzzy
+msgid "Connection timeout"
+msgstr "Verbinding mislukt"
+
+#: methods/ftp.cc:333
+msgid "Server closed the connection"
+msgstr "Server verbrak de verbinding"
+
+#: methods/ftp.cc:336 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
+msgid "Read error"
+msgstr "Lees fout"
+
+#: methods/ftp.cc:343 methods/rsh.cc:197
+msgid "A response overflowed the buffer."
msgstr ""
-"Fout, pkgProblemResolver::Resolve brak af, dit kan veroorzaakt worden door "
-"vastgehouden pakketten."
-#: apt-pkg/algorithms.cc:1052
-msgid "Unable to correct problems, you have held broken packages."
-msgstr "Kon problemen niet verhelpen, u heeft kapotte pakketten vastgehouden."
+#: methods/ftp.cc:360 methods/ftp.cc:372
+msgid "Protocol corruption"
+msgstr ""
-#: apt-pkg/cachefile.cc:73
-msgid "The package lists or status file could not be parsed or opened."
+#: methods/ftp.cc:444 methods/rsh.cc:232
+msgid "Write Error"
+msgstr "Schrijf fout"
+
+#: methods/ftp.cc:685 methods/ftp.cc:691 methods/ftp.cc:727
+#, fuzzy
+msgid "Could not create a socket"
+msgstr "Kon pakket %s niet vinden"
+
+#: methods/ftp.cc:696
+msgid "Could not connect data socket, connection timed out"
msgstr ""
-"De pakketlijsten of het statusbestand kon niet gelezen of geopend worden."
-#: apt-pkg/cachefile.cc:77
-msgid "You may want to run apt-get update to correct these problems"
+#: methods/ftp.cc:702
+#, fuzzy
+msgid "Could not connect passive socket."
+msgstr "Kon pakket %s niet vinden"
+
+#: methods/ftp.cc:720
+msgid "getaddrinfo was unable to get a listening socket"
msgstr ""
-"U zou misschien `apt-get update' willen draaien om deze problemen te "
-"verhelpen."
-#: apt-pkg/clean.cc:61
+#: methods/ftp.cc:734
+#, fuzzy
+msgid "Could not bind a socket"
+msgstr "Kon pakket %s niet vinden"
+
+#: methods/ftp.cc:738
+#, fuzzy
+msgid "Could not listen on the socket"
+msgstr "Kon pakket %s niet vinden"
+
+#: methods/ftp.cc:745
+#, fuzzy
+msgid "Could not determine the socket's name"
+msgstr "Kon geen geschikt systeemtype vaststellen"
+
+#: methods/ftp.cc:777
+#, fuzzy
+msgid "Unable to send PORT command"
+msgstr "Kon %s niet lezen"
+
+#: methods/ftp.cc:787
#, c-format
-msgid "Unable to stat %s."
+msgid "Unknown address family %u (AF_*)"
+msgstr ""
+
+#: methods/ftp.cc:796
+#, fuzzy, c-format
+msgid "EPRT failed, server said: %s"
+msgstr "USER mislukte, server zei: %s"
+
+#: methods/ftp.cc:816
+msgid "Data socket connect timed out"
+msgstr ""
+
+#: methods/ftp.cc:823
+#, fuzzy
+msgid "Unable to accept connection"
+msgstr "Kon afhankelijkheden niet corrigeren"
+
+#: methods/ftp.cc:862 methods/http.cc:912 methods/rsh.cc:303
+#, fuzzy
+msgid "Problem hashing file"
+msgstr "Openen %s"
+
+#: methods/ftp.cc:875
+#, fuzzy, c-format
+msgid "Unable to fetch file, server said '%s'"
+msgstr "Kon %s niet lezen"
+
+#: methods/ftp.cc:890 methods/rsh.cc:322
+msgid "Data socket timed out"
+msgstr ""
+
+#: methods/ftp.cc:920
+#, fuzzy, c-format
+msgid "Data transfer failed, server said '%s'"
+msgstr "Kon %s niet lezen"
+
+#. Get the files information
+#: methods/ftp.cc:995
+msgid "Query"
+msgstr ""
+
+#: methods/ftp.cc:1102
+#, fuzzy
+msgid "Unable to invoke "
+msgstr "Kon %s niet lezen"
+
+#: methods/connect.cc:64
+#, c-format
+msgid "Connecting to %s (%s)"
+msgstr "Bezig met verbinden met %s (%s)"
+
+#: methods/connect.cc:71
+#, c-format
+msgid "[IP: %s %s]"
+msgstr ""
+
+#: methods/connect.cc:80
+#, c-format
+msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
+msgstr ""
+
+#: methods/connect.cc:86
+#, c-format
+msgid "Cannot initiate the connection to %s:%s (%s)."
+msgstr "Kan de verbinding met %s:%s (%s) niet aangaan."
+
+#: methods/connect.cc:92
+#, fuzzy, c-format
+msgid "Could not connect to %s:%s (%s), connection timed out"
+msgstr "Kon niet verbinden met %s:%s (%s)."
+
+#: methods/connect.cc:104
+#, c-format
+msgid "Could not connect to %s:%s (%s)."
+msgstr "Kon niet verbinden met %s:%s (%s)."
+
+#. We say this mainly because the pause here is for the
+#. ssh connection that is still going
+#: methods/connect.cc:132 methods/rsh.cc:425
+#, c-format
+msgid "Connecting to %s"
+msgstr "Bezig met verbinden met %s"
+
+#: methods/connect.cc:163
+#, c-format
+msgid "Could not resolve '%s'"
+msgstr "Kon '%s' niet vinden"
+
+#: methods/connect.cc:167
+#, c-format
+msgid "Temporary failure resolving '%s'"
+msgstr ""
+
+#: methods/connect.cc:169
+#, c-format
+msgid "Something wicked happened resolving '%s:%s' (%i)"
+msgstr "Er geberude iets raars bij het zoeken naar '%s:%s' (%i)"
+
+#: methods/connect.cc:216
+#, c-format
+msgid "Unable to connect to %s %s:"
+msgstr "Kon niet verbinden met %s %s:"
+
+#: methods/gzip.cc:57
+#, fuzzy, c-format
+msgid "Couldn't open pipe for %s"
+msgstr "Kon pakket %s niet vinden"
+
+#: methods/gzip.cc:102
+#, c-format
+msgid "Read error from %s process"
+msgstr ""
+
+#: methods/http.cc:340
+msgid "Waiting for file"
+msgstr "Wachet op bestand"
+
+#: methods/http.cc:486
+#, c-format
+msgid "Got a single header line over %u chars"
+msgstr ""
+
+#: methods/http.cc:494
+msgid "Bad header line"
+msgstr ""
+
+#: methods/http.cc:513 methods/http.cc:520
+msgid "The http server sent an invalid reply header"
+msgstr ""
+
+#: methods/http.cc:549
+msgid "The http server sent an invalid Content-Length header"
+msgstr ""
+
+#: methods/http.cc:564
+msgid "The http server sent an invalid Content-Range header"
+msgstr ""
+
+#: methods/http.cc:566
+msgid "This http server has broken range support"
+msgstr ""
+
+#: methods/http.cc:590
+#, fuzzy
+msgid "Unknown date format"
+msgstr "Onbekend pakketgegevens!"
+
+#: methods/http.cc:733
+#, fuzzy
+msgid "Select failed"
+msgstr " faalde."
+
+#: methods/http.cc:738
+#, fuzzy
+msgid "Connection timed out"
+msgstr "Verbinding mislukt"
+
+#: methods/http.cc:761
+#, fuzzy
+msgid "Error writing to output file"
+msgstr "Fout bij het scrijvan naar het bestand"
+
+#: methods/http.cc:789
+msgid "Error writing to file"
+msgstr "Fout bij het scrijven naar bestand"
+
+#: methods/http.cc:814
+msgid "Error writing to the file"
+msgstr "Fout bij het scrijvan naar het bestand"
+
+#: methods/http.cc:828
+#, fuzzy
+msgid "Error reading from server Remote end closed connection"
+msgstr "Fout bij het lezen van de server"
+
+#: methods/http.cc:830
+msgid "Error reading from server"
+msgstr "Fout bij het lezen van de server"
+
+#: methods/http.cc:1061
+msgid "Bad header Data"
+msgstr ""
+
+#: methods/http.cc:1078
+msgid "Connection failed"
+msgstr "Verbinding mislukt"
+
+#: methods/http.cc:1169
+msgid "Internal error"
+msgstr "Interne fout"
+
+#: apt-pkg/contrib/mmap.cc:82
+msgid "Can't mmap an empty file"
+msgstr ""
+
+#: apt-pkg/contrib/mmap.cc:87
+#, fuzzy, c-format
+msgid "Couldn't make mmap of %lu bytes"
+msgstr "Kon %s niet wijzigen"
+
+#: apt-pkg/contrib/strutl.cc:941
+#, fuzzy, c-format
+msgid "Selection %s not found"
+msgstr "Bestand niet gevonden"
+
+#: apt-pkg/contrib/configuration.cc:449
+#, c-format
+msgid "Opening configuration file %s"
+msgstr ""
+
+#: apt-pkg/contrib/configuration.cc:559
+#, c-format
+msgid "Syntax error %s:%u: Block starts with no name."
+msgstr ""
+
+#: apt-pkg/contrib/configuration.cc:578
+#, c-format
+msgid "Syntax error %s:%u: Malformed Tag"
+msgstr ""
+
+#: apt-pkg/contrib/configuration.cc:595
+#, c-format
+msgid "Syntax error %s:%u: Extra junk after value"
+msgstr ""
+
+#: apt-pkg/contrib/configuration.cc:635
+#, c-format
+msgid "Syntax error %s:%u: Directives can only be done at the top level"
+msgstr ""
+
+#: apt-pkg/contrib/configuration.cc:642
+#, c-format
+msgid "Syntax error %s:%u: Too many nested includes"
+msgstr ""
+
+#: apt-pkg/contrib/configuration.cc:646 apt-pkg/contrib/configuration.cc:651
+#, c-format
+msgid "Syntax error %s:%u: Included from here"
+msgstr ""
+
+#: apt-pkg/contrib/configuration.cc:655
+#, c-format
+msgid "Syntax error %s:%u: Unsupported directive '%s'"
+msgstr ""
+
+#: apt-pkg/contrib/configuration.cc:689
+#, c-format
+msgid "Syntax error %s:%u: Extra junk at end of file"
+msgstr ""
+
+#: apt-pkg/contrib/progress.cc:154
+#, c-format
+msgid "%c%s... Error!"
+msgstr ""
+
+#: apt-pkg/contrib/progress.cc:156
+#, c-format
+msgid "%c%s... Done"
+msgstr ""
+
+#: apt-pkg/contrib/cmndline.cc:80
+#, c-format
+msgid "Command line option '%c' [from %s] is not known."
+msgstr ""
+
+#: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
+#: apt-pkg/contrib/cmndline.cc:122
+#, c-format
+msgid "Command line option %s is not understood"
+msgstr ""
+
+#: apt-pkg/contrib/cmndline.cc:127
+#, c-format
+msgid "Command line option %s is not boolean"
+msgstr ""
+
+#: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
+#, c-format
+msgid "Option %s requires an argument."
+msgstr ""
+
+#: 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 ""
+
+#: apt-pkg/contrib/cmndline.cc:237
+#, c-format
+msgid "Option %s requires an integer argument, not '%s'"
+msgstr ""
+
+#: apt-pkg/contrib/cmndline.cc:268
+#, c-format
+msgid "Option '%s' is too long"
+msgstr ""
+
+#: apt-pkg/contrib/cmndline.cc:301
+#, c-format
+msgid "Sense %s is not understood, try true or false."
+msgstr ""
+
+#: apt-pkg/contrib/cmndline.cc:351
+#, c-format
+msgid "Invalid operation %s"
+msgstr ""
+
+#: apt-pkg/contrib/cdromutl.cc:55
+#, fuzzy, c-format
+msgid "Unable to stat the mount point %s"
msgstr "Kon de status van %s niet opvragen."
-#: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
-msgid "Building Dependency Tree"
-msgstr "Bouwen afhankelijkheidsboom"
+#: apt-pkg/contrib/cdromutl.cc:149 apt-pkg/acquire.cc:418 apt-pkg/clean.cc:44
+#, c-format
+msgid "Unable to change to %s"
+msgstr "Kon %s niet veranderen"
-#: apt-pkg/depcache.cc:61
-msgid "Candidate Versions"
-msgstr "Kandidaat versies"
+#: apt-pkg/contrib/cdromutl.cc:190
+#, fuzzy
+msgid "Failed to stat the cdrom"
+msgstr "Kon de status van %s niet opvragen."
-#: apt-pkg/depcache.cc:90
-msgid "Dependency Generation"
-msgstr "Afhankelijkheidsgeneratie"
+#: apt-pkg/contrib/fileutl.cc:80
+#, c-format
+msgid "Not using locking for read only lock file %s"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc:85
+#, fuzzy, c-format
+msgid "Could not open lock file %s"
+msgstr "Kon '%s' niet vinden"
-#: apt-pkg/init.cc:111
+#: apt-pkg/contrib/fileutl.cc:103
#, c-format
-msgid "Packaging system '%s' is not supported"
-msgstr "Pakket-beheersysteem '%s' wordt niet ondersteund"
+msgid "Not using locking for nfs mounted lock file %s"
+msgstr ""
-#: apt-pkg/init.cc:127
-msgid "Unable to determine a suitable system type"
-msgstr "Kon geen geschikt systeemtype vaststellen"
+#: apt-pkg/contrib/fileutl.cc:107
+#, fuzzy, c-format
+msgid "Could not get lock %s"
+msgstr "Kon %s niet wijzigen"
-#: apt-pkg/packagemanager.cc:402
+#: apt-pkg/contrib/fileutl.cc:358
#, c-format
-msgid ""
-"This installation run will require temporarily removing the essential "
-"package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
-"you really want to do it, activate the APT::Force-LoopBreak option."
+msgid "Waited, for %s but it wasn't there"
msgstr ""
-"Voor deze installatieslag is het tijdelijk verwijderen van het essenti�le "
-"pakket %s nodig wegens een Conflicts/Pre-Depends lus. Dit is vaak slecht, "
-"maar als u het echt wilt doen, activeer dan de APT::Force-LoopBreak optie."
+
+#: apt-pkg/contrib/fileutl.cc:368
+#, c-format
+msgid "Sub-process %s received a segmentation fault."
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc:371
+#, c-format
+msgid "Sub-process %s returned an error code (%u)"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc:373
+#, c-format
+msgid "Sub-process %s exited unexpectedly"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc:417
+#, fuzzy, c-format
+msgid "Could not open file %s"
+msgstr "Kon pakket %s niet vinden"
+
+#: apt-pkg/contrib/fileutl.cc:473
+#, c-format
+msgid "read, still have %lu to read but none left"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc:491
+#, fuzzy
+msgid "Write error"
+msgstr "Schrijf fout"
+
+#: apt-pkg/contrib/fileutl.cc:503
+#, c-format
+msgid "write, still have %lu to write but couldn't"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc:578
+#, fuzzy
+msgid "Problem closing the file"
+msgstr "Openen %s"
+
+#: apt-pkg/contrib/fileutl.cc:584
+#, fuzzy
+msgid "Problem unlinking the file"
+msgstr "Fout bij het scrijvan naar het bestand"
+
+#: apt-pkg/contrib/fileutl.cc:595
+#, fuzzy
+msgid "Problem syncing the file"
+msgstr "Openen %s"
#: apt-pkg/pkgcache.cc:126
msgid "Empty package cache"
@@ -1084,7 +2101,8 @@ msgid "This APT does not support the Versioning System '%s'"
msgstr "Deze APT ondersteunt het versienummeringssysteem '%s' niet"
#: apt-pkg/pkgcache.cc:147
-msgid "The package cache was build for a different architecture"
+#, fuzzy
+msgid "The package cache was built for a different architecture"
msgstr "De pakketcache was gebouwd voor een andere architectuur"
#: apt-pkg/pkgcache.cc:218
@@ -1135,86 +2153,27 @@ msgstr "optional"
msgid "extra"
msgstr "extra"
-#: apt-pkg/pkgcachegen.cc:73
-msgid "Cache has an incompatible versioning system"
-msgstr "Cache heeft een niet-compatible versienummeringssysteem"
-
-#: apt-pkg/pkgcachegen.cc:116
-#, c-format
-msgid "Error occured while processing %s (NewPackage)"
-msgstr "Fout tijdens verwerken %s (NewPackage)"
-
-#: apt-pkg/pkgcachegen.cc:128
-#, c-format
-msgid "Error occured while processing %s (UsePackage1)"
-msgstr "Fout tijdens verwerken %s (UsePackage1)"
-
-#: apt-pkg/pkgcachegen.cc:149
-#, c-format
-msgid "Error occured while processing %s (UsePackage2)"
-msgstr "Fout tijdens verwerken %s (UsePackage2)"
-
-#: apt-pkg/pkgcachegen.cc:153
-#, c-format
-msgid "Error occured while processing %s (NewFileVer1)"
-msgstr "Fout tijdens verwerken %s (NewFileVer1)"
-
-#: apt-pkg/pkgcachegen.cc:182
-#, c-format
-msgid "Error occured while processing %s (NewVersion1)"
-msgstr "Fout tijdens verwerken %s (NewVersion1)"
-
-#: apt-pkg/pkgcachegen.cc:186
-#, c-format
-msgid "Error occured while processing %s (UsePackage3)"
-msgstr "Fout tijdens verwerken %s (UsePackage3)"
-
-#: apt-pkg/pkgcachegen.cc:190
-#, c-format
-msgid "Error occured while processing %s (NewVersion2)"
-msgstr "Fout tijdens verwerken %s (NewVersion2)"
-
-#: apt-pkg/pkgcachegen.cc:202
-msgid "Wow, you exceeded the number of package names this APT is capable of."
-msgstr "Wauw, u heeft het aantal pakketten dat deze APT aan kan overschreden."
-
-#: apt-pkg/pkgcachegen.cc:205
-msgid "Wow, you exceeded the number of versions this APT is capable of."
-msgstr "Wauw, u heeft het aantal versies dat deze APT aan kan overschreden."
-
-#: apt-pkg/pkgcachegen.cc:208
-msgid "Wow, you exceeded the number of dependencies this APT is capable of."
-msgstr ""
-"Wauw, u heeft het aantal afhankelijkheden dat deze APT aan kan overschreden."
-
-#: apt-pkg/pkgcachegen.cc:517
-#, c-format
-msgid "Couldn't stat source package list %s"
-msgstr "Kon de status van bronpakketlijst %s niet opvragen"
+#: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
+msgid "Building Dependency Tree"
+msgstr "Bouwen afhankelijkheidsboom"
-#. Build the status cache
-#: apt-pkg/pkgcachegen.cc:585 apt-pkg/pkgcachegen.cc:628
-#: apt-pkg/pkgcachegen.cc:633 apt-pkg/pkgcachegen.cc:756
-msgid "Reading Package Lists"
-msgstr "Inlezen pakketlijsten"
+#: apt-pkg/depcache.cc:61
+msgid "Candidate Versions"
+msgstr "Kandidaat versies"
-#: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:708
-msgid "IO Error saving source cache"
-msgstr "IO fout tijdens wegschrijven bronpakketcache"
+#: apt-pkg/depcache.cc:90
+msgid "Dependency Generation"
+msgstr "Afhankelijkheidsgeneratie"
-#: apt-pkg/pkgrecords.cc:37
+#: apt-pkg/tagfile.cc:71
#, c-format
-msgid "Index file type '%s' is not supported"
-msgstr "Indexbestandtype '%s' wordt niet ondersteund"
-
-#: apt-pkg/policy.cc:269
-msgid "Invalid record in the preferences file, no Package header"
-msgstr "Ongeldige gegevens in het voorkeurenbestand, geen Package kop"
+msgid "Unable to parse package file %s (1)"
+msgstr "Kon pakketbestand %s niet lezen (1)"
-#: apt-pkg/policy.cc:291
+#: apt-pkg/tagfile.cc:158
#, c-format
-msgid "Did not understand pin type %s"
-msgstr "Kon pintype %s niet begrijpen"
+msgid "Unable to parse package file %s (2)"
+msgstr "Kon pakketbestand %s niet lezen (2)"
#: apt-pkg/sourcelist.cc:88
#, c-format
@@ -1241,193 +2200,265 @@ msgstr "Misvormde regel %lu in bronlijst %s (absolute dist)"
msgid "Malformed line %lu in source list %s (dist parse)"
msgstr "Misvormde regel %lu in bronlijst %s (ontleden dist)"
-#: apt-pkg/sourcelist.cc:166 apt-pkg/sourcelist.cc:190
+#: apt-pkg/sourcelist.cc:183 apt-pkg/sourcelist.cc:207
#, c-format
msgid "Vendor block %s is invalid"
msgstr "Verkopersblok %s is ongeldig"
-#: apt-pkg/sourcelist.cc:218
+#: apt-pkg/sourcelist.cc:235
#, c-format
msgid "Opening %s"
msgstr "Openen %s"
-#: apt-pkg/sourcelist.cc:244
+#: apt-pkg/sourcelist.cc:249
+#, fuzzy, c-format
+msgid "Line %u too long in source list %s."
+msgstr "Onbekend type '%s' op regel %u in bronlijst %s"
+
+#: apt-pkg/sourcelist.cc:266
#, c-format
msgid "Malformed line %u in source list %s (type)"
msgstr "Misvorde regel %u in bronlijst %s (type)"
-#: apt-pkg/sourcelist.cc:248
+#: apt-pkg/sourcelist.cc:270
#, c-format
msgid "Type '%s' is not known in on line %u in source list %s"
msgstr "Onbekend type '%s' op regel %u in bronlijst %s"
-#: apt-pkg/sourcelist.cc:257 apt-pkg/sourcelist.cc:260
+#: apt-pkg/sourcelist.cc:279 apt-pkg/sourcelist.cc:282
#, c-format
msgid "Malformed line %u in source list %s (vendor id)"
msgstr "Misvormde regel %u in bronlijst %s (verkopers id)"
-#: apt-pkg/sourcelist.cc:274
+#: apt-pkg/sourcelist.cc:296
#, c-format
msgid "Unknown vendor ID '%s' in line %u of source list %s"
msgstr "Onbekende verkopers ID '%s' op regel %u van bronlijst %s"
-#: apt-pkg/srcrecords.cc:49
-msgid "Sorry, you must put some 'source' URIs in your sources.list"
-msgstr "Sorry, u moet wel 'source' URI's in uw sources.list zetten"
-
-#: apt-pkg/tagfile.cc:71
+#: apt-pkg/packagemanager.cc:402
#, c-format
-msgid "Unable to parse package file %s (1)"
-msgstr "Kon pakketbestand %s niet lezen (1)"
+msgid ""
+"This installation run will require temporarily removing the essential "
+"package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
+"you really want to do it, activate the APT::Force-LoopBreak option."
+msgstr ""
+"Voor deze installatieslag is het tijdelijk verwijderen van het essenti�le "
+"pakket %s nodig wegens een Conflicts/Pre-Depends lus. Dit is vaak slecht, "
+"maar als u het echt wilt doen, activeer dan de APT::Force-LoopBreak optie."
-#: apt-pkg/tagfile.cc:158
+#: apt-pkg/pkgrecords.cc:37
#, c-format
-msgid "Unable to parse package file %s (2)"
-msgstr "Kon pakketbestand %s niet lezen (2)"
-
-#~ msgid "Unable to read the cdrom database %s"
-#~ msgstr "Kon de cdr-rom databank %s niet lezen"
+msgid "Index file type '%s' is not supported"
+msgstr "Indexbestandtype '%s' wordt niet ondersteund"
-#~ msgid ""
-#~ "Please use apt-cdrom to make this CD recognized by APT. apt-get update "
-#~ "cannot be used to add new CDs"
-#~ msgstr ""
-#~ "Gebruik aub apt-cdrom om deze CD herkenbaar emaken voor APT apt-get "
-#~ "update kan niet gebruikt worden om nieuwe CDs toe te voegen"
+#: apt-pkg/algorithms.cc:238
+#, c-format
+msgid ""
+"The package %s needs to be reinstalled, but I can't find an archive for it."
+msgstr ""
+"Pakket %s moet opnieuw ge�nstalleerd worden,\n"
+"maar ik kan er geen archief voor vinden."
-#~ msgid "Wrong CD"
-#~ msgstr "Foute CD"
+#: apt-pkg/algorithms.cc:1056
+msgid ""
+"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
+"held packages."
+msgstr ""
+"Fout, pkgProblemResolver::Resolve brak af, dit kan veroorzaakt worden door "
+"vastgehouden pakketten."
-#~ msgid "File not found"
-#~ msgstr "Bestand niet gevonden"
+#: apt-pkg/algorithms.cc:1058
+msgid "Unable to correct problems, you have held broken packages."
+msgstr "Kon problemen niet verhelpen, u heeft kapotte pakketten vastgehouden."
-#~ msgid "Connecting to %s (%s)"
-#~ msgstr "Bezig met verbinden met %s (%s)"
+#: apt-pkg/acquire.cc:61
+#, c-format
+msgid "Lists directory %spartial is missing."
+msgstr "Map met lijsten %spartial mist."
-#~ msgid "Cannot initiate the connection to %s:%s (%s)."
-#~ msgstr "Kan de verbinding met %s:%s (%s) niet aangaan."
+#: apt-pkg/acquire.cc:65
+#, c-format
+msgid "Archive directory %spartial is missing."
+msgstr "Map met archief %spartial mist."
-#~ msgid "Could not connect to %s:%s (%s)."
-#~ msgstr "Kon niet verbinden met %s:%s (%s)."
+#: apt-pkg/acquire-worker.cc:112
+#, c-format
+msgid "The method driver %s could not be found."
+msgstr "Het stuurprogramma %s kon niet gevonden worden."
-#~ msgid "Connecting to %s"
-#~ msgstr "Bezig met verbinden met %s"
+#: apt-pkg/acquire-worker.cc:161
+#, c-format
+msgid "Method %s did not start correctly"
+msgstr "Methode %s startte niet correct"
-#~ msgid "Could not resolve '%s'"
-#~ msgstr "Kon '%s' niet vinden"
+#: apt-pkg/init.cc:119
+#, c-format
+msgid "Packaging system '%s' is not supported"
+msgstr "Pakket-beheersysteem '%s' wordt niet ondersteund"
-#~ msgid "Something wicked happened resolving '%s:%s' (%i)"
-#~ msgstr "Er geberude iets raars bij het zoeken naar '%s:%s' (%i)"
+#: apt-pkg/init.cc:135
+msgid "Unable to determine a suitable system type"
+msgstr "Kon geen geschikt systeemtype vaststellen"
-#~ msgid "Unable to connect to %s %s:"
-#~ msgstr "Kon niet verbinden met %s %s:"
+#: apt-pkg/clean.cc:61
+#, c-format
+msgid "Unable to stat %s."
+msgstr "Kon de status van %s niet opvragen."
+#: apt-pkg/srcrecords.cc:49
#, fuzzy
-#~ msgid "Failed to stat"
-#~ msgstr "Kon de status van %s niet opvragen."
+msgid "You must put some 'source' URIs in your sources.list"
+msgstr "Sorry, u moet wel 'source' URI's in uw sources.list zetten"
-#~ msgid "Invalid URI, local URIS must not start with //"
-#~ msgstr "Ongeldige URI, lokale URIs mogen niet beginnen met //"
+#: apt-pkg/cachefile.cc:73
+msgid "The package lists or status file could not be parsed or opened."
+msgstr ""
+"De pakketlijsten of het statusbestand kon niet gelezen of geopend worden."
-#~ msgid "Logging in"
-#~ msgstr "Bezig met inloggen"
+#: apt-pkg/cachefile.cc:77
+msgid "You may want to run apt-get update to correct these problems"
+msgstr ""
+"U zou misschien `apt-get update' willen draaien om deze problemen te "
+"verhelpen."
-#, fuzzy
-#~ msgid "Unable to determine the peer name"
-#~ msgstr "Kon geen geschikt systeemtype vaststellen"
+#: apt-pkg/policy.cc:269
+msgid "Invalid record in the preferences file, no Package header"
+msgstr "Ongeldige gegevens in het voorkeurenbestand, geen Package kop"
-#, fuzzy
-#~ msgid "Unable to determine the local name"
-#~ msgstr "Kon geen geschikt systeemtype vaststellen"
+#: apt-pkg/policy.cc:291
+#, c-format
+msgid "Did not understand pin type %s"
+msgstr "Kon pintype %s niet begrijpen"
-#~ msgid "Server refused our connection and said: %s"
-#~ msgstr "De server weigerde onze verbinding en zei: %s"
+#: apt-pkg/pkgcachegen.cc:74
+msgid "Cache has an incompatible versioning system"
+msgstr "Cache heeft een niet-compatible versienummeringssysteem"
-#~ msgid "USER failed, server said: %s"
-#~ msgstr "USER mislukte, server zei: %s"
+#: apt-pkg/pkgcachegen.cc:117
+#, c-format
+msgid "Error occured while processing %s (NewPackage)"
+msgstr "Fout tijdens verwerken %s (NewPackage)"
-#~ msgid "PASS failed, server said: %s"
-#~ msgstr "PASS mislukte, serer zei: %s"
+#: apt-pkg/pkgcachegen.cc:129
+#, c-format
+msgid "Error occured while processing %s (UsePackage1)"
+msgstr "Fout tijdens verwerken %s (UsePackage1)"
-#~ msgid "TYPE failed, server said: %s"
-#~ msgstr "TYPE mislukt, server zei: %s"
+#: apt-pkg/pkgcachegen.cc:150
+#, c-format
+msgid "Error occured while processing %s (UsePackage2)"
+msgstr "Fout tijdens verwerken %s (UsePackage2)"
-#~ msgid "Server closed the connection"
-#~ msgstr "Server verbrak de verbinding"
+#: apt-pkg/pkgcachegen.cc:154
+#, c-format
+msgid "Error occured while processing %s (NewFileVer1)"
+msgstr "Fout tijdens verwerken %s (NewFileVer1)"
-#~ msgid "Read error"
-#~ msgstr "Lees fout"
+#: apt-pkg/pkgcachegen.cc:184
+#, c-format
+msgid "Error occured while processing %s (NewVersion1)"
+msgstr "Fout tijdens verwerken %s (NewVersion1)"
-#~ msgid "Write Error"
-#~ msgstr "Schrijf fout"
+#: apt-pkg/pkgcachegen.cc:188
+#, c-format
+msgid "Error occured while processing %s (UsePackage3)"
+msgstr "Fout tijdens verwerken %s (UsePackage3)"
-#, fuzzy
-#~ msgid "Could not bind a socket"
-#~ msgstr "Kon pakket %s niet vinden"
+#: apt-pkg/pkgcachegen.cc:192
+#, c-format
+msgid "Error occured while processing %s (NewVersion2)"
+msgstr "Fout tijdens verwerken %s (NewVersion2)"
-#, fuzzy
-#~ msgid "Unable to accept connection"
-#~ msgstr "Kon afhankelijkheden niet corrigeren"
+#: apt-pkg/pkgcachegen.cc:207
+msgid "Wow, you exceeded the number of package names this APT is capable of."
+msgstr "Wauw, u heeft het aantal pakketten dat deze APT aan kan overschreden."
-#, fuzzy
-#~ msgid "Unable to fetch file, server said '%s'"
-#~ msgstr "Kon %s niet lezen"
+#: apt-pkg/pkgcachegen.cc:210
+msgid "Wow, you exceeded the number of versions this APT is capable of."
+msgstr "Wauw, u heeft het aantal versies dat deze APT aan kan overschreden."
-#, fuzzy
-#~ msgid "Unable to invoke "
-#~ msgstr "Kon %s niet lezen"
+#: apt-pkg/pkgcachegen.cc:213
+msgid "Wow, you exceeded the number of dependencies this APT is capable of."
+msgstr ""
+"Wauw, u heeft het aantal afhankelijkheden dat deze APT aan kan overschreden."
-#, fuzzy
-#~ msgid "Couldn't open pipe for %s"
-#~ msgstr "Kon pakket %s niet vinden"
+#: apt-pkg/pkgcachegen.cc:241
+#, fuzzy, c-format
+msgid "Error occured while processing %s (FindPkg)"
+msgstr "Fout tijdens verwerken %s (NewPackage)"
-#~ msgid "Waiting for file"
-#~ msgstr "Wachet op bestand"
+#: apt-pkg/pkgcachegen.cc:254
+#, fuzzy, c-format
+msgid "Error occured while processing %s (CollectFileProvides)"
+msgstr "Fout tijdens verwerken %s (NewFileVer1)"
-#, fuzzy
-#~ msgid "Unknown date format"
-#~ msgstr "Onbekend pakketgegevens!"
+#: apt-pkg/pkgcachegen.cc:260
+#, c-format
+msgid "Package %s %s was not found while processing file dependencies"
+msgstr ""
-#, fuzzy
-#~ msgid "Select failed"
-#~ msgstr " faalde."
+#: apt-pkg/pkgcachegen.cc:574
+#, c-format
+msgid "Couldn't stat source package list %s"
+msgstr "Kon de status van bronpakketlijst %s niet opvragen"
-#~ msgid "Error writing to file"
-#~ msgstr "Fout bij het scrijven naar bestand"
+#: apt-pkg/pkgcachegen.cc:658
+msgid "Collecting File Provides"
+msgstr ""
-#~ msgid "Error writing to the file"
-#~ msgstr "Fout bij het scrijvan naar het bestand"
+#: apt-pkg/pkgcachegen.cc:774 apt-pkg/pkgcachegen.cc:781
+msgid "IO Error saving source cache"
+msgstr "IO fout tijdens wegschrijven bronpakketcache"
-#~ msgid "Error reading from server"
-#~ msgstr "Fout bij het lezen van de server"
+#: apt-pkg/acquire-item.cc:124
+#, c-format
+msgid "rename failed, %s (%s -> %s)."
+msgstr "hernoeming faalde, %s (%s -> %s)."
-#~ msgid "Connection failed"
-#~ msgstr "Verbinding mislukt"
+#: apt-pkg/acquire-item.cc:353
+#, c-format
+msgid ""
+"I wasn't able to locate a file for the %s package. This might mean you need "
+"to manually fix this package. (due to missing arch)"
+msgstr ""
+"Ik was niet in staat een bestand te vinden voor pakket %s. Dit kan betekenen "
+"dat u dit pakket handmatig moet repareren (wegens missende architectuur)."
-#~ msgid "Internal error"
-#~ msgstr "Interne fout"
+#: apt-pkg/acquire-item.cc:388
+#, c-format
+msgid ""
+"I wasn't able to locate file for the %s package. This might mean you need to "
+"manually fix this package."
+msgstr ""
+"Ik was niet in staat een bestand te vinden voor pakket %s. Dit kan betekenen "
+"dat u dit pakket handmatig moet repareren."
-#~ msgid "File Not Found"
-#~ msgstr "Bestand niet gevonden"
+#: apt-pkg/acquire-item.cc:419
+#, c-format
+msgid ""
+"The package index files are corrupted. No Filename: field for package %s."
+msgstr ""
+"De pakket indexbestanden zijn corrupt. Geen Filename: veld voor pakket %s."
-#~ msgid "Connection closed prematurely"
-#~ msgstr "Verbinding werd voorttijdig afgebroken"
+#: apt-pkg/acquire-item.cc:501
+msgid "Size mismatch"
+msgstr "Grootte komt niet overeen"
-#, fuzzy
-#~ msgid "Failed write file %s"
-#~ msgstr "Kon %s %s niet ophalen\n"
+#: apt-pkg/acquire-item.cc:511
+msgid "MD5Sum mismatch"
+msgstr "MD5Sum komt niet overeen"
-#, fuzzy
-#~ msgid "Failed to close file %s"
-#~ msgstr "Kon %s %s niet ophalen\n"
+#: methods/rsh.cc:264
+msgid "File Not Found"
+msgstr "Bestand niet gevonden"
-#, fuzzy
-#~ msgid "Failed to stat %s"
-#~ msgstr "Kon de status van %s niet opvragen."
+#: methods/rsh.cc:330
+msgid "Connection closed prematurely"
+msgstr "Verbinding werd voorttijdig afgebroken"
-#, fuzzy
-#~ msgid "Failed to rename %s to %s"
-#~ msgstr "Kon %s %s niet ophalen\n"
+#~ msgid "Sorry, you don't have enough free space in %s to hold all the .debs."
+#~ msgstr ""
+#~ "Sorry, u heeft niet genoeg vrije ruimte in %s om alle .debs op te slaan."
#~ msgid "Extract "
#~ msgstr "Uitapakken"
@@ -1440,66 +2471,9 @@ msgstr "Kon pakketbestand %s niet lezen (2)"
#~ msgid "Replaced file "
#~ msgstr "Replaces"
-#, fuzzy
-#~ msgid "Unable to stat %s"
-#~ msgstr "Kon de status van %s niet opvragen."
-
-#, fuzzy
-#~ msgid "Failed to read the archive headers"
-#~ msgstr "Kon sommige archieven niet ophalen."
-
-#, fuzzy
-#~ msgid "Failed to create pipes"
-#~ msgstr "Kon sommige archieven niet ophalen."
-
-#, fuzzy
-#~ msgid "Failed to exec gzip "
-#~ msgstr "Kon %s %s niet ophalen\n"
-
-#~ msgid "Tar Checksum failed, archive corrupted"
-#~ msgstr "Het pakket is corrupt"
-
-#, fuzzy
-#~ msgid "Internal Error, could not locate member %s"
-#~ msgstr "Interne fout, AllUpgrade heeft dingen stukgemaakt"
-
-#~ msgid "Couldn't change to %s"
-#~ msgstr "Kon %s niet wijzigen"
-
-#~ msgid "Failed to remove %s"
-#~ msgstr "Kon %s niet verwijderen"
-
-#~ msgid "Unable to create %s"
-#~ msgstr "Kon %s niet aanmaken"
-
-#, fuzzy
-#~ msgid "Failed to stat %sinfo"
-#~ msgstr "Kon de status van %s niet opvragen."
-
-#, fuzzy
-#~ msgid "Failed to change to the admin dir %sinfo"
-#~ msgstr "Kon %s niet veranderen"
-
-#~ msgid "Reading File Listing"
-#~ msgstr "Inlezen pakketlijsten"
-
-#~ msgid "The diversion file is corrupted"
-#~ msgstr "Het pakketcachebestand is corrupt"
-
-#~ msgid "Reading File List"
-#~ msgstr "Inlezen pakketlijsten"
-
-#, fuzzy
-#~ msgid "Internal Error, Unable to parse a package record"
-#~ msgstr "Kon pakketbestand %s niet lezen (1)"
-
#~ msgid "You must give at least one file name"
#~ msgstr "U moet minstens ��n bestandsnaam opgeven"
-#, fuzzy
-#~ msgid "Problem opening %s"
-#~ msgstr "Openen %s"
-
#~ msgid "Regex compilation error"
#~ msgstr "Regex compilatiefout"
@@ -1594,13 +2568,6 @@ msgstr "Kon pakketbestand %s niet lezen (2)"
#~ " -o=? Stel een configuratieoptie in, bv. -o dir::cache=/tmp\n"
#~ "Kijk ook in fstab(5)\n"
-#, fuzzy
-#~ msgid "Internal Error, non-zero counts"
-#~ msgstr "Interne fout"
-
-#~ msgid "Internal Error, Ordering didn't finish"
-#~ msgstr "Interne fout, sorteren is niet ge�indigd"
-
#~ msgid "How odd.. The sizes didn't match, email apt@packages.debian.org"
#~ msgstr ""
#~ "Vreemd... de groottes kwamen niet overeen, email naar apt@packages.debian."
@@ -1624,98 +2591,9 @@ msgstr "Kon pakketbestand %s niet lezen (2)"
#~ msgstr "Klaar."
#, fuzzy
-#~ msgid "Unable to open DB2 file %s"
-#~ msgstr "Kon pakketbestand %s niet lezen (2)"
-
-#, fuzzy
-#~ msgid "File date has changed %s"
-#~ msgstr "Kon %s niet veranderen"
-
-#, fuzzy
-#~ msgid "Unable to get a cursor"
-#~ msgstr "Kon %s niet lezen"
-
-#, fuzzy
-#~ msgid "Failed to fork"
-#~ msgstr "Faalde"
-
-#~ msgid "Internal Error, Failed to create %s"
-#~ msgstr "Interne fout, kon %s niet aanmaken"
-
-#, fuzzy
-#~ msgid "Failed to exec compressor "
-#~ msgstr "Kon sommige archieven niet ophalen."
-
-#~ msgid "IO to subprocess/file failed"
-#~ msgstr "Dochterproces faalde"
-
-#~ msgid "Unable to open %s"
-#~ msgstr "Kon %s niet lezen"
-
-#, fuzzy
-#~ msgid "Failed to read the override file %s"
-#~ msgstr "Kon %s %s niet ophalen\n"
-
-#, fuzzy
-#~ msgid "W: Unable to read directory "
-#~ msgstr "Kon de ophaalmap niet vergrendelen"
-
-#, fuzzy
-#~ msgid "W: Unable to stat "
-#~ msgstr "Kon de status van %s niet opvragen."
-
-#, fuzzy
-#~ msgid "Failed to resolve %s"
-#~ msgstr "Kon %s %s niet ophalen\n"
-
-#, fuzzy
-#~ msgid "Failed to open %s"
-#~ msgstr "Kon %s %s niet ophalen\n"
-
-#, fuzzy
-#~ msgid "Failed to readlink %s"
-#~ msgstr "Kon %s niet lezen"
-
-#, fuzzy
-#~ msgid "Failed to unlink %s"
-#~ msgstr "Kon %s %s niet ophalen\n"
-
-#, fuzzy
-#~ msgid "*** Failed to link %s to %s"
-#~ msgstr "Kon %s %s niet ophalen\n"
-
-#, fuzzy
#~ msgid "Could not find a record in the DSC '%s'"
#~ msgstr "Kon pakket %s niet vinden"
#, fuzzy
#~ msgid "Failed too stat %s"
#~ msgstr "Kon de status van %s niet opvragen."
-
-#~ msgid "Merging Available information"
-#~ msgstr "Samenvoegen Beschikbare Informatie"
-
-#~ msgid "Press enter to continue."
-#~ msgstr "Toets Enter om door te gaan"
-
-#~ msgid "Bad default setting!"
-#~ msgstr "Verkeerde standaard optie!"
-
-# Note to translators: The following four messages belong together. It doesn't
-# matter where sentences start, but it has to fit in just these four lines, and
-# at only 80 characters per line, if possible.
-#~ msgid "Some errors occurred while unpacking. I'm going to configure the"
-#~ msgstr "Er zijn fouten opgetreden tijdens het uitpakken. Ik ga de paketten"
-
-#~ msgid "packages that were installed. This may result in duplicate errors"
-#~ msgstr ""
-#~ "configuren die zijn geinstalleerd. Dit kan resulteren in duplicaat fouten"
-
-#~ msgid ""
-#~ "or errors caused by missing dependencies. This is OK, only the errors"
-#~ msgstr ""
-#~ "of fouten door missende afhankelijkheden. Alleen de fouten boven dit"
-
-#~ msgid ""
-#~ "above this message are important. Please fix them and run [I]nstall again"
-#~ msgstr "bericht zijn belangrijk. Gaarne herstellen en opnieuw [I]nstalleren"
diff --git a/po/no_NO.po b/po/no_NO.po
index 4800f7ee4..a188ec0e1 100644
--- a/po/no_NO.po
+++ b/po/no_NO.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
-"POT-Creation-Date: 2002-11-10 19:37+0100\n"
+"POT-Creation-Date: 2003-02-09 21:51-0600\n"
"PO-Revision-Date: 2002-12-13 10:12:48+0100\n"
"Last-Translator: Lars Bahner <bahner@debian.org>\n"
"Language-Team: Norsk Bokm�l <NO@li.org>\n"
@@ -12,140 +12,141 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: cmdline/apt-cache.cc:131
+#: cmdline/apt-cache.cc:133
#, c-format
msgid "Package %s version %s has an unmet dep:\n"
msgstr "Pakken %s versjon %s har et uinnfridd avhengighetsforhold:\n"
-#: cmdline/apt-cache.cc:171 cmdline/apt-cache.cc:523 cmdline/apt-cache.cc:669
-#: cmdline/apt-cache.cc:1035 cmdline/apt-cache.cc:1181
+#: cmdline/apt-cache.cc:173 cmdline/apt-cache.cc:525 cmdline/apt-cache.cc:671
+#: cmdline/apt-cache.cc:1037 cmdline/apt-cache.cc:1183
#, c-format
msgid "Unable to locate package %s"
msgstr "Ute av stand til � stedfeste pakken %s"
-#: cmdline/apt-cache.cc:228
+#: cmdline/apt-cache.cc:230
msgid "Total Package Names : "
msgstr "Plassmengde pakkenavn: "
-#: cmdline/apt-cache.cc:268
+#: cmdline/apt-cache.cc:270
msgid " Normal Packages: "
msgstr " Vanlige pakker: "
-#: cmdline/apt-cache.cc:269
+#: cmdline/apt-cache.cc:271
msgid " Pure Virtual Packages: "
msgstr " Rene liksom-pakker: "
-#: cmdline/apt-cache.cc:270
+#: cmdline/apt-cache.cc:272
msgid " Single Virtual Packages: "
msgstr " Enkle liksom-pakker: "
-#: cmdline/apt-cache.cc:271
+#: cmdline/apt-cache.cc:273
msgid " Mixed Virtual Packages: "
msgstr " Sammensatte liksom-pakker: "
-#: cmdline/apt-cache.cc:272
+#: cmdline/apt-cache.cc:274
msgid " Missing: "
msgstr " Manglende: "
-#: cmdline/apt-cache.cc:274
+#: cmdline/apt-cache.cc:276
msgid "Total Distinct Versions: "
msgstr "Plassmengde enest�ende versjoner: "
-#: cmdline/apt-cache.cc:276
+#: cmdline/apt-cache.cc:278
msgid "Total Dependencies: "
msgstr "Plassmengde avhengighetsforhold: "
-#: cmdline/apt-cache.cc:279
+#: cmdline/apt-cache.cc:281
msgid "Total Ver/File relations: "
msgstr "Plassmengde ver/fil-forhold: "
-#: cmdline/apt-cache.cc:281
+#: cmdline/apt-cache.cc:283
msgid "Total Provides Mappings: "
msgstr "Plassmengde 'Oppfyller'-kartlegginger: "
-#: cmdline/apt-cache.cc:293
+#: cmdline/apt-cache.cc:295
msgid "Total Globbed Strings: "
msgstr "Plassmengde klump-strenger (globbed): "
-#: cmdline/apt-cache.cc:307
+#: cmdline/apt-cache.cc:309
msgid "Total Dependency Version space: "
msgstr "Plassmengde avhengighetsforhold/versjoner: "
-#: cmdline/apt-cache.cc:312
+#: cmdline/apt-cache.cc:314
msgid "Total Slack space: "
msgstr "Plassmengde slark: "
-#: cmdline/apt-cache.cc:320
+#: cmdline/apt-cache.cc:322
msgid "Total Space Accounted for: "
msgstr "Samlet mengde redegjort plass: "
-#: cmdline/apt-cache.cc:442 cmdline/apt-cache.cc:869
+#: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:871
#, c-format
msgid "Package file %s is out of sync."
msgstr "Pakkefilen %s er ute av takt."
-#: cmdline/apt-cache.cc:911
+#: cmdline/apt-cache.cc:913
msgid "You must give exactly one pattern"
msgstr "Du m� oppgi n�yaktig ett m�nster"
-#: cmdline/apt-cache.cc:1135
+#: cmdline/apt-cache.cc:1137
msgid "Package Files:"
msgstr "Pakkefiler:"
-#: cmdline/apt-cache.cc:1142 cmdline/apt-cache.cc:1228
+#: cmdline/apt-cache.cc:1144 cmdline/apt-cache.cc:1230
msgid "Cache is out of sync, can't x-ref a package file"
msgstr "Lager ute av takt, kan ikke x-ref'erere en pakkefil"
-#: cmdline/apt-cache.cc:1143
+#: cmdline/apt-cache.cc:1145
#, c-format
msgid "%4i %s\n"
msgstr "%4i %s\n"
#. Show any packages have explicit pins
-#: cmdline/apt-cache.cc:1155
+#: cmdline/apt-cache.cc:1157
msgid "Pinned Packages:"
msgstr "Spikrede pakker:"
-#: cmdline/apt-cache.cc:1167 cmdline/apt-cache.cc:1208
+#: cmdline/apt-cache.cc:1169 cmdline/apt-cache.cc:1210
msgid "(not found)"
msgstr "(ikke funnet)"
#. Installed version
-#: cmdline/apt-cache.cc:1188
+#: cmdline/apt-cache.cc:1190
msgid " Installed: "
msgstr " Installert: "
-#: cmdline/apt-cache.cc:1190 cmdline/apt-cache.cc:1198
+#: cmdline/apt-cache.cc:1192 cmdline/apt-cache.cc:1200
msgid "(none)"
msgstr "(ingen)"
#. Candidate Version
-#: cmdline/apt-cache.cc:1195
+#: cmdline/apt-cache.cc:1197
msgid " Candidate: "
msgstr " Kandidat: "
-#: cmdline/apt-cache.cc:1205
+#: cmdline/apt-cache.cc:1207
msgid " Package Pin: "
msgstr " Pakke spikret til: "
#. Show the priority tables
-#: cmdline/apt-cache.cc:1214
+#: cmdline/apt-cache.cc:1216
msgid " Version Table:"
msgstr " Versjonstabell:"
-#: cmdline/apt-cache.cc:1229
+#: cmdline/apt-cache.cc:1231
#, c-format
msgid " %4i %s\n"
msgstr " %4i %s\n"
-#: cmdline/apt-cache.cc:1256 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:69
-#: cmdline/apt-extracttemplates.cc:223 ftparchive/apt-ftparchive.cc:544
-#: cmdline/apt-get.cc:2015 cmdline/apt-sortpkgs.cc:142
+#: cmdline/apt-cache.cc:1258 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
+#: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:544
+#: cmdline/apt-get.cc:2049 cmdline/apt-sortpkgs.cc:144
#, c-format
msgid "%s %s for %s %s compiled on %s %s\n"
msgstr "%s %s for %s %s kompilert p� %s %s\n"
-#: cmdline/apt-cache.cc:1260
+#: cmdline/apt-cache.cc:1262
+#, fuzzy
msgid ""
"Usage: apt-cache [options] command\n"
" apt-cache [options] add file1 [file1 ...]\n"
@@ -156,7 +157,7 @@ msgid ""
"cache files, and query information from them\n"
"\n"
"Commands:\n"
-" add - Add an package file to the source cache\n"
+" add - Add a package file to the source cache\n"
" gencaches - Build both the package and source cache\n"
" showpkg - Show some general information for a single package\n"
" showsrc - Show source records\n"
@@ -215,11 +216,11 @@ msgstr ""
" -o=? Sett en vilk�rlig innstilling, f.eks. -o dir::cache=/tmp\n"
"Les manualsidene apt-cache(8) og apt.conf(5) for ytterligere informasjon.\n"
-#: cmdline/apt-config.cc:40
+#: cmdline/apt-config.cc:41
msgid "Arguments not in pairs"
msgstr "Argumenter ikke parvise"
-#: cmdline/apt-config.cc:75
+#: cmdline/apt-config.cc:76
msgid ""
"Usage: apt-config [options] command\n"
"\n"
@@ -247,12 +248,12 @@ msgstr ""
" -c=? Les denne innstillingsfil.\n"
" -o=? Sett en vilk�rlig innstilling, f.eks. -o dir::cache=/tmp\n"
-#: cmdline/apt-extracttemplates.cc:96
+#: cmdline/apt-extracttemplates.cc:98
#, c-format
msgid "%s not a valid DEB package."
msgstr "%s er ikke en gyldig DEB-pakke."
-#: cmdline/apt-extracttemplates.cc:230
+#: cmdline/apt-extracttemplates.cc:232
msgid ""
"Usage: apt-extracttemplates file1 [file2 ...]\n"
"\n"
@@ -277,15 +278,292 @@ msgstr ""
" -c=? Les denne innstillingsfil.\n"
" -o=? Sett en vilk�rlig innstilling, f.eks. -o dir::cache=/tmp\n"
-#: cmdline/apt-extracttemplates.cc:257 apt-pkg/pkgcachegen.cc:699
+#: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
#, c-format
msgid "Unable to write to %s"
msgstr "Ute av stand til � skrive til %s"
-#: cmdline/apt-extracttemplates.cc:300
+#: cmdline/apt-extracttemplates.cc:302
msgid "Cannot get debconf version. Is debconf installed?"
msgstr "Kan ikke bestemme debconf versjon. Er debconf installert?"
+#: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:336
+msgid "Package extension list is too long"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
+#: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:251
+#: ftparchive/apt-ftparchive.cc:265 ftparchive/apt-ftparchive.cc:287
+#, c-format
+msgid "Error Processing directory %s"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:249
+msgid "Source extension list is too long"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:366
+msgid "Error writing header to contents file"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:396
+#, c-format
+msgid "Error Processing Contents %s"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:550
+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"
+"\n"
+"apt-ftparchive generates index files for Debian archives. It supports\n"
+"many styles of generation from fully automated to functional replacements\n"
+"for dpkg-scanpackages and dpkg-scansources\n"
+"\n"
+"apt-ftparchive generates Package files from a tree of .debs. The\n"
+"Package file contains the contents of all the control fields from\n"
+"each package as well as the MD5 hash and filesize. An override file\n"
+"is supported to force the value of Priority and Section.\n"
+"\n"
+"Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
+"The --source-override option can be used to specify a src override file\n"
+"\n"
+"The 'packages' and 'sources' command should be run in the root of the\n"
+"tree. BinaryPath should point to the base of the recursive search and \n"
+"override file should contian the override flags. Pathprefix is\n"
+"appended to the filename fields if present. Example usage from the \n"
+"debian archive:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+"\n"
+"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"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:731
+msgid "No selections matched"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:804
+#, c-format
+msgid "Some files are missing in the package file group `%s'"
+msgstr ""
+
+#: ftparchive/cachedb.cc:43
+#, c-format
+msgid "DB was corrupted, file renamed to %s.old"
+msgstr ""
+
+#: ftparchive/cachedb.cc:59
+#, fuzzy, c-format
+msgid "Unable to open DB2 file %s"
+msgstr "Ute av stand til � fortolke pakkefilen %s (2)"
+
+#: ftparchive/cachedb.cc:99
+#, fuzzy, c-format
+msgid "File date has changed %s"
+msgstr "Ute av stand til � endre %s"
+
+#: ftparchive/cachedb.cc:140
+msgid "Archive has no control record"
+msgstr ""
+
+#: ftparchive/cachedb.cc:253 ftparchive/cachedb.cc:257
+#, fuzzy
+msgid "Unable to get a cursor"
+msgstr "Ute av stand til � lese %s"
+
+#: ftparchive/writer.cc:78
+#, fuzzy, c-format
+msgid "W: Unable to read directory %s\n"
+msgstr "Ute av stand til � l�se nedlastingsmappen"
+
+#: ftparchive/writer.cc:83
+#, fuzzy, c-format
+msgid "W: Unable to stat %s\n"
+msgstr "Ute av stand til � fastsette %s ."
+
+#: ftparchive/writer.cc:122
+msgid "E: "
+msgstr ""
+
+#: ftparchive/writer.cc:124
+msgid "W: "
+msgstr ""
+
+#: ftparchive/writer.cc:131
+msgid "E: Errors apply to file "
+msgstr ""
+
+#: ftparchive/writer.cc:148 ftparchive/writer.cc:178
+#, fuzzy, c-format
+msgid "Failed to resolve %s"
+msgstr "Feilet ved anskaffelse av %s %s\n"
+
+#: ftparchive/writer.cc:160
+msgid "Tree walking failed"
+msgstr ""
+
+#: ftparchive/writer.cc:185
+#, fuzzy, c-format
+msgid "Failed to open %s"
+msgstr "Feilet ved anskaffelse av %s %s\n"
+
+#: ftparchive/writer.cc:242
+#, c-format
+msgid " DeLink %s [%s]\n"
+msgstr ""
+
+#: ftparchive/writer.cc:250
+#, fuzzy, c-format
+msgid "Failed to readlink %s"
+msgstr "Ute av stand til � lese %s"
+
+#: ftparchive/writer.cc:254
+#, fuzzy, c-format
+msgid "Failed to unlink %s"
+msgstr "Feilet ved anskaffelse av %s %s\n"
+
+#: ftparchive/writer.cc:261
+#, fuzzy, c-format
+msgid "*** Failed to link %s to %s"
+msgstr "Feilet ved anskaffelse av %s %s\n"
+
+#: ftparchive/writer.cc:271
+#, c-format
+msgid " DeLink limit of %sB hit.\n"
+msgstr ""
+
+#: ftparchive/writer.cc:338 apt-inst/extract.cc:181 apt-inst/extract.cc:193
+#: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
+#, fuzzy, c-format
+msgid "Failed to stat %s"
+msgstr "Ute av stand til � fastsette %s ."
+
+#: ftparchive/writer.cc:358
+msgid "Archive had no package field"
+msgstr ""
+
+#: ftparchive/writer.cc:366 ftparchive/writer.cc:576
+#, fuzzy, c-format
+msgid " %s has no override entry\n"
+msgstr "%s er uten forutsetninger.\n"
+
+#: ftparchive/writer.cc:409 ftparchive/writer.cc:658
+#, c-format
+msgid " %s maintainer is %s not %s\n"
+msgstr ""
+
+#: ftparchive/contents.cc:346 ftparchive/contents.cc:377
+msgid "realloc - Failed to allocate memory"
+msgstr ""
+
+#: ftparchive/override.cc:38 ftparchive/override.cc:146
+#, fuzzy, c-format
+msgid "Unable to open %s"
+msgstr "Ute av stand til � lese %s"
+
+#: ftparchive/override.cc:64 ftparchive/override.cc:170
+#, c-format
+msgid "Malformed override %s line %lu #1"
+msgstr ""
+
+#: ftparchive/override.cc:78 ftparchive/override.cc:182
+#, c-format
+msgid "Malformed override %s line %lu #2"
+msgstr ""
+
+#: ftparchive/override.cc:92 ftparchive/override.cc:195
+#, c-format
+msgid "Malformed override %s line %lu #3"
+msgstr ""
+
+#: ftparchive/override.cc:131 ftparchive/override.cc:205
+#, fuzzy, c-format
+msgid "Failed to read the override file %s"
+msgstr "Feilet ved anskaffelse av %s %s\n"
+
+#: ftparchive/multicompress.cc:75
+#, c-format
+msgid "Unknown Compresison Algorithm '%s'"
+msgstr ""
+
+#: ftparchive/multicompress.cc:105
+#, c-format
+msgid "Compressed output %s needs a compression set"
+msgstr ""
+
+#: ftparchive/multicompress.cc:172 methods/rsh.cc:91
+#, fuzzy
+msgid "Failed to create IPC pipe to subprocess"
+msgstr "Anskaffelsen av noen pakker feilet."
+
+#: ftparchive/multicompress.cc:198
+#, fuzzy
+msgid "Failed to create FILE*"
+msgstr "Anskaffelsen av noen pakker feilet."
+
+#: ftparchive/multicompress.cc:201
+#, fuzzy
+msgid "Failed to fork"
+msgstr "Feilet"
+
+#: ftparchive/multicompress.cc:215
+msgid "Compress Child"
+msgstr ""
+
+#: ftparchive/multicompress.cc:238
+#, fuzzy, c-format
+msgid "Internal Error, Failed to create %s"
+msgstr "Intern feil - AllUpgrade �dela greier"
+
+#: ftparchive/multicompress.cc:289
+#, fuzzy
+msgid "Failed to create subprocess IPC"
+msgstr "Anskaffelsen av noen pakker feilet."
+
+#: ftparchive/multicompress.cc:324
+#, fuzzy
+msgid "Failed to exec compressor "
+msgstr "Anskaffelsen av noen pakker feilet."
+
+#: ftparchive/multicompress.cc:363
+#, fuzzy
+msgid "decompressor"
+msgstr "Anskaffelsen av noen pakker feilet."
+
+#: ftparchive/multicompress.cc:406
+#, fuzzy
+msgid "IO to subprocess/file failed"
+msgstr "Underprosess feilet"
+
+#: ftparchive/multicompress.cc:458
+#, fuzzy
+msgid "Failed to read while computing MD5"
+msgstr "Ute av stand til � lese %s"
+
+#: ftparchive/multicompress.cc:475
+#, fuzzy, c-format
+msgid "Problem unlinking %s"
+msgstr "Feilet ved anskaffelse av %s %s\n"
+
+#: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
+#, fuzzy, c-format
+msgid "Failed to rename %s to %s"
+msgstr "Feilet ved anskaffelse av %s %s\n"
+
#. This needs to be a capital
#: cmdline/apt-get.cc:116
msgid "Y"
@@ -678,7 +956,7 @@ msgstr "F�lgende ekstra pakker vil bli installert."
msgid "Calculating Upgrade... "
msgstr "Beregner oppgrdaering... "
-#: cmdline/apt-get.cc:1476
+#: cmdline/apt-get.cc:1476 methods/ftp.cc:700 methods/connect.cc:99
msgid "Failed"
msgstr "Feilet"
@@ -752,16 +1030,25 @@ msgstr "Ute av stand til � bestemme forutsetninger for %s"
msgid "%s has no build depends.\n"
msgstr "%s er uten forutsetninger.\n"
-#: cmdline/apt-get.cc:1931
-#, c-format
+#: cmdline/apt-get.cc:1948
+#, fuzzy, c-format
msgid ""
-"%s dependency on %s cannot be satisfied because the package %s cannot be "
+"%s dependency for %s cannot be satisfied because the package %s cannot be "
"found"
msgstr ""
"%s sin avhengighet av %s kan ikke tilfredsstilles, eftersom pakken %sikke "
"kan stedfestes"
-#: cmdline/apt-get.cc:1983
+#: cmdline/apt-get.cc:1990
+#, fuzzy, c-format
+msgid ""
+"%s dependency for %s cannot be satisfied because no available versions of "
+"package %s can satisfy version requirements"
+msgstr ""
+"%s sin avhengighet av %s kan ikke tilfredsstilles, eftersom pakken %sikke "
+"kan stedfestes"
+
+#: cmdline/apt-get.cc:2017
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."
@@ -769,15 +1056,15 @@ msgstr ""
"Noen �delagte pakker ble funnet under behandling av forutsetninger for\n"
"bygging. Kanskje `apt-get -f install' kan b�te disse."
-#: cmdline/apt-get.cc:1988
+#: cmdline/apt-get.cc:2022
msgid "Failed to process build dependencies"
msgstr "Behandling av foutsetninger for bygging feilet"
-#: cmdline/apt-get.cc:2020
+#: cmdline/apt-get.cc:2054
msgid "Supported Modules:"
msgstr "St�ttede moduler:"
-#: cmdline/apt-get.cc:2061
+#: cmdline/apt-get.cc:2095
msgid ""
"Usage: apt-get [options] command\n"
" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -887,11 +1174,11 @@ msgid ""
msgstr ""
"Medium-skifte: Vennligst innsett platen merket '%s' i '%s' og tast Enter\n"
-#: cmdline/apt-sortpkgs.cc:84
+#: cmdline/apt-sortpkgs.cc:86
msgid "Unknown package record!"
msgstr "Ukjent pakkeoppslag"
-#: cmdline/apt-sortpkgs.cc:148
+#: cmdline/apt-sortpkgs.cc:150
msgid ""
"Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
"\n"
@@ -915,6 +1202,290 @@ msgstr ""
" -c=? Les denne innstillingsfilen.\n"
" -o=? Sett en vilk�rlig innstilling, f.eks. -o dir::cache=/tmp\n"
+#: apt-inst/contrib/extracttar.cc:115
+#, fuzzy
+msgid "Failed to create pipes"
+msgstr "Anskaffelsen av noen pakker feilet."
+
+#: apt-inst/contrib/extracttar.cc:140
+#, fuzzy
+msgid "Failed to exec gzip "
+msgstr "Feilet ved anskaffelse av %s %s\n"
+
+#: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
+msgid "Corrupted archive"
+msgstr ""
+
+#: apt-inst/contrib/extracttar.cc:192
+#, fuzzy
+msgid "Tar Checksum failed, archive corrupted"
+msgstr "Pakkens lagerfil er �delagt"
+
+#: apt-inst/contrib/extracttar.cc:295
+#, c-format
+msgid "Unkown TAR header type %u, member %s"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:73
+msgid "Invalid archive signature"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:81
+#, fuzzy
+msgid "Error reading archive member header"
+msgstr "Anskaffelsen av noen pakker feilet."
+
+#: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
+msgid "Invalid archive member header"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:131
+msgid "Archive is too short"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:135
+#, fuzzy
+msgid "Failed to read the archive headers"
+msgstr "Anskaffelsen av noen pakker feilet."
+
+#: apt-inst/filelist.cc:384
+msgid "DropNode called on still linked node"
+msgstr ""
+
+#: apt-inst/filelist.cc:416
+#, fuzzy
+msgid "Failed to locate the hash element!"
+msgstr "Ute av stand til � fastsette cdrom"
+
+#: apt-inst/filelist.cc:463
+#, fuzzy
+msgid "Failed to allocate diversion"
+msgstr "Anskaffelsen av noen pakker feilet."
+
+#: apt-inst/filelist.cc:468
+#, fuzzy
+msgid "Internal Error in AddDiversion"
+msgstr "Intern feil - AllUpgrade �dela greier"
+
+#: apt-inst/filelist.cc:481
+#, c-format
+msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
+msgstr ""
+
+#: apt-inst/filelist.cc:510
+#, c-format
+msgid "Double add of diversion %s -> %s"
+msgstr ""
+
+#: apt-inst/filelist.cc:553
+#, c-format
+msgid "Duplicate conf file %s/%s"
+msgstr ""
+
+#: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
+#, fuzzy, c-format
+msgid "Failed write file %s"
+msgstr "Feilet ved anskaffelse av %s %s\n"
+
+#: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
+#, fuzzy, c-format
+msgid "Failed to close file %s"
+msgstr "Feilet ved anskaffelse av %s %s\n"
+
+#: apt-inst/extract.cc:96 apt-inst/extract.cc:167
+#, c-format
+msgid "The path %s is too long"
+msgstr ""
+
+#: apt-inst/extract.cc:127
+#, c-format
+msgid "Unpacking %s more than once"
+msgstr ""
+
+#: apt-inst/extract.cc:137
+#, c-format
+msgid "The directory %s is diverted"
+msgstr ""
+
+#: apt-inst/extract.cc:147
+#, c-format
+msgid "The package is trying to write to the diversion target %s/%s"
+msgstr ""
+
+#: apt-inst/extract.cc:157 apt-inst/extract.cc:300
+#, fuzzy
+msgid "The diversion path is too long"
+msgstr "Pakkens lagerfil er �delagt"
+
+#: apt-inst/extract.cc:243
+#, c-format
+msgid "The directory %s is being replaced by a non-directory"
+msgstr ""
+
+#: apt-inst/extract.cc:283
+msgid "Failed to locate node in its hash bucket"
+msgstr ""
+
+#: apt-inst/extract.cc:287
+msgid "The path is too long"
+msgstr ""
+
+#: apt-inst/extract.cc:417
+#, c-format
+msgid "Overwrite package match with no version for %s"
+msgstr ""
+
+#: apt-inst/extract.cc:434
+#, c-format
+msgid "File %s/%s overwrites the one in the package %s"
+msgstr ""
+
+#: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
+#: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
+#, c-format
+msgid "Unable to read %s"
+msgstr "Ute av stand til � lese %s"
+
+#: apt-inst/extract.cc:494
+#, fuzzy, c-format
+msgid "Unable to stat %s"
+msgstr "Ute av stand til � fastsette %s ."
+
+#: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
+#, fuzzy, c-format
+msgid "Failed to remove %s"
+msgstr "Feilet ved anskaffelse av %s %s\n"
+
+#: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
+#, fuzzy, c-format
+msgid "Unable to create %s"
+msgstr "Ute av stand til � lese %s"
+
+#: apt-inst/deb/dpkgdb.cc:118
+#, fuzzy, c-format
+msgid "Failed to stat %sinfo"
+msgstr "Ute av stand til � fastsette %s ."
+
+#: apt-inst/deb/dpkgdb.cc:123
+msgid "The info and temp directories need to be on the same filesystem"
+msgstr ""
+
+#. Build the status cache
+#: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
+#: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
+#: apt-pkg/pkgcachegen.cc:829
+msgid "Reading Package Lists"
+msgstr "Leser pakkelister"
+
+#: apt-inst/deb/dpkgdb.cc:180
+#, fuzzy, c-format
+msgid "Failed to change to the admin dir %sinfo"
+msgstr "Ute av stand til � endre %s"
+
+#: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:355
+#: apt-inst/deb/dpkgdb.cc:448
+#, fuzzy
+msgid "Internal Error getting a Package Name"
+msgstr "Ute av stand til � fortolke pakkefilen %s (1)"
+
+#: apt-inst/deb/dpkgdb.cc:205
+#, fuzzy
+msgid "Reading File Listing"
+msgstr "Leser pakkelister"
+
+#: apt-inst/deb/dpkgdb.cc:216
+#, c-format
+msgid ""
+"Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
+"then make it empty and immediately re-install the same version of the "
+"package!"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
+#, fuzzy, c-format
+msgid "Failed reading the list file %sinfo/%s"
+msgstr "Feilet ved anskaffelse av %s %s\n"
+
+#: apt-inst/deb/dpkgdb.cc:266
+#, fuzzy
+msgid "Internal Error getting a Node"
+msgstr "Intern feil - AllUpgrade �dela greier"
+
+#: apt-inst/deb/dpkgdb.cc:309
+#, fuzzy, c-format
+msgid "Failed to open the diversions file %sdiversions"
+msgstr "Feilet ved anskaffelse av %s %s\n"
+
+#: apt-inst/deb/dpkgdb.cc:324
+#, fuzzy
+msgid "The diversion file is corrupted"
+msgstr "Pakkens lagerfil er �delagt"
+
+#: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
+#: apt-inst/deb/dpkgdb.cc:341
+#, fuzzy, c-format
+msgid "Invalid line in the diversion file: %s"
+msgstr "Feilet ved anskaffelse av %s %s\n"
+
+#: apt-inst/deb/dpkgdb.cc:362
+#, fuzzy
+msgid "Internal Error adding a diversion"
+msgstr "Intern feil - AllUpgrade �dela greier"
+
+#: apt-inst/deb/dpkgdb.cc:383
+msgid "The pkg cache must be initialize first"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:386
+#, fuzzy
+msgid "Reading File List"
+msgstr "Leser pakkelister"
+
+#: apt-inst/deb/dpkgdb.cc:443
+#, c-format
+msgid "Failed to find a Package: Header, offset %lu"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:465
+#, c-format
+msgid "Bad ConfFile section in the status file. Offset %lu"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:470
+#, c-format
+msgid "Error parsing MD5. Offset %lu"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:55
+#, c-format
+msgid "This is not a valid DEB archive, missing '%s' member"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:72
+#, fuzzy, c-format
+msgid "Internal Error, could not locate member %s"
+msgstr "Intern feil - AllUpgrade �dela greier"
+
+#: apt-inst/deb/debfile.cc:104
+#, fuzzy, c-format
+msgid "Couldn't change to %s"
+msgstr "F�r ikke l�st %s"
+
+#: apt-inst/deb/debfile.cc:125
+#, fuzzy
+msgid "Internal Error, could not locate member"
+msgstr "Intern feil - AllUpgrade �dela greier"
+
+#: apt-inst/deb/debfile.cc:158
+#, fuzzy
+msgid "Failed to locate a valid control file"
+msgstr "Feilet ved anskaffelse av %s %s\n"
+
+#: apt-inst/deb/debfile.cc:243
+#, fuzzy
+msgid "Unparsible control file"
+msgstr "Ute av stand til � lese %s"
+
#: dselect/install:32
msgid "Bad default setting!"
msgstr "D�rlig forinnstilling!"
@@ -948,6 +1519,345 @@ msgstr "av betydning. Vennligst istandsett dem og utf�r [I]nstall igjen."
msgid "Merging Available information"
msgstr "Fletter informasjon om tilgjengelighet"
+#: methods/cdrom.cc:113
+#, fuzzy, c-format
+msgid "Unable to read the cdrom database %s"
+msgstr "Ute av stand til � lese databasen %s p� CD-rom"
+
+#: 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"
+msgstr ""
+
+#: methods/cdrom.cc:130 methods/cdrom.cc:168
+msgid "Wrong CD"
+msgstr ""
+
+#: methods/cdrom.cc:163
+#, c-format
+msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
+msgstr ""
+
+#: methods/cdrom.cc:177 methods/file.cc:77
+#, fuzzy
+msgid "File not found"
+msgstr "(ikke funnet)"
+
+#: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
+#, fuzzy
+msgid "Failed to stat"
+msgstr "Ute av stand til � fastsette %s ."
+
+#: methods/copy.cc:79 methods/gzip.cc:139
+#, fuzzy
+msgid "Failed to set modification time"
+msgstr "Ute av stand til � fastsette %s ."
+
+#: methods/file.cc:42
+msgid "Invalid URI, local URIS must not start with //"
+msgstr ""
+
+#. Login must be before getpeername otherwise dante won't work.
+#: methods/ftp.cc:162
+msgid "Logging in"
+msgstr ""
+
+#: methods/ftp.cc:168
+#, fuzzy
+msgid "Unable to determine the peer name"
+msgstr "Ute av stand til � fastsette en egnet systemtype"
+
+#: methods/ftp.cc:173
+#, fuzzy
+msgid "Unable to determine the local name"
+msgstr "Ute av stand til � fastsette en egnet systemtype"
+
+#: methods/ftp.cc:204 methods/ftp.cc:230
+#, c-format
+msgid "Server refused our connection and said: %s"
+msgstr ""
+
+#: methods/ftp.cc:210
+#, fuzzy, c-format
+msgid "USER failed, server said: %s"
+msgstr "Ute av stand til � lese %s"
+
+#: methods/ftp.cc:216
+#, fuzzy, c-format
+msgid "PASS failed, server said: %s"
+msgstr "Ute av stand til � lese %s"
+
+#: methods/ftp.cc:235
+msgid ""
+"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
+"is empty."
+msgstr ""
+
+#: methods/ftp.cc:263
+#, c-format
+msgid "Login script command '%s' failed, server said: %s"
+msgstr ""
+
+#: methods/ftp.cc:289
+#, fuzzy, c-format
+msgid "TYPE failed, server said: %s"
+msgstr "Ute av stand til � lese %s"
+
+#: methods/ftp.cc:327 methods/ftp.cc:438 methods/rsh.cc:183 methods/rsh.cc:226
+msgid "Connection timeout"
+msgstr ""
+
+#: methods/ftp.cc:333
+msgid "Server closed the connection"
+msgstr ""
+
+#: methods/ftp.cc:336 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
+msgid "Read error"
+msgstr ""
+
+#: methods/ftp.cc:343 methods/rsh.cc:197
+msgid "A response overflowed the buffer."
+msgstr ""
+
+#: methods/ftp.cc:360 methods/ftp.cc:372
+msgid "Protocol corruption"
+msgstr ""
+
+#: methods/ftp.cc:444 methods/rsh.cc:232
+msgid "Write Error"
+msgstr ""
+
+#: methods/ftp.cc:685 methods/ftp.cc:691 methods/ftp.cc:727
+#, fuzzy
+msgid "Could not create a socket"
+msgstr "Kunne ikke finne pakken %s"
+
+#: methods/ftp.cc:696
+msgid "Could not connect data socket, connection timed out"
+msgstr ""
+
+#: methods/ftp.cc:702
+#, fuzzy
+msgid "Could not connect passive socket."
+msgstr "Kunne ikke finne pakken %s"
+
+#: methods/ftp.cc:720
+msgid "getaddrinfo was unable to get a listening socket"
+msgstr ""
+
+#: methods/ftp.cc:734
+#, fuzzy
+msgid "Could not bind a socket"
+msgstr "Kunne ikke finne pakken %s"
+
+#: methods/ftp.cc:738
+#, fuzzy
+msgid "Could not listen on the socket"
+msgstr "Kunne ikke finne pakken %s"
+
+#: methods/ftp.cc:745
+#, fuzzy
+msgid "Could not determine the socket's name"
+msgstr "Ute av stand til � fastsette en egnet systemtype"
+
+#: methods/ftp.cc:777
+#, fuzzy
+msgid "Unable to send PORT command"
+msgstr "Ute av stand til � lese %s"
+
+#: methods/ftp.cc:787
+#, c-format
+msgid "Unknown address family %u (AF_*)"
+msgstr ""
+
+#: methods/ftp.cc:796
+#, fuzzy, c-format
+msgid "EPRT failed, server said: %s"
+msgstr "Ute av stand til � lese %s"
+
+#: methods/ftp.cc:816
+msgid "Data socket connect timed out"
+msgstr ""
+
+#: methods/ftp.cc:823
+#, fuzzy
+msgid "Unable to accept connection"
+msgstr "Ute av stand til � b�te avhengighetsforhold"
+
+#: methods/ftp.cc:862 methods/http.cc:912 methods/rsh.cc:303
+#, fuzzy
+msgid "Problem hashing file"
+msgstr "Problem ved oppdatering av fil"
+
+#: methods/ftp.cc:875
+#, fuzzy, c-format
+msgid "Unable to fetch file, server said '%s'"
+msgstr "Ute av stand til � lese %s"
+
+#: methods/ftp.cc:890 methods/rsh.cc:322
+msgid "Data socket timed out"
+msgstr ""
+
+#: methods/ftp.cc:920
+#, fuzzy, c-format
+msgid "Data transfer failed, server said '%s'"
+msgstr "Ute av stand til � lese %s"
+
+#. Get the files information
+#: methods/ftp.cc:995
+msgid "Query"
+msgstr ""
+
+#: methods/ftp.cc:1102
+#, fuzzy
+msgid "Unable to invoke "
+msgstr "Ute av stand til � lese %s"
+
+#: methods/connect.cc:64
+#, fuzzy, c-format
+msgid "Connecting to %s (%s)"
+msgstr "Ute av stand til � endre %s"
+
+#: methods/connect.cc:71
+#, c-format
+msgid "[IP: %s %s]"
+msgstr ""
+
+#: methods/connect.cc:80
+#, c-format
+msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
+msgstr ""
+
+#: methods/connect.cc:86
+#, fuzzy, c-format
+msgid "Cannot initiate the connection to %s:%s (%s)."
+msgstr "Ute av stand til � endre %s"
+
+#: methods/connect.cc:92
+#, c-format
+msgid "Could not connect to %s:%s (%s), connection timed out"
+msgstr ""
+
+#: methods/connect.cc:104
+#, fuzzy, c-format
+msgid "Could not connect to %s:%s (%s)."
+msgstr "Ute av stand til � endre %s"
+
+#. We say this mainly because the pause here is for the
+#. ssh connection that is still going
+#: methods/connect.cc:132 methods/rsh.cc:425
+#, c-format
+msgid "Connecting to %s"
+msgstr ""
+
+#: methods/connect.cc:163
+#, fuzzy, c-format
+msgid "Could not resolve '%s'"
+msgstr "Kunne ikke �pne filen %s"
+
+#: methods/connect.cc:167
+#, c-format
+msgid "Temporary failure resolving '%s'"
+msgstr ""
+
+#: methods/connect.cc:169
+#, c-format
+msgid "Something wicked happened resolving '%s:%s' (%i)"
+msgstr ""
+
+#: methods/connect.cc:216
+#, fuzzy, c-format
+msgid "Unable to connect to %s %s:"
+msgstr "Ute av stand til � endre %s"
+
+#: methods/gzip.cc:57
+#, fuzzy, c-format
+msgid "Couldn't open pipe for %s"
+msgstr "Kunne ikke �pne filen %s"
+
+#: methods/gzip.cc:102
+#, c-format
+msgid "Read error from %s process"
+msgstr ""
+
+#: methods/http.cc:340
+msgid "Waiting for file"
+msgstr ""
+
+#: methods/http.cc:486
+#, c-format
+msgid "Got a single header line over %u chars"
+msgstr ""
+
+#: methods/http.cc:494
+msgid "Bad header line"
+msgstr ""
+
+#: methods/http.cc:513 methods/http.cc:520
+msgid "The http server sent an invalid reply header"
+msgstr ""
+
+#: methods/http.cc:549
+msgid "The http server sent an invalid Content-Length header"
+msgstr ""
+
+#: methods/http.cc:564
+msgid "The http server sent an invalid Content-Range header"
+msgstr ""
+
+#: methods/http.cc:566
+msgid "This http server has broken range support"
+msgstr ""
+
+#: methods/http.cc:590
+#, fuzzy
+msgid "Unknown date format"
+msgstr "Ukjent pakkeoppslag"
+
+#: methods/http.cc:733
+#, fuzzy
+msgid "Select failed"
+msgstr " feilet."
+
+#: methods/http.cc:738
+msgid "Connection timed out"
+msgstr ""
+
+#: methods/http.cc:761
+msgid "Error writing to output file"
+msgstr ""
+
+#: methods/http.cc:789
+msgid "Error writing to file"
+msgstr ""
+
+#: methods/http.cc:814
+#, fuzzy
+msgid "Error writing to the file"
+msgstr "Problem ved l�sing av filen"
+
+#: methods/http.cc:828
+msgid "Error reading from server Remote end closed connection"
+msgstr ""
+
+#: methods/http.cc:830
+msgid "Error reading from server"
+msgstr ""
+
+#: methods/http.cc:1061
+msgid "Bad header Data"
+msgstr ""
+
+#: methods/http.cc:1078
+#, fuzzy
+msgid "Connection failed"
+msgstr " feilet."
+
+#: methods/http.cc:1169
+msgid "Internal error"
+msgstr ""
+
#: apt-pkg/contrib/mmap.cc:82
msgid "Can't mmap an empty file"
msgstr ""
@@ -957,7 +1867,7 @@ msgstr ""
msgid "Couldn't make mmap of %lu bytes"
msgstr "Kunne ikke lave mmap av %lu bytes"
-#: apt-pkg/contrib/strutl.cc:935
+#: apt-pkg/contrib/strutl.cc:941
#, c-format
msgid "Selection %s not found"
msgstr "Utvalg %s ikke funnet"
@@ -1007,64 +1917,58 @@ msgstr ""
msgid "Syntax error %s:%u: Extra junk at end of file"
msgstr ""
-#: apt-pkg/contrib/configuration.cc:701 apt-pkg/contrib/cdromutl.cc:153
-#: apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
-#, c-format
-msgid "Unable to read %s"
-msgstr "Ute av stand til � lese %s"
-
#: apt-pkg/contrib/progress.cc:154
#, c-format
-msgid "%s... Error!"
+msgid "%c%s... Error!"
msgstr ""
#: apt-pkg/contrib/progress.cc:156
-#, c-format
-msgid "%s... Done"
+#, fuzzy, c-format
+msgid "%c%s... Done"
msgstr "%s... Utf�rt"
-#: apt-pkg/contrib/cmndline.cc:79
+#: apt-pkg/contrib/cmndline.cc:80
#, c-format
msgid "Command line option '%c' [from %s] is not known."
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:105 apt-pkg/contrib/cmndline.cc:113
-#: apt-pkg/contrib/cmndline.cc:121
+#: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
+#: apt-pkg/contrib/cmndline.cc:122
#, c-format
msgid "Command line option %s is not understood"
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:126
+#: apt-pkg/contrib/cmndline.cc:127
#, c-format
msgid "Command line option %s is not boolean"
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:165 apt-pkg/contrib/cmndline.cc:186
+#: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
#, c-format
msgid "Option %s requires an argument."
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:200 apt-pkg/contrib/cmndline.cc:206
+#: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
#, c-format
-msgid "Option %s: Configuration item sepecification must have an =<val>."
+msgid "Option %s: Configuration item specification must have an =<val>."
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:236
+#: apt-pkg/contrib/cmndline.cc:237
#, c-format
msgid "Option %s requires an integer argument, not '%s'"
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:267
+#: apt-pkg/contrib/cmndline.cc:268
#, c-format
msgid "Option '%s' is too long"
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:300
+#: apt-pkg/contrib/cmndline.cc:301
#, c-format
msgid "Sense %s is not understood, try true or false."
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:350
+#: apt-pkg/contrib/cmndline.cc:351
#, c-format
msgid "Invalid operation %s"
msgstr ""
@@ -1128,10 +2032,6 @@ msgstr ""
msgid "Could not open file %s"
msgstr "Kunne ikke �pne filen %s"
-#: apt-pkg/contrib/fileutl.cc:452
-msgid "Read error"
-msgstr ""
-
#: apt-pkg/contrib/fileutl.cc:473
#, c-format
msgid "read, still have %lu to read but none left"
@@ -1176,7 +2076,8 @@ msgid "This APT does not support the Versioning System '%s'"
msgstr "Denne APT st�tter ikke versjonssystemet '%s'"
#: apt-pkg/pkgcache.cc:147
-msgid "The package cache was build for a different architecture"
+#, fuzzy
+msgid "The package cache was built for a different architecture"
msgstr "Pakkens lagerfil ble skapt for en annen arkitektur"
#: apt-pkg/pkgcache.cc:218
@@ -1325,14 +2226,14 @@ msgstr ""
msgid "Index file type '%s' is not supported"
msgstr "Oversiktsfil av typen '%s' st�ttes ikke"
-#: apt-pkg/algorithms.cc:237
+#: apt-pkg/algorithms.cc:238
#, c-format
msgid ""
"The package %s needs to be reinstalled, but I can't find an archive for it."
msgstr ""
"Pakken %s trenger � installeres p� ny, men pakkearkivet kan ikke stedfestes."
-#: apt-pkg/algorithms.cc:1055
+#: apt-pkg/algorithms.cc:1056
msgid ""
"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
"held packages."
@@ -1340,7 +2241,7 @@ msgstr ""
"Feil, pkgProblemResolver::Resolve skapte et brudd, det kan skyldes pakker p� "
"hold."
-#: apt-pkg/algorithms.cc:1057
+#: apt-pkg/algorithms.cc:1058
msgid "Unable to correct problems, you have held broken packages."
msgstr "Ute av stand til � b�te problem, du har �delagte pakker p� hold."
@@ -1364,12 +2265,12 @@ msgstr "Finner ikke metode-driveren %s."
msgid "Method %s did not start correctly"
msgstr "Metoden %s startet ikke korrekt"
-#: apt-pkg/init.cc:117
+#: apt-pkg/init.cc:119
#, c-format
msgid "Packaging system '%s' is not supported"
msgstr "Pakkesystemet '%s' st�ttes ikke"
-#: apt-pkg/init.cc:133
+#: apt-pkg/init.cc:135
msgid "Unable to determine a suitable system type"
msgstr "Ute av stand til � fastsette en egnet systemtype"
@@ -1470,12 +2371,6 @@ msgstr ""
msgid "Couldn't stat source package list %s"
msgstr "Kunne ikke fastsette listen over kildekode-pakker %s"
-#. Build the status cache
-#: apt-pkg/pkgcachegen.cc:643 apt-pkg/pkgcachegen.cc:701
-#: apt-pkg/pkgcachegen.cc:706 apt-pkg/pkgcachegen.cc:829
-msgid "Reading Package Lists"
-msgstr "Leser pakkelister"
-
#: apt-pkg/pkgcachegen.cc:658
msgid "Collecting File Provides"
msgstr ""
@@ -1521,64 +2416,16 @@ msgstr "Feil st�rrelse"
msgid "MD5Sum mismatch"
msgstr "Feil MD5sum"
-#~ msgid "Sorry, you don't have enough free space in %s to hold all the .debs."
-#~ msgstr "Dessverre, ikke nok plass i %s til � oppbevare alle pakkene."
-
-#, fuzzy
-#~ msgid "Unable to read the cdrom database %s"
-#~ msgstr "Ute av stand til � lese databasen %s p� CD-rom"
-
-#, fuzzy
-#~ msgid "Unable to connect to %s %s:"
-#~ msgstr "Ute av stand til � endre %s"
-
-#, fuzzy
-#~ msgid "Unable to determine the peer name"
-#~ msgstr "Ute av stand til � fastsette en egnet systemtype"
-
-#, fuzzy
-#~ msgid "Unable to determine the local name"
-#~ msgstr "Ute av stand til � fastsette en egnet systemtype"
-
-#, fuzzy
-#~ msgid "Could not bind a socket"
-#~ msgstr "Kunne ikke finne pakken %s"
-
-#, fuzzy
-#~ msgid "Unable to accept connection"
-#~ msgstr "Ute av stand til � b�te avhengighetsforhold"
-
-#, fuzzy
-#~ msgid "Unable to fetch file, server said '%s'"
-#~ msgstr "Ute av stand til � lese %s"
-
-#, fuzzy
-#~ msgid "Unable to invoke "
-#~ msgstr "Ute av stand til � lese %s"
-
-#, fuzzy
-#~ msgid "Unknown date format"
-#~ msgstr "Ukjent pakkeoppslag"
-
-#, fuzzy
-#~ msgid "Select failed"
-#~ msgstr " feilet."
-
-#, fuzzy
-#~ msgid "Failed write file %s"
-#~ msgstr "Feilet ved anskaffelse av %s %s\n"
-
-#, fuzzy
-#~ msgid "Failed to close file %s"
-#~ msgstr "Feilet ved anskaffelse av %s %s\n"
+#: methods/rsh.cc:264
+msgid "File Not Found"
+msgstr ""
-#, fuzzy
-#~ msgid "Failed to stat %s"
-#~ msgstr "Ute av stand til � fastsette %s ."
+#: methods/rsh.cc:330
+msgid "Connection closed prematurely"
+msgstr ""
-#, fuzzy
-#~ msgid "Failed to rename %s to %s"
-#~ msgstr "Feilet ved anskaffelse av %s %s\n"
+#~ msgid "Sorry, you don't have enough free space in %s to hold all the .debs."
+#~ msgstr "Dessverre, ikke nok plass i %s til � oppbevare alle pakkene."
#, fuzzy
#~ msgid "Extract "
@@ -1593,58 +2440,6 @@ msgstr "Feil MD5sum"
#~ msgstr "Erstatter"
#, fuzzy
-#~ msgid "Failed to read the archive headers"
-#~ msgstr "Anskaffelsen av noen pakker feilet."
-
-#, fuzzy
-#~ msgid "Failed to create pipes"
-#~ msgstr "Anskaffelsen av noen pakker feilet."
-
-#, fuzzy
-#~ msgid "Failed to exec gzip "
-#~ msgstr "Feilet ved anskaffelse av %s %s\n"
-
-#, fuzzy
-#~ msgid "Tar Checksum failed, archive corrupted"
-#~ msgstr "Pakkens lagerfil er �delagt"
-
-#, fuzzy
-#~ msgid "Internal Error, could not locate member %s"
-#~ msgstr "Intern feil - AllUpgrade �dela greier"
-
-#, fuzzy
-#~ msgid "Failed to remove %s"
-#~ msgstr "Feilet ved anskaffelse av %s %s\n"
-
-#, fuzzy
-#~ msgid "Unable to create %s"
-#~ msgstr "Ute av stand til � lese %s"
-
-#, fuzzy
-#~ msgid "Failed to stat %sinfo"
-#~ msgstr "Ute av stand til � fastsette %s ."
-
-#, fuzzy
-#~ msgid "Failed to change to the admin dir %sinfo"
-#~ msgstr "Ute av stand til � endre %s"
-
-#, fuzzy
-#~ msgid "Reading File Listing"
-#~ msgstr "Leser pakkelister"
-
-#, fuzzy
-#~ msgid "The diversion file is corrupted"
-#~ msgstr "Pakkens lagerfil er �delagt"
-
-#, fuzzy
-#~ msgid "Reading File List"
-#~ msgstr "Leser pakkelister"
-
-#, fuzzy
-#~ msgid "Internal Error, Unable to parse a package record"
-#~ msgstr "Ute av stand til � fortolke pakkefilen %s (1)"
-
-#, fuzzy
#~ msgid "You must give at least one file name"
#~ msgstr "Du m� oppgi n�yaktig ett m�nster"
@@ -1678,14 +2473,6 @@ msgstr "Feil MD5sum"
#~ msgstr "men %s er installert"
#, fuzzy
-#~ msgid "Internal Error, non-zero counts"
-#~ msgstr "Intern feil - AllUpgrade �dela greier"
-
-#, fuzzy
-#~ msgid "Internal Error, Ordering didn't finish"
-#~ msgstr "Intern feil - AllUpgrade �dela greier"
-
-#, fuzzy
#~ msgid "Couldn't determine free space in %s"
#~ msgstr "Dessverre, ikke nok plass i %s"
@@ -1706,70 +2493,6 @@ msgstr "Feil MD5sum"
#~ msgstr "Utf�rt"
#, fuzzy
-#~ msgid "Unable to open DB2 file %s"
-#~ msgstr "Ute av stand til � fortolke pakkefilen %s (2)"
-
-#, fuzzy
-#~ msgid "File date has changed %s"
-#~ msgstr "Ute av stand til � endre %s"
-
-#, fuzzy
-#~ msgid "Unable to get a cursor"
-#~ msgstr "Ute av stand til � lese %s"
-
-#, fuzzy
-#~ msgid "Failed to fork"
-#~ msgstr "Feilet"
-
-#, fuzzy
-#~ msgid "Internal Error, Failed to create %s"
-#~ msgstr "Intern feil - AllUpgrade �dela greier"
-
-#, fuzzy
-#~ msgid "Failed to exec compressor "
-#~ msgstr "Anskaffelsen av noen pakker feilet."
-
-#, fuzzy
-#~ msgid "IO to subprocess/file failed"
-#~ msgstr "Underprosess feilet"
-
-#, fuzzy
-#~ msgid "Unable to open %s"
-#~ msgstr "Ute av stand til � lese %s"
-
-#, fuzzy
-#~ msgid "Failed to read the override file %s"
-#~ msgstr "Feilet ved anskaffelse av %s %s\n"
-
-#, fuzzy
-#~ msgid "W: Unable to read directory "
-#~ msgstr "Ute av stand til � l�se nedlastingsmappen"
-
-#, fuzzy
-#~ msgid "W: Unable to stat "
-#~ msgstr "Ute av stand til � fastsette %s ."
-
-#, fuzzy
-#~ msgid "Failed to resolve %s"
-#~ msgstr "Feilet ved anskaffelse av %s %s\n"
-
-#, fuzzy
-#~ msgid "Failed to open %s"
-#~ msgstr "Feilet ved anskaffelse av %s %s\n"
-
-#, fuzzy
-#~ msgid "Failed to readlink %s"
-#~ msgstr "Ute av stand til � lese %s"
-
-#, fuzzy
-#~ msgid "Failed to unlink %s"
-#~ msgstr "Feilet ved anskaffelse av %s %s\n"
-
-#, fuzzy
-#~ msgid "*** Failed to link %s to %s"
-#~ msgstr "Feilet ved anskaffelse av %s %s\n"
-
-#, fuzzy
#~ msgid "Could not find a record in the DSC '%s'"
#~ msgstr "Kunne ikke finne pakken %s"
diff --git a/po/pl.po b/po/pl.po
index cc221260b..304c5753d 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.4\n"
-"POT-Creation-Date: 2002-11-10 19:37+0100\n"
+"POT-Creation-Date: 2003-02-09 21:51-0600\n"
"PO-Revision-Date: 2002-11-22 01:02+0100\n"
"Last-Translator: Marcin Owsiany <porridge@debian.org>\n"
"Language-Team: Polish <pl@li.org>\n"
@@ -12,141 +12,142 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: cmdline/apt-cache.cc:131
+#: cmdline/apt-cache.cc:133
#, c-format
msgid "Package %s version %s has an unmet dep:\n"
msgstr "Pakiet %s w wersji %s ma niespe�nione zale�no�ci:\n"
-#: cmdline/apt-cache.cc:171 cmdline/apt-cache.cc:523 cmdline/apt-cache.cc:669
-#: cmdline/apt-cache.cc:1035 cmdline/apt-cache.cc:1181
+#: cmdline/apt-cache.cc:173 cmdline/apt-cache.cc:525 cmdline/apt-cache.cc:671
+#: cmdline/apt-cache.cc:1037 cmdline/apt-cache.cc:1183
#, c-format
msgid "Unable to locate package %s"
msgstr "Nie uda�o si� odnale�� pakietu %s"
-#: cmdline/apt-cache.cc:228
+#: cmdline/apt-cache.cc:230
msgid "Total Package Names : "
msgstr "Liczba nazw pakiet�w : "
-#: cmdline/apt-cache.cc:268
+#: cmdline/apt-cache.cc:270
msgid " Normal Packages: "
msgstr " Zwyk�ych pakiet�w: "
-#: cmdline/apt-cache.cc:269
+#: cmdline/apt-cache.cc:271
msgid " Pure Virtual Packages: "
msgstr " Czysto pakiet�w wirtualnych: "
-#: cmdline/apt-cache.cc:270
+#: cmdline/apt-cache.cc:272
msgid " Single Virtual Packages: "
msgstr " Pojedynczych pakiet�w wirtualnych: "
-#: cmdline/apt-cache.cc:271
+#: cmdline/apt-cache.cc:273
msgid " Mixed Virtual Packages: "
msgstr " Mieszanych pakiet�w wirtualnych: "
-#: cmdline/apt-cache.cc:272
+#: cmdline/apt-cache.cc:274
msgid " Missing: "
msgstr " Brakuj�cych: "
-#: cmdline/apt-cache.cc:274
+#: cmdline/apt-cache.cc:276
msgid "Total Distinct Versions: "
msgstr "W sumie r�nych wersji: "
-#: cmdline/apt-cache.cc:276
+#: cmdline/apt-cache.cc:278
msgid "Total Dependencies: "
msgstr "W sumie zale�no�ci: "
-#: cmdline/apt-cache.cc:279
+#: cmdline/apt-cache.cc:281
msgid "Total Ver/File relations: "
msgstr "W sumie zale�no�ci wersja/plik: "
-#: cmdline/apt-cache.cc:281
+#: cmdline/apt-cache.cc:283
msgid "Total Provides Mappings: "
msgstr "W sumie mapowa� zapewnie�: "
-#: cmdline/apt-cache.cc:293
+#: cmdline/apt-cache.cc:295
msgid "Total Globbed Strings: "
msgstr "W sumie dopasowanych napis�w: "
-#: cmdline/apt-cache.cc:307
+#: cmdline/apt-cache.cc:309
msgid "Total Dependency Version space: "
msgstr "Sumaryczny rozmiar obszaru zale�no�ci od wersji: "
-#: cmdline/apt-cache.cc:312
+#: cmdline/apt-cache.cc:314
msgid "Total Slack space: "
msgstr ""
-#: cmdline/apt-cache.cc:320
+#: cmdline/apt-cache.cc:322
msgid "Total Space Accounted for: "
msgstr ""
-#: cmdline/apt-cache.cc:442 cmdline/apt-cache.cc:869
+#: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:871
#, c-format
msgid "Package file %s is out of sync."
msgstr "Plik pakietu %s jest przestarza�y."
-#: cmdline/apt-cache.cc:911
+#: cmdline/apt-cache.cc:913
msgid "You must give exactly one pattern"
msgstr "Musisz poda� dok�adnie jeden wz�r"
-#: cmdline/apt-cache.cc:1135
+#: cmdline/apt-cache.cc:1137
msgid "Package Files:"
msgstr "Plik�w pakiet�w:"
-#: cmdline/apt-cache.cc:1142 cmdline/apt-cache.cc:1228
+#: cmdline/apt-cache.cc:1144 cmdline/apt-cache.cc:1230
#, fuzzy
msgid "Cache is out of sync, can't x-ref a package file"
msgstr "Magazyn podr�czny jest przestarza�y, nie mo�na ???"
-#: cmdline/apt-cache.cc:1143
+#: cmdline/apt-cache.cc:1145
#, c-format
msgid "%4i %s\n"
msgstr "%4i %s\n"
#. Show any packages have explicit pins
-#: cmdline/apt-cache.cc:1155
+#: cmdline/apt-cache.cc:1157
msgid "Pinned Packages:"
msgstr "Przypi�te pakiety:"
-#: cmdline/apt-cache.cc:1167 cmdline/apt-cache.cc:1208
+#: cmdline/apt-cache.cc:1169 cmdline/apt-cache.cc:1210
msgid "(not found)"
msgstr "(nie znaleziony)"
#. Installed version
-#: cmdline/apt-cache.cc:1188
+#: cmdline/apt-cache.cc:1190
msgid " Installed: "
msgstr " Zainstalowana: "
-#: cmdline/apt-cache.cc:1190 cmdline/apt-cache.cc:1198
+#: cmdline/apt-cache.cc:1192 cmdline/apt-cache.cc:1200
msgid "(none)"
msgstr "(brak)"
#. Candidate Version
-#: cmdline/apt-cache.cc:1195
+#: cmdline/apt-cache.cc:1197
msgid " Candidate: "
msgstr " Kandyduj�ca: "
-#: cmdline/apt-cache.cc:1205
+#: cmdline/apt-cache.cc:1207
msgid " Package Pin: "
msgstr " Spos�b przypi�cia: "
#. Show the priority tables
-#: cmdline/apt-cache.cc:1214
+#: cmdline/apt-cache.cc:1216
msgid " Version Table:"
msgstr " Tabela wersji:"
-#: cmdline/apt-cache.cc:1229
+#: cmdline/apt-cache.cc:1231
#, c-format
msgid " %4i %s\n"
msgstr " %4i %s\n"
-#: cmdline/apt-cache.cc:1256 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:69
-#: cmdline/apt-extracttemplates.cc:223 ftparchive/apt-ftparchive.cc:544
-#: cmdline/apt-get.cc:2015 cmdline/apt-sortpkgs.cc:142
+#: cmdline/apt-cache.cc:1258 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
+#: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:544
+#: cmdline/apt-get.cc:2049 cmdline/apt-sortpkgs.cc:144
#, c-format
msgid "%s %s for %s %s compiled on %s %s\n"
msgstr "%s %s dla %s %s skompilowany na %s %s\n"
-#: cmdline/apt-cache.cc:1260
+#: cmdline/apt-cache.cc:1262
+#, fuzzy
msgid ""
"Usage: apt-cache [options] command\n"
" apt-cache [options] add file1 [file1 ...]\n"
@@ -157,7 +158,7 @@ msgid ""
"cache files, and query information from them\n"
"\n"
"Commands:\n"
-" add - Add an package file to the source cache\n"
+" add - Add a package file to the source cache\n"
" gencaches - Build both the package and source cache\n"
" showpkg - Show some general information for a single package\n"
" showsrc - Show source records\n"
@@ -218,11 +219,11 @@ msgstr ""
"Wi�cej informacji mo�na znale�� na stronach pod�cznika apt-cache(8)\n"
"oraz apt.conf(5).\n"
-#: cmdline/apt-config.cc:40
+#: cmdline/apt-config.cc:41
msgid "Arguments not in pairs"
msgstr "Argumenty nie s� w parach"
-#: cmdline/apt-config.cc:75
+#: cmdline/apt-config.cc:76
msgid ""
"Usage: apt-config [options] command\n"
"\n"
@@ -250,12 +251,12 @@ msgstr ""
" -c=? Czytaj ten plik konfiguracyjny.\n"
" -o=? Ustaw dowoln� opcj� konfiguracji, np -o dir::cache=/tmp\n"
-#: cmdline/apt-extracttemplates.cc:96
+#: cmdline/apt-extracttemplates.cc:98
#, c-format
msgid "%s not a valid DEB package."
msgstr "%s nie jest prawid�owym pakietem DEB."
-#: cmdline/apt-extracttemplates.cc:230
+#: cmdline/apt-extracttemplates.cc:232
msgid ""
"Usage: apt-extracttemplates file1 [file2 ...]\n"
"\n"
@@ -279,15 +280,294 @@ msgstr ""
" -c=? Czytaj ten plik konfiguracyjny.\n"
" -o=? Ustaw dowoln� opcj� konfiguracji, np -o dir::cache=/tmp\n"
-#: cmdline/apt-extracttemplates.cc:257 apt-pkg/pkgcachegen.cc:699
+#: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
#, c-format
msgid "Unable to write to %s"
msgstr "Nie uda�o si� pisa� do %s"
-#: cmdline/apt-extracttemplates.cc:300
+#: cmdline/apt-extracttemplates.cc:302
msgid "Cannot get debconf version. Is debconf installed?"
msgstr "Nie uda�o si� pobra� wersji debconf. Czy debconf jest zainstalowany?"
+#: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:336
+#, fuzzy
+msgid "Package extension list is too long"
+msgstr "Opcja '%s' jest zbyt d�uga"
+
+#: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
+#: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:251
+#: ftparchive/apt-ftparchive.cc:265 ftparchive/apt-ftparchive.cc:287
+#, c-format
+msgid "Error Processing directory %s"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:249
+#, fuzzy
+msgid "Source extension list is too long"
+msgstr "Opcja '%s' jest zbyt d�uga"
+
+#: ftparchive/apt-ftparchive.cc:366
+msgid "Error writing header to contents file"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:396
+#, c-format
+msgid "Error Processing Contents %s"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:550
+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"
+"\n"
+"apt-ftparchive generates index files for Debian archives. It supports\n"
+"many styles of generation from fully automated to functional replacements\n"
+"for dpkg-scanpackages and dpkg-scansources\n"
+"\n"
+"apt-ftparchive generates Package files from a tree of .debs. The\n"
+"Package file contains the contents of all the control fields from\n"
+"each package as well as the MD5 hash and filesize. An override file\n"
+"is supported to force the value of Priority and Section.\n"
+"\n"
+"Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
+"The --source-override option can be used to specify a src override file\n"
+"\n"
+"The 'packages' and 'sources' command should be run in the root of the\n"
+"tree. BinaryPath should point to the base of the recursive search and \n"
+"override file should contian the override flags. Pathprefix is\n"
+"appended to the filename fields if present. Example usage from the \n"
+"debian archive:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+"\n"
+"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"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:731
+msgid "No selections matched"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:804
+#, c-format
+msgid "Some files are missing in the package file group `%s'"
+msgstr ""
+
+#: ftparchive/cachedb.cc:43
+#, c-format
+msgid "DB was corrupted, file renamed to %s.old"
+msgstr ""
+
+#: ftparchive/cachedb.cc:59
+#, fuzzy, c-format
+msgid "Unable to open DB2 file %s"
+msgstr "Nie uda�o si� zanalizowa� pliku pakietu %s (2)"
+
+#: ftparchive/cachedb.cc:99
+#, fuzzy, c-format
+msgid "File date has changed %s"
+msgstr "Nie uda�o si� przej�� do %s"
+
+#: ftparchive/cachedb.cc:140
+msgid "Archive has no control record"
+msgstr ""
+
+#: ftparchive/cachedb.cc:253 ftparchive/cachedb.cc:257
+#, fuzzy
+msgid "Unable to get a cursor"
+msgstr "Nie mo�na czyta� %s"
+
+#: ftparchive/writer.cc:78
+#, fuzzy, c-format
+msgid "W: Unable to read directory %s\n"
+msgstr "Nie uda�o si� zablokowa� katalogu pobierania"
+
+#: ftparchive/writer.cc:83
+#, fuzzy, c-format
+msgid "W: Unable to stat %s\n"
+msgstr "Nie uda�o si� wykona� operacji stat na pliku %s."
+
+#: ftparchive/writer.cc:122
+msgid "E: "
+msgstr ""
+
+#: ftparchive/writer.cc:124
+msgid "W: "
+msgstr ""
+
+#: ftparchive/writer.cc:131
+msgid "E: Errors apply to file "
+msgstr ""
+
+#: ftparchive/writer.cc:148 ftparchive/writer.cc:178
+#, fuzzy, c-format
+msgid "Failed to resolve %s"
+msgstr "Nie uda�o si� pobra� %s %s\n"
+
+#: ftparchive/writer.cc:160
+msgid "Tree walking failed"
+msgstr ""
+
+#: ftparchive/writer.cc:185
+#, fuzzy, c-format
+msgid "Failed to open %s"
+msgstr "Nie uda�o si� pobra� %s %s\n"
+
+#: ftparchive/writer.cc:242
+#, c-format
+msgid " DeLink %s [%s]\n"
+msgstr ""
+
+#: ftparchive/writer.cc:250
+#, fuzzy, c-format
+msgid "Failed to readlink %s"
+msgstr "Nie mo�na czyta� %s"
+
+#: ftparchive/writer.cc:254
+#, fuzzy, c-format
+msgid "Failed to unlink %s"
+msgstr "Nie uda�o si� pobra� %s %s\n"
+
+#: ftparchive/writer.cc:261
+#, fuzzy, c-format
+msgid "*** Failed to link %s to %s"
+msgstr "Nie uda�o si� pobra� %s %s\n"
+
+#: ftparchive/writer.cc:271
+#, c-format
+msgid " DeLink limit of %sB hit.\n"
+msgstr ""
+
+#: ftparchive/writer.cc:338 apt-inst/extract.cc:181 apt-inst/extract.cc:193
+#: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
+#, fuzzy, c-format
+msgid "Failed to stat %s"
+msgstr "Nie uda�o si� wykona� operacji stat na pliku %s."
+
+#: ftparchive/writer.cc:358
+msgid "Archive had no package field"
+msgstr ""
+
+#: ftparchive/writer.cc:366 ftparchive/writer.cc:576
+#, fuzzy, c-format
+msgid " %s has no override entry\n"
+msgstr "%s nie ma zale�no�ci na czas budowania.\n"
+
+#: ftparchive/writer.cc:409 ftparchive/writer.cc:658
+#, c-format
+msgid " %s maintainer is %s not %s\n"
+msgstr ""
+
+#: ftparchive/contents.cc:346 ftparchive/contents.cc:377
+msgid "realloc - Failed to allocate memory"
+msgstr ""
+
+#: ftparchive/override.cc:38 ftparchive/override.cc:146
+#, fuzzy, c-format
+msgid "Unable to open %s"
+msgstr "Nie mo�na czyta� %s"
+
+#: ftparchive/override.cc:64 ftparchive/override.cc:170
+#, c-format
+msgid "Malformed override %s line %lu #1"
+msgstr ""
+
+#: ftparchive/override.cc:78 ftparchive/override.cc:182
+#, c-format
+msgid "Malformed override %s line %lu #2"
+msgstr ""
+
+#: ftparchive/override.cc:92 ftparchive/override.cc:195
+#, c-format
+msgid "Malformed override %s line %lu #3"
+msgstr ""
+
+#: ftparchive/override.cc:131 ftparchive/override.cc:205
+#, fuzzy, c-format
+msgid "Failed to read the override file %s"
+msgstr "Nie uda�o si� pobra� %s %s\n"
+
+#: ftparchive/multicompress.cc:75
+#, c-format
+msgid "Unknown Compresison Algorithm '%s'"
+msgstr ""
+
+#: ftparchive/multicompress.cc:105
+#, c-format
+msgid "Compressed output %s needs a compression set"
+msgstr ""
+
+#: ftparchive/multicompress.cc:172 methods/rsh.cc:91
+#, fuzzy
+msgid "Failed to create IPC pipe to subprocess"
+msgstr "Nie uda�o si� pobra� niekt�rych archiw�w."
+
+#: ftparchive/multicompress.cc:198
+#, fuzzy
+msgid "Failed to create FILE*"
+msgstr "Nie uda�o si� pobra� niekt�rych archiw�w."
+
+#: ftparchive/multicompress.cc:201
+#, fuzzy
+msgid "Failed to fork"
+msgstr "Nie uda�o si�"
+
+#: ftparchive/multicompress.cc:215
+msgid "Compress Child"
+msgstr ""
+
+#: ftparchive/multicompress.cc:238
+#, fuzzy, c-format
+msgid "Internal Error, Failed to create %s"
+msgstr "B��d wewn�trzny, AllUpgrade wszystko popsu�o"
+
+#: ftparchive/multicompress.cc:289
+#, fuzzy
+msgid "Failed to create subprocess IPC"
+msgstr "Nie uda�o si� pobra� niekt�rych archiw�w."
+
+#: ftparchive/multicompress.cc:324
+#, fuzzy
+msgid "Failed to exec compressor "
+msgstr "Nie uda�o si� pobra� niekt�rych archiw�w."
+
+#: ftparchive/multicompress.cc:363
+#, fuzzy
+msgid "decompressor"
+msgstr "Nie uda�o si� pobra� niekt�rych archiw�w."
+
+#: ftparchive/multicompress.cc:406
+#, fuzzy
+msgid "IO to subprocess/file failed"
+msgstr "Proces potomny zawi�d�"
+
+#: ftparchive/multicompress.cc:458
+#, fuzzy
+msgid "Failed to read while computing MD5"
+msgstr "Nie mo�na czyta� %s"
+
+#: ftparchive/multicompress.cc:475
+#, fuzzy, c-format
+msgid "Problem unlinking %s"
+msgstr "Problem przy usuwaniu pliku"
+
+#: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
+#, fuzzy, c-format
+msgid "Failed to rename %s to %s"
+msgstr "Nie uda�o si� pobra� %s %s\n"
+
#. This needs to be a capital
#: cmdline/apt-get.cc:116
msgid "Y"
@@ -573,8 +853,8 @@ msgstr "Pakiet %s nie ma kandydata do instalacji"
#: cmdline/apt-get.cc:1020
#, c-format
msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
-msgstr "Przeinstalowanie pakietu %s nie jest mo�liwe, nie mo�e on zosta� "
-"pobrany.\n"
+msgstr ""
+"Przeinstalowanie pakietu %s nie jest mo�liwe, nie mo�e on zosta� pobrany.\n"
#: cmdline/apt-get.cc:1028
#, c-format
@@ -681,7 +961,7 @@ msgstr "Zostan� zainstalowane nast�puj�ce dodatkowe pakiety:"
msgid "Calculating Upgrade... "
msgstr "Obliczanie aktualizacji..."
-#: cmdline/apt-get.cc:1476
+#: cmdline/apt-get.cc:1476 methods/ftp.cc:700 methods/connect.cc:99
msgid "Failed"
msgstr "Nie uda�o si�"
@@ -760,16 +1040,25 @@ msgstr ""
msgid "%s has no build depends.\n"
msgstr "%s nie ma zale�no�ci na czas budowania.\n"
-#: cmdline/apt-get.cc:1931
-#, c-format
+#: cmdline/apt-get.cc:1948
+#, fuzzy, c-format
msgid ""
-"%s dependency on %s cannot be satisfied because the package %s cannot be "
+"%s dependency for %s cannot be satisfied because the package %s cannot be "
"found"
msgstr ""
"Zale�no�� %s od %s nie mo�e zosta� spe�niona, poniewa� nie znaleziono "
"pakietu %s"
-#: cmdline/apt-get.cc:1983
+#: cmdline/apt-get.cc:1990
+#, fuzzy, c-format
+msgid ""
+"%s dependency for %s cannot be satisfied because no available versions of "
+"package %s can satisfy version requirements"
+msgstr ""
+"Zale�no�� %s od %s nie mo�e zosta� spe�niona, poniewa� nie znaleziono "
+"pakietu %s"
+
+#: cmdline/apt-get.cc:2017
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."
@@ -777,15 +1066,15 @@ msgstr ""
"W czasie przetwarzania zale�no�ci na czas budowania znaleziono uszkodzone\n"
"pakiety. Powiniene�/na� uruchomi� `apt-get -f install' aby je naprawi�."
-#: cmdline/apt-get.cc:1988
+#: cmdline/apt-get.cc:2022
msgid "Failed to process build dependencies"
msgstr "Nie uda�o si� przetworzy� zale�no�ci na czas budowania"
-#: cmdline/apt-get.cc:2020
+#: cmdline/apt-get.cc:2054
msgid "Supported Modules:"
msgstr "Obs�ugiwane modu�y:"
-#: cmdline/apt-get.cc:2061
+#: cmdline/apt-get.cc:2095
msgid ""
"Usage: apt-get [options] command\n"
" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -898,11 +1187,11 @@ msgstr ""
"Zmiana no�nika: Prosz� w�o�y� dysk oznaczony '%s' do nap�du '%s' i nacisn�� "
"enter\n"
-#: cmdline/apt-sortpkgs.cc:84
+#: cmdline/apt-sortpkgs.cc:86
msgid "Unknown package record!"
msgstr "Nieznany rekord pakietu!"
-#: cmdline/apt-sortpkgs.cc:148
+#: cmdline/apt-sortpkgs.cc:150
msgid ""
"Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
"\n"
@@ -926,6 +1215,291 @@ msgstr ""
" -c=? Czytaj ten plik konfiguracyjny.\n"
" -o=? Ustaw dowoln� opcj� konfiguracji, np -o dir::cache=/tmp\n"
+#: apt-inst/contrib/extracttar.cc:115
+#, fuzzy
+msgid "Failed to create pipes"
+msgstr "Nie uda�o si� pobra� niekt�rych archiw�w."
+
+#: apt-inst/contrib/extracttar.cc:140
+#, fuzzy
+msgid "Failed to exec gzip "
+msgstr "Nie uda�o si� pobra� %s %s\n"
+
+#: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
+msgid "Corrupted archive"
+msgstr ""
+
+#: apt-inst/contrib/extracttar.cc:192
+#, fuzzy
+msgid "Tar Checksum failed, archive corrupted"
+msgstr "Magazyn podr�czny pakiet�w jest uszkodzony"
+
+#: apt-inst/contrib/extracttar.cc:295
+#, c-format
+msgid "Unkown TAR header type %u, member %s"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:73
+msgid "Invalid archive signature"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:81
+#, fuzzy
+msgid "Error reading archive member header"
+msgstr "Nie uda�o si� pobra� niekt�rych archiw�w."
+
+#: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
+msgid "Invalid archive member header"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:131
+msgid "Archive is too short"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:135
+#, fuzzy
+msgid "Failed to read the archive headers"
+msgstr "Nie uda�o si� pobra� niekt�rych archiw�w."
+
+#: apt-inst/filelist.cc:384
+msgid "DropNode called on still linked node"
+msgstr ""
+
+#: apt-inst/filelist.cc:416
+#, fuzzy
+msgid "Failed to locate the hash element!"
+msgstr "Nie uda�o si� wykona� operacji stat na CDROM-ie"
+
+#: apt-inst/filelist.cc:463
+#, fuzzy
+msgid "Failed to allocate diversion"
+msgstr "Nie uda�o si� pobra� niekt�rych archiw�w."
+
+#: apt-inst/filelist.cc:468
+#, fuzzy
+msgid "Internal Error in AddDiversion"
+msgstr "B��d wewn�trzny, AllUpgrade wszystko popsu�o"
+
+#: apt-inst/filelist.cc:481
+#, c-format
+msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
+msgstr ""
+
+#: apt-inst/filelist.cc:510
+#, c-format
+msgid "Double add of diversion %s -> %s"
+msgstr ""
+
+#: apt-inst/filelist.cc:553
+#, c-format
+msgid "Duplicate conf file %s/%s"
+msgstr ""
+
+#: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
+#, fuzzy, c-format
+msgid "Failed write file %s"
+msgstr "Nie uda�o si� pobra� %s %s\n"
+
+#: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
+#, fuzzy, c-format
+msgid "Failed to close file %s"
+msgstr "Nie uda�o si� pobra� %s %s\n"
+
+#: apt-inst/extract.cc:96 apt-inst/extract.cc:167
+#, fuzzy, c-format
+msgid "The path %s is too long"
+msgstr "Opcja '%s' jest zbyt d�uga"
+
+#: apt-inst/extract.cc:127
+#, c-format
+msgid "Unpacking %s more than once"
+msgstr ""
+
+#: apt-inst/extract.cc:137
+#, c-format
+msgid "The directory %s is diverted"
+msgstr ""
+
+#: apt-inst/extract.cc:147
+#, c-format
+msgid "The package is trying to write to the diversion target %s/%s"
+msgstr ""
+
+#: apt-inst/extract.cc:157 apt-inst/extract.cc:300
+#, fuzzy
+msgid "The diversion path is too long"
+msgstr "Magazyn podr�czny pakiet�w jest uszkodzony"
+
+#: apt-inst/extract.cc:243
+#, c-format
+msgid "The directory %s is being replaced by a non-directory"
+msgstr ""
+
+#: apt-inst/extract.cc:283
+msgid "Failed to locate node in its hash bucket"
+msgstr ""
+
+#: apt-inst/extract.cc:287
+#, fuzzy
+msgid "The path is too long"
+msgstr "Opcja '%s' jest zbyt d�uga"
+
+#: apt-inst/extract.cc:417
+#, c-format
+msgid "Overwrite package match with no version for %s"
+msgstr ""
+
+#: apt-inst/extract.cc:434
+#, c-format
+msgid "File %s/%s overwrites the one in the package %s"
+msgstr ""
+
+#: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
+#: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
+#, c-format
+msgid "Unable to read %s"
+msgstr "Nie mo�na czyta� %s"
+
+#: apt-inst/extract.cc:494
+#, fuzzy, c-format
+msgid "Unable to stat %s"
+msgstr "Nie uda�o si� wykona� operacji stat na pliku %s."
+
+#: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
+#, fuzzy, c-format
+msgid "Failed to remove %s"
+msgstr "Nie uda�o si� pobra� %s %s\n"
+
+#: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
+#, fuzzy, c-format
+msgid "Unable to create %s"
+msgstr "Nie mo�na czyta� %s"
+
+#: apt-inst/deb/dpkgdb.cc:118
+#, fuzzy, c-format
+msgid "Failed to stat %sinfo"
+msgstr "Nie uda�o si� wykona� operacji stat na pliku %s."
+
+#: apt-inst/deb/dpkgdb.cc:123
+msgid "The info and temp directories need to be on the same filesystem"
+msgstr ""
+
+#. Build the status cache
+#: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
+#: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
+#: apt-pkg/pkgcachegen.cc:829
+msgid "Reading Package Lists"
+msgstr "Czytanie list pakiet�w"
+
+#: apt-inst/deb/dpkgdb.cc:180
+#, fuzzy, c-format
+msgid "Failed to change to the admin dir %sinfo"
+msgstr "Nie uda�o si� przej�� do %s"
+
+#: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:355
+#: apt-inst/deb/dpkgdb.cc:448
+#, fuzzy
+msgid "Internal Error getting a Package Name"
+msgstr "Nie uda�o si� zanalizowa� pliku pakietu %s (1)"
+
+#: apt-inst/deb/dpkgdb.cc:205
+#, fuzzy
+msgid "Reading File Listing"
+msgstr "Czytanie list pakiet�w"
+
+#: apt-inst/deb/dpkgdb.cc:216
+#, c-format
+msgid ""
+"Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
+"then make it empty and immediately re-install the same version of the "
+"package!"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
+#, fuzzy, c-format
+msgid "Failed reading the list file %sinfo/%s"
+msgstr "Nie uda�o si� pobra� %s %s\n"
+
+#: apt-inst/deb/dpkgdb.cc:266
+#, fuzzy
+msgid "Internal Error getting a Node"
+msgstr "B��d wewn�trzny, AllUpgrade wszystko popsu�o"
+
+#: apt-inst/deb/dpkgdb.cc:309
+#, fuzzy, c-format
+msgid "Failed to open the diversions file %sdiversions"
+msgstr "Nie uda�o si� pobra� %s %s\n"
+
+#: apt-inst/deb/dpkgdb.cc:324
+#, fuzzy
+msgid "The diversion file is corrupted"
+msgstr "Magazyn podr�czny pakiet�w jest uszkodzony"
+
+#: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
+#: apt-inst/deb/dpkgdb.cc:341
+#, fuzzy, c-format
+msgid "Invalid line in the diversion file: %s"
+msgstr "Nie uda�o si� pobra� %s %s\n"
+
+#: apt-inst/deb/dpkgdb.cc:362
+#, fuzzy
+msgid "Internal Error adding a diversion"
+msgstr "B��d wewn�trzny, AllUpgrade wszystko popsu�o"
+
+#: apt-inst/deb/dpkgdb.cc:383
+msgid "The pkg cache must be initialize first"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:386
+#, fuzzy
+msgid "Reading File List"
+msgstr "Czytanie list pakiet�w"
+
+#: apt-inst/deb/dpkgdb.cc:443
+#, c-format
+msgid "Failed to find a Package: Header, offset %lu"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:465
+#, c-format
+msgid "Bad ConfFile section in the status file. Offset %lu"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:470
+#, c-format
+msgid "Error parsing MD5. Offset %lu"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:55
+#, c-format
+msgid "This is not a valid DEB archive, missing '%s' member"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:72
+#, fuzzy, c-format
+msgid "Internal Error, could not locate member %s"
+msgstr "B��d wewn�trzny, AllUpgrade wszystko popsu�o"
+
+#: apt-inst/deb/debfile.cc:104
+#, fuzzy, c-format
+msgid "Couldn't change to %s"
+msgstr "Nie uda�o si� uzyska� blokady %s"
+
+#: apt-inst/deb/debfile.cc:125
+#, fuzzy
+msgid "Internal Error, could not locate member"
+msgstr "B��d wewn�trzny, AllUpgrade wszystko popsu�o"
+
+#: apt-inst/deb/debfile.cc:158
+#, fuzzy
+msgid "Failed to locate a valid control file"
+msgstr "Nie uda�o si� pobra� %s %s\n"
+
+#: apt-inst/deb/debfile.cc:243
+#, fuzzy
+msgid "Unparsible control file"
+msgstr "Nie mo�na czyta� %s"
+
#: dselect/install:32
msgid "Bad default setting!"
msgstr "Nieprawid�owe ustawienie domy�lne!"
@@ -960,6 +1534,347 @@ msgstr "b��dy s� istotne. Prosz� je poprawi� i ponownie wybra� [I]nstalacj�."
msgid "Merging Available information"
msgstr "��czenie informacji o dost�pnych pakietach"
+#: methods/cdrom.cc:113
+#, fuzzy, c-format
+msgid "Unable to read the cdrom database %s"
+msgstr "Nie mo�na czyta� %s"
+
+#: 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"
+msgstr ""
+
+#: methods/cdrom.cc:130 methods/cdrom.cc:168
+msgid "Wrong CD"
+msgstr ""
+
+#: methods/cdrom.cc:163
+#, c-format
+msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
+msgstr ""
+
+#: methods/cdrom.cc:177 methods/file.cc:77
+#, fuzzy
+msgid "File not found"
+msgstr "(nie znaleziony)"
+
+#: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
+#, fuzzy
+msgid "Failed to stat"
+msgstr "Nie uda�o si� wykona� operacji stat na pliku %s."
+
+#: methods/copy.cc:79 methods/gzip.cc:139
+#, fuzzy
+msgid "Failed to set modification time"
+msgstr "Nie uda�o si� wykona� operacji stat na pliku %s."
+
+#: methods/file.cc:42
+msgid "Invalid URI, local URIS must not start with //"
+msgstr ""
+
+#. Login must be before getpeername otherwise dante won't work.
+#: methods/ftp.cc:162
+msgid "Logging in"
+msgstr ""
+
+#: methods/ftp.cc:168
+#, fuzzy
+msgid "Unable to determine the peer name"
+msgstr "Nie uda�o si� okre�li� odpowiedniego typu systemu"
+
+#: methods/ftp.cc:173
+#, fuzzy
+msgid "Unable to determine the local name"
+msgstr "Nie uda�o si� okre�li� odpowiedniego typu systemu"
+
+#: methods/ftp.cc:204 methods/ftp.cc:230
+#, c-format
+msgid "Server refused our connection and said: %s"
+msgstr ""
+
+#: methods/ftp.cc:210
+#, fuzzy, c-format
+msgid "USER failed, server said: %s"
+msgstr "Nie mo�na czyta� %s"
+
+#: methods/ftp.cc:216
+#, fuzzy, c-format
+msgid "PASS failed, server said: %s"
+msgstr "Nie mo�na czyta� %s"
+
+#: methods/ftp.cc:235
+msgid ""
+"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
+"is empty."
+msgstr ""
+
+#: methods/ftp.cc:263
+#, c-format
+msgid "Login script command '%s' failed, server said: %s"
+msgstr ""
+
+#: methods/ftp.cc:289
+#, fuzzy, c-format
+msgid "TYPE failed, server said: %s"
+msgstr "Nie mo�na czyta� %s"
+
+#: methods/ftp.cc:327 methods/ftp.cc:438 methods/rsh.cc:183 methods/rsh.cc:226
+msgid "Connection timeout"
+msgstr ""
+
+#: methods/ftp.cc:333
+msgid "Server closed the connection"
+msgstr ""
+
+#: methods/ftp.cc:336 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
+msgid "Read error"
+msgstr "B��d odczytu"
+
+#: methods/ftp.cc:343 methods/rsh.cc:197
+msgid "A response overflowed the buffer."
+msgstr ""
+
+#: methods/ftp.cc:360 methods/ftp.cc:372
+msgid "Protocol corruption"
+msgstr ""
+
+#: methods/ftp.cc:444 methods/rsh.cc:232
+#, fuzzy
+msgid "Write Error"
+msgstr "B��d zapisu"
+
+#: methods/ftp.cc:685 methods/ftp.cc:691 methods/ftp.cc:727
+#, fuzzy
+msgid "Could not create a socket"
+msgstr "Nie uda�o si� odnale�� pakietu %s"
+
+#: methods/ftp.cc:696
+msgid "Could not connect data socket, connection timed out"
+msgstr ""
+
+#: methods/ftp.cc:702
+#, fuzzy
+msgid "Could not connect passive socket."
+msgstr "Nie uda�o si� odnale�� pakietu %s"
+
+#: methods/ftp.cc:720
+msgid "getaddrinfo was unable to get a listening socket"
+msgstr ""
+
+#: methods/ftp.cc:734
+#, fuzzy
+msgid "Could not bind a socket"
+msgstr "Nie uda�o si� odnale�� pakietu %s"
+
+#: methods/ftp.cc:738
+#, fuzzy
+msgid "Could not listen on the socket"
+msgstr "Nie uda�o si� odnale�� pakietu %s"
+
+#: methods/ftp.cc:745
+#, fuzzy
+msgid "Could not determine the socket's name"
+msgstr "Nie uda�o si� okre�li� odpowiedniego typu systemu"
+
+#: methods/ftp.cc:777
+#, fuzzy
+msgid "Unable to send PORT command"
+msgstr "Nie mo�na czyta� %s"
+
+#: methods/ftp.cc:787
+#, c-format
+msgid "Unknown address family %u (AF_*)"
+msgstr ""
+
+#: methods/ftp.cc:796
+#, fuzzy, c-format
+msgid "EPRT failed, server said: %s"
+msgstr "Nie mo�na czyta� %s"
+
+#: methods/ftp.cc:816
+msgid "Data socket connect timed out"
+msgstr ""
+
+#: methods/ftp.cc:823
+#, fuzzy
+msgid "Unable to accept connection"
+msgstr "Nie uda�o si� naprawi� zale�no�ci"
+
+#: methods/ftp.cc:862 methods/http.cc:912 methods/rsh.cc:303
+#, fuzzy
+msgid "Problem hashing file"
+msgstr "Problem przy zapisywaniu pliku na dysk"
+
+#: methods/ftp.cc:875
+#, fuzzy, c-format
+msgid "Unable to fetch file, server said '%s'"
+msgstr "Nie mo�na czyta� %s"
+
+#: methods/ftp.cc:890 methods/rsh.cc:322
+msgid "Data socket timed out"
+msgstr ""
+
+#: methods/ftp.cc:920
+#, fuzzy, c-format
+msgid "Data transfer failed, server said '%s'"
+msgstr "Nie mo�na czyta� %s"
+
+#. Get the files information
+#: methods/ftp.cc:995
+msgid "Query"
+msgstr ""
+
+#: methods/ftp.cc:1102
+#, fuzzy
+msgid "Unable to invoke "
+msgstr "Nie mo�na czyta� %s"
+
+#: methods/connect.cc:64
+#, fuzzy, c-format
+msgid "Connecting to %s (%s)"
+msgstr "Nie uda�o si� przej�� do %s"
+
+#: methods/connect.cc:71
+#, c-format
+msgid "[IP: %s %s]"
+msgstr ""
+
+#: methods/connect.cc:80
+#, c-format
+msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
+msgstr ""
+
+#: methods/connect.cc:86
+#, fuzzy, c-format
+msgid "Cannot initiate the connection to %s:%s (%s)."
+msgstr "Nie uda�o si� przej�� do %s"
+
+#: methods/connect.cc:92
+#, c-format
+msgid "Could not connect to %s:%s (%s), connection timed out"
+msgstr ""
+
+#: methods/connect.cc:104
+#, fuzzy, c-format
+msgid "Could not connect to %s:%s (%s)."
+msgstr "Nie uda�o si� przej�� do %s"
+
+#. We say this mainly because the pause here is for the
+#. ssh connection that is still going
+#: methods/connect.cc:132 methods/rsh.cc:425
+#, c-format
+msgid "Connecting to %s"
+msgstr ""
+
+#: methods/connect.cc:163
+#, fuzzy, c-format
+msgid "Could not resolve '%s'"
+msgstr "Nie uda�o si� otworzy� pliku %s"
+
+#: methods/connect.cc:167
+#, c-format
+msgid "Temporary failure resolving '%s'"
+msgstr ""
+
+#: methods/connect.cc:169
+#, c-format
+msgid "Something wicked happened resolving '%s:%s' (%i)"
+msgstr ""
+
+#: methods/connect.cc:216
+#, fuzzy, c-format
+msgid "Unable to connect to %s %s:"
+msgstr "Nie uda�o si� przej�� do %s"
+
+#: methods/gzip.cc:57
+#, fuzzy, c-format
+msgid "Couldn't open pipe for %s"
+msgstr "Nie uda�o si� otworzy� pliku %s"
+
+#: methods/gzip.cc:102
+#, c-format
+msgid "Read error from %s process"
+msgstr ""
+
+#: methods/http.cc:340
+msgid "Waiting for file"
+msgstr ""
+
+#: methods/http.cc:486
+#, c-format
+msgid "Got a single header line over %u chars"
+msgstr ""
+
+#: methods/http.cc:494
+msgid "Bad header line"
+msgstr ""
+
+#: methods/http.cc:513 methods/http.cc:520
+msgid "The http server sent an invalid reply header"
+msgstr ""
+
+#: methods/http.cc:549
+msgid "The http server sent an invalid Content-Length header"
+msgstr ""
+
+#: methods/http.cc:564
+msgid "The http server sent an invalid Content-Range header"
+msgstr ""
+
+#: methods/http.cc:566
+msgid "This http server has broken range support"
+msgstr ""
+
+#: methods/http.cc:590
+#, fuzzy
+msgid "Unknown date format"
+msgstr "Nieznany rekord pakietu!"
+
+#: methods/http.cc:733
+#, fuzzy
+msgid "Select failed"
+msgstr " nie uda�o si�."
+
+#: methods/http.cc:738
+msgid "Connection timed out"
+msgstr ""
+
+#: methods/http.cc:761
+msgid "Error writing to output file"
+msgstr ""
+
+#: methods/http.cc:789
+msgid "Error writing to file"
+msgstr ""
+
+#: methods/http.cc:814
+#, fuzzy
+msgid "Error writing to the file"
+msgstr "Problem przy usuwaniu pliku"
+
+#: methods/http.cc:828
+msgid "Error reading from server Remote end closed connection"
+msgstr ""
+
+#: methods/http.cc:830
+msgid "Error reading from server"
+msgstr ""
+
+#: methods/http.cc:1061
+msgid "Bad header Data"
+msgstr ""
+
+#: methods/http.cc:1078
+#, fuzzy
+msgid "Connection failed"
+msgstr " nie uda�o si�."
+
+#: methods/http.cc:1169
+#, fuzzy
+msgid "Internal error"
+msgstr "B��d odczytu"
+
#: apt-pkg/contrib/mmap.cc:82
msgid "Can't mmap an empty file"
msgstr "Nie mo�na wykona� mmap na pustym pliku"
@@ -969,7 +1884,7 @@ msgstr "Nie mo�na wykona� mmap na pustym pliku"
msgid "Couldn't make mmap of %lu bytes"
msgstr "Nie uda�o si� wykona� mmap %lu bajt�w"
-#: apt-pkg/contrib/strutl.cc:935
+#: apt-pkg/contrib/strutl.cc:941
#, c-format
msgid "Selection %s not found"
msgstr "Nie odnaleziono wyboru %s"
@@ -997,7 +1912,8 @@ msgstr "B��d sk�adniowy %s:%u: Po warto�ci wyst�puj� �mieci"
#: apt-pkg/contrib/configuration.cc:635
#, c-format
msgid "Syntax error %s:%u: Directives can only be done at the top level"
-msgstr "B��d sk�adniowy %s:%u: Dyrektywy mog� wyst�powa� tylko na poziomie najwy�szym"
+msgstr ""
+"B��d sk�adniowy %s:%u: Dyrektywy mog� wyst�powa� tylko na poziomie najwy�szym"
#: apt-pkg/contrib/configuration.cc:642
#, c-format
@@ -1019,64 +1935,58 @@ msgstr "B��d sk�adniowy %s:%u: Nieobs�ugiwana dyrektywa '%s'"
msgid "Syntax error %s:%u: Extra junk at end of file"
msgstr "B��d sk�adniowy %s:%u: �mieci na ko�cu pliku"
-#: apt-pkg/contrib/configuration.cc:701 apt-pkg/contrib/cdromutl.cc:153
-#: apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
-#, c-format
-msgid "Unable to read %s"
-msgstr "Nie mo�na czyta� %s"
-
#: apt-pkg/contrib/progress.cc:154
-#, c-format
-msgid "%s... Error!"
+#, fuzzy, c-format
+msgid "%c%s... Error!"
msgstr "%s... B��d!"
#: apt-pkg/contrib/progress.cc:156
-#, c-format
-msgid "%s... Done"
+#, fuzzy, c-format
+msgid "%c%s... Done"
msgstr "%s... Gotowe"
-#: apt-pkg/contrib/cmndline.cc:79
+#: apt-pkg/contrib/cmndline.cc:80
#, c-format
msgid "Command line option '%c' [from %s] is not known."
msgstr "Opcja linii komend '%c' [z %s] jest nieznana."
-#: apt-pkg/contrib/cmndline.cc:105 apt-pkg/contrib/cmndline.cc:113
-#: apt-pkg/contrib/cmndline.cc:121
+#: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
+#: apt-pkg/contrib/cmndline.cc:122
#, c-format
msgid "Command line option %s is not understood"
msgstr "Niezrozumia�a opcja linii komend %s"
-#: apt-pkg/contrib/cmndline.cc:126
+#: apt-pkg/contrib/cmndline.cc:127
#, c-format
msgid "Command line option %s is not boolean"
msgstr "Opcja linii komend %s nie jest typu boolean"
-#: apt-pkg/contrib/cmndline.cc:165 apt-pkg/contrib/cmndline.cc:186
+#: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
#, c-format
msgid "Option %s requires an argument."
msgstr "Opcja %s wymaga argumentu."
-#: apt-pkg/contrib/cmndline.cc:200 apt-pkg/contrib/cmndline.cc:206
-#, c-format
-msgid "Option %s: Configuration item sepecification must have an =<val>."
+#: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
+#, fuzzy, c-format
+msgid "Option %s: Configuration item specification must have an =<val>."
msgstr "Opcja %s: Specyfikacja elementu konfiguracji musi zawiera� =<warto��>."
-#: apt-pkg/contrib/cmndline.cc:236
+#: apt-pkg/contrib/cmndline.cc:237
#, c-format
msgid "Option %s requires an integer argument, not '%s'"
msgstr "Opcja %s wymaga argumentu typu ca�kowitego, nie '%s'"
-#: apt-pkg/contrib/cmndline.cc:267
+#: apt-pkg/contrib/cmndline.cc:268
#, c-format
msgid "Option '%s' is too long"
msgstr "Opcja '%s' jest zbyt d�uga"
-#: apt-pkg/contrib/cmndline.cc:300
+#: apt-pkg/contrib/cmndline.cc:301
#, c-format
msgid "Sense %s is not understood, try true or false."
msgstr "Znaczenie %s jest nieznane, spr�buj true albo false."
-#: apt-pkg/contrib/cmndline.cc:350
+#: apt-pkg/contrib/cmndline.cc:351
#, c-format
msgid "Invalid operation %s"
msgstr "Nieprawid�owa operacja %s"
@@ -1140,10 +2050,6 @@ msgstr "Podproces %s zako�czy� si� niespodziewanie"
msgid "Could not open file %s"
msgstr "Nie uda�o si� otworzy� pliku %s"
-#: apt-pkg/contrib/fileutl.cc:452
-msgid "Read error"
-msgstr "B��d odczytu"
-
#: apt-pkg/contrib/fileutl.cc:473
#, fuzzy, c-format
msgid "read, still have %lu to read but none left"
@@ -1188,7 +2094,8 @@ msgid "This APT does not support the Versioning System '%s'"
msgstr "Ta wersja APT nie obs�uguje systemu wersji '%s'"
#: apt-pkg/pkgcache.cc:147
-msgid "The package cache was build for a different architecture"
+#, fuzzy
+msgid "The package cache was built for a different architecture"
msgstr "Ten magazyn podr�czny pakiet�w zosta� zbudowany dla innej architektury"
#: apt-pkg/pkgcache.cc:218
@@ -1338,14 +2245,14 @@ msgstr ""
msgid "Index file type '%s' is not supported"
msgstr "Plik indeksu typu '%s' nie jest obs�ugiwany"
-#: apt-pkg/algorithms.cc:237
+#: apt-pkg/algorithms.cc:238
#, c-format
msgid ""
"The package %s needs to be reinstalled, but I can't find an archive for it."
msgstr ""
"Pakiet %s ma zosta� przeinstalowany, ale nie mo�na znale�� jego archiwum."
-#: apt-pkg/algorithms.cc:1055
+#: apt-pkg/algorithms.cc:1056
msgid ""
"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
"held packages."
@@ -1353,7 +2260,7 @@ msgstr ""
"B��d, pkgProblemResolver::Resolve zwr�ci� b��d, mo�e to by� spowodowane "
"\"zatrzymanymi\" pakietami."
-#: apt-pkg/algorithms.cc:1057
+#: apt-pkg/algorithms.cc:1058
msgid "Unable to correct problems, you have held broken packages."
msgstr "Nie uda�o si� naprawi� problem�w, zatrzyma�e�/�a� uszkodzone pakiety."
@@ -1377,12 +2284,12 @@ msgstr "Nie uda�o si� odnale�� sterownika metody %s."
msgid "Method %s did not start correctly"
msgstr "Metoda %s nie uruchomi�a si� poprawnie."
-#: apt-pkg/init.cc:117
+#: apt-pkg/init.cc:119
#, c-format
msgid "Packaging system '%s' is not supported"
msgstr "System pakiet�w '%s' nie jest obs�ugiwany"
-#: apt-pkg/init.cc:133
+#: apt-pkg/init.cc:135
msgid "Unable to determine a suitable system type"
msgstr "Nie uda�o si� okre�li� odpowiedniego typu systemu"
@@ -1480,19 +2387,14 @@ msgstr "Wyst�pi� b��d przy przetwarzaniu %s (CollectFileProvides)"
#: apt-pkg/pkgcachegen.cc:260
#, c-format
msgid "Package %s %s was not found while processing file dependencies"
-msgstr "Pakiet %s %s nie zosta� odnaleziony przy przetwarzaniu zale�no�ci plik�w"
+msgstr ""
+"Pakiet %s %s nie zosta� odnaleziony przy przetwarzaniu zale�no�ci plik�w"
#: apt-pkg/pkgcachegen.cc:574
#, c-format
msgid "Couldn't stat source package list %s"
msgstr "Nie uda�o si� wykona� operacji stat na li�cie pakiet�w �r�d�owych %s"
-#. Build the status cache
-#: apt-pkg/pkgcachegen.cc:643 apt-pkg/pkgcachegen.cc:701
-#: apt-pkg/pkgcachegen.cc:706 apt-pkg/pkgcachegen.cc:829
-msgid "Reading Package Lists"
-msgstr "Czytanie list pakiet�w"
-
#: apt-pkg/pkgcachegen.cc:658
msgid "Collecting File Provides"
msgstr ""
@@ -1539,68 +2441,20 @@ msgstr "B��dny rozmiar"
msgid "MD5Sum mismatch"
msgstr "B��dna suma MD5"
+#: methods/rsh.cc:264
+msgid "File Not Found"
+msgstr ""
+
+#: methods/rsh.cc:330
+msgid "Connection closed prematurely"
+msgstr ""
+
#~ msgid "Sorry, you don't have enough free space in %s to hold all the .debs."
#~ msgstr ""
#~ "Niestety w %s jest zbyt ma�o wolnego miejsca aby pomie�ci� wszystkie "
#~ "pliki .deb."
#, fuzzy
-#~ msgid "Unable to read the cdrom database %s"
-#~ msgstr "Nie mo�na czyta� %s"
-
-#, fuzzy
-#~ msgid "Unable to connect to %s %s:"
-#~ msgstr "Nie uda�o si� przej�� do %s"
-
-#, fuzzy
-#~ msgid "Unable to determine the peer name"
-#~ msgstr "Nie uda�o si� okre�li� odpowiedniego typu systemu"
-
-#, fuzzy
-#~ msgid "Unable to determine the local name"
-#~ msgstr "Nie uda�o si� okre�li� odpowiedniego typu systemu"
-
-#, fuzzy
-#~ msgid "Could not bind a socket"
-#~ msgstr "Nie uda�o si� odnale�� pakietu %s"
-
-#, fuzzy
-#~ msgid "Unable to accept connection"
-#~ msgstr "Nie uda�o si� naprawi� zale�no�ci"
-
-#, fuzzy
-#~ msgid "Unable to fetch file, server said '%s'"
-#~ msgstr "Nie mo�na czyta� %s"
-
-#, fuzzy
-#~ msgid "Unable to invoke "
-#~ msgstr "Nie mo�na czyta� %s"
-
-#, fuzzy
-#~ msgid "Unknown date format"
-#~ msgstr "Nieznany rekord pakietu!"
-
-#, fuzzy
-#~ msgid "Select failed"
-#~ msgstr " nie uda�o si�."
-
-#, fuzzy
-#~ msgid "Failed write file %s"
-#~ msgstr "Nie uda�o si� pobra� %s %s\n"
-
-#, fuzzy
-#~ msgid "Failed to close file %s"
-#~ msgstr "Nie uda�o si� pobra� %s %s\n"
-
-#, fuzzy
-#~ msgid "Failed to stat %s"
-#~ msgstr "Nie uda�o si� wykona� operacji stat na pliku %s."
-
-#, fuzzy
-#~ msgid "Failed to rename %s to %s"
-#~ msgstr "Nie uda�o si� pobra� %s %s\n"
-
-#, fuzzy
#~ msgid "Extract "
#~ msgstr "dodatkowy"
@@ -1613,58 +2467,6 @@ msgstr "B��dna suma MD5"
#~ msgstr "Zast�puje"
#, fuzzy
-#~ msgid "Failed to read the archive headers"
-#~ msgstr "Nie uda�o si� pobra� niekt�rych archiw�w."
-
-#, fuzzy
-#~ msgid "Failed to create pipes"
-#~ msgstr "Nie uda�o si� pobra� niekt�rych archiw�w."
-
-#, fuzzy
-#~ msgid "Failed to exec gzip "
-#~ msgstr "Nie uda�o si� pobra� %s %s\n"
-
-#, fuzzy
-#~ msgid "Tar Checksum failed, archive corrupted"
-#~ msgstr "Magazyn podr�czny pakiet�w jest uszkodzony"
-
-#, fuzzy
-#~ msgid "Internal Error, could not locate member %s"
-#~ msgstr "B��d wewn�trzny, AllUpgrade wszystko popsu�o"
-
-#, fuzzy
-#~ msgid "Failed to remove %s"
-#~ msgstr "Nie uda�o si� pobra� %s %s\n"
-
-#, fuzzy
-#~ msgid "Unable to create %s"
-#~ msgstr "Nie mo�na czyta� %s"
-
-#, fuzzy
-#~ msgid "Failed to stat %sinfo"
-#~ msgstr "Nie uda�o si� wykona� operacji stat na pliku %s."
-
-#, fuzzy
-#~ msgid "Failed to change to the admin dir %sinfo"
-#~ msgstr "Nie uda�o si� przej�� do %s"
-
-#, fuzzy
-#~ msgid "Reading File Listing"
-#~ msgstr "Czytanie list pakiet�w"
-
-#, fuzzy
-#~ msgid "The diversion file is corrupted"
-#~ msgstr "Magazyn podr�czny pakiet�w jest uszkodzony"
-
-#, fuzzy
-#~ msgid "Reading File List"
-#~ msgstr "Czytanie list pakiet�w"
-
-#, fuzzy
-#~ msgid "Internal Error, Unable to parse a package record"
-#~ msgstr "Nie uda�o si� zanalizowa� pliku pakietu %s (1)"
-
-#, fuzzy
#~ msgid "You must give at least one file name"
#~ msgstr "Musisz poda� dok�adnie jeden wz�r"
@@ -1699,14 +2501,6 @@ msgstr "B��dna suma MD5"
#~ msgstr "ale %s jest zainstalowany"
#, fuzzy
-#~ msgid "Internal Error, non-zero counts"
-#~ msgstr "B��d wewn�trzny, AllUpgrade wszystko popsu�o"
-
-#, fuzzy
-#~ msgid "Internal Error, Ordering didn't finish"
-#~ msgstr "B��d wewn�trzny, AllUpgrade wszystko popsu�o"
-
-#, fuzzy
#~ msgid "Couldn't determine free space in %s"
#~ msgstr "Niestety w %s nie ma wystarczaj�cej ilo�ci miejsca"
@@ -1728,70 +2522,6 @@ msgstr "B��dna suma MD5"
#~ msgstr "Gotowe"
#, fuzzy
-#~ msgid "Unable to open DB2 file %s"
-#~ msgstr "Nie uda�o si� zanalizowa� pliku pakietu %s (2)"
-
-#, fuzzy
-#~ msgid "File date has changed %s"
-#~ msgstr "Nie uda�o si� przej�� do %s"
-
-#, fuzzy
-#~ msgid "Unable to get a cursor"
-#~ msgstr "Nie mo�na czyta� %s"
-
-#, fuzzy
-#~ msgid "Failed to fork"
-#~ msgstr "Nie uda�o si�"
-
-#, fuzzy
-#~ msgid "Internal Error, Failed to create %s"
-#~ msgstr "B��d wewn�trzny, AllUpgrade wszystko popsu�o"
-
-#, fuzzy
-#~ msgid "Failed to exec compressor "
-#~ msgstr "Nie uda�o si� pobra� niekt�rych archiw�w."
-
-#, fuzzy
-#~ msgid "IO to subprocess/file failed"
-#~ msgstr "Proces potomny zawi�d�"
-
-#, fuzzy
-#~ msgid "Unable to open %s"
-#~ msgstr "Nie mo�na czyta� %s"
-
-#, fuzzy
-#~ msgid "Failed to read the override file %s"
-#~ msgstr "Nie uda�o si� pobra� %s %s\n"
-
-#, fuzzy
-#~ msgid "W: Unable to read directory "
-#~ msgstr "Nie uda�o si� zablokowa� katalogu pobierania"
-
-#, fuzzy
-#~ msgid "W: Unable to stat "
-#~ msgstr "Nie uda�o si� wykona� operacji stat na pliku %s."
-
-#, fuzzy
-#~ msgid "Failed to resolve %s"
-#~ msgstr "Nie uda�o si� pobra� %s %s\n"
-
-#, fuzzy
-#~ msgid "Failed to open %s"
-#~ msgstr "Nie uda�o si� pobra� %s %s\n"
-
-#, fuzzy
-#~ msgid "Failed to readlink %s"
-#~ msgstr "Nie mo�na czyta� %s"
-
-#, fuzzy
-#~ msgid "Failed to unlink %s"
-#~ msgstr "Nie uda�o si� pobra� %s %s\n"
-
-#, fuzzy
-#~ msgid "*** Failed to link %s to %s"
-#~ msgstr "Nie uda�o si� pobra� %s %s\n"
-
-#, fuzzy
#~ msgid "Could not find a record in the DSC '%s'"
#~ msgstr "Nie uda�o si� odnale�� pakietu %s"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index e438a4df7..1459eb553 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -2,11 +2,10 @@
# Copyright (C) 2002 Free Software Foundation, Inc.
# Gustavo Noronha Silva <kov@debian.org>, 2002.
# Andr� Lu�s Lopes <andrelop@ig.com.br>, 2002.
-
msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
-"POT-Creation-Date: 2002-11-10 19:37+0100\n"
+"POT-Creation-Date: 2003-02-09 21:51-0600\n"
"PO-Revision-Date: 2002-11-13 21:424+0300\n"
"Last-Translator: Andr� Lu�s Lopes <andrelop@ig.com.br>\n"
"Language-Team: Debian-BR Project <debian-l10n-portuguese@lists.debian.org>\n"
@@ -14,141 +13,142 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: cmdline/apt-cache.cc:131
+#: cmdline/apt-cache.cc:133
#, c-format
msgid "Package %s version %s has an unmet dep:\n"
msgstr "O pacote %s vers�o %s tem uma depend�ncia desencontrada:\n"
-#: cmdline/apt-cache.cc:171 cmdline/apt-cache.cc:523 cmdline/apt-cache.cc:669
-#: cmdline/apt-cache.cc:1035 cmdline/apt-cache.cc:1181
+#: cmdline/apt-cache.cc:173 cmdline/apt-cache.cc:525 cmdline/apt-cache.cc:671
+#: cmdline/apt-cache.cc:1037 cmdline/apt-cache.cc:1183
#, c-format
msgid "Unable to locate package %s"
msgstr "Imposs�vel encontrar pacote %s"
-#: cmdline/apt-cache.cc:228
+#: cmdline/apt-cache.cc:230
msgid "Total Package Names : "
msgstr "Total de Nomes de Pacotes : "
-#: cmdline/apt-cache.cc:268
+#: cmdline/apt-cache.cc:270
msgid " Normal Packages: "
msgstr " Pacotes Normais: "
-#: cmdline/apt-cache.cc:269
+#: cmdline/apt-cache.cc:271
msgid " Pure Virtual Packages: "
msgstr " Pacotes Puramente Virtuais: "
-#: cmdline/apt-cache.cc:270
+#: cmdline/apt-cache.cc:272
msgid " Single Virtual Packages: "
msgstr " Pacotes Virtuais �nicos: "
-#: cmdline/apt-cache.cc:271
+#: cmdline/apt-cache.cc:273
msgid " Mixed Virtual Packages: "
msgstr " Pacotes Virtuais Misturados: "
-#: cmdline/apt-cache.cc:272
+#: cmdline/apt-cache.cc:274
msgid " Missing: "
msgstr " Faltando: "
-#: cmdline/apt-cache.cc:274
+#: cmdline/apt-cache.cc:276
msgid "Total Distinct Versions: "
msgstr "Total de Vers�es Distintas: "
-#: cmdline/apt-cache.cc:276
+#: cmdline/apt-cache.cc:278
msgid "Total Dependencies: "
msgstr "Total de Depend�ncias: "
-#: cmdline/apt-cache.cc:279
+#: cmdline/apt-cache.cc:281
msgid "Total Ver/File relations: "
msgstr "Total de rela��es Ver/Arquivo: "
-#: cmdline/apt-cache.cc:281
+#: cmdline/apt-cache.cc:283
msgid "Total Provides Mappings: "
msgstr "Total de Mapeamentos Providos: "
-#: cmdline/apt-cache.cc:293
+#: cmdline/apt-cache.cc:295
msgid "Total Globbed Strings: "
msgstr "Total de Strings Globbed: "
-#: cmdline/apt-cache.cc:307
+#: cmdline/apt-cache.cc:309
msgid "Total Dependency Version space: "
msgstr "Total de espa�o de Depend�ncia de Vers�o: "
-#: cmdline/apt-cache.cc:312
+#: cmdline/apt-cache.cc:314
msgid "Total Slack space: "
msgstr "Total de espa�o Frouxo: "
-#: cmdline/apt-cache.cc:320
+#: cmdline/apt-cache.cc:322
msgid "Total Space Accounted for: "
msgstr "Total de Espa�o Contado: "
-#: cmdline/apt-cache.cc:442 cmdline/apt-cache.cc:869
+#: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:871
#, c-format
msgid "Package file %s is out of sync."
msgstr "O arquivo de pacote %s est� dessincronizado."
-#: cmdline/apt-cache.cc:911
+#: cmdline/apt-cache.cc:913
msgid "You must give exactly one pattern"
msgstr "Voc� deve passar exatamente um padr�o"
-#: cmdline/apt-cache.cc:1135
+#: cmdline/apt-cache.cc:1137
msgid "Package Files:"
msgstr "Arquivos de Pacotes :"
-#: cmdline/apt-cache.cc:1142 cmdline/apt-cache.cc:1228
+#: cmdline/apt-cache.cc:1144 cmdline/apt-cache.cc:1230
msgid "Cache is out of sync, can't x-ref a package file"
msgstr ""
"O cache est� fora de sincronia, n�o posso x-refenciar um arquivo de pacote"
-#: cmdline/apt-cache.cc:1143
+#: cmdline/apt-cache.cc:1145
#, c-format
msgid "%4i %s\n"
msgstr "%4i %s\n"
#. Show any packages have explicit pins
-#: cmdline/apt-cache.cc:1155
+#: cmdline/apt-cache.cc:1157
msgid "Pinned Packages:"
msgstr "Pacotes Pinados: "
-#: cmdline/apt-cache.cc:1167 cmdline/apt-cache.cc:1208
+#: cmdline/apt-cache.cc:1169 cmdline/apt-cache.cc:1210
msgid "(not found)"
msgstr "(n�o encontrado)"
#. Installed version
-#: cmdline/apt-cache.cc:1188
+#: cmdline/apt-cache.cc:1190
msgid " Installed: "
msgstr " Instalado: "
-#: cmdline/apt-cache.cc:1190 cmdline/apt-cache.cc:1198
+#: cmdline/apt-cache.cc:1192 cmdline/apt-cache.cc:1200
msgid "(none)"
msgstr "(nenhum)"
#. Candidate Version
-#: cmdline/apt-cache.cc:1195
+#: cmdline/apt-cache.cc:1197
msgid " Candidate: "
msgstr " Candidatos: "
-#: cmdline/apt-cache.cc:1205
+#: cmdline/apt-cache.cc:1207
msgid " Package Pin: "
msgstr " Pin do Pacote: "
#. Show the priority tables
-#: cmdline/apt-cache.cc:1214
+#: cmdline/apt-cache.cc:1216
msgid " Version Table:"
msgstr " Tabela de Vers�o:"
-#: cmdline/apt-cache.cc:1229
+#: cmdline/apt-cache.cc:1231
#, c-format
msgid " %4i %s\n"
msgstr " %4i %s\n"
-#: cmdline/apt-cache.cc:1256 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:69
-#: cmdline/apt-extracttemplates.cc:223 ftparchive/apt-ftparchive.cc:544
-#: cmdline/apt-get.cc:2015 cmdline/apt-sortpkgs.cc:142
+#: cmdline/apt-cache.cc:1258 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
+#: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:544
+#: cmdline/apt-get.cc:2049 cmdline/apt-sortpkgs.cc:144
#, c-format
msgid "%s %s for %s %s compiled on %s %s\n"
msgstr "%s %s para %s %s compilado em %s %s\n"
-#: cmdline/apt-cache.cc:1260
+#: cmdline/apt-cache.cc:1262
+#, fuzzy
msgid ""
"Usage: apt-cache [options] command\n"
" apt-cache [options] add file1 [file1 ...]\n"
@@ -159,7 +159,7 @@ msgid ""
"cache files, and query information from them\n"
"\n"
"Commands:\n"
-" add - Add an package file to the source cache\n"
+" add - Add a package file to the source cache\n"
" gencaches - Build both the package and source cache\n"
" showpkg - Show some general information for a single package\n"
" showsrc - Show source records\n"
@@ -220,11 +220,11 @@ msgstr ""
"Veja as p�ginas de manual apt-cache(8) e apt.conf(5) para maiores "
"informa��es.\n"
-#: cmdline/apt-config.cc:40
+#: cmdline/apt-config.cc:41
msgid "Arguments not in pairs"
msgstr "Argumentos n�o est�o em pares"
-#: cmdline/apt-config.cc:75
+#: cmdline/apt-config.cc:76
msgid ""
"Usage: apt-config [options] command\n"
"\n"
@@ -253,12 +253,12 @@ msgstr ""
" -c=? Ler esse arquivo de configura��o\n"
" -o=? Define uma op��o arbitr�ria de configura��o, ex: -o dir::cache=/tmp\n"
-#: cmdline/apt-extracttemplates.cc:96
+#: cmdline/apt-extracttemplates.cc:98
#, c-format
msgid "%s not a valid DEB package."
msgstr "%s n�o � um pacote DEB v�lido."
-#: cmdline/apt-extracttemplates.cc:230
+#: cmdline/apt-extracttemplates.cc:232
msgid ""
"Usage: apt-extracttemplates file1 [file2 ...]\n"
"\n"
@@ -282,15 +282,294 @@ msgstr ""
" -c=? Ler esse arquivo de configura��o\n"
" -o=? Define uma op��o arbitr�ria de configura��o, ex: -o dir::cache=/tmp\n"
-#: cmdline/apt-extracttemplates.cc:257 apt-pkg/pkgcachegen.cc:699
+#: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
#, c-format
msgid "Unable to write to %s"
msgstr "Imposs�vel escrever para %s"
-#: cmdline/apt-extracttemplates.cc:300
+#: cmdline/apt-extracttemplates.cc:302
msgid "Cannot get debconf version. Is debconf installed?"
msgstr "N�o foi poss�vel conseguir a vers�o do debconf. Ele est� instalado?"
+#: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:336
+#, fuzzy
+msgid "Package extension list is too long"
+msgstr "Op��o '%s' � muito longa"
+
+#: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
+#: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:251
+#: ftparchive/apt-ftparchive.cc:265 ftparchive/apt-ftparchive.cc:287
+#, c-format
+msgid "Error Processing directory %s"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:249
+#, fuzzy
+msgid "Source extension list is too long"
+msgstr "Op��o '%s' � muito longa"
+
+#: ftparchive/apt-ftparchive.cc:366
+msgid "Error writing header to contents file"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:396
+#, c-format
+msgid "Error Processing Contents %s"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:550
+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"
+"\n"
+"apt-ftparchive generates index files for Debian archives. It supports\n"
+"many styles of generation from fully automated to functional replacements\n"
+"for dpkg-scanpackages and dpkg-scansources\n"
+"\n"
+"apt-ftparchive generates Package files from a tree of .debs. The\n"
+"Package file contains the contents of all the control fields from\n"
+"each package as well as the MD5 hash and filesize. An override file\n"
+"is supported to force the value of Priority and Section.\n"
+"\n"
+"Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
+"The --source-override option can be used to specify a src override file\n"
+"\n"
+"The 'packages' and 'sources' command should be run in the root of the\n"
+"tree. BinaryPath should point to the base of the recursive search and \n"
+"override file should contian the override flags. Pathprefix is\n"
+"appended to the filename fields if present. Example usage from the \n"
+"debian archive:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+"\n"
+"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"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:731
+msgid "No selections matched"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:804
+#, c-format
+msgid "Some files are missing in the package file group `%s'"
+msgstr ""
+
+#: ftparchive/cachedb.cc:43
+#, c-format
+msgid "DB was corrupted, file renamed to %s.old"
+msgstr ""
+
+#: ftparchive/cachedb.cc:59
+#, fuzzy, c-format
+msgid "Unable to open DB2 file %s"
+msgstr "Imposs�vel analizar arquivo de pacote %s (2)"
+
+#: ftparchive/cachedb.cc:99
+#, fuzzy, c-format
+msgid "File date has changed %s"
+msgstr "Imposs�vel mudar para %s"
+
+#: ftparchive/cachedb.cc:140
+msgid "Archive has no control record"
+msgstr ""
+
+#: ftparchive/cachedb.cc:253 ftparchive/cachedb.cc:257
+#, fuzzy
+msgid "Unable to get a cursor"
+msgstr "Imposs�vel ler %s"
+
+#: ftparchive/writer.cc:78
+#, fuzzy, c-format
+msgid "W: Unable to read directory %s\n"
+msgstr "Imposs�vel criar lock no diret�rio de download"
+
+#: ftparchive/writer.cc:83
+#, fuzzy, c-format
+msgid "W: Unable to stat %s\n"
+msgstr "Imposs�vel checar %s."
+
+#: ftparchive/writer.cc:122
+msgid "E: "
+msgstr ""
+
+#: ftparchive/writer.cc:124
+msgid "W: "
+msgstr ""
+
+#: ftparchive/writer.cc:131
+msgid "E: Errors apply to file "
+msgstr ""
+
+#: ftparchive/writer.cc:148 ftparchive/writer.cc:178
+#, fuzzy, c-format
+msgid "Failed to resolve %s"
+msgstr "Falha ao baixar %s %s\n"
+
+#: ftparchive/writer.cc:160
+msgid "Tree walking failed"
+msgstr ""
+
+#: ftparchive/writer.cc:185
+#, fuzzy, c-format
+msgid "Failed to open %s"
+msgstr "Falha ao baixar %s %s\n"
+
+#: ftparchive/writer.cc:242
+#, c-format
+msgid " DeLink %s [%s]\n"
+msgstr ""
+
+#: ftparchive/writer.cc:250
+#, fuzzy, c-format
+msgid "Failed to readlink %s"
+msgstr "Imposs�vel ler %s"
+
+#: ftparchive/writer.cc:254
+#, fuzzy, c-format
+msgid "Failed to unlink %s"
+msgstr "Falha ao baixar %s %s\n"
+
+#: ftparchive/writer.cc:261
+#, fuzzy, c-format
+msgid "*** Failed to link %s to %s"
+msgstr "Falha ao baixar %s %s\n"
+
+#: ftparchive/writer.cc:271
+#, c-format
+msgid " DeLink limit of %sB hit.\n"
+msgstr ""
+
+#: ftparchive/writer.cc:338 apt-inst/extract.cc:181 apt-inst/extract.cc:193
+#: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
+#, fuzzy, c-format
+msgid "Failed to stat %s"
+msgstr "Imposs�vel checar %s."
+
+#: ftparchive/writer.cc:358
+msgid "Archive had no package field"
+msgstr ""
+
+#: ftparchive/writer.cc:366 ftparchive/writer.cc:576
+#, fuzzy, c-format
+msgid " %s has no override entry\n"
+msgstr "%s n�o tem depend�ncias de constru��o.\n"
+
+#: ftparchive/writer.cc:409 ftparchive/writer.cc:658
+#, c-format
+msgid " %s maintainer is %s not %s\n"
+msgstr ""
+
+#: ftparchive/contents.cc:346 ftparchive/contents.cc:377
+msgid "realloc - Failed to allocate memory"
+msgstr ""
+
+#: ftparchive/override.cc:38 ftparchive/override.cc:146
+#, fuzzy, c-format
+msgid "Unable to open %s"
+msgstr "Imposs�vel ler %s"
+
+#: ftparchive/override.cc:64 ftparchive/override.cc:170
+#, c-format
+msgid "Malformed override %s line %lu #1"
+msgstr ""
+
+#: ftparchive/override.cc:78 ftparchive/override.cc:182
+#, c-format
+msgid "Malformed override %s line %lu #2"
+msgstr ""
+
+#: ftparchive/override.cc:92 ftparchive/override.cc:195
+#, c-format
+msgid "Malformed override %s line %lu #3"
+msgstr ""
+
+#: ftparchive/override.cc:131 ftparchive/override.cc:205
+#, fuzzy, c-format
+msgid "Failed to read the override file %s"
+msgstr "Falha ao baixar %s %s\n"
+
+#: ftparchive/multicompress.cc:75
+#, c-format
+msgid "Unknown Compresison Algorithm '%s'"
+msgstr ""
+
+#: ftparchive/multicompress.cc:105
+#, c-format
+msgid "Compressed output %s needs a compression set"
+msgstr ""
+
+#: ftparchive/multicompress.cc:172 methods/rsh.cc:91
+#, fuzzy
+msgid "Failed to create IPC pipe to subprocess"
+msgstr "Falha ao baixar alguns arquivos."
+
+#: ftparchive/multicompress.cc:198
+#, fuzzy
+msgid "Failed to create FILE*"
+msgstr "Falha ao baixar alguns arquivos."
+
+#: ftparchive/multicompress.cc:201
+#, fuzzy
+msgid "Failed to fork"
+msgstr "Falhou"
+
+#: ftparchive/multicompress.cc:215
+msgid "Compress Child"
+msgstr ""
+
+#: ftparchive/multicompress.cc:238
+#, fuzzy, c-format
+msgid "Internal Error, Failed to create %s"
+msgstr "Erro Interno, AllUpgrade quebrou as coisas"
+
+#: ftparchive/multicompress.cc:289
+#, fuzzy
+msgid "Failed to create subprocess IPC"
+msgstr "Falha ao baixar alguns arquivos."
+
+#: ftparchive/multicompress.cc:324
+#, fuzzy
+msgid "Failed to exec compressor "
+msgstr "Falha ao baixar alguns arquivos."
+
+#: ftparchive/multicompress.cc:363
+#, fuzzy
+msgid "decompressor"
+msgstr "Falha ao baixar alguns arquivos."
+
+#: ftparchive/multicompress.cc:406
+#, fuzzy
+msgid "IO to subprocess/file failed"
+msgstr "Processo filho falhou"
+
+#: ftparchive/multicompress.cc:458
+#, fuzzy
+msgid "Failed to read while computing MD5"
+msgstr "Imposs�vel ler %s"
+
+#: ftparchive/multicompress.cc:475
+#, fuzzy, c-format
+msgid "Problem unlinking %s"
+msgstr "Problema removendo o link do arquivo"
+
+#: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
+#, fuzzy, c-format
+msgid "Failed to rename %s to %s"
+msgstr "Falha ao baixar %s %s\n"
+
#. This needs to be a capital
#: cmdline/apt-get.cc:116
msgid "Y"
@@ -446,7 +725,8 @@ msgstr "� precis fazer o download de %sB de arquivos.\n"
#: cmdline/apt-get.cc:721
#, c-format
msgid "After unpacking %sB of additional disk space will be used.\n"
-msgstr "Depois de desempacotar, %sB adicionais de espa�o em disco ser�o usados.\n"
+msgstr ""
+"Depois de desempacotar, %sB adicionais de espa�o em disco ser�o usados.\n"
#: cmdline/apt-get.cc:724
#, c-format
@@ -576,7 +856,8 @@ msgstr "O pacote %s n�o tem candidato para instala��o"
#, c-format
msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
msgstr ""
-"A reinstala��o de %s n�o � poss�vel, o download do mesmo n�o pode ser feito.\n"
+"A reinstala��o de %s n�o � poss�vel, o download do mesmo n�o pode ser "
+"feito.\n"
#: cmdline/apt-get.cc:1028
#, c-format
@@ -683,7 +964,7 @@ msgstr "Os pacotes extra a seguir ser�o instalados:"
msgid "Calculating Upgrade... "
msgstr "Calculando Atualiza��o... "
-#: cmdline/apt-get.cc:1476
+#: cmdline/apt-get.cc:1476 methods/ftp.cc:700 methods/connect.cc:99
msgid "Failed"
msgstr "Falhou"
@@ -759,16 +1040,25 @@ msgstr "Imposs�vel conseguir informa��es de depend�ncia de constru��o para %s"
msgid "%s has no build depends.\n"
msgstr "%s n�o tem depend�ncias de constru��o.\n"
-#: cmdline/apt-get.cc:1931
-#, c-format
+#: cmdline/apt-get.cc:1948
+#, fuzzy, c-format
msgid ""
-"%s dependency on %s cannot be satisfied because the package %s cannot be "
+"%s dependency for %s cannot be satisfied because the package %s cannot be "
"found"
msgstr ""
"a depend�ncia de %s por %s n�o pode ser satisfeita porque o pacote %s n�o "
"pode ser encontrado"
-#: cmdline/apt-get.cc:1983
+#: cmdline/apt-get.cc:1990
+#, fuzzy, c-format
+msgid ""
+"%s dependency for %s cannot be satisfied because no available versions of "
+"package %s can satisfy version requirements"
+msgstr ""
+"a depend�ncia de %s por %s n�o pode ser satisfeita porque o pacote %s n�o "
+"pode ser encontrado"
+
+#: cmdline/apt-get.cc:2017
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."
@@ -777,15 +1067,15 @@ msgstr ""
"as depend�ncias de constru��o.\n"
"Voc� pode querer rodar `apt-get -f install' para corrig�-los."
-#: cmdline/apt-get.cc:1988
+#: cmdline/apt-get.cc:2022
msgid "Failed to process build dependencies"
msgstr "Falha ao processar as depend�ncias de constru��o"
-#: cmdline/apt-get.cc:2020
+#: cmdline/apt-get.cc:2054
msgid "Supported Modules:"
msgstr "M�dulos Suportados:"
-#: cmdline/apt-get.cc:2061
+#: cmdline/apt-get.cc:2095
msgid ""
"Usage: apt-get [options] command\n"
" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -898,11 +1188,11 @@ msgstr ""
"Troca de m�dia: Por favor insira o disco nomeado '%s' no drive '%s' e "
"pressione enter\n"
-#: cmdline/apt-sortpkgs.cc:84
+#: cmdline/apt-sortpkgs.cc:86
msgid "Unknown package record!"
msgstr "Registro de pacote desconhecido!"
-#: cmdline/apt-sortpkgs.cc:148
+#: cmdline/apt-sortpkgs.cc:150
msgid ""
"Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
"\n"
@@ -926,6 +1216,291 @@ msgstr ""
" -c=? Ler esse arquivo de configura��o\n"
" -o=? Define uma op��o arbitr�ria de configura��o, ex: -o dir::cache=/tmp\n"
+#: apt-inst/contrib/extracttar.cc:115
+#, fuzzy
+msgid "Failed to create pipes"
+msgstr "Falha ao baixar alguns arquivos."
+
+#: apt-inst/contrib/extracttar.cc:140
+#, fuzzy
+msgid "Failed to exec gzip "
+msgstr "Falha ao baixar %s %s\n"
+
+#: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
+msgid "Corrupted archive"
+msgstr ""
+
+#: apt-inst/contrib/extracttar.cc:192
+#, fuzzy
+msgid "Tar Checksum failed, archive corrupted"
+msgstr "O arquivo de cache de pacotes est� corrompido"
+
+#: apt-inst/contrib/extracttar.cc:295
+#, c-format
+msgid "Unkown TAR header type %u, member %s"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:73
+msgid "Invalid archive signature"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:81
+#, fuzzy
+msgid "Error reading archive member header"
+msgstr "Falha ao baixar alguns arquivos."
+
+#: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
+msgid "Invalid archive member header"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:131
+msgid "Archive is too short"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:135
+#, fuzzy
+msgid "Failed to read the archive headers"
+msgstr "Falha ao baixar alguns arquivos."
+
+#: apt-inst/filelist.cc:384
+msgid "DropNode called on still linked node"
+msgstr ""
+
+#: apt-inst/filelist.cc:416
+#, fuzzy
+msgid "Failed to locate the hash element!"
+msgstr "Imposs�vel checar o cdrom"
+
+#: apt-inst/filelist.cc:463
+#, fuzzy
+msgid "Failed to allocate diversion"
+msgstr "Falha ao baixar alguns arquivos."
+
+#: apt-inst/filelist.cc:468
+#, fuzzy
+msgid "Internal Error in AddDiversion"
+msgstr "Erro Interno, AllUpgrade quebrou as coisas"
+
+#: apt-inst/filelist.cc:481
+#, c-format
+msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
+msgstr ""
+
+#: apt-inst/filelist.cc:510
+#, c-format
+msgid "Double add of diversion %s -> %s"
+msgstr ""
+
+#: apt-inst/filelist.cc:553
+#, c-format
+msgid "Duplicate conf file %s/%s"
+msgstr ""
+
+#: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
+#, fuzzy, c-format
+msgid "Failed write file %s"
+msgstr "Falha ao baixar %s %s\n"
+
+#: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
+#, fuzzy, c-format
+msgid "Failed to close file %s"
+msgstr "Falha ao baixar %s %s\n"
+
+#: apt-inst/extract.cc:96 apt-inst/extract.cc:167
+#, fuzzy, c-format
+msgid "The path %s is too long"
+msgstr "Op��o '%s' � muito longa"
+
+#: apt-inst/extract.cc:127
+#, c-format
+msgid "Unpacking %s more than once"
+msgstr ""
+
+#: apt-inst/extract.cc:137
+#, c-format
+msgid "The directory %s is diverted"
+msgstr ""
+
+#: apt-inst/extract.cc:147
+#, c-format
+msgid "The package is trying to write to the diversion target %s/%s"
+msgstr ""
+
+#: apt-inst/extract.cc:157 apt-inst/extract.cc:300
+#, fuzzy
+msgid "The diversion path is too long"
+msgstr "O arquivo de cache de pacotes est� corrompido"
+
+#: apt-inst/extract.cc:243
+#, c-format
+msgid "The directory %s is being replaced by a non-directory"
+msgstr ""
+
+#: apt-inst/extract.cc:283
+msgid "Failed to locate node in its hash bucket"
+msgstr ""
+
+#: apt-inst/extract.cc:287
+#, fuzzy
+msgid "The path is too long"
+msgstr "Op��o '%s' � muito longa"
+
+#: apt-inst/extract.cc:417
+#, c-format
+msgid "Overwrite package match with no version for %s"
+msgstr ""
+
+#: apt-inst/extract.cc:434
+#, c-format
+msgid "File %s/%s overwrites the one in the package %s"
+msgstr ""
+
+#: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
+#: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
+#, c-format
+msgid "Unable to read %s"
+msgstr "Imposs�vel ler %s"
+
+#: apt-inst/extract.cc:494
+#, fuzzy, c-format
+msgid "Unable to stat %s"
+msgstr "Imposs�vel checar %s."
+
+#: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
+#, fuzzy, c-format
+msgid "Failed to remove %s"
+msgstr "Falha ao baixar %s %s\n"
+
+#: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
+#, fuzzy, c-format
+msgid "Unable to create %s"
+msgstr "Imposs�vel ler %s"
+
+#: apt-inst/deb/dpkgdb.cc:118
+#, fuzzy, c-format
+msgid "Failed to stat %sinfo"
+msgstr "Imposs�vel checar %s."
+
+#: apt-inst/deb/dpkgdb.cc:123
+msgid "The info and temp directories need to be on the same filesystem"
+msgstr ""
+
+#. Build the status cache
+#: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
+#: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
+#: apt-pkg/pkgcachegen.cc:829
+msgid "Reading Package Lists"
+msgstr "Lendo Lista de Pacotes"
+
+#: apt-inst/deb/dpkgdb.cc:180
+#, fuzzy, c-format
+msgid "Failed to change to the admin dir %sinfo"
+msgstr "Imposs�vel mudar para %s"
+
+#: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:355
+#: apt-inst/deb/dpkgdb.cc:448
+#, fuzzy
+msgid "Internal Error getting a Package Name"
+msgstr "Imposs�vel analizar arquivo de pacote %s (1)"
+
+#: apt-inst/deb/dpkgdb.cc:205
+#, fuzzy
+msgid "Reading File Listing"
+msgstr "Lendo Lista de Pacotes"
+
+#: apt-inst/deb/dpkgdb.cc:216
+#, c-format
+msgid ""
+"Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
+"then make it empty and immediately re-install the same version of the "
+"package!"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
+#, fuzzy, c-format
+msgid "Failed reading the list file %sinfo/%s"
+msgstr "Falha ao baixar %s %s\n"
+
+#: apt-inst/deb/dpkgdb.cc:266
+#, fuzzy
+msgid "Internal Error getting a Node"
+msgstr "Erro Interno, AllUpgrade quebrou as coisas"
+
+#: apt-inst/deb/dpkgdb.cc:309
+#, fuzzy, c-format
+msgid "Failed to open the diversions file %sdiversions"
+msgstr "Falha ao baixar %s %s\n"
+
+#: apt-inst/deb/dpkgdb.cc:324
+#, fuzzy
+msgid "The diversion file is corrupted"
+msgstr "O arquivo de cache de pacotes est� corrompido"
+
+#: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
+#: apt-inst/deb/dpkgdb.cc:341
+#, fuzzy, c-format
+msgid "Invalid line in the diversion file: %s"
+msgstr "Falha ao baixar %s %s\n"
+
+#: apt-inst/deb/dpkgdb.cc:362
+#, fuzzy
+msgid "Internal Error adding a diversion"
+msgstr "Erro Interno, AllUpgrade quebrou as coisas"
+
+#: apt-inst/deb/dpkgdb.cc:383
+msgid "The pkg cache must be initialize first"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:386
+#, fuzzy
+msgid "Reading File List"
+msgstr "Lendo Lista de Pacotes"
+
+#: apt-inst/deb/dpkgdb.cc:443
+#, c-format
+msgid "Failed to find a Package: Header, offset %lu"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:465
+#, c-format
+msgid "Bad ConfFile section in the status file. Offset %lu"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:470
+#, c-format
+msgid "Error parsing MD5. Offset %lu"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:55
+#, c-format
+msgid "This is not a valid DEB archive, missing '%s' member"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:72
+#, fuzzy, c-format
+msgid "Internal Error, could not locate member %s"
+msgstr "Erro Interno, AllUpgrade quebrou as coisas"
+
+#: apt-inst/deb/debfile.cc:104
+#, fuzzy, c-format
+msgid "Couldn't change to %s"
+msgstr "N�o foi poss�vel obter trava %s"
+
+#: apt-inst/deb/debfile.cc:125
+#, fuzzy
+msgid "Internal Error, could not locate member"
+msgstr "Erro Interno, AllUpgrade quebrou as coisas"
+
+#: apt-inst/deb/debfile.cc:158
+#, fuzzy
+msgid "Failed to locate a valid control file"
+msgstr "Falha ao baixar %s %s\n"
+
+#: apt-inst/deb/debfile.cc:243
+#, fuzzy
+msgid "Unparsible control file"
+msgstr "Imposs�vel ler %s"
+
#: dselect/install:32
msgid "Bad default setting!"
msgstr "Configura��o padr�o ruim!"
@@ -961,6 +1536,347 @@ msgstr ""
msgid "Merging Available information"
msgstr "Mesclando informa��o Dispon�vel"
+#: methods/cdrom.cc:113
+#, fuzzy, c-format
+msgid "Unable to read the cdrom database %s"
+msgstr "Imposs�vel ler %s"
+
+#: 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"
+msgstr ""
+
+#: methods/cdrom.cc:130 methods/cdrom.cc:168
+msgid "Wrong CD"
+msgstr ""
+
+#: methods/cdrom.cc:163
+#, c-format
+msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
+msgstr ""
+
+#: methods/cdrom.cc:177 methods/file.cc:77
+#, fuzzy
+msgid "File not found"
+msgstr "(n�o encontrado)"
+
+#: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
+#, fuzzy
+msgid "Failed to stat"
+msgstr "Imposs�vel checar %s."
+
+#: methods/copy.cc:79 methods/gzip.cc:139
+#, fuzzy
+msgid "Failed to set modification time"
+msgstr "Imposs�vel checar %s."
+
+#: methods/file.cc:42
+msgid "Invalid URI, local URIS must not start with //"
+msgstr ""
+
+#. Login must be before getpeername otherwise dante won't work.
+#: methods/ftp.cc:162
+msgid "Logging in"
+msgstr ""
+
+#: methods/ftp.cc:168
+#, fuzzy
+msgid "Unable to determine the peer name"
+msgstr "Imposs�vel determinar um tipo de sistema aplic�vel"
+
+#: methods/ftp.cc:173
+#, fuzzy
+msgid "Unable to determine the local name"
+msgstr "Imposs�vel determinar um tipo de sistema aplic�vel"
+
+#: methods/ftp.cc:204 methods/ftp.cc:230
+#, c-format
+msgid "Server refused our connection and said: %s"
+msgstr ""
+
+#: methods/ftp.cc:210
+#, fuzzy, c-format
+msgid "USER failed, server said: %s"
+msgstr "Imposs�vel ler %s"
+
+#: methods/ftp.cc:216
+#, fuzzy, c-format
+msgid "PASS failed, server said: %s"
+msgstr "Imposs�vel ler %s"
+
+#: methods/ftp.cc:235
+msgid ""
+"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
+"is empty."
+msgstr ""
+
+#: methods/ftp.cc:263
+#, c-format
+msgid "Login script command '%s' failed, server said: %s"
+msgstr ""
+
+#: methods/ftp.cc:289
+#, fuzzy, c-format
+msgid "TYPE failed, server said: %s"
+msgstr "Imposs�vel ler %s"
+
+#: methods/ftp.cc:327 methods/ftp.cc:438 methods/rsh.cc:183 methods/rsh.cc:226
+msgid "Connection timeout"
+msgstr ""
+
+#: methods/ftp.cc:333
+msgid "Server closed the connection"
+msgstr ""
+
+#: methods/ftp.cc:336 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
+msgid "Read error"
+msgstr "Erro de leitura"
+
+#: methods/ftp.cc:343 methods/rsh.cc:197
+msgid "A response overflowed the buffer."
+msgstr ""
+
+#: methods/ftp.cc:360 methods/ftp.cc:372
+msgid "Protocol corruption"
+msgstr ""
+
+#: methods/ftp.cc:444 methods/rsh.cc:232
+#, fuzzy
+msgid "Write Error"
+msgstr "Erro de leitura"
+
+#: methods/ftp.cc:685 methods/ftp.cc:691 methods/ftp.cc:727
+#, fuzzy
+msgid "Could not create a socket"
+msgstr "Imposs�vel achar pacote %s"
+
+#: methods/ftp.cc:696
+msgid "Could not connect data socket, connection timed out"
+msgstr ""
+
+#: methods/ftp.cc:702
+#, fuzzy
+msgid "Could not connect passive socket."
+msgstr "Imposs�vel achar pacote %s"
+
+#: methods/ftp.cc:720
+msgid "getaddrinfo was unable to get a listening socket"
+msgstr ""
+
+#: methods/ftp.cc:734
+#, fuzzy
+msgid "Could not bind a socket"
+msgstr "Imposs�vel achar pacote %s"
+
+#: methods/ftp.cc:738
+#, fuzzy
+msgid "Could not listen on the socket"
+msgstr "Imposs�vel achar pacote %s"
+
+#: methods/ftp.cc:745
+#, fuzzy
+msgid "Could not determine the socket's name"
+msgstr "Imposs�vel determinar um tipo de sistema aplic�vel"
+
+#: methods/ftp.cc:777
+#, fuzzy
+msgid "Unable to send PORT command"
+msgstr "Imposs�vel ler %s"
+
+#: methods/ftp.cc:787
+#, c-format
+msgid "Unknown address family %u (AF_*)"
+msgstr ""
+
+#: methods/ftp.cc:796
+#, fuzzy, c-format
+msgid "EPRT failed, server said: %s"
+msgstr "Imposs�vel ler %s"
+
+#: methods/ftp.cc:816
+msgid "Data socket connect timed out"
+msgstr ""
+
+#: methods/ftp.cc:823
+#, fuzzy
+msgid "Unable to accept connection"
+msgstr "Imposs�vel corrigir depend�ncias"
+
+#: methods/ftp.cc:862 methods/http.cc:912 methods/rsh.cc:303
+#, fuzzy
+msgid "Problem hashing file"
+msgstr "Problema sincronizando o arquivo"
+
+#: methods/ftp.cc:875
+#, fuzzy, c-format
+msgid "Unable to fetch file, server said '%s'"
+msgstr "Imposs�vel ler %s"
+
+#: methods/ftp.cc:890 methods/rsh.cc:322
+msgid "Data socket timed out"
+msgstr ""
+
+#: methods/ftp.cc:920
+#, fuzzy, c-format
+msgid "Data transfer failed, server said '%s'"
+msgstr "Imposs�vel ler %s"
+
+#. Get the files information
+#: methods/ftp.cc:995
+msgid "Query"
+msgstr ""
+
+#: methods/ftp.cc:1102
+#, fuzzy
+msgid "Unable to invoke "
+msgstr "Imposs�vel ler %s"
+
+#: methods/connect.cc:64
+#, fuzzy, c-format
+msgid "Connecting to %s (%s)"
+msgstr "Imposs�vel mudar para %s"
+
+#: methods/connect.cc:71
+#, c-format
+msgid "[IP: %s %s]"
+msgstr ""
+
+#: methods/connect.cc:80
+#, c-format
+msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
+msgstr ""
+
+#: methods/connect.cc:86
+#, fuzzy, c-format
+msgid "Cannot initiate the connection to %s:%s (%s)."
+msgstr "Imposs�vel mudar para %s"
+
+#: methods/connect.cc:92
+#, c-format
+msgid "Could not connect to %s:%s (%s), connection timed out"
+msgstr ""
+
+#: methods/connect.cc:104
+#, fuzzy, c-format
+msgid "Could not connect to %s:%s (%s)."
+msgstr "Imposs�vel mudar para %s"
+
+#. We say this mainly because the pause here is for the
+#. ssh connection that is still going
+#: methods/connect.cc:132 methods/rsh.cc:425
+#, c-format
+msgid "Connecting to %s"
+msgstr ""
+
+#: methods/connect.cc:163
+#, fuzzy, c-format
+msgid "Could not resolve '%s'"
+msgstr "N�o foi poss�vel abrir arquivo %s"
+
+#: methods/connect.cc:167
+#, c-format
+msgid "Temporary failure resolving '%s'"
+msgstr ""
+
+#: methods/connect.cc:169
+#, c-format
+msgid "Something wicked happened resolving '%s:%s' (%i)"
+msgstr ""
+
+#: methods/connect.cc:216
+#, fuzzy, c-format
+msgid "Unable to connect to %s %s:"
+msgstr "Imposs�vel mudar para %s"
+
+#: methods/gzip.cc:57
+#, fuzzy, c-format
+msgid "Couldn't open pipe for %s"
+msgstr "N�o foi poss�vel abrir arquivo %s"
+
+#: methods/gzip.cc:102
+#, c-format
+msgid "Read error from %s process"
+msgstr ""
+
+#: methods/http.cc:340
+msgid "Waiting for file"
+msgstr ""
+
+#: methods/http.cc:486
+#, c-format
+msgid "Got a single header line over %u chars"
+msgstr ""
+
+#: methods/http.cc:494
+msgid "Bad header line"
+msgstr ""
+
+#: methods/http.cc:513 methods/http.cc:520
+msgid "The http server sent an invalid reply header"
+msgstr ""
+
+#: methods/http.cc:549
+msgid "The http server sent an invalid Content-Length header"
+msgstr ""
+
+#: methods/http.cc:564
+msgid "The http server sent an invalid Content-Range header"
+msgstr ""
+
+#: methods/http.cc:566
+msgid "This http server has broken range support"
+msgstr ""
+
+#: methods/http.cc:590
+#, fuzzy
+msgid "Unknown date format"
+msgstr "Registro de pacote desconhecido!"
+
+#: methods/http.cc:733
+#, fuzzy
+msgid "Select failed"
+msgstr " falhou."
+
+#: methods/http.cc:738
+msgid "Connection timed out"
+msgstr ""
+
+#: methods/http.cc:761
+msgid "Error writing to output file"
+msgstr ""
+
+#: methods/http.cc:789
+msgid "Error writing to file"
+msgstr ""
+
+#: methods/http.cc:814
+#, fuzzy
+msgid "Error writing to the file"
+msgstr "Problema removendo o link do arquivo"
+
+#: methods/http.cc:828
+msgid "Error reading from server Remote end closed connection"
+msgstr ""
+
+#: methods/http.cc:830
+msgid "Error reading from server"
+msgstr ""
+
+#: methods/http.cc:1061
+msgid "Bad header Data"
+msgstr ""
+
+#: methods/http.cc:1078
+#, fuzzy
+msgid "Connection failed"
+msgstr " falhou."
+
+#: methods/http.cc:1169
+#, fuzzy
+msgid "Internal error"
+msgstr "Erro de leitura"
+
#: apt-pkg/contrib/mmap.cc:82
msgid "Can't mmap an empty file"
msgstr "N�o foi poss�vel fazer mmap de arquivo vazio"
@@ -970,7 +1886,7 @@ msgstr "N�o foi poss�vel fazer mmap de arquivo vazio"
msgid "Couldn't make mmap of %lu bytes"
msgstr "Imposs�vel fazer mmap de %lu bytes"
-#: apt-pkg/contrib/strutl.cc:935
+#: apt-pkg/contrib/strutl.cc:941
#, c-format
msgid "Selection %s not found"
msgstr "Selec��o %s n�o encontrada"
@@ -998,7 +1914,8 @@ msgstr "Erro de sintaxe %s:%u: Lixo extra depois do valor"
#: apt-pkg/contrib/configuration.cc:635
#, c-format
msgid "Syntax error %s:%u: Directives can only be done at the top level"
-msgstr "Erro de sintaxe %s:%u: Diretivas podem ser feitas somente no n�vel mais alto"
+msgstr ""
+"Erro de sintaxe %s:%u: Diretivas podem ser feitas somente no n�vel mais alto"
#: apt-pkg/contrib/configuration.cc:642
#, c-format
@@ -1020,64 +1937,59 @@ msgstr "Erro de sintaxe %s:%u: Diretiva '%s' n�o suportada"
msgid "Syntax error %s:%u: Extra junk at end of file"
msgstr "Erro de sintaxe %s:%u: Lixo extra no final do arquivo"
-#: apt-pkg/contrib/configuration.cc:701 apt-pkg/contrib/cdromutl.cc:153
-#: apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
-#, c-format
-msgid "Unable to read %s"
-msgstr "Imposs�vel ler %s"
-
#: apt-pkg/contrib/progress.cc:154
-#, c-format
-msgid "%s... Error!"
+#, fuzzy, c-format
+msgid "%c%s... Error!"
msgstr "%s... Erro !"
#: apt-pkg/contrib/progress.cc:156
-#, c-format
-msgid "%s... Done"
+#, fuzzy, c-format
+msgid "%c%s... Done"
msgstr "%s... Pronto"
-#: apt-pkg/contrib/cmndline.cc:79
+#: apt-pkg/contrib/cmndline.cc:80
#, c-format
msgid "Command line option '%c' [from %s] is not known."
msgstr "Op��o de linha de comando '%c' [de %s] � desconnhecida."
-#: apt-pkg/contrib/cmndline.cc:105 apt-pkg/contrib/cmndline.cc:113
-#: apt-pkg/contrib/cmndline.cc:121
+#: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
+#: apt-pkg/contrib/cmndline.cc:122
#, c-format
msgid "Command line option %s is not understood"
msgstr "Op��o de linha de comando %s n�o � compreendida"
-#: apt-pkg/contrib/cmndline.cc:126
+#: apt-pkg/contrib/cmndline.cc:127
#, c-format
msgid "Command line option %s is not boolean"
msgstr "Op��o de linha de comando %s n�o � booleana"
-#: apt-pkg/contrib/cmndline.cc:165 apt-pkg/contrib/cmndline.cc:186
+#: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
#, c-format
msgid "Option %s requires an argument."
msgstr "Op��o %s requer um argumento."
-#: apt-pkg/contrib/cmndline.cc:200 apt-pkg/contrib/cmndline.cc:206
-#, c-format
-msgid "Option %s: Configuration item sepecification must have an =<val>."
-msgstr "Op��o %s: Especifica��o de item de configura��o deve possuir um =<val>."
+#: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
+#, fuzzy, c-format
+msgid "Option %s: Configuration item specification must have an =<val>."
+msgstr ""
+"Op��o %s: Especifica��o de item de configura��o deve possuir um =<val>."
-#: apt-pkg/contrib/cmndline.cc:236
+#: apt-pkg/contrib/cmndline.cc:237
#, c-format
msgid "Option %s requires an integer argument, not '%s'"
msgstr "Op��o %s requer um argumento inteiro, n�o '%s'"
-#: apt-pkg/contrib/cmndline.cc:267
+#: apt-pkg/contrib/cmndline.cc:268
#, c-format
msgid "Option '%s' is too long"
msgstr "Op��o '%s' � muito longa"
-#: apt-pkg/contrib/cmndline.cc:300
+#: apt-pkg/contrib/cmndline.cc:301
#, c-format
msgid "Sense %s is not understood, try true or false."
msgstr "Sentido %s n�o � compreendido, tente verdadeiro ou falso."
-#: apt-pkg/contrib/cmndline.cc:350
+#: apt-pkg/contrib/cmndline.cc:351
#, c-format
msgid "Invalid operation %s"
msgstr "Opera��o %s inv�lida"
@@ -1141,10 +2053,6 @@ msgstr "Sub-processo %s finalizou inesperadamente"
msgid "Could not open file %s"
msgstr "N�o foi poss�vel abrir arquivo %s"
-#: apt-pkg/contrib/fileutl.cc:452
-msgid "Read error"
-msgstr "Erro de leitura"
-
#: apt-pkg/contrib/fileutl.cc:473
#, c-format
msgid "read, still have %lu to read but none left"
@@ -1189,7 +2097,8 @@ msgid "This APT does not support the Versioning System '%s'"
msgstr "Este APT n�o suporta o Sistema de Vers�es '%s'"
#: apt-pkg/pkgcache.cc:147
-msgid "The package cache was build for a different architecture"
+#, fuzzy
+msgid "The package cache was built for a different architecture"
msgstr "O cache de pacotes foi gerado para uma arquitetura diferente"
#: apt-pkg/pkgcache.cc:218
@@ -1339,7 +2248,7 @@ msgstr ""
msgid "Index file type '%s' is not supported"
msgstr "Tipo de arquivo de �ndice '%s' n�o � suportado"
-#: apt-pkg/algorithms.cc:237
+#: apt-pkg/algorithms.cc:238
#, c-format
msgid ""
"The package %s needs to be reinstalled, but I can't find an archive for it."
@@ -1347,7 +2256,7 @@ msgstr ""
"O pacote %s precisa ser reinstalado, mas n�o foi poss�vel encontrar um "
"reposit�rio para o mesmo."
-#: apt-pkg/algorithms.cc:1055
+#: apt-pkg/algorithms.cc:1056
msgid ""
"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
"held packages."
@@ -1355,7 +2264,7 @@ msgstr ""
"Erro, pkgProblemResolver::Resolve gerou falhas, isto pode ser causado por "
"pacotes mantidos (hold)."
-#: apt-pkg/algorithms.cc:1057
+#: apt-pkg/algorithms.cc:1058
msgid "Unable to correct problems, you have held broken packages."
msgstr "Imposs�vel corrigir problemas, voc� manteve (hold) pacotes quebrados."
@@ -1379,12 +2288,12 @@ msgstr "O driver do m�todo %s n�o p�de ser encontrado."
msgid "Method %s did not start correctly"
msgstr "M�todo %s n�o iniciou corretamente"
-#: apt-pkg/init.cc:117
+#: apt-pkg/init.cc:119
#, c-format
msgid "Packaging system '%s' is not supported"
msgstr "Sistema de empacotamento '%s' n�o � suportado"
-#: apt-pkg/init.cc:133
+#: apt-pkg/init.cc:135
msgid "Unable to determine a suitable system type"
msgstr "Imposs�vel determinar um tipo de sistema aplic�vel"
@@ -1492,12 +2401,6 @@ msgstr "Pacote %s %s n�o foi encontrado processando depend�ncias de arquivo"
msgid "Couldn't stat source package list %s"
msgstr "N�o foi poss�vel checar a lista de pacotes fonte %s"
-#. Build the status cache
-#: apt-pkg/pkgcachegen.cc:643 apt-pkg/pkgcachegen.cc:701
-#: apt-pkg/pkgcachegen.cc:706 apt-pkg/pkgcachegen.cc:829
-msgid "Reading Package Lists"
-msgstr "Lendo Lista de Pacotes"
-
#: apt-pkg/pkgcachegen.cc:658
msgid "Collecting File Provides"
msgstr "Coletando File Provides"
@@ -1546,68 +2449,20 @@ msgstr "Tamanho incorreto"
msgid "MD5Sum mismatch"
msgstr "MD5Sum incorreto"
+#: methods/rsh.cc:264
+msgid "File Not Found"
+msgstr ""
+
+#: methods/rsh.cc:330
+msgid "Connection closed prematurely"
+msgstr ""
+
#~ msgid "Sorry, you don't have enough free space in %s to hold all the .debs."
#~ msgstr ""
#~ "Desculpe, voc� n�o tem espa�o livre o suficiente em %s para guardar os ."
#~ "debs."
#, fuzzy
-#~ msgid "Unable to read the cdrom database %s"
-#~ msgstr "Imposs�vel ler %s"
-
-#, fuzzy
-#~ msgid "Unable to connect to %s %s:"
-#~ msgstr "Imposs�vel mudar para %s"
-
-#, fuzzy
-#~ msgid "Unable to determine the peer name"
-#~ msgstr "Imposs�vel determinar um tipo de sistema aplic�vel"
-
-#, fuzzy
-#~ msgid "Unable to determine the local name"
-#~ msgstr "Imposs�vel determinar um tipo de sistema aplic�vel"
-
-#, fuzzy
-#~ msgid "Could not bind a socket"
-#~ msgstr "Imposs�vel achar pacote %s"
-
-#, fuzzy
-#~ msgid "Unable to accept connection"
-#~ msgstr "Imposs�vel corrigir depend�ncias"
-
-#, fuzzy
-#~ msgid "Unable to fetch file, server said '%s'"
-#~ msgstr "Imposs�vel ler %s"
-
-#, fuzzy
-#~ msgid "Unable to invoke "
-#~ msgstr "Imposs�vel ler %s"
-
-#, fuzzy
-#~ msgid "Unknown date format"
-#~ msgstr "Registro de pacote desconhecido!"
-
-#, fuzzy
-#~ msgid "Select failed"
-#~ msgstr " falhou."
-
-#, fuzzy
-#~ msgid "Failed write file %s"
-#~ msgstr "Falha ao baixar %s %s\n"
-
-#, fuzzy
-#~ msgid "Failed to close file %s"
-#~ msgstr "Falha ao baixar %s %s\n"
-
-#, fuzzy
-#~ msgid "Failed to stat %s"
-#~ msgstr "Imposs�vel checar %s."
-
-#, fuzzy
-#~ msgid "Failed to rename %s to %s"
-#~ msgstr "Falha ao baixar %s %s\n"
-
-#, fuzzy
#~ msgid "Extract "
#~ msgstr "extra"
@@ -1620,58 +2475,6 @@ msgstr "MD5Sum incorreto"
#~ msgstr "Substitui"
#, fuzzy
-#~ msgid "Failed to read the archive headers"
-#~ msgstr "Falha ao baixar alguns arquivos."
-
-#, fuzzy
-#~ msgid "Failed to create pipes"
-#~ msgstr "Falha ao baixar alguns arquivos."
-
-#, fuzzy
-#~ msgid "Failed to exec gzip "
-#~ msgstr "Falha ao baixar %s %s\n"
-
-#, fuzzy
-#~ msgid "Tar Checksum failed, archive corrupted"
-#~ msgstr "O arquivo de cache de pacotes est� corrompido"
-
-#, fuzzy
-#~ msgid "Internal Error, could not locate member %s"
-#~ msgstr "Erro Interno, AllUpgrade quebrou as coisas"
-
-#, fuzzy
-#~ msgid "Failed to remove %s"
-#~ msgstr "Falha ao baixar %s %s\n"
-
-#, fuzzy
-#~ msgid "Unable to create %s"
-#~ msgstr "Imposs�vel ler %s"
-
-#, fuzzy
-#~ msgid "Failed to stat %sinfo"
-#~ msgstr "Imposs�vel checar %s."
-
-#, fuzzy
-#~ msgid "Failed to change to the admin dir %sinfo"
-#~ msgstr "Imposs�vel mudar para %s"
-
-#, fuzzy
-#~ msgid "Reading File Listing"
-#~ msgstr "Lendo Lista de Pacotes"
-
-#, fuzzy
-#~ msgid "The diversion file is corrupted"
-#~ msgstr "O arquivo de cache de pacotes est� corrompido"
-
-#, fuzzy
-#~ msgid "Reading File List"
-#~ msgstr "Lendo Lista de Pacotes"
-
-#, fuzzy
-#~ msgid "Internal Error, Unable to parse a package record"
-#~ msgstr "Imposs�vel analizar arquivo de pacote %s (1)"
-
-#, fuzzy
#~ msgid "You must give at least one file name"
#~ msgstr "Voc� deve passar exatamente um padr�o"
@@ -1706,14 +2509,6 @@ msgstr "MD5Sum incorreto"
#~ msgstr "mas %s est� instalado"
#, fuzzy
-#~ msgid "Internal Error, non-zero counts"
-#~ msgstr "Erro Interno, AllUpgrade quebrou as coisas"
-
-#, fuzzy
-#~ msgid "Internal Error, Ordering didn't finish"
-#~ msgstr "Erro Interno, AllUpgrade quebrou as coisas"
-
-#, fuzzy
#~ msgid "Couldn't determine free space in %s"
#~ msgstr "Desculpe, voc� n�o tem espa�o suficiente em %s"
@@ -1734,70 +2529,6 @@ msgstr "MD5Sum incorreto"
#~ msgstr "Pronto"
#, fuzzy
-#~ msgid "Unable to open DB2 file %s"
-#~ msgstr "Imposs�vel analizar arquivo de pacote %s (2)"
-
-#, fuzzy
-#~ msgid "File date has changed %s"
-#~ msgstr "Imposs�vel mudar para %s"
-
-#, fuzzy
-#~ msgid "Unable to get a cursor"
-#~ msgstr "Imposs�vel ler %s"
-
-#, fuzzy
-#~ msgid "Failed to fork"
-#~ msgstr "Falhou"
-
-#, fuzzy
-#~ msgid "Internal Error, Failed to create %s"
-#~ msgstr "Erro Interno, AllUpgrade quebrou as coisas"
-
-#, fuzzy
-#~ msgid "Failed to exec compressor "
-#~ msgstr "Falha ao baixar alguns arquivos."
-
-#, fuzzy
-#~ msgid "IO to subprocess/file failed"
-#~ msgstr "Processo filho falhou"
-
-#, fuzzy
-#~ msgid "Unable to open %s"
-#~ msgstr "Imposs�vel ler %s"
-
-#, fuzzy
-#~ msgid "Failed to read the override file %s"
-#~ msgstr "Falha ao baixar %s %s\n"
-
-#, fuzzy
-#~ msgid "W: Unable to read directory "
-#~ msgstr "Imposs�vel criar lock no diret�rio de download"
-
-#, fuzzy
-#~ msgid "W: Unable to stat "
-#~ msgstr "Imposs�vel checar %s."
-
-#, fuzzy
-#~ msgid "Failed to resolve %s"
-#~ msgstr "Falha ao baixar %s %s\n"
-
-#, fuzzy
-#~ msgid "Failed to open %s"
-#~ msgstr "Falha ao baixar %s %s\n"
-
-#, fuzzy
-#~ msgid "Failed to readlink %s"
-#~ msgstr "Imposs�vel ler %s"
-
-#, fuzzy
-#~ msgid "Failed to unlink %s"
-#~ msgstr "Falha ao baixar %s %s\n"
-
-#, fuzzy
-#~ msgid "*** Failed to link %s to %s"
-#~ msgstr "Falha ao baixar %s %s\n"
-
-#, fuzzy
#~ msgid "Could not find a record in the DSC '%s'"
#~ msgstr "Imposs�vel achar pacote %s"
diff --git a/po/ru.po b/po/ru.po
index 341b4b170..052d4bc40 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
-"POT-Creation-Date: 2002-11-10 19:37+0100\n"
+"POT-Creation-Date: 2003-02-09 21:51-0600\n"
"PO-Revision-Date: 2002-11-15 01:22+0500\n"
"Last-Translator: ������� <Tichomir.Koryakov@usu.ru>\n"
"Language-Team: Russian <ru@li.org>\n"
@@ -15,140 +15,141 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.5\n"
-#: cmdline/apt-cache.cc:131
+#: cmdline/apt-cache.cc:133
#, c-format
msgid "Package %s version %s has an unmet dep:\n"
msgstr "����� %s ������ %s ����� ������������� �����������:\n"
-#: cmdline/apt-cache.cc:171 cmdline/apt-cache.cc:523 cmdline/apt-cache.cc:669
-#: cmdline/apt-cache.cc:1035 cmdline/apt-cache.cc:1181
+#: cmdline/apt-cache.cc:173 cmdline/apt-cache.cc:525 cmdline/apt-cache.cc:671
+#: cmdline/apt-cache.cc:1037 cmdline/apt-cache.cc:1183
#, c-format
msgid "Unable to locate package %s"
msgstr "���������� ���������� ��������������� ������ %s"
-#: cmdline/apt-cache.cc:228
+#: cmdline/apt-cache.cc:230
msgid "Total Package Names : "
msgstr "����� ���������� ���� ������� : "
-#: cmdline/apt-cache.cc:268
+#: cmdline/apt-cache.cc:270
msgid " Normal Packages: "
msgstr " ���������� �������: "
-#: cmdline/apt-cache.cc:269
+#: cmdline/apt-cache.cc:271
msgid " Pure Virtual Packages: "
msgstr "����� ����������� �������: "
-#: cmdline/apt-cache.cc:270
+#: cmdline/apt-cache.cc:272
msgid " Single Virtual Packages: "
msgstr "��������� ����������� �������:"
-#: cmdline/apt-cache.cc:271
+#: cmdline/apt-cache.cc:273
msgid " Mixed Virtual Packages: "
msgstr "��������� ����������� �������:"
-#: cmdline/apt-cache.cc:272
+#: cmdline/apt-cache.cc:274
msgid " Missing: "
msgstr "����������:"
-#: cmdline/apt-cache.cc:274
+#: cmdline/apt-cache.cc:276
msgid "Total Distinct Versions: "
msgstr "����� ���������� ���������� ������: "
-#: cmdline/apt-cache.cc:276
+#: cmdline/apt-cache.cc:278
msgid "Total Dependencies: "
msgstr "����� ���������� ������������: "
-#: cmdline/apt-cache.cc:279
+#: cmdline/apt-cache.cc:281
msgid "Total Ver/File relations: "
msgstr "����� ���������� ��������� ������/����: "
-#: cmdline/apt-cache.cc:281
+#: cmdline/apt-cache.cc:283
msgid "Total Provides Mappings: "
msgstr ""
-#: cmdline/apt-cache.cc:293
+#: cmdline/apt-cache.cc:295
msgid "Total Globbed Strings: "
msgstr "����� ����������� �����: "
-#: cmdline/apt-cache.cc:307
+#: cmdline/apt-cache.cc:309
msgid "Total Dependency Version space: "
msgstr ""
-#: cmdline/apt-cache.cc:312
+#: cmdline/apt-cache.cc:314
msgid "Total Slack space: "
msgstr "����� ��������� ������������:"
-#: cmdline/apt-cache.cc:320
+#: cmdline/apt-cache.cc:322
msgid "Total Space Accounted for: "
msgstr "����� ������������ ����������� ���:"
-#: cmdline/apt-cache.cc:442 cmdline/apt-cache.cc:869
+#: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:871
#, c-format
msgid "Package file %s is out of sync."
msgstr "���� ������ %s �� ���������������."
-#: cmdline/apt-cache.cc:911
+#: cmdline/apt-cache.cc:913
msgid "You must give exactly one pattern"
msgstr "�� ������ ������ � �������� ���� ������"
-#: cmdline/apt-cache.cc:1135
+#: cmdline/apt-cache.cc:1137
msgid "Package Files:"
msgstr "����� ������:"
-#: cmdline/apt-cache.cc:1142 cmdline/apt-cache.cc:1228
+#: cmdline/apt-cache.cc:1144 cmdline/apt-cache.cc:1230
msgid "Cache is out of sync, can't x-ref a package file"
msgstr "��� �� ���������������, �� ���� ���������� x-������ � ����� ������"
-#: cmdline/apt-cache.cc:1143
+#: cmdline/apt-cache.cc:1145
#, c-format
msgid "%4i %s\n"
msgstr "%4i %s\n"
#. Show any packages have explicit pins
-#: cmdline/apt-cache.cc:1155
+#: cmdline/apt-cache.cc:1157
msgid "Pinned Packages:"
msgstr "��������� ������:"
-#: cmdline/apt-cache.cc:1167 cmdline/apt-cache.cc:1208
+#: cmdline/apt-cache.cc:1169 cmdline/apt-cache.cc:1210
msgid "(not found)"
msgstr "(�� ������)"
#. Installed version
-#: cmdline/apt-cache.cc:1188
+#: cmdline/apt-cache.cc:1190
msgid " Installed: "
msgstr "����������: "
-#: cmdline/apt-cache.cc:1190 cmdline/apt-cache.cc:1198
+#: cmdline/apt-cache.cc:1192 cmdline/apt-cache.cc:1200
msgid "(none)"
msgstr "(�����������)"
#. Candidate Version
-#: cmdline/apt-cache.cc:1195
+#: cmdline/apt-cache.cc:1197
msgid " Candidate: "
msgstr " ��������: "
-#: cmdline/apt-cache.cc:1205
+#: cmdline/apt-cache.cc:1207
msgid " Package Pin: "
msgstr " ����� ������: "
#. Show the priority tables
-#: cmdline/apt-cache.cc:1214
+#: cmdline/apt-cache.cc:1216
msgid " Version Table:"
msgstr " ������� ������: "
-#: cmdline/apt-cache.cc:1229
+#: cmdline/apt-cache.cc:1231
#, c-format
msgid " %4i %s\n"
msgstr "%4i %s\n"
-#: cmdline/apt-cache.cc:1256 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:69
-#: cmdline/apt-extracttemplates.cc:223 ftparchive/apt-ftparchive.cc:544
-#: cmdline/apt-get.cc:2015 cmdline/apt-sortpkgs.cc:142
+#: cmdline/apt-cache.cc:1258 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
+#: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:544
+#: cmdline/apt-get.cc:2049 cmdline/apt-sortpkgs.cc:144
#, c-format
msgid "%s %s for %s %s compiled on %s %s\n"
msgstr "%s %s ��� %s %s �������������� %s %s\n"
-#: cmdline/apt-cache.cc:1260
+#: cmdline/apt-cache.cc:1262
+#, fuzzy
msgid ""
"Usage: apt-cache [options] command\n"
" apt-cache [options] add file1 [file1 ...]\n"
@@ -159,7 +160,7 @@ msgid ""
"cache files, and query information from them\n"
"\n"
"Commands:\n"
-" add - Add an package file to the source cache\n"
+" add - Add a package file to the source cache\n"
" gencaches - Build both the package and source cache\n"
" showpkg - Show some general information for a single package\n"
" showsrc - Show source records\n"
@@ -215,11 +216,11 @@ msgstr ""
" -o=? ������������ ����� ������������, � �������, -o dir::cache=/tmp\n"
"����������� � ��������� ����������� apt-cache(8) � apt.conf(5).\n"
-#: cmdline/apt-config.cc:40
+#: cmdline/apt-config.cc:41
msgid "Arguments not in pairs"
msgstr "�� ������ ���������"
-#: cmdline/apt-config.cc:75
+#: cmdline/apt-config.cc:76
msgid ""
"Usage: apt-config [options] command\n"
"\n"
@@ -247,12 +248,12 @@ msgstr ""
" -�=? ������ ��������� ���������������� ����.\n"
" -o=? ������������ ����� ������������, � �������, -o dir::cache=/tmp\n"
-#: cmdline/apt-extracttemplates.cc:96
+#: cmdline/apt-extracttemplates.cc:98
#, c-format
msgid "%s not a valid DEB package."
msgstr "%s �� ������������� DEB �����."
-#: cmdline/apt-extracttemplates.cc:230
+#: cmdline/apt-extracttemplates.cc:232
msgid ""
"Usage: apt-extracttemplates file1 [file2 ...]\n"
"\n"
@@ -276,15 +277,305 @@ msgstr ""
" -c=? ������ ��������� ���������������� ����\n"
" -o=? ������������ ����� ������������, � �������, -o dir::cache=/tmp\n"
-#: cmdline/apt-extracttemplates.cc:257 apt-pkg/pkgcachegen.cc:699
+#: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
#, c-format
msgid "Unable to write to %s"
msgstr "���������� �������� � %s"
-#: cmdline/apt-extracttemplates.cc:300
+#: cmdline/apt-extracttemplates.cc:302
msgid "Cannot get debconf version. Is debconf installed?"
msgstr "���������� ���������� ������ debconf. ���������� �� ��?"
+#: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:336
+#, fuzzy
+msgid "Package extension list is too long"
+msgstr "������ ���������� �������� ������� ������� ������"
+
+#: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
+#: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:251
+#: ftparchive/apt-ftparchive.cc:265 ftparchive/apt-ftparchive.cc:287
+#, c-format
+msgid "Error Processing directory %s"
+msgstr "������ ��������� �������� %s"
+
+#: ftparchive/apt-ftparchive.cc:249
+msgid "Source extension list is too long"
+msgstr "������ ���������� �������� ������� ������� ������"
+
+#: ftparchive/apt-ftparchive.cc:366
+msgid "Error writing header to contents file"
+msgstr "������ ������ ��������� � ���������� �����"
+
+#: ftparchive/apt-ftparchive.cc:396
+#, c-format
+msgid "Error Processing Contents %s"
+msgstr "������ ��������� ����������� %s"
+
+#: ftparchive/apt-ftparchive.cc:550
+#, fuzzy
+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"
+"\n"
+"apt-ftparchive generates index files for Debian archives. It supports\n"
+"many styles of generation from fully automated to functional replacements\n"
+"for dpkg-scanpackages and dpkg-scansources\n"
+"\n"
+"apt-ftparchive generates Package files from a tree of .debs. The\n"
+"Package file contains the contents of all the control fields from\n"
+"each package as well as the MD5 hash and filesize. An override file\n"
+"is supported to force the value of Priority and Section.\n"
+"\n"
+"Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
+"The --source-override option can be used to specify a src override file\n"
+"\n"
+"The 'packages' and 'sources' command should be run in the root of the\n"
+"tree. BinaryPath should point to the base of the recursive search and \n"
+"override file should contian the override flags. Pathprefix is\n"
+"appended to the filename fields if present. Example usage from the \n"
+"debian archive:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+"\n"
+"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"
+msgstr ""
+"apt-ftparchive ���������� �������� ����� ��� ������� Debian. ������������\n"
+"��������� ������ ��������� �� ��������� �������������� �� ������ �������\n"
+"������� dpkg-scanpackages � dpkg-scansources\n"
+"\n"
+"apt-ftparchive ����������� ����� Package �� ������ .debs. ���� Package\n"
+"�������� ���������� ���� ����������� ����� �� ������� ������, � �����\n"
+"���� MD5 � ������� ������. ��� ����������� �������� ���������� � �������\n"
+"�������������� ���� override.\n"
+"\n"
+"���������� apt-ftparchive ���������� ����� Sources �� ������ .dscs.\n"
+"��� �������� ����� override ����� ������������ ����� --source-override.\n"
+"\n"
+"������� 'packages' � 'sources' ���� ��������� �� ����� ������.\n"
+"BinaryPath ������ ��������� �� ������� ����� ������������ ������, � ����\n"
+"override ������ ��������� ������������� ������. Pathprefix, ���� ����,\n"
+"����������� � ����� filename. ������ ������������� �� ������ debian:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+
+#: ftparchive/apt-ftparchive.cc:731
+msgid "No selections matched"
+msgstr "��� ������������ ����������"
+
+#: ftparchive/apt-ftparchive.cc:804
+#, c-format
+msgid "Some files are missing in the package file group `%s'"
+msgstr "� ������ ������� ������ `%s' ��������� ��������� �����"
+
+#: ftparchive/cachedb.cc:43
+#, c-format
+msgid "DB was corrupted, file renamed to %s.old"
+msgstr "�� ���� ����������, ���� ������������ � %s.old"
+
+#: ftparchive/cachedb.cc:59
+#, c-format
+msgid "Unable to open DB2 file %s"
+msgstr "�� ������� ������� DB2 ���� %s"
+
+#: ftparchive/cachedb.cc:99
+#, c-format
+msgid "File date has changed %s"
+msgstr "���� ����� %s ��������"
+
+#: ftparchive/cachedb.cc:140
+msgid "Archive has no control record"
+msgstr "� ������ ��� ����������� ������"
+
+#: ftparchive/cachedb.cc:253 ftparchive/cachedb.cc:257
+msgid "Unable to get a cursor"
+msgstr "���������� �������� ������"
+
+#: ftparchive/writer.cc:78
+#, fuzzy, c-format
+msgid "W: Unable to read directory %s\n"
+msgstr "W: ��������� ��������� ���������� "
+
+#: ftparchive/writer.cc:83
+#, fuzzy, c-format
+msgid "W: Unable to stat %s\n"
+msgstr "W: �� ������� �������� �������� "
+
+#: ftparchive/writer.cc:122
+msgid "E: "
+msgstr ""
+
+#: ftparchive/writer.cc:124
+msgid "W: "
+msgstr ""
+
+#: ftparchive/writer.cc:131
+#, fuzzy
+msgid "E: Errors apply to file "
+msgstr "E: ������ ����������� � ����� '"
+
+#: ftparchive/writer.cc:148 ftparchive/writer.cc:178
+#, c-format
+msgid "Failed to resolve %s"
+msgstr "�� ������� ��������� %s"
+
+#: ftparchive/writer.cc:160
+msgid "Tree walking failed"
+msgstr "�� ������� ��������� ����� ������"
+
+#: ftparchive/writer.cc:185
+#, c-format
+msgid "Failed to open %s"
+msgstr "�� ������� ������� %s"
+
+#: ftparchive/writer.cc:242
+#, c-format
+msgid " DeLink %s [%s]\n"
+msgstr ""
+
+#: ftparchive/writer.cc:250
+#, fuzzy, c-format
+msgid "Failed to readlink %s"
+msgstr "�� ������� ������� ���� %s"
+
+#: ftparchive/writer.cc:254
+#, c-format
+msgid "Failed to unlink %s"
+msgstr "�� ������� ������� ���� %s"
+
+#: ftparchive/writer.cc:261
+#, c-format
+msgid "*** Failed to link %s to %s"
+msgstr "*** �� ������� ������� ���� %s �� %s"
+
+#: ftparchive/writer.cc:271
+#, fuzzy, c-format
+msgid " DeLink limit of %sB hit.\n"
+msgstr " ����������� DeLink � "
+
+#: ftparchive/writer.cc:338 apt-inst/extract.cc:181 apt-inst/extract.cc:193
+#: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
+#, c-format
+msgid "Failed to stat %s"
+msgstr "�� ������� �������� �������� %s"
+
+#: ftparchive/writer.cc:358
+msgid "Archive had no package field"
+msgstr "� ������ ��� ���� package"
+
+#: ftparchive/writer.cc:366 ftparchive/writer.cc:576
+#, fuzzy, c-format
+msgid " %s has no override entry\n"
+msgstr " �� ����� ������ override"
+
+#: ftparchive/writer.cc:409 ftparchive/writer.cc:658
+#, fuzzy, c-format
+msgid " %s maintainer is %s not %s\n"
+msgstr " �������������� "
+
+#: ftparchive/contents.cc:346 ftparchive/contents.cc:377
+msgid "realloc - Failed to allocate memory"
+msgstr "realloc - �� ������� �������� ������"
+
+#: ftparchive/override.cc:38 ftparchive/override.cc:146
+#, c-format
+msgid "Unable to open %s"
+msgstr "�� ������� ������� %s"
+
+#: ftparchive/override.cc:64 ftparchive/override.cc:170
+#, c-format
+msgid "Malformed override %s line %lu #1"
+msgstr ""
+
+#: ftparchive/override.cc:78 ftparchive/override.cc:182
+#, c-format
+msgid "Malformed override %s line %lu #2"
+msgstr ""
+
+#: ftparchive/override.cc:92 ftparchive/override.cc:195
+#, c-format
+msgid "Malformed override %s line %lu #3"
+msgstr ""
+
+#: ftparchive/override.cc:131 ftparchive/override.cc:205
+#, c-format
+msgid "Failed to read the override file %s"
+msgstr "�� ������� �������� override-���� %s"
+
+#: ftparchive/multicompress.cc:75
+#, c-format
+msgid "Unknown Compresison Algorithm '%s'"
+msgstr "����������� �������� ������ '%s'"
+
+#: ftparchive/multicompress.cc:105
+#, c-format
+msgid "Compressed output %s needs a compression set"
+msgstr ""
+
+#: ftparchive/multicompress.cc:172 methods/rsh.cc:91
+msgid "Failed to create IPC pipe to subprocess"
+msgstr "�� ������� ������� IPC-����� ��� �����������"
+
+#: ftparchive/multicompress.cc:198
+msgid "Failed to create FILE*"
+msgstr "�� ������� ������� FILE*"
+
+#: ftparchive/multicompress.cc:201
+msgid "Failed to fork"
+msgstr "�� ������� ��������� ����������� �������"
+
+#: ftparchive/multicompress.cc:215
+msgid "Compress Child"
+msgstr "������ �������"
+
+#: ftparchive/multicompress.cc:238
+#, c-format
+msgid "Internal Error, Failed to create %s"
+msgstr "���������� ������, �� ������� ������� %s"
+
+#: ftparchive/multicompress.cc:289
+msgid "Failed to create subprocess IPC"
+msgstr "�� ������� ������� ���������� IPC"
+
+#: ftparchive/multicompress.cc:324
+msgid "Failed to exec compressor "
+msgstr "�� ������� ��������� ���������� "
+
+#: ftparchive/multicompress.cc:363
+#, fuzzy
+msgid "decompressor"
+msgstr "�� ������� ��������� ���������� "
+
+#: ftparchive/multicompress.cc:406
+msgid "IO to subprocess/file failed"
+msgstr "������ �����/������ � ����������/����"
+
+#: ftparchive/multicompress.cc:458
+msgid "Failed to read while computing MD5"
+msgstr "������ ������ �� ����� ���������� MD5"
+
+#: ftparchive/multicompress.cc:475
+#, fuzzy, c-format
+msgid "Problem unlinking %s"
+msgstr "���������� �������� %s"
+
+#: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
+#, c-format
+msgid "Failed to rename %s to %s"
+msgstr "�� ������� ������������� %s � %s"
+
#. This needs to be a capital
#: cmdline/apt-get.cc:116
msgid "Y"
@@ -524,7 +815,8 @@ msgstr "��������, ���������� %s ������ %s\n"
#: cmdline/apt-get.cc:928
#, c-format
msgid "Skipping %s, it is already installed and upgrade is not set.\n"
-msgstr "������������ %s - ����� ��� ����������, �� ����� upgrade �� �����������.\n"
+msgstr ""
+"������������ %s - ����� ��� ����������, �� ����� upgrade �� �����������.\n"
#: cmdline/apt-get.cc:946
#, c-format
@@ -676,7 +968,7 @@ msgstr "��������� �������������� ������ ����� �����������:"
msgid "Calculating Upgrade... "
msgstr "��������� Upgrade... "
-#: cmdline/apt-get.cc:1476
+#: cmdline/apt-get.cc:1476 methods/ftp.cc:700 methods/connect.cc:99
msgid "Failed"
msgstr "�� ������"
@@ -738,7 +1030,8 @@ msgstr "�������� ������� ���������� �� ������"
#: cmdline/apt-get.cc:1865
msgid "Must specify at least one package to check builddeps for"
-msgstr "��� �������� ����� ������������ ���������� ������� �� ����� ������ ������"
+msgstr ""
+"��� �������� ����� ������������ ���������� ������� �� ����� ������ ������"
#: cmdline/apt-get.cc:1893
#, c-format
@@ -750,30 +1043,40 @@ msgstr "���������� �������� ���������� � ����� ������������ ��� %s"
msgid "%s has no build depends.\n"
msgstr "%s �� ����� ����� ������������.\n"
-#: cmdline/apt-get.cc:1931
-#, c-format
+#: cmdline/apt-get.cc:1948
+#, fuzzy, c-format
msgid ""
-"%s dependency on %s cannot be satisfied because the package %s cannot be "
+"%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:1983
+#: cmdline/apt-get.cc:1990
+#, fuzzy, c-format
+msgid ""
+"%s dependency for %s cannot be satisfied because no available versions of "
+"package %s can satisfy version requirements"
+msgstr ""
+"����������� %s �� %s �� ����� ���� ������������� ��� ����� %s �� ������"
+
+#: cmdline/apt-get.cc:2017
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 ""
-"��������� ��������� ������� ���� ���������� ��� ������� ���������� ����� ������������.\n"
+"��������� ��������� ������� ���� ���������� ��� ������� ���������� ����� "
+"������������.\n"
"����� ��������� ��� ����������� ��������� `apt-get -f install'."
-#: cmdline/apt-get.cc:1988
+#: cmdline/apt-get.cc:2022
msgid "Failed to process build dependencies"
msgstr "������� ���������� ������������ ���������� �� ������"
-#: cmdline/apt-get.cc:2020
+#: cmdline/apt-get.cc:2054
msgid "Supported Modules:"
msgstr "�������������� ������:"
-#: cmdline/apt-get.cc:2061
+#: cmdline/apt-get.cc:2095
msgid ""
"Usage: apt-get [options] command\n"
" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -887,11 +1190,11 @@ msgstr ""
"����� ��������: �������� ���� � ������ '%s' � ���������� '%s' � ������� "
"����\n"
-#: cmdline/apt-sortpkgs.cc:84
+#: cmdline/apt-sortpkgs.cc:86
msgid "Unknown package record!"
msgstr "����������� ������ ������"
-#: cmdline/apt-sortpkgs.cc:148
+#: cmdline/apt-sortpkgs.cc:150
msgid ""
"Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
"\n"
@@ -915,6 +1218,277 @@ msgstr ""
" -c=? ������ ��������� ���� ������������\n"
" -o=? ���������� ������������ �����, ��������, -o dir::cache=/tmp\n"
+#: apt-inst/contrib/extracttar.cc:115
+msgid "Failed to create pipes"
+msgstr "�� ������� ������� ������"
+
+#: apt-inst/contrib/extracttar.cc:140
+msgid "Failed to exec gzip "
+msgstr "�� ������� ��������� gzip "
+
+#: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
+msgid "Corrupted archive"
+msgstr "������������ �����"
+
+#: apt-inst/contrib/extracttar.cc:192
+msgid "Tar Checksum failed, archive corrupted"
+msgstr "������������ ����������� ����� Tar, ����� ���������"
+
+#: apt-inst/contrib/extracttar.cc:295
+#, c-format
+msgid "Unkown TAR header type %u, member %s"
+msgstr "����������� ��� ��������� TAR %u, ��������� ����� %s"
+
+#: apt-inst/contrib/arfile.cc:73
+msgid "Invalid archive signature"
+msgstr "�� ������ ��������� ������"
+
+#: apt-inst/contrib/arfile.cc:81
+msgid "Error reading archive member header"
+msgstr "������ ������ ��������� ����� ������"
+
+#: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
+msgid "Invalid archive member header"
+msgstr "������������ ��������� ����� ������"
+
+#: apt-inst/contrib/arfile.cc:131
+msgid "Archive is too short"
+msgstr "������� �������� �����"
+
+#: apt-inst/contrib/arfile.cc:135
+msgid "Failed to read the archive headers"
+msgstr "�� ������� ��������� ��������� ������"
+
+#: apt-inst/filelist.cc:384
+msgid "DropNode called on still linked node"
+msgstr "DropNode ������ ��� ��������������� ��� ����"
+
+#: apt-inst/filelist.cc:416
+msgid "Failed to locate the hash element!"
+msgstr "�� ������� ������������ hash-�������!"
+
+#: apt-inst/filelist.cc:463
+#, fuzzy
+msgid "Failed to allocate diversion"
+msgstr "�� ������� ������� ������"
+
+#: apt-inst/filelist.cc:468
+msgid "Internal Error in AddDiversion"
+msgstr "��������� ������ � AddDiversion"
+
+#: apt-inst/filelist.cc:481
+#, fuzzy, c-format
+msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
+msgstr "����� �������� ������ � �������� ������� %s/%s"
+
+#: apt-inst/filelist.cc:510
+#, c-format
+msgid "Double add of diversion %s -> %s"
+msgstr ""
+
+#: apt-inst/filelist.cc:553
+#, c-format
+msgid "Duplicate conf file %s/%s"
+msgstr "��������� ���� �������� %s/%s"
+
+#: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
+#, c-format
+msgid "Failed write file %s"
+msgstr "�� ������� �������� ���� %s"
+
+#: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
+#, c-format
+msgid "Failed to close file %s"
+msgstr "�� ������� ������� ���� %s"
+
+#: apt-inst/extract.cc:96 apt-inst/extract.cc:167
+#, fuzzy, c-format
+msgid "The path %s is too long"
+msgstr "���� ������� ������"
+
+#: apt-inst/extract.cc:127
+#, c-format
+msgid "Unpacking %s more than once"
+msgstr "��������� ���������� %s"
+
+#: apt-inst/extract.cc:137
+#, c-format
+msgid "The directory %s is diverted"
+msgstr "���������� %s ���������"
+
+#: apt-inst/extract.cc:147
+#, c-format
+msgid "The package is trying to write to the diversion target %s/%s"
+msgstr "����� �������� ������ � �������� ������� %s/%s"
+
+#: apt-inst/extract.cc:157 apt-inst/extract.cc:300
+msgid "The diversion path is too long"
+msgstr "�������� ���� ������� ������"
+
+#: apt-inst/extract.cc:243
+#, c-format
+msgid "The directory %s is being replaced by a non-directory"
+msgstr "������� %s ��� ������� �� ���������"
+
+#: apt-inst/extract.cc:283
+msgid "Failed to locate node in its hash bucket"
+msgstr "�� ������� ���������� ���� � ��� �����"
+
+#: apt-inst/extract.cc:287
+msgid "The path is too long"
+msgstr "���� ������� ������"
+
+#: apt-inst/extract.cc:417
+#, c-format
+msgid "Overwrite package match with no version for %s"
+msgstr "� ��������������� ������ ��� ������ ��� %s"
+
+#: apt-inst/extract.cc:434
+#, c-format
+msgid "File %s/%s overwrites the one in the package %s"
+msgstr "���� %s/%s ������������ ���� � ������ %s"
+
+#: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
+#: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
+#, c-format
+msgid "Unable to read %s"
+msgstr "���������� ��������� %s"
+
+#: apt-inst/extract.cc:494
+#, fuzzy, c-format
+msgid "Unable to stat %s"
+msgstr "���������� �������� �������� %s."
+
+#: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
+#, c-format
+msgid "Failed to remove %s"
+msgstr "�� ������� ������� %s"
+
+#: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
+#, c-format
+msgid "Unable to create %s"
+msgstr "�� ������� ������� %s"
+
+#: apt-inst/deb/dpkgdb.cc:118
+#, c-format
+msgid "Failed to stat %sinfo"
+msgstr "�� ������� �������� �������� %sinfo"
+
+#: apt-inst/deb/dpkgdb.cc:123
+msgid "The info and temp directories need to be on the same filesystem"
+msgstr "�������� info � temp ������ ���������� � ����� �������� �������"
+
+#. Build the status cache
+#: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
+#: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
+#: apt-pkg/pkgcachegen.cc:829
+msgid "Reading Package Lists"
+msgstr "������ ������� �������"
+
+#: apt-inst/deb/dpkgdb.cc:180
+#, c-format
+msgid "Failed to change to the admin dir %sinfo"
+msgstr "�� ������� ������� ������� ������� �� ���������������� ������� %sinfo"
+
+#: 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"
+msgstr "��������� ������ ��������� ��� ��������� ����� ������"
+
+#: apt-inst/deb/dpkgdb.cc:205
+#, fuzzy
+msgid "Reading File Listing"
+msgstr "������ ������� �������"
+
+#: apt-inst/deb/dpkgdb.cc:216
+#, c-format
+msgid ""
+"Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
+"then make it empty and immediately re-install the same version of the "
+"package!"
+msgstr ""
+"�� ������� ������� ���� ������ '%sinfo/%s'. ���� �� �� ������ ������������ "
+"���, �� �������� � ���������� �������������� ����� �� ������ ������!"
+
+#: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
+#, c-format
+msgid "Failed reading the list file %sinfo/%s"
+msgstr "������ ������ ����� ������ %sinfo/%s"
+
+#: apt-inst/deb/dpkgdb.cc:266
+msgid "Internal Error getting a Node"
+msgstr "��������� ������ ��� ��������� Node"
+
+#: apt-inst/deb/dpkgdb.cc:309
+#, c-format
+msgid "Failed to open the diversions file %sdiversions"
+msgstr "�� ������� ������� ���� %sdiversions"
+
+#: apt-inst/deb/dpkgdb.cc:324
+msgid "The diversion file is corrupted"
+msgstr "�������� ���� ���������"
+
+#: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
+#: apt-inst/deb/dpkgdb.cc:341
+#, c-format
+msgid "Invalid line in the diversion file: %s"
+msgstr "�������� ������ � �������� �����: %s"
+
+#: apt-inst/deb/dpkgdb.cc:362
+msgid "Internal Error adding a diversion"
+msgstr "���������� ������ ��� ���������� ������"
+
+#: apt-inst/deb/dpkgdb.cc:383
+msgid "The pkg cache must be initialize first"
+msgstr "� ������ ������� ������ ���� ������������������ ��� �������"
+
+#: apt-inst/deb/dpkgdb.cc:386
+#, fuzzy
+msgid "Reading File List"
+msgstr "������ ������ �������"
+
+#: apt-inst/deb/dpkgdb.cc:443
+#, c-format
+msgid "Failed to find a Package: Header, offset %lu"
+msgstr "�� ������� ����� ������ Package: Header, �������� %lu"
+
+#: apt-inst/deb/dpkgdb.cc:465
+#, c-format
+msgid "Bad ConfFile section in the status file. Offset %lu"
+msgstr "�������� ������ ConfFile � status-�����. �������� %lu"
+
+#: apt-inst/deb/dpkgdb.cc:470
+#, c-format
+msgid "Error parsing MD5. Offset %lu"
+msgstr "������ ������� ����������� �����. �������� %lu"
+
+#: apt-inst/deb/debfile.cc:55
+#, c-format
+msgid "This is not a valid DEB archive, missing '%s' member"
+msgstr "��� �� ���������� DEB-����� - ����������� ��������� ����� '%s'"
+
+#: apt-inst/deb/debfile.cc:72
+#, c-format
+msgid "Internal Error, could not locate member %s"
+msgstr "���������� ������, �� ���� ����� ��������� ����� %s"
+
+#: apt-inst/deb/debfile.cc:104
+#, fuzzy, c-format
+msgid "Couldn't change to %s"
+msgstr "�� ���� �������� ���������� %s"
+
+#: apt-inst/deb/debfile.cc:125
+msgid "Internal Error, could not locate member"
+msgstr "���������� ������, �� ���� ����� ��������� �����"
+
+#: apt-inst/deb/debfile.cc:158
+msgid "Failed to locate a valid control file"
+msgstr "�� ���� ���������� ���������� control-����"
+
+#: apt-inst/deb/debfile.cc:243
+msgid "Unparsible control file"
+msgstr "�� ���� ��������� control-����"
+
#: dselect/install:32
msgid "Bad default setting!"
msgstr "������������ ��������� �� ���������!"
@@ -941,13 +1515,344 @@ msgstr ""
"������,"
#: dselect/install:103
-msgid "above this message are important. Please fix them and run [I]nstall again"
-msgstr "��������� �����. ����������, ��������� �� � ���������� [�]��������� �����"
+msgid ""
+"above this message are important. Please fix them and run [I]nstall again"
+msgstr ""
+"��������� �����. ����������, ��������� �� � ���������� [�]��������� �����"
#: dselect/update:30
msgid "Merging Available information"
msgstr "������� ��������� ����������"
+#: methods/cdrom.cc:113
+#, c-format
+msgid "Unable to read the cdrom database %s"
+msgstr "���������� ��������� CD-���� %s"
+
+#: 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"
+msgstr ""
+"����������, ����������� apt-cdrom, ����� APT ���� ���������� ������ CD. apt-"
+"get update �� ������������ ��� ���������� ������ CD"
+
+#: methods/cdrom.cc:130 methods/cdrom.cc:168
+msgid "Wrong CD"
+msgstr "��������� CD"
+
+#: methods/cdrom.cc:163
+#, c-format
+msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
+msgstr "���������� �������������� CD-ROM � %s, �������� �� ��� ������������."
+
+#: methods/cdrom.cc:177 methods/file.cc:77
+#, fuzzy
+msgid "File not found"
+msgstr "���� �� ������"
+
+#: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
+msgid "Failed to stat"
+msgstr "�� ������� �������� ��������"
+
+#: methods/copy.cc:79 methods/gzip.cc:139
+msgid "Failed to set modification time"
+msgstr "�� ������� ���������� ����� �����������"
+
+#: methods/file.cc:42
+msgid "Invalid URI, local URIS must not start with //"
+msgstr "������������ URI, ������� URI �� ������ ���������� � //"
+
+#. Login must be before getpeername otherwise dante won't work.
+#: methods/ftp.cc:162
+msgid "Logging in"
+msgstr "����������� �"
+
+#: methods/ftp.cc:168
+msgid "Unable to determine the peer name"
+msgstr "���������� ���������� ��� ���������� �������"
+
+#: methods/ftp.cc:173
+msgid "Unable to determine the local name"
+msgstr "���������� ���������� ��������� ���"
+
+#: methods/ftp.cc:204 methods/ftp.cc:230
+#, c-format
+msgid "Server refused our connection and said: %s"
+msgstr "������ �������� ���� ���������� � �������: %s"
+
+#: methods/ftp.cc:210
+#, c-format
+msgid "USER failed, server said: %s"
+msgstr "�������� USER ����������� �� ������, ������ �������: %s"
+
+#: methods/ftp.cc:216
+#, c-format
+msgid "PASS failed, server said: %s"
+msgstr "�������� PASS ����������� �� ������, ������ �������: %s"
+
+#: methods/ftp.cc:235
+msgid ""
+"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
+"is empty."
+msgstr ""
+"Proxy-������ ������, ������ ��� �������� ����� � �������, Acquire::ftp::"
+"ProxyLogin ����"
+
+#: methods/ftp.cc:263
+#, c-format
+msgid "Login script command '%s' failed, server said: %s"
+msgstr "�������� '%s' ����������� ��������, ������ �������: %s"
+
+#: methods/ftp.cc:289
+#, c-format
+msgid "TYPE failed, server said: %s"
+msgstr "�������� TYPE ����������� �� ������, ������ �������: %s"
+
+#: methods/ftp.cc:327 methods/ftp.cc:438 methods/rsh.cc:183 methods/rsh.cc:226
+msgid "Connection timeout"
+msgstr "����� ���������� �����"
+
+#: methods/ftp.cc:333
+msgid "Server closed the connection"
+msgstr "������ ������ ����������"
+
+#: methods/ftp.cc:336 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
+msgid "Read error"
+msgstr "������ ������"
+
+#: methods/ftp.cc:343 methods/rsh.cc:197
+msgid "A response overflowed the buffer."
+msgstr "����� ���������� �����."
+
+#: methods/ftp.cc:360 methods/ftp.cc:372
+msgid "Protocol corruption"
+msgstr "��������� ���������"
+
+#: methods/ftp.cc:444 methods/rsh.cc:232
+#, fuzzy
+msgid "Write Error"
+msgstr "������ ������"
+
+#: methods/ftp.cc:685 methods/ftp.cc:691 methods/ftp.cc:727
+msgid "Could not create a socket"
+msgstr "�� ������� ������� �����"
+
+#: methods/ftp.cc:696
+msgid "Could not connect data socket, connection timed out"
+msgstr "�� ���� ������������ ����� ������, ����� ���������� �����"
+
+#: methods/ftp.cc:702
+msgid "Could not connect passive socket."
+msgstr "���������� ������������ ��������� �����"
+
+#: methods/ftp.cc:720
+msgid "getaddrinfo was unable to get a listening socket"
+msgstr ""
+
+#: methods/ftp.cc:734
+#, fuzzy
+msgid "Could not bind a socket"
+msgstr "���������� ��������� ��� ������"
+
+#: methods/ftp.cc:738
+msgid "Could not listen on the socket"
+msgstr "�� ���� ��������� ������� ���������� �� ������"
+
+#: methods/ftp.cc:745
+msgid "Could not determine the socket's name"
+msgstr "�� ������� ���������� ��� ������"
+
+#: methods/ftp.cc:777
+msgid "Unable to send PORT command"
+msgstr "���������� ������� �������� PORT"
+
+#: methods/ftp.cc:787
+#, fuzzy, c-format
+msgid "Unknown address family %u (AF_*)"
+msgstr "����������� ��������� ������� %u (AF_*)"
+
+#: methods/ftp.cc:796
+#, c-format
+msgid "EPRT failed, server said: %s"
+msgstr "�������� EPRT ����������� �� ������, ������ �������: %s"
+
+#: methods/ftp.cc:816
+msgid "Data socket connect timed out"
+msgstr "����� ��������� ������ ������ �����"
+
+#: methods/ftp.cc:823
+msgid "Unable to accept connection"
+msgstr "���������� ������� ����������"
+
+#: methods/ftp.cc:862 methods/http.cc:912 methods/rsh.cc:303
+#, fuzzy
+msgid "Problem hashing file"
+msgstr "�������� ������������� �����"
+
+#: methods/ftp.cc:875
+#, c-format
+msgid "Unable to fetch file, server said '%s'"
+msgstr "���������� �������� ����, ������ �������: '%s'"
+
+#: methods/ftp.cc:890 methods/rsh.cc:322
+msgid "Data socket timed out"
+msgstr "����� ������ ������ �����"
+
+#: methods/ftp.cc:920
+#, c-format
+msgid "Data transfer failed, server said '%s'"
+msgstr "�������� ������ ����������� �� ������, ������ �������: '%s'"
+
+#. Get the files information
+#: methods/ftp.cc:995
+msgid "Query"
+msgstr ""
+
+#: methods/ftp.cc:1102
+msgid "Unable to invoke "
+msgstr "���������� ������� "
+
+#: methods/connect.cc:64
+#, c-format
+msgid "Connecting to %s (%s)"
+msgstr "������������� � %s (%s)"
+
+#: methods/connect.cc:71
+#, c-format
+msgid "[IP: %s %s]"
+msgstr ""
+
+#: methods/connect.cc:80
+#, c-format
+msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
+msgstr "�� ������� ������� ����� ��� %s (f=%u t=%u p=%u)"
+
+#: methods/connect.cc:86
+#, c-format
+msgid "Cannot initiate the connection to %s:%s (%s)."
+msgstr "���������� ���������������� ���������� � %s:%s (%s)."
+
+#: methods/connect.cc:92
+#, c-format
+msgid "Could not connect to %s:%s (%s), connection timed out"
+msgstr "�� ������� �������������� � %s:%s (%s), connection timed out"
+
+#: methods/connect.cc:104
+#, c-format
+msgid "Could not connect to %s:%s (%s)."
+msgstr "�� ������� �������������� � %s:%s (%s)."
+
+#. We say this mainly because the pause here is for the
+#. ssh connection that is still going
+#: methods/connect.cc:132 methods/rsh.cc:425
+#, c-format
+msgid "Connecting to %s"
+msgstr "������������� � %s"
+
+#: methods/connect.cc:163
+#, fuzzy, c-format
+msgid "Could not resolve '%s'"
+msgstr "�� ���� ������� ���� %s"
+
+#: methods/connect.cc:167
+#, c-format
+msgid "Temporary failure resolving '%s'"
+msgstr ""
+
+#: methods/connect.cc:169
+#, c-format
+msgid "Something wicked happened resolving '%s:%s' (%i)"
+msgstr "���-�� ����������� ��� ���������� ����� '%s:%s' (%i)"
+
+#: methods/connect.cc:216
+#, c-format
+msgid "Unable to connect to %s %s:"
+msgstr "���������� �������������� � %s %s:"
+
+#: methods/gzip.cc:57
+#, fuzzy, c-format
+msgid "Couldn't open pipe for %s"
+msgstr "�� ���� ������� ���� %s"
+
+#: methods/gzip.cc:102
+#, c-format
+msgid "Read error from %s process"
+msgstr "������ ������ � �������� %s"
+
+#: methods/http.cc:340
+msgid "Waiting for file"
+msgstr "�������� �����"
+
+#: methods/http.cc:486
+#, c-format
+msgid "Got a single header line over %u chars"
+msgstr "������� ��������� ������� %u ��������"
+
+#: methods/http.cc:494
+msgid "Bad header line"
+msgstr "�������� ���������"
+
+#: methods/http.cc:513 methods/http.cc:520
+msgid "The http server sent an invalid reply header"
+msgstr "http ������ ������ �������� ��������� reply "
+
+#: methods/http.cc:549
+msgid "The http server sent an invalid Content-Length header"
+msgstr "http ������ ������ �������� ��������� Content-Length"
+
+#: methods/http.cc:564
+msgid "The http server sent an invalid Content-Range header"
+msgstr "http ������ ������ �������� ��������� Content-Range"
+
+#: methods/http.cc:566
+msgid "This http server has broken range support"
+msgstr "���� http ������ ����� ����� ��������� ���������"
+
+#: methods/http.cc:590
+msgid "Unknown date format"
+msgstr "����������� ������ ������"
+
+#: methods/http.cc:733
+msgid "Select failed"
+msgstr "������� �� �������"
+
+#: methods/http.cc:738
+msgid "Connection timed out"
+msgstr "����� ���������� �����"
+
+#: methods/http.cc:761
+msgid "Error writing to output file"
+msgstr "������ ������ � �������� ����"
+
+#: methods/http.cc:789
+msgid "Error writing to file"
+msgstr "������ ������ � ����"
+
+#: methods/http.cc:814
+msgid "Error writing to the file"
+msgstr "������ ������ � ����"
+
+#: methods/http.cc:828
+msgid "Error reading from server Remote end closed connection"
+msgstr "������ ������, ��������� ������ ������ ����������"
+
+#: methods/http.cc:830
+msgid "Error reading from server"
+msgstr "������ ������ � �������"
+
+#: methods/http.cc:1061
+msgid "Bad header Data"
+msgstr "�� ������ ��������� ������"
+
+#: methods/http.cc:1078
+msgid "Connection failed"
+msgstr "���������� ���������"
+
+#: methods/http.cc:1169
+msgid "Internal error"
+msgstr "��������� ������"
+
#: apt-pkg/contrib/mmap.cc:82
msgid "Can't mmap an empty file"
msgstr ""
@@ -957,7 +1862,7 @@ msgstr ""
msgid "Couldn't make mmap of %lu bytes"
msgstr "�� ���� ������� mmap %lu ����"
-#: apt-pkg/contrib/strutl.cc:935
+#: apt-pkg/contrib/strutl.cc:941
#, c-format
msgid "Selection %s not found"
msgstr "���������� %s �� ������"
@@ -985,7 +1890,9 @@ msgstr "�������������� ������ %s:%u: �������������� ����� ����� ��������"
#: apt-pkg/contrib/configuration.cc:635
#, 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:642
#, c-format
@@ -1007,64 +1914,60 @@ msgstr "�������������� ������ %s:%u: ���������������� ��������� '%s'"
msgid "Syntax error %s:%u: Extra junk at end of file"
msgstr "�������������� ������ %s:%u: �������������� ����� � ����� �����"
-#: apt-pkg/contrib/configuration.cc:701 apt-pkg/contrib/cdromutl.cc:153
-#: apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
-#, c-format
-msgid "Unable to read %s"
-msgstr "���������� ��������� %s"
-
#: apt-pkg/contrib/progress.cc:154
-#, c-format
-msgid "%s... Error!"
+#, fuzzy, c-format
+msgid "%c%s... Error!"
msgstr "%s... ������!"
#: apt-pkg/contrib/progress.cc:156
-#, c-format
-msgid "%s... Done"
+#, fuzzy, c-format
+msgid "%c%s... Done"
msgstr "%s... �������"
-#: apt-pkg/contrib/cmndline.cc:79
+#: apt-pkg/contrib/cmndline.cc:80
#, c-format
msgid "Command line option '%c' [from %s] is not known."
msgstr "����� ���������� ������ '%c' (�� %s) - �� ��������"
-#: apt-pkg/contrib/cmndline.cc:105 apt-pkg/contrib/cmndline.cc:113
-#: apt-pkg/contrib/cmndline.cc:121
+#: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
+#: apt-pkg/contrib/cmndline.cc:122
#, c-format
msgid "Command line option %s is not understood"
msgstr "�� ������������ ����� ���������� ������ %s"
-#: apt-pkg/contrib/cmndline.cc:126
+#: apt-pkg/contrib/cmndline.cc:127
#, c-format
msgid "Command line option %s is not boolean"
msgstr "����� ���������� ������ %s - �� ������"
-#: apt-pkg/contrib/cmndline.cc:165 apt-pkg/contrib/cmndline.cc:186
+#: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
#, c-format
msgid "Option %s requires an argument."
msgstr "����� %s ������� ���������"
-#: apt-pkg/contrib/cmndline.cc:200 apt-pkg/contrib/cmndline.cc:206
-#, c-format
-msgid "Option %s: Configuration item sepecification must have an =<val>."
-msgstr "����� %s: ������������ ����������������� �������� ������������� ����������� =<val>"
+#: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
+#, fuzzy, c-format
+msgid "Option %s: Configuration item specification must have an =<val>."
+msgstr ""
+"����� %s: ������������ ����������������� �������� ������������� ����������� "
+"=<val>"
-#: apt-pkg/contrib/cmndline.cc:236
+#: apt-pkg/contrib/cmndline.cc:237
#, c-format
msgid "Option %s requires an integer argument, not '%s'"
msgstr "����� %s ������� ������ ���������, � �� '%s'"
-#: apt-pkg/contrib/cmndline.cc:267
+#: apt-pkg/contrib/cmndline.cc:268
#, c-format
msgid "Option '%s' is too long"
msgstr "����� '%s' ������� ������"
-#: apt-pkg/contrib/cmndline.cc:300
+#: apt-pkg/contrib/cmndline.cc:301
#, c-format
msgid "Sense %s is not understood, try true or false."
msgstr "����� %s �� ����, ����������� true ��� false"
-#: apt-pkg/contrib/cmndline.cc:350
+#: apt-pkg/contrib/cmndline.cc:351
#, c-format
msgid "Invalid operation %s"
msgstr "�������� �������� %s"
@@ -1128,10 +2031,6 @@ msgstr "���������� %s ���������� ����������"
msgid "Could not open file %s"
msgstr "�� ���� ������� ���� %s"
-#: apt-pkg/contrib/fileutl.cc:452
-msgid "Read error"
-msgstr "������ ������"
-
#: apt-pkg/contrib/fileutl.cc:473
#, c-format
msgid "read, still have %lu to read but none left"
@@ -1176,7 +2075,8 @@ msgid "This APT does not support the Versioning System '%s'"
msgstr "������ APT �� ������������ ������� ������ '%s'"
#: apt-pkg/pkgcache.cc:147
-msgid "The package cache was build for a different architecture"
+#, fuzzy
+msgid "The package cache was built for a different architecture"
msgstr "��� ������� ��� ������ ��� ������ �����������"
#: apt-pkg/pkgcache.cc:218
@@ -1325,12 +2225,13 @@ msgstr ""
msgid "Index file type '%s' is not supported"
msgstr "�� �������������� ��������� ���� ���� '%s'"
-#: apt-pkg/algorithms.cc:237
+#: apt-pkg/algorithms.cc:238
#, 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 ��������� � �������������, �� � �� ���� ����� ����� ��� ����."
-#: apt-pkg/algorithms.cc:1055
+#: apt-pkg/algorithms.cc:1056
msgid ""
"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
"held packages."
@@ -1338,7 +2239,7 @@ msgstr ""
"������, pkgProblemResolver::Resolve ��������� ����������, ��� ����� ���� "
"������� ����������� ��������."
-#: apt-pkg/algorithms.cc:1057
+#: apt-pkg/algorithms.cc:1058
msgid "Unable to correct problems, you have held broken packages."
msgstr "�� �������� ��������� ������, � ��� �������� ����� ������."
@@ -1362,12 +2263,12 @@ msgstr "������� ������ %s �� ������."
msgid "Method %s did not start correctly"
msgstr "����� %s ���������� �� ���������"
-#: apt-pkg/init.cc:117
+#: apt-pkg/init.cc:119
#, c-format
msgid "Packaging system '%s' is not supported"
msgstr "������� �������� '%s' �� ��������������"
-#: apt-pkg/init.cc:133
+#: apt-pkg/init.cc:135
msgid "Unable to determine a suitable system type"
msgstr "���������� ���������� ���������� ��� �������"
@@ -1382,7 +2283,8 @@ msgstr "�� ������ ������ �����-������ '��������' URI � ��� sources.list"
#: 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"
@@ -1438,7 +2340,8 @@ msgstr "������ ��������� �� ����� ��������� %s (NewVersion2)"
#: apt-pkg/pkgcachegen.cc:207
msgid "Wow, you exceeded the number of package names this APT is capable of."
-msgstr "���-��, �� ��������� ���������� ���� �������, ��� APT �������� ����������."
+msgstr ""
+"���-��, �� ��������� ���������� ���� �������, ��� APT �������� ����������."
#: apt-pkg/pkgcachegen.cc:210
msgid "Wow, you exceeded the number of versions this APT is capable of."
@@ -1446,7 +2349,8 @@ msgstr "���-��, �� ��������� ���������� ������, ��� APT �������� ����������."
#: 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
@@ -1468,12 +2372,6 @@ msgstr "����� %s %s �� ��� ������ �� ����� ��������� ����� ������������"
msgid "Couldn't stat source package list %s"
msgstr "�� ������� �������� �������� ������ ������� �������� ������� %s"
-#. Build the status cache
-#: apt-pkg/pkgcachegen.cc:643 apt-pkg/pkgcachegen.cc:701
-#: apt-pkg/pkgcachegen.cc:706 apt-pkg/pkgcachegen.cc:829
-msgid "Reading Package Lists"
-msgstr "������ ������� �������"
-
#: apt-pkg/pkgcachegen.cc:658
msgid "Collecting File Provides"
msgstr ""
@@ -1508,7 +2406,8 @@ msgstr ""
#: apt-pkg/acquire-item.cc:419
#, 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 "������������ ��������� ���� ������. ��� ����� �����: ���� ������ %s."
#: apt-pkg/acquire-item.cc:501
@@ -1519,241 +2418,17 @@ msgstr "������������ ������"
msgid "MD5Sum mismatch"
msgstr "MD5Sum �� ��������"
-#~ msgid "Sorry, you don't have enough free space in %s to hold all the .debs."
-#~ msgstr ""
-#~ "� ��������� � ��� �� ���������� ����� � %s ��� ���������� ���� .deb'��"
-
-#~ msgid "Unable to read the cdrom database %s"
-#~ msgstr "���������� ��������� CD-���� %s"
-
-#~ msgid ""
-#~ "Please use apt-cdrom to make this CD recognized by APT. apt-get update "
-#~ "cannot be used to add new CDs"
-#~ msgstr ""
-#~ "����������, ����������� apt-cdrom, ����� APT ���� ���������� ������ CD. "
-#~ "apt-get update �� ������������ ��� ���������� ������ CD"
-
-#~ msgid "Wrong CD"
-#~ msgstr "��������� CD"
-
-#~ msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
-#~ msgstr ""
-#~ "���������� �������������� CD-ROM � %s, �������� �� ��� ������������."
-
-#~ msgid "Connecting to %s (%s)"
-#~ msgstr "������������� � %s (%s)"
-
-#~ msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
-#~ msgstr "�� ������� ������� ����� ��� %s (f=%u t=%u p=%u)"
-
-#~ msgid "Cannot initiate the connection to %s:%s (%s)."
-#~ msgstr "���������� ���������������� ���������� � %s:%s (%s)."
+#: methods/rsh.cc:264
+msgid "File Not Found"
+msgstr "���� �� ������"
-#~ msgid "Could not connect to %s:%s (%s), connection timed out"
-#~ msgstr "�� ������� �������������� � %s:%s (%s), connection timed out"
+#: methods/rsh.cc:330
+msgid "Connection closed prematurely"
+msgstr "���������� ������� ��������������"
-#~ msgid "Could not connect to %s:%s (%s)."
-#~ msgstr "�� ������� �������������� � %s:%s (%s)."
-
-#~ msgid "Connecting to %s"
-#~ msgstr "������������� � %s"
-
-#~ msgid "Something wicked happened resolving '%s:%s' (%i)"
-#~ msgstr "���-�� ����������� ��� ���������� ����� '%s:%s' (%i)"
-
-#~ msgid "Unable to connect to %s %s:"
-#~ msgstr "���������� �������������� � %s %s:"
-
-#~ msgid "Failed to stat"
-#~ msgstr "�� ������� �������� ��������"
-
-#~ msgid "Failed to set modification time"
-#~ msgstr "�� ������� ���������� ����� �����������"
-
-#~ msgid "Invalid URI, local URIS must not start with //"
-#~ msgstr "������������ URI, ������� URI �� ������ ���������� � //"
-
-#~ msgid "Logging in"
-#~ msgstr "����������� �"
-
-#~ msgid "Unable to determine the peer name"
-#~ msgstr "���������� ���������� ��� ���������� �������"
-
-#~ msgid "Unable to determine the local name"
-#~ msgstr "���������� ���������� ��������� ���"
-
-#~ msgid "Server refused our connection and said: %s"
-#~ msgstr "������ �������� ���� ���������� � �������: %s"
-
-#~ msgid "USER failed, server said: %s"
-#~ msgstr "�������� USER ����������� �� ������, ������ �������: %s"
-
-#~ msgid "PASS failed, server said: %s"
-#~ msgstr "�������� PASS ����������� �� ������, ������ �������: %s"
-
-#~ msgid ""
-#~ "A proxy server was specified but no login script, Acquire::ftp::"
-#~ "ProxyLogin is empty."
+#~ msgid "Sorry, you don't have enough free space in %s to hold all the .debs."
#~ msgstr ""
-#~ "Proxy-������ ������, ������ ��� �������� ����� � �������, Acquire::ftp::"
-#~ "ProxyLogin ����"
-
-#~ msgid "Login script command '%s' failed, server said: %s"
-#~ msgstr "�������� '%s' ����������� ��������, ������ �������: %s"
-
-#~ msgid "TYPE failed, server said: %s"
-#~ msgstr "�������� TYPE ����������� �� ������, ������ �������: %s"
-
-#~ msgid "Connection timeout"
-#~ msgstr "����� ���������� �����"
-
-#~ msgid "Server closed the connection"
-#~ msgstr "������ ������ ����������"
-
-#~ msgid "A response overflowed the buffer."
-#~ msgstr "����� ���������� �����."
-
-#~ msgid "Protocol corruption"
-#~ msgstr "��������� ���������"
-
-#~ msgid "Could not create a socket"
-#~ msgstr "�� ������� ������� �����"
-
-#~ msgid "Could not connect data socket, connection timed out"
-#~ msgstr "�� ���� ������������ ����� ������, ����� ���������� �����"
-
-#~ msgid "Could not connect passive socket."
-#~ msgstr "���������� ������������ ��������� �����"
-
-#, fuzzy
-#~ msgid "Could not bind a socket"
-#~ msgstr "���������� ��������� ��� ������"
-
-#~ msgid "Could not listen on the socket"
-#~ msgstr "�� ���� ��������� ������� ���������� �� ������"
-
-#~ msgid "Could not determine the socket's name"
-#~ msgstr "�� ������� ���������� ��� ������"
-
-#~ msgid "Unable to send PORT command"
-#~ msgstr "���������� ������� �������� PORT"
-
-#~ msgid "Unkonwn address family %u (AF_*)"
-#~ msgstr "����������� ��������� ������� %u (AF_*)"
-
-#~ msgid "EPRT failed, server said: %s"
-#~ msgstr "�������� EPRT ����������� �� ������, ������ �������: %s"
-
-#~ msgid "Data socket connect timed out"
-#~ msgstr "����� ��������� ������ ������ �����"
-
-#~ msgid "Unable to accept connection"
-#~ msgstr "���������� ������� ����������"
-
-#~ msgid "Unable to fetch file, server said '%s'"
-#~ msgstr "���������� �������� ����, ������ �������: '%s'"
-
-#~ msgid "Data socket timed out"
-#~ msgstr "����� ������ ������ �����"
-
-#~ msgid "Data transfer failed, server said '%s'"
-#~ msgstr "�������� ������ ����������� �� ������, ������ �������: '%s'"
-
-#~ msgid "Unable to invoke "
-#~ msgstr "���������� ������� "
-
-#~ msgid "Read error from %s process"
-#~ msgstr "������ ������ � �������� %s"
-
-#~ msgid "Waiting for file"
-#~ msgstr "�������� �����"
-
-#~ msgid "Got a single header line over %u chars"
-#~ msgstr "������� ��������� ������� %u ��������"
-
-#~ msgid "Bad header line"
-#~ msgstr "�������� ���������"
-
-#~ msgid "The http server sent an invalid reply header"
-#~ msgstr "http ������ ������ �������� ��������� reply "
-
-#~ msgid "The http server sent an invalid Content-Length header"
-#~ msgstr "http ������ ������ �������� ��������� Content-Length"
-
-#~ msgid "The http server sent an invalid Content-Range header"
-#~ msgstr "http ������ ������ �������� ��������� Content-Range"
-
-#~ msgid "This http server has broken range support"
-#~ msgstr "���� http ������ ����� ����� ��������� ���������"
-
-#~ msgid "Unknown date format"
-#~ msgstr "����������� ������ ������"
-
-#~ msgid "Select failed"
-#~ msgstr "������� �� �������"
-
-#~ msgid "Connection timed out"
-#~ msgstr "����� ���������� �����"
-
-#~ msgid "Error writing to output file"
-#~ msgstr "������ ������ � �������� ����"
-
-#~ msgid "Error writing to file"
-#~ msgstr "������ ������ � ����"
-
-#~ msgid "Error writing to the file"
-#~ msgstr "������ ������ � ����"
-
-#~ msgid "Error reading from server Remote end closed connection"
-#~ msgstr "������ ������, ��������� ������ ������ ����������"
-
-#~ msgid "Error reading from server"
-#~ msgstr "������ ������ � �������"
-
-#~ msgid "Bad header Data"
-#~ msgstr "�� ������ ��������� ������"
-
-#~ msgid "Connection failed"
-#~ msgstr "���������� ���������"
-
-#~ msgid "Internal error"
-#~ msgstr "��������� ������"
-
-#~ msgid "Failed to create IPC pipe to subprocess"
-#~ msgstr "�� ������� ������� IPC-����� ��� �����������"
-
-#~ msgid "File Not Found"
-#~ msgstr "���� �� ������"
-
-#~ msgid "Connection closed prematurely"
-#~ msgstr "���������� ������� ��������������"
-
-#~ msgid "Failed write file %s"
-#~ msgstr "�� ������� �������� ���� %s"
-
-#~ msgid "Failed to close file %s"
-#~ msgstr "�� ������� ������� ���� %s"
-
-#~ msgid "Unpacking %s more than once"
-#~ msgstr "��������� ���������� %s"
-
-#~ msgid "The directory %s is diverted"
-#~ msgstr "���������� %s ���������"
-
-#~ msgid "The package is trying to write to the diversion target %s/%s"
-#~ msgstr "����� �������� ������ � �������� ������� %s/%s"
-
-#~ msgid "The diversion path is too long"
-#~ msgstr "�������� ���� ������� ������"
-
-#~ msgid "Failed to stat %s"
-#~ msgstr "�� ������� �������� �������� %s"
-
-#~ msgid "Failed to rename %s to %s"
-#~ msgstr "�� ������� ������������� %s � %s"
-
-#~ msgid "The directory %s is being replaced by a non-directory"
-#~ msgstr "������� %s ��� ������� �� ���������"
+#~ "� ��������� � ��� �� ���������� ����� � %s ��� ���������� ���� .deb'��"
#~ msgid "Extract "
#~ msgstr "�������� "
@@ -1761,12 +2436,6 @@ msgstr "MD5Sum �� ��������"
#~ msgid "Aborted, backing out"
#~ msgstr "��������� ����������, �������"
-#~ msgid "Failed to locate node in its hash bucket"
-#~ msgstr "�� ������� ���������� ���� � ��� �����"
-
-#~ msgid "The path is too long"
-#~ msgstr "���� ������� ������"
-
#~ msgid "De-replaced "
#~ msgstr "������������ "
@@ -1779,138 +2448,9 @@ msgstr "MD5Sum �� ��������"
#~ msgid " [new node]"
#~ msgstr " [����� ����]"
-#~ msgid "Overwrite package match with no version for %s"
-#~ msgstr "� ��������������� ������ ��� ������ ��� %s"
-
#~ msgid "Replaced file "
#~ msgstr "���������� ���� "
-#~ msgid "File %s/%s overwrites the one in the package %s"
-#~ msgstr "���� %s/%s ������������ ���� � ������ %s"
-
-#~ msgid "DropNode called on still linked node"
-#~ msgstr "DropNode ������ ��� ��������������� ��� ����"
-
-#~ msgid "Failed to locate the hash element!"
-#~ msgstr "�� ������� ������������ hash-�������!"
-
-#~ msgid "Internal Error in AddDiversion"
-#~ msgstr "��������� ������ � AddDiversion"
-
-#~ msgid "Duplicate conf file %s/%s"
-#~ msgstr "��������� ���� �������� %s/%s"
-
-#~ msgid "Invalid archive signature"
-#~ msgstr "�� ������ ��������� ������"
-
-#~ msgid "Error reading archive member header"
-#~ msgstr "������ ������ ��������� ����� ������"
-
-#~ msgid "Invalid archive member header"
-#~ msgstr "������������ ��������� ����� ������"
-
-#~ msgid "Archive is too short"
-#~ msgstr "������� �������� �����"
-
-#~ msgid "Failed to read the archive headers"
-#~ msgstr "�� ������� ��������� ��������� ������"
-
-#~ msgid "Failed to create pipes"
-#~ msgstr "�� ������� ������� ������"
-
-#~ msgid "Failed to exec gzip "
-#~ msgstr "�� ������� ��������� gzip "
-
-#~ msgid "Corrupted archive"
-#~ msgstr "������������ �����"
-
-#~ msgid "Tar Checksum failed, archive corrupted"
-#~ msgstr "������������ ����������� ����� Tar, ����� ���������"
-
-#~ msgid "Unkown TAR header type %u, member %s"
-#~ msgstr "����������� ��� ��������� TAR %u, ��������� ����� %s"
-
-#~ msgid "This is not a valid DEB archive, missing '%s' member"
-#~ msgstr "��� �� ���������� DEB-����� - ����������� ��������� ����� '%s'"
-
-#~ msgid "Internal Error, could not locate member %s"
-#~ msgstr "���������� ������, �� ���� ����� ��������� ����� %s"
-
-#~ msgid "Internal Error, could not locate member"
-#~ msgstr "���������� ������, �� ���� ����� ��������� �����"
-
-#~ msgid "Failed to locate a valid control file"
-#~ msgstr "�� ���� ���������� ���������� control-����"
-
-#~ msgid "Unparsible control file"
-#~ msgstr "�� ���� ��������� control-����"
-
-#~ msgid "Failed to remove %s"
-#~ msgstr "�� ������� ������� %s"
-
-#~ msgid "Unable to create %s"
-#~ msgstr "�� ������� ������� %s"
-
-#~ msgid "Failed to stat %sinfo"
-#~ msgstr "�� ������� �������� �������� %sinfo"
-
-#~ msgid "The info and temp directories need to be on the same filesystem"
-#~ msgstr "�������� info � temp ������ ���������� � ����� �������� �������"
-
-#~ msgid "Failed to change to the admin dir %sinfo"
-#~ msgstr ""
-#~ "�� ������� ������� ������� ������� �� ���������������� ������� %sinfo"
-
-#~ msgid "Internal Error getting a Package Name"
-#~ msgstr "��������� ������ ��������� ��� ��������� ����� ������"
-
-#, fuzzy
-#~ msgid "Reading File Listing"
-#~ msgstr "������ ������� �������"
-
-#~ msgid ""
-#~ "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
-#~ "then make it empty and immediately re-install the same version of the "
-#~ "package!"
-#~ msgstr ""
-#~ "�� ������� ������� ���� ������ '%sinfo/%s'. ���� �� �� ������ "
-#~ "������������ ���, �� �������� � ���������� �������������� ����� �� ������ "
-#~ "������!"
-
-#~ msgid "Failed reading the list file %sinfo/%s"
-#~ msgstr "������ ������ ����� ������ %sinfo/%s"
-
-#~ msgid "Internal Error getting a Node"
-#~ msgstr "��������� ������ ��� ��������� Node"
-
-#~ msgid "Failed to open the diversions file %sdiversions"
-#~ msgstr "�� ������� ������� ���� %sdiversions"
-
-#~ msgid "The diversion file is corrupted"
-#~ msgstr "�������� ���� ���������"
-
-#~ msgid "Invalid line in the diversion file: %s"
-#~ msgstr "�������� ������ � �������� �����: %s"
-
-#~ msgid "Internal Error adding a diversion"
-#~ msgstr "���������� ������ ��� ���������� ������"
-
-#~ msgid "The pkg cache must be initialize first"
-#~ msgstr "� ������ ������� ������ ���� ������������������ ��� �������"
-
-#, fuzzy
-#~ msgid "Reading File List"
-#~ msgstr "������ ������ �������"
-
-#~ msgid "Failed to find a Package: Header, offset %lu"
-#~ msgstr "�� ������� ����� ������ Package: Header, �������� %lu"
-
-#~ msgid "Bad ConfFile section in the status file. Offset %lu"
-#~ msgstr "�������� ������ ConfFile � status-�����. �������� %lu"
-
-#~ msgid "Error parsing MD5. Offset %lu"
-#~ msgstr "������ ������� ����������� �����. �������� %lu"
-
#~ msgid "Internal Error, Unable to parse a package record"
#~ msgstr "���������� ������, ���������� ���������������� ������ ������"
@@ -1923,9 +2463,6 @@ msgstr "MD5Sum �� ��������"
#~ msgid "Generating cache"
#~ msgstr "��������� ����"
-#~ msgid "Problem opening %s"
-#~ msgstr "���������� �������� %s"
-
#~ msgid "Problem with SelectFile"
#~ msgstr "����������� � SelectFile"
@@ -2079,9 +2616,6 @@ msgstr "MD5Sum �� ��������"
#~ msgid "....\"Have you mooed today?\"..."
#~ msgstr "....\"�� ������ �������?\"..."
-#~ msgid "Error Processing directory %s"
-#~ msgstr "������ ��������� �������� %s"
-
#~ msgid " New "
#~ msgstr " ����� "
@@ -2091,18 +2625,9 @@ msgstr "MD5Sum �� ��������"
#~ msgid " files "
#~ msgstr " ����� "
-#~ msgid "Source extension list is too long"
-#~ msgstr "������ ���������� �������� ������� ������� ������"
-
#~ msgid " pkgs in "
#~ msgstr " ������� � "
-#~ msgid "Error writing header to contents file"
-#~ msgstr "������ ������ ��������� � ���������� �����"
-
-#~ msgid "Error Processing Contents %s"
-#~ msgstr "������ ��������� ����������� %s"
-
#~ msgid ""
#~ "Usage: apt-ftparchive [options] command\n"
#~ "Commands: packges binarypath [overridefile [pathprefix]]\n"
@@ -2119,48 +2644,6 @@ msgstr "MD5Sum �� ��������"
#~ "\t clean config\n"
#~ msgid ""
-#~ "apt-ftparchive generates index files for Debian archives. It supports\n"
-#~ "many styles of generation from fully automated to functional "
-#~ "replacements\n"
-#~ "for dpkg-scanpackages and dpkg-scansources\n"
-#~ "\n"
-#~ "apt-ftparchive generates Package files from a tree of .debs. The\n"
-#~ "Package file contains the contents of all the control fields from\n"
-#~ "each package as well as the MD5 hash and filesize. An override file\n"
-#~ "is supported to force the value of Priority and Section.\n"
-#~ "\n"
-#~ "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
-#~ "The --source-override option can be used to specify a src override file\n"
-#~ "\n"
-#~ "The 'packages' and 'sources' command should be run in the root of the\n"
-#~ "tree. BinaryPath should point to the base of the recursive search and \n"
-#~ "override file should contian the override flags. Pathprefix is\n"
-#~ "appended to the filename fields if present. Example usage from the \n"
-#~ "debian archive:\n"
-#~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
-#~ " dists/potato/main/binary-i386/Packages\n"
-#~ msgstr ""
-#~ "apt-ftparchive ���������� �������� ����� ��� ������� Debian. "
-#~ "������������\n"
-#~ "��������� ������ ��������� �� ��������� �������������� �� ������ �������\n"
-#~ "������� dpkg-scanpackages � dpkg-scansources\n"
-#~ "\n"
-#~ "apt-ftparchive ����������� ����� Package �� ������ .debs. ���� Package\n"
-#~ "�������� ���������� ���� ����������� ����� �� ������� ������, � �����\n"
-#~ "���� MD5 � ������� ������. ��� ����������� �������� ���������� � �������\n"
-#~ "�������������� ���� override.\n"
-#~ "\n"
-#~ "���������� apt-ftparchive ���������� ����� Sources �� ������ .dscs.\n"
-#~ "��� �������� ����� override ����� ������������ ����� --source-override.\n"
-#~ "\n"
-#~ "������� 'packages' � 'sources' ���� ��������� �� ����� ������.\n"
-#~ "BinaryPath ������ ��������� �� ������� ����� ������������ ������, � ����\n"
-#~ "override ������ ��������� ������������� ������. Pathprefix, ���� ����,\n"
-#~ "����������� � ����� filename. ������ ������������� �� ������ debian:\n"
-#~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
-#~ " dists/potato/main/binary-i386/Packages\n"
-
-#~ msgid ""
#~ "Options:\n"
#~ " -h This help text\n"
#~ " --md5 Control MD5 generation\n"
@@ -2183,15 +2666,9 @@ msgstr "MD5Sum �� ��������"
#~ " -c=? ������ ��������� ���� ������������\n"
#~ " -o=? ���������� ������������ �����\n"
-#~ msgid "No selections matched"
-#~ msgstr "��� ������������ ����������"
-
#~ msgid "Done Packages, Starting contents."
#~ msgstr "������ � �������� ���������, ��������� � �����������."
-#~ msgid "Some files are missing in the package file group `%s'"
-#~ msgstr "� ������ ������� ������ `%s' ��������� ��������� �����"
-
#~ msgid "Hit contents update byte limit"
#~ msgstr "���������� ����������� � ������ �� ��������� �����������"
@@ -2205,96 +2682,9 @@ msgstr "MD5Sum �� ��������"
#~ msgid " archives. Took "
#~ msgstr " �������. ������� ������ "
-#~ msgid "DB was corrupted, file renamed to %s.old"
-#~ msgstr "�� ���� ����������, ���� ������������ � %s.old"
-
-#~ msgid "Unable to open DB2 file %s"
-#~ msgstr "�� ������� ������� DB2 ���� %s"
-
-#~ msgid "File date has changed %s"
-#~ msgstr "���� ����� %s ��������"
-
-#~ msgid "Archive has no control record"
-#~ msgstr "� ������ ��� ����������� ������"
-
-#~ msgid "Unable to get a cursor"
-#~ msgstr "���������� �������� ������"
-
-#~ msgid "realloc - Failed to allocate memory"
-#~ msgstr "realloc - �� ������� �������� ������"
-
-#~ msgid "Unknown Compresison Algorithm '%s'"
-#~ msgstr "����������� �������� ������ '%s'"
-
-#~ msgid "Failed to create FILE*"
-#~ msgstr "�� ������� ������� FILE*"
-
-#~ msgid "Failed to fork"
-#~ msgstr "�� ������� ��������� ����������� �������"
-
-#~ msgid "Compress Child"
-#~ msgstr "������ �������"
-
-#~ msgid "Internal Error, Failed to create %s"
-#~ msgstr "���������� ������, �� ������� ������� %s"
-
-#~ msgid "Failed to create subprocess IPC"
-#~ msgstr "�� ������� ������� ���������� IPC"
-
-#~ msgid "Failed to exec compressor "
-#~ msgstr "�� ������� ��������� ���������� "
-
-#~ msgid "IO to subprocess/file failed"
-#~ msgstr "������ �����/������ � ����������/����"
-
-#~ msgid "Failed to read while computing MD5"
-#~ msgstr "������ ������ �� ����� ���������� MD5"
-
-#~ msgid "Unable to open %s"
-#~ msgstr "�� ������� ������� %s"
-
-#~ msgid "Failed to read the override file %s"
-#~ msgstr "�� ������� �������� override-���� %s"
-
-#~ msgid "W: Unable to read directory "
-#~ msgstr "W: ��������� ��������� ���������� "
-
-#~ msgid "W: Unable to stat "
-#~ msgstr "W: �� ������� �������� �������� "
-
-#~ msgid "E: Errors apply to file '"
-#~ msgstr "E: ������ ����������� � ����� '"
-
-#~ msgid "Failed to resolve %s"
-#~ msgstr "�� ������� ��������� %s"
-
-#~ msgid "Tree walking failed"
-#~ msgstr "�� ������� ��������� ����� ������"
-
-#~ msgid "Failed to open %s"
-#~ msgstr "�� ������� ������� %s"
-
-#~ msgid "Failed to unlink %s"
-#~ msgstr "�� ������� ������� ���� %s"
-
-#~ msgid "*** Failed to link %s to %s"
-#~ msgstr "*** �� ������� ������� ���� %s �� %s"
-
-#~ msgid " DeLink limit of "
-#~ msgstr " ����������� DeLink � "
-
#~ msgid "B hit."
#~ msgstr "� ����������."
-#~ msgid "Archive had no package field"
-#~ msgstr "� ������ ��� ���� package"
-
-#~ msgid " has no override entry"
-#~ msgstr " �� ����� ������ override"
-
-#~ msgid " maintainer is "
-#~ msgstr " �������������� "
-
#~ msgid " not "
#~ msgstr " �� "
diff --git a/po/sv.po b/po/sv.po
index 66d0b5801..d10886970 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
-"POT-Creation-Date: 2002-11-10 19:37+0100\n"
+"POT-Creation-Date: 2003-02-09 21:51-0600\n"
"PO-Revision-Date: 2002-11-17 17:55+0100\n"
"Last-Translator: Peter Karlsson <peterk@debian.org>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -15,141 +15,142 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: cmdline/apt-cache.cc:131
+#: cmdline/apt-cache.cc:133
#, c-format
msgid "Package %s version %s has an unmet dep:\n"
msgstr "Paket %s version %s har ett otillfredsst�llbart beroende:\n"
-#: cmdline/apt-cache.cc:171 cmdline/apt-cache.cc:523 cmdline/apt-cache.cc:669
-#: cmdline/apt-cache.cc:1035 cmdline/apt-cache.cc:1181
+#: cmdline/apt-cache.cc:173 cmdline/apt-cache.cc:525 cmdline/apt-cache.cc:671
+#: cmdline/apt-cache.cc:1037 cmdline/apt-cache.cc:1183
#, c-format
msgid "Unable to locate package %s"
msgstr "Kunde inte lokalisera paket %s"
-#: cmdline/apt-cache.cc:228
+#: cmdline/apt-cache.cc:230
msgid "Total Package Names : "
msgstr "Totalt antal paketnamn: "
-#: cmdline/apt-cache.cc:268
+#: cmdline/apt-cache.cc:270
msgid " Normal Packages: "
msgstr " Normala paket: "
-#: cmdline/apt-cache.cc:269
+#: cmdline/apt-cache.cc:271
msgid " Pure Virtual Packages: "
msgstr " Rent virtuella paket: "
-#: cmdline/apt-cache.cc:270
+#: cmdline/apt-cache.cc:272
msgid " Single Virtual Packages: "
msgstr " Enkelt virtuella paket: "
-#: cmdline/apt-cache.cc:271
+#: cmdline/apt-cache.cc:273
msgid " Mixed Virtual Packages: "
msgstr " Blandat virtuella paket: "
-#: cmdline/apt-cache.cc:272
+#: cmdline/apt-cache.cc:274
msgid " Missing: "
msgstr " Saknade: "
-#: cmdline/apt-cache.cc:274
+#: cmdline/apt-cache.cc:276
msgid "Total Distinct Versions: "
msgstr "Totalt antal olika versioner: "
-#: cmdline/apt-cache.cc:276
+#: cmdline/apt-cache.cc:278
msgid "Total Dependencies: "
msgstr "Totalt antal beroenden: "
-#: cmdline/apt-cache.cc:279
+#: cmdline/apt-cache.cc:281
msgid "Total Ver/File relations: "
msgstr "Totalt antal version/filrelationer: "
-#: cmdline/apt-cache.cc:281
+#: cmdline/apt-cache.cc:283
msgid "Total Provides Mappings: "
msgstr "Totalt antal tillhandah�llningsmarkeringar: "
-#: cmdline/apt-cache.cc:293
+#: cmdline/apt-cache.cc:295
msgid "Total Globbed Strings: "
msgstr "Totalt antal s�km�nsterstr�ngar: "
-#: cmdline/apt-cache.cc:307
+#: cmdline/apt-cache.cc:309
msgid "Total Dependency Version space: "
msgstr "Totalt utrymme f�r versionsberoenden: "
-#: cmdline/apt-cache.cc:312
+#: cmdline/apt-cache.cc:314
msgid "Total Slack space: "
msgstr "Totalt bortkastat utrymme: "
-#: cmdline/apt-cache.cc:320
+#: cmdline/apt-cache.cc:322
msgid "Total Space Accounted for: "
msgstr "Totalt utrymme som kan redog�ras f�r: "
-#: cmdline/apt-cache.cc:442 cmdline/apt-cache.cc:869
+#: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:871
#, c-format
msgid "Package file %s is out of sync."
msgstr "Paketfilen %s �r ur synk."
-#: cmdline/apt-cache.cc:911
+#: cmdline/apt-cache.cc:913
msgid "You must give exactly one pattern"
msgstr "Du m�ste ange exakt ett m�nster"
-#: cmdline/apt-cache.cc:1135
+#: cmdline/apt-cache.cc:1137
msgid "Package Files:"
msgstr "\"Package\"-filer:"
-#: cmdline/apt-cache.cc:1142 cmdline/apt-cache.cc:1228
+#: cmdline/apt-cache.cc:1144 cmdline/apt-cache.cc:1230
msgid "Cache is out of sync, can't x-ref a package file"
msgstr "Cachen �r ur synk, kan inte korsreferera en paketfil"
# Prioritet f�ljt av URI
-#: cmdline/apt-cache.cc:1143
+#: cmdline/apt-cache.cc:1145
#, c-format
msgid "%4i %s\n"
msgstr "%4i %s\n"
#. Show any packages have explicit pins
-#: cmdline/apt-cache.cc:1155
+#: cmdline/apt-cache.cc:1157
msgid "Pinned Packages:"
msgstr "Fastn�lade paket:"
-#: cmdline/apt-cache.cc:1167 cmdline/apt-cache.cc:1208
+#: cmdline/apt-cache.cc:1169 cmdline/apt-cache.cc:1210
msgid "(not found)"
msgstr "(ej funnen)"
#. Installed version
-#: cmdline/apt-cache.cc:1188
+#: cmdline/apt-cache.cc:1190
msgid " Installed: "
msgstr " Installerad: "
-#: cmdline/apt-cache.cc:1190 cmdline/apt-cache.cc:1198
+#: cmdline/apt-cache.cc:1192 cmdline/apt-cache.cc:1200
msgid "(none)"
msgstr "(ingen)"
#. Candidate Version
-#: cmdline/apt-cache.cc:1195
+#: cmdline/apt-cache.cc:1197
msgid " Candidate: "
msgstr " Kandidat: "
-#: cmdline/apt-cache.cc:1205
+#: cmdline/apt-cache.cc:1207
msgid " Package Pin: "
msgstr " Fastn�lning: "
#. Show the priority tables
-#: cmdline/apt-cache.cc:1214
+#: cmdline/apt-cache.cc:1216
msgid " Version Table:"
msgstr " Versionstabell:"
-#: cmdline/apt-cache.cc:1229
+#: cmdline/apt-cache.cc:1231
#, c-format
msgid " %4i %s\n"
msgstr " %4i %s\n"
-#: cmdline/apt-cache.cc:1256 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:69
-#: cmdline/apt-extracttemplates.cc:223 ftparchive/apt-ftparchive.cc:544
-#: cmdline/apt-get.cc:2015 cmdline/apt-sortpkgs.cc:142
+#: cmdline/apt-cache.cc:1258 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
+#: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:544
+#: cmdline/apt-get.cc:2049 cmdline/apt-sortpkgs.cc:144
#, c-format
msgid "%s %s for %s %s compiled on %s %s\n"
msgstr "%s %s f�r %s %s kompilerad den %s %s\n"
-#: cmdline/apt-cache.cc:1260
+#: cmdline/apt-cache.cc:1262
+#, fuzzy
msgid ""
"Usage: apt-cache [options] command\n"
" apt-cache [options] add file1 [file1 ...]\n"
@@ -160,7 +161,7 @@ msgid ""
"cache files, and query information from them\n"
"\n"
"Commands:\n"
-" add - Add an package file to the source cache\n"
+" add - Add a package file to the source cache\n"
" gencaches - Build both the package and source cache\n"
" showpkg - Show some general information for a single package\n"
" showsrc - Show source records\n"
@@ -219,11 +220,11 @@ msgstr ""
" -o=? Ange valfri inst�llningsflagga. T.ex -o dir::cache=/tmp\n"
"Se manualsidorna f�r apt-cache(8) och apt.conf(5) f�r mer information.\n"
-#: cmdline/apt-config.cc:40
+#: cmdline/apt-config.cc:41
msgid "Arguments not in pairs"
msgstr "Flaggorna gavs inte parvis"
-#: cmdline/apt-config.cc:75
+#: cmdline/apt-config.cc:76
msgid ""
"Usage: apt-config [options] command\n"
"\n"
@@ -251,12 +252,12 @@ msgstr ""
" -c=? L�s denna inst�llningsfil.\n"
" -o=? Ange valfri inst�llningsflagga. T.ex -o dir::cache=/tmp\n"
-#: cmdline/apt-extracttemplates.cc:96
+#: cmdline/apt-extracttemplates.cc:98
#, c-format
msgid "%s not a valid DEB package."
msgstr "%s �r inte ett giltigt DEB-paket."
-#: cmdline/apt-extracttemplates.cc:230
+#: cmdline/apt-extracttemplates.cc:232
msgid ""
"Usage: apt-extracttemplates file1 [file2 ...]\n"
"\n"
@@ -280,15 +281,295 @@ msgstr ""
" -c=? L�s denna inst�llningsfil.\n"
" -o=? Ange valfri inst�llningsflagga. T.ex -o dir::cache=/tmp\n"
-#: cmdline/apt-extracttemplates.cc:257 apt-pkg/pkgcachegen.cc:699
+#: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
#, c-format
msgid "Unable to write to %s"
msgstr "Kunde inte skriva till %s"
-#: cmdline/apt-extracttemplates.cc:300
+#: cmdline/apt-extracttemplates.cc:302
msgid "Cannot get debconf version. Is debconf installed?"
msgstr "Kan inte ta reda p� debconfs version. �r debconf installerat?"
+#: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:336
+#, fuzzy
+msgid "Package extension list is too long"
+msgstr "Flaggan \"%s\" �r f�r l�ng"
+
+#: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
+#: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:251
+#: ftparchive/apt-ftparchive.cc:265 ftparchive/apt-ftparchive.cc:287
+#, c-format
+msgid "Error Processing directory %s"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:249
+#, fuzzy
+msgid "Source extension list is too long"
+msgstr "Flaggan \"%s\" �r f�r l�ng"
+
+#: ftparchive/apt-ftparchive.cc:366
+msgid "Error writing header to contents file"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:396
+#, c-format
+msgid "Error Processing Contents %s"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:550
+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"
+"\n"
+"apt-ftparchive generates index files for Debian archives. It supports\n"
+"many styles of generation from fully automated to functional replacements\n"
+"for dpkg-scanpackages and dpkg-scansources\n"
+"\n"
+"apt-ftparchive generates Package files from a tree of .debs. The\n"
+"Package file contains the contents of all the control fields from\n"
+"each package as well as the MD5 hash and filesize. An override file\n"
+"is supported to force the value of Priority and Section.\n"
+"\n"
+"Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
+"The --source-override option can be used to specify a src override file\n"
+"\n"
+"The 'packages' and 'sources' command should be run in the root of the\n"
+"tree. BinaryPath should point to the base of the recursive search and \n"
+"override file should contian the override flags. Pathprefix is\n"
+"appended to the filename fields if present. Example usage from the \n"
+"debian archive:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+"\n"
+"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"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:731
+msgid "No selections matched"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:804
+#, c-format
+msgid "Some files are missing in the package file group `%s'"
+msgstr ""
+
+#: ftparchive/cachedb.cc:43
+#, c-format
+msgid "DB was corrupted, file renamed to %s.old"
+msgstr ""
+
+#: ftparchive/cachedb.cc:59
+#, fuzzy, c-format
+msgid "Unable to open DB2 file %s"
+msgstr "Kunde inte tolka paketfilen %s (2)"
+
+# Felmeddelande f�r misslyckad chdir
+#: ftparchive/cachedb.cc:99
+#, fuzzy, c-format
+msgid "File date has changed %s"
+msgstr "Kunde inte g� till %s"
+
+#: ftparchive/cachedb.cc:140
+msgid "Archive has no control record"
+msgstr ""
+
+#: ftparchive/cachedb.cc:253 ftparchive/cachedb.cc:257
+#, fuzzy
+msgid "Unable to get a cursor"
+msgstr "Kunde inte l�sa %s"
+
+#: ftparchive/writer.cc:78
+#, fuzzy, c-format
+msgid "W: Unable to read directory %s\n"
+msgstr "Kunde inte l�sa h�mtningskatalogen."
+
+#: ftparchive/writer.cc:83
+#, fuzzy, c-format
+msgid "W: Unable to stat %s\n"
+msgstr "Kunde inte ta status p� %s."
+
+#: ftparchive/writer.cc:122
+msgid "E: "
+msgstr ""
+
+#: ftparchive/writer.cc:124
+msgid "W: "
+msgstr ""
+
+#: ftparchive/writer.cc:131
+msgid "E: Errors apply to file "
+msgstr ""
+
+#: ftparchive/writer.cc:148 ftparchive/writer.cc:178
+#, fuzzy, c-format
+msgid "Failed to resolve %s"
+msgstr "Misslyckades att h�mta %s %s\n"
+
+#: ftparchive/writer.cc:160
+msgid "Tree walking failed"
+msgstr ""
+
+#: ftparchive/writer.cc:185
+#, fuzzy, c-format
+msgid "Failed to open %s"
+msgstr "Misslyckades att h�mta %s %s\n"
+
+#: ftparchive/writer.cc:242
+#, c-format
+msgid " DeLink %s [%s]\n"
+msgstr ""
+
+#: ftparchive/writer.cc:250
+#, fuzzy, c-format
+msgid "Failed to readlink %s"
+msgstr "Kunde inte l�sa %s"
+
+#: ftparchive/writer.cc:254
+#, fuzzy, c-format
+msgid "Failed to unlink %s"
+msgstr "Misslyckades att h�mta %s %s\n"
+
+#: ftparchive/writer.cc:261
+#, fuzzy, c-format
+msgid "*** Failed to link %s to %s"
+msgstr "Misslyckades att h�mta %s %s\n"
+
+#: ftparchive/writer.cc:271
+#, c-format
+msgid " DeLink limit of %sB hit.\n"
+msgstr ""
+
+#: ftparchive/writer.cc:338 apt-inst/extract.cc:181 apt-inst/extract.cc:193
+#: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
+#, fuzzy, c-format
+msgid "Failed to stat %s"
+msgstr "Kunde inte ta status p� %s."
+
+#: ftparchive/writer.cc:358
+msgid "Archive had no package field"
+msgstr ""
+
+#: ftparchive/writer.cc:366 ftparchive/writer.cc:576
+#, fuzzy, c-format
+msgid " %s has no override entry\n"
+msgstr "%s har inga byggberoenden.\n"
+
+#: ftparchive/writer.cc:409 ftparchive/writer.cc:658
+#, c-format
+msgid " %s maintainer is %s not %s\n"
+msgstr ""
+
+#: ftparchive/contents.cc:346 ftparchive/contents.cc:377
+msgid "realloc - Failed to allocate memory"
+msgstr ""
+
+#: ftparchive/override.cc:38 ftparchive/override.cc:146
+#, fuzzy, c-format
+msgid "Unable to open %s"
+msgstr "Kunde inte l�sa %s"
+
+#: ftparchive/override.cc:64 ftparchive/override.cc:170
+#, c-format
+msgid "Malformed override %s line %lu #1"
+msgstr ""
+
+#: ftparchive/override.cc:78 ftparchive/override.cc:182
+#, c-format
+msgid "Malformed override %s line %lu #2"
+msgstr ""
+
+#: ftparchive/override.cc:92 ftparchive/override.cc:195
+#, c-format
+msgid "Malformed override %s line %lu #3"
+msgstr ""
+
+#: ftparchive/override.cc:131 ftparchive/override.cc:205
+#, fuzzy, c-format
+msgid "Failed to read the override file %s"
+msgstr "Misslyckades att h�mta %s %s\n"
+
+#: ftparchive/multicompress.cc:75
+#, c-format
+msgid "Unknown Compresison Algorithm '%s'"
+msgstr ""
+
+#: ftparchive/multicompress.cc:105
+#, c-format
+msgid "Compressed output %s needs a compression set"
+msgstr ""
+
+#: ftparchive/multicompress.cc:172 methods/rsh.cc:91
+#, fuzzy
+msgid "Failed to create IPC pipe to subprocess"
+msgstr "Misslyckades att h�mta vissa arkiv."
+
+#: ftparchive/multicompress.cc:198
+#, fuzzy
+msgid "Failed to create FILE*"
+msgstr "Misslyckades att h�mta vissa arkiv."
+
+#: ftparchive/multicompress.cc:201
+#, fuzzy
+msgid "Failed to fork"
+msgstr "Misslyckades"
+
+#: ftparchive/multicompress.cc:215
+msgid "Compress Child"
+msgstr ""
+
+#: ftparchive/multicompress.cc:238
+#, fuzzy, c-format
+msgid "Internal Error, Failed to create %s"
+msgstr "Internt fel, AllUpgrade f�rst�rde n�got"
+
+#: ftparchive/multicompress.cc:289
+#, fuzzy
+msgid "Failed to create subprocess IPC"
+msgstr "Misslyckades att h�mta vissa arkiv."
+
+#: ftparchive/multicompress.cc:324
+#, fuzzy
+msgid "Failed to exec compressor "
+msgstr "Misslyckades att h�mta vissa arkiv."
+
+#: ftparchive/multicompress.cc:363
+#, fuzzy
+msgid "decompressor"
+msgstr "Misslyckades att h�mta vissa arkiv."
+
+#: ftparchive/multicompress.cc:406
+#, fuzzy
+msgid "IO to subprocess/file failed"
+msgstr "Barnprocessen misslyckades"
+
+#: ftparchive/multicompress.cc:458
+#, fuzzy
+msgid "Failed to read while computing MD5"
+msgstr "Kunde inte l�sa %s"
+
+#: ftparchive/multicompress.cc:475
+#, fuzzy, c-format
+msgid "Problem unlinking %s"
+msgstr "Problem med att l�nka ut filen"
+
+#: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
+#, fuzzy, c-format
+msgid "Failed to rename %s to %s"
+msgstr "Misslyckades att h�mta %s %s\n"
+
#. This needs to be a capital
#: cmdline/apt-get.cc:116
msgid "Y"
@@ -682,7 +963,7 @@ msgstr "F�ljande ytterligare paket kommer att installeras:"
msgid "Calculating Upgrade... "
msgstr "Ber�knar uppgradering... "
-#: cmdline/apt-get.cc:1476
+#: cmdline/apt-get.cc:1476 methods/ftp.cc:700 methods/connect.cc:99
msgid "Failed"
msgstr "Misslyckades"
@@ -756,15 +1037,23 @@ msgstr "Kunde inte h�mta byggberoendeinformation f�r %s"
msgid "%s has no build depends.\n"
msgstr "%s har inga byggberoenden.\n"
-#: cmdline/apt-get.cc:1931
-#, c-format
+#: cmdline/apt-get.cc:1948
+#, fuzzy, c-format
msgid ""
-"%s dependency on %s cannot be satisfied because the package %s cannot be "
+"%s dependency for %s cannot be satisfied because the package %s cannot be "
"found"
msgstr ""
"%s-beroendet p� %s kan inte tillfredsst�llas eftersom paketet %s inte hittas"
-#: cmdline/apt-get.cc:1983
+#: cmdline/apt-get.cc:1990
+#, fuzzy, c-format
+msgid ""
+"%s dependency for %s cannot be satisfied because no available versions of "
+"package %s can satisfy version requirements"
+msgstr ""
+"%s-beroendet p� %s kan inte tillfredsst�llas eftersom paketet %s inte hittas"
+
+#: cmdline/apt-get.cc:2017
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."
@@ -772,15 +1061,15 @@ msgstr ""
"Trasiga paket hittades n�r byggberoenden behandlades. Du kan m�jligen\n"
"r�tta detta genom att k�ra \"apt-get -f install\"."
-#: cmdline/apt-get.cc:1988
+#: cmdline/apt-get.cc:2022
msgid "Failed to process build dependencies"
msgstr "Kunde inte hantera byggberoenden"
-#: cmdline/apt-get.cc:2020
+#: cmdline/apt-get.cc:2054
msgid "Supported Modules:"
msgstr "Moduler som st�ds:"
-#: cmdline/apt-get.cc:2061
+#: cmdline/apt-get.cc:2095
msgid ""
"Usage: apt-get [options] command\n"
" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -894,11 +1183,11 @@ msgid ""
"press enter\n"
msgstr "Mediabyte: S�tt i disk \"%s\" i enhet \"%s\" och tryck Enter\n"
-#: cmdline/apt-sortpkgs.cc:84
+#: cmdline/apt-sortpkgs.cc:86
msgid "Unknown package record!"
msgstr "Ok�nd paketpost!"
-#: cmdline/apt-sortpkgs.cc:148
+#: cmdline/apt-sortpkgs.cc:150
msgid ""
"Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
"\n"
@@ -922,6 +1211,292 @@ msgstr ""
" -c=? L�s denna inst�llningsfil.\n"
" -o=? Ange valfri inst�llningsflagga. T.ex -o dir::cache=/tmp\n"
+#: apt-inst/contrib/extracttar.cc:115
+#, fuzzy
+msgid "Failed to create pipes"
+msgstr "Misslyckades att h�mta vissa arkiv."
+
+#: apt-inst/contrib/extracttar.cc:140
+#, fuzzy
+msgid "Failed to exec gzip "
+msgstr "Misslyckades att h�mta %s %s\n"
+
+#: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
+msgid "Corrupted archive"
+msgstr ""
+
+#: apt-inst/contrib/extracttar.cc:192
+#, fuzzy
+msgid "Tar Checksum failed, archive corrupted"
+msgstr "Paketcachefilen �r trasig"
+
+#: apt-inst/contrib/extracttar.cc:295
+#, c-format
+msgid "Unkown TAR header type %u, member %s"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:73
+msgid "Invalid archive signature"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:81
+#, fuzzy
+msgid "Error reading archive member header"
+msgstr "Misslyckades att h�mta vissa arkiv."
+
+#: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
+msgid "Invalid archive member header"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:131
+msgid "Archive is too short"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:135
+#, fuzzy
+msgid "Failed to read the archive headers"
+msgstr "Misslyckades att h�mta vissa arkiv."
+
+#: apt-inst/filelist.cc:384
+msgid "DropNode called on still linked node"
+msgstr ""
+
+#: apt-inst/filelist.cc:416
+#, fuzzy
+msgid "Failed to locate the hash element!"
+msgstr "Kunde inte ta status p� cd-romen."
+
+#: apt-inst/filelist.cc:463
+#, fuzzy
+msgid "Failed to allocate diversion"
+msgstr "Misslyckades att h�mta vissa arkiv."
+
+#: apt-inst/filelist.cc:468
+#, fuzzy
+msgid "Internal Error in AddDiversion"
+msgstr "Internt fel, AllUpgrade f�rst�rde n�got"
+
+#: apt-inst/filelist.cc:481
+#, c-format
+msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
+msgstr ""
+
+#: apt-inst/filelist.cc:510
+#, c-format
+msgid "Double add of diversion %s -> %s"
+msgstr ""
+
+#: apt-inst/filelist.cc:553
+#, c-format
+msgid "Duplicate conf file %s/%s"
+msgstr ""
+
+#: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
+#, fuzzy, c-format
+msgid "Failed write file %s"
+msgstr "Misslyckades att h�mta %s %s\n"
+
+#: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
+#, fuzzy, c-format
+msgid "Failed to close file %s"
+msgstr "Misslyckades att h�mta %s %s\n"
+
+#: apt-inst/extract.cc:96 apt-inst/extract.cc:167
+#, fuzzy, c-format
+msgid "The path %s is too long"
+msgstr "Flaggan \"%s\" �r f�r l�ng"
+
+#: apt-inst/extract.cc:127
+#, c-format
+msgid "Unpacking %s more than once"
+msgstr ""
+
+#: apt-inst/extract.cc:137
+#, c-format
+msgid "The directory %s is diverted"
+msgstr ""
+
+#: apt-inst/extract.cc:147
+#, c-format
+msgid "The package is trying to write to the diversion target %s/%s"
+msgstr ""
+
+#: apt-inst/extract.cc:157 apt-inst/extract.cc:300
+#, fuzzy
+msgid "The diversion path is too long"
+msgstr "Paketcachefilen �r trasig"
+
+#: apt-inst/extract.cc:243
+#, c-format
+msgid "The directory %s is being replaced by a non-directory"
+msgstr ""
+
+#: apt-inst/extract.cc:283
+msgid "Failed to locate node in its hash bucket"
+msgstr ""
+
+#: apt-inst/extract.cc:287
+#, fuzzy
+msgid "The path is too long"
+msgstr "Flaggan \"%s\" �r f�r l�ng"
+
+#: apt-inst/extract.cc:417
+#, c-format
+msgid "Overwrite package match with no version for %s"
+msgstr ""
+
+#: apt-inst/extract.cc:434
+#, c-format
+msgid "File %s/%s overwrites the one in the package %s"
+msgstr ""
+
+#: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
+#: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
+#, c-format
+msgid "Unable to read %s"
+msgstr "Kunde inte l�sa %s"
+
+#: apt-inst/extract.cc:494
+#, fuzzy, c-format
+msgid "Unable to stat %s"
+msgstr "Kunde inte ta status p� %s."
+
+#: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
+#, fuzzy, c-format
+msgid "Failed to remove %s"
+msgstr "Misslyckades att h�mta %s %s\n"
+
+#: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
+#, fuzzy, c-format
+msgid "Unable to create %s"
+msgstr "Kunde inte l�sa %s"
+
+#: apt-inst/deb/dpkgdb.cc:118
+#, fuzzy, c-format
+msgid "Failed to stat %sinfo"
+msgstr "Kunde inte ta status p� %s."
+
+#: apt-inst/deb/dpkgdb.cc:123
+msgid "The info and temp directories need to be on the same filesystem"
+msgstr ""
+
+#. Build the status cache
+#: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
+#: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
+#: apt-pkg/pkgcachegen.cc:829
+msgid "Reading Package Lists"
+msgstr "L�ser paketlistor"
+
+# Felmeddelande f�r misslyckad chdir
+#: apt-inst/deb/dpkgdb.cc:180
+#, fuzzy, c-format
+msgid "Failed to change to the admin dir %sinfo"
+msgstr "Kunde inte g� till %s"
+
+#: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:355
+#: apt-inst/deb/dpkgdb.cc:448
+#, fuzzy
+msgid "Internal Error getting a Package Name"
+msgstr "Kunde inte tolka paketfilen %s (1)"
+
+#: apt-inst/deb/dpkgdb.cc:205
+#, fuzzy
+msgid "Reading File Listing"
+msgstr "L�ser paketlistor"
+
+#: apt-inst/deb/dpkgdb.cc:216
+#, c-format
+msgid ""
+"Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
+"then make it empty and immediately re-install the same version of the "
+"package!"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
+#, fuzzy, c-format
+msgid "Failed reading the list file %sinfo/%s"
+msgstr "Misslyckades att h�mta %s %s\n"
+
+#: apt-inst/deb/dpkgdb.cc:266
+#, fuzzy
+msgid "Internal Error getting a Node"
+msgstr "Internt fel, AllUpgrade f�rst�rde n�got"
+
+#: apt-inst/deb/dpkgdb.cc:309
+#, fuzzy, c-format
+msgid "Failed to open the diversions file %sdiversions"
+msgstr "Misslyckades att h�mta %s %s\n"
+
+#: apt-inst/deb/dpkgdb.cc:324
+#, fuzzy
+msgid "The diversion file is corrupted"
+msgstr "Paketcachefilen �r trasig"
+
+#: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
+#: apt-inst/deb/dpkgdb.cc:341
+#, fuzzy, c-format
+msgid "Invalid line in the diversion file: %s"
+msgstr "Misslyckades att h�mta %s %s\n"
+
+#: apt-inst/deb/dpkgdb.cc:362
+#, fuzzy
+msgid "Internal Error adding a diversion"
+msgstr "Internt fel, AllUpgrade f�rst�rde n�got"
+
+#: apt-inst/deb/dpkgdb.cc:383
+msgid "The pkg cache must be initialize first"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:386
+#, fuzzy
+msgid "Reading File List"
+msgstr "L�ser paketlistor"
+
+#: apt-inst/deb/dpkgdb.cc:443
+#, c-format
+msgid "Failed to find a Package: Header, offset %lu"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:465
+#, c-format
+msgid "Bad ConfFile section in the status file. Offset %lu"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:470
+#, c-format
+msgid "Error parsing MD5. Offset %lu"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:55
+#, c-format
+msgid "This is not a valid DEB archive, missing '%s' member"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:72
+#, fuzzy, c-format
+msgid "Internal Error, could not locate member %s"
+msgstr "Internt fel, AllUpgrade f�rst�rde n�got"
+
+#: apt-inst/deb/debfile.cc:104
+#, fuzzy, c-format
+msgid "Couldn't change to %s"
+msgstr "Kunde inte erh�lla l�set %s"
+
+#: apt-inst/deb/debfile.cc:125
+#, fuzzy
+msgid "Internal Error, could not locate member"
+msgstr "Internt fel, AllUpgrade f�rst�rde n�got"
+
+#: apt-inst/deb/debfile.cc:158
+#, fuzzy
+msgid "Failed to locate a valid control file"
+msgstr "Misslyckades att h�mta %s %s\n"
+
+#: apt-inst/deb/debfile.cc:243
+#, fuzzy
+msgid "Unparsible control file"
+msgstr "Kunde inte l�sa %s"
+
#: dselect/install:32
msgid "Bad default setting!"
msgstr "Ogiltig standardinst�llning!"
@@ -955,6 +1530,351 @@ msgstr "meddelande �r viktiga. F�rs�k r�tta dem och [I]nstallera igen"
msgid "Merging Available information"
msgstr "L�gger in tillg�nglighetsinformation"
+#: methods/cdrom.cc:113
+#, fuzzy, c-format
+msgid "Unable to read the cdrom database %s"
+msgstr "Kunde inte l�sa %s"
+
+#: 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"
+msgstr ""
+
+#: methods/cdrom.cc:130 methods/cdrom.cc:168
+msgid "Wrong CD"
+msgstr ""
+
+#: methods/cdrom.cc:163
+#, c-format
+msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
+msgstr ""
+
+#: methods/cdrom.cc:177 methods/file.cc:77
+#, fuzzy
+msgid "File not found"
+msgstr "(ej funnen)"
+
+#: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
+#, fuzzy
+msgid "Failed to stat"
+msgstr "Kunde inte ta status p� %s."
+
+#: methods/copy.cc:79 methods/gzip.cc:139
+#, fuzzy
+msgid "Failed to set modification time"
+msgstr "Kunde inte ta status p� %s."
+
+#: methods/file.cc:42
+msgid "Invalid URI, local URIS must not start with //"
+msgstr ""
+
+#. Login must be before getpeername otherwise dante won't work.
+#: methods/ftp.cc:162
+msgid "Logging in"
+msgstr ""
+
+#: methods/ftp.cc:168
+#, fuzzy
+msgid "Unable to determine the peer name"
+msgstr "Kunde inte avg�ra l�mplig systemtyp"
+
+#: methods/ftp.cc:173
+#, fuzzy
+msgid "Unable to determine the local name"
+msgstr "Kunde inte avg�ra l�mplig systemtyp"
+
+#: methods/ftp.cc:204 methods/ftp.cc:230
+#, c-format
+msgid "Server refused our connection and said: %s"
+msgstr ""
+
+#: methods/ftp.cc:210
+#, fuzzy, c-format
+msgid "USER failed, server said: %s"
+msgstr "Kunde inte l�sa %s"
+
+#: methods/ftp.cc:216
+#, fuzzy, c-format
+msgid "PASS failed, server said: %s"
+msgstr "Kunde inte l�sa %s"
+
+#: methods/ftp.cc:235
+msgid ""
+"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
+"is empty."
+msgstr ""
+
+#: methods/ftp.cc:263
+#, c-format
+msgid "Login script command '%s' failed, server said: %s"
+msgstr ""
+
+#: methods/ftp.cc:289
+#, fuzzy, c-format
+msgid "TYPE failed, server said: %s"
+msgstr "Kunde inte l�sa %s"
+
+#: methods/ftp.cc:327 methods/ftp.cc:438 methods/rsh.cc:183 methods/rsh.cc:226
+msgid "Connection timeout"
+msgstr ""
+
+#: methods/ftp.cc:333
+msgid "Server closed the connection"
+msgstr ""
+
+#: methods/ftp.cc:336 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
+msgid "Read error"
+msgstr "L�sfel"
+
+#: methods/ftp.cc:343 methods/rsh.cc:197
+msgid "A response overflowed the buffer."
+msgstr ""
+
+#: methods/ftp.cc:360 methods/ftp.cc:372
+msgid "Protocol corruption"
+msgstr ""
+
+#: methods/ftp.cc:444 methods/rsh.cc:232
+#, fuzzy
+msgid "Write Error"
+msgstr "Skrivfel"
+
+#: methods/ftp.cc:685 methods/ftp.cc:691 methods/ftp.cc:727
+#, fuzzy
+msgid "Could not create a socket"
+msgstr "Kunde inte hitta paketet %s"
+
+#: methods/ftp.cc:696
+msgid "Could not connect data socket, connection timed out"
+msgstr ""
+
+#: methods/ftp.cc:702
+#, fuzzy
+msgid "Could not connect passive socket."
+msgstr "Kunde inte hitta paketet %s"
+
+#: methods/ftp.cc:720
+msgid "getaddrinfo was unable to get a listening socket"
+msgstr ""
+
+#: methods/ftp.cc:734
+#, fuzzy
+msgid "Could not bind a socket"
+msgstr "Kunde inte hitta paketet %s"
+
+#: methods/ftp.cc:738
+#, fuzzy
+msgid "Could not listen on the socket"
+msgstr "Kunde inte hitta paketet %s"
+
+#: methods/ftp.cc:745
+#, fuzzy
+msgid "Could not determine the socket's name"
+msgstr "Kunde inte avg�ra l�mplig systemtyp"
+
+#: methods/ftp.cc:777
+#, fuzzy
+msgid "Unable to send PORT command"
+msgstr "Kunde inte l�sa %s"
+
+#: methods/ftp.cc:787
+#, c-format
+msgid "Unknown address family %u (AF_*)"
+msgstr ""
+
+#: methods/ftp.cc:796
+#, fuzzy, c-format
+msgid "EPRT failed, server said: %s"
+msgstr "Kunde inte l�sa %s"
+
+#: methods/ftp.cc:816
+msgid "Data socket connect timed out"
+msgstr ""
+
+#: methods/ftp.cc:823
+#, fuzzy
+msgid "Unable to accept connection"
+msgstr "Kunde inte r�tta beroenden"
+
+#: methods/ftp.cc:862 methods/http.cc:912 methods/rsh.cc:303
+#, fuzzy
+msgid "Problem hashing file"
+msgstr "Problem med att synka filen"
+
+#: methods/ftp.cc:875
+#, fuzzy, c-format
+msgid "Unable to fetch file, server said '%s'"
+msgstr "Kunde inte l�sa %s"
+
+#: methods/ftp.cc:890 methods/rsh.cc:322
+msgid "Data socket timed out"
+msgstr ""
+
+#: methods/ftp.cc:920
+#, fuzzy, c-format
+msgid "Data transfer failed, server said '%s'"
+msgstr "Kunde inte l�sa %s"
+
+#. Get the files information
+#: methods/ftp.cc:995
+msgid "Query"
+msgstr ""
+
+#: methods/ftp.cc:1102
+#, fuzzy
+msgid "Unable to invoke "
+msgstr "Kunde inte l�sa %s"
+
+# Felmeddelande f�r misslyckad chdir
+#: methods/connect.cc:64
+#, fuzzy, c-format
+msgid "Connecting to %s (%s)"
+msgstr "Kunde inte g� till %s"
+
+#: methods/connect.cc:71
+#, c-format
+msgid "[IP: %s %s]"
+msgstr ""
+
+#: methods/connect.cc:80
+#, c-format
+msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
+msgstr ""
+
+# Felmeddelande f�r misslyckad chdir
+#: methods/connect.cc:86
+#, fuzzy, c-format
+msgid "Cannot initiate the connection to %s:%s (%s)."
+msgstr "Kunde inte g� till %s"
+
+#: methods/connect.cc:92
+#, c-format
+msgid "Could not connect to %s:%s (%s), connection timed out"
+msgstr ""
+
+# Felmeddelande f�r misslyckad chdir
+#: methods/connect.cc:104
+#, fuzzy, c-format
+msgid "Could not connect to %s:%s (%s)."
+msgstr "Kunde inte g� till %s"
+
+#. We say this mainly because the pause here is for the
+#. ssh connection that is still going
+#: methods/connect.cc:132 methods/rsh.cc:425
+#, c-format
+msgid "Connecting to %s"
+msgstr ""
+
+#: methods/connect.cc:163
+#, fuzzy, c-format
+msgid "Could not resolve '%s'"
+msgstr "Kunde inte �ppna filen %s"
+
+#: methods/connect.cc:167
+#, c-format
+msgid "Temporary failure resolving '%s'"
+msgstr ""
+
+#: methods/connect.cc:169
+#, c-format
+msgid "Something wicked happened resolving '%s:%s' (%i)"
+msgstr ""
+
+# Felmeddelande f�r misslyckad chdir
+#: methods/connect.cc:216
+#, fuzzy, c-format
+msgid "Unable to connect to %s %s:"
+msgstr "Kunde inte g� till %s"
+
+#: methods/gzip.cc:57
+#, fuzzy, c-format
+msgid "Couldn't open pipe for %s"
+msgstr "Kunde inte �ppna filen %s"
+
+#: methods/gzip.cc:102
+#, c-format
+msgid "Read error from %s process"
+msgstr ""
+
+#: methods/http.cc:340
+msgid "Waiting for file"
+msgstr ""
+
+#: methods/http.cc:486
+#, c-format
+msgid "Got a single header line over %u chars"
+msgstr ""
+
+#: methods/http.cc:494
+msgid "Bad header line"
+msgstr ""
+
+#: methods/http.cc:513 methods/http.cc:520
+msgid "The http server sent an invalid reply header"
+msgstr ""
+
+#: methods/http.cc:549
+msgid "The http server sent an invalid Content-Length header"
+msgstr ""
+
+#: methods/http.cc:564
+msgid "The http server sent an invalid Content-Range header"
+msgstr ""
+
+#: methods/http.cc:566
+msgid "This http server has broken range support"
+msgstr ""
+
+#: methods/http.cc:590
+#, fuzzy
+msgid "Unknown date format"
+msgstr "Ok�nd paketpost!"
+
+#: methods/http.cc:733
+#, fuzzy
+msgid "Select failed"
+msgstr " misslyckades."
+
+#: methods/http.cc:738
+msgid "Connection timed out"
+msgstr ""
+
+#: methods/http.cc:761
+msgid "Error writing to output file"
+msgstr ""
+
+#: methods/http.cc:789
+msgid "Error writing to file"
+msgstr ""
+
+#: methods/http.cc:814
+#, fuzzy
+msgid "Error writing to the file"
+msgstr "Problem med att l�nka ut filen"
+
+#: methods/http.cc:828
+msgid "Error reading from server Remote end closed connection"
+msgstr ""
+
+#: methods/http.cc:830
+msgid "Error reading from server"
+msgstr ""
+
+#: methods/http.cc:1061
+msgid "Bad header Data"
+msgstr ""
+
+#: methods/http.cc:1078
+#, fuzzy
+msgid "Connection failed"
+msgstr " misslyckades."
+
+#: methods/http.cc:1169
+#, fuzzy
+msgid "Internal error"
+msgstr "L�sfel"
+
#: apt-pkg/contrib/mmap.cc:82
msgid "Can't mmap an empty file"
msgstr "Kan inte utf�ra mmap p� en tom fil"
@@ -964,7 +1884,7 @@ msgstr "Kan inte utf�ra mmap p� en tom fil"
msgid "Couldn't make mmap of %lu bytes"
msgstr "Kunde inte utf�ra mmap p� %lu byte"
-#: apt-pkg/contrib/strutl.cc:935
+#: apt-pkg/contrib/strutl.cc:941
#, c-format
msgid "Selection %s not found"
msgstr "Valet %s ej funnet"
@@ -1014,64 +1934,58 @@ msgstr "Syntaxfel %s:%u: Direktivet \"%s\" st�ds ej"
msgid "Syntax error %s:%u: Extra junk at end of file"
msgstr "Syntaxfel %s:%u: �verfl�digt skr�p vid filens slut"
-#: apt-pkg/contrib/configuration.cc:701 apt-pkg/contrib/cdromutl.cc:153
-#: apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
-#, c-format
-msgid "Unable to read %s"
-msgstr "Kunde inte l�sa %s"
-
#: apt-pkg/contrib/progress.cc:154
-#, c-format
-msgid "%s... Error!"
+#, fuzzy, c-format
+msgid "%c%s... Error!"
msgstr "%s... Fel!"
#: apt-pkg/contrib/progress.cc:156
-#, c-format
-msgid "%s... Done"
+#, fuzzy, c-format
+msgid "%c%s... Done"
msgstr "%s... F�rdig"
-#: apt-pkg/contrib/cmndline.cc:79
+#: apt-pkg/contrib/cmndline.cc:80
#, c-format
msgid "Command line option '%c' [from %s] is not known."
msgstr "Kommandoradsflagga \"%c\" [fr�n %s] �r ej k�nd."
-#: apt-pkg/contrib/cmndline.cc:105 apt-pkg/contrib/cmndline.cc:113
-#: apt-pkg/contrib/cmndline.cc:121
+#: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
+#: apt-pkg/contrib/cmndline.cc:122
#, c-format
msgid "Command line option %s is not understood"
msgstr "F�rst�r inte kommandoradsflaggan %s"
-#: apt-pkg/contrib/cmndline.cc:126
+#: apt-pkg/contrib/cmndline.cc:127
#, c-format
msgid "Command line option %s is not boolean"
msgstr "Kommandoradsflaggan %s �r inte boolsk"
-#: apt-pkg/contrib/cmndline.cc:165 apt-pkg/contrib/cmndline.cc:186
+#: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
#, c-format
msgid "Option %s requires an argument."
msgstr "Flaggan %s kr�ver ett v�rde."
-#: apt-pkg/contrib/cmndline.cc:200 apt-pkg/contrib/cmndline.cc:206
-#, c-format
-msgid "Option %s: Configuration item sepecification must have an =<val>."
+#: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
+#, fuzzy, c-format
+msgid "Option %s: Configuration item specification must have an =<val>."
msgstr "Flagga %s: Den angivna konfigurationsposten m�ste inneh�lla =<v�rde>."
-#: apt-pkg/contrib/cmndline.cc:236
+#: apt-pkg/contrib/cmndline.cc:237
#, c-format
msgid "Option %s requires an integer argument, not '%s'"
msgstr "Flaggan %s kr�ver ett heltalsv�rde, inte \"%s\""
-#: apt-pkg/contrib/cmndline.cc:267
+#: apt-pkg/contrib/cmndline.cc:268
#, c-format
msgid "Option '%s' is too long"
msgstr "Flaggan \"%s\" �r f�r l�ng"
-#: apt-pkg/contrib/cmndline.cc:300
+#: apt-pkg/contrib/cmndline.cc:301
#, c-format
msgid "Sense %s is not understood, try true or false."
msgstr "F�rst�r ej %s, f�rs�k med \"true\" eller \"false\"."
-#: apt-pkg/contrib/cmndline.cc:350
+#: apt-pkg/contrib/cmndline.cc:351
#, c-format
msgid "Invalid operation %s"
msgstr "Felaktig operation %s"
@@ -1136,10 +2050,6 @@ msgstr "Underprocessen %s avslutade ov�ntat"
msgid "Could not open file %s"
msgstr "Kunde inte �ppna filen %s"
-#: apt-pkg/contrib/fileutl.cc:452
-msgid "Read error"
-msgstr "L�sfel"
-
#: apt-pkg/contrib/fileutl.cc:473
#, c-format
msgid "read, still have %lu to read but none left"
@@ -1185,7 +2095,8 @@ msgid "This APT does not support the Versioning System '%s'"
msgstr "Denna APT st�der inte versionssystemet \"%s\""
#: apt-pkg/pkgcache.cc:147
-msgid "The package cache was build for a different architecture"
+#, fuzzy
+msgid "The package cache was built for a different architecture"
msgstr "Paketcachen byggdes f�r en annan arkitektur"
#: apt-pkg/pkgcache.cc:218
@@ -1337,14 +2248,14 @@ msgstr ""
msgid "Index file type '%s' is not supported"
msgstr "Indexfiler av typ \"%s\" st�ds inte"
-#: apt-pkg/algorithms.cc:237
+#: apt-pkg/algorithms.cc:238
#, c-format
msgid ""
"The package %s needs to be reinstalled, but I can't find an archive for it."
msgstr ""
"Paketet %s m�ste installeras om, men jag kan inte hitta n�got arkiv f�r det."
-#: apt-pkg/algorithms.cc:1055
+#: apt-pkg/algorithms.cc:1056
msgid ""
"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
"held packages."
@@ -1352,7 +2263,7 @@ msgstr ""
"Fel, pkgProblemResolver::Resolve genererade avbrott; detta kan bero p� "
"h�llna paket."
-#: apt-pkg/algorithms.cc:1057
+#: apt-pkg/algorithms.cc:1058
msgid "Unable to correct problems, you have held broken packages."
msgstr "Kunde inte korrigera problemen, du har h�llt trasiga paket."
@@ -1376,12 +2287,12 @@ msgstr "Metoddrivrutinen %s kunde inte hittas."
msgid "Method %s did not start correctly"
msgstr "Metoden %s startade inte korrekt"
-#: apt-pkg/init.cc:117
+#: apt-pkg/init.cc:119
#, c-format
msgid "Packaging system '%s' is not supported"
msgstr "Paketsystemet \"%s\" st�ds inte"
-#: apt-pkg/init.cc:133
+#: apt-pkg/init.cc:135
msgid "Unable to determine a suitable system type"
msgstr "Kunde inte avg�ra l�mplig systemtyp"
@@ -1485,12 +2396,6 @@ msgstr "Paketet %s %s hittades inte n�r filberoenden hanterades"
msgid "Couldn't stat source package list %s"
msgstr "Kunde inte ta status p� k�llkodspaketlistan %s"
-#. Build the status cache
-#: apt-pkg/pkgcachegen.cc:643 apt-pkg/pkgcachegen.cc:701
-#: apt-pkg/pkgcachegen.cc:706 apt-pkg/pkgcachegen.cc:829
-msgid "Reading Package Lists"
-msgstr "L�ser paketlistor"
-
#: apt-pkg/pkgcachegen.cc:658
msgid "Collecting File Provides"
msgstr "Samlar filberoenden"
@@ -1536,69 +2441,20 @@ msgstr "Storleken st�mmer inte"
msgid "MD5Sum mismatch"
msgstr "MD5-kontrollsumma st�mmer inte"
+#: methods/rsh.cc:264
+msgid "File Not Found"
+msgstr ""
+
+#: methods/rsh.cc:330
+msgid "Connection closed prematurely"
+msgstr ""
+
#~ msgid "Sorry, you don't have enough free space in %s to hold all the .debs."
#~ msgstr ""
#~ "Beklagar, men du har inte tillr�ckligt ledigt utrymme p� %s f�r att lagra "
#~ "alla .deb-filerna."
#, fuzzy
-#~ msgid "Unable to read the cdrom database %s"
-#~ msgstr "Kunde inte l�sa %s"
-
-# Felmeddelande f�r misslyckad chdir
-#, fuzzy
-#~ msgid "Unable to connect to %s %s:"
-#~ msgstr "Kunde inte g� till %s"
-
-#, fuzzy
-#~ msgid "Unable to determine the peer name"
-#~ msgstr "Kunde inte avg�ra l�mplig systemtyp"
-
-#, fuzzy
-#~ msgid "Unable to determine the local name"
-#~ msgstr "Kunde inte avg�ra l�mplig systemtyp"
-
-#, fuzzy
-#~ msgid "Could not bind a socket"
-#~ msgstr "Kunde inte hitta paketet %s"
-
-#, fuzzy
-#~ msgid "Unable to accept connection"
-#~ msgstr "Kunde inte r�tta beroenden"
-
-#, fuzzy
-#~ msgid "Unable to fetch file, server said '%s'"
-#~ msgstr "Kunde inte l�sa %s"
-
-#, fuzzy
-#~ msgid "Unable to invoke "
-#~ msgstr "Kunde inte l�sa %s"
-
-#, fuzzy
-#~ msgid "Unknown date format"
-#~ msgstr "Ok�nd paketpost!"
-
-#, fuzzy
-#~ msgid "Select failed"
-#~ msgstr " misslyckades."
-
-#, fuzzy
-#~ msgid "Failed write file %s"
-#~ msgstr "Misslyckades att h�mta %s %s\n"
-
-#, fuzzy
-#~ msgid "Failed to close file %s"
-#~ msgstr "Misslyckades att h�mta %s %s\n"
-
-#, fuzzy
-#~ msgid "Failed to stat %s"
-#~ msgstr "Kunde inte ta status p� %s."
-
-#, fuzzy
-#~ msgid "Failed to rename %s to %s"
-#~ msgstr "Misslyckades att h�mta %s %s\n"
-
-#, fuzzy
#~ msgid "Extract "
#~ msgstr "extra"
@@ -1611,59 +2467,6 @@ msgstr "MD5-kontrollsumma st�mmer inte"
#~ msgstr "Ers�tter"
#, fuzzy
-#~ msgid "Failed to read the archive headers"
-#~ msgstr "Misslyckades att h�mta vissa arkiv."
-
-#, fuzzy
-#~ msgid "Failed to create pipes"
-#~ msgstr "Misslyckades att h�mta vissa arkiv."
-
-#, fuzzy
-#~ msgid "Failed to exec gzip "
-#~ msgstr "Misslyckades att h�mta %s %s\n"
-
-#, fuzzy
-#~ msgid "Tar Checksum failed, archive corrupted"
-#~ msgstr "Paketcachefilen �r trasig"
-
-#, fuzzy
-#~ msgid "Internal Error, could not locate member %s"
-#~ msgstr "Internt fel, AllUpgrade f�rst�rde n�got"
-
-#, fuzzy
-#~ msgid "Failed to remove %s"
-#~ msgstr "Misslyckades att h�mta %s %s\n"
-
-#, fuzzy
-#~ msgid "Unable to create %s"
-#~ msgstr "Kunde inte l�sa %s"
-
-#, fuzzy
-#~ msgid "Failed to stat %sinfo"
-#~ msgstr "Kunde inte ta status p� %s."
-
-# Felmeddelande f�r misslyckad chdir
-#, fuzzy
-#~ msgid "Failed to change to the admin dir %sinfo"
-#~ msgstr "Kunde inte g� till %s"
-
-#, fuzzy
-#~ msgid "Reading File Listing"
-#~ msgstr "L�ser paketlistor"
-
-#, fuzzy
-#~ msgid "The diversion file is corrupted"
-#~ msgstr "Paketcachefilen �r trasig"
-
-#, fuzzy
-#~ msgid "Reading File List"
-#~ msgstr "L�ser paketlistor"
-
-#, fuzzy
-#~ msgid "Internal Error, Unable to parse a package record"
-#~ msgstr "Kunde inte tolka paketfilen %s (1)"
-
-#, fuzzy
#~ msgid "You must give at least one file name"
#~ msgstr "Du m�ste ange exakt ett m�nster"
@@ -1696,14 +2499,6 @@ msgstr "MD5-kontrollsumma st�mmer inte"
#~ msgstr "men %s �r installerat"
#, fuzzy
-#~ msgid "Internal Error, non-zero counts"
-#~ msgstr "Internt fel, AllUpgrade f�rst�rde n�got"
-
-#, fuzzy
-#~ msgid "Internal Error, Ordering didn't finish"
-#~ msgstr "Internt fel, AllUpgrade f�rst�rde n�got"
-
-#, fuzzy
#~ msgid "Couldn't determine free space in %s"
#~ msgstr "Beklagar, du har inte tillr�ckligt ledigt utrymme i %s"
@@ -1724,71 +2519,6 @@ msgstr "MD5-kontrollsumma st�mmer inte"
#~ msgstr "F�rdig"
#, fuzzy
-#~ msgid "Unable to open DB2 file %s"
-#~ msgstr "Kunde inte tolka paketfilen %s (2)"
-
-# Felmeddelande f�r misslyckad chdir
-#, fuzzy
-#~ msgid "File date has changed %s"
-#~ msgstr "Kunde inte g� till %s"
-
-#, fuzzy
-#~ msgid "Unable to get a cursor"
-#~ msgstr "Kunde inte l�sa %s"
-
-#, fuzzy
-#~ msgid "Failed to fork"
-#~ msgstr "Misslyckades"
-
-#, fuzzy
-#~ msgid "Internal Error, Failed to create %s"
-#~ msgstr "Internt fel, AllUpgrade f�rst�rde n�got"
-
-#, fuzzy
-#~ msgid "Failed to exec compressor "
-#~ msgstr "Misslyckades att h�mta vissa arkiv."
-
-#, fuzzy
-#~ msgid "IO to subprocess/file failed"
-#~ msgstr "Barnprocessen misslyckades"
-
-#, fuzzy
-#~ msgid "Unable to open %s"
-#~ msgstr "Kunde inte l�sa %s"
-
-#, fuzzy
-#~ msgid "Failed to read the override file %s"
-#~ msgstr "Misslyckades att h�mta %s %s\n"
-
-#, fuzzy
-#~ msgid "W: Unable to read directory "
-#~ msgstr "Kunde inte l�sa h�mtningskatalogen."
-
-#, fuzzy
-#~ msgid "W: Unable to stat "
-#~ msgstr "Kunde inte ta status p� %s."
-
-#, fuzzy
-#~ msgid "Failed to resolve %s"
-#~ msgstr "Misslyckades att h�mta %s %s\n"
-
-#, fuzzy
-#~ msgid "Failed to open %s"
-#~ msgstr "Misslyckades att h�mta %s %s\n"
-
-#, fuzzy
-#~ msgid "Failed to readlink %s"
-#~ msgstr "Kunde inte l�sa %s"
-
-#, fuzzy
-#~ msgid "Failed to unlink %s"
-#~ msgstr "Misslyckades att h�mta %s %s\n"
-
-#, fuzzy
-#~ msgid "*** Failed to link %s to %s"
-#~ msgstr "Misslyckades att h�mta %s %s\n"
-
-#, fuzzy
#~ msgid "Could not find a record in the DSC '%s'"
#~ msgstr "Kunde inte hitta paketet %s"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index e0f2df96c..69f0a8aac 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -1,11 +1,11 @@
# ���i�]�ˤu�� (apt) �c�餤��T��
# ����� <steven.huang@upcursor.org>, 2002.
#
-# $Id: zh_TW.po,v 1.3 2003/02/09 23:41:15 doogie Exp $
+# $Id: zh_TW.po,v 1.4 2003/02/10 07:34:41 doogie Exp $
msgid ""
msgstr ""
"Project-Id-Version: 0.5.4\n"
-"POT-Creation-Date: 2002-11-10 19:37+0100\n"
+"POT-Creation-Date: 2003-02-09 21:51-0600\n"
"PO-Revision-Date: 2002-12-22 00:01+PST\n"
"Last-Translator: ����� <szuwen_huang@yahoo.com>\n"
"Language-Team: �c�餤�� <zh@li.org>\n"
@@ -13,140 +13,140 @@ msgstr ""
"Content-Type: text/plain; charset=big5\n"
"Content-Transfer-Encoding: 8bit\n"
-#: cmdline/apt-cache.cc:131
+#: cmdline/apt-cache.cc:133
#, c-format
msgid "Package %s version %s has an unmet dep:\n"
msgstr ""
-#: cmdline/apt-cache.cc:171 cmdline/apt-cache.cc:523 cmdline/apt-cache.cc:669
-#: cmdline/apt-cache.cc:1035 cmdline/apt-cache.cc:1181
+#: cmdline/apt-cache.cc:173 cmdline/apt-cache.cc:525 cmdline/apt-cache.cc:671
+#: cmdline/apt-cache.cc:1037 cmdline/apt-cache.cc:1183
#, c-format
msgid "Unable to locate package %s"
msgstr ""
-#: cmdline/apt-cache.cc:228
+#: cmdline/apt-cache.cc:230
msgid "Total Package Names : "
msgstr ""
-#: cmdline/apt-cache.cc:268
+#: cmdline/apt-cache.cc:270
msgid " Normal Packages: "
msgstr " ���q�M��G"
-#: cmdline/apt-cache.cc:269
+#: cmdline/apt-cache.cc:271
msgid " Pure Virtual Packages: "
msgstr " �����M��G"
-#: cmdline/apt-cache.cc:270
+#: cmdline/apt-cache.cc:272
msgid " Single Virtual Packages: "
msgstr " ������M��G"
-#: cmdline/apt-cache.cc:271
+#: cmdline/apt-cache.cc:273
msgid " Mixed Virtual Packages: "
msgstr " �V�X�����M��G"
-#: cmdline/apt-cache.cc:272
+#: cmdline/apt-cache.cc:274
msgid " Missing: "
msgstr " ���ܡG"
-#: cmdline/apt-cache.cc:274
+#: cmdline/apt-cache.cc:276
msgid "Total Distinct Versions: "
msgstr ""
-#: cmdline/apt-cache.cc:276
+#: cmdline/apt-cache.cc:278
msgid "Total Dependencies: "
msgstr "�Ҧ��̦s���Y�G"
-#: cmdline/apt-cache.cc:279
+#: cmdline/apt-cache.cc:281
msgid "Total Ver/File relations: "
msgstr ""
-#: cmdline/apt-cache.cc:281
+#: cmdline/apt-cache.cc:283
msgid "Total Provides Mappings: "
msgstr ""
-#: cmdline/apt-cache.cc:293
+#: cmdline/apt-cache.cc:295
msgid "Total Globbed Strings: "
msgstr ""
-#: cmdline/apt-cache.cc:307
+#: cmdline/apt-cache.cc:309
msgid "Total Dependency Version space: "
msgstr ""
-#: cmdline/apt-cache.cc:312
+#: cmdline/apt-cache.cc:314
msgid "Total Slack space: "
msgstr ""
-#: cmdline/apt-cache.cc:320
+#: cmdline/apt-cache.cc:322
msgid "Total Space Accounted for: "
msgstr ""
-#: cmdline/apt-cache.cc:442 cmdline/apt-cache.cc:869
+#: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:871
#, c-format
msgid "Package file %s is out of sync."
msgstr ""
-#: cmdline/apt-cache.cc:911
+#: cmdline/apt-cache.cc:913
msgid "You must give exactly one pattern"
msgstr ""
-#: cmdline/apt-cache.cc:1135
+#: cmdline/apt-cache.cc:1137
msgid "Package Files:"
msgstr ""
-#: cmdline/apt-cache.cc:1142 cmdline/apt-cache.cc:1228
+#: cmdline/apt-cache.cc:1144 cmdline/apt-cache.cc:1230
msgid "Cache is out of sync, can't x-ref a package file"
msgstr ""
-#: cmdline/apt-cache.cc:1143
+#: cmdline/apt-cache.cc:1145
#, c-format
msgid "%4i %s\n"
msgstr "%4i %s\n"
#. Show any packages have explicit pins
-#: cmdline/apt-cache.cc:1155
+#: cmdline/apt-cache.cc:1157
msgid "Pinned Packages:"
msgstr ""
-#: cmdline/apt-cache.cc:1167 cmdline/apt-cache.cc:1208
+#: cmdline/apt-cache.cc:1169 cmdline/apt-cache.cc:1210
msgid "(not found)"
msgstr ""
#. Installed version
-#: cmdline/apt-cache.cc:1188
+#: cmdline/apt-cache.cc:1190
msgid " Installed: "
msgstr ""
-#: cmdline/apt-cache.cc:1190 cmdline/apt-cache.cc:1198
+#: cmdline/apt-cache.cc:1192 cmdline/apt-cache.cc:1200
msgid "(none)"
msgstr ""
#. Candidate Version
-#: cmdline/apt-cache.cc:1195
+#: cmdline/apt-cache.cc:1197
msgid " Candidate: "
msgstr ""
-#: cmdline/apt-cache.cc:1205
+#: cmdline/apt-cache.cc:1207
msgid " Package Pin: "
msgstr ""
#. Show the priority tables
-#: cmdline/apt-cache.cc:1214
+#: cmdline/apt-cache.cc:1216
msgid " Version Table:"
msgstr ""
-#: cmdline/apt-cache.cc:1229
+#: cmdline/apt-cache.cc:1231
#, c-format
msgid " %4i %s\n"
msgstr ""
-#: cmdline/apt-cache.cc:1256 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:69
-#: cmdline/apt-extracttemplates.cc:223 cmdline/apt-get.cc:2015
-#: cmdline/apt-sortpkgs.cc:142 ftparchive/apt-ftparchive.cc:544
+#: cmdline/apt-cache.cc:1258 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
+#: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:544
+#: cmdline/apt-get.cc:2049 cmdline/apt-sortpkgs.cc:144
#, c-format
msgid "%s %s for %s %s compiled on %s %s\n"
msgstr ""
-#: cmdline/apt-cache.cc:1260
+#: cmdline/apt-cache.cc:1262
msgid ""
"Usage: apt-cache [options] command\n"
" apt-cache [options] add file1 [file1 ...]\n"
@@ -157,7 +157,7 @@ msgid ""
"cache files, and query information from them\n"
"\n"
"Commands:\n"
-" add - Add an package file to the source cache\n"
+" add - Add a package file to the source cache\n"
" gencaches - Build both the package and source cache\n"
" showpkg - Show some general information for a single package\n"
" showsrc - Show source records\n"
@@ -183,11 +183,11 @@ msgid ""
"See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
msgstr ""
-#: cmdline/apt-config.cc:40
+#: cmdline/apt-config.cc:41
msgid "Arguments not in pairs"
msgstr ""
-#: cmdline/apt-config.cc:75
+#: cmdline/apt-config.cc:76
msgid ""
"Usage: apt-config [options] command\n"
"\n"
@@ -203,12 +203,12 @@ msgid ""
" -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
msgstr ""
-#: cmdline/apt-extracttemplates.cc:96
+#: cmdline/apt-extracttemplates.cc:98
#, c-format
msgid "%s not a valid DEB package."
msgstr ""
-#: cmdline/apt-extracttemplates.cc:230
+#: cmdline/apt-extracttemplates.cc:232
msgid ""
"Usage: apt-extracttemplates file1 [file2 ...]\n"
"\n"
@@ -222,15 +222,295 @@ msgid ""
" -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
msgstr ""
-#: apt-pkg/pkgcachegen.cc:699 cmdline/apt-extracttemplates.cc:257
+#: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
#, c-format
msgid "Unable to write to %s"
msgstr "�L�k�g�J�y%s�z�C"
-#: cmdline/apt-extracttemplates.cc:300
+#: cmdline/apt-extracttemplates.cc:302
msgid "Cannot get debconf version. Is debconf installed?"
msgstr ""
+#: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:336
+msgid "Package extension list is too long"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
+#: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:251
+#: ftparchive/apt-ftparchive.cc:265 ftparchive/apt-ftparchive.cc:287
+#, c-format
+msgid "Error Processing directory %s"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:249
+msgid "Source extension list is too long"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:366
+msgid "Error writing header to contents file"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:396
+#, c-format
+msgid "Error Processing Contents %s"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:550
+#, fuzzy
+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"
+"\n"
+"apt-ftparchive generates index files for Debian archives. It supports\n"
+"many styles of generation from fully automated to functional replacements\n"
+"for dpkg-scanpackages and dpkg-scansources\n"
+"\n"
+"apt-ftparchive generates Package files from a tree of .debs. The\n"
+"Package file contains the contents of all the control fields from\n"
+"each package as well as the MD5 hash and filesize. An override file\n"
+"is supported to force the value of Priority and Section.\n"
+"\n"
+"Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
+"The --source-override option can be used to specify a src override file\n"
+"\n"
+"The 'packages' and 'sources' command should be run in the root of the\n"
+"tree. BinaryPath should point to the base of the recursive search and \n"
+"override file should contian the override flags. Pathprefix is\n"
+"appended to the filename fields if present. Example usage from the \n"
+"debian archive:\n"
+" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
+" dists/potato/main/binary-i386/Packages\n"
+"\n"
+"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"
+msgstr ""
+"�yapt-ftparchive�z�O�Ψӫإ߯����ɪ��u��C���q���۰ʨ���N\n"
+"�ydpkg-scanpackages�z�Ρydpkg-scansources�z���h�ؤ覡���䴩�C\n"
+"\n"
+"�yapt-ftparchive�z�Q�Τ@�ӥѡy.deb�z�ɮײզ����𪬵��c�ӫإ߮M���ɮסC\n"
+"�M���ɤ��]�t�U�ر������BMD5 �ˬd�X�B���ɮפj�p�C�t�~���{���]�䴩�@��\n"
+"[FIXME]\n"
+
+#: ftparchive/apt-ftparchive.cc:731
+msgid "No selections matched"
+msgstr ""
+
+#: ftparchive/apt-ftparchive.cc:804
+#, c-format
+msgid "Some files are missing in the package file group `%s'"
+msgstr ""
+
+#: ftparchive/cachedb.cc:43
+#, c-format
+msgid "DB was corrupted, file renamed to %s.old"
+msgstr ""
+
+#: ftparchive/cachedb.cc:59
+#, fuzzy, c-format
+msgid "Unable to open DB2 file %s"
+msgstr "�L�k���ѮM��y%s�z(1)�C"
+
+#: ftparchive/cachedb.cc:99
+#, fuzzy, c-format
+msgid "File date has changed %s"
+msgstr "�L�k�i�J�y%s�z�ؿ��C"
+
+#: ftparchive/cachedb.cc:140
+msgid "Archive has no control record"
+msgstr ""
+
+#: ftparchive/cachedb.cc:253 ftparchive/cachedb.cc:257
+#, fuzzy
+msgid "Unable to get a cursor"
+msgstr "�L�kŪ���y%s�z�C"
+
+#: ftparchive/writer.cc:78
+#, fuzzy, c-format
+msgid "W: Unable to read directory %s\n"
+msgstr "�L�kŪ���y%s�z�C"
+
+#: ftparchive/writer.cc:83
+#, fuzzy, c-format
+msgid "W: Unable to stat %s\n"
+msgstr "�L�kŪ���y%s�z���ؿ���ơC"
+
+#: ftparchive/writer.cc:122
+msgid "E: "
+msgstr "���~�G"
+
+#: ftparchive/writer.cc:124
+msgid "W: "
+msgstr "ĵ�i�G"
+
+#: ftparchive/writer.cc:131
+msgid "E: Errors apply to file "
+msgstr ""
+
+#: ftparchive/writer.cc:148 ftparchive/writer.cc:178
+#, fuzzy, c-format
+msgid "Failed to resolve %s"
+msgstr "�L�k�U���y%s�z�ɮסC%s\n"
+
+#: ftparchive/writer.cc:160
+msgid "Tree walking failed"
+msgstr ""
+
+#: ftparchive/writer.cc:185
+#, fuzzy, c-format
+msgid "Failed to open %s"
+msgstr "�L�k�U���y%s�z�ɮסC%s\n"
+
+#: ftparchive/writer.cc:242
+#, c-format
+msgid " DeLink %s [%s]\n"
+msgstr ""
+
+#: ftparchive/writer.cc:250
+#, fuzzy, c-format
+msgid "Failed to readlink %s"
+msgstr "�L�kŪ���y%s�z�C"
+
+#: ftparchive/writer.cc:254
+#, fuzzy, c-format
+msgid "Failed to unlink %s"
+msgstr "�L�k�U���y%s�z�ɮסC%s\n"
+
+#: ftparchive/writer.cc:261
+#, fuzzy, c-format
+msgid "*** Failed to link %s to %s"
+msgstr "�L�k�U���y%s�z�ɮסC%s\n"
+
+#: ftparchive/writer.cc:271
+#, c-format
+msgid " DeLink limit of %sB hit.\n"
+msgstr ""
+
+#: ftparchive/writer.cc:338 apt-inst/extract.cc:181 apt-inst/extract.cc:193
+#: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
+#, fuzzy, c-format
+msgid "Failed to stat %s"
+msgstr "�L�kŪ���y%s�z���ؿ���ơC"
+
+#: ftparchive/writer.cc:358
+msgid "Archive had no package field"
+msgstr ""
+
+#: ftparchive/writer.cc:366 ftparchive/writer.cc:576
+#, c-format
+msgid " %s has no override entry\n"
+msgstr ""
+
+#: ftparchive/writer.cc:409 ftparchive/writer.cc:658
+#, c-format
+msgid " %s maintainer is %s not %s\n"
+msgstr ""
+
+#: ftparchive/contents.cc:346 ftparchive/contents.cc:377
+msgid "realloc - Failed to allocate memory"
+msgstr ""
+
+#: ftparchive/override.cc:38 ftparchive/override.cc:146
+#, fuzzy, c-format
+msgid "Unable to open %s"
+msgstr "�L�kŪ���y%s�z�C"
+
+#: ftparchive/override.cc:64 ftparchive/override.cc:170
+#, c-format
+msgid "Malformed override %s line %lu #1"
+msgstr ""
+
+#: ftparchive/override.cc:78 ftparchive/override.cc:182
+#, c-format
+msgid "Malformed override %s line %lu #2"
+msgstr ""
+
+#: ftparchive/override.cc:92 ftparchive/override.cc:195
+#, c-format
+msgid "Malformed override %s line %lu #3"
+msgstr ""
+
+#: ftparchive/override.cc:131 ftparchive/override.cc:205
+#, fuzzy, c-format
+msgid "Failed to read the override file %s"
+msgstr "�L�k�U���y%s�z�ɮסC%s\n"
+
+#: ftparchive/multicompress.cc:75
+#, c-format
+msgid "Unknown Compresison Algorithm '%s'"
+msgstr ""
+
+#: ftparchive/multicompress.cc:105
+#, c-format
+msgid "Compressed output %s needs a compression set"
+msgstr ""
+
+#: ftparchive/multicompress.cc:172 methods/rsh.cc:91
+msgid "Failed to create IPC pipe to subprocess"
+msgstr ""
+
+#: ftparchive/multicompress.cc:198
+#, fuzzy
+msgid "Failed to create FILE*"
+msgstr "CD-ROM ���pŪ������"
+
+#: ftparchive/multicompress.cc:201
+#, fuzzy
+msgid "Failed to fork"
+msgstr "����"
+
+#: ftparchive/multicompress.cc:215
+msgid "Compress Child"
+msgstr ""
+
+#: ftparchive/multicompress.cc:238
+#, c-format
+msgid "Internal Error, Failed to create %s"
+msgstr ""
+
+#: ftparchive/multicompress.cc:289
+msgid "Failed to create subprocess IPC"
+msgstr ""
+
+#: ftparchive/multicompress.cc:324
+#, fuzzy
+msgid "Failed to exec compressor "
+msgstr "�L�k�U���Y���ɮסC"
+
+#: ftparchive/multicompress.cc:363
+msgid "decompressor"
+msgstr ""
+
+#: ftparchive/multicompress.cc:406
+msgid "IO to subprocess/file failed"
+msgstr ""
+
+#: ftparchive/multicompress.cc:458
+#, fuzzy
+msgid "Failed to read while computing MD5"
+msgstr "CD-ROM ���pŪ������"
+
+#: ftparchive/multicompress.cc:475
+#, c-format
+msgid "Problem unlinking %s"
+msgstr ""
+
+#: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
+#, fuzzy, c-format
+msgid "Failed to rename %s to %s"
+msgstr "�L�k�U���y%s�z�ɮסC%s\n"
+
#. This needs to be a capital
#: cmdline/apt-get.cc:116
msgid "Y"
@@ -366,8 +646,8 @@ msgstr ""
msgid "Unable to lock the download directory"
msgstr ""
-#: apt-pkg/cachefile.cc:67 cmdline/apt-get.cc:693 cmdline/apt-get.cc:1659
-#: cmdline/apt-get.cc:1870
+#: cmdline/apt-get.cc:693 cmdline/apt-get.cc:1659 cmdline/apt-get.cc:1870
+#: apt-pkg/cachefile.cc:67
msgid "The list of sources could not be read."
msgstr "�L�kŪ���ӷ���C"
@@ -600,7 +880,7 @@ msgstr "�U�C���i�s�j�M�󳣱N�Q�w�ˡG"
msgid "Calculating Upgrade... "
msgstr ""
-#: cmdline/apt-get.cc:1476
+#: cmdline/apt-get.cc:1476 methods/ftp.cc:700 methods/connect.cc:99
msgid "Failed"
msgstr "����"
@@ -674,14 +954,21 @@ msgstr ""
msgid "%s has no build depends.\n"
msgstr ""
-#: cmdline/apt-get.cc:1931
+#: cmdline/apt-get.cc:1948
#, c-format
msgid ""
-"%s dependency on %s cannot be satisfied because the package %s cannot be "
+"%s dependency for %s cannot be satisfied because the package %s cannot be "
"found"
msgstr ""
-#: cmdline/apt-get.cc:1983
+#: cmdline/apt-get.cc:1990
+#, c-format
+msgid ""
+"%s dependency for %s cannot be satisfied because no available versions of "
+"package %s can satisfy version requirements"
+msgstr ""
+
+#: cmdline/apt-get.cc:2017
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."
@@ -689,15 +976,15 @@ msgstr ""
"�B�z�̦s���Y�ɵo�{�F�@�Ƿl�����M��C\n"
"�Ρyapt-get -f install�z���O�γ\��ץ��o�ǰ��D�C"
-#: cmdline/apt-get.cc:1988
+#: cmdline/apt-get.cc:2022
msgid "Failed to process build dependencies"
msgstr ""
-#: cmdline/apt-get.cc:2020
+#: cmdline/apt-get.cc:2054
msgid "Supported Modules:"
msgstr ""
-#: cmdline/apt-get.cc:2061
+#: cmdline/apt-get.cc:2095
msgid ""
"Usage: apt-get [options] command\n"
" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -770,11 +1057,11 @@ msgid ""
"press enter\n"
msgstr "�󴫴C��G�Ч�W���y%s�z���Ф����J�y%s�z�о��A�M��� [Enter] ��C\n"
-#: cmdline/apt-sortpkgs.cc:84
+#: cmdline/apt-sortpkgs.cc:86
msgid "Unknown package record!"
msgstr ""
-#: cmdline/apt-sortpkgs.cc:148
+#: cmdline/apt-sortpkgs.cc:150
msgid ""
"Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
"\n"
@@ -788,6 +1075,279 @@ msgid ""
" -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
msgstr ""
+#: apt-inst/contrib/extracttar.cc:115
+#, fuzzy
+msgid "Failed to create pipes"
+msgstr "�L�k�U���Y���ɮסC"
+
+#: apt-inst/contrib/extracttar.cc:140
+#, fuzzy
+msgid "Failed to exec gzip "
+msgstr "�L�k�U���y%s�z�ɮסC%s\n"
+
+#: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
+msgid "Corrupted archive"
+msgstr ""
+
+#: apt-inst/contrib/extracttar.cc:192
+#, fuzzy
+msgid "Tar Checksum failed, archive corrupted"
+msgstr "�M��Ȧs�ɷl�a�C"
+
+#: apt-inst/contrib/extracttar.cc:295
+#, c-format
+msgid "Unkown TAR header type %u, member %s"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:73
+msgid "Invalid archive signature"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:81
+msgid "Error reading archive member header"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
+msgid "Invalid archive member header"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:131
+msgid "Archive is too short"
+msgstr ""
+
+#: apt-inst/contrib/arfile.cc:135
+#, fuzzy
+msgid "Failed to read the archive headers"
+msgstr "�L�k�U���Y���ɮסC"
+
+#: apt-inst/filelist.cc:384
+msgid "DropNode called on still linked node"
+msgstr ""
+
+#: apt-inst/filelist.cc:416
+#, fuzzy
+msgid "Failed to locate the hash element!"
+msgstr "CD-ROM ���pŪ������"
+
+#: apt-inst/filelist.cc:463
+#, fuzzy
+msgid "Failed to allocate diversion"
+msgstr "CD-ROM ���pŪ������"
+
+#: apt-inst/filelist.cc:468
+msgid "Internal Error in AddDiversion"
+msgstr ""
+
+#: apt-inst/filelist.cc:481
+#, c-format
+msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
+msgstr ""
+
+#: apt-inst/filelist.cc:510
+#, c-format
+msgid "Double add of diversion %s -> %s"
+msgstr ""
+
+#: apt-inst/filelist.cc:553
+#, c-format
+msgid "Duplicate conf file %s/%s"
+msgstr ""
+
+#: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
+#, fuzzy, c-format
+msgid "Failed write file %s"
+msgstr "�L�k�U���y%s�z�ɮסC%s\n"
+
+#: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
+#, fuzzy, c-format
+msgid "Failed to close file %s"
+msgstr "�L�k�U���y%s�z�ɮסC%s\n"
+
+#: apt-inst/extract.cc:96 apt-inst/extract.cc:167
+#, c-format
+msgid "The path %s is too long"
+msgstr ""
+
+#: apt-inst/extract.cc:127
+#, c-format
+msgid "Unpacking %s more than once"
+msgstr ""
+
+#: apt-inst/extract.cc:137
+#, c-format
+msgid "The directory %s is diverted"
+msgstr ""
+
+#: apt-inst/extract.cc:147
+#, c-format
+msgid "The package is trying to write to the diversion target %s/%s"
+msgstr ""
+
+#: apt-inst/extract.cc:157 apt-inst/extract.cc:300
+msgid "The diversion path is too long"
+msgstr ""
+
+#: apt-inst/extract.cc:243
+#, c-format
+msgid "The directory %s is being replaced by a non-directory"
+msgstr ""
+
+#: apt-inst/extract.cc:283
+msgid "Failed to locate node in its hash bucket"
+msgstr ""
+
+#: apt-inst/extract.cc:287
+msgid "The path is too long"
+msgstr ""
+
+#: apt-inst/extract.cc:417
+#, c-format
+msgid "Overwrite package match with no version for %s"
+msgstr ""
+
+#: apt-inst/extract.cc:434
+#, c-format
+msgid "File %s/%s overwrites the one in the package %s"
+msgstr ""
+
+#: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
+#: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
+#, c-format
+msgid "Unable to read %s"
+msgstr "�L�kŪ���y%s�z�C"
+
+#: apt-inst/extract.cc:494
+#, fuzzy, c-format
+msgid "Unable to stat %s"
+msgstr "�L�kŪ���y%s�z���ؿ���ơC"
+
+#: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
+#, fuzzy, c-format
+msgid "Failed to remove %s"
+msgstr "�L�kŪ���y%s�z�C"
+
+#: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
+#, fuzzy, c-format
+msgid "Unable to create %s"
+msgstr "�L�kŪ���y%s�z�C"
+
+#: apt-inst/deb/dpkgdb.cc:118
+#, fuzzy, c-format
+msgid "Failed to stat %sinfo"
+msgstr "�L�kŪ���y%s�z���ؿ���ơC"
+
+#: apt-inst/deb/dpkgdb.cc:123
+msgid "The info and temp directories need to be on the same filesystem"
+msgstr ""
+
+#. Build the status cache
+#: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
+#: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
+#: apt-pkg/pkgcachegen.cc:829
+msgid "Reading Package Lists"
+msgstr "Ū���M��M�椤"
+
+#: apt-inst/deb/dpkgdb.cc:180
+#, fuzzy, c-format
+msgid "Failed to change to the admin dir %sinfo"
+msgstr "CD-ROM ���pŪ������"
+
+#: 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"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:205
+msgid "Reading File Listing"
+msgstr "Ū���n�����"
+
+#: apt-inst/deb/dpkgdb.cc:216
+#, c-format
+msgid ""
+"Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
+"then make it empty and immediately re-install the same version of the "
+"package!"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
+#, c-format
+msgid "Failed reading the list file %sinfo/%s"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:266
+msgid "Internal Error getting a Node"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:309
+#, c-format
+msgid "Failed to open the diversions file %sdiversions"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:324
+#, fuzzy
+msgid "The diversion file is corrupted"
+msgstr "�M��Ȧs�ɷl�a�C"
+
+#: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
+#: apt-inst/deb/dpkgdb.cc:341
+#, c-format
+msgid "Invalid line in the diversion file: %s"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:362
+msgid "Internal Error adding a diversion"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:383
+msgid "The pkg cache must be initialize first"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:386
+msgid "Reading File List"
+msgstr "Ū���n�����"
+
+#: apt-inst/deb/dpkgdb.cc:443
+#, c-format
+msgid "Failed to find a Package: Header, offset %lu"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:465
+#, c-format
+msgid "Bad ConfFile section in the status file. Offset %lu"
+msgstr ""
+
+#: apt-inst/deb/dpkgdb.cc:470
+#, c-format
+msgid "Error parsing MD5. Offset %lu"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:55
+#, c-format
+msgid "This is not a valid DEB archive, missing '%s' member"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:72
+#, c-format
+msgid "Internal Error, could not locate member %s"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:104
+#, fuzzy, c-format
+msgid "Couldn't change to %s"
+msgstr "�L�k���o�y%s�z��C"
+
+#: apt-inst/deb/debfile.cc:125
+msgid "Internal Error, could not locate member"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:158
+msgid "Failed to locate a valid control file"
+msgstr ""
+
+#: apt-inst/deb/debfile.cc:243
+msgid "Unparsible control file"
+msgstr ""
+
#: dselect/install:32
msgid "Bad default setting!"
msgstr ""
@@ -818,6 +1378,341 @@ msgstr ""
msgid "Merging Available information"
msgstr "���X�{����Ƥ�"
+#: methods/cdrom.cc:113
+#, c-format
+msgid "Unable to read the cdrom database %s"
+msgstr "�L�kŪ���Ф���Ʈw�y%s�z�C"
+
+#: 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"
+msgstr ""
+"�n�����{����{���Ф��A�ХΡyapt-cdrom�z�u��C�yapt-get update�z����Ψӻs�y�s"
+"�����C"
+
+#: methods/cdrom.cc:130 methods/cdrom.cc:168
+msgid "Wrong CD"
+msgstr "�������T�C"
+
+#: methods/cdrom.cc:163
+#, c-format
+msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
+msgstr "�L�k�U�r�y%s�z�����Ф��A�γ\�����b�ϥΤ��C"
+
+#: methods/cdrom.cc:177 methods/file.cc:77
+#, fuzzy
+msgid "File not found"
+msgstr "�ﶵ�y%s�z�䤣��C"
+
+#: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
+#, fuzzy
+msgid "Failed to stat"
+msgstr "CD-ROM ���pŪ������"
+
+#: methods/copy.cc:79 methods/gzip.cc:139
+msgid "Failed to set modification time"
+msgstr "�����s����"
+
+#: methods/file.cc:42
+msgid "Invalid URI, local URIS must not start with //"
+msgstr "�q�θ귽�ѧO�����~�C�����귽�ѧO�������H�y//�z�_�Y�C"
+
+#. Login must be before getpeername otherwise dante won't work.
+#: methods/ftp.cc:162
+msgid "Logging in"
+msgstr "�n�J��"
+
+#: methods/ftp.cc:168
+msgid "Unable to determine the peer name"
+msgstr "�L�k�ѪR���D���W�١C"
+
+#: methods/ftp.cc:173
+msgid "Unable to determine the local name"
+msgstr "�L�k�ѪR�����W�١C"
+
+#: methods/ftp.cc:204 methods/ftp.cc:230
+#, c-format
+msgid "Server refused our connection and said: %s"
+msgstr "���A���]�y%s�z�����z�C"
+
+#: methods/ftp.cc:210
+#, c-format
+msgid "USER failed, server said: %s"
+msgstr "�yUSER�z���O�]�y%s�z���ѡC"
+
+#: methods/ftp.cc:216
+#, c-format
+msgid "PASS failed, server said: %s"
+msgstr "�yPASS�z���O�]�y%s�z���ѡC"
+
+#: methods/ftp.cc:235
+msgid ""
+"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
+"is empty."
+msgstr "�C�����A���]�w���]�A�n�J�Z�C"
+
+#: methods/ftp.cc:263
+#, c-format
+msgid "Login script command '%s' failed, server said: %s"
+msgstr "�n�J�Z�y%s�z�]�y%s�z���ѡC"
+
+#: methods/ftp.cc:289
+#, c-format
+msgid "TYPE failed, server said: %s"
+msgstr "�yTYPE�z���O�]�y%s�z���ѡC"
+
+#: methods/ftp.cc:327 methods/ftp.cc:438 methods/rsh.cc:183 methods/rsh.cc:226
+msgid "Connection timeout"
+msgstr "�p�u�W�L�ɭ��C"
+
+#: methods/ftp.cc:333
+msgid "Server closed the connection"
+msgstr "���A�������p�u�C"
+
+#: methods/ftp.cc:336 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
+msgid "Read error"
+msgstr "Ū�����ѡC"
+
+#: methods/ftp.cc:343 methods/rsh.cc:197
+msgid "A response overflowed the buffer."
+msgstr "���жW�L�w�İϪ��סC"
+
+#: methods/ftp.cc:360 methods/ftp.cc:372
+msgid "Protocol corruption"
+msgstr "��w���ѡC"
+
+#: methods/ftp.cc:444 methods/rsh.cc:232
+#, fuzzy
+msgid "Write Error"
+msgstr "�g�J���ѡC"
+
+#: methods/ftp.cc:685 methods/ftp.cc:691 methods/ftp.cc:727
+msgid "Could not create a socket"
+msgstr "�L�k�إߺ������y�C"
+
+#: methods/ftp.cc:696
+#, fuzzy
+msgid "Could not connect data socket, connection timed out"
+msgstr "�L�k�p����D���y%s:%s (%s)�z�C"
+
+#: methods/ftp.cc:702
+#, fuzzy
+msgid "Could not connect passive socket."
+msgstr "�L�k�إߺ������y�C"
+
+#: methods/ftp.cc:720
+msgid "getaddrinfo was unable to get a listening socket"
+msgstr ""
+
+#: methods/ftp.cc:734
+msgid "Could not bind a socket"
+msgstr "�L�k�s�W�������y�C"
+
+#: methods/ftp.cc:738
+#, fuzzy
+msgid "Could not listen on the socket"
+msgstr "�L�k�s�W�������y�C"
+
+#: methods/ftp.cc:745
+#, fuzzy
+msgid "Could not determine the socket's name"
+msgstr "�L�k�ѪR�����W�١C"
+
+#: methods/ftp.cc:777
+msgid "Unable to send PORT command"
+msgstr ""
+
+#: methods/ftp.cc:787
+#, c-format
+msgid "Unknown address family %u (AF_*)"
+msgstr ""
+
+#: methods/ftp.cc:796
+#, fuzzy, c-format
+msgid "EPRT failed, server said: %s"
+msgstr "�yUSER�z���O�]�y%s�z���ѡC"
+
+#: methods/ftp.cc:816
+msgid "Data socket connect timed out"
+msgstr ""
+
+#: methods/ftp.cc:823
+#, fuzzy
+msgid "Unable to accept connection"
+msgstr "�L�k�p����D���y%s %s�z�G"
+
+#: methods/ftp.cc:862 methods/http.cc:912 methods/rsh.cc:303
+msgid "Problem hashing file"
+msgstr ""
+
+#: methods/ftp.cc:875
+#, fuzzy, c-format
+msgid "Unable to fetch file, server said '%s'"
+msgstr "�yUSER�z���O�]�y%s�z���ѡC"
+
+#: methods/ftp.cc:890 methods/rsh.cc:322
+msgid "Data socket timed out"
+msgstr ""
+
+#: methods/ftp.cc:920
+#, fuzzy, c-format
+msgid "Data transfer failed, server said '%s'"
+msgstr "�yUSER�z���O�]�y%s�z���ѡC"
+
+#. Get the files information
+#: methods/ftp.cc:995
+msgid "Query"
+msgstr ""
+
+#: methods/ftp.cc:1102
+#, fuzzy
+msgid "Unable to invoke "
+msgstr "�L�kŪ���y%s�z�C"
+
+#: methods/connect.cc:64
+#, c-format
+msgid "Connecting to %s (%s)"
+msgstr "�s���y%s (%s)�z��"
+
+#: methods/connect.cc:71
+#, c-format
+msgid "[IP: %s %s]"
+msgstr ""
+
+#: methods/connect.cc:80
+#, c-format
+msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
+msgstr "�L�k�إߨ�y%s�z���������y (��=%u ��=%u ��w=%u)�C"
+
+#: methods/connect.cc:86
+#, c-format
+msgid "Cannot initiate the connection to %s:%s (%s)."
+msgstr "�L�k�p����D���y%s:%s (%s)�z�C"
+
+#: methods/connect.cc:92
+#, c-format
+msgid "Could not connect to %s:%s (%s), connection timed out"
+msgstr "�L�k�p����D���y%s:%s (%s)�z�C"
+
+#: methods/connect.cc:104
+#, c-format
+msgid "Could not connect to %s:%s (%s)."
+msgstr "�L�k�p����D���y%s:%s (%s)�z�C"
+
+#. We say this mainly because the pause here is for the
+#. ssh connection that is still going
+#: methods/connect.cc:132 methods/rsh.cc:425
+#, c-format
+msgid "Connecting to %s"
+msgstr "�p���D���y%s�z��"
+
+#: methods/connect.cc:163
+#, fuzzy, c-format
+msgid "Could not resolve '%s'"
+msgstr "�L�k�}�ҡy%s�z�ɮסC"
+
+#: methods/connect.cc:167
+#, c-format
+msgid "Temporary failure resolving '%s'"
+msgstr ""
+
+#: methods/connect.cc:169
+#, c-format
+msgid "Something wicked happened resolving '%s:%s' (%i)"
+msgstr "�L�k�ѪR�y%s:%s (%i)�z�C"
+
+#: methods/connect.cc:216
+#, c-format
+msgid "Unable to connect to %s %s:"
+msgstr "�L�k�p����D���y%s %s�z�G"
+
+#: methods/gzip.cc:57
+#, fuzzy, c-format
+msgid "Couldn't open pipe for %s"
+msgstr "�L�k�}�ҡy%s�z�ɮסC"
+
+#: methods/gzip.cc:102
+#, c-format
+msgid "Read error from %s process"
+msgstr ""
+
+#: methods/http.cc:340
+msgid "Waiting for file"
+msgstr ""
+
+#: methods/http.cc:486
+#, c-format
+msgid "Got a single header line over %u chars"
+msgstr ""
+
+#: methods/http.cc:494
+msgid "Bad header line"
+msgstr ""
+
+#: methods/http.cc:513 methods/http.cc:520
+msgid "The http server sent an invalid reply header"
+msgstr ""
+
+#: methods/http.cc:549
+msgid "The http server sent an invalid Content-Length header"
+msgstr ""
+
+#: methods/http.cc:564
+msgid "The http server sent an invalid Content-Range header"
+msgstr ""
+
+#: methods/http.cc:566
+msgid "This http server has broken range support"
+msgstr ""
+
+#: methods/http.cc:590
+msgid "Unknown date format"
+msgstr ""
+
+#: methods/http.cc:733
+msgid "Select failed"
+msgstr ""
+
+#: methods/http.cc:738
+#, fuzzy
+msgid "Connection timed out"
+msgstr "�p�u�W�L�ɭ��C"
+
+#: methods/http.cc:761
+msgid "Error writing to output file"
+msgstr ""
+
+#: methods/http.cc:789
+msgid "Error writing to file"
+msgstr ""
+
+#: methods/http.cc:814
+msgid "Error writing to the file"
+msgstr ""
+
+#: methods/http.cc:828
+msgid "Error reading from server Remote end closed connection"
+msgstr ""
+
+#: methods/http.cc:830
+msgid "Error reading from server"
+msgstr ""
+
+#: methods/http.cc:1061
+msgid "Bad header Data"
+msgstr ""
+
+#: methods/http.cc:1078
+#, fuzzy
+msgid "Connection failed"
+msgstr "�p�u�W�L�ɭ��C"
+
+#: methods/http.cc:1169
+#, fuzzy
+msgid "Internal error"
+msgstr "Ū�����ѡC"
+
#: apt-pkg/contrib/mmap.cc:82
msgid "Can't mmap an empty file"
msgstr ""
@@ -827,7 +1722,7 @@ msgstr ""
msgid "Couldn't make mmap of %lu bytes"
msgstr ""
-#: apt-pkg/contrib/strutl.cc:935
+#: apt-pkg/contrib/strutl.cc:941
#, c-format
msgid "Selection %s not found"
msgstr "�ﶵ�y%s�z�䤣��C"
@@ -877,64 +1772,58 @@ msgstr ""
msgid "Syntax error %s:%u: Extra junk at end of file"
msgstr ""
-#: apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38 apt-pkg/contrib/cdromutl.cc:153
-#: apt-pkg/contrib/configuration.cc:701
-#, c-format
-msgid "Unable to read %s"
-msgstr "�L�kŪ���y%s�z�C"
-
#: apt-pkg/contrib/progress.cc:154
#, c-format
-msgid "%s... Error!"
+msgid "%c%s... Error!"
msgstr ""
#: apt-pkg/contrib/progress.cc:156
-#, c-format
-msgid "%s... Done"
+#, fuzzy, c-format
+msgid "%c%s... Done"
msgstr "%s... ����"
-#: apt-pkg/contrib/cmndline.cc:79
+#: apt-pkg/contrib/cmndline.cc:80
#, c-format
msgid "Command line option '%c' [from %s] is not known."
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:105 apt-pkg/contrib/cmndline.cc:113
-#: apt-pkg/contrib/cmndline.cc:121
+#: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
+#: apt-pkg/contrib/cmndline.cc:122
#, c-format
msgid "Command line option %s is not understood"
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:126
+#: apt-pkg/contrib/cmndline.cc:127
#, c-format
msgid "Command line option %s is not boolean"
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:165 apt-pkg/contrib/cmndline.cc:186
+#: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
#, c-format
msgid "Option %s requires an argument."
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:200 apt-pkg/contrib/cmndline.cc:206
+#: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
#, c-format
-msgid "Option %s: Configuration item sepecification must have an =<val>."
+msgid "Option %s: Configuration item specification must have an =<val>."
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:236
+#: apt-pkg/contrib/cmndline.cc:237
#, c-format
msgid "Option %s requires an integer argument, not '%s'"
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:267
+#: apt-pkg/contrib/cmndline.cc:268
#, c-format
msgid "Option '%s' is too long"
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:300
+#: apt-pkg/contrib/cmndline.cc:301
#, c-format
msgid "Sense %s is not understood, try true or false."
msgstr ""
-#: apt-pkg/contrib/cmndline.cc:350
+#: apt-pkg/contrib/cmndline.cc:351
#, c-format
msgid "Invalid operation %s"
msgstr ""
@@ -944,7 +1833,7 @@ msgstr ""
msgid "Unable to stat the mount point %s"
msgstr ""
-#: apt-pkg/acquire.cc:418 apt-pkg/clean.cc:44 apt-pkg/contrib/cdromutl.cc:149
+#: apt-pkg/contrib/cdromutl.cc:149 apt-pkg/acquire.cc:418 apt-pkg/clean.cc:44
#, c-format
msgid "Unable to change to %s"
msgstr "�L�k�i�J�y%s�z�ؿ��C"
@@ -998,10 +1887,6 @@ msgstr ""
msgid "Could not open file %s"
msgstr "�L�k�}�ҡy%s�z�ɮסC"
-#: apt-pkg/contrib/fileutl.cc:452
-msgid "Read error"
-msgstr "Ū�����ѡC"
-
#: apt-pkg/contrib/fileutl.cc:473
#, c-format
msgid "read, still have %lu to read but none left"
@@ -1046,7 +1931,8 @@ msgid "This APT does not support the Versioning System '%s'"
msgstr "���n�餣����y%s�z�����t�ΡC"
#: apt-pkg/pkgcache.cc:147
-msgid "The package cache was build for a different architecture"
+#, fuzzy
+msgid "The package cache was built for a different architecture"
msgstr "�M��Ȧs�ɬO�b�t�@�بt�ΤW���ͪ��C"
#: apt-pkg/pkgcache.cc:218
@@ -1194,19 +2080,19 @@ msgstr ""
msgid "Index file type '%s' is not supported"
msgstr "���n�餣����y%s�z���������ɡC"
-#: apt-pkg/algorithms.cc:237
+#: apt-pkg/algorithms.cc:238
#, c-format
msgid ""
"The package %s needs to be reinstalled, but I can't find an archive for it."
msgstr "�M��y%s�z�ݭn���s�w�ˡA���䤣��n���ɮסC"
-#: apt-pkg/algorithms.cc:1055
+#: apt-pkg/algorithms.cc:1056
msgid ""
"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
"held packages."
msgstr "�L�k�ѨM�̦s���Y�C�i���]�O�Y�ǮM��Q���C"
-#: apt-pkg/algorithms.cc:1057
+#: apt-pkg/algorithms.cc:1058
msgid "Unable to correct problems, you have held broken packages."
msgstr "�L�k�ѨM���D�A�]���Y�Ƿl�����M��Q���C"
@@ -1230,12 +2116,12 @@ msgstr "�䤣��w�ˤ覡�y%s�z���X�ʵ{���C"
msgid "Method %s did not start correctly"
msgstr "�w�ˤ覡�y%s�z�S�����T�ҰʡC"
-#: apt-pkg/init.cc:117
+#: apt-pkg/init.cc:119
#, c-format
msgid "Packaging system '%s' is not supported"
msgstr "���n�餣����y%s�z�]�˪k�C"
-#: apt-pkg/init.cc:133
+#: apt-pkg/init.cc:135
msgid "Unable to determine a suitable system type"
msgstr "�L�k���ըt�����O�C"
@@ -1336,12 +2222,6 @@ msgstr ""
msgid "Couldn't stat source package list %s"
msgstr "�L�kŪ���ӷ��ɡy%s�z���ؿ���ơC"
-#. Build the status cache
-#: apt-pkg/pkgcachegen.cc:643 apt-pkg/pkgcachegen.cc:701
-#: apt-pkg/pkgcachegen.cc:706 apt-pkg/pkgcachegen.cc:829
-msgid "Reading Package Lists"
-msgstr "Ū���M��M�椤"
-
#: apt-pkg/pkgcachegen.cc:658
msgid "Collecting File Provides"
msgstr ""
@@ -1383,113 +2263,22 @@ msgstr "�ɮפj�p���ŦX�C"
msgid "MD5Sum mismatch"
msgstr "MD5 �ˬd�X���ŦX�C"
-msgid "Could not bind a socket"
-msgstr "�L�k�s�W�������y�C"
-
-msgid "Reading File Listing"
-msgstr "Ū���n�����"
-
-msgid "Reading File List"
-msgstr "Ū���n�����"
-
-msgid "Please insert a Disc in the drive and press enter"
-msgstr "������J��A�M��� [Enter] ��C"
-
-msgid "This Disc is called:"
-msgstr "�o�ӺФ��W���G"
-
-msgid "Done. "
-msgstr "�����C"
-
-msgid "Could not find a record in the DSC '%s'"
+#: methods/rsh.cc:264
+msgid "File Not Found"
msgstr ""
-#~ msgid "Unable to read the cdrom database %s"
-#~ msgstr "�L�kŪ���Ф���Ʈw�y%s�z�C"
-
-#~ msgid ""
-#~ "Please use apt-cdrom to make this CD recognized by APT. apt-get update "
-#~ "cannot be used to add new CDs"
-#~ msgstr ""
-#~ "�n�����{����{���Ф��A�ХΡyapt-cdrom�z�u��C�yapt-get update�z����Ψӻs"
-#~ "�y�s�����C"
-
-#~ msgid "Wrong CD"
-#~ msgstr "�������T�C"
-
-#~ msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
-#~ msgstr "�L�k�U�r�y%s�z�����Ф��A�γ\�����b�ϥΤ��C"
-
-#~ msgid "Connecting to %s (%s)"
-#~ msgstr "�s���y%s (%s)�z��"
-
-#~ msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
-#~ msgstr "�L�k�إߨ�y%s�z���������y (��=%u ��=%u ��w=%u)�C"
-
-#~ msgid "Cannot initiate the connection to %s:%s (%s)."
-#~ msgstr "�L�k�p����D���y%s:%s (%s)�z�C"
-
-#~ msgid "Could not connect to %s:%s (%s), connection timed out"
-#~ msgstr "�L�k�p����D���y%s:%s (%s)�z�C"
-
-#~ msgid "Could not connect to %s:%s (%s)."
-#~ msgstr "�L�k�p����D���y%s:%s (%s)�z�C"
-
-#~ msgid "Connecting to %s"
-#~ msgstr "�p���D���y%s�z��"
-
-#~ msgid "Something wicked happened resolving '%s:%s' (%i)"
-#~ msgstr "�L�k�ѪR�y%s:%s (%i)�z�C"
-
-#~ msgid "Unable to connect to %s %s:"
-#~ msgstr "�L�k�p����D���y%s %s�z�G"
-
-#~ msgid "Failed to set modification time"
-#~ msgstr "�����s����"
-
-#~ msgid "Invalid URI, local URIS must not start with //"
-#~ msgstr "�q�θ귽�ѧO�����~�C�����귽�ѧO�������H�y//�z�_�Y�C"
-
-#~ msgid "Logging in"
-#~ msgstr "�n�J��"
-
-#~ msgid "Unable to determine the peer name"
-#~ msgstr "�L�k�ѪR���D���W�١C"
-
-#~ msgid "Unable to determine the local name"
-#~ msgstr "�L�k�ѪR�����W�١C"
-
-#~ msgid "Server refused our connection and said: %s"
-#~ msgstr "���A���]�y%s�z�����z�C"
-
-#~ msgid "USER failed, server said: %s"
-#~ msgstr "�yUSER�z���O�]�y%s�z���ѡC"
-
-#~ msgid "PASS failed, server said: %s"
-#~ msgstr "�yPASS�z���O�]�y%s�z���ѡC"
-
-#~ msgid ""
-#~ "A proxy server was specified but no login script, Acquire::ftp::"
-#~ "ProxyLogin is empty."
-#~ msgstr "�C�����A���]�w���]�A�n�J�Z�C"
-
-#~ msgid "Login script command '%s' failed, server said: %s"
-#~ msgstr "�n�J�Z�y%s�z�]�y%s�z���ѡC"
-
-#~ msgid "TYPE failed, server said: %s"
-#~ msgstr "�yTYPE�z���O�]�y%s�z���ѡC"
-
-#~ msgid "Connection timeout"
-#~ msgstr "�p�u�W�L�ɭ��C"
+#: methods/rsh.cc:330
+msgid "Connection closed prematurely"
+msgstr ""
-#~ msgid "Server closed the connection"
-#~ msgstr "���A�������p�u�C"
+#~ msgid "Please insert a Disc in the drive and press enter"
+#~ msgstr "������J��A�M��� [Enter] ��C"
-#~ msgid "A response overflowed the buffer."
-#~ msgstr "���жW�L�w�İϪ��סC"
+#~ msgid "This Disc is called:"
+#~ msgstr "�o�ӺФ��W���G"
-#~ msgid "Protocol corruption"
-#~ msgstr "��w���ѡC"
+#~ msgid "Done. "
+#~ msgstr "�����C"
#~ msgid "<- '"
#~ msgstr "���y"
@@ -1500,38 +2289,6 @@ msgstr ""
#~ msgid "-> '"
#~ msgstr "���y"
-#~ msgid "Could not create a socket"
-#~ msgstr "�L�k�إߺ������y�C"
-
-#~ msgid ""
-#~ "apt-ftparchive generates index files for Debian archives. It supports\n"
-#~ "many styles of generation from fully automated to functional "
-#~ "replacements\n"
-#~ "for dpkg-scanpackages and dpkg-scansources\n"
-#~ "\n"
-#~ "apt-ftparchive generates Package files from a tree of .debs. The\n"
-#~ "Package file contains the contents of all the control fields from\n"
-#~ "each package as well as the MD5 hash and filesize. An override file\n"
-#~ "is supported to force the value of Priority and Section.\n"
-#~ "\n"
-#~ "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
-#~ "The --source-override option can be used to specify a src override file\n"
-#~ "\n"
-#~ "The 'packages' and 'sources' command should be run in the root of the\n"
-#~ "tree. BinaryPath should point to the base of the recursive search and \n"
-#~ "override file should contian the override flags. Pathprefix is\n"
-#~ "appended to the filename fields if present. Example usage from the \n"
-#~ "debian archive:\n"
-#~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
-#~ " dists/potato/main/binary-i386/Packages\n"
-#~ msgstr ""
-#~ "�yapt-ftparchive�z�O�Ψӫإ߯����ɪ��u��C���q���۰ʨ���N\n"
-#~ "�ydpkg-scanpackages�z�Ρydpkg-scansources�z���h�ؤ覡���䴩�C\n"
-#~ "\n"
-#~ "�yapt-ftparchive�z�Q�Τ@�ӥѡy.deb�z�ɮײզ����𪬵��c�ӫإ߮M���ɮסC\n"
-#~ "�M���ɤ��]�t�U�ر������BMD5 �ˬd�X�B���ɮפj�p�C�t�~���{���]�䴩�@��\n"
-#~ "[FIXME]\n"
-
#~ msgid ""
#~ "Options:\n"
#~ " -h This help text\n"
@@ -1554,9 +2311,3 @@ msgstr ""
#~ " --contents ����ؿ��ɪ�����\n"
#~ " -c=? Ū���w���t�m��\n"
#~ " -o=? �]�w�Y�Ӱt�m�ﶵ\n"
-
-#~ msgid "E: "
-#~ msgstr "���~�G"
-
-#~ msgid "W: "
-#~ msgstr "ĵ�i�G"