summaryrefslogtreecommitdiff
path: root/doc/po/apt-doc.pot
Commit message (Collapse)AuthorAgeFilesLines
* * doc/po/apt-doc.pot, doc/po/de.po:martin@piware.de2010-06-111-120/+134
| | | - German translation of new Acquire::GzipIndexes option.
* refreshed po/ doc/po filesMichael Vogt2010-02-181-256/+282
|
* * apt-pkg/contrib/fileutl.cc:Michael Vogt2010-01-231-392/+555
| | | | | | | | | | | | | | | | | | | | | | | | - 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)
* merged -r 1898..1899 from lp:~donkult/apt/sidMichael Vogt2009-12-101-142/+199
|
* merged from the mvo branch (and contains all non-abi break changes from donkult)Michael Vogt2009-12-101-251/+1376
|
* doc/po: Rerun po4a to update the template and translations.Julian Andres Klode2009-12-011-195/+199
|
* Update filesbubulle@debian.org2009-09-261-16/+16
|
* try to be cristal clear about the usage of :: and {} (Closes: #503481)David Kalnischkies2009-09-241-229/+285
| | | | | See the bugreport (and merged ones) for discussion details which lead to these additions to the introduction of the apt.conf manpage.
* merge with lp:~mvo/apt/debian-sid including the complete(!) frDavid Kalnischkies2009-09-181-7/+6
|\ | | | | | | - fix a little markup typo in doc/po/fr.po (start literal-tag with <)
* | cleanup commit for trigger processing:David Kalnischkies2009-09-181-105/+89
| | | | | | | | | | | | | | | | - remove the DPkg::NoConfTriggers - absolutely useless as we need TriggersPending already so we can use --no-triggers. - remove the Immediate-option from the example, it doesn't help much. - UnpackCritical uses DepUnPackPre with a D (on simple letter...) - the "smart" optimisation to skip A was not so smart - revert.
* | Add even more config options and try to handle configuration problemsDavid Kalnischkies2009-09-151-101/+192
| | | | | | | | | | arising if we upgrade essential or predependencies which need to be configured before even unpacking packages depending on them.
* | add and document experimental options to make aggressiveDavid Kalnischkies2009-09-131-70/+159
| | | | | | | | | | | | | | | | | | | | | | use of dpkg's trigger and configuration handling (Closes: #473461) Add NoTriggers option to add --no-triggers to all dpkg calls, NoConfiguration to prevent apt from trying to configure packages - dpkg should handle this in the last ConfigurePending call. This options are for now deactivated as they require more testing in real world situations, but the plan is to enable them in the near future if anything works well.
* | use only one xsl file (and therefore utf-8) for all languagesDavid Kalnischkies2009-09-091-933/+1142
|/
* [ Nicolas François ]David Kalnischkies2009-08-261-0/+6430
* Cleaned up the first patch draft from KURASAWA Nozomu to finally get po4a support for translating the man pages. Many thanks to both for this excellent work! (Closes: #441608)