summaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* [ 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
|/
* refreshed po/ doc/po filesMichael Vogt2010-02-1842-6838/+7819
|
* * buildlib/apti18n.h.in, po/makefile:David Kalnischkies2010-02-181-0/+1
| | | | - add ngettext support with P_()
* Slovak translation updatebubulle@debian.org2010-02-031-184/+218
|
* French translation updatebubulle@debian.org2010-01-291-175/+207
|
* Italian translation updatebubulle@debian.org2010-01-291-196/+226
|
* * apt-pkg/contrib/fileutl.cc:Michael Vogt2010-01-231-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)
* Missing \nbubulle@debian.org2010-01-171-1/+1
|