diff options
Diffstat (limited to 'po/apt-all.pot')
-rw-r--r-- | po/apt-all.pot | 622 |
1 files changed, 602 insertions, 20 deletions
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 "" |