summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)AuthorFilesLines
2010-08-27Bulgarian (Damyan Ivanov). Closes: #594627bubulle@debian.org1-166/+219
2010-08-27* Simplified Chinese (Aron Xu). Closes: #594458bubulle@debian.org2-148/+155
* Portuguese (Américo Monteiro)
2010-08-25Asturian (maacub). Closes: #594303bubulle@debian.org1-478/+517
2010-08-25Italian (Milo Casagrande). Closes: #594238bubulle@debian.org1-120/+139
2010-08-25Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265bubulle@debian.org1-173/+198
2010-08-25Swedish (Daniel Nylander). Closes: #594241bubulle@debian.org1-95/+120
2010-08-25Slovak (Ivan Masár). Closes: #594255bubulle@debian.org1-151/+125
2010-08-25Fix from Florentin Duneau reviewbubulle@debian.org1-1/+2
2010-08-24po/LINGUAS: remove en_GBMichael Vogt1-1/+1
2010-08-24Drop en_GB translation as per request of Neil Williamsbubulle@debian.org1-3334/+0
2010-08-24Russian (Yuri Kozlov). Closes: #594232bubulle@debian.org1-109/+139
2010-08-24Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aokibubulle@debian.org44-44/+44
Closes: #594211
2010-08-24French translation completedbubulle@debian.org1-40/+40
2010-08-23Update PO(T) filesbubulle@debian.org44-1271/+3768
2010-08-22Change the translation of mmapbubulle@debian.org1-9/+12
2010-08-22French translation updatebubulle@debian.org1-92/+117
2010-08-09* Swedish translation update. Closes: #592366bubulle@debian.org1-94/+208
* Swedish translation update. Closes: #592366
2010-07-30refresh po/pot files in doc/ and po/Michael Vogt44-19886/+25468
2010-07-11[ Martin Pitt ]David Kalnischkies1-443/+599
* debian/rules: - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right CXXFLAGS. * apt-pkg/contrib/fileutl.{h,cc}: - Add support for reading of gzipped files with the new "ReadOnlyGzip" OpenMode. (Closes: #188407) - Link against zlib (in apt-pkg/makefile) and add zlib build dependency. - [ABI BREAK] This adds a new private member to FileFd, but its initialization is in the public header file. * configure.in: - Check for zlib library and headers. * apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc, apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h, cmdline/apt-cache.cc: - Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode. * apt-pkg/deb/debindexfile.cc: - If we do not find uncompressed package/source/translation indexes, look for gzip compressed ones. * apt-pkg/acquire-item.cc: - If the Acquire::GzipIndexes option is true and we download a gzipped index file, keep it as it is (and rename to .gz) instead of uncompressing it. * doc/apt.conf.5.xml: - Document the new Acquire::GzipIndexes option. * doc/po/apt-doc.pot, doc/po/de.po: - German translation of new Acquire::GzipIndexes option. * Add test/test-indexes.sh: - Test behaviour of index retrieval and usage, in particular with uncompressed and gzip compressed indexes. * methods/gzip.cc: With FileFd now being able to read gzipped files, there is no need for the gzip method any more to spawn an external gzip process. Rewrite it to use FileFd directly, which makes the code a lot simpler, and also using less memory and overhead.
2010-05-25merged from debian-sidMichael Vogt2-937/+778
2010-05-16Italian translation completedbubulle@debian.org1-5/+7
2010-05-15Italian translation update. Closes: #581742bubulle@debian.org1-2/+10
2010-05-11Slovak translation update. Closes: #581159bubulle@debian.org1-6/+11
2010-05-04make update-poDavid Kalnischkies44-16403/+20019
2010-04-21replace backticks with single quote in broken packages message.David Kalnischkies45-130/+130
Thanks to Jari Aalto for spotting & patching! (Closes: #577168)
2010-03-19merge with debian-sid to get new pl-manpageDavid Kalnischkies1-147/+139
2010-03-19Polish manpages translation updatebubulle@debian.org1-9/+5
2010-03-16Dutch translation updatebubulle@debian.org1-145/+141
2010-03-14merge with debian-sid, update-po for manpages and fix a few moreDavid Kalnischkies3-422/+450
typos in doc/po/es.po to generate the manpages properly. [ Christian Perrier ] * German translation update. Closes: #571037 * Spanish manpages translation update. Closes: #573293 [ Julian Andres Klode ] * cmdline/apt-mark: - Use the new python-apt API (and conflict with python-apt << 0.7.93.2). * apt-inst/contrib/arfile.h: - Add public ARArchive::Members() which returns the list of members. * debian/rules: - Fix the libraries name to be e.g. libapt-pkg4.9 instead of libapt-pkg-4.9.
2010-02-28Completed translationbubulle@debian.org1-1/+3
2010-02-27Correct translation errorbubulle@debian.org1-2/+2
2010-02-27Correct translation errorbubulle@debian.org1-7/+5
2010-02-24German translation updatebubulle@debian.org1-248/+241
2010-02-18refreshed po/ doc/po filesMichael Vogt42-6838/+7819
2010-02-18* buildlib/apti18n.h.in, po/makefile:David Kalnischkies1-0/+1
- add ngettext support with P_()
2010-02-03Slovak translation updatebubulle@debian.org1-184/+218
2010-01-29French translation updatebubulle@debian.org1-175/+207
2010-01-29Italian translation updatebubulle@debian.org1-196/+226
2010-01-23* apt-pkg/contrib/fileutl.cc:Michael Vogt1-164/+185
- Fix the newly introduced method GetListOfFilesInDir to not accept every file if no extension is enforced (= restore old behaviour). (Closes: #565213) * apt-pkg/policy.cc: - accept also partfiles with "pref" file extension as valid * apt-pkg/contrib/configuration.cc: - accept also partfiles with "conf" file extension as valid * doc/apt.conf.5.xml: - reorder description and split out syntax - add partfile name convention (Closes: #558348) * doc/apt_preferences.conf.5.xml: - describe partfile name convention also here * apt-pkg/deb/dpkgpm.cc: - don't segfault if term.log file can't be opened. Thanks Sam Brightman for the patch! (Closes: #475770) * doc/*: - replace the per language addendum with a global addendum - add a explanation why translations include (maybe) english parts to the new global addendum (Closes: #561636) * apt-pkg/contrib/strutl.cc: - fix malloc asseration fail with ja_JP.eucJP locale in apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)
2010-01-17Missing \nbubulle@debian.org1-1/+1
2010-01-14French translation update (17 left)bubulle@debian.org1-18/+23
2010-01-09Update PO filesbubulle@debian.org43-7149/+7311
2010-01-09Russian translation updatebubulle@debian.org1-68/+88
2010-01-08* po/ru.po:Michael Vogt1-249/+248
- merged updated ru.po, thanks to Yuri Kozlov (closes: #564171)
2010-01-08* French manpage translation updateMichael Vogt1-7/+2
* spot & fix various typos in all manpages * German manpage translation update * cmdline/apt-cache.cc: - remove translatable marker from the "%4i %s\n" string * buildlib/po4a_manpage.mak: - instruct debiandoc to build files with utf-8 encoding * buildlib/tools.m4: - fix some warning from the buildtools * apt-pkg/acquire-item.cc: - add configuration PDiffs::Limit-options to not download too many or too big patches (Closes: #554349) * debian/control: - let all packages depend on ${misc:Depends} * share/*-archive.gpg: - remove the horrible outdated files. We already depend on the keyring so we don't need to ship our own version * cmdline/apt-key: - errors out if wget is not installed (Closes: #545754) - add --keyring option as we have now possibly many * methods/gpgv.cc: - pass all keyrings (TrustedParts) to gpgv instead of using only one trusted.gpg keyring (Closes: #304846) * methods/https.cc: - finally merge the rest of the patchset from Arnaud Ebalard with the CRL and Issuers options, thanks! (Closes: #485963)
2009-12-10merged from the mvo branch (and contains all non-abi break changes from donkult)Michael Vogt44-5183/+7142
2009-12-10merged -r 1923..1926 from lp:~donkult/apt/sidMichael Vogt44-5543/+7362
2009-12-10merged -r1887..1901 from lp:~donkult/apt/sidMichael Vogt1-447/+536
2009-12-10* cmdline/apt-get.cc:Michael Vogt1-60/+71
- source should displays his final pkg pick (Closes: #249383, #550952) - source doesn't need the complete version for match (Closes: #245250) - source ignores versions/releases if not available (Closes: #377424)
2009-12-10merged -r1875..1886 from lp:~donkult/apt/sidMichael Vogt1-1/+15