- apt (0.9.7.8) UNRELEASED; urgency=low
+apt (0.9.8~exp1) UNRELEASED; urgency=low
+
+ [ David Kalnischkies ]
+ * apt-pkg/contrib/strutl.cc:
+ - support \n and \r\n line endings in ReadMessages
+
+ [ Michael Vogt ]
+ * lp:~mvo/apt/webserver-simulate-broken-with-fix346386:
+ - fix invalid InRelease file download checking and add regression
+ test to server broken files to the buildin test webserver
+ * stop exporting the accidently exported parsenetrc() symbol
+ * lp:~mvo/apt/add-glob-function:
+ - add Glob() to fileutl.{cc,h}
+ * lp:~mvo/apt/config-clear:
+ - support Configuration.Clear() for a clear of the entire
+ configuration
+ * apt-pkg/deb/dpkgpm.cc:
+ - use tcgetattr() on STDOUT instead of STDIN so that term.log
+ works for redirected stdin
+ - print error in log if tcgetattr() fails instead of writing
+ a empty file
+ * use sha512 when available (LP: #1098752)
+ * [ABI-Break] lp:~mvo/apt/source-hashes:
+ - use sha{512,256,1} for deb-src when available LP: #1098738
+
+ [ Marc Deslauriers ]
+ * make apt-ftparchive generate missing deb-src hashes (LP: #1078697)
+
+ -- Michael Vogt <mvo@debian.org> Fri, 01 Mar 2013 12:12:39 +0100
+
+ apt (0.9.7.9~exp3) UNRELEASED; urgency=low
+
+ [ Michael Vogt ]
+ * apt-pkg/sourcelist.cc:
+ - fix segfault when a hostname contains a [, thanks to
+ Tzafrir Cohen (closes: #704653)
+ * debian/control:
+ - replace manpages-it (closes: #704723)
+
+ [ David Kalnischkies ]
+ * various simple changes to fix cppcheck warnings
+ * apt-pkg/pkgcachegen.cc:
+ - do not store the MD5Sum for every description language variant as
+ it will be the same for all so it can be shared to save cache space
+ - handle language tags for descriptions are unique strings to be shared
+ - factor version string creation out of NewDepends, so we can easily reuse
+ version strings e.g. for implicit multi-arch dependencies
+ - equal comparisions are used mostly in same-source relations,
+ so use this to try to reuse some version strings
+ - sort group and package names in the hashtable on insert
+ - share version strings between same versions (of different architectures)
+ to save some space and allow quick comparisions later on
+ * apt-pkg/pkgcache.cc:
+ - assume sorted hashtable entries for groups/packages
+ * apt-pkg/cacheiterators.h:
+ - provide DepIterator::IsSatisfied as a nicer shorthand for DepCheck
+ * apt-pkg/deb/debversion.cc:
+ - add a string-equal shortcut for equal version comparisions
+
+ [ Marc Deslauriers ]
+ * make apt-ftparchive generate missing deb-src hashes (LP: #1078697)
+
+ -- Michael Vogt <mvo@debian.org> Mon, 08 Apr 2013 08:43:21 +0200
+
+ apt (0.9.7.9~exp2) experimental; urgency=low
+
+ [ Programs translations ]
+ * Update all PO files and apt-all.pot
+ * French translation completed (Christian Perrier)
+
+ [ Daniel Hartwig ]
+ * cmdline/apt-get.cc:
+ - do not have space between "-a" and option when cross building
+ (closes: #703792)
+ * test/integration/test-apt-get-download:
+ - fix test now that #1098752 is fixed
+ * po/{ca,cs,ru}.po:
+ - fix merge artifact
+
+ [ David Kalnischkies ]
+ * apt-pkg/indexcopy.cc:
+ - rename RunGPGV to ExecGPGV and move it to apt-pkg/contrib/gpgv.cc
+ * apt-pkg/contrib/gpgv.cc:
+ - ExecGPGV is a method which should never return, so mark it as such
+ and fix the inconsistency of returning in error cases
+ - don't close stdout/stderr if it is also the statusfd
+ - if ExecGPGV deals with a clear-signed file it will split this file
+ into data and signatures, pass it to gpgv for verification
+ - add method to open (maybe) clearsigned files transparently
+ * apt-pkg/acquire-item.cc:
+ - keep the last good InRelease file around just as we do it with
+ Release.gpg in case the new one we download isn't good for us
+ * apt-pkg/deb/debmetaindex.cc:
+ - reenable InRelease by default
+ * ftparchive/writer.cc,
+ apt-pkg/deb/debindexfile.cc,
+ apt-pkg/deb/deblistparser.cc:
+ - use OpenMaybeClearSignedFile to be free from detecting and
+ skipping clearsigning metadata in dsc and Release files
+
+ [ Michael Vogt ]
+ * add regression test for CVE-2013-1051
+ * implement GPGSplit() based on the idea from Ansgar Burchardt
+ (many thanks!)
+ * methods/connect.cc:
+ - use Errno() instead of strerror(), thanks to David Kalnischk
+ * doc/apt.conf.5.xml:
+ - document Acquire::ForceIPv{4,6}
+
+ -- Michael Vogt <mvo@debian.org> Wed, 03 Apr 2013 14:19:58 +0200
+
+ apt (0.9.7.9~exp1) experimental; urgency=low
+
+ [ Niels Thykier ]
+ * test/libapt/assert.h, test/libapt/run-tests:
+ - exit with status 1 on test failure
+
+ [ Daniel Hartwig ]
+ * test/integration/framework:
+ - continue after test failure but preserve exit status
+
+ [ Programs translation updates ]
+ * Turkish (Mert Dirik). Closes: #703526
+
+ [ Colin Watson ]
+ * methods/connect.cc:
+ - provide useful error message in case of EAI_SYSTEM
+ (closes: #703603)
+
+ [ Michael Vogt ]
+ * add new config options "Acquire::ForceIPv4" and
+ "Acquire::ForceIPv6" to allow focing one or the other
+ (closes: #611891)
+ * lp:~mvo/apt/fix-tagfile-hash:
+ - fix false positives in pkgTagSection.Exists(), thanks to
+ Niels Thykier for the testcase (closes: #703240)
+ - this will require rebuilds of the clients as this used to
+ be a inline function
+
+ -- Michael Vogt <mvo@debian.org> Fri, 22 Mar 2013 21:57:08 +0100
+
+ apt (0.9.7.8) unstable; urgency=criticial
+
+ * SECURITY UPDATE: InRelease verification bypass
+ - CVE-2013-1051
+
++ [ Programs translation updates ]
++ * Japanese (Kenshi Muto). Closes: #699783
++
+ [ David Kalnischk ]
+ * apt-pkg/deb/debmetaindex.cc,
+ test/integration/test-bug-595691-empty-and-broken-archive-files,
++ * [ABI BREAK] apt-pkg/pkgcache.h:
++ - adjust pkgCache::State::VerPriority enum, to match reality
+ test/integration/test-releasefile-verification:
+ - disable InRelease downloading until the verification issue is
+ fixed, thanks to Ansgar Burchardt for finding the flaw
++ - quote plus in filenames to work around a bug in the S3 server
++ (LP: #1003633)
++ * apt-pkg/indexrecords.cc:
++ - support '\r' in the Release file
+
+ -- Michael Vogt <mvo@debian.org> Thu, 14 Mar 2013 07:47:36 +0100
+
+ apt (0.9.7.8~exp2) experimental; urgency=low
+
+ * include two missing patches to really fix bug #696225, thanks to
+ Guillem Jover
+ * ensure sha512 is really used when available, thanks to Tyler Hicks
+ (LP: #1098752)
+
+ -- Michael Vogt <mvo@debian.org> Fri, 01 Mar 2013 19:06:55 +0100
+
+ apt (0.9.7.8~exp1) experimental; urgency=low
[ Manpages translation updates ]
* Italian (Beatrice Torracca). Closes: #696601
msgid "Not locked"
msgstr ""
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... تمّ"
++
#, fuzzy
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "فتح ملف التهيئة %s"
msgid "Not locked"
msgstr "Non bloquiáu"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Daqué raro asocedió resolviendo '%s:%s' (%i - %s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Fecho"
++
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Saltando'l ficheru non esistente %s"
msgid "Not locked"
msgstr "Без заключване"
-#~ msgid "File %s doesn't start with a clearsigned message"
-#~ msgstr "Файлът %s не започва с информация за подписване в обикновен текст."
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Нещо лошо се случи при намирането на IP адреса на „%s:%s“ (%i - %s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Готово"
+
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Пропускане на несъществуващ файл %s"
msgid "Not locked"
msgstr "No blocat"
-#~ msgid "File %s doesn't start with a clearsigned message"
-#~ msgstr "El fitxer %s no comença amb un missatge signat en clar"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Ha passat alguna cosa estranya en resoldre «%s:%s» (%i - %s)"
++
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s… %u%%"
+
#~ msgid "decompressor"
#~ msgstr "decompressor"
msgid "Not locked"
msgstr "Není uzamčen"
-#~ msgid "File %s doesn't start with a clearsigned message"
-#~ msgstr "Soubor %s nezačíná podpisem"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Něco hodně ošklivého se přihodilo při překladu „%s:%s“ (%i - %s)"
++
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s… %u%%"
+
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Přeskakuji neexistující soubor %s"
msgid "Not locked"
msgstr ""
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Digwyddodd rhywbweth hyll wrth ddatrys '%s:%s' (%i)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Wedi Gorffen"
++
#, fuzzy
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Yn agor y ffeil cyfluniad %s"
msgid "Not locked"
msgstr "Ikke låst"
-#~ msgid "File %s doesn't start with a clearsigned message"
-#~ msgstr "Fil %s starter ikke med en »clearsigned« besked"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Der skete noget underligt under opløsning af '%s:%s' (%i - %s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Færdig"
+
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Springer ikkeeksisterende fil over %s"
msgid "Not locked"
msgstr "Nicht gesperrt"
-#~ msgid "File %s doesn't start with a clearsigned message"
-#~ msgstr "Datei %s beginnt nicht mit einer Klartext-signierten Nachricht."
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Beim Auflösen von »%s:%s« ist etwas Schlimmes passiert (%i - %s)."
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Fertig"
+
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Nicht vorhandene Datei %s wird übersprungen."
msgid "Not locked"
msgstr ""
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "'%s:%s' (%i)་མོས་མཐུན་འབདཝ་ད་ངན་པ་ཅིག་བྱུང་ཡི།"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... འབད་ཚར་ཡོད།"
++
#, fuzzy
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "རིམ་སྒྲིག་ཡིག་སྣོད་%s་འདི་ཁ་ཕྱེ་དོ།"
msgid "Not locked"
msgstr ""
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Κάτι παράξενο συνέβη κατά την εύρεση του '%s:%s' (%i)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Ολοκληρώθηκε"
++
#, fuzzy
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Άνοιγμα του αρχείου ρυθμίσεων %s"
msgid "Not locked"
msgstr "No bloqueado"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Algo raro pasó al resolver «%s:%s» (%i - %s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Hecho"
++
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Omitiendo el fichero inexistente %s"
msgid "Not locked"
msgstr ""
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Zerbait arraroa pasatu da '%s:%s' (%i) ebaztean"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Eginda"
++
#, fuzzy
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "%s konfigurazio fitxategia irekitzen"
msgid "Not locked"
msgstr ""
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Jotain kenkkua tapahtui selvitettäessä \"%s: %s\" (%i)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Valmis"
++
#, fuzzy
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Avataan asetustiedosto %s"
msgstr ""
"Project-Id-Version: fr\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2013-04-03 14:20+0200\n"
+"POT-Creation-Date: 2013-03-01 12:27+0100\n"
- "PO-Revision-Date: 2012-06-25 19:58+0200\n"
+ "PO-Revision-Date: 2013-03-24 08:57+0100\n"
"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
"Language: fr\n"
msgid "Not locked"
msgstr "Non verrouillé"
-#~ msgid "File %s doesn't start with a clearsigned message"
-#~ msgstr "Le fichier %s ne commence pas par un message signé en clair."
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Erreur système lors de la résolution de « %s:%s » (%s)"
++
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s… %u%%"
+
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Fichier %s inexistant ignoré"
msgid "Not locked"
msgstr "Non está bloqueado"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Aconteceu algo malo, buscando «%s:%s» (%i - %s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Feito"
++
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Omitindo o ficheiro inexistente %s"
msgid "Not locked"
msgstr "Nincs zárolva"
-#~ msgid "File %s doesn't start with a clearsigned message"
-#~ msgstr "A(z) %s fájl nem digitálisan aláírt üzenettel kezdődik"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Hiba történt „%s:%s” feloldásakor (%i - %s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Kész"
+
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "A nem létező %s fájl kihagyása"
msgid "Not locked"
msgstr "Non bloccato"
-#~ msgid "File %s doesn't start with a clearsigned message"
-#~ msgstr "Il file %s non inizia con un messaggio di firma in chiaro"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr ""
++#~ "Si è verificato qualcosa di anormale nella risoluzione di \"%s:%s\" (%i - "
++#~ "%s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Fatto"
+
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Saltato il file inesistente %s"
msgstr ""
"Project-Id-Version: apt 0.9.7.1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2013-04-03 14:20+0200\n"
+"POT-Creation-Date: 2013-03-01 12:27+0100\n"
- "PO-Revision-Date: 2013-02-05 09:41+0900\n"
+ "PO-Revision-Date: 2012-07-01 00:14+0900\n"
"Last-Translator: Kenshi Muto <kmuto@debian.org>\n"
"Language-Team: Debian Japanese List <debian-japanese@lists.debian.org>\n"
"Language: ja\n"
msgid "Not locked"
msgstr "ロックされていません"
-#~ msgid "File %s doesn't start with a clearsigned message"
-#~ msgstr "ファイル %s はクリア署名されたメッセージで始まっていません"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "'%s:%s' (%i - %s) の解決中に何か問題が起こりました"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... 完了"
+
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "存在しないファイル %s をスキップしています"
msgid "Not locked"
msgstr ""
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "ការដោះស្រាយអ្វីអាក្រក់ដែលបានកើតឡើង '%s:%s' (%i)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... ធ្វើរួច"
++
#, fuzzy
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "កំពុងបើឯកសារកំណត់រចនាសម្ព័ន្ធ %s"
msgid "Not locked"
msgstr "잠기지 않음"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr ""
++#~ "'%s:%s'의 주소를 알아내는데 무언가 이상한 일이 발생했습니다 (%i - %s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... 완료"
++
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "%s 파일은 없으므로 무시합니다"
msgid "Not locked"
msgstr ""
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Çêbû"
++
#~ msgid "Failed to remove %s"
#~ msgstr "Rakirina %s biserneket"
msgid "Not locked"
msgstr ""
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Laikinas sutrikimas ieškant vardo „%s“"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Baigta"
++
#, fuzzy
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Praleidžiama jau parsiųsta byla „%s“\n"
msgid "Not locked"
msgstr ""
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "%s:%s' (%i) रिझॉल्व्ह होत असताना काहीतरी वाईट घडले"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... झाले"
++
#, fuzzy
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "%s संरचना फाईल उघडत आहे"
msgid "Not locked"
msgstr "Ikke låst"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Noe galt skjedde ved oppslag av «%s:%s» (%i - %s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s ... Ferdig"
++
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Hopper over den ikke-eksisterende fila %s"
msgid "Not locked"
msgstr ""
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr " '%s:%s' (%i) हल गर्दा केही दुष्ट घट्यो"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... गरियो"
++
#, fuzzy
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "कनफिगरेसन फाइल खोलिदैछ %s"
msgid "Not locked"
msgstr "Niet vergrendeld"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Er gebeurde iets raars bij het oplossen van '%s:%s' (%i - %s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Klaar"
++
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Niet-bestaand bestand %s wordt overgeslagen"
msgid "Not locked"
msgstr ""
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Det hende noko dumt ved oppslag av «%s:%s» (%i)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s ... Ferdig"
++
#, fuzzy
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Opnar oppsettsfila %s"
msgid "Not locked"
msgstr "Niezablokowany"
-#~ msgid "File %s doesn't start with a clearsigned message"
-#~ msgstr "Plik %s nie zaczyna się wiadomością podpisaną w trybie clearsign"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Coś niewłaściwego stało się przy tłumaczeniu \"%s:%s\" (%i - %s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Gotowe"
+
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Pomijanie nieistniejącego pliku %s"
msgid "Not locked"
msgstr "Sem acesso exclusivo"
-#~ msgid "File %s doesn't start with a clearsigned message"
-#~ msgstr "O ficheiro %s não começa com uma mensagem assinada"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Algo estranho aconteceu ao resolver '%s:%s' (%i - %s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Pronto"
+
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "A saltar ficheiro %s inexistente"
msgid "Not locked"
msgstr ""
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Algo estranho aconteceu resolvendo '%s:%s' (%i)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Pronto"
++
#, fuzzy
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Abrindo arquivo de configuração %s"
msgid "Not locked"
msgstr ""
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "S-a întâmplat ceva „necurat” la rezolvarea lui „%s:%s” (%i)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Terminat"
++
#, fuzzy
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Se deschide fișierul de configurare %s"
msgid "Not locked"
msgstr "Не заблокирован"
-#~ msgid "File %s doesn't start with a clearsigned message"
-#~ msgstr "Файл %s не начинается с прозрачно подписанного сообщения"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Что-то странное произошло при определении «%s:%s» (%i - %s)"
++
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s… %u%%"
+
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Пропускается несуществующий файл %s"
msgid "Not locked"
msgstr "Nie je zamknuté"
-#~ msgid "File %s doesn't start with a clearsigned message"
-#~ msgstr "Súbor %s nezačína podpísanou správou v čistom texte (clearsigned)"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Niečo veľmi zlé sa prihodilo pri preklade „%s:%s“ (%i - %s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Hotovo"
+
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Preskakuje sa neexistujúci súbor %s"
#: apt-pkg/deb/debsystem.cc:121
msgid "Not locked"
msgstr "Ni zaklenjeno"
-#~ msgid "File %s doesn't start with a clearsigned message"
-#~ msgstr "Datoteka %s se ne začne s čisto podpisanim sporočilom"
+
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Nekaj čudnega se je zgodilo med razreševanjem '%s:%s' (%i - %s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s ... Narejeno"
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Preskok neobstoječe datoteke %s"
msgid "Not locked"
msgstr "Inte låst"
++# Okänd felkod; %i = koden
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Något konstigt hände när \"%s:%s\" slogs upp (%i - %s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Färdig"
++
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Hoppar över icke-existerande filen %s"
msgid "Not locked"
msgstr "ไม่ได้ล็อคอยู่"
-#~ msgid "File %s doesn't start with a clearsigned message"
-#~ msgstr "แฟ้ม %s ไม่ได้ขึ้นต้นด้วยการระบุการเซ็นกำกับครอบในตัวข้อความ"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "เกิดปัญหาร้ายแรงบางอย่างขณะเปิดหาที่อยู่ '%s:%s' (%i - %s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... เสร็จแล้ว"
+
#~ msgid "Failed to remove %s"
#~ msgstr "ไม่สามารถลบ %s"
msgid "Not locked"
msgstr ""
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "May naganap na kababalaghan sa pagresolba ng '%s:%s' (%i)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Tapos"
++
#, fuzzy
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Binubuksan ang talaksang pagsasaayos %s"
msgid "Not locked"
msgstr "Не заблоковано"
-#~ msgid "File %s doesn't start with a clearsigned message"
-#~ msgstr "Файл %s починається з не 'clearsigned' повідомленням"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr ""
++#~ "Сталося щось дивне при спробі отримати IP адрес для '%s:%s' (%i - %s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Виконано"
+
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Пропускається неіснуючий файл %s"
msgid "Not locked"
msgstr "Chưa được khoá"
-#~ msgid "File %s doesn't start with a clearsigned message"
-#~ msgstr "Tập tin %s không bắt đầu bằng một đoạn chữ ký (gpg)"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "Gặp lỗi nghiệm trọng khi tháo gỡ “%s:%s” (%i - %s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... Hoàn tất"
+
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "Đang bỏ qua tập tin không tồn tại %s"
msgid "Not locked"
msgstr "未锁定"
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "解析“%s:%s”时,出现了某些故障(%i - %s)"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... 完成"
++
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "跳过不存在的文件 %s"
msgid "Not locked"
msgstr ""
++#, fuzzy
++#~ msgid "System error resolving '%s:%s'"
++#~ msgstr "在解析 '%s:%s' (%i) 時出了怪事"
++
++#, fuzzy
++#~ msgid "%c%s... %u%%"
++#~ msgstr "%c%s... 完成"
++
#, fuzzy
#~ msgid "Skipping nonexistent file %s"
#~ msgstr "開啟設定檔 %s"
PROGRAM = IndexCopyToSourceList${BASENAME}
SLIBS = -lapt-pkg
SOURCE = indexcopytosourcelist_test.cc
+
+# test fileutls
+PROGRAM = FileUtl${BASENAME}
+SLIBS = -lapt-pkg
+SOURCE = fileutl_test.cc
include $(PROGRAM_H)
+
+ # test tagfile
+ PROGRAM = PkgTagFile${BASENAME}
+ SLIBS = -lapt-pkg
+ SOURCE = tagfile_test.cc
+ include $(PROGRAM_H)
+