-#: cmdline/apt-get.cc:1408
-msgid "Failed to process build dependencies"
-msgstr ""
-
-#: cmdline/apt-get.cc:1501 cmdline/apt-get.cc:1516
-#, fuzzy, c-format
-msgid "Changelog for %s (%s)"
-msgstr "Jungiamasi prie %s (%s)"
-
-#: cmdline/apt-get.cc:1615
-msgid "Supported modules:"
-msgstr "Palaikomi moduliai:"
-
-#: cmdline/apt-get.cc:1656
-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"
-msgstr ""
-
-#: cmdline/apt-helper.cc:36
-msgid "Need one URL as argument"
-msgstr ""
-
-#: cmdline/apt-helper.cc:49
-#, fuzzy
-msgid "Must specify at least one pair url/filename"
-msgstr "Būtina nurodyti bent vieną paketą, kad parsiųsti jo išeities tekstą"
-
-#: cmdline/apt-helper.cc:75 cmdline/apt-helper.cc:79
-msgid "Download Failed"
-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 ""
-
-#: cmdline/apt-mark.cc:65
-#, fuzzy, c-format
-msgid "%s can not be marked as it is not installed.\n"
-msgstr "bet jis nėra įdiegtas"
-
-#: cmdline/apt-mark.cc:71
-#, fuzzy, c-format
-msgid "%s was already set to manually installed.\n"
-msgstr "%s nustatytas kaip įdiegtas rankiniu būdu\n"
-
-#: cmdline/apt-mark.cc:73
-#, fuzzy, c-format
-msgid "%s was already set to automatically installed.\n"
-msgstr "%s nustatytas kaip įdiegtas rankiniu būdu\n"
-
-#: cmdline/apt-mark.cc:238
-#, fuzzy, c-format
-msgid "%s was already set on hold.\n"
-msgstr "%s ir taip jau yra naujausias.\n"
-
-#: cmdline/apt-mark.cc:240
-#, fuzzy, c-format
-msgid "%s was already not hold.\n"
-msgstr "%s ir taip jau yra naujausias.\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 ""
-
-#: cmdline/apt-mark.cc:270 cmdline/apt-mark.cc:380
-#, fuzzy, c-format
-msgid "%s set on hold.\n"
-msgstr "%s nustatytas kaip įdiegtas rankiniu būdu\n"
-
-#: cmdline/apt-mark.cc:272 cmdline/apt-mark.cc:385
-#, fuzzy, c-format
-msgid "Canceled hold on %s.\n"
-msgstr "Nepavyko atverti %s"
-
-#: cmdline/apt-mark.cc:337 cmdline/apt-mark.cc:403
-msgid "Executing dpkg failed. Are you root?"
-msgstr ""
-
-#: cmdline/apt-mark.cc:450
-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 ""
-
-#: 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"
-msgstr ""
-
-#: methods/cdrom.cc:203
-#, c-format
-msgid "Unable to read the cdrom database %s"
-msgstr "Nepavyko perskaityti cdrom duomenų bazės %s"
-
-#: methods/cdrom.cc:212
-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 ""
-
-#: methods/cdrom.cc:222
-msgid "Wrong CD-ROM"
-msgstr "Klaidingas CD-ROM"
-
-#: methods/cdrom.cc:249