diff options
author | bubulle@debian.org <> | 2008-02-23 08:45:36 +0100 |
---|---|---|
committer | bubulle@debian.org <> | 2008-02-23 08:45:36 +0100 |
commit | 12bffed79329218e2c567d75a54738301b967259 (patch) | |
tree | 4b6fcf4bdb251cc3c9cd8e73a0e68fd5ba4a9699 | |
parent | 6b22bea32361ef81f0fccd4b6f5491bb98cec394 (diff) |
Fix some strings and unfuzzy translations. Closes: #466845
-rw-r--r-- | cmdline/apt-cache.cc | 4 | ||||
-rw-r--r-- | cmdline/apt-get.cc | 2 | ||||
-rw-r--r-- | po/apt-all.pot | 6 | ||||
-rw-r--r-- | po/ar.po | 6 | ||||
-rw-r--r-- | po/bg.po | 6 | ||||
-rw-r--r-- | po/bs.po | 6 | ||||
-rw-r--r-- | po/ca.po | 6 | ||||
-rw-r--r-- | po/cs.po | 6 | ||||
-rw-r--r-- | po/cy.po | 6 | ||||
-rw-r--r-- | po/da.po | 6 | ||||
-rw-r--r-- | po/de.po | 6 | ||||
-rw-r--r-- | po/dz.po | 6 | ||||
-rw-r--r-- | po/el.po | 6 | ||||
-rw-r--r-- | po/en_GB.po | 8 | ||||
-rw-r--r-- | po/es.po | 6 | ||||
-rw-r--r-- | po/eu.po | 6 | ||||
-rw-r--r-- | po/fi.po | 6 | ||||
-rw-r--r-- | po/fr.po | 6 | ||||
-rw-r--r-- | po/gl.po | 6 | ||||
-rw-r--r-- | po/he.po | 6 | ||||
-rw-r--r-- | po/hu.po | 6 | ||||
-rw-r--r-- | po/it.po | 6 | ||||
-rw-r--r-- | po/ja.po | 6 | ||||
-rw-r--r-- | po/km.po | 6 | ||||
-rw-r--r-- | po/ko.po | 6 | ||||
-rw-r--r-- | po/ku.po | 6 | ||||
-rw-r--r-- | po/mr.po | 6 | ||||
-rw-r--r-- | po/nb.po | 6 | ||||
-rw-r--r-- | po/ne.po | 6 | ||||
-rw-r--r-- | po/nl.po | 6 | ||||
-rw-r--r-- | po/nn.po | 6 | ||||
-rw-r--r-- | po/pl.po | 6 | ||||
-rw-r--r-- | po/pt.po | 6 | ||||
-rw-r--r-- | po/pt_BR.po | 6 | ||||
-rw-r--r-- | po/ro.po | 6 | ||||
-rw-r--r-- | po/ru.po | 6 | ||||
-rw-r--r-- | po/sk.po | 6 | ||||
-rw-r--r-- | po/sl.po | 6 | ||||
-rw-r--r-- | po/sv.po | 6 | ||||
-rw-r--r-- | po/th.po | 6 | ||||
-rw-r--r-- | po/tl.po | 6 | ||||
-rw-r--r-- | po/uk.po | 6 | ||||
-rw-r--r-- | po/vi.po | 6 | ||||
-rw-r--r-- | po/zh_CN.po | 6 | ||||
-rw-r--r-- | 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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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 einskildversjonar: " #: 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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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 razliic:" #: 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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" |