summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2011-03-14* po/sl.po:Michael Vogt
- updated, thanks to Andrej Znidarsic
2011-02-24Italian translation update (Milo Casagrande). Closes: #614395bubulle@debian.org
2011-02-16Refresh PO filesbubulle@debian.org
2011-02-16* Add missing dot in French translation of manpages. Merci, Olivierbubulle@debian.org
Humbert. * French translation update * French manpages translation update
2011-02-10merged from lp:~mvo/apt/mvoMichael Vogt
2011-02-10* merged lp:~evfool/apt/fix641673Michael Vogt
- String-fix in the source and the translations for the grammatical mistake reported in bug LP: #641673, thanks to Robert Roth
2011-02-08po/*: make update-poMichael Vogt
2011-01-25merge with debian-sidDavid Kalnischkies
[ Christian Perrier ] * Fix encoding for Slovenian translation. PO file switched to UTF-8. Closes: #609957 [ David Kalnischkies ] * ftparchive/apt-ftparchive.cc: - fix endless loop for multiple TranslationsWriters [ Julian Andres Klode ] * cmdline/apt-cache.cc: Create an error for apt-cache depends if packages could not found (LP: #647045) [ Manpages translations ] * Correct a typo and an error in French manpages translation. Closes: # 607170 [ Programs translations ] * po/es.po: Updated, plus fixes encoding issues and fixes two fuzzy strings, thanks to Javier Fernandez-Sanguino (closes: #610692) * Spanish update by Javier Fernández-Sanguino Peña. Closes: #607145
2011-01-25po/es.po: Updated, plus fixes encoding issues and fixes two fuzzy0.8.10.3Michael Vogt
strings, thanks to Javier Fernandez-Sanguino (closes: #610692)
2011-01-15Fix encoding for Slovenian translation. PO file switchedbubulle@debian.org
to UTF-8. Closes: #609957
2011-01-12* methods/https.cc:David Kalnischkies
- fix CURLOPT_SSL_VERIFYHOST by really passing 2 to it if enabled
2010-12-15* Spanish update by Javier Fernández-Sanguino Peña. Closes: #607145 bubulle@debian.org
* Correct a typo and an error in French manpages translation. Closes: # 607170
2010-11-27* German update by Holger Wansing. Closes: #603619bubulle@debian.org
* Czech by Miroslav Kure. Closes: #605107
2010-11-15! German update by Holger Wansing. Closes: #603619bubulle@debian.org
2010-11-13Slovenian update by Andrej Žnidaršič and Rosetta Slovenian teambubulle@debian.org
2010-10-04[ Programs translations ]Maacub
* Asturian update by Maacub (Closes: #599057)
2010-09-29* apt-pkg/packagemanager.cc:David Kalnischkies
- Add a space between period and 'Please' and unfuzzy all translations
2010-09-29Vietnamese programs translation update by Clytie Siddall (Closes: #598489)Clytie Siddall
2010-09-09Fix missing space after dot in a message from apt-pkgbubulle@debian.org
Translations unfuzzied. Thanks to Holger Wansing.
2010-09-09German (Holger Wansing). Closes: #596141bubulle@debian.org
2010-09-02* Norwegian Bokmål (Hans Nordhaug). Closes: #595182bubulle@debian.org
* Danish (Joe Hansen). Closes: #595176 * Catalan (Agustí Grau). Closes: #595234
2010-08-29Korean (Changwoo Ryu). Closes: #594809bubulle@debian.org
2010-08-28Portuguese (Miguel Figueiredo). Closes: #594668bubulle@debian.org
2010-08-28Corrected Bulgarian translationbubulle@debian.org
2010-08-27Updated Italian translationbubulle@debian.org
2010-08-27Bulgarian (Damyan Ivanov). Closes: #594627bubulle@debian.org
2010-08-27* Simplified Chinese (Aron Xu). Closes: #594458bubulle@debian.org
* Portuguese (Américo Monteiro)
2010-08-25Asturian (maacub). Closes: #594303bubulle@debian.org
2010-08-25Italian (Milo Casagrande). Closes: #594238bubulle@debian.org
2010-08-25Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265bubulle@debian.org
2010-08-25Swedish (Daniel Nylander). Closes: #594241bubulle@debian.org
2010-08-25Slovak (Ivan Masár). Closes: #594255bubulle@debian.org
2010-08-25Fix from Florentin Duneau reviewbubulle@debian.org
2010-08-24po/LINGUAS: remove en_GBMichael Vogt
2010-08-24Drop en_GB translation as per request of Neil Williamsbubulle@debian.org
2010-08-24Russian (Yuri Kozlov). Closes: #594232bubulle@debian.org
2010-08-24Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aokibubulle@debian.org
Closes: #594211
2010-08-24French translation completedbubulle@debian.org
2010-08-23Update PO(T) filesbubulle@debian.org
2010-08-22Change the translation of mmapbubulle@debian.org
2010-08-22French translation updatebubulle@debian.org
2010-08-09* Swedish translation update. Closes: #592366bubulle@debian.org
* Swedish translation update. Closes: #592366
2010-07-30refresh po/pot files in doc/ and po/Michael Vogt
2010-07-11[ Martin Pitt ]David Kalnischkies
* 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 Vogt
2010-05-16Italian translation completedbubulle@debian.org
2010-05-15Italian translation update. Closes: #581742bubulle@debian.org
2010-05-11Slovak translation update. Closes: #581159bubulle@debian.org
2010-05-04make update-poDavid Kalnischkies
2010-04-21replace backticks with single quote in broken packages message.David Kalnischkies
Thanks to Jari Aalto for spotting & patching! (Closes: #577168)