diff options
author | Julian Andres Klode <jak@debian.org> | 2015-12-24 17:03:21 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-12-24 17:03:21 +0100 |
commit | 3ac050d1ccfa33dbed236a565511fd3fe84b8465 (patch) | |
tree | 543cb5eb8e49457042f076f7029f97e4eeda9c70 | |
parent | 117551478551958d62d9555c595f2990805137c0 (diff) |
1.1.6 Christmas release
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 22 | ||||
-rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
-rw-r--r-- | doc/apt.conf.5.xml | 2 | ||||
-rw-r--r-- | doc/po/apt-doc.pot | 4 | ||||
-rw-r--r-- | doc/po/de.po | 2 | ||||
-rw-r--r-- | doc/po/es.po | 2 | ||||
-rw-r--r-- | doc/po/fr.po | 2 | ||||
-rw-r--r-- | doc/po/it.po | 2 | ||||
-rw-r--r-- | doc/po/ja.po | 2 | ||||
-rw-r--r-- | doc/po/nl.po | 2 | ||||
-rw-r--r-- | doc/po/pl.po | 2 | ||||
-rw-r--r-- | doc/po/pt.po | 2 | ||||
-rw-r--r-- | doc/po/pt_BR.po | 2 | ||||
-rw-r--r-- | po/apt-all.pot | 16 | ||||
-rw-r--r-- | po/ar.po | 18 | ||||
-rw-r--r-- | po/ast.po | 18 | ||||
-rw-r--r-- | po/bg.po | 18 | ||||
-rw-r--r-- | po/bs.po | 18 | ||||
-rw-r--r-- | po/ca.po | 18 | ||||
-rw-r--r-- | po/cs.po | 18 | ||||
-rw-r--r-- | po/cy.po | 18 | ||||
-rw-r--r-- | po/da.po | 18 | ||||
-rw-r--r-- | po/de.po | 20 | ||||
-rw-r--r-- | po/dz.po | 18 | ||||
-rw-r--r-- | po/el.po | 18 | ||||
-rw-r--r-- | po/es.po | 18 | ||||
-rw-r--r-- | po/eu.po | 18 | ||||
-rw-r--r-- | po/fi.po | 18 | ||||
-rw-r--r-- | po/fr.po | 18 | ||||
-rw-r--r-- | po/gl.po | 18 | ||||
-rw-r--r-- | po/hu.po | 18 | ||||
-rw-r--r-- | po/it.po | 18 | ||||
-rw-r--r-- | po/ja.po | 18 | ||||
-rw-r--r-- | po/km.po | 18 | ||||
-rw-r--r-- | po/ko.po | 18 | ||||
-rw-r--r-- | po/ku.po | 18 | ||||
-rw-r--r-- | po/lt.po | 18 | ||||
-rw-r--r-- | po/mr.po | 18 | ||||
-rw-r--r-- | po/nb.po | 18 | ||||
-rw-r--r-- | po/ne.po | 18 | ||||
-rw-r--r-- | po/nl.po | 18 | ||||
-rw-r--r-- | po/nn.po | 18 | ||||
-rw-r--r-- | po/pl.po | 18 | ||||
-rw-r--r-- | po/pt.po | 18 | ||||
-rw-r--r-- | po/pt_BR.po | 18 | ||||
-rw-r--r-- | po/ro.po | 18 | ||||
-rw-r--r-- | po/ru.po | 18 | ||||
-rw-r--r-- | po/sk.po | 18 | ||||
-rw-r--r-- | po/sl.po | 18 | ||||
-rw-r--r-- | po/sv.po | 18 | ||||
-rw-r--r-- | po/th.po | 18 | ||||
-rw-r--r-- | po/tl.po | 18 | ||||
-rw-r--r-- | po/tr.po | 18 | ||||
-rw-r--r-- | po/uk.po | 18 | ||||
-rw-r--r-- | po/vi.po | 18 | ||||
-rw-r--r-- | po/zh_CN.po | 18 | ||||
-rw-r--r-- | po/zh_TW.po | 18 |
58 files changed, 432 insertions, 410 deletions
diff --git a/configure.ac b/configure.ac index 30787fdc4..8a647bae2 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_CONFIG_AUX_DIR(buildlib) AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in) PACKAGE="apt" -PACKAGE_VERSION="1.1.5" +PACKAGE_VERSION="1.1.6" PACKAGE_MAIL="APT Development Team <deity@lists.debian.org>" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION") diff --git a/debian/changelog b/debian/changelog index 835eee95a..f55fed395 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +apt (1.1.6) unstable; urgency=medium + + Merry Christmas from the APT Team + + [ Pino Toscano ] + * Fix FileUtlTest.GetTempDir failure when run as root (Closes: #808383) + * CopyFile: fix BufSize to a sane value (Closes: #808381) + * CopyFile: avoid failing on EOF on some systems (Closes: #808381) + + [ Julian Andres Klode ] + * Do nothing in FileFd::Write() if Size is 0 (Closes: #808381) + + [ David Kalnischkies ] + * avoid evaluating shell in paths used in apt-key + * avoid triggering gpg2 migration in apt-key + * follow dpkg and xz and use CRC64 for xz compression + * parse xz-compression level from configuration + * implement a buffer system for FileFd::ReadLine (Closes: 808579) + * ensure we got a lock in clean operation (Closes: 808561) + + -- Julian Andres Klode <jak@debian.org> Thu, 24 Dec 2015 17:01:49 +0100 + apt (1.1.5) unstable; urgency=medium [ Julian Andres Klode ] diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index c1050d720..95c1025fa 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -237,7 +237,7 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "1.1.5"> +<!ENTITY apt-product-version "1.1.6"> <!-- (Code)names for various things used all over the place --> <!ENTITY oldstable-codename "wheezy"> diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index 1cb037b25..18896066b 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -19,7 +19,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>2015-12-07T00:00:00Z</date> + <date>2015-12-14T00:00:00Z</date> </refentryinfo> <refmeta> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 55d436e52..156fcc724 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 1.1.5~20151214\n" +"Project-Id-Version: apt-doc 1.1.6\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/doc/po/de.po b/doc/po/de.po index 665b292fd..9030568c8 100644 --- a/doc/po/de.po +++ b/doc/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2014-09-14 14:46+0200\n" "Last-Translator: Chris Leick <c.leick@vollbio.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" diff --git a/doc/po/es.po b/doc/po/es.po index 30be657e3..f704d2925 100644 --- a/doc/po/es.po +++ b/doc/po/es.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2014-07-04 01:31+0200\n" "Last-Translator: Omar Campagne <ocampagne@gmail.com>\n" "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n" diff --git a/doc/po/fr.po b/doc/po/fr.po index f5941fee9..9e3bc2c85 100644 --- a/doc/po/fr.po +++ b/doc/po/fr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2014-11-15 17:26+0100\n" "Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" diff --git a/doc/po/it.po b/doc/po/it.po index 37d320b94..4687fdcea 100644 --- a/doc/po/it.po +++ b/doc/po/it.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2015-01-27 14:11+0200\n" "Last-Translator: Beatrice Torracca <beatricet@libero.it>\n" "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n" diff --git a/doc/po/ja.po b/doc/po/ja.po index 2b5ce682f..839a82031 100644 --- a/doc/po/ja.po +++ b/doc/po/ja.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.6\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2014-07-10 19:52+0900\n" "Last-Translator: KURASAWA Nozomu <nabetaro@debian.or.jp>\n" "Language-Team: Debian Japanese List <debian-japanese@lists.debian.org>\n" diff --git a/doc/po/nl.po b/doc/po/nl.po index 78ebe8a02..1692822d4 100644 --- a/doc/po/nl.po +++ b/doc/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.10.1-nl\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2015-10-17 13:21+0200\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" diff --git a/doc/po/pl.po b/doc/po/pl.po index d2999e468..1a2d49c35 100644 --- a/doc/po/pl.po +++ b/doc/po/pl.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2014-07-04 02:13+0200\n" "Last-Translator: Robert Luberda <robert@debian.org>\n" "Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n" diff --git a/doc/po/pt.po b/doc/po/pt.po index a82611103..c0054cd81 100644 --- a/doc/po/pt.po +++ b/doc/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.7\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2014-08-29 00:34+0100\n" "Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index 73013ab71..4ed1f3d0b 100644 --- a/doc/po/pt_BR.po +++ b/doc/po/pt_BR.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2004-09-20 17:02+0000\n" "Last-Translator: André Luís Lopes <andrelop@debian.org>\n" "Language-Team: <debian-l10n-portuguese@lists.debian.org>\n" diff --git a/po/apt-all.pot b/po/apt-all.pot index 4d1567bbb..4c6cfef4e 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 1.1.5~20151214\n" +"Project-Id-Version: apt 1.1.6\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\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" @@ -2853,21 +2853,21 @@ msgid "Problem closing the gzip file %s" msgstr "" #: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Could not open file %s" +msgid "Failed to create subprocess IPC" msgstr "" #: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Could not open file descriptor %d" +msgid "Failed to exec compressor " msgstr "" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" +#, c-format +msgid "Could not open file %s" msgstr "" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " +#, c-format +msgid "Could not open file descriptor %d" msgstr "" #: apt-pkg/contrib/fileutl.cc @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2006-10-20 21:28+0300\n" "Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n" "Language-Team: Arabic <support@arabeyes.org>\n" @@ -2911,22 +2911,22 @@ msgid "Problem closing the gzip file %s" msgstr "مشكلة في إغلاق الملف" #: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Could not open file %s" +msgid "Failed to create subprocess IPC" msgstr "" #: apt-pkg/contrib/fileutl.cc -#, fuzzy, c-format -msgid "Could not open file descriptor %d" -msgstr "فشل إغلاق الملف %s" +msgid "Failed to exec compressor " +msgstr "" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" +#, c-format +msgid "Could not open file %s" msgstr "" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "" +#, fuzzy, c-format +msgid "Could not open file descriptor %d" +msgstr "فشل إغلاق الملف %s" #: apt-pkg/contrib/fileutl.cc #, c-format @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.18\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2010-10-02 23:35+0100\n" "Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (ast)\n" @@ -3046,6 +3046,14 @@ msgid "Problem closing the gzip file %s" msgstr "Problemes zarrando'l ficheru gzip %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Nun pudo criase'l soprocesu IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Nun pudo executase'l compresor " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Nun se pudo abrir el ficheru %s" @@ -3056,14 +3064,6 @@ msgid "Could not open file descriptor %d" msgstr "Nun pudo abrise un ficheru descriptor %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Nun pudo criase'l soprocesu IPC" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Nun pudo executase'l compresor " - -#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "read, still have %llu to read but none left" msgstr "lleíos, entá tenía de lleer %lu pero nun queda nada" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.21\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2012-06-25 17:23+0300\n" "Last-Translator: Damyan Ivanov <dmn@debian.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n" @@ -3081,6 +3081,14 @@ msgid "Problem closing the gzip file %s" msgstr "Проблем при затваряне на компресираният файл %s (gzip)" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Неуспех при създаването на подпроцес IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Неуспех при изпълнението на компресиращата програма " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Неуспех при отварянето на файла %s" @@ -3091,14 +3099,6 @@ msgid "Could not open file descriptor %d" msgstr "Неуспех при отварянето на файлов манипулатор %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Неуспех при създаването на подпроцес IPC" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Неуспех при изпълнението на компресиращата програма " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2004-05-06 15:25+0100\n" "Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n" "Language-Team: Bosnian <lokal@lugbih.org>\n" @@ -2893,22 +2893,22 @@ msgid "Problem closing the gzip file %s" msgstr "" #: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Could not open file %s" +msgid "Failed to create subprocess IPC" msgstr "" #: apt-pkg/contrib/fileutl.cc -#, fuzzy, c-format -msgid "Could not open file descriptor %d" -msgstr "Ne mogu otvoriti %s" +msgid "Failed to exec compressor " +msgstr "" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" +#, c-format +msgid "Could not open file %s" msgstr "" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "" +#, fuzzy, c-format +msgid "Could not open file descriptor %d" +msgstr "Ne mogu otvoriti %s" #: apt-pkg/contrib/fileutl.cc #, c-format @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.9.7.6\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2012-10-19 13:30+0200\n" "Last-Translator: Jordi Mallach <jordi@debian.org>\n" "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n" @@ -3085,6 +3085,14 @@ msgid "Problem closing the gzip file %s" msgstr "Ha hagut un problema en tancar el fitxer gzip %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "No s'ha pogut crear el subprocés IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "No s'ha pogut executar el compressor " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "No s'ha pogut obrir el fitxer %s" @@ -3095,14 +3103,6 @@ msgid "Could not open file descriptor %d" msgstr "No s'ha pogut obrir el descriptor del fitxer %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "No s'ha pogut crear el subprocés IPC" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "No s'ha pogut executar el compressor " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "llegits, falten %llu per llegir, però no queda res" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2015-08-29 15:24+0200\n" "Last-Translator: Miroslav Kure <kurem@debian.cz>\n" "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n" @@ -3050,6 +3050,14 @@ msgid "Problem closing the gzip file %s" msgstr "Problém při zavírání gzip souboru %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Nelze vytvořit podproces IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Nezdařilo se spustit kompresor " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Nelze otevřít soubor %s" @@ -3060,14 +3068,6 @@ msgid "Could not open file descriptor %d" msgstr "Nelze otevřít popisovač souboru %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Nelze vytvořit podproces IPC" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Nezdařilo se spustit kompresor " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "čtení, stále se má přečíst %llu, ale už nic nezbývá" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2005-06-06 13:46+0100\n" "Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n" "Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n" @@ -3081,6 +3081,14 @@ msgid "Problem closing the gzip file %s" msgstr "Gwall wrth gau'r ffeil" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Methwyd creu isbroses IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Methwyd gweithredu cywasgydd " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Methwyd agor ffeil %s" @@ -3090,14 +3098,6 @@ msgstr "Methwyd agor ffeil %s" msgid "Could not open file descriptor %d" msgstr "Methwyd agor pibell ar gyfer %s" -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Methwyd creu isbroses IPC" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Methwyd gweithredu cywasgydd " - # FIXME #: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2014-07-06 23:51+0200\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n" @@ -3063,6 +3063,14 @@ msgid "Problem closing the gzip file %s" msgstr "Problem under lukning af gzip-filen %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Kunne ikke oprette underproces IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Kunne ikke udføre komprimeringsprogram " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Kunne ikke åbne filen %s" @@ -3073,14 +3081,6 @@ msgid "Could not open file descriptor %d" msgstr "Kunne ikke åbne filbeskrivelse %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Kunne ikke oprette underproces IPC" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Kunne ikke udføre komprimeringsprogram " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "læs, mangler stadig at læse %llu men der er ikke flere" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2014-09-19 13:04+0100\n" "Last-Translator: Holger Wansing <linux@wansing-online.de>\n" "Language-Team: Debian German <debian-l10n-german@lists.debian.org>\n" @@ -3151,6 +3151,15 @@ msgid "Problem closing the gzip file %s" msgstr "Problem beim Schließen der gzip-Datei %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "" +"Interprozesskommunikation mit Unterprozess konnte nicht aufgebaut werden." + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Fehler beim Ausführen von Komprimierer " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Datei %s konnte nicht geöffnet werden." @@ -3161,15 +3170,6 @@ msgid "Could not open file descriptor %d" msgstr "Datei-Deskriptor %d konnte nicht geöffnet werden." #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "" -"Interprozesskommunikation mit Unterprozess konnte nicht aufgebaut werden." - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Fehler beim Ausführen von Komprimierer " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2006-09-19 09:49+0530\n" "Last-Translator: Kinley Tshering <gasepkuenden2k3@hotmail.com>\n" "Language-Team: Dzongkha <pgeyleg@dit.gov.bt>\n" @@ -3031,6 +3031,14 @@ msgid "Problem closing the gzip file %s" msgstr "ཡིག་སྣོད་འདི་ཁ་བསྡམས་པའི་བསྒང་དཀའ་ངལ།" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "ཡན་ལག་ལས་སྦྱོར་ ཨའི་པི་སི་ གསར་བསྐྲུན་འབད་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོད།" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "ཨེབ་འཕྲུལ་ལག་ལེན་འཐབ་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོད།" + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "%s་ཡིག་སྣོད་འདི་ཁ་ཕྱེ་མ་ཚུགས།" @@ -3041,14 +3049,6 @@ msgid "Could not open file descriptor %d" msgstr "%s་གི་དོན་ལུ་རྒྱུད་དུང་འདི་ཁ་ཕྱེ་མ་ཚུགས།" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "ཡན་ལག་ལས་སྦྱོར་ ཨའི་པི་སི་ གསར་བསྐྲུན་འབད་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོད།" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "ཨེབ་འཕྲུལ་ལག་ལེན་འཐབ་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོད།" - -#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "read, still have %llu to read but none left" msgstr "ལྷག་ ད་ལྟོ་ཡང་ལྷག་ནི་ལུ་%lu་ཡོད་འདི་འབདཝ་ད་ཅི་ཡང་ལྷག་ལུས་མིན་འདུག" @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2008-08-26 18:25+0300\n" "Last-Translator: Θανάσης Νάτσης <natsisthanasis@gmail.com>\n" "Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n" @@ -3065,6 +3065,14 @@ msgid "Problem closing the gzip file %s" msgstr "Πρόβλημα κατά το κλείσιμο του αρχείου" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Αποτυχία δημιουργίας IPC στην υποδιεργασία" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Αποτυχία εκτέλεσης του συμπιεστή " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Αδύνατο το άνοιγμα του αρχείου %s" @@ -3075,14 +3083,6 @@ msgid "Could not open file descriptor %d" msgstr "Αδύνατο το άνοιγμα διασωλήνωσης για το %s" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Αποτυχία δημιουργίας IPC στην υποδιεργασία" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Αποτυχία εκτέλεσης του συμπιεστή " - -#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "read, still have %llu to read but none left" msgstr "αναγνώστηκαν, απομένουν ακόμη %lu για ανάγνωση αλλά δεν απομένουν άλλα" @@ -33,7 +33,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.8.10\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2014-11-20 02:25+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox." "org>\n" @@ -3158,6 +3158,14 @@ msgid "Problem closing the gzip file %s" msgstr "Se produjo un problema al cerrar el fichero gzip %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "No se pudo crear el subproceso IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "No se pudo ejecutar el compresor " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "No pude abrir el fichero %s" @@ -3168,14 +3176,6 @@ msgid "Could not open file descriptor %d" msgstr "No se pudo abrir el descriptor de fichero %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "No se pudo crear el subproceso IPC" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "No se pudo ejecutar el compresor " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "leídos, todavía quedaban por leer %llu pero no queda ninguna" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2009-05-17 00:41+0200\n" "Last-Translator: Piarres Beobide <pi@beobide.net>\n" "Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n" @@ -3033,6 +3033,14 @@ msgid "Problem closing the gzip file %s" msgstr "Arazoa fitxategia ixtean" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Huts egin du IPC azpiprozesua sortzean" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Huts egin du konpresorea exekutatzean " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "%s fitxategia ezin izan da ireki" @@ -3043,14 +3051,6 @@ msgid "Could not open file descriptor %d" msgstr "Ezin izan da %s(r)en kanalizazioa ireki" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Huts egin du IPC azpiprozesua sortzean" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Huts egin du konpresorea exekutatzean " - -#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "read, still have %llu to read but none left" msgstr "irakurrita; oraindik %lu irakurtzeke, baina ez da ezer geratzen" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2008-12-11 14:52+0200\n" "Last-Translator: Tapio Lehtonen <tale@debian.org>\n" "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n" @@ -3026,6 +3026,14 @@ msgid "Problem closing the gzip file %s" msgstr "Pulmia tiedoston sulkemisessa" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Prosessien välistä kommunikaatiota aliprosessiin ei saatu luotua" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Pakkaajan käynnistäminen ei onnistunut" + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Tiedostoa %s ei voitu avata" @@ -3036,14 +3044,6 @@ msgid "Could not open file descriptor %d" msgstr "Putkea %s ei voitu avata" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Prosessien välistä kommunikaatiota aliprosessiin ei saatu luotua" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Pakkaajan käynnistäminen ei onnistunut" - -#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "read, still have %llu to read but none left" msgstr "read, vielä %lu lukematta mutta tiedosto loppui" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2013-12-15 16:45+0100\n" "Last-Translator: Julien Patriarca <leatherface@debian.org>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" @@ -3138,6 +3138,14 @@ msgid "Problem closing the gzip file %s" msgstr "Problème de fermeture du fichier gzip %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Impossible de créer un sous-processus IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Impossible d'exécuter la compression " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Impossible d'ouvrir le fichier %s" @@ -3148,14 +3156,6 @@ msgid "Could not open file descriptor %d" msgstr "Impossible d'ouvrir le descripteur de fichier %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Impossible de créer un sous-processus IPC" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Impossible d'exécuter la compression " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "lu(s), %llu restant à lire, mais rien n'est disponible" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2011-05-12 15:28+0100\n" "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n" "Language-Team: galician <proxecto@trasno.net>\n" @@ -3079,6 +3079,14 @@ msgid "Problem closing the gzip file %s" msgstr "Produciuse un problema ao pechar o arquivo gzip %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Non foi posíbel crear o IPC do subproceso" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Non foi posíbel executar o compresor " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Non foi posíbel abrir o ficheiro %s" @@ -3089,14 +3097,6 @@ msgid "Could not open file descriptor %d" msgstr "Non foi posíbel abrir o descritor de ficheiro %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Non foi posíbel crear o IPC do subproceso" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Non foi posíbel executar o compresor " - -#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "read, still have %llu to read but none left" msgstr "lectura, aínda hai %lu para ler pero non queda ningún" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2012-06-25 17:09+0200\n" "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n" "Language-Team: Hungarian <gnome-hu-list@gnome.org>\n" @@ -3070,6 +3070,14 @@ msgid "Problem closing the gzip file %s" msgstr "Hiba a(z) %s gzip fájl bezárásakor" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Nem sikerült az alfolyamat IPC-t létrehozni" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Nem sikerült elindítani a tömörítőt " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Nem lehet megnyitni a(z) %s fájlt" @@ -3080,14 +3088,6 @@ msgid "Could not open file descriptor %d" msgstr "Nem lehet megnyitni a(z) %d fájlleírót" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Nem sikerült az alfolyamat IPC-t létrehozni" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Nem sikerült elindítani a tömörítőt " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "olvasás, még kellene %llu, de már az összes elfogyott" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2015-04-07 16:51+0100\n" "Last-Translator: Milo Casagrande <milo@milo.name>\n" "Language-Team: Italian <tp@lists.linux.it>\n" @@ -3120,6 +3120,14 @@ msgid "Problem closing the gzip file %s" msgstr "Si è verificato un problema nel chiudere il file gzip %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Creazione di un sottoprocesso IPC non riuscita" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Esecuzione non riuscita del compressore " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Impossibile aprire il file %s" @@ -3130,14 +3138,6 @@ msgid "Could not open file descriptor %d" msgstr "Impossibile aprire il descrittore del file %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Creazione di un sottoprocesso IPC non riuscita" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Esecuzione non riuscita del compressore " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "lettura, ancora %llu da leggere, ma non è stato trovato nulla" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.9.3\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2014-12-12 22:33+0900\n" "Last-Translator: Kenshi Muto <kmuto@debian.org>\n" "Language-Team: Debian Japanese List <debian-japanese@lists.debian.org>\n" @@ -3071,6 +3071,14 @@ msgid "Problem closing the gzip file %s" msgstr "gzip ファイル %s のクローズ中に問題が発生しました" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "子プロセス IPC の生成に失敗しました" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "以下の圧縮ツールの実行に失敗しました: " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "ファイル %s をオープンできませんでした" @@ -3081,14 +3089,6 @@ msgid "Could not open file descriptor %d" msgstr "ファイルデスクリプタ %d を開けませんでした" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "子プロセス IPC の生成に失敗しました" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "以下の圧縮ツールの実行に失敗しました: " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "読み込みが %llu 残っているはずですが、何も残っていません" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2006-10-10 09:48+0700\n" "Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n" "Language-Team: Khmer <support@khmeros.info>\n" @@ -3003,6 +3003,14 @@ msgid "Problem closing the gzip file %s" msgstr "មានបញ្ហាក្នុងការបិទឯកសារ" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "បរាជ័យក្នុងការបង្កើតដំណើរការរង IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "បរាជ័យក្នុងការប្រតិបត្តិកម្មវិធីបង្ហាប់ " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "មិនអាចបើកឯកសារ %s បានឡើយ" @@ -3013,14 +3021,6 @@ msgid "Could not open file descriptor %d" msgstr "មិនអាចបើកបំពុងសម្រាប់ %s បានឡើយ" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "បរាជ័យក្នុងការបង្កើតដំណើរការរង IPC" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "បរាជ័យក្នុងការប្រតិបត្តិកម្មវិធីបង្ហាប់ " - -#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "read, still have %llu to read but none left" msgstr "អាន, នៅតែមាន %lu ដើម្បីអាន ប៉ុន្តែគ្មានអ្វីនៅសល់" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2010-08-30 02:31+0900\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n" @@ -3016,6 +3016,14 @@ msgid "Problem closing the gzip file %s" msgstr "%s gzip 파일을 닫는데 문제가 있습니다" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "하위 프로세스 IPC를 만드는데 실패했습니다" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "다음 압축 프로그램을 실행하는데 실패했습니다: " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "%s 파일을 열 수 없습니다" @@ -3026,14 +3034,6 @@ msgid "Could not open file descriptor %d" msgstr "%d 파일 디스크립터를 열 수 없습니다" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "하위 프로세스 IPC를 만드는데 실패했습니다" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "다음 압축 프로그램을 실행하는데 실패했습니다: " - -#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "read, still have %llu to read but none left" msgstr "%lu만큼 더 읽어야 하지만 더 이상 읽을 데이터가 없습니다" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2008-05-08 12:48+0200\n" "Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n" "Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n" @@ -2908,6 +2908,14 @@ msgid "Problem closing the gzip file %s" msgstr "Di girtina pelî de pirsgirêkek derket" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "" + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Nikarî pelê %s veke" @@ -2918,14 +2926,6 @@ msgid "Could not open file descriptor %d" msgstr "Nikarî pelê %s veke" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "" - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2008-08-02 01:47-0400\n" "Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" @@ -3006,6 +3006,14 @@ msgid "Problem closing the gzip file %s" msgstr "Klaida užveriant failą" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Nepavyko sukurti subproceso IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Nepavyko paleisti suspaudėjo " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Nepavyko atverti failo %s" @@ -3016,14 +3024,6 @@ msgid "Could not open file descriptor %d" msgstr "Nepavyko atverti failo %s" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Nepavyko sukurti subproceso IPC" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Nepavyko paleisti suspaudėjo " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2008-11-20 23:27+0530\n" "Last-Translator: Sampada <sampadanakhare@gmail.com>\n" "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " @@ -3003,6 +3003,14 @@ msgid "Problem closing the gzip file %s" msgstr "फाईल बंद करण्यात अडचण" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "आयपीसी उपक्रिया तयार करण्यास असमर्थ" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "दाबक(संकलितकर्ता) कर्यान्वित करण्यास असमर्थ" + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "%s फाईल उघडता येत नाही" @@ -3013,14 +3021,6 @@ msgid "Could not open file descriptor %d" msgstr "%s साठी पाईप उघडता येत नाही" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "आयपीसी उपक्रिया तयार करण्यास असमर्थ" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "दाबक(संकलितकर्ता) कर्यान्वित करण्यास असमर्थ" - -#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "read, still have %llu to read but none left" msgstr "वाचा, %lu अजूनही वाचण्यासाठी आहे पण आता काही उरली नाही" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2010-09-01 21:10+0200\n" "Last-Translator: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>\n" "Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.uio.no>\n" @@ -3043,6 +3043,14 @@ msgid "Problem closing the gzip file %s" msgstr "Problem ved låsing av gzip-fila %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Klarte ikke å opprette underprosessen IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Klarte ikke å kjøre komprimeringen" + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Klarte ikke åpne fila %s" @@ -3053,14 +3061,6 @@ msgid "Could not open file descriptor %d" msgstr "Klarte ikke åpne fildeskriptor %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Klarte ikke å opprette underprosessen IPC" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Klarte ikke å kjøre komprimeringen" - -#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "read, still have %llu to read but none left" msgstr "lese, har fremdeles %lu igjen å lese, men ingen igjen" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2006-06-12 14:35+0545\n" "Last-Translator: Shiva Pokharel <pokharelshiva@hotmail.com>\n" "Language-Team: Nepali <info@mpp.org.np>\n" @@ -3002,6 +3002,14 @@ msgid "Problem closing the gzip file %s" msgstr "फाइल बन्द गर्दा समस्या" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "सहायक प्रक्रिया IPC सिर्जना गर्न असफल" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "सङ्कुचनकर्ता कार्यान्वयन गर्न असफल भयो" + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "फाइल %s खोल्न सकिएन" @@ -3012,14 +3020,6 @@ msgid "Could not open file descriptor %d" msgstr "%s को लागि पाइप खोल्न सकिएन" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "सहायक प्रक्रिया IPC सिर्जना गर्न असफल" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "सङ्कुचनकर्ता कार्यान्वयन गर्न असफल भयो" - -#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "read, still have %llu to read but none left" msgstr "पड्नुहोस्, अहिले सम्म %lu पढ्न छ तर कुनै बाँकी छैन" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.8.15.9\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2014-11-09 23:47+0100\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -3118,6 +3118,14 @@ msgid "Problem closing the gzip file %s" msgstr "Probleem bij het sluiten van het gzip-bestand %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Aanmaken IPC-subproces is mislukt" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Uitvoeren van de compressor is mislukt " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Kon het bestand %s niet openen" @@ -3128,14 +3136,6 @@ msgid "Could not open file descriptor %d" msgstr "Kon de bestandsindicator %d niet openen" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Aanmaken IPC-subproces is mislukt" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Uitvoeren van de compressor is mislukt " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "lezen; moet er nog %lu lezen, maar er schieten er geen meer over" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2005-02-14 23:30+0100\n" "Last-Translator: Havard Korsvoll <korsvoll@skulelinux.no>\n" "Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n" @@ -3018,6 +3018,14 @@ msgid "Problem closing the gzip file %s" msgstr "Problem ved lsing av fila" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Klarte ikkje oppretta underprosessen IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Klarte ikkje kyra komprimeringa " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Klarte ikkje opna fila %s" @@ -3028,14 +3036,6 @@ msgid "Could not open file descriptor %d" msgstr "Klarte ikkje opna ryr for %s" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Klarte ikkje oppretta underprosessen IPC" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Klarte ikkje kyra komprimeringa " - -#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "read, still have %llu to read but none left" msgstr "lese, har framleis %lu att lesa, men ingen att" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.9.7.3\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2012-07-28 21:53+0200\n" "Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n" "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n" @@ -3113,6 +3113,14 @@ msgid "Problem closing the gzip file %s" msgstr "Problem przy zamykaniu pliku gzip %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Nie udało się utworzyć IPC z podprocesem" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Nie udało się uruchomić kompresora " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Nie udało się otworzyć pliku %s" @@ -3123,14 +3131,6 @@ msgid "Could not open file descriptor %d" msgstr "Nie udało się otworzyć deskryptora pliku %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Nie udało się utworzyć IPC z podprocesem" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Nie udało się uruchomić kompresora " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "należało przeczytać jeszcze %llu, ale nic nie zostało" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2012-06-29 15:45+0100\n" "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -3089,6 +3089,14 @@ msgid "Problem closing the gzip file %s" msgstr "Problema ao fechar o ficheiro gzip %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Falhou criar subprocesso IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Falhou executar compactador " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Não foi possível abrir ficheiro o %s" @@ -3099,14 +3107,6 @@ msgid "Could not open file descriptor %d" msgstr "Não foi possível abrir o descritor de ficheiro %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Falhou criar subprocesso IPC" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Falhou executar compactador " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "lidos, ainda restam %llu para serem lidos mas não resta nenhum" diff --git a/po/pt_BR.po b/po/pt_BR.po index 53c6b4581..d3779bec9 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2008-11-17 02:33-0200\n" "Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n" "Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian." @@ -3050,6 +3050,14 @@ msgid "Problem closing the gzip file %s" msgstr "Problema fechando o arquivo" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Falhou ao criar sub-processo IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Falhou ao executar compactador " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Não foi possível abrir arquivo %s" @@ -3060,14 +3068,6 @@ msgid "Could not open file descriptor %d" msgstr "Não foi possível abrir \"pipe\" para %s" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Falhou ao criar sub-processo IPC" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Falhou ao executar compactador " - -#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "read, still have %llu to read but none left" msgstr "leitura, ainda restam %lu para serem lidos mas nenhum deixado" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2008-11-15 02:21+0200\n" "Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n" "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n" @@ -3066,6 +3066,14 @@ msgid "Problem closing the gzip file %s" msgstr "Problemă la închiderea fișierului" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Eșec la crearea IPC-ului pentru subproces" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Eșec la executarea compresorului" + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Nu s-a putut deschide fișierul %s" @@ -3076,14 +3084,6 @@ msgid "Could not open file descriptor %d" msgstr "Nu s-a putut deschide conexiunea pentru %s" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Eșec la crearea IPC-ului pentru subproces" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Eșec la executarea compresorului" - -#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "read, still have %llu to read but none left" msgstr "citire, încă mai am %lu de citit dar n-a mai rămas nimic" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.9.10\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2015-06-23 20:40+0300\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n" @@ -3109,6 +3109,14 @@ msgid "Problem closing the gzip file %s" msgstr "Проблема закрытия gzip-файла %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Не удалось создать IPC с порождённым процессом" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Не удалось выполнить компрессор " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Не удалось открыть файл %s" @@ -3119,14 +3127,6 @@ msgid "Could not open file descriptor %d" msgstr "Не удалось открыть файловый дескриптор %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Не удалось создать IPC с порождённым процессом" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Не удалось выполнить компрессор " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2012-06-28 20:49+0100\n" "Last-Translator: Ivan Masár <helix84@centrum.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" @@ -3060,6 +3060,14 @@ msgid "Problem closing the gzip file %s" msgstr "Problém pri zatváraní gzip súboru %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Nedá sa vytvoriť podproces IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Nepodarilo sa spustiť kompresor " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Nedá sa otvoriť súbor %s" @@ -3070,14 +3078,6 @@ msgid "Could not open file descriptor %d" msgstr "Nedá sa otvoriť popisovač súboru %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Nedá sa vytvoriť podproces IPC" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Nepodarilo sa spustiť kompresor " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "čítanie, treba prečítať ešte %llu, ale už nič neostáva" @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2012-06-27 21:29+0000\n" "Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n" "Language-Team: Slovenian <sl@li.org>\n" @@ -3064,6 +3064,14 @@ msgid "Problem closing the gzip file %s" msgstr "Težava med zapiranjem gzip datoteke %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Ni mogoče ustvariti podopravila IPD" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Ni mogoče izvesti stiskanja " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Ni mogoče odpreti datoteke %s" @@ -3074,14 +3082,6 @@ msgid "Could not open file descriptor %d" msgstr "Ni mogoče odpreti opisnika datotek %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Ni mogoče ustvariti podopravila IPD" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Ni mogoče izvesti stiskanja " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "Prebrano, še vedno je treba prebrati %llu bajtov, vendar ni nič ostalo" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2015-08-19 21:33+0200\n" "Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n" "Language-Team: Swedish <debian-l10n-swedish@debian.org>\n" @@ -3089,6 +3089,14 @@ msgid "Problem closing the gzip file %s" msgstr "Problem med att stänga gzip-filen %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Misslyckades med att skapa underprocess-IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Misslyckades med att starta komprimerare " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Kunde inte öppna filen %s" @@ -3099,14 +3107,6 @@ msgid "Could not open file descriptor %d" msgstr "Kunde inte öppna filhandtag %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Misslyckades med att skapa underprocess-IPC" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Misslyckades med att starta komprimerare " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "läsning, har fortfarande %llu att läsa men ingenting finns kvar" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2014-12-12 13:00+0700\n" "Last-Translator: Theppitak Karoonboonyanan <thep@debian.org>\n" "Language-Team: Thai <thai-l10n@googlegroups.com>\n" @@ -2990,6 +2990,14 @@ msgid "Problem closing the gzip file %s" msgstr "เกิดปัญหาขณะปิดแฟ้ม gzip %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "สร้าง IPC ของโพรเซสย่อยไม่สำเร็จ" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "เรียกทำงานตัวบีบอัดไม่สำเร็จ" + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "ไม่สามารถเปิดแฟ้ม %s" @@ -3000,14 +3008,6 @@ msgid "Could not open file descriptor %d" msgstr "ไม่สามารถเปิด file destriptor %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "สร้าง IPC ของโพรเซสย่อยไม่สำเร็จ" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "เรียกทำงานตัวบีบอัดไม่สำเร็จ" - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "read: ยังเหลือ %llu ที่ยังไม่ได้อ่าน แต่ข้อมูลหมดแล้ว" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2007-03-29 21:36+0800\n" "Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n" "Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n" @@ -3045,6 +3045,14 @@ msgid "Problem closing the gzip file %s" msgstr "Problema sa pagsara ng talaksan" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Bigo ang paglikha ng subprocess IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Bigo ang pag-exec ng taga-compress" + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Hindi mabuksan ang talaksang %s" @@ -3055,14 +3063,6 @@ msgid "Could not open file descriptor %d" msgstr "Hindi makapag-bukas ng pipe para sa %s" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Bigo ang paglikha ng subprocess IPC" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Bigo ang pag-exec ng taga-compress" - -#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "read, still have %llu to read but none left" msgstr "pagbasa, mayroong %lu na babasahin ngunit walang natira" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2015-10-21 18:21+0300\n" "Last-Translator: Mert Dirik <mertdirik@gmail.com>\n" "Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n" @@ -3086,6 +3086,14 @@ msgid "Problem closing the gzip file %s" msgstr "Gzip dosyası %s kapatılamadı" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Altsüreç IPC'si oluşturulamadı" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Sıkıştırma programı çalıştırılamadı " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "%s dosyası açılamadı" @@ -3096,14 +3104,6 @@ msgid "Could not open file descriptor %d" msgstr "Dosya tanımlayıcı %d açılamadı" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Altsüreç IPC'si oluşturulamadı" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Sıkıştırma programı çalıştırılamadı " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "read, %llu bayt okunması gerekli ama hiç kalmamış" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2012-09-25 20:19+0300\n" "Last-Translator: A. Bondarenko <artem.brz@gmail.com>\n" "Language-Team: Українська <uk@li.org>\n" @@ -3110,6 +3110,14 @@ msgid "Problem closing the gzip file %s" msgstr "Проблема з закриттям gzip файла %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Не вдалося створити IPC з породженим процесом" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Не вдалося виконати компресор " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Неможливо відкрити файл %s" @@ -3120,14 +3128,6 @@ msgid "Could not open file descriptor %d" msgstr "Неможливо відкрити файловий дескриптор %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Не вдалося створити IPC з породженим процесом" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Не вдалося виконати компресор " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "зчитування, повинен зчитати ще %llu байт, але нічого більше нема" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2014-09-12 13:48+0700\n" "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n" "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n" @@ -3084,6 +3084,14 @@ msgid "Problem closing the gzip file %s" msgstr "Gặp vấn đề khi đóng tập tin gzip %s" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Việc tạo tiến trình con IPC bị lỗi" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Gặp lỗi khi thực hiện nén " + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "Không thể mở tập tin %s" @@ -3094,14 +3102,6 @@ msgid "Could not open file descriptor %d" msgstr "Không thể mở bộ mô tả tập tin %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Việc tạo tiến trình con IPC bị lỗi" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Gặp lỗi khi thực hiện nén " - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "đọc, còn cần đọc %llu nhưng mà không có gì còn lại cả" diff --git a/po/zh_CN.po b/po/zh_CN.po index bbce1a3ea..68bd9f5ed 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.8.0~pre1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2014-12-04 04:42+0000\n" "Last-Translator: Zhou Mo <cdluminate@gmail.com>\n" "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n" @@ -2993,6 +2993,14 @@ msgid "Problem closing the gzip file %s" msgstr "关闭 gzip %s 文件出错" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "无法创建子进程的 IPC 管道" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "无法执行压缩程序" + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "无法打开文件 %s" @@ -3003,14 +3011,6 @@ msgid "Could not open file descriptor %d" msgstr "无法打开文件描述符 %d" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "无法创建子进程的 IPC 管道" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "无法执行压缩程序" - -#: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" msgstr "还剩 %llu 字节没有读出,但已没有可读信息" diff --git a/po/zh_TW.po b/po/zh_TW.po index 23ca1d5f3..c30054e73 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.4\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-14 16:56+0100\n" +"POT-Creation-Date: 2015-12-24 17:02+0100\n" "PO-Revision-Date: 2009-01-28 10:41+0800\n" "Last-Translator: Tetralet <tetralet@gmail.com>\n" "Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5@lists." @@ -2986,6 +2986,14 @@ msgid "Problem closing the gzip file %s" msgstr "在關閉檔案時發生問題" #: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "無法建立子程序 IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "無法執行壓縮程式" + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" msgstr "無法開啟檔案 %s" @@ -2996,14 +3004,6 @@ msgid "Could not open file descriptor %d" msgstr "無法開啟管線給 %s 使用" #: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "無法建立子程序 IPC" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "無法執行壓縮程式" - -#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "read, still have %llu to read but none left" msgstr "讀取,仍有 %lu 未讀但已無空間" |