summaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* apt-pkg/tagfile.h: add dpointer placeholder, make destructor virtual; ↵Michael Vogt2011-01-281-52/+52
| | | | apt-pkg/deb/debsystem.h: make destructor virtual
* po/es.po: Updated, plus fixes encoding issues and fixes two fuzzyMichael Vogt2011-01-251-241/+172
| | | strings, thanks to Javier Fernandez-Sanguino (closes: #610692)
* Fix encoding for Slovenian translation. PO file switchedbubulle@debian.org2011-01-151-29/+44
| | | to UTF-8. Closes: #609957
* * Spanish update by Javier Fernández-Sanguino Peña. Closes: #607145 bubulle@debian.org2010-12-151-627/+713
| | | | * Correct a typo and an error in French manpages translation. Closes: # 607170
* * German update by Holger Wansing. Closes: #603619bubulle@debian.org2010-11-271-227/+262
| | | * Czech by Miroslav Kure. Closes: #605107
* ! German update by Holger Wansing. Closes: #603619bubulle@debian.org2010-11-151-17/+19
|
* Slovenian update by Andrej Žnidaršič and Rosetta Slovenian teambubulle@debian.org2010-11-131-805/+771
|
* [ Programs translations ]Maacub2010-10-041-21/+21
| | | | * Asturian update by Maacub (Closes: #599057)
* * apt-pkg/packagemanager.cc:David Kalnischkies2010-09-2944-11459/+11966
| | | - Add a space between period and 'Please' and unfuzzy all translations
* Vietnamese programs translation update by Clytie Siddall (Closes: #598489)Clytie Siddall2010-09-291-269/+265
|
* Fix missing space after dot in a message from apt-pkgbubulle@debian.org2010-09-0943-43/+43
| | | Translations unfuzzied. Thanks to Holger Wansing.
* German (Holger Wansing). Closes: #596141bubulle@debian.org2010-09-091-152/+164
|
* * Norwegian Bokmål (Hans Nordhaug). Closes: #595182bubulle@debian.org2010-09-023-1398/+1193
| | | | * Danish (Joe Hansen). Closes: #595176 * Catalan (Agustí Grau). Closes: #595234
* Korean (Changwoo Ryu). Closes: #594809bubulle@debian.org2010-08-291-262/+245
|
* Portuguese (Miguel Figueiredo). Closes: #594668bubulle@debian.org2010-08-281-170/+219
|
* Corrected Bulgarian translationbubulle@debian.org2010-08-281-10/+4
|
* Updated Italian translationbubulle@debian.org2010-08-271-17/+18
|
* Bulgarian (Damyan Ivanov). Closes: #594627bubulle@debian.org2010-08-271-166/+219
|
* * Simplified Chinese (Aron Xu). Closes: #594458bubulle@debian.org2010-08-272-148/+155
| | | * Portuguese (Américo Monteiro)
* Asturian (maacub). Closes: #594303bubulle@debian.org2010-08-251-478/+517
|
* Italian (Milo Casagrande). Closes: #594238bubulle@debian.org2010-08-251-120/+139
|
* Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265bubulle@debian.org2010-08-251-173/+198
|
* Swedish (Daniel Nylander). Closes: #594241bubulle@debian.org2010-08-251-95/+120
|
* Slovak (Ivan Masár). Closes: #594255bubulle@debian.org2010-08-251-151/+125
|
* Fix from Florentin Duneau reviewbubulle@debian.org2010-08-251-1/+2
|
* po/LINGUAS: remove en_GBMichael Vogt2010-08-241-1/+1
|
* Drop en_GB translation as per request of Neil Williamsbubulle@debian.org2010-08-241-3334/+0
|
* Russian (Yuri Kozlov). Closes: #594232bubulle@debian.org2010-08-241-109/+139
|
* Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aokibubulle@debian.org2010-08-2444-44/+44
| | | Closes: #594211
* French translation completedbubulle@debian.org2010-08-241-40/+40
|
* Update PO(T) filesbubulle@debian.org2010-08-2344-1271/+3768
|
* Change the translation of mmapbubulle@debian.org2010-08-221-9/+12
|
* French translation updatebubulle@debian.org2010-08-221-92/+117
|
* * Swedish translation update. Closes: #592366bubulle@debian.org2010-08-091-94/+208
| | | * Swedish translation update. Closes: #592366
* refresh po/pot files in doc/ and po/Michael Vogt2010-07-3044-19886/+25468
|
* [ Martin Pitt ]David Kalnischkies2010-07-111-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.
* | merged from debian-sidMichael Vogt2010-05-252-937/+778
|\|
| * Italian translation completedbubulle@debian.org2010-05-161-5/+7
| |
| * Italian translation update. Closes: #581742bubulle@debian.org2010-05-151-2/+10
| |
| * Slovak translation update. Closes: #581159bubulle@debian.org2010-05-111-6/+11
| |
* | make update-poDavid Kalnischkies2010-05-0444-16403/+20019
| |
* | replace backticks with single quote in broken packages message.David Kalnischkies2010-04-2145-130/+130
| | | | | | Thanks to Jari Aalto for spotting & patching! (Closes: #577168)
* | merge with debian-sid to get new pl-manpageDavid Kalnischkies2010-03-191-147/+139
|\|
| * Polish manpages translation updatebubulle@debian.org2010-03-191-9/+5
| |
| * Dutch translation updatebubulle@debian.org2010-03-161-145/+141
| |
* | merge with debian-sid, update-po for manpages and fix a few moreDavid Kalnischkies2010-03-143-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.
| * Completed translationbubulle@debian.org2010-02-281-1/+3
| |
| * Correct translation errorbubulle@debian.org2010-02-271-2/+2
| |
| * Correct translation errorbubulle@debian.org2010-02-271-7/+5
| |
| * German translation updatebubulle@debian.org2010-02-241-248/+241
|/