summaryrefslogtreecommitdiffstats
path: root/po/fr.po
Commit message (Collapse)AuthorAgeFilesLines
* Tell the user to refresh patch which does not remove properly, not only to ↵Martin Quinson2004-07-221-6/+6
| | | | force with -f
* - Add test case for permissions.v0.35Andreas Gruenbacher2004-07-151-40/+0
| | | | | | | | - Very minor translation updates. - Convert timestamps in changes file into UTC when generating the RPM changelog: the changelog does not understand timestamps. - Bump version to 0.35.
* Sync to ENMartin Quinson2004-07-131-7/+7
|
* - Also set TEXTDOMAINDIR in the wrapper script (bin/quilt.in).Andreas Gruenbacher2004-07-121-3/+3
|
* - refresh command: Fix --diffstat option; it did swap lines. AlsoAndreas Gruenbacher2004-07-121-14/+33
| | | | remove stray dollar sign.
* Sync to ENMartin Quinson2004-07-121-307/+175
|
* - Some more QUILT_PATCHES_PREFIX fixes.Andreas Gruenbacher2004-07-121-4/+4
|
* - Switch from echo to printf for all translations: This is moreAndreas Gruenbacher2004-07-091-246/+381
| | | | | | | | | | | | | | | stable than having expansions in messages that might change independent of the message. - Add print_patch function and always use it when printing patch names. Remove -n options from various scripts and use a global switch QUILT_PATCHES_PREFIX in .quiltrc to decide between patch names with and without directory prefix. Depending on user experience this switch may eventually go away. - Add --diffstat option to refresh command: If given, this option inserts diffstat statistics at the end of the patch header, or refreshes the existing diffstat output. No special tags in the path file (%diffstat or the like) are needed. - Minor fix inserting changelog into RPM specfile.
* - Add common GNU Diff format options to diff and refresH commands:Andreas Gruenbacher2004-07-041-36/+45
| | | | | | | | | | | -u, -U num, -c, -C num. REname old -c option (combine patches) of diff command to --combine. - Extend the function that splits comments froM patches and syntax coloring to handLe combined diff format. - Honor the LAnG environment variable again; this goT broken at some point. - Set TEXTDOMAINDIR to where the translations are put so that Messages are found even when not installing into /usr.
* - Several Fixes from Joe Green <jgreen@mvista.com>:Andreas Gruenbacher2004-07-021-21/+25
| | | | | | | | | | | | | | | | + Another sed \t\r problem, in Makefile.in + Bad error message on "quilt delete" of non-existent patch + "import" doesn't remove all leading components on patch file + Misspelling in "import" help text - With using the GNU diff --label option, file timestamps disappeared. Specify the timestamps in --label by hand: This gives us added flexibility when generating patches; we may some day want to support diff styles other than unified. Also reported by Joe Green. - Add --backup option to quilt refresh. - Update documentation to QUILT_${COMMAND}_ARGS in .quiltrc. (The old settings still work but they are no longer documented.) - Update German translation.
* - Allow passing of default options to commands by definingAndreas Gruenbacher2004-07-011-2/+2
| | | | | QUILT_${COMMAND}_ARGS in .quiltrc. This should eventually get us rid of some of the mess in .quiltrc.
* - Quilt diff: add --color option for optionally colorizing theAndreas Gruenbacher2004-06-301-22/+27
| | | | output.
* - Fix another upgrade bug: The series file may optionally containAndreas Gruenbacher2004-06-121-7/+9
| | | | | | | a strip level argument (-pN) which must be stripped off when determining the patch name. - A minor correction in the doumentation; some whitespace fixes. - Translation update.
* UpdatesMartin Quinson2004-06-111-82/+72
|
* - Add meta-data version check/upgrade code from Martin Quinson andAndreas Gruenbacher2004-06-101-7/+102
| | | | | | | | | | | | | | me; new `quilt upgrade' command. - Handle new/removed files correctly in generated patches: If the old or new file is missing, the file name in the patch should be /dev/null. Fix test suite accordingly, and add test/create-delete.diff. GNU patch recognizes this, and does additional file existance tests when a patch creates/deletes a file. Also use the --label option of GNU diff instead of hand-editing file name headers. - Add test/Makefile for running the test suite. Note: The tests run against the installed version of quilt! - Bump version to 0.34.
* - import: Create patches/ and parent directories to patch to beAndreas Gruenbacher2004-06-061-6/+6
| | | | imported. Insert the correct patch name in the series file.
* - backup-file.c: Add code to recursively search .pc directories.Andreas Gruenbacher2004-06-061-20/+18
| | | | | | | | | | Add a "no-op" mode as default, and allow to just unlink files. - apatch/rpatch: let backup-files search .pc directories instead of generating temporary file lists. - rpatch/pop: unlink files of topmost patch after popping instead of unlinking at each step. - If QUILTRC is set in the environment, use this as the configuration file.
* updateMartin Quinson2004-06-011-131/+47
|
* - Rewrite spec2series to return what the new `quilt setup' needs,Andreas Gruenbacher2004-05-311-7/+12
| | | | | | | | and rename it to inspect. - `quilt setup': Rewrite so that it supports multiple archives per spec file. Always make the patches directory a symlink to the original patch files instead of copying the patches. - Update German translation.
* - Remove conflict markers.Andreas Gruenbacher2004-05-311-63/+110
|
* UpdateMartin Quinson2004-05-271-130/+97
|
* Sync to ENMartin Quinson2004-03-081-6/+12
|
* Update against lastest stringsMartin Quinson2004-02-231-47/+71
|
* Fix formating errors (sorry)Martin Quinson2004-02-031-4/+4
|
* Sync to ENMartin Quinson2004-02-031-252/+160
|
* - No longer remove common extensions (.dif, .diff, .patch, .gz,Andreas Gruenbacher2004-01-311-82/+124
| | | | | | | .bz2) from patch names. This allows patches in the same series that only differ by extension, and cleans up the scripts a little. Also don't remove extensions when printing patch names. - Remove unused diffstat code.
* Fix some syntactic issuesAndreas Gruenbacher2003-11-261-1/+2
|
* Translate the content of new commandsMartin Quinson2003-11-201-9/+115
|
* update to lastest source code change, and translate the missing french ↵Martin Quinson2003-11-201-70/+92
| | | | parts. The german file do need love from someone...
* - Remove .pc/*/.pc files, and adjust various scripts accordingly.Andreas Gruenbacher2003-10-281-4/+0
| | | | - Run test/one.test inside sub-directory.
* UpdateMartin Quinson2003-09-091-33/+50
|
* updateMartin Quinson2003-06-251-13/+22
|
* Unfuzzying, reformulate some translationsMartin Quinson2003-02-171-147/+103
|
* Update to last changesMartin Quinson2003-02-141-41/+46
|
* Implement i18n, french l10n and bump version numberMartin Quinson2003-02-141-0/+909