From 12bffed79329218e2c567d75a54738301b967259 Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Sat, 23 Feb 2008 08:45:36 +0100 Subject: Fix some strings and unfuzzy translations. Closes: #466845 --- cmdline/apt-cache.cc | 4 ++-- cmdline/apt-get.cc | 2 +- po/apt-all.pot | 6 +++--- po/ar.po | 6 +++--- po/bg.po | 6 +++--- po/bs.po | 6 +++--- po/ca.po | 6 +++--- po/cs.po | 6 +++--- po/cy.po | 6 +++--- po/da.po | 6 +++--- po/de.po | 6 +++--- po/dz.po | 6 +++--- po/el.po | 6 +++--- po/en_GB.po | 8 ++++---- po/es.po | 6 +++--- po/eu.po | 6 +++--- po/fi.po | 6 +++--- po/fr.po | 6 +++--- po/gl.po | 6 +++--- po/he.po | 6 +++--- po/hu.po | 6 +++--- po/it.po | 6 +++--- po/ja.po | 6 +++--- po/km.po | 6 +++--- po/ko.po | 6 +++--- po/ku.po | 6 +++--- po/mr.po | 6 +++--- po/nb.po | 6 +++--- po/ne.po | 6 +++--- po/nl.po | 6 +++--- po/nn.po | 6 +++--- po/pl.po | 6 +++--- po/pt.po | 6 +++--- po/pt_BR.po | 6 +++--- po/ro.po | 6 +++--- po/ru.po | 6 +++--- po/sk.po | 6 +++--- po/sl.po | 6 +++--- po/sv.po | 6 +++--- po/th.po | 6 +++--- po/tl.po | 6 +++--- po/uk.po | 6 +++--- po/vi.po | 6 +++--- po/zh_CN.po | 6 +++--- po/zh_TW.po | 6 +++--- 45 files changed, 133 insertions(+), 133 deletions(-) diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index c0655da40..f10ea48be 100644 --- a/cmdline/apt-cache.cc +++ b/cmdline/apt-cache.cc @@ -244,7 +244,7 @@ bool DumpPackage(CommandLine &CmdL) bool Stats(CommandLine &Cmd) { pkgCache &Cache = *GCache; - cout << _("Total package names : ") << Cache.Head().PackageCount << " (" << + cout << _("Total package names: ") << Cache.Head().PackageCount << " (" << SizeToStr(Cache.Head().PackageCount*Cache.Head().PackageSz) << ')' << endl; int Normal = 0; @@ -292,7 +292,7 @@ bool Stats(CommandLine &Cmd) cout << _("Total distinct versions: ") << Cache.Head().VersionCount << " (" << SizeToStr(Cache.Head().VersionCount*Cache.Head().VersionSz) << ')' << endl; - cout << _("Total Distinct Descriptions: ") << Cache.Head().DescriptionCount << " (" << + cout << _("Total distinct descriptions: ") << Cache.Head().DescriptionCount << " (" << SizeToStr(Cache.Head().DescriptionCount*Cache.Head().DescriptionSz) << ')' << endl; cout << _("Total dependencies: ") << Cache.Head().DependsCount << " (" << SizeToStr(Cache.Head().DependsCount*Cache.Head().DependencySz) << ')' << endl; diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 11a8b2ef4..be194f2db 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -2618,7 +2618,7 @@ bool ShowHelp(CommandLine &CmdL) " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" - " autoremove - Remove all automatic unused packages\n" + " autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/apt-all.pot b/po/apt-all.pot index 63c4afb21..bd9f2ef9e 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -28,7 +28,7 @@ msgid "Unable to locate package %s" msgstr "" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "" #: cmdline/apt-cache.cc:287 @@ -56,7 +56,7 @@ msgid "Total distinct versions: " msgstr "" #: cmdline/apt-cache.cc:295 -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "" #: cmdline/apt-cache.cc:297 @@ -1132,7 +1132,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/ar.po b/po/ar.po index 8c441713d..a93f17053 100644 --- a/po/ar.po +++ b/po/ar.po @@ -31,7 +31,7 @@ msgid "Unable to locate package %s" msgstr "تعذر العثور على الحزمة %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "أسماء الحزم الكلية :" #: cmdline/apt-cache.cc:287 @@ -60,7 +60,7 @@ msgstr "مجموع النسخ الفريدة:" #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "مجموع النسخ الفريدة:" #: cmdline/apt-cache.cc:297 @@ -1147,7 +1147,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/bg.po b/po/bg.po index ed8200be3..7778a5211 100644 --- a/po/bg.po +++ b/po/bg.po @@ -29,7 +29,7 @@ msgid "Unable to locate package %s" msgstr "Пакетът %s не може да бъде намерен" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Общо имена на пакети : " #: cmdline/apt-cache.cc:287 @@ -58,7 +58,7 @@ msgstr "Общо уникални версии: " #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Общо уникални версии: " #: cmdline/apt-cache.cc:297 @@ -1280,7 +1280,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/bs.po b/po/bs.po index ae5758428..11360a695 100644 --- a/po/bs.po +++ b/po/bs.po @@ -27,7 +27,7 @@ msgid "Unable to locate package %s" msgstr "Ne mogu pronaći paket %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Ukupno naziva paketa:" #: cmdline/apt-cache.cc:287 @@ -56,7 +56,7 @@ msgstr "Ukupno različitih verzija:" #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Ukupno različitih verzija:" #: cmdline/apt-cache.cc:297 @@ -1150,7 +1150,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/ca.po b/po/ca.po index 4bc048fe6..118b3f1c2 100644 --- a/po/ca.po +++ b/po/ca.po @@ -29,7 +29,7 @@ msgid "Unable to locate package %s" msgstr "No s'ha trobat el paquet %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Nombre total de paquets: " #: cmdline/apt-cache.cc:287 @@ -58,7 +58,7 @@ msgstr "Total de versions diferents: " #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Total de versions diferents: " #: cmdline/apt-cache.cc:297 @@ -1276,7 +1276,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/cs.po b/po/cs.po index d739d51c0..407b0e8a5 100644 --- a/po/cs.po +++ b/po/cs.po @@ -28,7 +28,7 @@ msgid "Unable to locate package %s" msgstr "Nemohu najít balík %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Celkem názvů balíků: " #: cmdline/apt-cache.cc:287 @@ -57,7 +57,7 @@ msgstr "Celkem různých verzí: " #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Celkem různých verzí: " #: cmdline/apt-cache.cc:297 @@ -1259,7 +1259,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/cy.po b/po/cy.po index 5740145a4..9fd6c6b67 100644 --- a/po/cy.po +++ b/po/cy.po @@ -28,7 +28,7 @@ msgstr "Ni ellir lleoli'r pecyn %s" #: cmdline/apt-cache.cc:247 #, fuzzy -msgid "Total package names : " +msgid "Total package names: " msgstr "Cyfanswm Enwau Pecynnau : " #: cmdline/apt-cache.cc:287 @@ -62,7 +62,7 @@ msgstr "Cyfanswm Fersiynau Gwahanol: " #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Cyfanswm Fersiynau Gwahanol: " #: cmdline/apt-cache.cc:297 @@ -1309,7 +1309,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/da.po b/po/da.po index 25fa65acd..8310df569 100644 --- a/po/da.po +++ b/po/da.po @@ -32,7 +32,7 @@ msgid "Unable to locate package %s" msgstr "Kunne ikke lokalisere pakken %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Totale pakkenavne : " #: cmdline/apt-cache.cc:287 @@ -60,7 +60,7 @@ msgid "Total distinct versions: " msgstr "Totale forskellige versioner: " #: cmdline/apt-cache.cc:295 -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Sammenlagt forskellige beskrivelser: " #: cmdline/apt-cache.cc:297 @@ -1267,7 +1267,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/de.po b/po/de.po index 5d8c9f1cb..482b9a042 100644 --- a/po/de.po +++ b/po/de.po @@ -29,7 +29,7 @@ msgid "Unable to locate package %s" msgstr "Kann Paket %s nicht finden" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Gesamtzahl an Paketnamen: " #: cmdline/apt-cache.cc:287 @@ -57,7 +57,7 @@ msgid "Total distinct versions: " msgstr "Gesamtzahl an unterschiedlichen Versionen: " #: cmdline/apt-cache.cc:295 -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Gesamtzahl an unterschiedlichen Beschreibungen: " #: cmdline/apt-cache.cc:297 @@ -1290,7 +1290,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/dz.po b/po/dz.po index 88474856d..e8d76da73 100644 --- a/po/dz.po +++ b/po/dz.po @@ -31,7 +31,7 @@ msgid "Unable to locate package %s" msgstr "%sཐུམ་སྒྲིལ་འདི་ག་ཡོད་ཟཚོལ་མ་ཐོབ།" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "ཐུམ་སྒྲིལ་བསྡོམས་ཀྱི་མིང་ཚུ:" #: cmdline/apt-cache.cc:287 @@ -60,7 +60,7 @@ msgstr "ཁྱད་རྟགས་ཅན་གྱི་ཐོན་རིམ་ #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "ཁྱད་རྟགས་ཅན་གྱི་ཐོན་རིམ་ཚུ་གི་བསྡོམས:" #: cmdline/apt-cache.cc:297 @@ -1273,7 +1273,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/el.po b/po/el.po index 5adf8ca81..790a8da05 100644 --- a/po/el.po +++ b/po/el.po @@ -42,7 +42,7 @@ msgid "Unable to locate package %s" msgstr "Αδυναμία εντοπισμού του πακέτου %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Συνολικά Ονόματα Πακέτων : " #: cmdline/apt-cache.cc:287 @@ -71,7 +71,7 @@ msgstr "Σύνολο Διαφορετικών Εκδόσεων: " #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Σύνολο Διαφορετικών Εκδόσεων: " #: cmdline/apt-cache.cc:297 @@ -1297,7 +1297,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/en_GB.po b/po/en_GB.po index b54289c2c..9fd96dae9 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -28,8 +28,8 @@ msgid "Unable to locate package %s" msgstr "Unable to locate package %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " -msgstr "Total package names : " +msgid "Total package names: " +msgstr "Total package names: " #: cmdline/apt-cache.cc:287 msgid " Normal packages: " @@ -57,7 +57,7 @@ msgstr "Total distinct versions: " #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Total distinct versions: " #: cmdline/apt-cache.cc:297 @@ -1260,7 +1260,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/es.po b/po/es.po index 3dcb8c444..e125145eb 100644 --- a/po/es.po +++ b/po/es.po @@ -31,7 +31,7 @@ msgid "Unable to locate package %s" msgstr "No se ha podido localizar el paquete %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Nombres de paquetes totales: " #: cmdline/apt-cache.cc:287 @@ -59,7 +59,7 @@ msgid "Total distinct versions: " msgstr "Versiones diferentes totales: " #: cmdline/apt-cache.cc:295 -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Descipciones diferentes totales: " #: cmdline/apt-cache.cc:297 @@ -1284,7 +1284,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/eu.po b/po/eu.po index 9ab0b3326..654e00929 100644 --- a/po/eu.po +++ b/po/eu.po @@ -30,7 +30,7 @@ msgid "Unable to locate package %s" msgstr "Ezin da %s paketea lokalizatu" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Pakete Izenak Guztira : " #: cmdline/apt-cache.cc:287 @@ -58,7 +58,7 @@ msgid "Total distinct versions: " msgstr "Bertsio Ezberdinak Guztira: " #: cmdline/apt-cache.cc:295 -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Azalpen Ezberdinak Guztira: " #: cmdline/apt-cache.cc:297 @@ -1265,7 +1265,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/fi.po b/po/fi.po index 525938820..a105a78a2 100644 --- a/po/fi.po +++ b/po/fi.po @@ -30,7 +30,7 @@ msgid "Unable to locate package %s" msgstr "Pakettia %s ei löydy" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Pakettien kokonaismäärä : " #: cmdline/apt-cache.cc:287 @@ -59,7 +59,7 @@ msgstr "Eri versioita yhteensä: " #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Eri versioita yhteensä: " #: cmdline/apt-cache.cc:297 @@ -1266,7 +1266,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/fr.po b/po/fr.po index e11900ea4..42ce64dba 100644 --- a/po/fr.po +++ b/po/fr.po @@ -31,7 +31,7 @@ msgid "Unable to locate package %s" msgstr "Impossible de trouver le paquet %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Nombre total de paquets : " #: cmdline/apt-cache.cc:287 @@ -59,7 +59,7 @@ msgid "Total distinct versions: " msgstr "Nombre de versions distinctes : " #: cmdline/apt-cache.cc:295 -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Nombre de descriptions distinctes : " #: cmdline/apt-cache.cc:297 @@ -1294,7 +1294,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/gl.po b/po/gl.po index 55e9cd388..189fc49c5 100644 --- a/po/gl.po +++ b/po/gl.po @@ -27,7 +27,7 @@ msgid "Unable to locate package %s" msgstr "Non se puido atopar o paquete %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Número total de nomes de paquetes : " #: cmdline/apt-cache.cc:287 @@ -55,7 +55,7 @@ msgid "Total distinct versions: " msgstr "Número total de versións distintas: " #: cmdline/apt-cache.cc:295 -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Número total de descricións distintas: " #: cmdline/apt-cache.cc:297 @@ -1276,7 +1276,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/he.po b/po/he.po index bbb9cf26b..39356c6e9 100644 --- a/po/he.po +++ b/po/he.po @@ -28,7 +28,7 @@ msgid "Unable to locate package %s" msgstr "לא מצליח לאתר את החבילה %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "" #: cmdline/apt-cache.cc:287 @@ -56,7 +56,7 @@ msgid "Total distinct versions: " msgstr "" #: cmdline/apt-cache.cc:295 -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "" #: cmdline/apt-cache.cc:297 @@ -1140,7 +1140,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/hu.po b/po/hu.po index e81449104..70173d97c 100644 --- a/po/hu.po +++ b/po/hu.po @@ -32,7 +32,7 @@ msgid "Unable to locate package %s" msgstr "Az alábbi csomag nem található: %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Csomagnevek összesen : " #: cmdline/apt-cache.cc:287 @@ -60,7 +60,7 @@ msgid "Total distinct versions: " msgstr "Különböző verziók összesen: " #: cmdline/apt-cache.cc:295 -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Összes külső leírás: " #: cmdline/apt-cache.cc:297 @@ -1268,7 +1268,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/it.po b/po/it.po index 1ee382d2a..1e42c36fd 100644 --- a/po/it.po +++ b/po/it.po @@ -26,7 +26,7 @@ msgid "Unable to locate package %s" msgstr "Impossibile trovare il pacchetto %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Totale nomi dei pacchetti : " #: cmdline/apt-cache.cc:287 @@ -55,7 +55,7 @@ msgstr "Totale versioni distinte: " #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Totale versioni distinte: " #: cmdline/apt-cache.cc:297 @@ -1277,7 +1277,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/ja.po b/po/ja.po index 0eb432ea7..9a802e2f3 100644 --- a/po/ja.po +++ b/po/ja.po @@ -29,7 +29,7 @@ msgid "Unable to locate package %s" msgstr "パッケージ %s が見つかりません" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "パッケージ名総数: " #: cmdline/apt-cache.cc:287 @@ -57,7 +57,7 @@ msgid "Total distinct versions: " msgstr "個別バージョン総数: " #: cmdline/apt-cache.cc:295 -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "個別説明総数: " #: cmdline/apt-cache.cc:297 @@ -1274,7 +1274,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/km.po b/po/km.po index 61092dd6c..2a3901782 100644 --- a/po/km.po +++ b/po/km.po @@ -32,7 +32,7 @@ msgid "Unable to locate package %s" msgstr "មិន​អាច​កំណត់​ទីតាំង​កញ្ចប់ %s បានឡើយ" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "ឈ្មោះ​កញ្ចប់​សរុប ៖ " #: cmdline/apt-cache.cc:287 @@ -61,7 +61,7 @@ msgstr "កំណែ​ផ្សេងៗ​សរុប ៖ " #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "កំណែ​ផ្សេងៗ​សរុប ៖ " #: cmdline/apt-cache.cc:297 @@ -1260,7 +1260,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/ko.po b/po/ko.po index 817c97baf..f1d228b9c 100644 --- a/po/ko.po +++ b/po/ko.po @@ -26,7 +26,7 @@ msgid "Unable to locate package %s" msgstr "%s 꾸러미를 찾을 수 없습니다" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "전체 꾸러미 이름 : " #: cmdline/apt-cache.cc:287 @@ -54,7 +54,7 @@ msgid "Total distinct versions: " msgstr "개별 버전 전체: " #: cmdline/apt-cache.cc:295 -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "개별 설명 전체: " #: cmdline/apt-cache.cc:297 @@ -1270,7 +1270,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/ku.po b/po/ku.po index 4d180406f..0d6f54214 100644 --- a/po/ku.po +++ b/po/ku.po @@ -28,7 +28,7 @@ msgid "Unable to locate package %s" msgstr "Pakêt nehate dîtin %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Navên paketan bi giştî :" #: cmdline/apt-cache.cc:287 @@ -57,7 +57,7 @@ msgstr "Guhertoyên vekirî yên giştî:" #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Guhertoyên vekirî yên giştî:" #: cmdline/apt-cache.cc:297 @@ -1147,7 +1147,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/mr.po b/po/mr.po index fc8ca6e66..70d904d92 100644 --- a/po/mr.po +++ b/po/mr.po @@ -28,7 +28,7 @@ msgid "Unable to locate package %s" msgstr "पॅकेज %s शोधण्यास असमर्थ आहे" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "पॅकेजची सर्व नांवे: " #: cmdline/apt-cache.cc:287 @@ -57,7 +57,7 @@ msgstr "एकूण स्पष्ट आवृत्या: " #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "एकूण स्पष्ट आवृत्या: " #: cmdline/apt-cache.cc:297 @@ -1262,7 +1262,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/nb.po b/po/nb.po index b62eeab85..5e810aaa3 100644 --- a/po/nb.po +++ b/po/nb.po @@ -37,7 +37,7 @@ msgid "Unable to locate package %s" msgstr "Klarer ikke finne pakken %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Plassmengde pakkenavn: " #: cmdline/apt-cache.cc:287 @@ -65,7 +65,7 @@ msgid "Total distinct versions: " msgstr "Antall unike versjoner: " #: cmdline/apt-cache.cc:295 -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Antall unike beskrivelser: " #: cmdline/apt-cache.cc:297 @@ -1273,7 +1273,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/ne.po b/po/ne.po index 8252319d1..2f52848ad 100644 --- a/po/ne.po +++ b/po/ne.po @@ -29,7 +29,7 @@ msgid "Unable to locate package %s" msgstr "प्याकेज %s तोक्न असक्षम भयो" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "कूल प्याकेज नामहरू :" #: cmdline/apt-cache.cc:287 @@ -58,7 +58,7 @@ msgstr "कूल भिन्न संस्करणहरू:" #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "कूल भिन्न संस्करणहरू:" #: cmdline/apt-cache.cc:297 @@ -1261,7 +1261,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/nl.po b/po/nl.po index 6783b423d..34cde7ee4 100644 --- a/po/nl.po +++ b/po/nl.po @@ -28,7 +28,7 @@ msgid "Unable to locate package %s" msgstr "Kan pakket %s niet vinden" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Totaal aantal pakketnamen: " #: cmdline/apt-cache.cc:287 @@ -57,7 +57,7 @@ msgstr "Totaal aantal verschillende versies: " #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Totaal aantal verschillende versies: " #: cmdline/apt-cache.cc:297 @@ -1281,7 +1281,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/nn.po b/po/nn.po index f2dac0847..1db8ac17e 100644 --- a/po/nn.po +++ b/po/nn.po @@ -31,7 +31,7 @@ msgid "Unable to locate package %s" msgstr "Finn ikkje pakken %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Tal p pakkenamn: " #: cmdline/apt-cache.cc:287 @@ -60,7 +60,7 @@ msgstr "Tal p #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Tal p einskildversjonar: " #: cmdline/apt-cache.cc:297 @@ -1269,7 +1269,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/pl.po b/po/pl.po index 271675dde..a803987f9 100644 --- a/po/pl.po +++ b/po/pl.po @@ -27,7 +27,7 @@ msgid "Unable to locate package %s" msgstr "Nie udao si odnale pakietu %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Liczba nazw pakietw : " #: cmdline/apt-cache.cc:287 @@ -55,7 +55,7 @@ msgid "Total distinct versions: " msgstr "W sumie rnych wersji: " #: cmdline/apt-cache.cc:295 -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "W sumie rnych opisw: " #: cmdline/apt-cache.cc:297 @@ -1269,7 +1269,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/pt.po b/po/pt.po index 202afe8fd..a0d3cbf34 100644 --- a/po/pt.po +++ b/po/pt.po @@ -28,7 +28,7 @@ msgid "Unable to locate package %s" msgstr "Não foi possível encontrar o pacote %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Total de Nomes de Pacotes : " #: cmdline/apt-cache.cc:287 @@ -56,7 +56,7 @@ msgid "Total distinct versions: " msgstr "Total de versões distintas: " #: cmdline/apt-cache.cc:295 -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Total de descrições distintas: " #: cmdline/apt-cache.cc:297 @@ -1274,7 +1274,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 17286f2da..68045d764 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -28,7 +28,7 @@ msgid "Unable to locate package %s" msgstr "Impossível encontrar o pacote %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Total de Nomes de Pacotes : " #: cmdline/apt-cache.cc:287 @@ -57,7 +57,7 @@ msgstr "Total de versões distintas: " #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Total de versões distintas: " #: cmdline/apt-cache.cc:297 @@ -1271,7 +1271,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/ro.po b/po/ro.po index 388e7e1a6..8beda4835 100644 --- a/po/ro.po +++ b/po/ro.po @@ -29,7 +29,7 @@ msgid "Unable to locate package %s" msgstr "Nu pot localiza pachetul %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Total nume pachete : " #: cmdline/apt-cache.cc:287 @@ -58,7 +58,7 @@ msgstr "Total versiuni distincte: " #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Total versiuni distincte: " #: cmdline/apt-cache.cc:297 @@ -1279,7 +1279,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/ru.po b/po/ru.po index cc40384dd..c2e2a90ad 100644 --- a/po/ru.po +++ b/po/ru.po @@ -37,7 +37,7 @@ msgid "Unable to locate package %s" msgstr "Не удалось найти пакет %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Всего имён пакетов : " #: cmdline/apt-cache.cc:287 @@ -66,7 +66,7 @@ msgstr "Всего уникальных версий: " #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Всего уникальных версий: " #: cmdline/apt-cache.cc:297 @@ -1297,7 +1297,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/sk.po b/po/sk.po index d921c4f94..f1072a999 100644 --- a/po/sk.po +++ b/po/sk.po @@ -28,7 +28,7 @@ msgid "Unable to locate package %s" msgstr "Balík %s sa nedá nájsť" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Celkom názvov balíkov: " #: cmdline/apt-cache.cc:287 @@ -57,7 +57,7 @@ msgstr "Celkom rôznych verzií: " #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Celkom rôznych verzií: " #: cmdline/apt-cache.cc:297 @@ -1261,7 +1261,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/sl.po b/po/sl.po index eeb9a2657..690c9d8b8 100644 --- a/po/sl.po +++ b/po/sl.po @@ -25,7 +25,7 @@ msgid "Unable to locate package %s" msgstr "Ne najdem paketa %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Vseh imen paketov:" #: cmdline/apt-cache.cc:287 @@ -54,7 +54,7 @@ msgstr "Vseh razli #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Vseh razliic:" #: cmdline/apt-cache.cc:297 @@ -1263,7 +1263,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/sv.po b/po/sv.po index 41b87c50d..0c0dc2011 100644 --- a/po/sv.po +++ b/po/sv.po @@ -29,7 +29,7 @@ msgid "Unable to locate package %s" msgstr "Kunde inte hitta paketet %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Totalt antal paketnamn: " #: cmdline/apt-cache.cc:287 @@ -57,7 +57,7 @@ msgid "Total distinct versions: " msgstr "Totalt antal olika versioner: " #: cmdline/apt-cache.cc:295 -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Totalt antal olika beskrivningar: " #: cmdline/apt-cache.cc:297 @@ -1275,7 +1275,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/th.po b/po/th.po index 642da839c..55617f89b 100644 --- a/po/th.po +++ b/po/th.po @@ -28,7 +28,7 @@ msgid "Unable to locate package %s" msgstr "ไม่พบแพกเกจ %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "จำนวนชื่อแพกเกจทั้งหมด : " #: cmdline/apt-cache.cc:287 @@ -56,7 +56,7 @@ msgid "Total distinct versions: " msgstr "จำนวนรุ่นที่แตกต่างกันทั้งหมด: " #: cmdline/apt-cache.cc:295 -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "จำนวนคำบรรยายแพกเกจที่แตกต่างกันทั้งหมด: " #: cmdline/apt-cache.cc:297 @@ -1244,7 +1244,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/tl.po b/po/tl.po index 3479b4bf4..09d7bd8f0 100644 --- a/po/tl.po +++ b/po/tl.po @@ -32,7 +32,7 @@ msgid "Unable to locate package %s" msgstr "Hindi mahanap ang paketeng %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Kabuuan ng mga Pakete : " #: cmdline/apt-cache.cc:287 @@ -61,7 +61,7 @@ msgstr "Kabuuan ng Natatanging mga Bersyon: " #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Kabuuan ng Natatanging mga Bersyon: " #: cmdline/apt-cache.cc:297 @@ -1282,7 +1282,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/uk.po b/po/uk.po index 6e2fde7d3..9449a17af 100644 --- a/po/uk.po +++ b/po/uk.po @@ -28,7 +28,7 @@ msgid "Unable to locate package %s" msgstr "Не можу знайти пакунок %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Всього імен пакунків : " #: cmdline/apt-cache.cc:287 @@ -57,7 +57,7 @@ msgstr "Всього унікальних версій: " #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Всього унікальних версій: " #: cmdline/apt-cache.cc:297 @@ -1287,7 +1287,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/vi.po b/po/vi.po index 25ad685c7..c76159c96 100644 --- a/po/vi.po +++ b/po/vi.po @@ -29,7 +29,7 @@ msgid "Unable to locate package %s" msgstr "Không thể định vị gói %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "Tổng số tên gói: " #: cmdline/apt-cache.cc:287 @@ -57,7 +57,7 @@ msgid "Total distinct versions: " msgstr "Tổng phiên bản riêng: " #: cmdline/apt-cache.cc:295 -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "Tổng mô tả riêng: " #: cmdline/apt-cache.cc:297 @@ -1296,7 +1296,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index fc3a846d8..28dada813 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -29,7 +29,7 @@ msgid "Unable to locate package %s" msgstr "未发现软件包 %s" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "软件包总数(按名称计):" #: cmdline/apt-cache.cc:287 @@ -57,7 +57,7 @@ msgid "Total distinct versions: " msgstr "按版本共计:" #: cmdline/apt-cache.cc:295 -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "按说明共计:" #: cmdline/apt-cache.cc:297 @@ -1249,7 +1249,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" diff --git a/po/zh_TW.po b/po/zh_TW.po index 4bd79ff5c..008a20399 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -29,7 +29,7 @@ msgid "Unable to locate package %s" msgstr "無法找出套件 %s 的位置" #: cmdline/apt-cache.cc:247 -msgid "Total package names : " +msgid "Total package names: " msgstr "所有套件的名稱" #: cmdline/apt-cache.cc:287 @@ -58,7 +58,7 @@ msgstr "所有不同版本" #: cmdline/apt-cache.cc:295 #, fuzzy -msgid "Total Distinct Descriptions: " +msgid "Total distinct descriptions: " msgstr "所有不同版本" #: cmdline/apt-cache.cc:297 @@ -1253,7 +1253,7 @@ msgid "" " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" -" autoremove - Remove all automatic unused packages\n" +" autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" -- cgit v1.2.3