X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/2f6a2fbbdc9f76dc4eace83a427013f4e1c03afc..8efd5947bf7de0fc3db51b4871bcf3522018761d:/po/uk.po diff --git a/po/uk.po b/po/uk.po index faeedf941..954924e86 100644 --- a/po/uk.po +++ b/po/uk.po @@ -10,9 +10,9 @@ # binary = двійковий msgid "" msgstr "" -"Project-Id-Version: apt-all\n" +"Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2015-03-09 02:17+0100\n" +"POT-Creation-Date: 2016-01-25 18:05+0100\n" "PO-Revision-Date: 2012-09-25 20:19+0300\n" "Last-Translator: A. Bondarenko \n" "Language-Team: Українська \n" @@ -24,1812 +24,1938 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: cmdline/apt-cache.cc:149 +#. TRANSLATOR: Very short word to be displayed before unchanged files in 'apt-get update' +#: apt-private/acqprogress.cc #, c-format -msgid "Package %s version %s has an unmet dep:\n" -msgstr "Пакунок %s версії %s має незадоволену залежність:\n" - -#: cmdline/apt-cache.cc:320 -msgid "Total package names: " -msgstr "Всього імен пакунків: " - -#: cmdline/apt-cache.cc:322 -msgid "Total package structures: " -msgstr "Всього структур пакунків: " +msgid "Hit:%lu %s" +msgstr "В кеші:%lu %s" -#: cmdline/apt-cache.cc:362 -msgid " Normal packages: " -msgstr " Нормальних пакунків: " +#. TRANSLATOR: Very short word to be displayed for files processed in 'apt-get update' +#. Potentially replaced later by "Hit:", "Ign:" or "Err:" if something (bad) happens +#: apt-private/acqprogress.cc +#, c-format +msgid "Get:%lu %s" +msgstr "Отр:%lu %s" -#: cmdline/apt-cache.cc:363 -msgid " Pure virtual packages: " -msgstr " Цілком віртуальних пакунків: " +#. TRANSLATOR: Very short word to be displayed for files in 'apt-get update' +#. which failed to download, but the error is ignored (compare "Err:") +#: apt-private/acqprogress.cc +#, c-format +msgid "Ign:%lu %s" +msgstr "Ігн:%lu %s" -#: cmdline/apt-cache.cc:364 -msgid " Single virtual packages: " -msgstr " Окремих віртуальних пакунків: " +#. TRANSLATOR: Very short word to be displayed for files in 'apt-get update' +#. which failed to download and the error is critical (compare "Ign:") +#: apt-private/acqprogress.cc +#, c-format +msgid "Err:%lu %s" +msgstr "Пом:%lu %s" -#: cmdline/apt-cache.cc:365 -msgid " Mixed virtual packages: " -msgstr " Змішаних віртуальних пакунків: " +#: apt-private/acqprogress.cc +#, c-format +msgid "Fetched %sB in %s (%sB/s)\n" +msgstr "Отримано %sB за %sB (%sB/s)\n" -#: cmdline/apt-cache.cc:366 -msgid " Missing: " -msgstr " Відсутні: " +#: apt-private/acqprogress.cc +msgid " [Working]" +msgstr " [Йде робота]" -#: cmdline/apt-cache.cc:368 -msgid "Total distinct versions: " -msgstr "Всього унікальних версій: " +#: apt-private/acqprogress.cc +#, fuzzy, c-format +msgid "" +"Media change: please insert the disc labeled\n" +" '%s'\n" +"in the drive '%s' and press [Enter]\n" +msgstr "" +"Зміна носія: вставте диск з міткою\n" +" '%s'\n" +"у пристрій '%s' і натисніть Enter\n" -#: cmdline/apt-cache.cc:370 -msgid "Total distinct descriptions: " -msgstr "Всього унікальних описів: " +#: apt-private/private-cachefile.cc +msgid "Correcting dependencies..." +msgstr "Виправлення залежностей..." -#: cmdline/apt-cache.cc:372 -msgid "Total dependencies: " -msgstr "Всього залежностей: " +#: apt-private/private-cachefile.cc +msgid " failed." +msgstr " невдача." -#: cmdline/apt-cache.cc:375 -msgid "Total ver/file relations: " -msgstr "Всього відносин Версія/Файл: " +#: apt-private/private-cachefile.cc +msgid "Unable to correct dependencies" +msgstr "Неможливо скоригувати залежності" -#: cmdline/apt-cache.cc:377 -msgid "Total Desc/File relations: " -msgstr "Всього відносин Опис/Файл: " +#: apt-private/private-cachefile.cc +msgid "Unable to minimize the upgrade set" +msgstr "Неможливо мінімізувати набір оновлень" -#: cmdline/apt-cache.cc:379 -#, fuzzy -msgid "Total Provides mappings: " -msgstr "Всього карт 'Provides': " +#: apt-private/private-cachefile.cc +msgid " Done" +msgstr " Виконано" -#: cmdline/apt-cache.cc:433 -msgid "Total globbed strings: " -msgstr "Всього відфільтрованих (globbed) рядків: " +#: apt-private/private-cachefile.cc +msgid "You might want to run 'apt-get -f install' to correct these." +msgstr "" +"Для виправлення цих помилок ви можете скористатися 'apt-get -f install'." -#: cmdline/apt-cache.cc:439 -#, fuzzy -msgid "Total slack space: " -msgstr "Порожнього місця в кеші: " +#: apt-private/private-cachefile.cc +msgid "Unmet dependencies. Try using -f." +msgstr "Незадоволені залежності. Спробуйте використати -f." -#: cmdline/apt-cache.cc:454 -msgid "Total space accounted for: " -msgstr "Загальний простір полічений для: " +#: apt-private/private-cacheset.cc apt-private/private-search.cc +msgid "Sorting" +msgstr "" -#: cmdline/apt-cache.cc:590 cmdline/apt-cache.cc:1239 -#: apt-private/private-show.cc:58 +#: apt-private/private-cacheset.cc #, c-format -msgid "Package file %s is out of sync." -msgstr "Перелік пакунків %s розсинхронізований." - -#: cmdline/apt-cache.cc:668 cmdline/apt-cache.cc:1526 -#: cmdline/apt-cache.cc:1528 cmdline/apt-cache.cc:1605 cmdline/apt-mark.cc:56 -#: cmdline/apt-mark.cc:103 cmdline/apt-mark.cc:229 -#: apt-private/private-show.cc:171 apt-private/private-show.cc:173 -msgid "No packages found" -msgstr "Не знайдено жодного пакунка" +msgid "Note, selecting '%s' for task '%s'\n" +msgstr "Помітьте, вибирається '%s' для завдання '%s'\n" -#: cmdline/apt-cache.cc:1338 apt-private/private-search.cc:41 -msgid "You must give at least one search pattern" -msgstr "Ви повинні задати не менше одного шаблону пошуку" - -#: cmdline/apt-cache.cc:1505 -msgid "This command is deprecated. Please use 'apt-mark showauto' instead." -msgstr "Ця команда є застарілою. Будь-ласка використовуйте 'apt-mark showauto'" +#: apt-private/private-cacheset.cc +#, fuzzy, c-format +msgid "Note, selecting '%s' for glob '%s'\n" +msgstr "Помітьте, вибирається '%s' для регулярного виразу '%s'\n" -#: cmdline/apt-cache.cc:1600 apt-pkg/cacheset.cc:653 +#: apt-private/private-cacheset.cc #, c-format -msgid "Unable to locate package %s" -msgstr "Не можу знайти пакунок %s" +msgid "Note, selecting '%s' for regex '%s'\n" +msgstr "Помітьте, вибирається '%s' для регулярного виразу '%s'\n" -#: cmdline/apt-cache.cc:1630 -msgid "Package files:" -msgstr "Переліки пакунків:" +#: apt-private/private-cacheset.cc +#, c-format +msgid "Package %s is a virtual package provided by:\n" +msgstr "Пакунок %s - віртуальний, його функції надаються пакунками:\n" -#: cmdline/apt-cache.cc:1637 cmdline/apt-cache.cc:1728 -msgid "Cache is out of sync, can't x-ref a package file" -msgstr "Кеш не синхронізований, неможливо знайти посилання на перелік пакунків" +#: apt-private/private-cacheset.cc +#, fuzzy +msgid " [Installed]" +msgstr " [Встановлено]" -#. Show any packages have explicit pins -#: cmdline/apt-cache.cc:1651 -msgid "Pinned packages:" -msgstr "Зафіксовані пакунки:" +#: apt-private/private-cacheset.cc +msgid " [Not candidate version]" +msgstr " [Версія не кандидат]" -#: cmdline/apt-cache.cc:1663 cmdline/apt-cache.cc:1708 -msgid "(not found)" -msgstr "(не знайдено)" +#: apt-private/private-cacheset.cc +msgid "You should explicitly select one to install." +msgstr "Ви повинні явно вказати, який саме ви хочете встановити." -#: cmdline/apt-cache.cc:1671 -msgid " Installed: " -msgstr " Встановлено: " +#: apt-private/private-cacheset.cc +#, c-format +msgid "" +"Package %s is not available, but is referred to by another package.\n" +"This may mean that the package is missing, has been obsoleted, or\n" +"is only available from another source\n" +msgstr "" +"Пакунок %s недоступний, але згадується у переліку залежностей іншого " +"пакунка.\n" +"Це може означати, що пакунок відсутній, застарів, або доступний з джерел, не " +"згаданих в sources.list\n" -#: cmdline/apt-cache.cc:1672 -msgid " Candidate: " -msgstr " Кандидат: " +#: apt-private/private-cacheset.cc +msgid "However the following packages replace it:" +msgstr "Однак наступні пакунки заміняють його:" -#: cmdline/apt-cache.cc:1690 cmdline/apt-cache.cc:1698 -msgid "(none)" -msgstr "(відсутній)" +#: apt-private/private-cacheset.cc +#, c-format +msgid "Package '%s' has no installation candidate" +msgstr "Для пакунка '%s' не знайдено кандидатів на встановлення" -#: cmdline/apt-cache.cc:1705 -msgid " Package pin: " -msgstr " Фіксатор(pin) пакунка: " +#: apt-private/private-cacheset.cc +#, c-format +msgid "Virtual packages like '%s' can't be removed\n" +msgstr "Віртуальні пакунки як '%s' не можуть бути видаленими\n" -#. Show the priority tables -#: cmdline/apt-cache.cc:1714 -msgid " Version table:" -msgstr " Таблиця версій:" +#. TRANSLATORS: Note, this is not an interactive question +#: apt-private/private-cacheset.cc apt-private/private-install.cc +#, c-format +msgid "Package '%s' is not installed, so not removed. Did you mean '%s'?\n" +msgstr "" +"Пакунок '%s' не встановлений, тому не видалений. Можливо ви мали на увазі " +"'%s'?\n" -#: cmdline/apt-cache.cc:1827 cmdline/apt-cdrom.cc:208 cmdline/apt-config.cc:83 -#: cmdline/apt-get.cc:1610 cmdline/apt-helper.cc:86 cmdline/apt-mark.cc:446 -#: cmdline/apt.cc:42 cmdline/apt-extracttemplates.cc:222 -#: ftparchive/apt-ftparchive.cc:619 cmdline/apt-internal-solver.cc:47 -#: cmdline/apt-sortpkgs.cc:149 +#: apt-private/private-cacheset.cc apt-private/private-install.cc #, c-format -msgid "%s %s for %s compiled on %s %s\n" -msgstr "%s %s для %s скомпільовано %s %s\n" +msgid "Package '%s' is not installed, so not removed\n" +msgstr "Пакунок '%s' не встановлений, тому не видалений\n" -#: cmdline/apt-cache.cc:1834 -msgid "" -"Usage: apt-cache [options] command\n" -" apt-cache [options] showpkg pkg1 [pkg2 ...]\n" -" apt-cache [options] showsrc pkg1 [pkg2 ...]\n" -"\n" -"apt-cache is a low-level tool used to query information\n" -"from APT's binary cache files\n" -"\n" -"Commands:\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" -" stats - Show some basic statistics\n" -" dump - Show the entire file in a terse form\n" -" dumpavail - Print an available file to stdout\n" -" unmet - Show unmet dependencies\n" -" search - Search the package list for a regex pattern\n" -" show - Show a readable record for the package\n" -" depends - Show raw dependency information for a package\n" -" rdepends - Show reverse dependency information for a package\n" -" pkgnames - List the names of all packages in the system\n" -" dotty - Generate package graphs for GraphViz\n" -" xvcg - Generate package graphs for xvcg\n" -" policy - Show policy settings\n" -"\n" -"Options:\n" -" -h This help text.\n" -" -p=? The package cache.\n" -" -s=? The source cache.\n" -" -q Disable progress indicator.\n" -" -i Show only important deps for the unmet command.\n" -" -c=? Read this configuration file\n" -" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" -"See the apt-cache(8) and apt.conf(5) manual pages for more information.\n" -msgstr "" -"Використання: apt-cache [опції] команда\n" -" apt-cache [опції] showpkg пакунок1 [пкн2 ...]\n" -" apt-cache [опції] showsrc пакунок1 [пкн2 ...]\n" -"\n" -"apt-cache - низькорівневий інструмент, що використовується для запиту\n" -"інформації з двійкових кеш-файлів APT\n" -"\n" -"Команди:\n" -" gencaches - побудувати обидва кеші - бінарний і з вихідними текстами\n" -" showpkg - показати загальну інформацію про конкретний пакунок\n" -" showsrc - показати інформацію про вихідний текст (source)\n" -" stats - показати основну статистику\n" -" dump - показати весь файл у стислій формі\n" -" dumpavail - видати доступний файл на stdout\n" -" unmet - показати незадоволені залежності\n" -" search - знайти пакунки, назва яких задовольняє регулярний вираз\n" -" show - показати інформацію про пакунок в зрозумілій формі\n" -" depends - показати інформацію про залежності пакунка\n" -" rdepends - показати інформацію про зворотні залежності пакунка\n" -" pkgnames - показати імена всіх пакунків у системі\n" -" dotty - генерувати графік пакунків у форматі GraphViz\n" -" xvcg - генерувати графік пакунків у форматі xvcg\n" -" policy - показати поточну політику\n" -"\n" -"Опції:\n" -" -h Цей текст допомоги.\n" -" -p=? Кеш пакунків.\n" -" -s=? Кеш вихідних текстів.\n" -" -q Не показувати індикатор прогресу.\n" -" -i Показувати тільки важливі залежності для команди unmet.\n" -" -c=? Читати зазначений файл конфігурації.\n" -" -o=? Встановити умовну опцію конфігурації, наприклад, -o dir::cache=/tmp\n" -"Дивіться подробиці на man-сторінках apt-cache(8) і apt.conf(5).\n" - -#: cmdline/apt-cdrom.cc:77 -msgid "Please provide a name for this Disc, such as 'Debian 5.0.3 Disk 1'" -msgstr "Задайте назву для цього Диска, наприклад 'Debian 5.0.3 Disk 1'" +#: apt-private/private-cacheset.cc +#, c-format +msgid "Note, selecting '%s' instead of '%s'\n" +msgstr "Помітьте, вибирається '%s' замість '%s'\n" -#: cmdline/apt-cdrom.cc:92 -msgid "Please insert a Disc in the drive and press enter" -msgstr "Будь-ласка, вставте Диск у пристрій і натисніть Enter" +#: apt-private/private-cmndline.cc +msgid "Most used commands:" +msgstr "" -#: cmdline/apt-cdrom.cc:140 +#: apt-private/private-cmndline.cc #, c-format -msgid "Failed to mount '%s' to '%s'" -msgstr "Не вдалося під'єднати '%s' до '%s'" +msgid "See %s for more information about the available commands." +msgstr "" -#: cmdline/apt-cdrom.cc:179 +#: apt-private/private-cmndline.cc msgid "" -"No CD-ROM could be auto-detected or found using the default mount point.\n" -"You may try the --cdrom option to set the CD-ROM mount point.\n" -"See 'man apt-cdrom' for more information about the CD-ROM auto-detection and " -"mount point." +"Configuration options and syntax is detailed in apt.conf(5).\n" +"Information about how to configure sources can be found in sources.list(5).\n" +"Package and version choices can be expressed via apt_preferences(5).\n" +"Security details are available in apt-secure(8).\n" msgstr "" -#: cmdline/apt-cdrom.cc:183 -msgid "Repeat this process for the rest of the CDs in your set." -msgstr "Повторіть цей процес для решти CD з вашого набору." - -#: cmdline/apt-config.cc:48 -msgid "Arguments not in pairs" -msgstr "Аргументи не в парах" +#: apt-private/private-cmndline.cc +msgid "This APT has Super Cow Powers." +msgstr "Цей APT має Супер-Коров'ячу Силу." -#: cmdline/apt-config.cc:89 -msgid "" -"Usage: apt-config [options] command\n" -"\n" -"apt-config is a simple tool to read the APT config file\n" -"\n" -"Commands:\n" -" shell - Shell mode\n" -" dump - Show the configuration\n" -"\n" -"Options:\n" -" -h This help text.\n" -" -c=? Read this configuration file\n" -" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" +#: apt-private/private-cmndline.cc +msgid "This APT helper has Super Meep Powers." msgstr "" -"Використання: apt-config [опції] команда\n" -"\n" -"apt-config - простий інструмент для зчитування конфігураційного файла APT\n" -"\n" -"Команди:\n" -" shell - режим shell\n" -" dump - показати конфігурацію\n" -"\n" -"Опції:\n" -" -h Цей текст допомоги.\n" -" -с=? Читати зазначений конфігураційний файл.\n" -" -o=? Встановити умовну опцію, наприклад, -o dir::cache=/tmp\n" -#: cmdline/apt-get.cc:224 -#, fuzzy, c-format -msgid "Can not find a package for architecture '%s'" -msgstr "Неможливо знайти ніякий пакунок через рег.вираз '%s'" +#: apt-private/private-depends.cc apt-private/private-show.cc +#: cmdline/apt-mark.cc +msgid "No packages found" +msgstr "Не знайдено жодного пакунка" -#: cmdline/apt-get.cc:311 -#, fuzzy, c-format -msgid "Can not find a package '%s' with version '%s'" -msgstr "Неможливо знайти ніякий пакунок через рег.вираз '%s'" +#: apt-private/private-download.cc +msgid "WARNING: The following packages cannot be authenticated!" +msgstr "УВАГА: Наступні пакунки неможливо автентифікувати!" -#: cmdline/apt-get.cc:314 -#, fuzzy, c-format -msgid "Can not find a package '%s' with release '%s'" -msgstr "Неможливо знайти ніякий пакунок через рег.вираз '%s'" +#: apt-private/private-download.cc +msgid "Authentication warning overridden.\n" +msgstr "Автентифікаційне попередження не прийнято до уваги.\n" -#: cmdline/apt-get.cc:358 -#, c-format -msgid "Picking '%s' as source package instead of '%s'\n" -msgstr "Обираю '%s' як пакунок вихідних текстів, замість '%s'\n" +#: apt-private/private-download.cc +msgid "Some packages could not be authenticated" +msgstr "Деякі пакунки неможливо автентифікувати" -#: cmdline/apt-get.cc:414 -#, fuzzy, c-format -msgid "Can not find version '%s' of package '%s'" -msgstr "Ігнорувати недоступну версію '%s' пакунку '%s'" +#: apt-private/private-download.cc +msgid "Install these packages without verification?" +msgstr "Встановити ці пакунки без перевірки?" -#: cmdline/apt-get.cc:445 -#, c-format -msgid "Couldn't find package %s" -msgstr "Не можу знайти пакунок %s" +#: apt-private/private-download.cc apt-private/private-install.cc +msgid "" +"--force-yes is deprecated, use one of the options starting with --allow " +"instead." +msgstr "" -#: cmdline/apt-get.cc:450 cmdline/apt-mark.cc:78 -#: apt-private/private-install.cc:863 -#, c-format -msgid "%s set to manually installed.\n" -msgstr "%s позначений як встановлений вручну.\n" +#: apt-private/private-download.cc +#, fuzzy +msgid "" +"There were unauthenticated packages and -y was used without --allow-" +"unauthenticated" +msgstr "Виявлено проблеми, а опція -y була використана без --force-yes" -#: cmdline/apt-get.cc:452 cmdline/apt-mark.cc:80 +#: apt-private/private-download.cc #, c-format -msgid "%s set to automatically installed.\n" -msgstr "%s позначений як автоматично встановлений.\n" +msgid "Failed to fetch %s %s\n" +msgstr "Не вдалося завантажити %s %s\n" -#: cmdline/apt-get.cc:460 cmdline/apt-mark.cc:124 -msgid "" -"This command is deprecated. Please use 'apt-mark auto' and 'apt-mark manual' " -"instead." -msgstr "" -"Ця команда застаріла. Будь-ласка, використовуйте замість неї 'apt-mark auto' " -"і 'apt-mark manual'." +#: apt-private/private-download.cc +#, c-format +msgid "Couldn't determine free space in %s" +msgstr "Не вдалося визначити кількість вільного місця в %s" -#: cmdline/apt-get.cc:529 cmdline/apt-get.cc:537 -msgid "Internal error, problem resolver broke stuff" -msgstr "Внутрішня помилка, вирішувач проблем щось поламав" +#: apt-private/private-download.cc +#, c-format +msgid "You don't have enough free space in %s." +msgstr "Недостатньо вільного місця в %s." -#: cmdline/apt-get.cc:598 +#: apt-private/private-download.cc msgid "Unable to lock the download directory" msgstr "Неможливо заблокувати директорію для завантаження" -#: cmdline/apt-get.cc:716 -msgid "Must specify at least one package to fetch source for" +#: apt-private/private-install.cc +msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" -"Вкажіть як мінімум один пакунок, для якого необхідно завантажити вихідні " -"тексти" +"Внутрішня помилка, InstallPackages була викликана з непрацездатними " +"пакунками!" -#: cmdline/apt-get.cc:760 cmdline/apt-get.cc:1074 -#, c-format -msgid "Unable to find a source package for %s" -msgstr "Неможливо знайти пакунок з вихідними текстами для %s" +#: apt-private/private-install.cc +msgid "Packages need to be removed but remove is disabled." +msgstr "Необхідно видалити пакунки, але видалення заборонене." -#: cmdline/apt-get.cc:780 -#, c-format +#: apt-private/private-install.cc +#, fuzzy msgid "" -"NOTICE: '%s' packaging is maintained in the '%s' version control system at:\n" -"%s\n" -msgstr "" -"УВАГА: Пакування '%s' відбувається в системі контролю версій '%s' на:\n" -"%s\n" +"Essential packages were removed and -y was used without --allow-remove-" +"essential." +msgstr "Виявлено проблеми, а опція -y була використана без --force-yes" -#: cmdline/apt-get.cc:785 -#, c-format +#: apt-private/private-install.cc +#, fuzzy +msgid "Packages were downgraded and -y was used without --allow-downgrades." +msgstr "Виявлено проблеми, а опція -y була використана без --force-yes" + +#: apt-private/private-install.cc msgid "" -"Please use:\n" -"bzr branch %s\n" -"to retrieve the latest (possibly unreleased) updates to the package.\n" +"Held packages were changed and -y was used without --allow-change-held-" +"packages." msgstr "" -"Будь-ласка використовуйте:\n" -"bzr branch %s\n" -"щоб отримати найновіші (потенційно не випущені) оновлення до пакунку.\n" -#: cmdline/apt-get.cc:833 -#, c-format -msgid "Skipping already downloaded file '%s'\n" -msgstr "Пропускаємо вже завантажений файл '%s'\n" +#: apt-private/private-install.cc +msgid "Internal error, Ordering didn't finish" +msgstr "Внутрішня помилка, Ordering не завершилася" + +#: apt-private/private-install.cc +msgid "How odd... The sizes didn't match, email apt@packages.debian.org" +msgstr "Дивно... Розбіжність розмірів, напишіть на apt@packages.debian.org" #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB -#: cmdline/apt-get.cc:863 +#: apt-private/private-install.cc #, c-format -msgid "Need to get %sB/%sB of source archives.\n" -msgstr "Необхідно завантажити %sB/%sB з архівів вихідних текстів.\n" +msgid "Need to get %sB/%sB of archives.\n" +msgstr "Необхідно завантажити %sB/%sB архівів.\n" #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB -#: cmdline/apt-get.cc:868 +#: apt-private/private-install.cc #, c-format -msgid "Need to get %sB of source archives.\n" -msgstr "Потрібно завантажити %sB архівів з вихідними текстами.\n" - -#: cmdline/apt-get.cc:874 -#, c-format -msgid "Fetch source %s\n" -msgstr "Завантаження вихідних текстів %s\n" - -#: cmdline/apt-get.cc:899 -msgid "Failed to fetch some archives." -msgstr "Деякі архіви не вдалося завантажити." - -#: cmdline/apt-get.cc:904 apt-private/private-install.cc:289 -msgid "Download complete and in download only mode" -msgstr "Завантаження завершено в режимі \"тільки завантаження\"" +msgid "Need to get %sB of archives.\n" +msgstr "Необхідно завантажити %sB архівів.\n" -#: cmdline/apt-get.cc:929 +#. TRANSLATOR: The required space between number and unit is already included +#. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB +#: apt-private/private-install.cc #, c-format -msgid "Skipping unpack of already unpacked source in %s\n" +msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "" -"Пропускається розпакування вихідних текстів, тому що вже розпаковано в %s\n" - -#: cmdline/apt-get.cc:942 -#, c-format -msgid "Unpack command '%s' failed.\n" -msgstr "Команда розпакування '%s' завершилася невдало.\n" - -#: cmdline/apt-get.cc:943 -#, c-format -msgid "Check if the 'dpkg-dev' package is installed.\n" -msgstr "Перевірте, чи встановлений пакунок 'dpkg-dev'.\n" +"Після цієї операції об'єм зайнятого дискового простору зросте на %sB.\n" -#: cmdline/apt-get.cc:971 +#. TRANSLATOR: The required space between number and unit is already included +#. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB +#: apt-private/private-install.cc #, c-format -msgid "Build command '%s' failed.\n" -msgstr "Команда побудови '%s' закінчилася невдало.\n" - -#: cmdline/apt-get.cc:990 -msgid "Child process failed" -msgstr "Породжений процес завершився невдало" +msgid "After this operation, %sB disk space will be freed.\n" +msgstr "" +"Після цієї операції об'єм зайнятого дискового простору зменшиться на %sB.\n" -#: cmdline/apt-get.cc:1009 -msgid "Must specify at least one package to check builddeps for" +#: apt-private/private-install.cc +msgid "Trivial Only specified but this is not a trivial operation." msgstr "" -"Для перевірки залежностей для побудови необхідно вказати як мінімум один " -"пакунок" +"Вказано виконання тільки тривіальних операцій, але це не тривіальна операція." + +#. TRANSLATOR: This string needs to be typed by the user as a confirmation, so be +#. careful with hard to type or special characters (like non-breaking spaces) +#: apt-private/private-install.cc +msgid "Yes, do as I say!" +msgstr "Так, робити, як я скажу!" -#: cmdline/apt-get.cc:1030 +#: apt-private/private-install.cc #, c-format msgid "" -"No architecture information available for %s. See apt.conf(5) APT::" -"Architectures for setup" +"You are about to do something potentially harmful.\n" +"To continue type in the phrase '%s'\n" +" ?] " msgstr "" -"Відсутня інформація про архітектуру для %s. Дивись apt.conf(5) APT::" -"Архітектури для налащтування" +"Те, що ви хочете зробити, може мати небажані наслідки.\n" +"Щоб продовжити, введіть фразу: '%s'\n" +" ?] " -#: cmdline/apt-get.cc:1047 -#, c-format -msgid "Note, using directory '%s' to get the build dependencies\n" -msgstr "" +#: apt-private/private-install.cc +msgid "Abort." +msgstr "Перервано." -#: cmdline/apt-get.cc:1057 -#, fuzzy, c-format -msgid "Note, using file '%s' to get the build dependencies\n" -msgstr "Обробка залежностей для побудови закінчилася невдало" +#: apt-private/private-install.cc +msgid "Do you want to continue?" +msgstr "Бажаєте продовжити?" -#: cmdline/apt-get.cc:1086 cmdline/apt-get.cc:1089 -#, c-format -msgid "Unable to get build-dependency information for %s" -msgstr "Неможливо одержати інформацію про залежності для побудови %s" +#: apt-private/private-install.cc +msgid "Some files failed to download" +msgstr "Деякі файли не вдалося завантажити" -#: cmdline/apt-get.cc:1109 -#, c-format -msgid "%s has no build depends.\n" -msgstr "%s не має залежностей для побудови.\n" +#: apt-private/private-install.cc apt-private/private-source.cc +msgid "Download complete and in download only mode" +msgstr "Завантаження завершено в режимі \"тільки завантаження\"" -#: cmdline/apt-get.cc:1279 -#, c-format +#: apt-private/private-install.cc msgid "" -"%s dependency for %s can't be satisfied because %s is not allowed on '%s' " -"packages" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" msgstr "" -"Залежність типу %s для %s не може бути задоволена, бо %s не є дозволеним на " -"'%s' пакунках" +"Неможливо завантажити деякі архіви, імовірно треба виконати apt-get update " +"або спробувати повторити запуск з ключем --fix-missing?" -#: cmdline/apt-get.cc:1297 -#, c-format -msgid "" -"%s dependency for %s cannot be satisfied because the package %s cannot be " -"found" -msgstr "" -"Залежність типу %s для %s не може бути задоволена, бо пакунок %s не знайдено" +#: apt-private/private-install.cc +msgid "--fix-missing and media swapping is not currently supported" +msgstr "--fix-missing і зміна носія в даний момент не підтримується" -#: cmdline/apt-get.cc:1320 -#, c-format -msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new" -msgstr "" -"Не вдалося задовольнити залежність типу %s для %s: Встановлений пакунок %s " -"новіше, аніж треба" +#: apt-private/private-install.cc +msgid "Unable to correct missing packages." +msgstr "Неможливо виправити втрачені пакунки." -#: cmdline/apt-get.cc:1359 -#, c-format +#: apt-private/private-install.cc +msgid "Aborting install." +msgstr "Переривається встановлення." + +#: apt-private/private-install.cc msgid "" -"%s dependency for %s cannot be satisfied because candidate version of " -"package %s can't satisfy version requirements" -msgstr "" -"Залежність типу %s для %s не може бути задоволена, бо версія пакунку-" -"кандидата %s не задовольняє умови по версіям" +"The following package disappeared from your system as\n" +"all files have been overwritten by other packages:" +msgid_plural "" +"The following packages disappeared from your system as\n" +"all files have been overwritten by other packages:" +msgstr[0] "" +"Вказаний пакунок зник з вашої системи, так як\n" +"усі файли були перезаписані іншими пакунками:" +msgstr[1] "" +"Вказані пакунки зникли з вашої системи, так як\n" +"усі файли були перезаписані іншими пакунками:" +msgstr[2] "" +"Вказані пакунки зникли з вашої системи, так як\n" +"усі файли були перезаписані іншими пакунками:" -#: cmdline/apt-get.cc:1365 -#, c-format +#: apt-private/private-install.cc +msgid "Note: This is done automatically and on purpose by dpkg." +msgstr "Увага: це зроблено автоматично і умисно dpkg'ем." + +#: apt-private/private-install.cc +msgid "We are not supposed to delete stuff, can't start AutoRemover" +msgstr "Нам не дозволено видаляти, неможливо запустити AutoRemover" + +#: apt-private/private-install.cc msgid "" -"%s dependency for %s cannot be satisfied because package %s has no candidate " -"version" +"Hmm, seems like the AutoRemover destroyed something which really\n" +"shouldn't happen. Please file a bug report against apt." msgstr "" -"Залежність типу %s для %s не може бути задоволена, бо немає пакунку-" -"кандидата %s потрібної версії" +"Хм, виглядає так, що AutoRemover помилково знищив щось потрібне.\n" +"Будь-ласка відправте багрепорт щодо apt." -#: cmdline/apt-get.cc:1388 -#, c-format -msgid "Failed to satisfy %s dependency for %s: %s" -msgstr "Неможливо задовольнити залежність типу %s для пакунка %s: %s" +#. +#. if (Packages == 1) +#. { +#. c1out << std::endl; +#. c1out << +#. _("Since you only requested a single operation it is extremely likely that\n" +#. "the package is simply not installable and a bug report against\n" +#. "that package should be filed.") << std::endl; +#. } +#. +#: apt-private/private-install.cc +msgid "The following information may help to resolve the situation:" +msgstr "Наступна інформація можливо допоможе Вам виправити ситуацію:" -#: cmdline/apt-get.cc:1403 -#, c-format -msgid "Build-dependencies for %s could not be satisfied." -msgstr "Залежності для побудови %s не можуть бути задоволені." +#: apt-private/private-install.cc +msgid "Internal Error, AutoRemover broke stuff" +msgstr "Внутрішня Помилка, AutoRemover щось поламав" -#: cmdline/apt-get.cc:1408 -msgid "Failed to process build dependencies" -msgstr "Обробка залежностей для побудови закінчилася невдало" +#: apt-private/private-install.cc +msgid "" +"The following package was automatically installed and is no longer required:" +msgid_plural "" +"The following packages were automatically installed and are no longer " +"required:" +msgstr[0] "" +"Наступний пакунок був встановлений автоматично і більше не потрібен:" +msgstr[1] "Наступні пакунки були встановлені автоматично і більше не потрібні:" +msgstr[2] "Наступні пакунки були встановлені автоматично і більше не потрібні:" -#: cmdline/apt-get.cc:1501 cmdline/apt-get.cc:1516 +#: apt-private/private-install.cc #, c-format -msgid "Changelog for %s (%s)" -msgstr "Журнал змін для %s (%s)" +msgid "%lu package was automatically installed and is no longer required.\n" +msgid_plural "" +"%lu packages were automatically installed and are no longer required.\n" +msgstr[0] "%lu пакунок був встановлений автоматично і більше не потрібен.\n" +msgstr[1] "" +"%lu пакунка було встановлено автоматично і вони більше не потрібні.\n" +msgstr[2] "" +"%lu пакунків було встановлено автоматично і вони більше не потрібні.\n" -#: cmdline/apt-get.cc:1615 -msgid "Supported modules:" -msgstr "Підтримувані модулі:" +#: apt-private/private-install.cc +#, c-format +msgid "Use '%s' to remove it." +msgid_plural "Use '%s' to remove them." +msgstr[0] "Використовуйте '%s' щоб видалити його." +msgstr[1] "Використовуйте '%s' щоб видалити їх." +msgstr[2] "Використовуйте '%s' щоб видалити їх." + +#: apt-private/private-install.cc +msgid "You might want to run 'apt-get -f install' to correct these:" +msgstr "" +"Можливо, для виправлення цих помилок Ви захочете скористатися 'apt-get -f " +"install':" -#: cmdline/apt-get.cc:1656 +#: apt-private/private-install.cc msgid "" -"Usage: apt-get [options] command\n" -" apt-get [options] install|remove pkg1 [pkg2 ...]\n" -" apt-get [options] source pkg1 [pkg2 ...]\n" -"\n" -"apt-get is a simple command line interface for downloading and\n" -"installing packages. The most frequently used commands are update\n" -"and install.\n" -"\n" -"Commands:\n" -" update - Retrieve new lists of packages\n" -" upgrade - Perform an upgrade\n" -" install - Install new packages (pkg is libc6 not libc6.deb)\n" -" remove - Remove packages\n" -" autoremove - Remove automatically all unused packages\n" -" purge - Remove packages and config files\n" -" source - Download source archives\n" -" build-dep - Configure build-dependencies for source packages\n" -" dist-upgrade - Distribution upgrade, see apt-get(8)\n" -" dselect-upgrade - Follow dselect selections\n" -" clean - Erase downloaded archive files\n" -" autoclean - Erase old downloaded archive files\n" -" check - Verify that there are no broken dependencies\n" -" changelog - Download and display the changelog for the given package\n" -" download - Download the binary package into the current directory\n" -"\n" -"Options:\n" -" -h This help text.\n" -" -q Loggable output - no progress indicator\n" -" -qq No output except for errors\n" -" -d Download only - do NOT install or unpack archives\n" -" -s No-act. Perform ordering simulation\n" -" -y Assume Yes to all queries and do not prompt\n" -" -f Attempt to correct a system with broken dependencies in place\n" -" -m Attempt to continue if archives are unlocatable\n" -" -u Show a list of upgraded packages as well\n" -" -b Build the source package after fetching it\n" -" -V Show verbose version numbers\n" -" -c=? Read this configuration file\n" -" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" -"See the apt-get(8), sources.list(5) and apt.conf(5) manual\n" -"pages for more information and options.\n" -" This APT has Super Cow Powers.\n" +"Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a " +"solution)." msgstr "" -"Використання: apt-get [опції] команда\n" -" apt-get [опції] install|remove пакунок1 [пкн2 ...]\n" -" apt-get [опції] source пакунок1 [пкн2 ...]\n" -"\n" -"apt-get - простий інтерфейс командного рядка для завантаження й\n" -"встановлення пакунків. Найбільш часто використовувані команди - update\n" -"і install.\n" -"\n" -"Команди:\n" -" update - завантажити нові переліки пакунків\n" -" upgrade - виконати оновлення пакунків\n" -" install - встановити нові пакунки (назва пакунка вказується\n" -" як libc6, а не libc6.deb)\n" -" remove - видалити пакунки\n" -" autoremove - видалити автоматично усі пакунки, що не використовуються\n" -" purge - видалити пакунки разом з іхніми конфігураційними файлами\n" -" source - завантажити архіви з вихідними текстами\n" -" build-dep - завантажити все необхідне для побудови зазначеного\n" -" пакунку з вихідних текстів\n" -" dist-upgrade - оновити всю систему, докладніше в apt-get(8)\n" -" dselect-upgrade - керуватися вибором, зробленим у dselect\n" -" clean - видалити завантажені архіви\n" -" autoclean - видалити старі завантажені архіви\n" -" check - перевірити наявність порушених залежностей\n" -" changelog - завантажити і показати журнал змін для визначеного пакунку\n" -" download - завантажити двійковий пакунок у поточну директорію\n" -"\n" -"Опції:\n" -" -h Цей текст допомоги.\n" -" -q Виводити повідомлення, придатні для запису у файл журналу.\n" -" Не виводити індикатор прогресу\n" -" -qq Виводити тільки повідомлення про помилки\n" -" -d Тільки завантажити - не встановлювати й не розпаковувати архіви\n" -" -s Не виконувати реальних дій. Імітація роботи\n" -" -y Відповідати 'Так' на всі запитання. Самі запитання при цьому не\n" -" виводяться\n" -" -f Спробувати виправити систему зі зламаними залежностями\n" -" -m Продовжувати, навіть якщо місце розташування архівів невідомо\n" -" -u Показувати список оновлюваних пакунків\n" -" -b Компілювати пакунок з вихідними текстами після завантаження\n" -" -V Показувати докладну інформацію про версії пакунків\n" -" -c=? Читати зазначений файл конфігурації\n" -" -o=? Встановити умовну опцію, наприклад, -o dir::cache=/tmp\n" -"Сторінки керівництв apt-get(8), sources.list(5) і apt.conf(5)\n" -"містять більше інформації і опцій.\n" -" Цей APT має Супер-Коров'ячу Силу.\n" - -#: cmdline/apt-helper.cc:36 -msgid "Need one URL as argument" +"Незадоволені залежності. Спробуйте виконати 'apt-get -f install', не " +"вказуючи назв пакунків (або вкажіть рішення)." + +#: apt-private/private-install.cc +msgid "" +"Some packages could not be installed. This may mean that you have\n" +"requested an impossible situation or if you are using the unstable\n" +"distribution that some required packages have not yet been created\n" +"or been moved out of Incoming." msgstr "" +"Деякі пакунки неможливо встановити. Можливо, Ви просите неможливого,\n" +"або ж використовуєте нестабільний дистрибутив, і запитані Вами пакунки\n" +"ще не створені або були вилучені з Incoming." + +#: apt-private/private-install.cc +msgid "Broken packages" +msgstr "Зламані пакунки" -#: cmdline/apt-helper.cc:49 +#: apt-private/private-install.cc #, fuzzy -msgid "Must specify at least one pair url/filename" -msgstr "" -"Вкажіть як мінімум один пакунок, для якого необхідно завантажити вихідні " -"тексти" +msgid "The following additional packages will be installed:" +msgstr "Будуть встановлені наступні додаткові пакунки:" -#: cmdline/apt-helper.cc:75 cmdline/apt-helper.cc:79 -msgid "Download Failed" -msgstr "" +#: apt-private/private-install.cc +msgid "Suggested packages:" +msgstr "Пропоновані пакунки:" -#: cmdline/apt-helper.cc:93 -msgid "" -"Usage: apt-helper [options] command\n" -" apt-helper [options] download-file uri target-path\n" -"\n" -"apt-helper is a internal helper for apt\n" -"\n" -"Commands:\n" -" download-file - download the given uri to the target-path\n" -" auto-detect-proxy - detect proxy using apt.conf\n" -"\n" -" This APT helper has Super Meep Powers.\n" -msgstr "" +#: apt-private/private-install.cc +msgid "Recommended packages:" +msgstr "Рекомендовані пакунки:" -#: cmdline/apt-mark.cc:65 +#: apt-private/private-install.cc #, c-format -msgid "%s can not be marked as it is not installed.\n" -msgstr "%s не може бути позначений, тому що він не встановлений.\n" +msgid "Skipping %s, it is already installed and upgrade is not set.\n" +msgstr "" +"Пропускається %s, пакунок вже встановлений і опція ОНОВИТИ не встановлена.\n" -#: cmdline/apt-mark.cc:71 +#: apt-private/private-install.cc #, c-format -msgid "%s was already set to manually installed.\n" -msgstr "%s вже був позначений, як встановлений вручну.\n" +msgid "Skipping %s, it is not installed and only upgrades are requested.\n" +msgstr "" +"Пропускається %s, пакунок не встановлений, а запитуються тільки оновлення.\n" -#: cmdline/apt-mark.cc:73 +#: apt-private/private-install.cc #, c-format -msgid "%s was already set to automatically installed.\n" -msgstr "%s вже був позначений, як автоматично встановлений.\n" +msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n" +msgstr "Перевстановлення %s неможливе, бо він не може бути завантаженим.\n" + +#. TRANSLATORS: First string is package name, second is version +#: apt-private/private-install.cc +#, fuzzy, c-format +msgid "%s is already the newest version (%s).\n" +msgstr "Вже встановлена найновіша версія %s.\n" -#: cmdline/apt-mark.cc:238 +#: apt-private/private-install.cc cmdline/apt-get.cc cmdline/apt-mark.cc #, c-format -msgid "%s was already set on hold.\n" -msgstr "%s вже був зафіксований.\n" +msgid "%s set to manually installed.\n" +msgstr "%s позначений як встановлений вручну.\n" -#: cmdline/apt-mark.cc:240 +#: apt-private/private-install.cc #, c-format -msgid "%s was already not hold.\n" -msgstr "%s вже був незафіксований.\n" - -#: cmdline/apt-mark.cc:255 cmdline/apt-mark.cc:333 cmdline/apt-mark.cc:397 -#: apt-pkg/contrib/fileutl.cc:834 apt-pkg/contrib/gpgv.cc:192 -#: apt-pkg/deb/dpkgpm.cc:1303 -#, c-format -msgid "Waited for %s but it wasn't there" -msgstr "Очікував на %s, але його там не було" - -#: cmdline/apt-mark.cc:270 cmdline/apt-mark.cc:380 -#, c-format -msgid "%s set on hold.\n" -msgstr "%s зафіксовано.\n" +msgid "Selected version '%s' (%s) for '%s'\n" +msgstr "Обрана версія '%s' (%s) для '%s'\n" -#: cmdline/apt-mark.cc:272 cmdline/apt-mark.cc:385 +#: apt-private/private-install.cc #, c-format -msgid "Canceled hold on %s.\n" -msgstr "Фіксацію для %s відмінено.\n" - -#: cmdline/apt-mark.cc:337 cmdline/apt-mark.cc:403 -msgid "Executing dpkg failed. Are you root?" -msgstr "Не вдалося виконати dpkg. Ви root?" - -#: cmdline/apt-mark.cc:450 -#, fuzzy -msgid "" -"Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n" -"\n" -"apt-mark is a simple command line interface for marking packages\n" -"as manually or automatically installed. It can also list marks.\n" -"\n" -"Commands:\n" -" auto - Mark the given packages as automatically installed\n" -" manual - Mark the given packages as manually installed\n" -" hold - Mark a package as held back\n" -" unhold - Unset a package set as held back\n" -" showauto - Print the list of automatically installed packages\n" -" showmanual - Print the list of manually installed packages\n" -" showhold - Print the list of package on hold\n" -"\n" -"Options:\n" -" -h This help text.\n" -" -q Loggable output - no progress indicator\n" -" -qq No output except for errors\n" -" -s No-act. Just prints what would be done.\n" -" -f read/write auto/manual marking in the given file\n" -" -c=? Read this configuration file\n" -" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" -"See the apt-mark(8) and apt.conf(5) manual pages for more information." -msgstr "" -"Використання: apt-mark [опції] {auto|manual} пакунок1 [пакунок2 ...]\n" -"\n" -"apt-mark - це простий інтерфейс командного рядка для позначення\n" -"пакунків як встановлені вручну, або автоматично. Він також уміє\n" -"показувати позначки.\n" -"\n" -"Команди:\n" -" auto - позначити вказані пакунки як автоматично встановлені\n" -" manual - позначити вказані пакунки як встановлені вручну\n" -"\n" -"Опції:\n" -" -h Цей текст допомоги.\n" -" -q Не показувати індикатор прогресу.\n" -" -qq Виводити тільки повідомлення про помилки\n" -" -s Не виконувати реальних дій. Імітація роботи\n" -" -f Читати/писати позначки авто/вручну у вказаному файлі\n" -" -c=? Читати зазначений файл конфігурації.\n" -" -o=? Встановити умовну опцію конфігурації, наприклад, -o dir::cache=/tmp\n" -"Для докладної інформації дивіться керівництва для apt-mark(8) і apt.conf(5)." +msgid "Selected version '%s' (%s) for '%s' because of '%s'\n" +msgstr "Обрана версія '%s' (%s) для '%s' через '%s'\n" -#: cmdline/apt.cc:47 -msgid "" -"Usage: apt [options] command\n" -"\n" -"CLI for apt.\n" -"Basic commands: \n" -" list - list packages based on package names\n" -" search - search in package descriptions\n" -" show - show package details\n" -"\n" -" update - update list of available packages\n" -"\n" -" install - install packages\n" -" remove - remove packages\n" -"\n" -" upgrade - upgrade the system by installing/upgrading packages\n" -" full-upgrade - upgrade the system by removing/installing/upgrading " -"packages\n" -"\n" -" edit-sources - edit the source information file\n" +#: apt-private/private-list.cc +msgid "Listing" msgstr "" -#: methods/cdrom.cc:203 +#: apt-private/private-list.cc #, c-format -msgid "Unable to read the cdrom database %s" -msgstr "Неможливо прочитати базу %s з cdrom" +msgid "There is %i additional version. Please use the '-a' switch to see it" +msgid_plural "" +"There are %i additional versions. Please use the '-a' switch to see them." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: methods/cdrom.cc:212 +#: apt-private/private-main.cc msgid "" -"Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update " -"cannot be used to add new CD-ROMs" +"NOTE: This is only a simulation!\n" +" apt-get needs root privileges for real execution.\n" +" Keep also in mind that locking is deactivated,\n" +" so don't depend on the relevance to the real current situation!" msgstr "" -"Будь-ласка запустіть apt-cdrom, щоб APT розпізнав цей CD-ROM, apt-get update " -"не може додавати нові CD-ROM" - -#: methods/cdrom.cc:222 -msgid "Wrong CD-ROM" -msgstr "Невірний CD-ROM" +"УВАГА: Це тільки симуляція!\n" +" apt-get потребує права root для реального запуску.\n" +" Також не забувайте, що блокування вимикається,\n" +" тому не очікуйте на відповідність поточній реальній ситуації!" -#: methods/cdrom.cc:249 -#, c-format -msgid "Unable to unmount the CD-ROM in %s, it may still be in use." +#: apt-private/private-output.cc apt-private/private-show.cc +msgid "unknown" msgstr "" -"Неможливо відмонтувати CDROM в %s, можливо він все ще використовується." -#: methods/cdrom.cc:254 -msgid "Disk not found." -msgstr "Диск не знайдено." - -#: methods/cdrom.cc:262 methods/file.cc:83 methods/rsh.cc:281 -msgid "File not found" -msgstr "Файл не знайдено" +#: apt-private/private-output.cc +#, fuzzy, c-format +msgid "[installed,upgradable to: %s]" +msgstr " [Встановлено]" -#: methods/copy.cc:61 methods/gzip.cc:127 methods/rred.cc:598 -#: methods/rred.cc:608 +#: apt-private/private-output.cc #, fuzzy -msgid "Failed to stat" -msgstr "Не вдалося одержати атрибути (stat)" - -#: methods/copy.cc:113 methods/gzip.cc:134 methods/rred.cc:605 -msgid "Failed to set modification time" -msgstr "Не вдалося встановити час модифікації" - -#: methods/file.cc:48 -msgid "Invalid URI, local URIS must not start with //" -msgstr "Невірне посилання (URI), локальні посилання не повинні починатися з //" - -#. Login must be before getpeername otherwise dante won't work. -#: methods/ftp.cc:178 -msgid "Logging in" -msgstr "Логінюсь в" - -#: methods/ftp.cc:184 -msgid "Unable to determine the peer name" -msgstr "Неможливо визначити назву вузла" +msgid "[installed,local]" +msgstr " [Встановлено]" -#: methods/ftp.cc:189 -msgid "Unable to determine the local name" -msgstr "Неможливо визначити локальну назву" +#: apt-private/private-output.cc +msgid "[installed,auto-removable]" +msgstr "" -#: methods/ftp.cc:220 methods/ftp.cc:248 -#, c-format -msgid "The server refused the connection and said: %s" -msgstr "Сервер розірвав з'єднання, відповівши: %s" +#: apt-private/private-output.cc +#, fuzzy +msgid "[installed,automatic]" +msgstr " [Встановлено]" -#: methods/ftp.cc:226 -#, c-format -msgid "USER failed, server said: %s" -msgstr "USER невдало, сервер мовив: %s" +#: apt-private/private-output.cc +#, fuzzy +msgid "[installed]" +msgstr " [Встановлено]" -#: methods/ftp.cc:233 +#: apt-private/private-output.cc #, c-format -msgid "PASS failed, server said: %s" -msgstr "PASS невдало, сервер мовив: %s" +msgid "[upgradable from: %s]" +msgstr "" -#: methods/ftp.cc:253 -msgid "" -"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin " -"is empty." +#: apt-private/private-output.cc +msgid "[residual-config]" msgstr "" -"Вказано проксі-сервер, але відсутній скрипт логіну, Acquire::ftp::ProxyLogin " -"пустий." -#: methods/ftp.cc:281 +#: apt-private/private-output.cc #, c-format -msgid "Login script command '%s' failed, server said: %s" -msgstr "Команда '%s' у скрипті логіна не вдалася, сервер мовив: %s" +msgid "but %s is installed" +msgstr "але %s вже встановлений" -#: methods/ftp.cc:307 +#: apt-private/private-output.cc #, c-format -msgid "TYPE failed, server said: %s" -msgstr "TYPE невдало, сервер мовив: %s" +msgid "but %s is to be installed" +msgstr "але %s буде встановлений" -#: methods/ftp.cc:345 methods/ftp.cc:457 methods/rsh.cc:195 methods/rsh.cc:243 -msgid "Connection timeout" -msgstr "Час з'єднання вичерпався" +#: apt-private/private-output.cc +msgid "but it is not installable" +msgstr "але він не може бути встановлений" -#: methods/ftp.cc:351 -msgid "Server closed the connection" -msgstr "Сервер закрив з'єднання" +#: apt-private/private-output.cc +msgid "but it is a virtual package" +msgstr "але це віртуальний пакунок" -#: methods/ftp.cc:354 methods/rsh.cc:202 apt-pkg/contrib/fileutl.cc:1515 -#: apt-pkg/contrib/fileutl.cc:1524 apt-pkg/contrib/fileutl.cc:1529 -#: apt-pkg/contrib/fileutl.cc:1531 -msgid "Read error" -msgstr "Помилка зчитування" +#: apt-private/private-output.cc +msgid "but it is not installed" +msgstr "але він не встановлений" -#: methods/ftp.cc:361 methods/rsh.cc:209 -msgid "A response overflowed the buffer." -msgstr "Відповідь переповнила буфер." +#: apt-private/private-output.cc +msgid "but it is not going to be installed" +msgstr "але він не буде встановлений" -#: methods/ftp.cc:378 methods/ftp.cc:390 -msgid "Protocol corruption" -msgstr "Спотворений протокол" +#: apt-private/private-output.cc +msgid " or" +msgstr " чи" -#: methods/ftp.cc:463 methods/rsh.cc:249 apt-pkg/contrib/fileutl.cc:911 -#: apt-pkg/contrib/fileutl.cc:1637 apt-pkg/contrib/fileutl.cc:1646 -#: apt-pkg/contrib/fileutl.cc:1651 apt-pkg/contrib/fileutl.cc:1653 -#: apt-pkg/contrib/fileutl.cc:1678 -msgid "Write error" -msgstr "Помилка запису" +#: apt-private/private-output.cc +msgid "The following packages have unmet dependencies:" +msgstr "Пакунки, що мають незадоволені залежності:" -#: methods/ftp.cc:702 methods/ftp.cc:708 methods/ftp.cc:743 -msgid "Could not create a socket" -msgstr "Неможливо створити сокет (socket)" +#: apt-private/private-output.cc +msgid "The following NEW packages will be installed:" +msgstr "НОВІ пакунки, які будуть встановлені:" -#: methods/ftp.cc:713 -msgid "Could not connect data socket, connection timed out" -msgstr "Неможливо під'єднати сокет (socket) з даними, час з'єднання вичерпався" +#: apt-private/private-output.cc +msgid "The following packages will be REMOVED:" +msgstr "Пакунки, які будуть ВИДАЛЕНІ:" -#: methods/ftp.cc:717 methods/connect.cc:116 -msgid "Failed" -msgstr "Невдача" +#: apt-private/private-output.cc +msgid "The following packages have been kept back:" +msgstr "Пакунки, які залишені в незмінному стані:" -#: methods/ftp.cc:719 -msgid "Could not connect passive socket." -msgstr "Неможливо під'єднати пасивний сокет (passive socket)." +#: apt-private/private-output.cc +msgid "The following packages will be upgraded:" +msgstr "Пакунки, які будуть ОНОВЛЕНІ:" -#: methods/ftp.cc:736 -msgid "getaddrinfo was unable to get a listening socket" -msgstr "Виклик getaddrinfo не зміг отримати слухаючий сокет" +#: apt-private/private-output.cc +msgid "The following packages will be DOWNGRADED:" +msgstr "Пакунки, які будуть замінені на СТАРІШІ версії:" -#: methods/ftp.cc:750 -msgid "Could not bind a socket" -msgstr "Неможливо приєднатися до сокета" +#: apt-private/private-output.cc +msgid "The following held packages will be changed:" +msgstr "Пакунки, які мали б залишитися без змін, але будуть замінені:" -#: methods/ftp.cc:754 -msgid "Could not listen on the socket" -msgstr "Неможливо прослухати на сокеті" +#: apt-private/private-output.cc +#, c-format +msgid "%s (due to %s)" +msgstr "%s (внаслідок %s)" -#: methods/ftp.cc:761 -msgid "Could not determine the socket's name" -msgstr "Не вдалося визначити назву сокета" +#: apt-private/private-output.cc +msgid "" +"WARNING: The following essential packages will be removed.\n" +"This should NOT be done unless you know exactly what you are doing!" +msgstr "" +"УВАГА: Наступні важливі пакунки будуть вилучені.\n" +"НЕ РОБІТЬ цього, якщо ви НЕ уявляєте собі всі можливі наслідки!" -#: methods/ftp.cc:793 -msgid "Unable to send PORT command" -msgstr "Неможливо відіслати команду PORT" +#: apt-private/private-output.cc +#, c-format +msgid "%lu upgraded, %lu newly installed, " +msgstr "оновлено %lu, встановлено %lu нових, " -#: methods/ftp.cc:803 +#: apt-private/private-output.cc #, c-format -msgid "Unknown address family %u (AF_*)" -msgstr "Невідоме адресове сімейство %u (AF_*)" +msgid "%lu reinstalled, " +msgstr "%lu перевстановлено, " -#: methods/ftp.cc:812 +#: apt-private/private-output.cc #, c-format -msgid "EPRT failed, server said: %s" -msgstr "EPRT невдало, сервер мовив: %s" +msgid "%lu downgraded, " +msgstr "%lu замінено на старіші версії, " -#: methods/ftp.cc:832 -msgid "Data socket connect timed out" -msgstr "Час з'єднання з сокетом даних вичерпався" +#: apt-private/private-output.cc +#, c-format +msgid "%lu to remove and %lu not upgraded.\n" +msgstr "%lu відмічено для видалення і %lu не оновлено.\n" -#: methods/ftp.cc:839 -msgid "Unable to accept connection" -msgstr "Неможливо прийняти з'єднання" +#: apt-private/private-output.cc +#, c-format +msgid "%lu not fully installed or removed.\n" +msgstr "не встановлено(видалено) до кінця %lu пакунків.\n" -#: methods/ftp.cc:879 methods/server.cc:362 methods/rsh.cc:319 -msgid "Problem hashing file" -msgstr "Проблема хешування файла" +#. TRANSLATOR: Yes/No question help-text: defaulting to Y[es] +#. e.g. "Do you want to continue? [Y/n] " +#. The user has to answer with an input matching the +#. YESEXPR/NOEXPR defined in your l10n. +#: apt-private/private-output.cc +msgid "[Y/n]" +msgstr "" -#: methods/ftp.cc:892 -#, c-format -msgid "Unable to fetch file, server said '%s'" -msgstr "Неможливо завантажити файл, сервер мовив: '%s'" +#. TRANSLATOR: Yes/No question help-text: defaulting to N[o] +#. e.g. "Should this file be removed? [y/N] " +#. The user has to answer with an input matching the +#. YESEXPR/NOEXPR defined in your l10n. +#: apt-private/private-output.cc +msgid "[y/N]" +msgstr "" -#: methods/ftp.cc:907 methods/rsh.cc:338 -msgid "Data socket timed out" -msgstr "Час з'єднання з сокетом (socket) з даними вичерпався" +#. TRANSLATOR: "Yes" answer printed for a yes/no question if --assume-yes is set +#: apt-private/private-output.cc +msgid "Y" +msgstr "" + +#. TRANSLATOR: "No" answer printed for a yes/no question if --assume-no is set +#: apt-private/private-output.cc +msgid "N" +msgstr "" -#: methods/ftp.cc:944 +#: apt-private/private-output.cc apt-pkg/cachefilter.cc #, c-format -msgid "Data transfer failed, server said '%s'" -msgstr "Передача даних обірвалася, сервер мовив '%s'" +msgid "Regex compilation error - %s" +msgstr "Помилка компіляції регулярного виразу - %s" -#. Get the files information -#: methods/ftp.cc:1027 -msgid "Query" -msgstr "Черга" +#: apt-private/private-search.cc +msgid "You must give at least one search pattern" +msgstr "Ви повинні задати не менше одного шаблону пошуку" -#: methods/ftp.cc:1141 -msgid "Unable to invoke " -msgstr "Неможливо викликати " +#: apt-private/private-search.cc +msgid "Full Text Search" +msgstr "" -#: methods/connect.cc:76 +#: apt-private/private-show.cc cmdline/apt-cache.cc #, c-format -msgid "Connecting to %s (%s)" -msgstr "З'єднання з %s (%s)" +msgid "Package file %s is out of sync." +msgstr "Перелік пакунків %s розсинхронізований." -#: methods/connect.cc:87 +#: apt-private/private-show.cc #, c-format -msgid "[IP: %s %s]" -msgstr "[IP: %s %s]" +msgid "There is %i additional record. Please use the '-a' switch to see it" +msgid_plural "" +"There are %i additional records. Please use the '-a' switch to see them." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: methods/connect.cc:94 -#, c-format -msgid "Could not create a socket for %s (f=%u t=%u p=%u)" -msgstr "Неможливо створити сокет для %s (f=%u t=%u p=%u)" +#: apt-private/private-show.cc +msgid "not a real package (virtual)" +msgstr "" -#: methods/connect.cc:100 +#: apt-private/private-show.cc apt-pkg/cacheset.cc #, c-format -msgid "Cannot initiate the connection to %s:%s (%s)." -msgstr "Неможливо почати з'єднання з %s:%s (%s)." +msgid "Unable to locate package %s" +msgstr "Не можу знайти пакунок %s" -#: methods/connect.cc:108 -#, c-format -msgid "Could not connect to %s:%s (%s), connection timed out" -msgstr "Неможливо з'єднатися з %s:%s (%s), час з'єднання вичерпався" +#: apt-private/private-show.cc +msgid "Package files:" +msgstr "Переліки пакунків:" -#: methods/connect.cc:126 -#, c-format -msgid "Could not connect to %s:%s (%s)." -msgstr "Неможливо під'єднатися до %s:%s (%s)." +#: apt-private/private-show.cc +msgid "Cache is out of sync, can't x-ref a package file" +msgstr "Кеш не синхронізований, неможливо знайти посилання на перелік пакунків" -#. We say this mainly because the pause here is for the -#. ssh connection that is still going -#: methods/connect.cc:154 methods/rsh.cc:442 -#, c-format -msgid "Connecting to %s" -msgstr "З'єднання з %s" +#. Show any packages have explicit pins +#: apt-private/private-show.cc +msgid "Pinned packages:" +msgstr "Зафіксовані пакунки:" -#: methods/connect.cc:180 methods/connect.cc:199 -#, c-format -msgid "Could not resolve '%s'" -msgstr "Не можу знайти IP адрес для %s" +#: apt-private/private-show.cc +msgid "(not found)" +msgstr "(не знайдено)" -#: methods/connect.cc:205 +#. Print the package name and the version we are forcing to +#: apt-private/private-show.cc #, c-format -msgid "Temporary failure resolving '%s'" -msgstr "Тимчасова помилка при отриманні IP адреси '%s'" +msgid "%s -> %s with priority %d\n" +msgstr "" + +#: apt-private/private-show.cc +msgid " Installed: " +msgstr " Встановлено: " + +#: apt-private/private-show.cc +msgid " Candidate: " +msgstr " Кандидат: " + +#: apt-private/private-show.cc +msgid "(none)" +msgstr "(відсутній)" + +#: apt-private/private-show.cc +msgid " Package pin: " +msgstr " Фіксатор(pin) пакунка: " + +#. Show the priority tables +#: apt-private/private-show.cc +msgid " Version table:" +msgstr " Таблиця версій:" -#: methods/connect.cc:209 +#: apt-private/private-source.cc #, fuzzy, c-format -msgid "System error resolving '%s:%s'" -msgstr "Сталося щось дивне при спробі отримати IP адрес для '%s:%s' (%i - %s)" +msgid "Can not find a package for architecture '%s'" +msgstr "Неможливо знайти ніякий пакунок через рег.вираз '%s'" -#: methods/connect.cc:211 -#, c-format -msgid "Something wicked happened resolving '%s:%s' (%i - %s)" -msgstr "Сталося щось дивне при спробі отримати IP адрес для '%s:%s' (%i - %s)" +#: apt-private/private-source.cc +#, fuzzy, c-format +msgid "Can not find a package '%s' with version '%s'" +msgstr "Неможливо знайти ніякий пакунок через рег.вираз '%s'" + +#: apt-private/private-source.cc +#, fuzzy, c-format +msgid "Can not find a package '%s' with release '%s'" +msgstr "Неможливо знайти ніякий пакунок через рег.вираз '%s'" -#: methods/connect.cc:258 +#: apt-private/private-source.cc #, c-format -msgid "Unable to connect to %s:%s:" -msgstr "Неможливо під'єднатися до %s:%s:" +msgid "Picking '%s' as source package instead of '%s'\n" +msgstr "Обираю '%s' як пакунок вихідних текстів, замість '%s'\n" -#: methods/gpgv.cc:158 -msgid "" -"Internal error: Good signature, but could not determine key fingerprint?!" +#: apt-private/private-source.cc +#, fuzzy, c-format +msgid "Can not find version '%s' of package '%s'" +msgstr "Ігнорувати недоступну версію '%s' пакунку '%s'" + +#: apt-private/private-source.cc +msgid "Must specify at least one package to fetch source for" msgstr "" -"Внутрішня помилка: Вірний підпис (signature), але не можливо визначити його " -"відбиток?!" +"Вкажіть як мінімум один пакунок, для якого необхідно завантажити вихідні " +"тексти" -#: methods/gpgv.cc:162 -msgid "At least one invalid signature was encountered." -msgstr "Знайдено як мінімум один невірний підпис." +#: apt-private/private-source.cc +#, c-format +msgid "Unable to find a source package for %s" +msgstr "Неможливо знайти пакунок з вихідними текстами для %s" -#: methods/gpgv.cc:164 -msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)" +#: apt-private/private-source.cc +#, c-format +msgid "" +"NOTICE: '%s' packaging is maintained in the '%s' version control system at:\n" +"%s\n" msgstr "" -"Неможливо виконати 'apt-key' для перевірки підпису (чи встановлено gnupg?)" +"УВАГА: Пакування '%s' відбувається в системі контролю версій '%s' на:\n" +"%s\n" -#. TRANSLATORS: %s is a single techy word like 'NODATA' -#: methods/gpgv.cc:170 +#: apt-private/private-source.cc #, c-format msgid "" -"Clearsigned file isn't valid, got '%s' (does the network require " -"authentication?)" +"Please use:\n" +"%s\n" +"to retrieve the latest (possibly unreleased) updates to the package.\n" msgstr "" +"Будь-ласка використовуйте:\n" +"%s\n" +"щоб отримати найновіші (потенційно не випущені) оновлення до пакунку.\n" -#: methods/gpgv.cc:174 -msgid "Unknown error executing apt-key" -msgstr "Невідома помилка виконання apt-key" - -#: methods/gpgv.cc:207 methods/gpgv.cc:214 -msgid "The following signatures were invalid:\n" -msgstr "Наступні підписи були невірними:\n" +#: apt-private/private-source.cc +#, c-format +msgid "Skipping already downloaded file '%s'\n" +msgstr "Пропускаємо вже завантажений файл '%s'\n" -#: methods/gpgv.cc:221 -msgid "" -"The following signatures couldn't be verified because the public key is not " -"available:\n" -msgstr "" -"Наступні підписи не можуть бути перевірені, тому що публічний ключ " -"відсутній:\n" +#. TRANSLATOR: The required space between number and unit is already included +#. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB +#: apt-private/private-source.cc +#, c-format +msgid "Need to get %sB/%sB of source archives.\n" +msgstr "Необхідно завантажити %sB/%sB з архівів вихідних текстів.\n" -#: methods/gzip.cc:79 -msgid "Empty files can't be valid archives" -msgstr "Пусті файли не можуть бути правильними архівами" +#. TRANSLATOR: The required space between number and unit is already included +#. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB +#: apt-private/private-source.cc +#, c-format +msgid "Need to get %sB of source archives.\n" +msgstr "Потрібно завантажити %sB архівів з вихідними текстами.\n" -#: methods/http.cc:517 -msgid "Error writing to the file" -msgstr "Помилка запису у файл" +#: apt-private/private-source.cc +#, c-format +msgid "Fetch source %s\n" +msgstr "Завантаження вихідних текстів %s\n" -#: methods/http.cc:531 -msgid "Error reading from server. Remote end closed connection" -msgstr "Помилка зчитування з сервера. Віддалена сторона закрила з'єднання" +#: apt-private/private-source.cc +msgid "Failed to fetch some archives." +msgstr "Деякі архіви не вдалося завантажити." -#: methods/http.cc:533 -msgid "Error reading from server" -msgstr "Помилка зчитування з сервера" +#: apt-private/private-source.cc +#, c-format +msgid "Skipping unpack of already unpacked source in %s\n" +msgstr "" +"Пропускається розпакування вихідних текстів, тому що вже розпаковано в %s\n" -#: methods/http.cc:569 -msgid "Error writing to file" -msgstr "Помилка запису у файл" +#: apt-private/private-source.cc +#, c-format +msgid "Unpack command '%s' failed.\n" +msgstr "Команда розпакування '%s' завершилася невдало.\n" -#: methods/http.cc:629 -msgid "Select failed" -msgstr "Вибір провалився" +#: apt-private/private-source.cc +#, c-format +msgid "Check if the 'dpkg-dev' package is installed.\n" +msgstr "Перевірте, чи встановлений пакунок 'dpkg-dev'.\n" -#: methods/http.cc:634 -msgid "Connection timed out" -msgstr "Час очікування з'єднання вийшов" +#: apt-private/private-source.cc +#, c-format +msgid "Build command '%s' failed.\n" +msgstr "Команда побудови '%s' закінчилася невдало.\n" -#: methods/http.cc:657 -msgid "Error writing to output file" -msgstr "Помилка запису у вихідний файл" +#: apt-private/private-source.cc +#, c-format +msgid "" +"%s dependency for %s can't be satisfied because %s is not allowed on '%s' " +"packages" +msgstr "" +"Залежність типу %s для %s не може бути задоволена, бо %s не є дозволеним на " +"'%s' пакунках" -#: methods/server.cc:52 -msgid "Waiting for headers" -msgstr "Очікування на заголовки" +#: apt-private/private-source.cc +#, c-format +msgid "" +"%s dependency for %s cannot be satisfied because the package %s cannot be " +"found" +msgstr "" +"Залежність типу %s для %s не може бути задоволена, бо пакунок %s не знайдено" -#: methods/server.cc:111 -msgid "Bad header line" -msgstr "Невірний рядок заголовку" +#: apt-private/private-source.cc +#, c-format +msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new" +msgstr "" +"Не вдалося задовольнити залежність типу %s для %s: Встановлений пакунок %s " +"новіше, аніж треба" -#: methods/server.cc:136 methods/server.cc:143 -msgid "The HTTP server sent an invalid reply header" -msgstr "HTTP сервер відіслав невірний заголовок 'reply'" +#: apt-private/private-source.cc +#, c-format +msgid "" +"%s dependency for %s cannot be satisfied because candidate version of " +"package %s can't satisfy version requirements" +msgstr "" +"Залежність типу %s для %s не може бути задоволена, бо версія пакунку-" +"кандидата %s не задовольняє умови по версіям" -#: methods/server.cc:173 -msgid "The HTTP server sent an invalid Content-Length header" -msgstr "HTTP сервер відіслав невірний заголовок 'Content-Length'" +#: apt-private/private-source.cc +#, c-format +msgid "" +"%s dependency for %s cannot be satisfied because package %s has no candidate " +"version" +msgstr "" +"Залежність типу %s для %s не може бути задоволена, бо немає пакунку-" +"кандидата %s потрібної версії" -#: methods/server.cc:193 -msgid "The HTTP server sent an invalid Content-Range header" -msgstr "HTTP сервер відіслав невірний заголовок 'Content-Range'" +#: apt-private/private-source.cc +#, c-format +msgid "Failed to satisfy %s dependency for %s: %s" +msgstr "Неможливо задовольнити залежність типу %s для пакунка %s: %s" -#: methods/server.cc:195 -msgid "This HTTP server has broken range support" -msgstr "Цей HTTP сервер має поламану підтримку 'range'" +#: apt-private/private-source.cc +#, c-format +msgid "Build-dependencies for %s could not be satisfied." +msgstr "Залежності для побудови %s не можуть бути задоволені." -#: methods/server.cc:219 -msgid "Unknown date format" -msgstr "Невідомий формат дати" +#: apt-private/private-source.cc +#, c-format +msgid "Unable to get build-dependency information for %s" +msgstr "Неможливо одержати інформацію про залежності для побудови %s" -#: methods/server.cc:506 -msgid "Bad header data" -msgstr "Погана заголовкова інформація" +#: apt-private/private-source.cc +#, c-format +msgid "%s has no build depends.\n" +msgstr "%s не має залежностей для побудови.\n" -#: methods/server.cc:523 methods/server.cc:617 -msgid "Connection failed" -msgstr "З'єднання не вдалося" +#: apt-private/private-source.cc +msgid "Must specify at least one package to check builddeps for" +msgstr "" +"Для перевірки залежностей для побудови необхідно вказати як мінімум один " +"пакунок" -#: methods/server.cc:589 +#: apt-private/private-source.cc #, c-format msgid "" -"Automatically disabled %s due to incorrect response from server/proxy. (man " -"5 apt.conf)" +"No architecture information available for %s. See apt.conf(5) APT::" +"Architectures for setup" msgstr "" +"Відсутня інформація про архітектуру для %s. Дивись apt.conf(5) APT::" +"Архітектури для налащтування" -#: methods/server.cc:712 -msgid "Internal error" -msgstr "Внутрішня помилка" - -#: apt-private/private-list.cc:121 -msgid "Listing" +#: apt-private/private-source.cc +#, c-format +msgid "Note, using directory '%s' to get the build dependencies\n" msgstr "" -#: apt-private/private-list.cc:151 -#, c-format -msgid "There is %i additional version. Please use the '-a' switch to see it" -msgid_plural "" -"There are %i additional versions. Please use the '-a' switch to see them." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +#: apt-private/private-source.cc +#, fuzzy, c-format +msgid "Note, using file '%s' to get the build dependencies\n" +msgstr "Обробка залежностей для побудови закінчилася невдало" -#: apt-private/private-cachefile.cc:95 -msgid "Correcting dependencies..." -msgstr "Виправлення залежностей..." +#: apt-private/private-source.cc +msgid "Failed to process build dependencies" +msgstr "Обробка залежностей для побудови закінчилася невдало" -#: apt-private/private-cachefile.cc:98 -msgid " failed." -msgstr " невдача." +#: apt-private/private-sources.cc +#, fuzzy, c-format +msgid "Failed to parse %s. Edit again? " +msgstr "Не вдалося перейменувати %s на %s" -#: apt-private/private-cachefile.cc:101 -msgid "Unable to correct dependencies" -msgstr "Неможливо скоригувати залежності" +#: apt-private/private-sources.cc +#, c-format +msgid "Your '%s' file changed, please run 'apt-get update'." +msgstr "" -#: apt-private/private-cachefile.cc:104 -msgid "Unable to minimize the upgrade set" -msgstr "Неможливо мінімізувати набір оновлень" +#: apt-private/private-unmet.cc +#, c-format +msgid "Package %s version %s has an unmet dep:\n" +msgstr "Пакунок %s версії %s має незадоволену залежність:\n" -#: apt-private/private-cachefile.cc:106 -msgid " Done" -msgstr " Виконано" +#: apt-private/private-update.cc +msgid "The update command takes no arguments" +msgstr "Команді update не потрібні аргументи" -#: apt-private/private-cachefile.cc:110 -msgid "You might want to run 'apt-get -f install' to correct these." +#: apt-private/private-update.cc +#, c-format +msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" +msgid_plural "" +"%i packages can be upgraded. Run 'apt list --upgradable' to see them.\n" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: apt-private/private-update.cc +msgid "All packages are up to date." msgstr "" -"Для виправлення цих помилок ви можете скористатися 'apt-get -f install'." -#: apt-private/private-cachefile.cc:113 -msgid "Unmet dependencies. Try using -f." -msgstr "Незадоволені залежності. Спробуйте використати -f." +#: cmdline/apt-cache.cc +#, fuzzy +msgid "apt-cache stats does not take any arguments" +msgstr "Команді update не потрібні аргументи" -#: apt-private/private-output.cc:103 apt-private/private-show.cc:84 -#: apt-private/private-show.cc:89 -msgid "unknown" -msgstr "" +#: cmdline/apt-cache.cc +msgid "Total package names: " +msgstr "Всього імен пакунків: " -#: apt-private/private-output.cc:265 -#, fuzzy, c-format -msgid "[installed,upgradable to: %s]" -msgstr " [Встановлено]" +#: cmdline/apt-cache.cc +msgid "Total package structures: " +msgstr "Всього структур пакунків: " -#: apt-private/private-output.cc:268 -#, fuzzy -msgid "[installed,local]" -msgstr " [Встановлено]" +#: cmdline/apt-cache.cc +msgid " Normal packages: " +msgstr " Нормальних пакунків: " -#: apt-private/private-output.cc:270 -msgid "[installed,auto-removable]" -msgstr "" +#: cmdline/apt-cache.cc +msgid " Pure virtual packages: " +msgstr " Цілком віртуальних пакунків: " -#: apt-private/private-output.cc:272 -#, fuzzy -msgid "[installed,automatic]" -msgstr " [Встановлено]" +#: cmdline/apt-cache.cc +msgid " Single virtual packages: " +msgstr " Окремих віртуальних пакунків: " -#: apt-private/private-output.cc:274 -#, fuzzy -msgid "[installed]" -msgstr " [Встановлено]" +#: cmdline/apt-cache.cc +msgid " Mixed virtual packages: " +msgstr " Змішаних віртуальних пакунків: " -#: apt-private/private-output.cc:277 -#, c-format -msgid "[upgradable from: %s]" -msgstr "" +#: cmdline/apt-cache.cc +msgid " Missing: " +msgstr " Відсутні: " -#: apt-private/private-output.cc:281 -msgid "[residual-config]" -msgstr "" +#: cmdline/apt-cache.cc +msgid "Total distinct versions: " +msgstr "Всього унікальних версій: " -#: apt-private/private-output.cc:455 -#, c-format -msgid "but %s is installed" -msgstr "але %s вже встановлений" +#: cmdline/apt-cache.cc +msgid "Total distinct descriptions: " +msgstr "Всього унікальних описів: " -#: apt-private/private-output.cc:457 -#, c-format -msgid "but %s is to be installed" -msgstr "але %s буде встановлений" +#: cmdline/apt-cache.cc +msgid "Total dependencies: " +msgstr "Всього залежностей: " -#: apt-private/private-output.cc:464 -msgid "but it is not installable" -msgstr "але він не може бути встановлений" +#: cmdline/apt-cache.cc +msgid "Total ver/file relations: " +msgstr "Всього відносин Версія/Файл: " -#: apt-private/private-output.cc:466 -msgid "but it is a virtual package" -msgstr "але це віртуальний пакунок" +#: cmdline/apt-cache.cc +msgid "Total Desc/File relations: " +msgstr "Всього відносин Опис/Файл: " -#: apt-private/private-output.cc:469 -msgid "but it is not installed" -msgstr "але він не встановлений" +#: cmdline/apt-cache.cc +#, fuzzy +msgid "Total Provides mappings: " +msgstr "Всього карт 'Provides': " -#: apt-private/private-output.cc:469 -msgid "but it is not going to be installed" -msgstr "але він не буде встановлений" +#: cmdline/apt-cache.cc +msgid "Total globbed strings: " +msgstr "Всього відфільтрованих (globbed) рядків: " -#: apt-private/private-output.cc:474 -msgid " or" -msgstr " чи" +#: cmdline/apt-cache.cc +#, fuzzy +msgid "Total slack space: " +msgstr "Порожнього місця в кеші: " -#: apt-private/private-output.cc:488 apt-private/private-output.cc:500 -msgid "The following packages have unmet dependencies:" -msgstr "Пакунки, що мають незадоволені залежності:" +#: cmdline/apt-cache.cc +msgid "Total space accounted for: " +msgstr "Загальний простір полічений для: " -#: apt-private/private-output.cc:523 -msgid "The following NEW packages will be installed:" -msgstr "НОВІ пакунки, які будуть встановлені:" +#: cmdline/apt-cache.cc +msgid "This command is deprecated. Please use 'apt-mark showauto' instead." +msgstr "Ця команда є застарілою. Будь-ласка використовуйте 'apt-mark showauto'" -#: apt-private/private-output.cc:549 -msgid "The following packages will be REMOVED:" -msgstr "Пакунки, які будуть ВИДАЛЕНІ:" +#: cmdline/apt-cache.cc +msgid "" +"Usage: apt-cache [options] command\n" +" apt-cache [options] show pkg1 [pkg2 ...]\n" +"\n" +"apt-cache queries and displays available information about installed\n" +"and installable packages. It works exclusively on the data acquired\n" +"into the local cache via the 'update' command of e.g. apt-get. The\n" +"displayed information may therefore be outdated if the last update was\n" +"too long ago, but in exchange apt-cache works independently of the\n" +"availability of the configured sources (e.g. offline).\n" +msgstr "" -#: apt-private/private-output.cc:571 -msgid "The following packages have been kept back:" -msgstr "Пакунки, які залишені в незмінному стані:" +#: cmdline/apt-cache.cc +msgid "Show source records" +msgstr "показати інформацію про вихідний текст (source)" -#: apt-private/private-output.cc:592 -msgid "The following packages will be upgraded:" -msgstr "Пакунки, які будуть ОНОВЛЕНІ:" +#: cmdline/apt-cache.cc +msgid "Search the package list for a regex pattern" +msgstr "знайти пакунки, назва яких задовольняє регулярний вираз" -#: apt-private/private-output.cc:613 -msgid "The following packages will be DOWNGRADED:" -msgstr "Пакунки, які будуть замінені на СТАРІШІ версії:" +#: cmdline/apt-cache.cc +msgid "Show raw dependency information for a package" +msgstr "показати інформацію про залежності пакунка" -#: apt-private/private-output.cc:633 -msgid "The following held packages will be changed:" -msgstr "Пакунки, які мали б залишитися без змін, але будуть замінені:" +#: cmdline/apt-cache.cc +msgid "Show reverse dependency information for a package" +msgstr "показати інформацію про зворотні залежності пакунка" -#: apt-private/private-output.cc:688 -#, c-format -msgid "%s (due to %s) " -msgstr "%s (внаслідок %s) " +#: cmdline/apt-cache.cc +msgid "Show a readable record for the package" +msgstr "показати інформацію про пакунок в зрозумілій формі" -#: apt-private/private-output.cc:696 -msgid "" -"WARNING: The following essential packages will be removed.\n" -"This should NOT be done unless you know exactly what you are doing!" -msgstr "" -"УВАГА: Наступні важливі пакунки будуть вилучені.\n" -"НЕ РОБІТЬ цього, якщо ви НЕ уявляєте собі всі можливі наслідки!" +#: cmdline/apt-cache.cc +msgid "List the names of all packages in the system" +msgstr "показати імена всіх пакунків у системі" -#: apt-private/private-output.cc:727 -#, c-format -msgid "%lu upgraded, %lu newly installed, " -msgstr "оновлено %lu, встановлено %lu нових, " +#: cmdline/apt-cache.cc +msgid "Show policy settings" +msgstr "показати поточну політику" -#: apt-private/private-output.cc:731 -#, c-format -msgid "%lu reinstalled, " -msgstr "%lu перевстановлено, " +#: cmdline/apt-cdrom.cc +msgid "Please provide a name for this Disc, such as 'Debian 5.0.3 Disk 1'" +msgstr "Задайте назву для цього Диска, наприклад 'Debian 5.0.3 Disk 1'" -#: apt-private/private-output.cc:733 -#, c-format -msgid "%lu downgraded, " -msgstr "%lu замінено на старіші версії, " +#: cmdline/apt-cdrom.cc +#, fuzzy +msgid "Please insert a Disc in the drive and press [Enter]" +msgstr "Будь-ласка, вставте Диск у пристрій і натисніть Enter" -#: apt-private/private-output.cc:735 +#: cmdline/apt-cdrom.cc #, c-format -msgid "%lu to remove and %lu not upgraded.\n" -msgstr "%lu відмічено для видалення і %lu не оновлено.\n" +msgid "Failed to mount '%s' to '%s'" +msgstr "Не вдалося під'єднати '%s' до '%s'" -#: apt-private/private-output.cc:739 -#, c-format -msgid "%lu not fully installed or removed.\n" -msgstr "не встановлено(видалено) до кінця %lu пакунків.\n" +#: cmdline/apt-cdrom.cc +msgid "" +"No CD-ROM could be auto-detected or found using the default mount point.\n" +"You may try the --cdrom option to set the CD-ROM mount point.\n" +"See 'man apt-cdrom' for more information about the CD-ROM auto-detection and " +"mount point." +msgstr "" -#. TRANSLATOR: Yes/No question help-text: defaulting to Y[es] -#. e.g. "Do you want to continue? [Y/n] " -#. The user has to answer with an input matching the -#. YESEXPR/NOEXPR defined in your l10n. -#: apt-private/private-output.cc:761 -msgid "[Y/n]" +#: cmdline/apt-cdrom.cc +msgid "Repeat this process for the rest of the CDs in your set." +msgstr "Повторіть цей процес для решти CD з вашого набору." + +#: cmdline/apt-cdrom.cc +msgid "" +"Usage: apt-cdrom [options] command\n" +"\n" +"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n" +"media types as package sources to APT. The mount point and device\n" +"information is taken from apt.conf(5), udev(7) and fstab(5).\n" msgstr "" -#. TRANSLATOR: Yes/No question help-text: defaulting to N[o] -#. e.g. "Should this file be removed? [y/N] " -#. The user has to answer with an input matching the -#. YESEXPR/NOEXPR defined in your l10n. -#: apt-private/private-output.cc:767 -msgid "[y/N]" +#: cmdline/apt-config.cc +msgid "Arguments not in pairs" +msgstr "Аргументи не в парах" + +#: cmdline/apt-config.cc +#, fuzzy +msgid "" +"Usage: apt-config [options] command\n" +"\n" +"apt-config is an interface to the configuration settings used by\n" +"all APT tools, mainly intended for debugging and shell scripting.\n" msgstr "" +"Використання: apt-config [опції] команда\n" +"\n" +"apt-config - простий інструмент для зчитування конфігураційного файла APT\n" -#. TRANSLATOR: "Yes" answer printed for a yes/no question if --assume-yes is set -#: apt-private/private-output.cc:778 -msgid "Y" +#: cmdline/apt-config.cc +msgid "get configuration values via shell evaluation" msgstr "" -#. TRANSLATOR: "No" answer printed for a yes/no question if --assume-no is set -#: apt-private/private-output.cc:784 -msgid "N" +#: cmdline/apt-config.cc +msgid "show the active configuration setting" msgstr "" -#: apt-private/private-output.cc:806 apt-pkg/cachefilter.cc:40 +#: cmdline/apt-get.cc #, c-format -msgid "Regex compilation error - %s" -msgstr "Помилка компіляції регулярного виразу - %s" - -#: apt-private/private-update.cc:31 -msgid "The update command takes no arguments" -msgstr "Команді update не потрібні аргументи" +msgid "Couldn't find package %s" +msgstr "Не можу знайти пакунок %s" -#: apt-private/private-update.cc:95 +#: cmdline/apt-get.cc cmdline/apt-mark.cc #, c-format -msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" -msgid_plural "" -"%i packages can be upgraded. Run 'apt list --upgradable' to see them.\n" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: apt-private/private-update.cc:99 -msgid "All packages are up to date." -msgstr "" +msgid "%s set to automatically installed.\n" +msgstr "%s позначений як автоматично встановлений.\n" -#: apt-private/private-cacheset.cc:37 apt-private/private-search.cc:65 -msgid "Sorting" +#: cmdline/apt-get.cc cmdline/apt-mark.cc +msgid "" +"This command is deprecated. Please use 'apt-mark auto' and 'apt-mark manual' " +"instead." msgstr "" +"Ця команда застаріла. Будь-ласка, використовуйте замість неї 'apt-mark auto' " +"і 'apt-mark manual'." -#: apt-private/private-show.cc:156 -#, c-format -msgid "There is %i additional record. Please use the '-a' switch to see it" -msgid_plural "" -"There are %i additional records. Please use the '-a' switch to see them." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +#: cmdline/apt-get.cc +msgid "Internal error, problem resolver broke stuff" +msgstr "Внутрішня помилка, вирішувач проблем щось поламав" -#: apt-private/private-show.cc:163 -msgid "not a real package (virtual)" -msgstr "" +#: cmdline/apt-get.cc +msgid "Supported modules:" +msgstr "Підтримувані модулі:" -#: apt-private/private-main.cc:32 +#: cmdline/apt-get.cc +#, fuzzy msgid "" -"NOTE: This is only a simulation!\n" -" apt-get needs root privileges for real execution.\n" -" Keep also in mind that locking is deactivated,\n" -" so don't depend on the relevance to the real current situation!" +"Usage: apt-get [options] command\n" +" apt-get [options] install|remove pkg1 [pkg2 ...]\n" +" apt-get [options] source pkg1 [pkg2 ...]\n" +"\n" +"apt-get is a command line interface for retrieval of packages\n" +"and information about them from authenticated sources and\n" +"for installation, upgrade and removal of packages together\n" +"with their dependencies.\n" msgstr "" -"УВАГА: Це тільки симуляція!\n" -" apt-get потребує права root для реального запуску.\n" -" Також не забувайте, що блокування вимикається,\n" -" тому не очікуйте на відповідність поточній реальній ситуації!" +"Використання: apt-get [опції] команда\n" +" apt-get [опції] install|remove пакунок1 [пкн2 ...]\n" +" apt-get [опції] source пакунок1 [пкн2 ...]\n" +"\n" +"apt-get - простий інтерфейс командного рядка для завантаження й\n" +"встановлення пакунків. Найбільш часто використовувані команди - update\n" +"і install.\n" -#: apt-private/private-install.cc:81 -msgid "Internal error, InstallPackages was called with broken packages!" +#: cmdline/apt-get.cc +msgid "Retrieve new lists of packages" +msgstr "завантажити нові переліки пакунків" + +#: cmdline/apt-get.cc +msgid "Perform an upgrade" +msgstr "виконати оновлення пакунків" + +#: cmdline/apt-get.cc +msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "" -"Внутрішня помилка, InstallPackages була викликана з непрацездатними " -"пакунками!" +"встановити нові пакунки (назва пакунка вказується як libc6, а не libc6.deb)" -#: apt-private/private-install.cc:90 -msgid "Packages need to be removed but remove is disabled." -msgstr "Необхідно видалити пакунки, але видалення заборонене." +#: cmdline/apt-get.cc +msgid "Remove packages" +msgstr "видалити пакунки" -#: apt-private/private-install.cc:109 -msgid "Internal error, Ordering didn't finish" -msgstr "Внутрішня помилка, Ordering не завершилася" +#: cmdline/apt-get.cc +msgid "Remove packages and config files" +msgstr "видалити пакунки разом з іхніми конфігураційними файлами" -#: apt-private/private-install.cc:147 -msgid "How odd... The sizes didn't match, email apt@packages.debian.org" -msgstr "Дивно... Розбіжність розмірів, напишіть на apt@packages.debian.org" +#: cmdline/apt-get.cc cmdline/apt.cc +msgid "Remove automatically all unused packages" +msgstr "видалити автоматично усі пакунки, що не використовуються" -#. TRANSLATOR: The required space between number and unit is already included -#. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB -#: apt-private/private-install.cc:154 -#, c-format -msgid "Need to get %sB/%sB of archives.\n" -msgstr "Необхідно завантажити %sB/%sB архівів.\n" +#: cmdline/apt-get.cc +msgid "Distribution upgrade, see apt-get(8)" +msgstr "оновити всю систему, докладніше в apt-get(8)" -#. TRANSLATOR: The required space between number and unit is already included -#. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB -#: apt-private/private-install.cc:159 -#, c-format -msgid "Need to get %sB of archives.\n" -msgstr "Необхідно завантажити %sB архівів.\n" +#: cmdline/apt-get.cc +msgid "Follow dselect selections" +msgstr "керуватися вибором, зробленим у dselect" -#. TRANSLATOR: The required space between number and unit is already included -#. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB -#: apt-private/private-install.cc:166 -#, c-format -msgid "After this operation, %sB of additional disk space will be used.\n" +#: cmdline/apt-get.cc +msgid "Configure build-dependencies for source packages" msgstr "" -"Після цієї операції об'єм зайнятого дискового простору зросте на %sB.\n" +"завантажити все необхідне для побудови зазначеного пакунку з вихідних текстів" -#. TRANSLATOR: The required space between number and unit is already included -#. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB -#: apt-private/private-install.cc:171 -#, c-format -msgid "After this operation, %sB disk space will be freed.\n" -msgstr "" -"Після цієї операції об'єм зайнятого дискового простору зменшиться на %sB.\n" +#: cmdline/apt-get.cc +msgid "Erase downloaded archive files" +msgstr "видалити завантажені архіви" -#: apt-private/private-install.cc:185 apt-private/private-download.cc:117 -msgid "There are problems and -y was used without --force-yes" -msgstr "Виявлено проблеми, а опція -y була використана без --force-yes" +#: cmdline/apt-get.cc +msgid "Erase old downloaded archive files" +msgstr "видалити старі завантажені архіви" -#: apt-private/private-install.cc:191 apt-private/private-install.cc:213 -msgid "Trivial Only specified but this is not a trivial operation." +#: cmdline/apt-get.cc +msgid "Verify that there are no broken dependencies" +msgstr "перевірити наявність порушених залежностей" + +#: cmdline/apt-get.cc +msgid "Download source archives" +msgstr "завантажити архіви з вихідними текстами" + +#: cmdline/apt-get.cc +msgid "Download the binary package into the current directory" +msgstr "завантажити двійковий пакунок у поточну директорію" + +#: cmdline/apt-get.cc +msgid "Download and display the changelog for the given package" +msgstr "завантажити і показати журнал змін для визначеного пакунку" + +#: cmdline/apt-helper.cc +msgid "Need one URL as argument" msgstr "" -"Вказано виконання тільки тривіальних операцій, але це не тривіальна операція." -#. TRANSLATOR: This string needs to be typed by the user as a confirmation, so be -#. careful with hard to type or special characters (like non-breaking spaces) -#: apt-private/private-install.cc:195 -msgid "Yes, do as I say!" -msgstr "Так, робити, як я скажу!" +#: cmdline/apt-helper.cc +#, fuzzy +msgid "Must specify at least one pair url/filename" +msgstr "" +"Вкажіть як мінімум один пакунок, для якого необхідно завантажити вихідні " +"тексти" -#: apt-private/private-install.cc:197 +#: cmdline/apt-helper.cc +msgid "Download Failed" +msgstr "" + +#: cmdline/apt-helper.cc #, c-format +msgid "GetSrvRec failed for %s" +msgstr "" + +#: cmdline/apt-helper.cc msgid "" -"You are about to do something potentially harmful.\n" -"To continue type in the phrase '%s'\n" -" ?] " +"Usage: apt-helper [options] command\n" +" apt-helper [options] cat-file file ...\n" +" apt-helper [options] download-file uri target-path\n" +"\n" +"apt-helper bundles a variety of commands for shell scripts to use\n" +"e.g. the same proxy configuration or acquire system as APT would.\n" msgstr "" -"Те, що ви хочете зробити, може мати небажані наслідки.\n" -"Щоб продовжити, введіть фразу: '%s'\n" -" ?] " -#: apt-private/private-install.cc:203 apt-private/private-install.cc:221 -msgid "Abort." -msgstr "Перервано." +#: cmdline/apt-helper.cc +msgid "download the given uri to the target-path" +msgstr "" -#: apt-private/private-install.cc:218 -msgid "Do you want to continue?" -msgstr "Бажаєте продовжити?" +#: cmdline/apt-helper.cc +msgid "lookup a SRV record (e.g. _http._tcp.ftp.debian.org)" +msgstr "" -#: apt-private/private-install.cc:288 -msgid "Some files failed to download" -msgstr "Деякі файли не вдалося завантажити" +#: cmdline/apt-helper.cc +msgid "concatenate files, with automatic decompression" +msgstr "" -#: apt-private/private-install.cc:295 -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" +#: cmdline/apt-helper.cc +msgid "detect proxy using apt.conf" msgstr "" -"Неможливо завантажити деякі архіви, імовірно треба виконати apt-get update " -"або спробувати повторити запуск з ключем --fix-missing?" -#: apt-private/private-install.cc:299 -msgid "--fix-missing and media swapping is not currently supported" -msgstr "--fix-missing і зміна носія в даний момент не підтримується" +#: cmdline/apt-mark.cc +#, c-format +msgid "%s can not be marked as it is not installed.\n" +msgstr "%s не може бути позначений, тому що він не встановлений.\n" -#: apt-private/private-install.cc:304 -msgid "Unable to correct missing packages." -msgstr "Неможливо виправити втрачені пакунки." +#: cmdline/apt-mark.cc +#, c-format +msgid "%s was already set to manually installed.\n" +msgstr "%s вже був позначений, як встановлений вручну.\n" -#: apt-private/private-install.cc:305 -msgid "Aborting install." -msgstr "Переривається встановлення." +#: cmdline/apt-mark.cc +#, c-format +msgid "%s was already set to automatically installed.\n" +msgstr "%s вже був позначений, як автоматично встановлений.\n" -#: apt-private/private-install.cc:341 -msgid "" -"The following package disappeared from your system as\n" -"all files have been overwritten by other packages:" -msgid_plural "" -"The following packages disappeared from your system as\n" -"all files have been overwritten by other packages:" -msgstr[0] "" -"Вказаний пакунок зник з вашої системи, так як\n" -"усі файли були перезаписані іншими пакунками:" -msgstr[1] "" -"Вказані пакунки зникли з вашої системи, так як\n" -"усі файли були перезаписані іншими пакунками:" -msgstr[2] "" -"Вказані пакунки зникли з вашої системи, так як\n" -"усі файли були перезаписані іншими пакунками:" +#: cmdline/apt-mark.cc +#, c-format +msgid "%s was already set on hold.\n" +msgstr "%s вже був зафіксований.\n" -#: apt-private/private-install.cc:345 -msgid "Note: This is done automatically and on purpose by dpkg." -msgstr "Увага: це зроблено автоматично і умисно dpkg'ем." +#: cmdline/apt-mark.cc +#, c-format +msgid "%s was already not hold.\n" +msgstr "%s вже був незафіксований.\n" -#: apt-private/private-install.cc:366 -msgid "We are not supposed to delete stuff, can't start AutoRemover" -msgstr "Нам не дозволено видаляти, неможливо запустити AutoRemover" +#: cmdline/apt-mark.cc +msgid "Executing dpkg failed. Are you root?" +msgstr "Не вдалося виконати dpkg. Ви root?" -#: apt-private/private-install.cc:474 -msgid "" -"Hmm, seems like the AutoRemover destroyed something which really\n" -"shouldn't happen. Please file a bug report against apt." +#: cmdline/apt-mark.cc +#, c-format +msgid "%s set on hold.\n" +msgstr "%s зафіксовано.\n" + +#: cmdline/apt-mark.cc +#, c-format +msgid "Canceled hold on %s.\n" +msgstr "Фіксацію для %s відмінено.\n" + +#: cmdline/apt-mark.cc +#, c-format +msgid "Selected %s for purge.\n" msgstr "" -"Хм, виглядає так, що AutoRemover помилково знищив щось потрібне.\n" -"Будь-ласка відправте багрепорт щодо apt." -#. -#. if (Packages == 1) -#. { -#. c1out << std::endl; -#. c1out << -#. _("Since you only requested a single operation it is extremely likely that\n" -#. "the package is simply not installable and a bug report against\n" -#. "that package should be filed.") << std::endl; -#. } -#. -#: apt-private/private-install.cc:477 apt-private/private-install.cc:627 -msgid "The following information may help to resolve the situation:" -msgstr "Наступна інформація можливо допоможе Вам виправити ситуацію:" +#: cmdline/apt-mark.cc +#, c-format +msgid "Selected %s for removal.\n" +msgstr "" -#: apt-private/private-install.cc:481 -msgid "Internal Error, AutoRemover broke stuff" -msgstr "Внутрішня Помилка, AutoRemover щось поламав" +#: cmdline/apt-mark.cc +#, c-format +msgid "Selected %s for installation.\n" +msgstr "" -#: apt-private/private-install.cc:488 +#: cmdline/apt-mark.cc +#, fuzzy msgid "" -"The following package was automatically installed and is no longer required:" -msgid_plural "" -"The following packages were automatically installed and are no longer " -"required:" -msgstr[0] "" -"Наступний пакунок був встановлений автоматично і більше не потрібен:" -msgstr[1] "Наступні пакунки були встановлені автоматично і більше не потрібні:" -msgstr[2] "Наступні пакунки були встановлені автоматично і більше не потрібні:" +"Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n" +"\n" +"apt-mark is a simple command line interface for marking packages\n" +"as manually or automatically installed. It can also be used to\n" +"manipulate the dpkg(1) selection states of packages, and to list\n" +"all packages with or without a certain marking.\n" +msgstr "" +"Використання: apt-mark [опції] {auto|manual} пакунок1 [пакунок2 ...]\n" +"\n" +"apt-mark - це простий інтерфейс командного рядка для позначення\n" +"пакунків як встановлені вручну, або автоматично. Він також уміє\n" +"показувати позначки.\n" -#: apt-private/private-install.cc:492 -#, c-format -msgid "%lu package was automatically installed and is no longer required.\n" -msgid_plural "" -"%lu packages were automatically installed and are no longer required.\n" -msgstr[0] "%lu пакунок був встановлений автоматично і більше не потрібен.\n" -msgstr[1] "" -"%lu пакунка було встановлено автоматично і вони більше не потрібні.\n" -msgstr[2] "" -"%lu пакунків було встановлено автоматично і вони більше не потрібні.\n" +#: cmdline/apt-mark.cc +msgid "Mark the given packages as automatically installed" +msgstr "позначити вказані пакунки як автоматично встановлені" -#: apt-private/private-install.cc:494 -msgid "Use 'apt-get autoremove' to remove it." -msgid_plural "Use 'apt-get autoremove' to remove them." -msgstr[0] "Використовуйте 'apt-get autoremove' щоб видалити його." -msgstr[1] "Використовуйте 'apt-get autoremove' щоб видалити їх." -msgstr[2] "Використовуйте 'apt-get autoremove' щоб видалити їх." +#: cmdline/apt-mark.cc +msgid "Mark the given packages as manually installed" +msgstr "позначити вказані пакунки як встановлені вручну" -#: apt-private/private-install.cc:587 -msgid "You might want to run 'apt-get -f install' to correct these:" +#: cmdline/apt-mark.cc +msgid "Mark a package as held back" msgstr "" -"Можливо, для виправлення цих помилок Ви захочете скористатися 'apt-get -f " -"install':" -#: apt-private/private-install.cc:589 -msgid "" -"Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a " -"solution)." +#: cmdline/apt-mark.cc +msgid "Unset a package set as held back" +msgstr "" + +#: cmdline/apt-mark.cc +msgid "Print the list of automatically installed packages" +msgstr "" + +#: cmdline/apt-mark.cc +msgid "Print the list of manually installed packages" msgstr "" -"Незадоволені залежності. Спробуйте виконати 'apt-get -f install', не " -"вказуючи назв пакунків (або вкажіть рішення)." -#: apt-private/private-install.cc:612 +#: cmdline/apt-mark.cc +msgid "Print the list of package on hold" +msgstr "" + +#: cmdline/apt.cc msgid "" -"Some packages could not be installed. This may mean that you have\n" -"requested an impossible situation or if you are using the unstable\n" -"distribution that some required packages have not yet been created\n" -"or been moved out of Incoming." +"Usage: apt [options] command\n" +"\n" +"apt is a commandline package manager and provides commands for\n" +"searching and managing as well as querying information about packages.\n" +"It provides the same functionality as the specialized APT tools,\n" +"like apt-get and apt-cache, but enables options more suitable for\n" +"interactive use by default.\n" msgstr "" -"Деякі пакунки неможливо встановити. Можливо, Ви просите неможливого,\n" -"або ж використовуєте нестабільний дистрибутив, і запитані Вами пакунки\n" -"ще не створені або були вилучені з Incoming." -#: apt-private/private-install.cc:633 -msgid "Broken packages" +#. query +#: cmdline/apt.cc +msgid "list packages based on package names" +msgstr "" + +#: cmdline/apt.cc +#, fuzzy +msgid "search in package descriptions" +msgstr "Зчитування переліків пакунків" + +#: cmdline/apt.cc +msgid "show package details" +msgstr "" + +#. package stuff +#: cmdline/apt.cc +#, fuzzy +msgid "install packages" +msgstr "Зафіксовані пакунки:" + +#: cmdline/apt.cc +#, fuzzy +msgid "remove packages" msgstr "Зламані пакунки" -#: apt-private/private-install.cc:710 -msgid "The following extra packages will be installed:" -msgstr "Будуть встановлені наступні додаткові пакунки:" +#. system wide stuff +#: cmdline/apt.cc +#, fuzzy +msgid "update list of available packages" +msgstr "але це віртуальний пакунок" -#: apt-private/private-install.cc:800 -msgid "Suggested packages:" -msgstr "Пропоновані пакунки:" +#: cmdline/apt.cc +msgid "upgrade the system by installing/upgrading packages" +msgstr "" -#: apt-private/private-install.cc:801 -msgid "Recommended packages:" -msgstr "Рекомендовані пакунки:" +#: cmdline/apt.cc +msgid "upgrade the system by removing/installing/upgrading packages" +msgstr "" -#: apt-private/private-install.cc:823 +#. misc +#: cmdline/apt.cc +#, fuzzy +msgid "edit the source information file" +msgstr "Зчитування інформації про стан" + +#: methods/cdrom.cc #, c-format -msgid "Skipping %s, it is already installed and upgrade is not set.\n" +msgid "Unable to read the cdrom database %s" +msgstr "Неможливо прочитати базу %s з cdrom" + +#: methods/cdrom.cc +msgid "" +"Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update " +"cannot be used to add new CD-ROMs" msgstr "" -"Пропускається %s, пакунок вже встановлений і опція ОНОВИТИ не встановлена.\n" +"Будь-ласка запустіть apt-cdrom, щоб APT розпізнав цей CD-ROM, apt-get update " +"не може додавати нові CD-ROM" -#: apt-private/private-install.cc:827 +#: methods/cdrom.cc +msgid "Wrong CD-ROM" +msgstr "Невірний CD-ROM" + +#: methods/cdrom.cc #, c-format -msgid "Skipping %s, it is not installed and only upgrades are requested.\n" +msgid "Unable to unmount the CD-ROM in %s, it may still be in use." msgstr "" -"Пропускається %s, пакунок не встановлений, а запитуються тільки оновлення.\n" +"Неможливо відмонтувати CDROM в %s, можливо він все ще використовується." -#: apt-private/private-install.cc:839 +#: methods/cdrom.cc +msgid "Disk not found." +msgstr "Диск не знайдено." + +#: methods/cdrom.cc methods/file.cc methods/rsh.cc +msgid "File not found" +msgstr "Файл не знайдено" + +#: methods/connect.cc #, c-format -msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n" -msgstr "Перевстановлення %s неможливе, бо він не може бути завантаженим.\n" +msgid "Connecting to %s (%s)" +msgstr "З'єднання з %s (%s)" -#: apt-private/private-install.cc:844 +#: methods/connect.cc #, c-format -msgid "%s is already the newest version.\n" -msgstr "Вже встановлена найновіша версія %s.\n" +msgid "[IP: %s %s]" +msgstr "[IP: %s %s]" -#: apt-private/private-install.cc:892 +#: methods/connect.cc #, c-format -msgid "Selected version '%s' (%s) for '%s'\n" -msgstr "Обрана версія '%s' (%s) для '%s'\n" +msgid "Could not create a socket for %s (f=%u t=%u p=%u)" +msgstr "Неможливо створити сокет для %s (f=%u t=%u p=%u)" -#: apt-private/private-install.cc:897 +#: methods/connect.cc #, c-format -msgid "Selected version '%s' (%s) for '%s' because of '%s'\n" -msgstr "Обрана версія '%s' (%s) для '%s' через '%s'\n" +msgid "Cannot initiate the connection to %s:%s (%s)." +msgstr "Неможливо почати з'єднання з %s:%s (%s)." -#. TRANSLATORS: Note, this is not an interactive question -#: apt-private/private-install.cc:939 +#: methods/connect.cc #, c-format -msgid "Package '%s' is not installed, so not removed. Did you mean '%s'?\n" -msgstr "" -"Пакунок '%s' не встановлений, тому не видалений. Можливо ви мали на увазі " -"'%s'?\n" +msgid "Could not connect to %s:%s (%s), connection timed out" +msgstr "Неможливо з'єднатися з %s:%s (%s), час з'єднання вичерпався" -#: apt-private/private-install.cc:945 +#: methods/connect.cc methods/ftp.cc methods/rsh.cc +msgid "Failed" +msgstr "Невдача" + +#: methods/connect.cc #, c-format -msgid "Package '%s' is not installed, so not removed\n" -msgstr "Пакунок '%s' не встановлений, тому не видалений\n" +msgid "Could not connect to %s:%s (%s)." +msgstr "Неможливо під'єднатися до %s:%s (%s)." + +#. We say this mainly because the pause here is for the +#. ssh connection that is still going +#: methods/connect.cc methods/rsh.cc +#, c-format +msgid "Connecting to %s" +msgstr "З'єднання з %s" -#: apt-private/private-download.cc:62 +#: methods/connect.cc #, c-format +msgid "Could not resolve '%s'" +msgstr "Не можу знайти IP адрес для %s" + +#: methods/connect.cc +#, c-format +msgid "Temporary failure resolving '%s'" +msgstr "Тимчасова помилка при отриманні IP адреси '%s'" + +#: methods/connect.cc +#, fuzzy, c-format +msgid "System error resolving '%s:%s'" +msgstr "Сталося щось дивне при спробі отримати IP адрес для '%s:%s' (%i - %s)" + +#: methods/connect.cc +#, c-format +msgid "Something wicked happened resolving '%s:%s' (%i - %s)" +msgstr "Сталося щось дивне при спробі отримати IP адрес для '%s:%s' (%i - %s)" + +#: methods/connect.cc +#, c-format +msgid "Unable to connect to %s:%s:" +msgstr "Неможливо під'єднатися до %s:%s:" + +#: methods/copy.cc methods/store.cc +#, fuzzy +msgid "Failed to stat" +msgstr "Не вдалося одержати атрибути (stat)" + +#: methods/copy.cc methods/rred.cc methods/store.cc +msgid "Failed to set modification time" +msgstr "Не вдалося встановити час модифікації" + +#: methods/file.cc +msgid "Invalid URI, local URIS must not start with //" +msgstr "Невірне посилання (URI), локальні посилання не повинні починатися з //" + +#. Login must be before getpeername otherwise dante won't work. +#: methods/ftp.cc +msgid "Logging in" +msgstr "Логінюсь в" + +#: methods/ftp.cc +msgid "Unable to determine the peer name" +msgstr "Неможливо визначити назву вузла" + +#: methods/ftp.cc +msgid "Unable to determine the local name" +msgstr "Неможливо визначити локальну назву" + +#: methods/ftp.cc +#, c-format +msgid "The server refused the connection and said: %s" +msgstr "Сервер розірвав з'єднання, відповівши: %s" + +#: methods/ftp.cc +#, c-format +msgid "USER failed, server said: %s" +msgstr "USER невдало, сервер мовив: %s" + +#: methods/ftp.cc +#, c-format +msgid "PASS failed, server said: %s" +msgstr "PASS невдало, сервер мовив: %s" + +#: methods/ftp.cc msgid "" -"Can't drop privileges for downloading as file '%s' couldn't be accessed by " -"user '%s'." +"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin " +"is empty." msgstr "" +"Вказано проксі-сервер, але відсутній скрипт логіну, Acquire::ftp::ProxyLogin " +"пустий." -#: apt-private/private-download.cc:94 -msgid "WARNING: The following packages cannot be authenticated!" -msgstr "УВАГА: Наступні пакунки неможливо автентифікувати!" +#: methods/ftp.cc +#, c-format +msgid "Login script command '%s' failed, server said: %s" +msgstr "Команда '%s' у скрипті логіна не вдалася, сервер мовив: %s" -#: apt-private/private-download.cc:98 -msgid "Authentication warning overridden.\n" -msgstr "Автентифікаційне попередження не прийнято до уваги.\n" +#: methods/ftp.cc +#, c-format +msgid "TYPE failed, server said: %s" +msgstr "TYPE невдало, сервер мовив: %s" -#: apt-private/private-download.cc:103 apt-private/private-download.cc:110 -msgid "Some packages could not be authenticated" -msgstr "Деякі пакунки неможливо автентифікувати" +#: methods/ftp.cc methods/rsh.cc +msgid "Connection timeout" +msgstr "Час з'єднання вичерпався" -#: apt-private/private-download.cc:108 -msgid "Install these packages without verification?" -msgstr "Встановити ці пакунки без перевірки?" +#: methods/ftp.cc +msgid "Server closed the connection" +msgstr "Сервер закрив з'єднання" + +#: methods/ftp.cc methods/rsh.cc apt-pkg/contrib/fileutl.cc +msgid "Read error" +msgstr "Помилка зчитування" + +#: methods/ftp.cc methods/rsh.cc +msgid "A response overflowed the buffer." +msgstr "Відповідь переповнила буфер." + +#: methods/ftp.cc +msgid "Protocol corruption" +msgstr "Спотворений протокол" + +#: methods/ftp.cc methods/rsh.cc apt-pkg/contrib/fileutl.cc +msgid "Write error" +msgstr "Помилка запису" + +#: methods/ftp.cc +msgid "Could not create a socket" +msgstr "Неможливо створити сокет (socket)" + +#: methods/ftp.cc +msgid "Could not connect data socket, connection timed out" +msgstr "Неможливо під'єднати сокет (socket) з даними, час з'єднання вичерпався" + +#: methods/ftp.cc +msgid "Could not connect passive socket." +msgstr "Неможливо під'єднати пасивний сокет (passive socket)." + +#: methods/ftp.cc +msgid "getaddrinfo was unable to get a listening socket" +msgstr "Виклик getaddrinfo не зміг отримати слухаючий сокет" -#: apt-private/private-download.cc:149 apt-pkg/update.cc:77 +#: methods/ftp.cc +msgid "Could not bind a socket" +msgstr "Неможливо приєднатися до сокета" + +#: methods/ftp.cc +msgid "Could not listen on the socket" +msgstr "Неможливо прослухати на сокеті" + +#: methods/ftp.cc +msgid "Could not determine the socket's name" +msgstr "Не вдалося визначити назву сокета" + +#: methods/ftp.cc +msgid "Unable to send PORT command" +msgstr "Неможливо відіслати команду PORT" + +#: methods/ftp.cc #, c-format -msgid "Failed to fetch %s %s\n" -msgstr "Не вдалося завантажити %s %s\n" +msgid "Unknown address family %u (AF_*)" +msgstr "Невідоме адресове сімейство %u (AF_*)" -#: apt-private/private-download.cc:171 apt-private/private-download.cc:174 +#: methods/ftp.cc #, c-format -msgid "Couldn't determine free space in %s" -msgstr "Не вдалося визначити кількість вільного місця в %s" +msgid "EPRT failed, server said: %s" +msgstr "EPRT невдало, сервер мовив: %s" -#: apt-private/private-download.cc:188 +#: methods/ftp.cc +msgid "Data socket connect timed out" +msgstr "Час з'єднання з сокетом даних вичерпався" + +#: methods/ftp.cc +msgid "Unable to accept connection" +msgstr "Неможливо прийняти з'єднання" + +#: methods/ftp.cc methods/rsh.cc methods/server.cc +msgid "Problem hashing file" +msgstr "Проблема хешування файла" + +#: methods/ftp.cc #, c-format -msgid "You don't have enough free space in %s." -msgstr "Недостатньо вільного місця в %s." +msgid "Unable to fetch file, server said '%s'" +msgstr "Неможливо завантажити файл, сервер мовив: '%s'" + +#: methods/ftp.cc methods/rsh.cc +msgid "Data socket timed out" +msgstr "Час з'єднання з сокетом (socket) з даними вичерпався" + +#: methods/ftp.cc +#, c-format +msgid "Data transfer failed, server said '%s'" +msgstr "Передача даних обірвалася, сервер мовив '%s'" + +#. Get the files information +#: methods/ftp.cc +msgid "Query" +msgstr "Черга" + +#: methods/ftp.cc +msgid "Unable to invoke " +msgstr "Неможливо викликати " + +#: methods/gpgv.cc +msgid "At least one invalid signature was encountered." +msgstr "Знайдено як мінімум один невірний підпис." + +#: methods/gpgv.cc +msgid "" +"Internal error: Good signature, but could not determine key fingerprint?!" +msgstr "" +"Внутрішня помилка: Вірний підпис (signature), але не можливо визначити його " +"відбиток?!" -#: apt-private/private-sources.cc:58 -#, fuzzy, c-format -msgid "Failed to parse %s. Edit again? " -msgstr "Не вдалося перейменувати %s на %s" +#: methods/gpgv.cc +msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)" +msgstr "" +"Неможливо виконати 'apt-key' для перевірки підпису (чи встановлено gnupg?)" -#: apt-private/private-sources.cc:70 +#. TRANSLATORS: %s is a single techy word like 'NODATA' +#: methods/gpgv.cc apt-pkg/acquire-item.cc #, c-format -msgid "Your '%s' file changed, please run 'apt-get update'." +msgid "" +"Clearsigned file isn't valid, got '%s' (does the network require " +"authentication?)" msgstr "" -#: apt-private/private-search.cc:69 -msgid "Full Text Search" +#: methods/gpgv.cc +msgid "Unknown error executing apt-key" +msgstr "Невідома помилка виконання apt-key" + +#: methods/gpgv.cc +msgid "The following signatures were invalid:\n" +msgstr "Наступні підписи були невірними:\n" + +#: methods/gpgv.cc +msgid "" +"The following signatures couldn't be verified because the public key is not " +"available:\n" msgstr "" +"Наступні підписи не можуть бути перевірені, тому що публічний ключ " +"відсутній:\n" -#: apt-private/acqprogress.cc:66 -msgid "Hit " -msgstr "В кеші " +#: methods/http.cc +msgid "Error writing to the file" +msgstr "Помилка запису у файл" -#: apt-private/acqprogress.cc:88 -msgid "Get:" -msgstr "Отр:" +#: methods/http.cc +msgid "Error reading from server. Remote end closed connection" +msgstr "Помилка зчитування з сервера. Віддалена сторона закрила з'єднання" -#: apt-private/acqprogress.cc:119 -msgid "Ign " -msgstr "Ігн " +#: methods/http.cc +msgid "Error reading from server" +msgstr "Помилка зчитування з сервера" -#: apt-private/acqprogress.cc:126 -msgid "Err " -msgstr "Пом " +#: methods/http.cc +msgid "Error writing to file" +msgstr "Помилка запису у файл" -#: apt-private/acqprogress.cc:150 -#, c-format -msgid "Fetched %sB in %s (%sB/s)\n" -msgstr "Отримано %sB за %sB (%sB/s)\n" +#: methods/http.cc +msgid "Select failed" +msgstr "Вибір провалився" -#: apt-private/acqprogress.cc:240 -#, c-format -msgid " [Working]" -msgstr " [Йде робота]" +#: methods/http.cc +msgid "Connection timed out" +msgstr "Час очікування з'єднання вийшов" -#: apt-private/acqprogress.cc:301 -#, c-format -msgid "" -"Media change: please insert the disc labeled\n" -" '%s'\n" -"in the drive '%s' and press enter\n" -msgstr "" -"Зміна носія: вставте диск з міткою\n" -" '%s'\n" -"у пристрій '%s' і натисніть Enter\n" +#: methods/http.cc +msgid "Error writing to output file" +msgstr "Помилка запису у вихідний файл" #. Only warn if there are no sources.list.d. #. Only warn if there is no sources.list file. -#: methods/mirror.cc:95 apt-pkg/init.cc:113 apt-pkg/init.cc:121 -#: apt-pkg/sourcelist.cc:280 apt-pkg/sourcelist.cc:286 apt-pkg/clean.cc:43 -#: apt-pkg/acquire.cc:557 apt-pkg/policy.cc:381 apt-pkg/contrib/fileutl.cc:374 -#: apt-pkg/contrib/fileutl.cc:487 apt-pkg/contrib/cdromutl.cc:205 -#: apt-inst/extract.cc:471 +#: methods/mirror.cc apt-inst/extract.cc apt-pkg/acquire.cc apt-pkg/clean.cc +#: apt-pkg/contrib/cdromutl.cc apt-pkg/contrib/fileutl.cc apt-pkg/init.cc +#: apt-pkg/policy.cc apt-pkg/sourcelist.cc #, c-format msgid "Unable to read %s" msgstr "Неможливо прочитати %s" -#: methods/mirror.cc:101 methods/mirror.cc:130 apt-pkg/clean.cc:49 -#: apt-pkg/clean.cc:67 apt-pkg/clean.cc:130 apt-pkg/acquire.cc:563 -#: apt-pkg/acquire.cc:588 apt-pkg/contrib/cdromutl.cc:201 -#: apt-pkg/contrib/cdromutl.cc:235 +#: methods/mirror.cc apt-pkg/acquire.cc apt-pkg/clean.cc +#: apt-pkg/contrib/cdromutl.cc #, c-format msgid "Unable to change to %s" msgstr "Неможливо змінити на %s" #. FIXME: fallback to a default mirror here instead #. and provide a config option to define that default -#: methods/mirror.cc:280 +#: methods/mirror.cc #, c-format msgid "No mirror file '%s' found " msgstr "Не знайдено файла дзеркала '%s' " #. FIXME: fallback to a default mirror here instead #. and provide a config option to define that default -#: methods/mirror.cc:287 +#: methods/mirror.cc #, c-format msgid "Can not read mirror file '%s'" msgstr "Неможливо прочитати файл дзеркала '%s'" -#: methods/mirror.cc:315 +#: methods/mirror.cc #, fuzzy, c-format msgid "No entry found in mirror file '%s'" msgstr "Неможливо прочитати файл дзеркала '%s'" -#: methods/mirror.cc:445 +#: methods/mirror.cc #, c-format msgid "[Mirror: %s]" msgstr "[Дзеркало: %s]" -#: methods/rsh.cc:102 ftparchive/multicompress.cc:171 +#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc +#: apt-pkg/acquire-item.cc +#, c-format +msgid "Failed to stat %s" +msgstr "Не вдалося одержати атрибути %s" + +#: methods/rsh.cc ftparchive/multicompress.cc msgid "Failed to create IPC pipe to subprocess" msgstr "Не вдалося створити IPC канал для підпроцесу" -#: methods/rsh.cc:346 +#: methods/rsh.cc msgid "Connection closed prematurely" msgstr "З'єднання завершено передчасно" +#: methods/server.cc +msgid "Waiting for headers" +msgstr "Очікування на заголовки" + +#: methods/server.cc +msgid "Bad header line" +msgstr "Невірний рядок заголовку" + +#: methods/server.cc +msgid "The HTTP server sent an invalid reply header" +msgstr "HTTP сервер відіслав невірний заголовок 'reply'" + +#: methods/server.cc +msgid "The HTTP server sent an invalid Content-Length header" +msgstr "HTTP сервер відіслав невірний заголовок 'Content-Length'" + +#: methods/server.cc +msgid "The HTTP server sent an invalid Content-Range header" +msgstr "HTTP сервер відіслав невірний заголовок 'Content-Range'" + +#: methods/server.cc +msgid "This HTTP server has broken range support" +msgstr "Цей HTTP сервер має поламану підтримку 'range'" + +#: methods/server.cc +msgid "Unknown date format" +msgstr "Невідомий формат дати" + +#: methods/server.cc +msgid "Bad header data" +msgstr "Погана заголовкова інформація" + +#: methods/server.cc +msgid "Connection failed" +msgstr "З'єднання не вдалося" + +#: methods/server.cc +#, c-format +msgid "" +"Automatically disabled %s due to incorrect response from server/proxy. (man " +"5 apt.conf)" +msgstr "" + +#: methods/server.cc +msgid "Internal error" +msgstr "Внутрішня помилка" + +#: methods/store.cc +msgid "Empty files can't be valid archives" +msgstr "Пусті файли не можуть бути правильними архівами" + #: dselect/install:33 msgid "Bad default setting!" msgstr "Неправильне значення за умовчанням!" #: dselect/install:52 dselect/install:84 dselect/install:88 dselect/install:95 #: dselect/install:106 dselect/update:45 -msgid "Press enter to continue." +#, fuzzy +msgid "Press [Enter] to continue." msgstr "Для продовження натисніть Enter." #: dselect/install:92 @@ -1862,18 +1988,14 @@ msgstr "" msgid "Merging available information" msgstr "Об'єднання доступної інформації" -#: cmdline/apt-extracttemplates.cc:229 +#: cmdline/apt-extracttemplates.cc +#, fuzzy msgid "" "Usage: apt-extracttemplates file1 [file2 ...]\n" "\n" -"apt-extracttemplates is a tool to extract config and template info\n" -"from debian packages\n" -"\n" -"Options:\n" -" -h This help text\n" -" -t Set the temp dir\n" -" -c=? Read this configuration file\n" -" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" +"apt-extracttemplates is used to extract config and template files\n" +"from debian packages. It is used mainly by debconf(1) to prompt for\n" +"configuration questions before installation of packages.\n" msgstr "" "Використання: apt-extracttemplates file1 [file2 ...]\n" "\n" @@ -1886,48 +2008,80 @@ msgstr "" " -c=? Читати зазначений конфігураційний файл\n" " -o=? Вказати довільну опцію, наприклад, -o dir::cache=/tmp\n" -#: cmdline/apt-extracttemplates.cc:259 apt-pkg/contrib/fileutl.cc:2092 +#: cmdline/apt-extracttemplates.cc apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Неможливо прочитати атрибути %s" -#: cmdline/apt-extracttemplates.cc:264 apt-pkg/pkgcachegen.cc:1385 -#: apt-pkg/contrib/fileutl.cc:2097 +#: cmdline/apt-extracttemplates.cc apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Неможливо записати в %s" -#: cmdline/apt-extracttemplates.cc:305 +#: cmdline/apt-extracttemplates.cc msgid "Cannot get debconf version. Is debconf installed?" msgstr "Неможливо визначити версію debconf. Він встановлений?" -#: ftparchive/apt-ftparchive.cc:186 ftparchive/apt-ftparchive.cc:370 +#: cmdline/apt-internal-solver.cc +#, fuzzy +msgid "" +"Usage: apt-internal-solver\n" +"\n" +"apt-internal-solver is an interface to use the current internal\n" +"resolver for the APT family like an external one, for debugging or\n" +"the like.\n" +msgstr "" +"Використання: apt-internal-solver\n" +"\n" +"apt-internal-solver це інтерфейс для використання поточного\n" +"внутрішнього розв'язувача (як зовнішнього) для АРТ програм\n" +"для дебагу чи інших цілей\n" +"\n" +"Опції:\n" +" -h Цей текст допомоги.\n" +" -q Виводити повідомлення, придатні для запису у файл журналу.\n" +" Не виводити індикатор прогресу\n" +" -c=? Читати зазначений конфігураційний файл\n" +" -o=? Вказати умовну опцію, наприклад, -o dir::cache=/tmp\n" + +#: cmdline/apt-sortpkgs.cc +msgid "Unknown package record!" +msgstr "Невідомий запис про пакунок!" + +#: cmdline/apt-sortpkgs.cc +msgid "" +"Usage: apt-sortpkgs [options] file1 [file2 ...]\n" +"\n" +"apt-sortpkgs is a simple tool to sort package information files.\n" +"By default it sorts by binary package information, but the -s option\n" +"can be used to switch to source package ordering instead.\n" +msgstr "" + +#: ftparchive/apt-ftparchive.cc msgid "Package extension list is too long" msgstr "Список розширень, припустимих для пакунків, занадто довгий" -#: ftparchive/apt-ftparchive.cc:188 ftparchive/apt-ftparchive.cc:205 -#: ftparchive/apt-ftparchive.cc:228 ftparchive/apt-ftparchive.cc:282 -#: ftparchive/apt-ftparchive.cc:296 ftparchive/apt-ftparchive.cc:318 +#: ftparchive/apt-ftparchive.cc #, c-format msgid "Error processing directory %s" msgstr "Помилка обробки директорії %s" -#: ftparchive/apt-ftparchive.cc:280 +#: ftparchive/apt-ftparchive.cc msgid "Source extension list is too long" msgstr "" "Список розширень, припустимих для пакунків з вихідними текстами, занадто " "довгий" -#: ftparchive/apt-ftparchive.cc:400 +#: ftparchive/apt-ftparchive.cc msgid "Error writing header to contents file" msgstr "Помилка запису заголовка в повний перелік вмісту пакунків (Contents)" -#: ftparchive/apt-ftparchive.cc:430 +#: ftparchive/apt-ftparchive.cc #, c-format msgid "Error processing contents %s" msgstr "Помилка обробки повного переліку вмісту пакунків (Contents) %s" -#: ftparchive/apt-ftparchive.cc:625 +#: ftparchive/apt-ftparchive.cc msgid "" "Usage: apt-ftparchive [options] command\n" "Commands: packages binarypath [overridefile [pathprefix]]\n" @@ -2015,26 +2169,26 @@ msgstr "" " -c=? Використати зазначений конфігураційний файл\n" " -o=? Вказати довільний параметр конфігурації" -#: ftparchive/apt-ftparchive.cc:821 +#: ftparchive/apt-ftparchive.cc msgid "No selections matched" msgstr "Збігів не виявлено" -#: ftparchive/apt-ftparchive.cc:906 +#: ftparchive/apt-ftparchive.cc #, c-format msgid "Some files are missing in the package file group `%s'" msgstr "У групі пакунків '%s' відсутні деякі файли" -#: ftparchive/cachedb.cc:67 +#: ftparchive/cachedb.cc #, c-format msgid "DB was corrupted, file renamed to %s.old" msgstr "БД була пошкоджена, файл перейменований на %s.old" -#: ftparchive/cachedb.cc:85 +#: ftparchive/cachedb.cc #, c-format msgid "DB is old, attempting to upgrade %s" msgstr "БД застаріла, намагаюсь оновити %s" -#: ftparchive/cachedb.cc:96 +#: ftparchive/cachedb.cc msgid "" "DB format is invalid. If you upgraded from an older version of apt, please " "remove and re-create the database." @@ -2042,1694 +2196,1854 @@ msgstr "" "Невірний формат БД. Якщо ви оновилися зі старої версії apt, будь-ласка " "видаліть і наново створіть базу-даних." -#: ftparchive/cachedb.cc:101 +#: ftparchive/cachedb.cc #, c-format msgid "Unable to open DB file %s: %s" msgstr "Не вдалося відкрити файл БД %s: %s" -#: ftparchive/cachedb.cc:184 apt-inst/extract.cc:186 apt-inst/extract.cc:199 -#: apt-inst/extract.cc:216 -#, c-format -msgid "Failed to stat %s" -msgstr "Не вдалося одержати атрибути %s" - -#: ftparchive/cachedb.cc:326 +#: ftparchive/cachedb.cc #, fuzzy msgid "Failed to read .dsc" msgstr "Не вдалося прочитати посилання (readlink) %s" -#: ftparchive/cachedb.cc:359 +#: ftparchive/cachedb.cc msgid "Archive has no control record" msgstr "В архіві немає запису 'control'" -#: ftparchive/cachedb.cc:526 +#: ftparchive/cachedb.cc msgid "Unable to get a cursor" msgstr "Неможливо одержати курсор" -#: ftparchive/writer.cc:104 +#: ftparchive/contents.cc +msgid "realloc - Failed to allocate memory" +msgstr "realloc - Не вдалося виділити пам'ять" + +#: ftparchive/multicompress.cc +#, c-format +msgid "Unknown compression algorithm '%s'" +msgstr "Невідомий алгоритм стиснення '%s'" + +#: ftparchive/multicompress.cc +#, c-format +msgid "Compressed output %s needs a compression set" +msgstr "Для отримання стиснутого виводу %s необхідно ввімкнути стиснення" + +#: ftparchive/multicompress.cc +msgid "Failed to fork" +msgstr "Не вдалося породити процес (fork)" + +#: ftparchive/multicompress.cc +msgid "Compress child" +msgstr "Процес-нащадок, що виконує пакування" + +#: ftparchive/multicompress.cc +#, c-format +msgid "Internal error, failed to create %s" +msgstr "Внутрішня помилка, не вдалося створити %s" + +#: ftparchive/multicompress.cc +msgid "IO to subprocess/file failed" +msgstr "Помилка уведення/виводу в підпроцес/файл" + +#: ftparchive/multicompress.cc +msgid "Failed to read while computing MD5" +msgstr "Помилка зчитування під час обчислення MD5" + +#: ftparchive/multicompress.cc apt-inst/extract.cc +#, c-format +msgid "Failed to rename %s to %s" +msgstr "Не вдалося перейменувати %s на %s" + +#: ftparchive/override.cc +#, c-format +msgid "Unable to open %s" +msgstr "Не вдалося відкрити %s" + +#. skip spaces +#. find end of word +#: ftparchive/override.cc +#, fuzzy, c-format +msgid "Malformed override %s line %llu (%s)" +msgstr "Спотворений запис про перепризначення (override) %s на рядку %llu #1" + +#: ftparchive/override.cc +#, c-format +msgid "Failed to read the override file %s" +msgstr "Не вдалося прочитати файл перепризначень (override) %s" + +#: ftparchive/override.cc +#, fuzzy, c-format +msgid "Malformed override %s line %llu #1" +msgstr "Спотворений запис про перепризначення (override) %s на рядку %llu #1" + +#: ftparchive/override.cc +#, fuzzy, c-format +msgid "Malformed override %s line %llu #2" +msgstr "Спотворений запис про перепризначення (override) %s на рядку %llu #2" + +#: ftparchive/override.cc +#, fuzzy, c-format +msgid "Malformed override %s line %llu #3" +msgstr "Спотворений запис про перепризначення (override) %s на рядку %llu #3" + +#: ftparchive/writer.cc #, c-format msgid "W: Unable to read directory %s\n" msgstr "У: Не вдалося прочитати директорію %s\n" -#: ftparchive/writer.cc:109 +#: ftparchive/writer.cc #, c-format msgid "W: Unable to stat %s\n" msgstr "У: Неможливо прочитати атрибути %s\n" -#: ftparchive/writer.cc:165 +#: ftparchive/writer.cc msgid "E: " msgstr "П: " -#: ftparchive/writer.cc:167 +#: ftparchive/writer.cc msgid "W: " msgstr "У: " -#: ftparchive/writer.cc:174 +#: ftparchive/writer.cc msgid "E: Errors apply to file " msgstr "П: Помилки відносяться до файлу " -#: ftparchive/writer.cc:192 ftparchive/writer.cc:224 +#: ftparchive/writer.cc #, c-format msgid "Failed to resolve %s" msgstr "Не вдалося визначити %s" -#: ftparchive/writer.cc:205 +#: ftparchive/writer.cc msgid "Tree walking failed" msgstr "Не вдалося зробити обхід дерева" -#: ftparchive/writer.cc:232 +#: ftparchive/writer.cc #, c-format msgid "Failed to open %s" msgstr "Не вдалося відкрити %s" -#: ftparchive/writer.cc:291 +#: ftparchive/writer.cc #, c-format msgid " DeLink %s [%s]\n" msgstr "DeLink %s [%s]\n" -#: ftparchive/writer.cc:299 +#: ftparchive/writer.cc apt-pkg/acquire-item.cc +#, c-format +msgid "Failed to readlink %s" +msgstr "Не вдалося прочитати посилання (readlink) %s" + +#: ftparchive/writer.cc +#, c-format +msgid "*** Failed to link %s to %s" +msgstr "*** Не вдалося створити посилання %s на %s" + +#: ftparchive/writer.cc +#, c-format +msgid " DeLink limit of %sB hit.\n" +msgstr " Перевищено ліміт в %sB в DeLink.\n" + +#: ftparchive/writer.cc +msgid "Archive had no package field" +msgstr "Архів не мав поля 'package'" + +#: ftparchive/writer.cc +#, fuzzy, c-format +msgid " %s has no override entry\n" +msgstr " Відсутній запис про перепризначення (override) для %s\n" + +#: ftparchive/writer.cc +#, c-format +msgid " %s maintainer is %s not %s\n" +msgstr " пакунок %s супроводжується %s, а не %s\n" + +#: ftparchive/writer.cc +#, fuzzy, c-format +msgid " %s has no source override entry\n" +msgstr " Відсутній запис про перепризначення вихідних текстів для %s\n" + +#: ftparchive/writer.cc +#, fuzzy, c-format +msgid " %s has no binary override entry either\n" +msgstr " Крім того, відсутній запис про бінарне перепризначення для %s\n" + +#: apt-inst/contrib/arfile.cc +msgid "Invalid archive signature" +msgstr "Невірний підпис архіву" + +#: apt-inst/contrib/arfile.cc +msgid "Error reading archive member header" +msgstr "Неможливо прочитати заголовок 'member' в архіві" + +#: apt-inst/contrib/arfile.cc +#, fuzzy, c-format +msgid "Invalid archive member header %s" +msgstr "Невірний заголовок 'member' %s в архіві" + +#: apt-inst/contrib/arfile.cc +#, fuzzy +msgid "Invalid archive member header" +msgstr "Невірний заголовок 'member' в архіві" + +#: apt-inst/contrib/arfile.cc +msgid "Archive is too short" +msgstr "Архів занадто малий" + +#: apt-inst/contrib/arfile.cc +msgid "Failed to read the archive headers" +msgstr "Не вдалося прочитати заголовки в архіві" + +#: apt-inst/contrib/extracttar.cc +#, fuzzy, c-format +msgid "Cannot find a configured compressor for '%s'" +msgstr "Неможливо знайти аутентифікаційний запис для: %s" + +#: apt-inst/contrib/extracttar.cc +msgid "Corrupted archive" +msgstr "Пошкоджений архів" + +#: apt-inst/contrib/extracttar.cc +msgid "Tar checksum failed, archive corrupted" +msgstr "Контрольна сума tar архіва невірна, архів пошкоджений" + +#: apt-inst/contrib/extracttar.cc +#, c-format +msgid "Unknown TAR header type %u, member %s" +msgstr "Невідомий тип заголовку TAR - %u, член %s" + +#: apt-inst/deb/debfile.cc +#, c-format +msgid "This is not a valid DEB archive, missing '%s' member" +msgstr "Невірний DEB архів, відсутній член '%s'" + +#: apt-inst/deb/debfile.cc #, c-format -msgid "Failed to readlink %s" -msgstr "Не вдалося прочитати посилання (readlink) %s" +msgid "Internal error, could not locate member %s" +msgstr "Внутрішня помилка, не можу знайти складову частину %s" + +#: apt-inst/deb/debfile.cc +msgid "Unparsable control file" +msgstr "Контрольний файл не можливо обробити" -#: ftparchive/writer.cc:303 +#: apt-inst/dirstream.cc #, c-format -msgid "Failed to unlink %s" -msgstr "Не вдалося видалити посилання (unlink) %s" +msgid "Failed to write file %s" +msgstr "Не вдалося записати файл %s" -#: ftparchive/writer.cc:311 +#: apt-inst/dirstream.cc #, c-format -msgid "*** Failed to link %s to %s" -msgstr "*** Не вдалося створити посилання %s на %s" +msgid "Failed to close file %s" +msgstr "Не вдалося закрити файл %s" -#: ftparchive/writer.cc:321 +#: apt-inst/extract.cc #, c-format -msgid " DeLink limit of %sB hit.\n" -msgstr " Перевищено ліміт в %sB в DeLink.\n" +msgid "The path %s is too long" +msgstr "Шлях %s занадто довгий" -#: ftparchive/writer.cc:427 -msgid "Archive had no package field" -msgstr "Архів не мав поля 'package'" +#: apt-inst/extract.cc +#, c-format +msgid "Unpacking %s more than once" +msgstr "Розпакування %s більш ніж один раз" -#: ftparchive/writer.cc:435 ftparchive/writer.cc:698 +#: apt-inst/extract.cc #, fuzzy, c-format -msgid " %s has no override entry\n" -msgstr " Відсутній запис про перепризначення (override) для %s\n" +msgid "The directory %s is diverted" +msgstr "Директорія %s є відхиленою (diverted)" -#: ftparchive/writer.cc:502 ftparchive/writer.cc:862 +#: apt-inst/extract.cc #, c-format -msgid " %s maintainer is %s not %s\n" -msgstr " пакунок %s супроводжується %s, а не %s\n" +msgid "The package is trying to write to the diversion target %s/%s" +msgstr "Пакунок пробує записати у ціль з diversion %s/%s" -#: ftparchive/writer.cc:712 -#, fuzzy, c-format -msgid " %s has no source override entry\n" -msgstr " Відсутній запис про перепризначення вихідних текстів для %s\n" +#: apt-inst/extract.cc +#, fuzzy +msgid "The diversion path is too long" +msgstr "Шлях 'diversion' є занадто довгим" -#: ftparchive/writer.cc:716 -#, fuzzy, c-format -msgid " %s has no binary override entry either\n" -msgstr " Крім того, відсутній запис про бінарне перепризначення для %s\n" +#: apt-inst/extract.cc +#, c-format +msgid "The directory %s is being replaced by a non-directory" +msgstr "Директорія %s замінюється не директорією" -#: ftparchive/contents.cc:351 ftparchive/contents.cc:382 -msgid "realloc - Failed to allocate memory" -msgstr "realloc - Не вдалося виділити пам'ять" +#: apt-inst/extract.cc +#, fuzzy +msgid "Failed to locate node in its hash bucket" +msgstr "Не вдалося знайти вузол у його наборі хешів" -#: ftparchive/override.cc:38 ftparchive/override.cc:142 +#: apt-inst/extract.cc +msgid "The path is too long" +msgstr "Шлях занадто довгий" + +#: apt-inst/extract.cc #, c-format -msgid "Unable to open %s" -msgstr "Не вдалося відкрити %s" +msgid "Overwrite package match with no version for %s" +msgstr "Перезаписати відповідність пакунка без версії для %s" -#. skip spaces -#. find end of word -#: ftparchive/override.cc:68 -#, fuzzy, c-format -msgid "Malformed override %s line %llu (%s)" -msgstr "Спотворений запис про перепризначення (override) %s на рядку %llu #1" +#: apt-inst/extract.cc +#, c-format +msgid "File %s/%s overwrites the one in the package %s" +msgstr "Файл %s/%s перезаписує інший файл в пакунку %s" -#: ftparchive/override.cc:127 ftparchive/override.cc:201 +#: apt-inst/extract.cc #, c-format -msgid "Failed to read the override file %s" -msgstr "Не вдалося прочитати файл перепризначень (override) %s" +msgid "Unable to stat %s" +msgstr "Неможливо прочитати атрибути %s" -#: ftparchive/override.cc:166 -#, fuzzy, c-format -msgid "Malformed override %s line %llu #1" -msgstr "Спотворений запис про перепризначення (override) %s на рядку %llu #1" +#: apt-inst/filelist.cc +msgid "DropNode called on still linked node" +msgstr "DropNode було викликано для вузла, що ще використовувався" -#: ftparchive/override.cc:178 -#, fuzzy, c-format -msgid "Malformed override %s line %llu #2" -msgstr "Спотворений запис про перепризначення (override) %s на рядку %llu #2" +#: apt-inst/filelist.cc +msgid "Failed to locate the hash element!" +msgstr "Не вдалося знайти елемент хеша!" + +#: apt-inst/filelist.cc +#, fuzzy +msgid "Failed to allocate diversion" +msgstr "Не вдалося створити diversion" + +#: apt-inst/filelist.cc +msgid "Internal error in AddDiversion" +msgstr "Внутрішня помилка в AddDiversion" -#: ftparchive/override.cc:191 +#: apt-inst/filelist.cc #, fuzzy, c-format -msgid "Malformed override %s line %llu #3" -msgstr "Спотворений запис про перепризначення (override) %s на рядку %llu #3" +msgid "Trying to overwrite a diversion, %s -> %s and %s/%s" +msgstr "Спроба перезапису diversion, %s -> %s і %s/%s" -#: ftparchive/multicompress.cc:73 -#, c-format -msgid "Unknown compression algorithm '%s'" -msgstr "Невідомий алгоритм стиснення '%s'" +#: apt-inst/filelist.cc +#, fuzzy, c-format +msgid "Double add of diversion %s -> %s" +msgstr "Подвійне додавання diversion %s -> %s" -#: ftparchive/multicompress.cc:103 +#: apt-inst/filelist.cc #, c-format -msgid "Compressed output %s needs a compression set" -msgstr "Для отримання стиснутого виводу %s необхідно ввімкнути стиснення" +msgid "Duplicate conf file %s/%s" +msgstr "Копія конфігураційного файлу %s/%s" -#: ftparchive/multicompress.cc:192 -msgid "Failed to create FILE*" -msgstr "Не вдалося створити FILE*" +#: apt-pkg/acquire-item.cc +msgid "" +"Updating from such a repository can't be done securely, and is therefore " +"disabled by default." +msgstr "" -#: ftparchive/multicompress.cc:195 -msgid "Failed to fork" -msgstr "Не вдалося породити процес (fork)" +#: apt-pkg/acquire-item.cc +msgid "" +"Data from such a repository can't be authenticated and is therefore " +"potentially dangerous to use." +msgstr "" -#: ftparchive/multicompress.cc:209 -msgid "Compress child" -msgstr "Процес-нащадок, що виконує пакування" +#: apt-pkg/acquire-item.cc +msgid "" +"See apt-secure(8) manpage for repository creation and user configuration " +"details." +msgstr "" -#: ftparchive/multicompress.cc:232 +#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc #, c-format -msgid "Internal error, failed to create %s" -msgstr "Внутрішня помилка, не вдалося створити %s" +msgid "rename failed, %s (%s -> %s)." +msgstr "не вдалося перейменувати, %s (%s -> %s)." -#: ftparchive/multicompress.cc:305 -msgid "IO to subprocess/file failed" -msgstr "Помилка уведення/виводу в підпроцес/файл" +#: apt-pkg/acquire-item.cc +msgid "Hash Sum mismatch" +msgstr "Невідповідність хешу MD5Sum" -#: ftparchive/multicompress.cc:343 -msgid "Failed to read while computing MD5" -msgstr "Помилка зчитування під час обчислення MD5" +#: apt-pkg/acquire-item.cc +msgid "Size mismatch" +msgstr "Невідповідність розміру" -#: ftparchive/multicompress.cc:359 -#, c-format -msgid "Problem unlinking %s" -msgstr "Не вдалося видалити %s" +#: apt-pkg/acquire-item.cc +#, fuzzy +msgid "Invalid file format" +msgstr "Невірна дія %s" -#: ftparchive/multicompress.cc:374 apt-inst/extract.cc:194 -#, c-format -msgid "Failed to rename %s to %s" -msgstr "Не вдалося перейменувати %s на %s" +#: apt-pkg/acquire-item.cc +#, fuzzy +msgid "Signature error" +msgstr "Помилка запису" -#: cmdline/apt-internal-solver.cc:51 +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format msgid "" -"Usage: apt-internal-solver\n" -"\n" -"apt-internal-solver is an interface to use the current internal\n" -"like an external resolver for the APT family for debugging or alike\n" -"\n" -"Options:\n" -" -h This help text.\n" -" -q Loggable output - no progress indicator\n" -" -c=? Read this configuration file\n" -" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" +"An error occurred during the signature verification. The repository is not " +"updated and the previous index files will be used. GPG error: %s: %s" msgstr "" -"Використання: apt-internal-solver\n" -"\n" -"apt-internal-solver це інтерфейс для використання поточного\n" -"внутрішнього розв'язувача (як зовнішнього) для АРТ програм\n" -"для дебагу чи інших цілей\n" -"\n" -"Опції:\n" -" -h Цей текст допомоги.\n" -" -q Виводити повідомлення, придатні для запису у файл журналу.\n" -" Не виводити індикатор прогресу\n" -" -c=? Читати зазначений конфігураційний файл\n" -" -o=? Вказати умовну опцію, наприклад, -o dir::cache=/tmp\n" +"Виникла помилка під час перевірки підпису. Репозиторій не оновлено, " +"попередні індексні файли будуть використані. Помилка GPG: %s: %s\n" -#: cmdline/apt-sortpkgs.cc:91 -msgid "Unknown package record!" -msgstr "Невідомий запис про пакунок!" +#. Invalid signature file, reject (LP: #346386) (Closes: #627642) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "GPG error: %s: %s" +msgstr "Помилка GPG: %s: %s" -#: cmdline/apt-sortpkgs.cc:155 +#: apt-pkg/acquire-item.cc +#, c-format msgid "" -"Usage: apt-sortpkgs [options] file1 [file2 ...]\n" -"\n" -"apt-sortpkgs is a simple tool to sort package files. The -s option is used\n" -"to indicate what kind of file it is.\n" -"\n" -"Options:\n" -" -h This help text\n" -" -s Use source file sorting\n" -" -c=? Read this configuration file\n" -" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" +"Skipping acquire of configured file '%s' as repository '%s' doesn't support " +"architecture '%s'" msgstr "" -"Використання: apt-sortpkgs [options] file1 [file2 ...]\n" -"\n" -"apt-sortpkgs - простий інструмент для сортування переліків пакунків. Опція -" -"s\n" -"використається, щоб вказати тип списку.\n" -"\n" -"Опції:\n" -" -h цей текст\n" -" -s сортувати список файлів з вихідними текстами\n" -" -c=? читати зазначений файл конфігурації\n" -" -o=? встановити довільну опцію, наприклад, -o dir::cache=/tmp\n" -#: apt-pkg/install-progress.cc:59 +#: apt-pkg/acquire-item.cc #, c-format -msgid "Progress: [%3i%%]" +msgid "" +"Unable to find expected entry '%s' in Release file (Wrong sources.list entry " +"or malformed file)" msgstr "" +"Неможливо знайти очікуваний запис '%s' у 'Release' файлі (Невірний запис у " +"sources.list, або пошкоджений файл)" -#: apt-pkg/install-progress.cc:93 apt-pkg/install-progress.cc:176 -msgid "Running dpkg" -msgstr "Виконується dpkg" - -#: apt-pkg/init.cc:156 +#: apt-pkg/acquire-item.cc #, c-format -msgid "Packaging system '%s' is not supported" -msgstr "Система пакування '%s' не підтримується" +msgid "" +"Skipping acquire of configured file '%s' as repository '%s' provides only " +"weak security information for it" +msgstr "" -#: apt-pkg/init.cc:172 -msgid "Unable to determine a suitable packaging system type" -msgstr "Неможливо визначити тип необхідної системи пакування" +#: apt-pkg/acquire-item.cc +msgid "There is no public key available for the following key IDs:\n" +msgstr "Відсутній публічний ключ для заданих ідентифікаторів (ID) ключа:\n" -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:775 +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time since then the file is invalid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc #, c-format -msgid "Wrote %i records.\n" -msgstr "Записано %i записів.\n" +msgid "" +"Release file for %s is expired (invalid since %s). Updates for this " +"repository will not be applied." +msgstr "" +"Файл 'Release' для %s застарів (недійсний з %s). Оновлення для цього " +"репозиторія не будуть застосовані." -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:777 +#: apt-pkg/acquire-item.cc #, c-format -msgid "Wrote %i records with %i missing files.\n" -msgstr "Записано %i записів з %i відсутніми файлами.\n" +msgid "Conflicting distribution: %s (expected %s but got %s)" +msgstr "Конфліктуючий дистрибутив: %s (очікувався %s, але є %s)" -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:780 -#, c-format -msgid "Wrote %i records with %i mismatched files\n" -msgstr "Записано %i записів з %i невідповідними файлам\n" +#. No Release file was present, or verification failed, so fall +#. back to queueing Packages files without verification +#. only allow going further if the user explicitly wants it +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +msgid "The repository '%s' is not signed." +msgstr "Директорія %s є відхиленою (diverted)" + +#. No Release file was present so fall +#. back to queueing Packages files without verification +#. only allow going further if the user explicitly wants it +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +msgid "The repository '%s' does not have a Release file." +msgstr "Директорія %s є відхиленою (diverted)" + +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +msgid "The repository '%s' is no longer signed." +msgstr "Директорія %s є відхиленою (diverted)" + +#: apt-pkg/acquire-item.cc +msgid "" +"This is normally not allowed, but the option Acquire::" +"AllowDowngradeToInsecureRepositories was given to override it." +msgstr "" -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:783 +#: apt-pkg/acquire-item.cc #, c-format -msgid "Wrote %i records with %i missing files and %i mismatched files\n" -msgstr "Записано %i записів з %i відсутніми і %i невідповідними файлами\n" +msgid "" +"I wasn't able to locate a file for the %s package. This might mean you need " +"to manually fix this package. (due to missing arch)" +msgstr "" +"Я не зміг знайти файл для пакунку %s. Можливо, це значить, що вам потрібно " +"власноруч виправити цей пакунок. (через відсутність 'arch')" -#: apt-pkg/indexcopy.cc:515 +#: apt-pkg/acquire-item.cc #, c-format -msgid "Can't find authentication record for: %s" -msgstr "Неможливо знайти аутентифікаційний запис для: %s" +msgid "Can't find a source to download version '%s' of '%s'" +msgstr "Неможливо знайти джерело для завантаження версії '%s' для '%s'" -#: apt-pkg/indexcopy.cc:521 +#: apt-pkg/acquire-item.cc #, c-format -msgid "Hash mismatch for: %s" -msgstr "Невідповідність хешу для: %s" +msgid "" +"The package index files are corrupted. No Filename: field for package %s." +msgstr "" +"Індексні файли пакунків пошкоджені. Немає поля 'Filename' для пакунку %s." + +#. TRANSLATOR: %s=%s is sourcename=sourceversion, e.g. apt=1.1 +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +msgid "Changelog unavailable for %s=%s" +msgstr "Журнал змін для %s (%s)" -#: apt-pkg/acquire-worker.cc:133 +#: apt-pkg/acquire-worker.cc #, c-format msgid "The method driver %s could not be found." msgstr "Драйвер для метода %s не знайдено." -#: apt-pkg/acquire-worker.cc:135 +#: apt-pkg/acquire-worker.cc #, fuzzy, c-format msgid "Is the package %s installed?" msgstr "Перевірте, чи встановлений пакунок 'dpkg-dev'.\n" -#: apt-pkg/acquire-worker.cc:186 +#: apt-pkg/acquire-worker.cc #, c-format msgid "Method %s did not start correctly" msgstr "Метод %s стартував некоректно" -#: apt-pkg/acquire-worker.cc:485 -#, c-format -msgid "Please insert the disc labeled: '%s' in the drive '%s' and press enter." +#: apt-pkg/acquire-worker.cc +#, fuzzy, c-format +msgid "" +"Please insert the disc labeled: '%s' in the drive '%s' and press [Enter]." msgstr "" -"Будь-ласка, вставте диск з поміткою: '%s' в привід '%s' і натисніть Enter." - -#: apt-pkg/cachefile.cc:94 -msgid "The package lists or status file could not be parsed or opened." -msgstr "Не можу обробити чи відкрити перелік пакунків чи статусний файл." - -#: apt-pkg/cachefile.cc:98 -msgid "You may want to run apt-get update to correct these problems" -msgstr "Для виправлення цих помилок Ви можете виконати apt-get update" - -#: apt-pkg/cachefile.cc:116 -msgid "The list of sources could not be read." -msgstr "Неможливо прочитати перелік вихідних кодів." - -#: apt-pkg/pkgcache.cc:154 -msgid "Empty package cache" -msgstr "Кеш пакунків пустий" - -#: apt-pkg/pkgcache.cc:160 apt-pkg/pkgcache.cc:171 -msgid "The package cache file is corrupted" -msgstr "Файл кешу пакунків пошкоджений" - -#: apt-pkg/pkgcache.cc:165 -msgid "The package cache file is an incompatible version" -msgstr "Файл кешу пакунків має несумісну версію" - -#: apt-pkg/pkgcache.cc:168 -msgid "The package cache file is corrupted, it is too small" -msgstr "Файл кешу пакунків пошкоджений, занадто малий" +"Будь-ласка, вставте диск з поміткою: '%s' в привід '%s' і натисніть Enter." -#: apt-pkg/pkgcache.cc:175 +#: apt-pkg/acquire.cc apt-pkg/cdrom.cc #, c-format -msgid "This APT does not support the versioning system '%s'" -msgstr "Цей APT не підтримує систему призначення версій '%s'" +msgid "List directory %spartial is missing." +msgstr "Відсутня директорія зі списками: %spartial" -#: apt-pkg/pkgcache.cc:185 -#, fuzzy, c-format -msgid "The package cache was built for different architectures: %s vs %s" -msgstr "Кеш пакунків був побудований для іншої архітектури" +#: apt-pkg/acquire.cc +#, c-format +msgid "Archives directory %spartial is missing." +msgstr "Відсутня директорія для архівів: %spartial" -#: apt-pkg/pkgcache.cc:322 -msgid "Depends" -msgstr "Залежності (Depends)" +#: apt-pkg/acquire.cc +#, c-format +msgid "Unable to lock directory %s" +msgstr "Неможливо заблокувати директорію %s" -#: apt-pkg/pkgcache.cc:322 -msgid "PreDepends" -msgstr "Пре-Залежності (PreDepends)" +#: apt-pkg/acquire.cc +#, c-format +msgid "No sandbox user '%s' on the system, can not drop privileges" +msgstr "" -#: apt-pkg/pkgcache.cc:322 -msgid "Suggests" -msgstr "Пропонує (Suggests)" +#: apt-pkg/acquire.cc +#, c-format +msgid "" +"Can't drop privileges for downloading as file '%s' couldn't be accessed by " +"user '%s'." +msgstr "" -#: apt-pkg/pkgcache.cc:323 -msgid "Recommends" -msgstr "Рекомендує (Recommends)" +#: apt-pkg/acquire.cc apt-pkg/clean.cc +#, fuzzy, c-format +msgid "Clean of %s is not supported" +msgstr "Тип '%s' індексного файлу не підтримується" -#: apt-pkg/pkgcache.cc:323 -msgid "Conflicts" -msgstr "Конфлікти (Conflicts)" +#. only show the ETA if it makes sense +#. two days +#: apt-pkg/acquire.cc +#, c-format +msgid "Retrieving file %li of %li (%s remaining)" +msgstr "Завантажується файл %li з %li (залишилось %s)" -#: apt-pkg/pkgcache.cc:323 -msgid "Replaces" -msgstr "Заміняє (Replaces)" +#: apt-pkg/acquire.cc +#, c-format +msgid "Retrieving file %li of %li" +msgstr "Завантажується файл %li з %li" -#: apt-pkg/pkgcache.cc:324 -msgid "Obsoletes" -msgstr "Застарілі (Obsoletes)" +#: apt-pkg/algorithms.cc +#, c-format +msgid "" +"The package %s needs to be reinstalled, but I can't find an archive for it." +msgstr "" +"Пакунок %s повинен бути перевстановленим, але я не можу знайти його архів." -#: apt-pkg/pkgcache.cc:324 -msgid "Breaks" -msgstr "Ламає (Breaks)" +#: apt-pkg/algorithms.cc +msgid "" +"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by " +"held packages." +msgstr "" +"Помилка, pkgProblemResolver::Resolve згенерував зупинку, це може бути " +"пов'язано з зафіксованими пакунками." -#: apt-pkg/pkgcache.cc:324 -msgid "Enhances" -msgstr "Покращує (Enhances)" +#: apt-pkg/algorithms.cc +msgid "Unable to correct problems, you have held broken packages." +msgstr "Неможливо усунути проблеми, ви маєте поламані зафіксовані пакунки." -#: apt-pkg/pkgcache.cc:335 -msgid "important" -msgstr "важливі (important)" +#: apt-pkg/cachefile.cc +msgid "The package lists or status file could not be parsed or opened." +msgstr "Не можу обробити чи відкрити перелік пакунків чи статусний файл." -#: apt-pkg/pkgcache.cc:335 -msgid "required" -msgstr "необхідні (required)" +#: apt-pkg/cachefile.cc +msgid "You may want to run apt-get update to correct these problems" +msgstr "Для виправлення цих помилок Ви можете виконати apt-get update" -#: apt-pkg/pkgcache.cc:335 -msgid "standard" -msgstr "стандартні (standard)" +#: apt-pkg/cachefile.cc +msgid "The list of sources could not be read." +msgstr "Неможливо прочитати перелік вихідних кодів." -#: apt-pkg/pkgcache.cc:336 -msgid "optional" -msgstr "необов'язкові (optional)" +#: apt-pkg/cacheset.cc +#, c-format +msgid "Release '%s' for '%s' was not found" +msgstr "Випуск '%s' для '%s' не знайдено" -#: apt-pkg/pkgcache.cc:336 -msgid "extra" -msgstr "додаткові (extra)" +#: apt-pkg/cacheset.cc +#, c-format +msgid "Version '%s' for '%s' was not found" +msgstr "Версія '%s' для '%s' не знайдена" -#: apt-pkg/upgrade.cc:34 apt-pkg/upgrade.cc:136 apt-pkg/upgrade.cc:182 -msgid "Calculating upgrade" -msgstr "Обчислення оновлень" +#: apt-pkg/cacheset.cc +#, c-format +msgid "Couldn't find task '%s'" +msgstr "Неможливо знайти завдання '%s'" -#: apt-pkg/pkgrecords.cc:38 +#: apt-pkg/cacheset.cc #, c-format -msgid "Index file type '%s' is not supported" -msgstr "Тип '%s' індексного файлу не підтримується" +msgid "Couldn't find any package by regex '%s'" +msgstr "Неможливо знайти ніякий пакунок через рег.вираз '%s'" -#: apt-pkg/sourcelist.cc:127 +#: apt-pkg/cacheset.cc #, fuzzy, c-format -msgid "Malformed stanza %u in source list %s (URI parse)" -msgstr "Спотворений рядок %lu у переліку джерел %s (аналіз URI)" +msgid "Couldn't find any package by glob '%s'" +msgstr "Неможливо знайти ніякий пакунок через рег.вираз '%s'" -#: apt-pkg/sourcelist.cc:170 +#: apt-pkg/cacheset.cc #, c-format -msgid "Malformed line %lu in source list %s ([option] unparseable)" -msgstr "Спотворений рядок %lu у переліку джерел %s (нечитабельний [параметр])" +msgid "Can't select versions from package '%s' as it is purely virtual" +msgstr "Неможливо вибирати версії пакунку '%s', так як він є чисто віртуальним" -#: apt-pkg/sourcelist.cc:173 +#: apt-pkg/cacheset.cc #, c-format -msgid "Malformed line %lu in source list %s ([option] too short)" +msgid "Can't select newest version from package '%s' as it is purely virtual" msgstr "" -"Спотворений рядок %lu у переліку джерел %s ([параметр] занадто короткий)" +"Неможливо вибрати найновішу версію пакунку '%s', так як він є чисто " +"віртуальним" -#: apt-pkg/sourcelist.cc:184 +#: apt-pkg/cacheset.cc #, c-format -msgid "Malformed line %lu in source list %s ([%s] is not an assignment)" -msgstr "Спотворений рядок %lu у переліку джерел %s ([%s] не є призначенням)" +msgid "Can't select candidate version from package %s as it has no candidate" +msgstr "Неможливо вибрати версію пакунку %s, так як він не має кандидатів" -#: apt-pkg/sourcelist.cc:190 +#: apt-pkg/cacheset.cc #, c-format -msgid "Malformed line %lu in source list %s ([%s] has no key)" -msgstr "Спотворений рядок %lu у переліку джерел %s ([%s] не має ключа)" +msgid "Can't select installed version from package %s as it is not installed" +msgstr "" +"Неможливо вибрати встановлену версію пакунку %s, так як такий пакунок не " +"встановлено" -#: apt-pkg/sourcelist.cc:193 +#: apt-pkg/cacheset.cc #, c-format -msgid "Malformed line %lu in source list %s ([%s] key %s has no value)" +msgid "" +"Can't select installed nor candidate version from package '%s' as it has " +"neither of them" msgstr "" -"Спотворений рядок %lu у переліку джерел %s ([%s] ключ %s не має значення)" +"Неможливо вибрати встановлений пакунок, або версію-кандидат пакунку '%s', " +"так як вони відсутні" -#: apt-pkg/sourcelist.cc:206 +#: apt-pkg/cdrom.cc #, c-format -msgid "Malformed line %lu in source list %s (URI)" -msgstr "Спотворений рядок %lu у переліку джерел %s (проблема з URI)" +msgid "Line %u too long in source list %s." +msgstr "Рядок %u є занадто довгим у переліку джерел %s." -#: apt-pkg/sourcelist.cc:208 -#, c-format -msgid "Malformed line %lu in source list %s (dist)" -msgstr "Спотворений рядок %lu у переліку джерел %s (dist)" +#: apt-pkg/cdrom.cc +msgid "Unmounting CD-ROM...\n" +msgstr "Демонтується CD-ROM...\n" -#: apt-pkg/sourcelist.cc:211 +#: apt-pkg/cdrom.cc #, c-format -msgid "Malformed line %lu in source list %s (URI parse)" -msgstr "Спотворений рядок %lu у переліку джерел %s (аналіз URI)" +msgid "Using CD-ROM mount point %s\n" +msgstr "Використовується точка монтування CD-ROM: %s\n" -#: apt-pkg/sourcelist.cc:217 -#, c-format -msgid "Malformed line %lu in source list %s (absolute dist)" -msgstr "Спотворений рядок %lu у переліку джерел %s (absolute dist)" +#: apt-pkg/cdrom.cc +msgid "Waiting for disc...\n" +msgstr "Чекаю на диск...\n" -#: apt-pkg/sourcelist.cc:224 -#, c-format -msgid "Malformed line %lu in source list %s (dist parse)" -msgstr "Спотворений рядок %lu у переліку джерел %s (dist parse)" +#: apt-pkg/cdrom.cc +msgid "Mounting CD-ROM...\n" +msgstr "Монтується CD-ROM...\n" -#: apt-pkg/sourcelist.cc:335 -#, c-format -msgid "Opening %s" -msgstr "Відкриття %s" +#: apt-pkg/cdrom.cc +msgid "Identifying... " +msgstr "Ідентифікація... " -#: apt-pkg/sourcelist.cc:347 apt-pkg/cdrom.cc:497 +#: apt-pkg/cdrom.cc #, c-format -msgid "Line %u too long in source list %s." -msgstr "Рядок %u є занадто довгим у переліку джерел %s." +msgid "Stored label: %s\n" +msgstr "Записано мітку: %s\n" -#: apt-pkg/sourcelist.cc:371 -#, c-format -msgid "Malformed line %u in source list %s (type)" -msgstr "Спотворений рядок %u у переліку джерел %s (тип)" +#: apt-pkg/cdrom.cc +msgid "Scanning disc for index files...\n" +msgstr "Сканується диск на вміст індексних файлів...\n" -#: apt-pkg/sourcelist.cc:375 +#: apt-pkg/cdrom.cc #, c-format -msgid "Type '%s' is not known on line %u in source list %s" -msgstr "Невідомий тип '%s' на рядку %u в переліку джерел %s" - -#: apt-pkg/sourcelist.cc:416 -#, fuzzy, c-format -msgid "Type '%s' is not known on stanza %u in source list %s" -msgstr "Невідомий тип '%s' на рядку %u в переліку джерел %s" +msgid "" +"Found %zu package indexes, %zu source indexes, %zu translation indexes and " +"%zu signatures\n" +msgstr "" +"Знайдено %zu індексів пакунків, %zu індексів вихідних текстів, %zu індексів " +"перекладів і %zu підписів\n" -#: apt-pkg/clean.cc:39 apt-pkg/acquire.cc:553 -#, fuzzy, c-format -msgid "Clean of %s is not supported" -msgstr "Тип '%s' індексного файлу не підтримується" +#: apt-pkg/cdrom.cc +msgid "" +"Unable to locate any package files, perhaps this is not a Debian Disc or the " +"wrong architecture?" +msgstr "" +"Неможливо знайти ніякі файли пакунків, можливо, що це не диск з Debian, або " +"невірна архітектура?" -#: apt-pkg/clean.cc:64 +#: apt-pkg/cdrom.cc #, c-format -msgid "Unable to stat %s." -msgstr "Неможливо прочитати атрибути %s." +msgid "Found label '%s'\n" +msgstr "Знайдено мітку: '%s'\n" -#: apt-pkg/pkgcachegen.cc:113 -msgid "Cache has an incompatible versioning system" -msgstr "Кеш має несумісну систему призначення версій" +#: apt-pkg/cdrom.cc +msgid "That is not a valid name, try again.\n" +msgstr "Не є вірною назвою, спробуйте ще.\n" -#. TRANSLATOR: The first placeholder is a package name, -#. the other two should be copied verbatim as they include debug info -#: apt-pkg/pkgcachegen.cc:240 apt-pkg/pkgcachegen.cc:250 -#: apt-pkg/pkgcachegen.cc:316 apt-pkg/pkgcachegen.cc:382 -#: apt-pkg/pkgcachegen.cc:386 apt-pkg/pkgcachegen.cc:403 -#: apt-pkg/pkgcachegen.cc:411 apt-pkg/pkgcachegen.cc:415 -#: apt-pkg/pkgcachegen.cc:419 apt-pkg/pkgcachegen.cc:440 -#: apt-pkg/pkgcachegen.cc:479 apt-pkg/pkgcachegen.cc:525 -#: apt-pkg/pkgcachegen.cc:539 apt-pkg/pkgcachegen.cc:570 -#: apt-pkg/pkgcachegen.cc:584 +#: apt-pkg/cdrom.cc #, c-format -msgid "Error occurred while processing %s (%s%d)" -msgstr "Виникла помилка під час обробки %s (%s%d)" - -#: apt-pkg/pkgcachegen.cc:273 -msgid "Wow, you exceeded the number of package names this APT is capable of." -msgstr "Ого! Ви перевищили кількість імен пакунків, які APT може обробити." +msgid "" +"This disc is called: \n" +"'%s'\n" +msgstr "" +"Цей диск зветься: \n" +"'%s'\n" -#: apt-pkg/pkgcachegen.cc:276 -msgid "Wow, you exceeded the number of versions this APT is capable of." -msgstr "Ого! Ви перевищили кількість версій, які APT може обробити." +#: apt-pkg/cdrom.cc +msgid "Copying package lists..." +msgstr "Копіюються переліки пакунків..." -#: apt-pkg/pkgcachegen.cc:279 -msgid "Wow, you exceeded the number of descriptions this APT is capable of." -msgstr "Ого! Ви перевищили кількість описів, які APT може обробити." +#: apt-pkg/cdrom.cc +msgid "Writing new source list\n" +msgstr "Записується новий перелік вихідних текстів\n" -#: apt-pkg/pkgcachegen.cc:282 -msgid "Wow, you exceeded the number of dependencies this APT is capable of." -msgstr "Ого! Ви перевищили кількість залежностей, які APT може обробити." +#: apt-pkg/cdrom.cc +msgid "Source list entries for this disc are:\n" +msgstr "Перелік вихідних текстів для цього диска:\n" -#: apt-pkg/pkgcachegen.cc:591 +#: apt-pkg/clean.cc #, c-format -msgid "Package %s %s was not found while processing file dependencies" -msgstr "Пакунок %s %s не був знайдений під час обробки залежностей" +msgid "Unable to stat %s." +msgstr "Неможливо прочитати атрибути %s." -#: apt-pkg/pkgcachegen.cc:1196 +#: apt-pkg/contrib/cdromutl.cc #, c-format -msgid "Couldn't stat source package list %s" -msgstr "Не вдалося прочитати атрибути переліку вихідних текстів %s" - -#: apt-pkg/pkgcachegen.cc:1284 apt-pkg/pkgcachegen.cc:1388 -#: apt-pkg/pkgcachegen.cc:1394 apt-pkg/pkgcachegen.cc:1551 -msgid "Reading package lists" -msgstr "Зчитування переліків пакунків" - -#: apt-pkg/pkgcachegen.cc:1301 -#, fuzzy -msgid "Collecting File Provides" -msgstr "Збирання інформації про 'File Provides'" - -#: apt-pkg/pkgcachegen.cc:1493 apt-pkg/pkgcachegen.cc:1500 -msgid "IO Error saving source cache" -msgstr "Помилка IO під час збереження кешу вихідних текстів" +msgid "Unable to stat the mount point %s" +msgstr "Неможливо прочитати атрибути точки монтування %s" -#: apt-pkg/edsp.cc:52 apt-pkg/edsp.cc:78 -#, fuzzy -msgid "Send scenario to solver" -msgstr "Відправити сценарій розв'язувачу" +#: apt-pkg/contrib/cdromutl.cc +msgid "Failed to stat the cdrom" +msgstr "Не вдалося прочитати атрибути cdrom" -#: apt-pkg/edsp.cc:244 -#, fuzzy -msgid "Send request to solver" -msgstr "Відправити запит розв'язувачу" +#: apt-pkg/contrib/cmndline.cc +#, fuzzy, c-format +msgid "" +"Command line option '%c' [from %s] is not understood in combination with the " +"other options." +msgstr "Невідомий параметр командного рядка '%c' [з %s]." -#: apt-pkg/edsp.cc:323 -#, fuzzy -msgid "Prepare for receiving solution" -msgstr "Пригодуватися до отримання розв'язку" +#: apt-pkg/contrib/cmndline.cc +#, fuzzy, c-format +msgid "" +"Command line option %s is not understood in combination with the other " +"options" +msgstr "Незрозумілий параметр %s командного рядка" -#: apt-pkg/edsp.cc:330 -msgid "External solver failed without a proper error message" -msgstr "" -"Зовнішній розв'язувач завершився невдало без відповідного повідомлення про " -"помилку" +#: apt-pkg/contrib/cmndline.cc +#, c-format +msgid "Command line option %s is not boolean" +msgstr "Параметр %s командного рядка не є логічного типу 'boolean'" -#: apt-pkg/edsp.cc:622 apt-pkg/edsp.cc:625 apt-pkg/edsp.cc:630 -#, fuzzy -msgid "Execute external solver" -msgstr "Виконати зовнішній розв'язувач" +#: apt-pkg/contrib/cmndline.cc +#, c-format +msgid "Option %s requires an argument." +msgstr "Параметр %s потребує аргумента." -#: apt-pkg/acquire-item.cc:98 -msgid "Use --allow-insecure-repositories to force the update" +#: apt-pkg/contrib/cmndline.cc +#, c-format +msgid "Option %s: Configuration item specification must have an =." msgstr "" +"Опція %s: Специфікація вимагає, щоб рядки у конфігурації мали вираз =." -#: apt-pkg/acquire-item.cc:215 apt-pkg/contrib/fileutl.cc:2108 +#: apt-pkg/contrib/cmndline.cc #, c-format -msgid "rename failed, %s (%s -> %s)." -msgstr "не вдалося перейменувати, %s (%s -> %s)." - -#: apt-pkg/acquire-item.cc:240 -msgid "Hash Sum mismatch" -msgstr "Невідповідність хешу MD5Sum" - -#: apt-pkg/acquire-item.cc:245 -msgid "Size mismatch" -msgstr "Невідповідність розміру" - -#: apt-pkg/acquire-item.cc:250 -#, fuzzy -msgid "Invalid file format" -msgstr "Невірна дія %s" - -#: apt-pkg/acquire-item.cc:255 -#, fuzzy -msgid "Signature error" -msgstr "Помилка запису" - -#: apt-pkg/acquire-item.cc:259 -#, fuzzy -msgid "Does not start with a cleartext signature" -msgstr "Файл %s починається з не 'clearsigned' повідомленням" +msgid "Option %s requires an integer argument, not '%s'" +msgstr "Параметр %s потребує цілочислений аргумент, але не '%s'" -#: apt-pkg/acquire-item.cc:1584 +#: apt-pkg/contrib/cmndline.cc #, c-format -msgid "" -"An error occurred during the signature verification. The repository is not " -"updated and the previous index files will be used. GPG error: %s: %s\n" -msgstr "" -"Виникла помилка під час перевірки підпису. Репозиторій не оновлено, " -"попередні індексні файли будуть використані. Помилка GPG: %s: %s\n" +msgid "Option '%s' is too long" +msgstr "Параметр '%s' є занадто довгим" -#. Invalid signature file, reject (LP: #346386) (Closes: #627642) -#: apt-pkg/acquire-item.cc:1594 apt-pkg/acquire-item.cc:1600 +#: apt-pkg/contrib/cmndline.cc #, c-format -msgid "GPG error: %s: %s" -msgstr "Помилка GPG: %s: %s" +msgid "Sense %s is not understood, try true or false." +msgstr "Незрозумілий вираз %s, спробуйте true чи false." -#: apt-pkg/acquire-item.cc:1707 -#, fuzzy, c-format -msgid "The repository '%s' is no longer signed." -msgstr "Директорія %s є відхиленою (diverted)" +#: apt-pkg/contrib/cmndline.cc +#, c-format +msgid "Invalid operation %s" +msgstr "Невірна дія %s" -#: apt-pkg/acquire-item.cc:1714 -msgid "" -"This is normally not allowed, but the option Acquire::" -"AllowDowngradeToInsecureRepositories was given to override it." -msgstr "" +#: apt-pkg/contrib/configuration.cc +#, c-format +msgid "Unrecognized type abbreviation: '%c'" +msgstr "Нерозпізнаваний тип абревіатури: '%c'" -#: apt-pkg/acquire-item.cc:1727 apt-pkg/acquire-item.cc:2202 +#: apt-pkg/contrib/configuration.cc #, c-format -msgid "" -"The data from '%s' is not signed. Packages from that repository can not be " -"authenticated." -msgstr "" +msgid "Opening configuration file %s" +msgstr "Відкривається конфігураційний файл %s" -#: apt-pkg/acquire-item.cc:1956 +#: apt-pkg/contrib/configuration.cc #, c-format -msgid "" -"Unable to find expected entry '%s' in Release file (Wrong sources.list entry " -"or malformed file)" -msgstr "" -"Неможливо знайти очікуваний запис '%s' у 'Release' файлі (Невірний запис у " -"sources.list, або пошкоджений файл)" +msgid "Syntax error %s:%u: Block starts with no name." +msgstr "Синтаксична помилка %s:%u: Блок починається без назви." -#: apt-pkg/acquire-item.cc:1975 +#: apt-pkg/contrib/configuration.cc #, c-format -msgid "Unable to find hash sum for '%s' in Release file" -msgstr "Неможливо знайти хеш-суму для '%s' у 'Release' файлі" +msgid "Syntax error %s:%u: Malformed tag" +msgstr "Синтаксична помилка %s:%u: спотворений тег" -#: apt-pkg/acquire-item.cc:1999 -msgid "There is no public key available for the following key IDs:\n" -msgstr "Відсутній публічний ключ для заданих ідентифікаторів (ID) ключа:\n" +#: apt-pkg/contrib/configuration.cc +#, c-format +msgid "Syntax error %s:%u: Extra junk after value" +msgstr "Синтаксична помилка %s:%u: зайві символи після величини" -#: apt-pkg/acquire-item.cc:2037 +#: apt-pkg/contrib/configuration.cc #, c-format -msgid "" -"Release file for %s is expired (invalid since %s). Updates for this " -"repository will not be applied." +msgid "Syntax error %s:%u: Directives can only be done at the top level" msgstr "" -"Файл 'Release' для %s застарів (недійсний з %s). Оновлення для цього " -"репозиторія не будуть застосовані." +"Синтаксична помилка %s:%u: Директиви можуть бути виконані тільки на " +"найвищому рівні" -#: apt-pkg/acquire-item.cc:2059 +#: apt-pkg/contrib/configuration.cc #, c-format -msgid "Conflicting distribution: %s (expected %s but got %s)" -msgstr "Конфліктуючий дистрибутив: %s (очікувався %s, але є %s)" +msgid "Syntax error %s:%u: Too many nested includes" +msgstr "Синтаксична помилка %s:%u: Забагато вмонтованих (nested) включень" -#: apt-pkg/acquire-item.cc:2078 +#: apt-pkg/contrib/configuration.cc #, c-format -msgid "" -"The repository '%s' does not have a Release file. This is deprecated, please " -"contact the owner of the repository." -msgstr "" +msgid "Syntax error %s:%u: Included from here" +msgstr "Синтаксична помилка %s:%u: Включено звідси" -#: apt-pkg/acquire-item.cc:2249 +#: apt-pkg/contrib/configuration.cc #, c-format -msgid "" -"I wasn't able to locate a file for the %s package. This might mean you need " -"to manually fix this package. (due to missing arch)" +msgid "Syntax error %s:%u: Unsupported directive '%s'" +msgstr "Синтаксична помилка %s:%u: Директива '%s' не підтримується" + +#: apt-pkg/contrib/configuration.cc +#, fuzzy, c-format +msgid "Syntax error %s:%u: clear directive requires an option tree as argument" msgstr "" -"Я не зміг знайти файл для пакунку %s. Можливо, це значить, що вам потрібно " -"власноруч виправити цей пакунок. (через відсутність 'arch')" +"Синтаксична помилка %s:%u: 'clear directive' потребує дерево налаштувань як " +"аргумент" -#: apt-pkg/acquire-item.cc:2315 +#: apt-pkg/contrib/configuration.cc #, c-format -msgid "Can't find a source to download version '%s' of '%s'" -msgstr "Неможливо знайти джерело для завантаження версії '%s' для '%s'" +msgid "Syntax error %s:%u: Extra junk at end of file" +msgstr "Синтаксична помилка %s:%u: Зайве сміття в кінці файла" -#: apt-pkg/acquire-item.cc:2351 +#: apt-pkg/contrib/fileutl.cc #, c-format -msgid "" -"The package index files are corrupted. No Filename: field for package %s." -msgstr "" -"Індексні файли пакунків пошкоджені. Немає поля 'Filename' для пакунку %s." +msgid "Problem unlinking the file %s" +msgstr "Проблема з роз'єднанням файла %s" -#: apt-pkg/vendorlist.cc:83 +#: apt-pkg/contrib/fileutl.cc #, c-format -msgid "Vendor block %s contains no fingerprint" -msgstr "Блок постачальника %s не містить відбитку (fingerprint)" +msgid "Not using locking for read only lock file %s" +msgstr "" +"Блокування не використовується, так як файл блокування %s доступний тільки " +"для зчитування" -#: apt-pkg/acquire.cc:126 apt-pkg/acquire.cc:146 apt-pkg/cdrom.cc:832 +#: apt-pkg/contrib/fileutl.cc #, c-format -msgid "List directory %spartial is missing." -msgstr "Відсутня директорія зі списками: %spartial" +msgid "Could not open lock file %s" +msgstr "Неможливо відкрити 'lock' файл %s" -#: apt-pkg/acquire.cc:129 apt-pkg/acquire.cc:151 +#: apt-pkg/contrib/fileutl.cc #, c-format -msgid "Archives directory %spartial is missing." -msgstr "Відсутня директорія для архівів: %spartial" +msgid "Not using locking for nfs mounted lock file %s" +msgstr "" +"Блокування не використовується, так як файл блокування %s знаходиться на " +"файловій системі nfs" -#: apt-pkg/acquire.cc:162 +#: apt-pkg/contrib/fileutl.cc #, c-format -msgid "Unable to lock directory %s" -msgstr "Неможливо заблокувати директорію %s" +msgid "Could not get lock %s" +msgstr "Неможливо отримати замок %s" -#. only show the ETA if it makes sense -#. two days -#: apt-pkg/acquire.cc:981 +#: apt-pkg/contrib/fileutl.cc #, c-format -msgid "Retrieving file %li of %li (%s remaining)" -msgstr "Завантажується файл %li з %li (залишилось %s)" +msgid "List of files can't be created as '%s' is not a directory" +msgstr "Неможливо створити перелік файлів, так як '%s' не є директорією" -#: apt-pkg/acquire.cc:983 +#: apt-pkg/contrib/fileutl.cc #, c-format -msgid "Retrieving file %li of %li" -msgstr "Завантажується файл %li з %li" +msgid "Ignoring '%s' in directory '%s' as it is not a regular file" +msgstr "Ігнорується '%s' у директорії '%s', так як не є звичайним файлом" -#: apt-pkg/srcrecords.cc:53 -msgid "You must put some 'source' URIs in your sources.list" -msgstr "Додайте деякі посилання (URI) на вихідні тексти у ваш sources.list" +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Ignoring file '%s' in directory '%s' as it has no filename extension" +msgstr "Ігнорується файл '%s' у директорії '%s', так як він не має розширення" -#: apt-pkg/policy.cc:83 +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "" -"The value '%s' is invalid for APT::Default-Release as such a release is not " -"available in the sources" +"Ignoring file '%s' in directory '%s' as it has an invalid filename extension" msgstr "" -"Невірне значення '%s' для APT::Default-Release, так як такий випуск не є " -"доступним у вихідних кодах" +"Ігнорується файл '%s' у директорії '%s', так як він має невірне розширення" -#: apt-pkg/policy.cc:422 +#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc apt-pkg/deb/debsystem.cc #, c-format -msgid "Invalid record in the preferences file %s, no Package header" -msgstr "Невірний запис у файлі налаштувань %s, відсутній заголовок Package" +msgid "Waited for %s but it wasn't there" +msgstr "Очікував на %s, але його там не було" -#: apt-pkg/policy.cc:444 +#: apt-pkg/contrib/fileutl.cc #, c-format -msgid "Did not understand pin type %s" -msgstr "Не зрозумів тип %s для фіксатора пакунків (pin)" +msgid "Sub-process %s received a segmentation fault." +msgstr "Підпроцес %s отримав 'segmentation fault' (фатальна помилка)." -#: apt-pkg/policy.cc:452 -msgid "No priority (or zero) specified for pin" -msgstr "Не встановлено пріоритету (або стоїть 0) для фіксатора пакунків (pin)" +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Sub-process %s received signal %u." +msgstr "Підпроцес %s отримав сигнал %u." -#: apt-pkg/packagemanager.cc:304 apt-pkg/packagemanager.cc:984 +#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc #, c-format -msgid "" -"Could not perform immediate configuration on '%s'. Please see man 5 apt.conf " -"under APT::Immediate-Configure for details. (%d)" -msgstr "" -"Неможливо прямо налаштувати конфігурацію на '%s'. Будь-ласка, дивіться man 5 " -"apt.conf, нижче APT::Immediate-Configure для деталей. (%d)" +msgid "Sub-process %s returned an error code (%u)" +msgstr "Підпроцес %s повернув код помилки (%u)" -#: apt-pkg/packagemanager.cc:563 apt-pkg/packagemanager.cc:593 +#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc #, c-format -msgid "Could not configure '%s'. " -msgstr "Неможливо налаштувати '%s'." +msgid "Sub-process %s exited unexpectedly" +msgstr "Підпроцес %s раптово завершився" -#: apt-pkg/packagemanager.cc:643 +#: apt-pkg/contrib/fileutl.cc #, c-format -msgid "" -"This installation run will require temporarily removing the essential " -"package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if " -"you really want to do it, activate the APT::Force-LoopBreak option." -msgstr "" -"Для виконання даного встановлення потрібне тимчасове видалення важливого " -"пакунку %s через петлеві конфлікти/пре-залежності (Pre-Depends loop). Це " -"погано, але якщо Ви дійсно бажаєте зробити це, активуйте параметр APT::Force-" -"LoopBreak." +msgid "Problem closing the gzip file %s" +msgstr "Проблема з закриттям gzip файла %s" -#: apt-pkg/update.cc:103 apt-pkg/update.cc:105 -msgid "" -"Some index files failed to download. They have been ignored, or old ones " -"used instead." +#: apt-pkg/contrib/fileutl.cc +msgid "Unexpected end of file" msgstr "" -"Деякі індексні файли не вдалося завантажити. Вони були зігноровані, або " -"замість них були використані старіші версії." -#: apt-pkg/cdrom.cc:571 -msgid "Unmounting CD-ROM...\n" -msgstr "Демонтується CD-ROM...\n" +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Не вдалося створити IPC з породженим процесом" -#: apt-pkg/cdrom.cc:586 -#, c-format -msgid "Using CD-ROM mount point %s\n" -msgstr "Використовується точка монтування CD-ROM: %s\n" +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Не вдалося виконати компресор " -#: apt-pkg/cdrom.cc:599 -msgid "Waiting for disc...\n" -msgstr "Чекаю на диск...\n" +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Could not open file %s" +msgstr "Неможливо відкрити файл %s" -#: apt-pkg/cdrom.cc:609 -msgid "Mounting CD-ROM...\n" -msgstr "Монтується CD-ROM...\n" +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Could not open file descriptor %d" +msgstr "Неможливо відкрити файловий дескриптор %d" -#: apt-pkg/cdrom.cc:620 -msgid "Identifying... " -msgstr "Ідентифікація... " +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "read, still have %llu to read but none left" +msgstr "зчитування, повинен зчитати ще %llu байт, але нічого більше нема" -#: apt-pkg/cdrom.cc:662 +#: apt-pkg/contrib/fileutl.cc #, c-format -msgid "Stored label: %s\n" -msgstr "Записано мітку: %s\n" +msgid "write, still have %llu to write but couldn't" +msgstr "записування, повинен був записати ще %llu байт, але не вдалося" -#: apt-pkg/cdrom.cc:680 -msgid "Scanning disc for index files...\n" -msgstr "Сканується диск на вміст індексних файлів...\n" +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Problem closing the file %s" +msgstr "Проблема з закриттям файла %s" -#: apt-pkg/cdrom.cc:734 +#: apt-pkg/contrib/fileutl.cc #, c-format -msgid "" -"Found %zu package indexes, %zu source indexes, %zu translation indexes and " -"%zu signatures\n" -msgstr "" -"Знайдено %zu індексів пакунків, %zu індексів вихідних текстів, %zu індексів " -"перекладів і %zu підписів\n" +msgid "Problem renaming the file %s to %s" +msgstr "Проблема з перейменуванням файла %s на %s" -#: apt-pkg/cdrom.cc:744 -msgid "" -"Unable to locate any package files, perhaps this is not a Debian Disc or the " -"wrong architecture?" -msgstr "" -"Неможливо знайти ніякі файли пакунків, можливо, що це не диск з Debian, або " -"невірна архітектура?" +#: apt-pkg/contrib/fileutl.cc +msgid "Problem syncing the file" +msgstr "Проблема з синхронізацією файла" -#: apt-pkg/cdrom.cc:771 -#, c-format -msgid "Found label '%s'\n" -msgstr "Знайдено мітку: '%s'\n" +#: apt-pkg/contrib/mmap.cc +msgid "Can't mmap an empty file" +msgstr "Неможливо відобразити в пам'яті (mmap) пустий файл" -#: apt-pkg/cdrom.cc:800 -msgid "That is not a valid name, try again.\n" -msgstr "Не є вірною назвою, спробуйте ще.\n" +#: apt-pkg/contrib/mmap.cc +#, c-format +msgid "Couldn't make mmap of %llu bytes" +msgstr "Неможливо зробити mmap для %llu байт" -#: apt-pkg/cdrom.cc:817 +#: apt-pkg/contrib/mmap.cc #, c-format -msgid "" -"This disc is called: \n" -"'%s'\n" -msgstr "" -"Цей диск зветься: \n" -"'%s'\n" +msgid "Couldn't duplicate file descriptor %i" +msgstr "Неможливо створити копію файлового дескриптора %i" -#: apt-pkg/cdrom.cc:819 -msgid "Copying package lists..." -msgstr "Копіюються переліки пакунків..." +#: apt-pkg/contrib/mmap.cc +msgid "Unable to close mmap" +msgstr "Не вдалося закрити mmap" -#: apt-pkg/cdrom.cc:866 -msgid "Writing new source list\n" -msgstr "Записується новий перелік вихідних текстів\n" +#: apt-pkg/contrib/mmap.cc +msgid "Unable to synchronize mmap" +msgstr "Не вдалося синхронізувати mmap" -#: apt-pkg/cdrom.cc:877 -msgid "Source list entries for this disc are:\n" -msgstr "Перелік вихідних текстів для цього диска:\n" +#: apt-pkg/contrib/mmap.cc +#, c-format +msgid "Couldn't make mmap of %lu bytes" +msgstr "Неможливо відобразити в пам'яті %lu байт" + +#: apt-pkg/contrib/mmap.cc +msgid "Failed to truncate file" +msgstr "Не вдалося обрізати файл" + +#: apt-pkg/contrib/mmap.cc +#, fuzzy, c-format +msgid "" +"Dynamic MMap ran out of room. Please increase the size of APT::Cache-Start. " +"Current value: %lu. (man 5 apt.conf)" +msgstr "" +"Динамічний MMap використав усе місце. Будь-ласка, збільшіть розмір APT::" +"Cache-Start. Поточне значення: %lu. (man 5 apt.conf)" -#: apt-pkg/algorithms.cc:265 +#: apt-pkg/contrib/mmap.cc #, c-format msgid "" -"The package %s needs to be reinstalled, but I can't find an archive for it." +"Unable to increase the size of the MMap as the limit of %lu bytes is already " +"reached." msgstr "" -"Пакунок %s повинен бути перевстановленим, але я не можу знайти його архів." +"Неможливо збільшити розмір MMap, так як обмеження в %lu байт вже досягнуто." -#: apt-pkg/algorithms.cc:1090 +#: apt-pkg/contrib/mmap.cc msgid "" -"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by " -"held packages." +"Unable to increase size of the MMap as automatic growing is disabled by user." msgstr "" -"Помилка, pkgProblemResolver::Resolve згенерував зупинку, це може бути " -"пов'язано з зафіксованими пакунками." +"Неможливо збільшити розмір MMap, так як автоматичне збільшення вимкнено " +"користувачем." -#: apt-pkg/algorithms.cc:1092 -msgid "Unable to correct problems, you have held broken packages." -msgstr "Неможливо усунути проблеми, ви маєте поламані зафіксовані пакунки." +#: apt-pkg/contrib/progress.cc +#, c-format +msgid "%c%s... Error!" +msgstr "%c%s... Помилка!" -#: apt-pkg/depcache.cc:138 apt-pkg/depcache.cc:167 -msgid "Building dependency tree" -msgstr "Побудова дерева залежностей" +#: apt-pkg/contrib/progress.cc +#, c-format +msgid "%c%s... Done" +msgstr "%c%s... Виконано" -#: apt-pkg/depcache.cc:139 -msgid "Candidate versions" -msgstr "Версії кандидатів" +#: apt-pkg/contrib/progress.cc +msgid "..." +msgstr "" -#: apt-pkg/depcache.cc:168 -msgid "Dependency generation" -msgstr "Ґенерація залежностей" +#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %u%%" +msgstr "%c%s... Виконано" -#: apt-pkg/depcache.cc:188 apt-pkg/depcache.cc:221 apt-pkg/depcache.cc:225 -msgid "Reading state information" -msgstr "Зчитування інформації про стан" +#. TRANSLATOR: d means days, h means hours, min means minutes, s means seconds +#: apt-pkg/contrib/strutl.cc +#, c-format +msgid "%lid %lih %limin %lis" +msgstr "%liд %liг %liхв %liс" -#: apt-pkg/depcache.cc:252 +#. TRANSLATOR: h means hours, min means minutes, s means seconds +#: apt-pkg/contrib/strutl.cc #, c-format -msgid "Failed to open StateFile %s" -msgstr "Не вдалося відкрити StateFile %s" +msgid "%lih %limin %lis" +msgstr "%liг %liхв %liс" -#: apt-pkg/depcache.cc:258 +#. TRANSLATOR: min means minutes, s means seconds +#: apt-pkg/contrib/strutl.cc #, c-format -msgid "Failed to write temporary StateFile %s" -msgstr "Не вдалося записати до тимчасового StateFile файла %s" +msgid "%limin %lis" +msgstr "%liхв %liс" -#: apt-pkg/tagfile.cc:186 apt-pkg/tagfile.cc:286 apt-pkg/deb/debrecords.cc:207 +#. TRANSLATOR: s means seconds +#: apt-pkg/contrib/strutl.cc #, c-format -msgid "Unable to parse package file %s (%d)" -msgstr "Неможливо проаналізувати файл пакунку %s (%d)" +msgid "%lis" +msgstr "%liс" -#: apt-pkg/cacheset.cc:501 +#: apt-pkg/contrib/strutl.cc #, c-format -msgid "Release '%s' for '%s' was not found" -msgstr "Випуск '%s' для '%s' не знайдено" +msgid "Selection %s not found" +msgstr "Вибір %s не знайдено" -#: apt-pkg/cacheset.cc:504 +#. TRANSLATOR: an identifier like Packages; Releasefile key indicating +#. a file like main/binary-amd64/Packages; another identifier like Contents; +#. filename and linenumber of the sources.list entry currently parsed +#: apt-pkg/deb/debmetaindex.cc #, c-format -msgid "Version '%s' for '%s' was not found" -msgstr "Версія '%s' для '%s' не знайдена" +msgid "Target %s wants to acquire the same file (%s) as %s from source %s" +msgstr "" -#: apt-pkg/cacheset.cc:629 +#. TRANSLATOR: an identifier like Packages; Releasefile key indicating +#. a file like main/binary-amd64/Packages; filename and linenumber of +#. two sources.list entries +#: apt-pkg/deb/debmetaindex.cc #, c-format -msgid "Couldn't find task '%s'" -msgstr "Неможливо знайти завдання '%s'" +msgid "Target %s (%s) is configured multiple times in %s and %s" +msgstr "" -#: apt-pkg/cacheset.cc:635 +#: apt-pkg/deb/debmetaindex.cc #, c-format -msgid "Couldn't find any package by regex '%s'" -msgstr "Неможливо знайти ніякий пакунок через рег.вираз '%s'" +msgid "Unable to parse Release file %s" +msgstr "Неможливо проаналізувати 'Release' файл %s" -#: apt-pkg/cacheset.cc:641 -#, fuzzy, c-format -msgid "Couldn't find any package by glob '%s'" -msgstr "Неможливо знайти ніякий пакунок через рег.вираз '%s'" +#: apt-pkg/deb/debmetaindex.cc +#, c-format +msgid "No sections in Release file %s" +msgstr "Немає секцій у 'Release' файлі %s" -#: apt-pkg/cacheset.cc:680 +#: apt-pkg/deb/debmetaindex.cc #, c-format -msgid "Can't select versions from package '%s' as it is purely virtual" -msgstr "Неможливо вибирати версії пакунку '%s', так як він є чисто віртуальним" +msgid "No Hash entry in Release file %s" +msgstr "Немає запису 'Hash' у 'Release' файлі %s" -#: apt-pkg/cacheset.cc:719 +#: apt-pkg/deb/debmetaindex.cc #, c-format -msgid "Can't select newest version from package '%s' as it is purely virtual" +msgid "" +"No Hash entry in Release file %s, which is considered strong enough for " +"security purposes" msgstr "" -"Неможливо вибрати найновішу версію пакунку '%s', так як він є чисто " -"віртуальним" -#: apt-pkg/cacheset.cc:727 +#: apt-pkg/deb/debmetaindex.cc #, c-format -msgid "Can't select candidate version from package %s as it has no candidate" -msgstr "Неможливо вибрати версію пакунку %s, так як він не має кандидатів" +msgid "Invalid 'Date' entry in Release file %s" +msgstr "Невірний запис 'Date' у 'Release' файлі %s" -#: apt-pkg/cacheset.cc:735 +#: apt-pkg/deb/debmetaindex.cc #, c-format -msgid "Can't select installed version from package %s as it is not installed" +msgid "Invalid 'Valid-Until' entry in Release file %s" +msgstr "Невірний запис 'Valid-Until' у 'Release' файлі %s" + +#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite +#: apt-pkg/deb/debmetaindex.cc +#, c-format +msgid "Conflicting values set for option %s regarding source %s %s" msgstr "" -"Неможливо вибрати встановлену версію пакунку %s, так як такий пакунок не " -"встановлено" -#: apt-pkg/cacheset.cc:743 apt-pkg/cacheset.cc:751 +#: apt-pkg/deb/debmetaindex.cc +#, c-format +msgid "Invalid value set for option %s regarding source %s %s (%s)" +msgstr "" + +#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc +#, c-format +msgid "Unable to parse package file %s (%d)" +msgstr "Неможливо проаналізувати файл пакунку %s (%d)" + +#: apt-pkg/deb/debsystem.cc #, c-format msgid "" -"Can't select installed nor candidate version from package '%s' as it has " -"neither of them" +"Unable to lock the administration directory (%s), is another process using " +"it?" msgstr "" -"Неможливо вибрати встановлений пакунок, або версію-кандидат пакунку '%s', " -"так як вони відсутні" +"Неможливо заблокувати адміністративну директорію (%s), може її використовує " +"інший процес?" -#: apt-pkg/indexrecords.cc:83 +#: apt-pkg/deb/debsystem.cc #, c-format -msgid "Unable to parse Release file %s" -msgstr "Неможливо проаналізувати 'Release' файл %s" +msgid "Unable to lock the administration directory (%s), are you root?" +msgstr "Неможливо заблокувати адміністративну директорію (%s), ви root?" -#: apt-pkg/indexrecords.cc:91 +#. TRANSLATORS: the %s contains the recovery command, usually +#. dpkg --configure -a +#: apt-pkg/deb/debsystem.cc #, c-format -msgid "No sections in Release file %s" -msgstr "Немає секцій у 'Release' файлі %s" +msgid "" +"dpkg was interrupted, you must manually run '%s' to correct the problem. " +msgstr "" +"dpkg було перервано, ви повинні вручну запустити '%s' аби виправити " +"проблему. " + +#: apt-pkg/deb/debsystem.cc +msgid "Not locked" +msgstr "Не заблоковано" -#: apt-pkg/indexrecords.cc:132 +#: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "No Hash entry in Release file %s" -msgstr "Немає запису 'Hash' у 'Release' файлі %s" +msgid "Installing %s" +msgstr "Встановлюється %s" -#: apt-pkg/indexrecords.cc:145 +#: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "Invalid 'Valid-Until' entry in Release file %s" -msgstr "Невірний запис 'Valid-Until' у 'Release' файлі %s" +msgid "Configuring %s" +msgstr "Налаштовується %s" -#: apt-pkg/indexrecords.cc:164 +#: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "Invalid 'Date' entry in Release file %s" -msgstr "Невірний запис 'Date' у 'Release' файлі %s" +msgid "Removing %s" +msgstr "Видаляється %s" -#. d means days, h means hours, min means minutes, s means seconds -#: apt-pkg/contrib/strutl.cc:425 +#: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "%lid %lih %limin %lis" -msgstr "%liд %liг %liхв %liс" +msgid "Completely removing %s" +msgstr "Повністю видаляється %s" -#. h means hours, min means minutes, s means seconds -#: apt-pkg/contrib/strutl.cc:432 +#: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "%lih %limin %lis" -msgstr "%liг %liхв %liс" +msgid "Noting disappearance of %s" +msgstr "Взято до відома зникнення %s" -#. min means minutes, s means seconds -#: apt-pkg/contrib/strutl.cc:439 +#: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "%limin %lis" -msgstr "%liхв %liс" +msgid "Running post-installation trigger %s" +msgstr "Виконується післяустановочний ініціатор %s" -#. s means seconds -#: apt-pkg/contrib/strutl.cc:444 +#. FIXME: use a better string after freeze +#: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "%lis" -msgstr "%liс" +msgid "Directory '%s' missing" +msgstr "Директорія '%s' відсутня" -#: apt-pkg/contrib/strutl.cc:1290 +#: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "Selection %s not found" -msgstr "Вибір %s не знайдено" +msgid "Could not open file '%s'" +msgstr "Неможливо відкрити файл '%s'" -#: apt-pkg/contrib/fileutl.cc:196 +#: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "Not using locking for read only lock file %s" -msgstr "" -"Блокування не використовується, так як файл блокування %s доступний тільки " -"для зчитування" +msgid "Preparing %s" +msgstr "Підготовка %s" -#: apt-pkg/contrib/fileutl.cc:201 +#: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "Could not open lock file %s" -msgstr "Неможливо відкрити 'lock' файл %s" +msgid "Unpacking %s" +msgstr "Розпакування %s" -#: apt-pkg/contrib/fileutl.cc:224 +#: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "Not using locking for nfs mounted lock file %s" -msgstr "" -"Блокування не використовується, так як файл блокування %s знаходиться на " -"файловій системі nfs" +msgid "Preparing to configure %s" +msgstr "Підготовка до конфігурації %s" -#: apt-pkg/contrib/fileutl.cc:229 +#: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "Could not get lock %s" -msgstr "Неможливо отримати замок %s" +msgid "Installed %s" +msgstr "Встановлено %s" -#: apt-pkg/contrib/fileutl.cc:366 apt-pkg/contrib/fileutl.cc:480 +#: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "List of files can't be created as '%s' is not a directory" -msgstr "Неможливо створити перелік файлів, так як '%s' не є директорією" +msgid "Preparing for removal of %s" +msgstr "Підготовка до видалення %s" -#: apt-pkg/contrib/fileutl.cc:400 +#: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "Ignoring '%s' in directory '%s' as it is not a regular file" -msgstr "Ігнорується '%s' у директорії '%s', так як не є звичайним файлом" +msgid "Removed %s" +msgstr "Видалено %s" -#: apt-pkg/contrib/fileutl.cc:418 +#: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "Ignoring file '%s' in directory '%s' as it has no filename extension" -msgstr "Ігнорується файл '%s' у директорії '%s', так як він не має розширення" +msgid "Preparing to completely remove %s" +msgstr "Підготовка до повного видалення %s" -#: apt-pkg/contrib/fileutl.cc:427 +#: apt-pkg/deb/dpkgpm.cc #, c-format +msgid "Completely removed %s" +msgstr "Повністю видалено %s" + +#: apt-pkg/deb/dpkgpm.cc +#, fuzzy, c-format +msgid "Can not write log (%s)" +msgstr "Неможливо записати в %s" + +#: apt-pkg/deb/dpkgpm.cc +msgid "Is /dev/pts mounted?" +msgstr "" + +#: apt-pkg/deb/dpkgpm.cc +msgid "Operation was interrupted before it could finish" +msgstr "Операцію було перервано до того, як вона мала завершитися" + +#: apt-pkg/deb/dpkgpm.cc +msgid "No apport report written because MaxReports is reached already" +msgstr "" +"Звіт apport не був записаний, тому що параметр MaxReports вже досягнув " +"максимальної величини" + +#. check if its not a follow up error +#: apt-pkg/deb/dpkgpm.cc +msgid "dependency problems - leaving unconfigured" +msgstr "проблеми з залежностями - залишено неналаштованим" + +#: apt-pkg/deb/dpkgpm.cc msgid "" -"Ignoring file '%s' in directory '%s' as it has an invalid filename extension" +"No apport report written because the error message indicates its a followup " +"error from a previous failure." msgstr "" -"Ігнорується файл '%s' у директорії '%s', так як він має невірне розширення" +"Звіт apport не був записаний, тому що повідомлення про помилку вказує на те, " +"що ця помилка є наслідком попередньої невдачі." -#: apt-pkg/contrib/fileutl.cc:846 -#, c-format -msgid "Sub-process %s received a segmentation fault." -msgstr "Підпроцес %s отримав 'segmentation fault' (фатальна помилка)." +#: apt-pkg/deb/dpkgpm.cc +msgid "" +"No apport report written because the error message indicates a disk full " +"error" +msgstr "" +"Звіт apport не був записаний, тому що повідомлення про помилку вказує на " +"відсутність вільного місця на диску" -#: apt-pkg/contrib/fileutl.cc:848 -#, c-format -msgid "Sub-process %s received signal %u." -msgstr "Підпроцес %s отримав сигнал %u." +#: apt-pkg/deb/dpkgpm.cc +msgid "" +"No apport report written because the error message indicates a out of memory " +"error" +msgstr "" +"Звіт apport не був записаний, тому що повідомлення про помилку вказує на " +"відсутність вільного місця у пам'яті" -#: apt-pkg/contrib/fileutl.cc:852 apt-pkg/contrib/gpgv.cc:212 -#, c-format -msgid "Sub-process %s returned an error code (%u)" -msgstr "Підпроцес %s повернув код помилки (%u)" +#: apt-pkg/deb/dpkgpm.cc +#, fuzzy +msgid "" +"No apport report written because the error message indicates an issue on the " +"local system" +msgstr "" +"Звіт apport не був записаний, тому що повідомлення про помилку вказує на " +"відсутність вільного місця на диску" -#: apt-pkg/contrib/fileutl.cc:854 apt-pkg/contrib/gpgv.cc:205 -#, c-format -msgid "Sub-process %s exited unexpectedly" -msgstr "Підпроцес %s раптово завершився" +#: apt-pkg/deb/dpkgpm.cc +msgid "" +"No apport report written because the error message indicates a dpkg I/O error" +msgstr "" +"Звіт apport не був записаний, тому що повідомлення про помилку вказує на " +"помилку В/В (I/O) у dpkg" + +#: apt-pkg/depcache.cc +msgid "Building dependency tree" +msgstr "Побудова дерева залежностей" + +#: apt-pkg/depcache.cc +msgid "Candidate versions" +msgstr "Версії кандидатів" + +#: apt-pkg/depcache.cc +msgid "Dependency generation" +msgstr "Ґенерація залежностей" -#: apt-pkg/contrib/fileutl.cc:952 -#, c-format -msgid "Problem closing the gzip file %s" -msgstr "Проблема з закриттям gzip файла %s" +#: apt-pkg/depcache.cc +msgid "Reading state information" +msgstr "Зчитування інформації про стан" -#: apt-pkg/contrib/fileutl.cc:1140 +#: apt-pkg/depcache.cc #, c-format -msgid "Could not open file %s" -msgstr "Неможливо відкрити файл %s" +msgid "Failed to open StateFile %s" +msgstr "Не вдалося відкрити StateFile %s" -#: apt-pkg/contrib/fileutl.cc:1199 apt-pkg/contrib/fileutl.cc:1246 +#: apt-pkg/depcache.cc #, c-format -msgid "Could not open file descriptor %d" -msgstr "Неможливо відкрити файловий дескриптор %d" +msgid "Failed to write temporary StateFile %s" +msgstr "Не вдалося записати до тимчасового StateFile файла %s" -#: apt-pkg/contrib/fileutl.cc:1354 apt-pkg/contrib/fileutl.cc:2123 -msgid "Failed to create subprocess IPC" -msgstr "Не вдалося створити IPC з породженим процесом" +#: apt-pkg/edsp.cc +#, fuzzy +msgid "Send scenario to solver" +msgstr "Відправити сценарій розв'язувачу" -#: apt-pkg/contrib/fileutl.cc:1412 -msgid "Failed to exec compressor " -msgstr "Не вдалося виконати компресор " +#: apt-pkg/edsp.cc +#, fuzzy +msgid "Send request to solver" +msgstr "Відправити запит розв'язувачу" -#: apt-pkg/contrib/fileutl.cc:1553 -#, c-format -msgid "read, still have %llu to read but none left" -msgstr "зчитування, повинен зчитати ще %llu байт, але нічого більше нема" +#: apt-pkg/edsp.cc +#, fuzzy +msgid "Prepare for receiving solution" +msgstr "Пригодуватися до отримання розв'язку" -#: apt-pkg/contrib/fileutl.cc:1666 apt-pkg/contrib/fileutl.cc:1688 -#, c-format -msgid "write, still have %llu to write but couldn't" -msgstr "записування, повинен був записати ще %llu байт, але не вдалося" +#: apt-pkg/edsp.cc +msgid "External solver failed without a proper error message" +msgstr "" +"Зовнішній розв'язувач завершився невдало без відповідного повідомлення про " +"помилку" -#: apt-pkg/contrib/fileutl.cc:1954 -#, c-format -msgid "Problem closing the file %s" -msgstr "Проблема з закриттям файла %s" +#: apt-pkg/edsp.cc +#, fuzzy +msgid "Execute external solver" +msgstr "Виконати зовнішній розв'язувач" -#: apt-pkg/contrib/fileutl.cc:1965 +#: apt-pkg/indexcopy.cc #, c-format -msgid "Problem renaming the file %s to %s" -msgstr "Проблема з перейменуванням файла %s на %s" +msgid "Wrote %i records.\n" +msgstr "Записано %i записів.\n" -#: apt-pkg/contrib/fileutl.cc:1976 +#: apt-pkg/indexcopy.cc #, c-format -msgid "Problem unlinking the file %s" -msgstr "Проблема з роз'єднанням файла %s" - -#: apt-pkg/contrib/fileutl.cc:1989 -msgid "Problem syncing the file" -msgstr "Проблема з синхронізацією файла" +msgid "Wrote %i records with %i missing files.\n" +msgstr "Записано %i записів з %i відсутніми файлами.\n" -#: apt-pkg/contrib/progress.cc:148 +#: apt-pkg/indexcopy.cc #, c-format -msgid "%c%s... Error!" -msgstr "%c%s... Помилка!" +msgid "Wrote %i records with %i mismatched files\n" +msgstr "Записано %i записів з %i невідповідними файлам\n" -#: apt-pkg/contrib/progress.cc:150 +#: apt-pkg/indexcopy.cc #, c-format -msgid "%c%s... Done" -msgstr "%c%s... Виконано" - -#: apt-pkg/contrib/progress.cc:181 -msgid "..." -msgstr "" - -#. Print the spinner -#: apt-pkg/contrib/progress.cc:197 -#, fuzzy, c-format -msgid "%c%s... %u%%" -msgstr "%c%s... Виконано" - -#: apt-pkg/contrib/mmap.cc:79 -msgid "Can't mmap an empty file" -msgstr "Неможливо відобразити в пам'яті (mmap) пустий файл" +msgid "Wrote %i records with %i missing files and %i mismatched files\n" +msgstr "Записано %i записів з %i відсутніми і %i невідповідними файлами\n" -#: apt-pkg/contrib/mmap.cc:111 +#: apt-pkg/indexcopy.cc #, c-format -msgid "Couldn't duplicate file descriptor %i" -msgstr "Неможливо створити копію файлового дескриптора %i" +msgid "Can't find authentication record for: %s" +msgstr "Неможливо знайти аутентифікаційний запис для: %s" -#: apt-pkg/contrib/mmap.cc:119 +#: apt-pkg/indexcopy.cc #, c-format -msgid "Couldn't make mmap of %llu bytes" -msgstr "Неможливо зробити mmap для %llu байт" +msgid "Hash mismatch for: %s" +msgstr "Невідповідність хешу для: %s" -#: apt-pkg/contrib/mmap.cc:146 -msgid "Unable to close mmap" -msgstr "Не вдалося закрити mmap" +#: apt-pkg/init.cc +#, c-format +msgid "Packaging system '%s' is not supported" +msgstr "Система пакування '%s' не підтримується" -#: apt-pkg/contrib/mmap.cc:174 apt-pkg/contrib/mmap.cc:202 -msgid "Unable to synchronize mmap" -msgstr "Не вдалося синхронізувати mmap" +#: apt-pkg/init.cc +msgid "Unable to determine a suitable packaging system type" +msgstr "Неможливо визначити тип необхідної системи пакування" -#: apt-pkg/contrib/mmap.cc:290 +#: apt-pkg/install-progress.cc #, c-format -msgid "Couldn't make mmap of %lu bytes" -msgstr "Неможливо відобразити в пам'яті %lu байт" +msgid "Progress: [%3i%%]" +msgstr "" -#: apt-pkg/contrib/mmap.cc:322 -msgid "Failed to truncate file" -msgstr "Не вдалося обрізати файл" +#: apt-pkg/install-progress.cc +msgid "Running dpkg" +msgstr "Виконується dpkg" -#: apt-pkg/contrib/mmap.cc:341 -#, fuzzy, c-format +#: apt-pkg/packagemanager.cc +#, c-format msgid "" -"Dynamic MMap ran out of room. Please increase the size of APT::Cache-Start. " -"Current value: %lu. (man 5 apt.conf)" +"Could not perform immediate configuration on '%s'. Please see man 5 apt.conf " +"under APT::Immediate-Configure for details. (%d)" msgstr "" -"Динамічний MMap використав усе місце. Будь-ласка, збільшіть розмір APT::" -"Cache-Start. Поточне значення: %lu. (man 5 apt.conf)" +"Неможливо прямо налаштувати конфігурацію на '%s'. Будь-ласка, дивіться man 5 " +"apt.conf, нижче APT::Immediate-Configure для деталей. (%d)" -#: apt-pkg/contrib/mmap.cc:446 +#: apt-pkg/packagemanager.cc #, c-format -msgid "" -"Unable to increase the size of the MMap as the limit of %lu bytes is already " -"reached." -msgstr "" -"Неможливо збільшити розмір MMap, так як обмеження в %lu байт вже досягнуто." +msgid "Could not configure '%s'. " +msgstr "Неможливо налаштувати '%s'." -#: apt-pkg/contrib/mmap.cc:449 +#: apt-pkg/packagemanager.cc +#, c-format msgid "" -"Unable to increase size of the MMap as automatic growing is disabled by user." +"This installation run will require temporarily removing the essential " +"package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if " +"you really want to do it, activate the APT::Force-LoopBreak option." msgstr "" -"Неможливо збільшити розмір MMap, так як автоматичне збільшення вимкнено " -"користувачем." +"Для виконання даного встановлення потрібне тимчасове видалення важливого " +"пакунку %s через петлеві конфлікти/пре-залежності (Pre-Depends loop). Це " +"погано, але якщо Ви дійсно бажаєте зробити це, активуйте параметр APT::Force-" +"LoopBreak." -#: apt-pkg/contrib/cdromutl.cc:65 -#, c-format -msgid "Unable to stat the mount point %s" -msgstr "Неможливо прочитати атрибути точки монтування %s" +#: apt-pkg/pkgcache.cc +msgid "Empty package cache" +msgstr "Кеш пакунків пустий" -#: apt-pkg/contrib/cdromutl.cc:246 -msgid "Failed to stat the cdrom" -msgstr "Не вдалося прочитати атрибути cdrom" +#: apt-pkg/pkgcache.cc +msgid "The package cache file is corrupted" +msgstr "Файл кешу пакунків пошкоджений" -#: apt-pkg/contrib/configuration.cc:522 -#, c-format -msgid "Unrecognized type abbreviation: '%c'" -msgstr "Нерозпізнаваний тип абревіатури: '%c'" +#: apt-pkg/pkgcache.cc +msgid "The package cache file is an incompatible version" +msgstr "Файл кешу пакунків має несумісну версію" -#: apt-pkg/contrib/configuration.cc:636 +#: apt-pkg/pkgcache.cc #, c-format -msgid "Opening configuration file %s" -msgstr "Відкривається конфігураційний файл %s" +msgid "This APT does not support the versioning system '%s'" +msgstr "Цей APT не підтримує систему призначення версій '%s'" -#: apt-pkg/contrib/configuration.cc:804 -#, c-format -msgid "Syntax error %s:%u: Block starts with no name." -msgstr "Синтаксична помилка %s:%u: Блок починається без назви." +#: apt-pkg/pkgcache.cc +#, fuzzy, c-format +msgid "The package cache was built for different architectures: %s vs %s" +msgstr "Кеш пакунків був побудований для іншої архітектури" -#: apt-pkg/contrib/configuration.cc:823 -#, c-format -msgid "Syntax error %s:%u: Malformed tag" -msgstr "Синтаксична помилка %s:%u: спотворений тег" +#: apt-pkg/pkgcache.cc +#, fuzzy +msgid "The package cache file is corrupted, it has the wrong hash" +msgstr "Файл кешу пакунків пошкоджений, занадто малий" -#: apt-pkg/contrib/configuration.cc:840 -#, c-format -msgid "Syntax error %s:%u: Extra junk after value" -msgstr "Синтаксична помилка %s:%u: зайві символи після величини" +#: apt-pkg/pkgcache.cc +msgid "Depends" +msgstr "Залежності (Depends)" -#: apt-pkg/contrib/configuration.cc:880 -#, c-format -msgid "Syntax error %s:%u: Directives can only be done at the top level" -msgstr "" -"Синтаксична помилка %s:%u: Директиви можуть бути виконані тільки на " -"найвищому рівні" +#: apt-pkg/pkgcache.cc +msgid "PreDepends" +msgstr "Пре-Залежності (PreDepends)" -#: apt-pkg/contrib/configuration.cc:887 -#, c-format -msgid "Syntax error %s:%u: Too many nested includes" -msgstr "Синтаксична помилка %s:%u: Забагато вмонтованих (nested) включень" +#: apt-pkg/pkgcache.cc +msgid "Suggests" +msgstr "Пропонує (Suggests)" -#: apt-pkg/contrib/configuration.cc:891 apt-pkg/contrib/configuration.cc:896 -#, c-format -msgid "Syntax error %s:%u: Included from here" -msgstr "Синтаксична помилка %s:%u: Включено звідси" +#: apt-pkg/pkgcache.cc +msgid "Recommends" +msgstr "Рекомендує (Recommends)" -#: apt-pkg/contrib/configuration.cc:900 -#, c-format -msgid "Syntax error %s:%u: Unsupported directive '%s'" -msgstr "Синтаксична помилка %s:%u: Директива '%s' не підтримується" +#: apt-pkg/pkgcache.cc +msgid "Conflicts" +msgstr "Конфлікти (Conflicts)" -#: apt-pkg/contrib/configuration.cc:903 -#, fuzzy, c-format -msgid "Syntax error %s:%u: clear directive requires an option tree as argument" -msgstr "" -"Синтаксична помилка %s:%u: 'clear directive' потребує дерево налаштувань як " -"аргумент" +#: apt-pkg/pkgcache.cc +msgid "Replaces" +msgstr "Заміняє (Replaces)" -#: apt-pkg/contrib/configuration.cc:953 -#, c-format -msgid "Syntax error %s:%u: Extra junk at end of file" -msgstr "Синтаксична помилка %s:%u: Зайве сміття в кінці файла" +#: apt-pkg/pkgcache.cc +msgid "Obsoletes" +msgstr "Застарілі (Obsoletes)" -#: apt-pkg/contrib/cmndline.cc:127 -#, c-format -msgid "Command line option '%c' [from %s] is not known." -msgstr "Невідомий параметр командного рядка '%c' [з %s]." +#: apt-pkg/pkgcache.cc +msgid "Breaks" +msgstr "Ламає (Breaks)" -#: apt-pkg/contrib/cmndline.cc:152 apt-pkg/contrib/cmndline.cc:161 -#: apt-pkg/contrib/cmndline.cc:169 -#, c-format -msgid "Command line option %s is not understood" -msgstr "Незрозумілий параметр %s командного рядка" +#: apt-pkg/pkgcache.cc +msgid "Enhances" +msgstr "Покращує (Enhances)" -#: apt-pkg/contrib/cmndline.cc:174 -#, c-format -msgid "Command line option %s is not boolean" -msgstr "Параметр %s командного рядка не є логічного типу 'boolean'" +#: apt-pkg/pkgcache.cc +msgid "required" +msgstr "необхідні (required)" -#: apt-pkg/contrib/cmndline.cc:215 apt-pkg/contrib/cmndline.cc:236 -#, c-format -msgid "Option %s requires an argument." -msgstr "Параметр %s потребує аргумента." +#: apt-pkg/pkgcache.cc +msgid "important" +msgstr "важливі (important)" -#: apt-pkg/contrib/cmndline.cc:249 apt-pkg/contrib/cmndline.cc:255 -#, c-format -msgid "Option %s: Configuration item specification must have an =." -msgstr "" -"Опція %s: Специфікація вимагає, щоб рядки у конфігурації мали вираз =." +#: apt-pkg/pkgcache.cc +msgid "standard" +msgstr "стандартні (standard)" -#: apt-pkg/contrib/cmndline.cc:284 -#, c-format -msgid "Option %s requires an integer argument, not '%s'" -msgstr "Параметр %s потребує цілочислений аргумент, але не '%s'" +#: apt-pkg/pkgcache.cc +msgid "optional" +msgstr "необов'язкові (optional)" -#: apt-pkg/contrib/cmndline.cc:315 -#, c-format -msgid "Option '%s' is too long" -msgstr "Параметр '%s' є занадто довгим" +#: apt-pkg/pkgcache.cc +msgid "extra" +msgstr "додаткові (extra)" -#: apt-pkg/contrib/cmndline.cc:347 -#, c-format -msgid "Sense %s is not understood, try true or false." -msgstr "Незрозумілий вираз %s, спробуйте true чи false." +#: apt-pkg/pkgcachegen.cc +msgid "Cache has an incompatible versioning system" +msgstr "Кеш має несумісну систему призначення версій" -#: apt-pkg/contrib/cmndline.cc:397 +#. TRANSLATOR: The first placeholder is a package name, +#. the other two should be copied verbatim as they include debug info +#: apt-pkg/pkgcachegen.cc #, c-format -msgid "Invalid operation %s" -msgstr "Невірна дія %s" +msgid "Error occurred while processing %s (%s%d)" +msgstr "Виникла помилка під час обробки %s (%s%d)" -#: apt-pkg/deb/dpkgpm.cc:112 -#, c-format -msgid "Installing %s" -msgstr "Встановлюється %s" +#: apt-pkg/pkgcachegen.cc +msgid "Wow, you exceeded the number of package names this APT is capable of." +msgstr "Ого! Ви перевищили кількість імен пакунків, які APT може обробити." -#: apt-pkg/deb/dpkgpm.cc:113 apt-pkg/deb/dpkgpm.cc:1008 -#, c-format -msgid "Configuring %s" -msgstr "Налаштовується %s" +#: apt-pkg/pkgcachegen.cc +msgid "Wow, you exceeded the number of versions this APT is capable of." +msgstr "Ого! Ви перевищили кількість версій, які APT може обробити." -#: apt-pkg/deb/dpkgpm.cc:114 apt-pkg/deb/dpkgpm.cc:1015 -#, c-format -msgid "Removing %s" -msgstr "Видаляється %s" +#: apt-pkg/pkgcachegen.cc +msgid "Wow, you exceeded the number of descriptions this APT is capable of." +msgstr "Ого! Ви перевищили кількість описів, які APT може обробити." -#: apt-pkg/deb/dpkgpm.cc:115 -#, c-format -msgid "Completely removing %s" -msgstr "Повністю видаляється %s" +#: apt-pkg/pkgcachegen.cc +msgid "Wow, you exceeded the number of dependencies this APT is capable of." +msgstr "Ого! Ви перевищили кількість залежностей, які APT може обробити." -#: apt-pkg/deb/dpkgpm.cc:116 -#, c-format -msgid "Noting disappearance of %s" -msgstr "Взято до відома зникнення %s" +#: apt-pkg/pkgcachegen.cc +msgid "Reading package lists" +msgstr "Зчитування переліків пакунків" -#: apt-pkg/deb/dpkgpm.cc:117 -#, c-format -msgid "Running post-installation trigger %s" -msgstr "Виконується післяустановочний ініціатор %s" +#: apt-pkg/pkgcachegen.cc +msgid "IO Error saving source cache" +msgstr "Помилка IO під час збереження кешу вихідних текстів" -#. FIXME: use a better string after freeze -#: apt-pkg/deb/dpkgpm.cc:839 +#: apt-pkg/pkgrecords.cc #, c-format -msgid "Directory '%s' missing" -msgstr "Директорія '%s' відсутня" +msgid "Index file type '%s' is not supported" +msgstr "Тип '%s' індексного файлу не підтримується" -#: apt-pkg/deb/dpkgpm.cc:854 apt-pkg/deb/dpkgpm.cc:876 +#: apt-pkg/policy.cc #, c-format -msgid "Could not open file '%s'" -msgstr "Неможливо відкрити файл '%s'" +msgid "" +"The value '%s' is invalid for APT::Default-Release as such a release is not " +"available in the sources" +msgstr "" +"Невірне значення '%s' для APT::Default-Release, так як такий випуск не є " +"доступним у вихідних кодах" -#: apt-pkg/deb/dpkgpm.cc:1001 +#: apt-pkg/policy.cc #, c-format -msgid "Preparing %s" -msgstr "Підготовка %s" +msgid "Invalid record in the preferences file %s, no Package header" +msgstr "Невірний запис у файлі налаштувань %s, відсутній заголовок Package" -#: apt-pkg/deb/dpkgpm.cc:1002 +#: apt-pkg/policy.cc #, c-format -msgid "Unpacking %s" -msgstr "Розпакування %s" +msgid "Did not understand pin type %s" +msgstr "Не зрозумів тип %s для фіксатора пакунків (pin)" -#: apt-pkg/deb/dpkgpm.cc:1007 +#: apt-pkg/policy.cc #, c-format -msgid "Preparing to configure %s" -msgstr "Підготовка до конфігурації %s" +msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" +msgstr "" -#: apt-pkg/deb/dpkgpm.cc:1009 -#, c-format -msgid "Installed %s" -msgstr "Встановлено %s" +#: apt-pkg/policy.cc +msgid "No priority (or zero) specified for pin" +msgstr "Не встановлено пріоритету (або стоїть 0) для фіксатора пакунків (pin)" -#: apt-pkg/deb/dpkgpm.cc:1014 -#, c-format -msgid "Preparing for removal of %s" -msgstr "Підготовка до видалення %s" +#. TRANSLATOR: %u is a line number, the first %s is a filename of a file with the extension "second %s" and the third %s is a unique identifier for bugreports +#: apt-pkg/sourcelist.cc +#, fuzzy, c-format +msgid "Malformed entry %u in %s file %s (%s)" +msgstr "Спотворений запис про перепризначення (override) %s на рядку %llu #1" -#: apt-pkg/deb/dpkgpm.cc:1016 +#: apt-pkg/sourcelist.cc #, c-format -msgid "Removed %s" -msgstr "Видалено %s" +msgid "Opening %s" +msgstr "Відкриття %s" -#: apt-pkg/deb/dpkgpm.cc:1021 +#: apt-pkg/sourcelist.cc #, c-format -msgid "Preparing to completely remove %s" -msgstr "Підготовка до повного видалення %s" +msgid "Malformed line %u in source list %s (type)" +msgstr "Спотворений рядок %u у переліку джерел %s (тип)" -#: apt-pkg/deb/dpkgpm.cc:1022 +#: apt-pkg/sourcelist.cc #, c-format -msgid "Completely removed %s" -msgstr "Повністю видалено %s" +msgid "Type '%s' is not known on line %u in source list %s" +msgstr "Невідомий тип '%s' на рядку %u в переліку джерел %s" -#: apt-pkg/deb/dpkgpm.cc:1081 apt-pkg/deb/dpkgpm.cc:1169 +#: apt-pkg/sourcelist.cc #, fuzzy, c-format -msgid "Can not write log (%s)" -msgstr "Неможливо записати в %s" - -#: apt-pkg/deb/dpkgpm.cc:1081 apt-pkg/deb/dpkgpm.cc:1169 -msgid "Is /dev/pts mounted?" -msgstr "" - -#: apt-pkg/deb/dpkgpm.cc:1656 -msgid "Operation was interrupted before it could finish" -msgstr "Операцію було перервано до того, як вона мала завершитися" - -#: apt-pkg/deb/dpkgpm.cc:1718 -msgid "No apport report written because MaxReports is reached already" -msgstr "" -"Звіт apport не був записаний, тому що параметр MaxReports вже досягнув " -"максимальної величини" - -#. check if its not a follow up error -#: apt-pkg/deb/dpkgpm.cc:1723 -msgid "dependency problems - leaving unconfigured" -msgstr "проблеми з залежностями - залишено неналаштованим" - -#: apt-pkg/deb/dpkgpm.cc:1725 -msgid "" -"No apport report written because the error message indicates its a followup " -"error from a previous failure." -msgstr "" -"Звіт apport не був записаний, тому що повідомлення про помилку вказує на те, " -"що ця помилка є наслідком попередньої невдачі." - -#: apt-pkg/deb/dpkgpm.cc:1731 -msgid "" -"No apport report written because the error message indicates a disk full " -"error" -msgstr "" -"Звіт apport не був записаний, тому що повідомлення про помилку вказує на " -"відсутність вільного місця на диску" +msgid "Malformed stanza %u in source list %s (type)" +msgstr "Спотворений рядок %u у переліку джерел %s (тип)" -#: apt-pkg/deb/dpkgpm.cc:1738 -msgid "" -"No apport report written because the error message indicates a out of memory " -"error" -msgstr "" -"Звіт apport не був записаний, тому що повідомлення про помилку вказує на " -"відсутність вільного місця у пам'яті" +#: apt-pkg/sourcelist.cc +#, fuzzy, c-format +msgid "Type '%s' is not known on stanza %u in source list %s" +msgstr "Невідомий тип '%s' на рядку %u в переліку джерел %s" -#: apt-pkg/deb/dpkgpm.cc:1745 apt-pkg/deb/dpkgpm.cc:1751 -#, fuzzy -msgid "" -"No apport report written because the error message indicates an issue on the " -"local system" +#: apt-pkg/sourcelist.cc +#, c-format +msgid "Unsupported file %s given on commandline" msgstr "" -"Звіт apport не був записаний, тому що повідомлення про помилку вказує на " -"відсутність вільного місця на диску" -#: apt-pkg/deb/dpkgpm.cc:1773 -msgid "" -"No apport report written because the error message indicates a dpkg I/O error" -msgstr "" -"Звіт apport не був записаний, тому що повідомлення про помилку вказує на " -"помилку В/В (I/O) у dpkg" +#: apt-pkg/srcrecords.cc +msgid "You must put some 'source' URIs in your sources.list" +msgstr "Додайте деякі посилання (URI) на вихідні тексти у ваш sources.list" -#: apt-pkg/deb/debsystem.cc:91 +#: apt-pkg/tagfile.cc #, c-format -msgid "" -"Unable to lock the administration directory (%s), is another process using " -"it?" +msgid "Cannot convert %s to integer: out of range" msgstr "" -"Неможливо заблокувати адміністративну директорію (%s), може її використовує " -"інший процес?" -#: apt-pkg/deb/debsystem.cc:94 -#, c-format -msgid "Unable to lock the administration directory (%s), are you root?" -msgstr "Неможливо заблокувати адміністративну директорію (%s), ви root?" +#: apt-pkg/update.cc +#, fuzzy, c-format +msgid "Failed to fetch %s %s" +msgstr "Не вдалося завантажити %s %s\n" -#. TRANSLATORS: the %s contains the recovery command, usually -#. dpkg --configure -a -#: apt-pkg/deb/debsystem.cc:110 -#, c-format +#: apt-pkg/update.cc msgid "" -"dpkg was interrupted, you must manually run '%s' to correct the problem. " +"Some index files failed to download. They have been ignored, or old ones " +"used instead." msgstr "" -"dpkg було перервано, ви повинні вручну запустити '%s' аби виправити " -"проблему. " +"Деякі індексні файли не вдалося завантажити. Вони були зігноровані, або " +"замість них були використані старіші версії." -#: apt-pkg/deb/debsystem.cc:128 -msgid "Not locked" -msgstr "Не заблоковано" +#: apt-pkg/upgrade.cc +msgid "Calculating upgrade" +msgstr "Обчислення оновлень" -#: apt-inst/filelist.cc:380 -msgid "DropNode called on still linked node" -msgstr "DropNode було викликано для вузла, що ще використовувався" +#~ msgid "Problem unlinking %s" +#~ msgstr "Не вдалося видалити %s" -#: apt-inst/filelist.cc:412 -msgid "Failed to locate the hash element!" -msgstr "Не вдалося знайти елемент хеша!" +#~ msgid "Failed to unlink %s" +#~ msgstr "Не вдалося видалити посилання (unlink) %s" -#: apt-inst/filelist.cc:459 -#, fuzzy -msgid "Failed to allocate diversion" -msgstr "Не вдалося створити diversion" +#~ msgid "" +#~ "Usage: apt-cache [options] command\n" +#~ " apt-cache [options] show pkg1 [pkg2 ...]\n" +#~ "\n" +#~ "apt-cache is a low-level tool used to query information\n" +#~ "from APT's binary cache files\n" +#~ msgstr "" +#~ "Використання: apt-cache [опції] команда\n" +#~ " apt-cache [опції] show пакунок1 [пкн2 ...]\n" +#~ "\n" +#~ "apt-cache - низькорівневий інструмент, що використовується для запиту\n" +#~ "інформації з двійкових кеш-файлів APT\n" -#: apt-inst/filelist.cc:464 -msgid "Internal error in AddDiversion" -msgstr "Внутрішня помилка в AddDiversion" +#~ msgid "" +#~ "Options:\n" +#~ " -h This help text.\n" +#~ " -p=? The package cache.\n" +#~ " -s=? The source cache.\n" +#~ " -q Disable progress indicator.\n" +#~ " -i Show only important deps for the unmet command.\n" +#~ " -c=? Read this configuration file\n" +#~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" +#~ "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n" +#~ msgstr "" +#~ "Опції:\n" +#~ " -h Цей текст допомоги.\n" +#~ " -p=? Кеш пакунків.\n" +#~ " -s=? Кеш вихідних текстів.\n" +#~ " -q Не показувати індикатор прогресу.\n" +#~ " -i Показувати тільки важливі залежності для команди unmet.\n" +#~ " -c=? Читати зазначений файл конфігурації.\n" +#~ " -o=? Встановити умовну опцію конфігурації, наприклад, -o dir::cache=/" +#~ "tmp\n" +#~ "Дивіться подробиці на man-сторінках apt-cache(8) і apt.conf(5).\n" -#: apt-inst/filelist.cc:477 -#, fuzzy, c-format -msgid "Trying to overwrite a diversion, %s -> %s and %s/%s" -msgstr "Спроба перезапису diversion, %s -> %s і %s/%s" +#, fuzzy +#~ msgid "" +#~ "Options:\n" +#~ " -h This help text\n" +#~ " -d CD-ROM mount point\n" +#~ " -r Rename a recognized CD-ROM\n" +#~ " -m No mounting\n" +#~ " -f Fast mode, don't check package files\n" +#~ " -a Thorough scan mode\n" +#~ " --no-auto-detect Do not try to auto detect drive and mount point\n" +#~ " -c=? Read this configuration file\n" +#~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" +#~ "See fstab(5)\n" +#~ msgstr "" +#~ "Опції:\n" +#~ " -h Цей текст допомоги.\n" +#~ " -q Не показувати індикатор прогресу.\n" +#~ " -qq Виводити тільки повідомлення про помилки\n" +#~ " -s Не виконувати реальних дій. Імітація роботи\n" +#~ " -f Читати/писати позначки авто/вручну у вказаному файлі\n" +#~ " -c=? Читати зазначений файл конфігурації.\n" +#~ " -o=? Встановити умовну опцію конфігурації, наприклад, -o dir::cache=/" +#~ "tmp\n" +#~ "Для докладної інформації дивіться керівництва для apt-mark(8) і apt." +#~ "conf(5)." -#: apt-inst/filelist.cc:506 -#, fuzzy, c-format -msgid "Double add of diversion %s -> %s" -msgstr "Подвійне додавання diversion %s -> %s" +#~ msgid "" +#~ "Options:\n" +#~ " -h This help text.\n" +#~ " -c=? Read this configuration file\n" +#~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" +#~ msgstr "" +#~ "Опції:\n" +#~ " -h Цей текст допомоги.\n" +#~ " -с=? Читати зазначений конфігураційний файл.\n" +#~ " -o=? Встановити умовну опцію, наприклад, -o dir::cache=/tmp\n" -#: apt-inst/filelist.cc:549 -#, c-format -msgid "Duplicate conf file %s/%s" -msgstr "Копія конфігураційного файлу %s/%s" +#~ msgid "" +#~ "Options:\n" +#~ " -h This help text.\n" +#~ " -q Loggable output - no progress indicator\n" +#~ " -qq No output except for errors\n" +#~ " -s No-act. Just prints what would be done.\n" +#~ " -f read/write auto/manual marking in the given file\n" +#~ " -c=? Read this configuration file\n" +#~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" +#~ "See the apt-mark(8) and apt.conf(5) manual pages for more information." +#~ msgstr "" +#~ "Опції:\n" +#~ " -h Цей текст допомоги.\n" +#~ " -q Не показувати індикатор прогресу.\n" +#~ " -qq Виводити тільки повідомлення про помилки\n" +#~ " -s Не виконувати реальних дій. Імітація роботи\n" +#~ " -f Читати/писати позначки авто/вручну у вказаному файлі\n" +#~ " -c=? Читати зазначений файл конфігурації.\n" +#~ " -o=? Встановити умовну опцію конфігурації, наприклад, -o dir::cache=/" +#~ "tmp\n" +#~ "Для докладної інформації дивіться керівництва для apt-mark(8) і apt." +#~ "conf(5)." -#: apt-inst/extract.cc:101 apt-inst/extract.cc:172 -#, c-format -msgid "The path %s is too long" -msgstr "Шлях %s занадто довгий" +#~ msgid "" +#~ "Usage: apt-sortpkgs [options] file1 [file2 ...]\n" +#~ "\n" +#~ "apt-sortpkgs is a simple tool to sort package files. The -s option is " +#~ "used\n" +#~ "to indicate what kind of file it is.\n" +#~ "\n" +#~ "Options:\n" +#~ " -h This help text\n" +#~ " -s Use source file sorting\n" +#~ " -c=? Read this configuration file\n" +#~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" +#~ msgstr "" +#~ "Використання: apt-sortpkgs [options] file1 [file2 ...]\n" +#~ "\n" +#~ "apt-sortpkgs - простий інструмент для сортування переліків пакунків. " +#~ "Опція -s\n" +#~ "використається, щоб вказати тип списку.\n" +#~ "\n" +#~ "Опції:\n" +#~ " -h цей текст\n" +#~ " -s сортувати список файлів з вихідними текстами\n" +#~ " -c=? читати зазначений файл конфігурації\n" +#~ " -o=? встановити довільну опцію, наприклад, -o dir::cache=/tmp\n" + +#~ msgid "Child process failed" +#~ msgstr "Породжений процес завершився невдало" -#: apt-inst/extract.cc:132 -#, c-format -msgid "Unpacking %s more than once" -msgstr "Розпакування %s більш ніж один раз" +#, fuzzy +#~ msgid "Must specifc at least one srv record" +#~ msgstr "" +#~ "Вкажіть як мінімум один пакунок, для якого необхідно завантажити вихідні " +#~ "тексти" -#: apt-inst/extract.cc:142 -#, fuzzy, c-format -msgid "The directory %s is diverted" -msgstr "Директорія %s є відхиленою (diverted)" +#~ msgid "Failed to create pipes" +#~ msgstr "Не вдалося створити канали (pipes)" -#: apt-inst/extract.cc:152 -#, c-format -msgid "The package is trying to write to the diversion target %s/%s" -msgstr "Пакунок пробує записати у ціль з diversion %s/%s" +#~ msgid "Failed to exec gzip " +#~ msgstr "Не вдалося виконати gzip " -#: apt-inst/extract.cc:162 apt-inst/extract.cc:306 -#, fuzzy -msgid "The diversion path is too long" -msgstr "Шлях 'diversion' є занадто довгим" +#~ msgid "%s %s for %s compiled on %s %s\n" +#~ msgstr "%s %s для %s скомпільовано %s %s\n" -#: apt-inst/extract.cc:249 -#, c-format -msgid "The directory %s is being replaced by a non-directory" -msgstr "Директорія %s замінюється не директорією" +#~ msgid "Failed to create FILE*" +#~ msgstr "Не вдалося створити FILE*" -#: apt-inst/extract.cc:289 #, fuzzy -msgid "Failed to locate node in its hash bucket" -msgstr "Не вдалося знайти вузол у його наборі хешів" +#~ msgid "Malformed stanza %u in source list %s (URI parse)" +#~ msgstr "Спотворений рядок %lu у переліку джерел %s (аналіз URI)" -#: apt-inst/extract.cc:293 -msgid "The path is too long" -msgstr "Шлях занадто довгий" +#~ msgid "Malformed line %lu in source list %s ([option] unparseable)" +#~ msgstr "" +#~ "Спотворений рядок %lu у переліку джерел %s (нечитабельний [параметр])" -#: apt-inst/extract.cc:421 -#, c-format -msgid "Overwrite package match with no version for %s" -msgstr "Перезаписати відповідність пакунка без версії для %s" +#~ msgid "Malformed line %lu in source list %s ([option] too short)" +#~ msgstr "" +#~ "Спотворений рядок %lu у переліку джерел %s ([параметр] занадто короткий)" -#: apt-inst/extract.cc:438 -#, c-format -msgid "File %s/%s overwrites the one in the package %s" -msgstr "Файл %s/%s перезаписує інший файл в пакунку %s" +#~ msgid "Malformed line %lu in source list %s ([%s] is not an assignment)" +#~ msgstr "Спотворений рядок %lu у переліку джерел %s ([%s] не є призначенням)" -#: apt-inst/extract.cc:498 -#, c-format -msgid "Unable to stat %s" -msgstr "Неможливо прочитати атрибути %s" +#~ msgid "Malformed line %lu in source list %s ([%s] has no key)" +#~ msgstr "Спотворений рядок %lu у переліку джерел %s ([%s] не має ключа)" -#: apt-inst/dirstream.cc:42 apt-inst/dirstream.cc:49 apt-inst/dirstream.cc:54 -#, c-format -msgid "Failed to write file %s" -msgstr "Не вдалося записати файл %s" +#~ msgid "Malformed line %lu in source list %s ([%s] key %s has no value)" +#~ msgstr "" +#~ "Спотворений рядок %lu у переліку джерел %s ([%s] ключ %s не має значення)" -#: apt-inst/dirstream.cc:104 -#, c-format -msgid "Failed to close file %s" -msgstr "Не вдалося закрити файл %s" +#~ msgid "Malformed line %lu in source list %s (URI)" +#~ msgstr "Спотворений рядок %lu у переліку джерел %s (проблема з URI)" -#: apt-inst/deb/debfile.cc:47 apt-inst/deb/debfile.cc:54 -#: apt-inst/deb/debfile.cc:63 -#, c-format -msgid "This is not a valid DEB archive, missing '%s' member" -msgstr "Невірний DEB архів, відсутній член '%s'" +#~ msgid "Malformed line %lu in source list %s (dist)" +#~ msgstr "Спотворений рядок %lu у переліку джерел %s (dist)" -#: apt-inst/deb/debfile.cc:132 -#, c-format -msgid "Internal error, could not locate member %s" -msgstr "Внутрішня помилка, не можу знайти складову частину %s" +#~ msgid "Malformed line %lu in source list %s (URI parse)" +#~ msgstr "Спотворений рядок %lu у переліку джерел %s (аналіз URI)" -#: apt-inst/deb/debfile.cc:231 -msgid "Unparsable control file" -msgstr "Контрольний файл не можливо обробити" +#~ msgid "Malformed line %lu in source list %s (absolute dist)" +#~ msgstr "Спотворений рядок %lu у переліку джерел %s (absolute dist)" -#: apt-inst/contrib/arfile.cc:76 -msgid "Invalid archive signature" -msgstr "Невірний підпис архіву" +#~ msgid "Malformed line %lu in source list %s (dist parse)" +#~ msgstr "Спотворений рядок %lu у переліку джерел %s (dist parse)" -#: apt-inst/contrib/arfile.cc:84 -msgid "Error reading archive member header" -msgstr "Неможливо прочитати заголовок 'member' в архіві" +#~ msgid "Package %s %s was not found while processing file dependencies" +#~ msgstr "Пакунок %s %s не був знайдений під час обробки залежностей" -#: apt-inst/contrib/arfile.cc:96 -#, fuzzy, c-format -msgid "Invalid archive member header %s" -msgstr "Невірний заголовок 'member' %s в архіві" +#~ msgid "Couldn't stat source package list %s" +#~ msgstr "Не вдалося прочитати атрибути переліку вихідних текстів %s" -#: apt-inst/contrib/arfile.cc:108 #, fuzzy -msgid "Invalid archive member header" -msgstr "Невірний заголовок 'member' в архіві" - -#: apt-inst/contrib/arfile.cc:137 -msgid "Archive is too short" -msgstr "Архів занадто малий" - -#: apt-inst/contrib/arfile.cc:141 -msgid "Failed to read the archive headers" -msgstr "Не вдалося прочитати заголовки в архіві" - -#: apt-inst/contrib/extracttar.cc:128 -msgid "Failed to create pipes" -msgstr "Не вдалося створити канали (pipes)" - -#: apt-inst/contrib/extracttar.cc:155 -msgid "Failed to exec gzip " -msgstr "Не вдалося виконати gzip " +#~ msgid "Collecting File Provides" +#~ msgstr "Збирання інформації про 'File Provides'" -#: apt-inst/contrib/extracttar.cc:192 apt-inst/contrib/extracttar.cc:222 -msgid "Corrupted archive" -msgstr "Пошкоджений архів" +#, fuzzy +#~ msgid "Does not start with a cleartext signature" +#~ msgstr "Файл %s починається з не 'clearsigned' повідомленням" -#: apt-inst/contrib/extracttar.cc:207 -msgid "Tar checksum failed, archive corrupted" -msgstr "Контрольна сума tar архіва невірна, архів пошкоджений" +#~ msgid "Unable to find hash sum for '%s' in Release file" +#~ msgstr "Неможливо знайти хеш-суму для '%s' у 'Release' файлі" -#: apt-inst/contrib/extracttar.cc:312 -#, c-format -msgid "Unknown TAR header type %u, member %s" -msgstr "Невідомий тип заголовку TAR - %u, член %s" +#~ msgid "Vendor block %s contains no fingerprint" +#~ msgstr "Блок постачальника %s не містить відбитку (fingerprint)" #, fuzzy #~ msgid "Total dependency version space: " @@ -3772,43 +4086,6 @@ msgstr "Невідомий тип заголовку TAR - %u, член %s" #~ "Неможливо пропатчити %s з mmap (але не видно конкретної вини mmap) - патч " #~ "виглядає пошкодженим." -#~ msgid "Note, selecting '%s' for task '%s'\n" -#~ msgstr "Помітьте, вибирається '%s' для завдання '%s'\n" - -#~ msgid "Note, selecting '%s' for regex '%s'\n" -#~ msgstr "Помітьте, вибирається '%s' для регулярного виразу '%s'\n" - -#~ msgid "Package %s is a virtual package provided by:\n" -#~ msgstr "Пакунок %s - віртуальний, його функції надаються пакунками:\n" - -#~ msgid " [Not candidate version]" -#~ msgstr " [Версія не кандидат]" - -#~ msgid "You should explicitly select one to install." -#~ msgstr "Ви повинні явно вказати, який саме ви хочете встановити." - -#~ msgid "" -#~ "Package %s is not available, but is referred to by another package.\n" -#~ "This may mean that the package is missing, has been obsoleted, or\n" -#~ "is only available from another source\n" -#~ msgstr "" -#~ "Пакунок %s недоступний, але згадується у переліку залежностей іншого " -#~ "пакунка.\n" -#~ "Це може означати, що пакунок відсутній, застарів, або доступний з джерел, " -#~ "не згаданих в sources.list\n" - -#~ msgid "However the following packages replace it:" -#~ msgstr "Однак наступні пакунки заміняють його:" - -#~ msgid "Package '%s' has no installation candidate" -#~ msgstr "Для пакунка '%s' не знайдено кандидатів на встановлення" - -#~ msgid "Virtual packages like '%s' can't be removed\n" -#~ msgstr "Віртуальні пакунки як '%s' не можуть бути видаленими\n" - -#~ msgid "Note, selecting '%s' instead of '%s'\n" -#~ msgstr "Помітьте, вибирається '%s' замість '%s'\n" - #~ msgid "Ignore unavailable target release '%s' of package '%s'" #~ msgstr "Ігнорувати недоступний випуск '%s' пакунку '%s'"