summaryrefslogtreecommitdiff
path: root/doc/po/fr.po
AgeCommit message (Collapse)AuthorFilesLines
2010-08-31French translation fixedbubulle@debian.org1-36/+34
2010-08-30doc/po/fr.po: fix xml errors in the fr translationMichael Vogt1-7/+11
2010-08-23Update PO(T) filesbubulle@debian.org1-305/+189
2010-08-23French manpages translation updatebubulle@debian.org1-170/+146
2010-07-30refresh po/pot files in doc/ and po/Michael Vogt1-686/+997
2010-07-11[ Martin Pitt ]David Kalnischkies1-265/+281
* 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-04make update-poDavid Kalnischkies1-484/+476
2010-04-01merged from lp:~donkult/apt/sidMichael Vogt1-156/+192
2010-03-23French translation completedbubulle@debian.org1-101/+84
2010-03-19modify and clarify the comments for the translation placeholders a bitDavid Kalnischkies1-8/+15
and as it was only a comment change unfuzzy the translations.
2010-03-14merge with debian-sid, update-po for manpages and fix a few moreDavid Kalnischkies1-152/+181
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-18refreshed po/ doc/po filesMichael Vogt1-257/+326
2010-02-18* [BREAK] merged lp:~mvo/apt/historyMichael Vogt1-45/+48
- this writes a /var/log/apt/history tagfile that contains details from the transaction (complements term.log) * methods/http.cc: - add cache-control headers even if no cache is given to allow adding options for intercepting proxies - add Acquire::http::ProxyAutoDetect configuration that can be used to call a external helper to figure out the proxy configuration and return it to apt via stdout (this is a step towards WPAD and zeroconf/avahi support) * abicheck/ - add new abitest tester using the ABI Compliance Checker from http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker * Change the package index Info methods to allow apt-cache policy to be useful when using several different archives on the same host. (Closes: #329814, LP: #22354)
2010-01-29First French updatebubulle@debian.org1-58/+43
2010-01-23* apt-pkg/contrib/fileutl.cc:Michael Vogt1-826/+1054
- 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-16Completed translationbubulle@debian.org1-9/+39
2010-01-14French translation update (17 left)bubulle@debian.org1-42/+113
2010-01-08* French manpage translation updateMichael Vogt1-15/+31
* 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)
2010-01-0844 strings leftbubulle@debian.org1-47/+65
2010-01-04Review continued by Stephane Blondonbubulle@debian.org1-37/+38
2010-01-03Reviewed by Philippe bataillerbubulle@debian.org1-51/+51
2010-01-03Review by Stephane Blondon and msgcatbubulle@debian.org1-252/+635
2009-12-29French translation updatebubulle@debian.org1-55/+156
2009-12-23Yet more Frenchbubulle@debian.org1-11/+49
2009-12-22Review by Philippe bataillerbubulle@debian.org1-26/+10
2009-12-20French translation updatebubulle@debian.org1-24/+18
2009-12-19French translation updatebubulle@debian.org1-7/+13
2009-12-16French translation updatebubulle@debian.org1-61/+35
2009-12-12French translation updatebubulle@debian.org1-58/+51
2009-12-10merged -r 1898..1899 from lp:~donkult/apt/sidMichael Vogt1-148/+321
2009-12-10merged from the mvo branch (and contains all non-abi break changes from donkult)Michael Vogt1-262/+1555
2009-12-01drop quote elementsbubulle@debian.org1-1/+1
2009-12-01doc/po: Rerun po4a to update the template and translations.Julian Andres Klode1-385/+259
2009-09-26French translation updatebubulle@debian.org1-101/+100
2009-09-26Update filesbubulle@debian.org1-17/+37
2009-09-24try to be cristal clear about the usage of :: and {} (Closes: #503481)David Kalnischkies1-232/+303
See the bugreport (and merged ones) for discussion details which lead to these additions to the introduction of the apt.conf manpage.
2009-09-18merge with lp:~mvo/apt/debian-sid including the complete(!) frDavid Kalnischkies1-692/+422
- fix a little markup typo in doc/po/fr.po (start literal-tag with <)
2009-09-18cleanup commit for trigger processing:David Kalnischkies1-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.
2009-09-15Add even more config options and try to handle configuration problemsDavid Kalnischkies1-101/+195
arising if we upgrade essential or predependencies which need to be configured before even unpacking packages depending on them.
2009-09-14French translation *comp-ple-ted*!bubulle@debian.org1-466/+171
Champaign!
2009-09-13add and document experimental options to make aggressiveDavid Kalnischkies1-70/+160
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.
2009-09-12Progress of the weekbubulle@debian.org1-208/+104
2009-09-09use only one xsl file (and therefore utf-8) for all languagesDavid Kalnischkies1-1583/+1913
2009-09-05Switch French manpages translation to po4abubulle@debian.org1-0/+8823