summaryrefslogtreecommitdiffstats
path: root/po/de.po
Commit message (Collapse)AuthorAgeFilesLines
* Resync translation filesJean Delvare2024-02-091-7/+14
|
* Update the German translationAndreas Gruenbacher2024-01-251-6/+6
|
* setup: Prevent wrapping of the help message in translation filesJean Delvare2024-01-251-11/+10
|
* Resync translation filesJean Delvare2024-01-251-173/+186
|
* Resync translation filesJean Delvare2019-03-141-48/+45
| | | | Also update one string for the setup command (one sentence removed).
* Correct fold -R helptext in German localeOlaf Hering2017-07-241-1/+1
|
* Update German translationHolger Wansing2016-11-081-3/+4
|
* Resync translation filesJean Delvare2016-11-071-10/+13
|
* Update German translationHolger Wansing2016-10-241-8/+11
|
* Resync translation files + trivial updatesJean Delvare2016-10-211-15/+21
|
* Resync translation filesJean Delvare2016-10-211-27/+31
|
* Fix translation of main usage messageJean Delvare2015-02-111-4/+4
| | | | | | @ETCDIR@ is substituted at build time so it should not appear in translated messages. Replace it with %s and pass the actual value as a parameter.
* Improve the German translationHolger Wansing2015-02-111-107/+106
|
* Make gettext happyJean Delvare2015-02-101-22/+21
|
* Update the German translationHolger Wansing2015-02-081-279/+343
|
* Partial German translation updatePetr Tesarik2015-02-061-78/+43
|
* Resync translation filesJean Delvare2015-01-301-61/+115
|
* quilt/mail: Remove procmail dependencyKent R. Spillner2015-01-271-4/+0
| | | | | | | | | | | quilt depends on procmail because 'quilt mail' requires formail. However, formail is only used to extract header values from messages. Since quilt already requires sed we can replace formail -x uses with sed instead. The sed script is slightly complicated because it needs to handle the case of "Long Header Fields" definied in RFC 2822, but essentially all it's doing is: look for the first line beginning with the name of header we are looking for, and print every line until one that does not start with blanks.
* reupdate the translation files (no manual change)Martin Quinson2014-05-071-83/+109
|
* rerun gettext tools (no real change)Martin Quinson2013-12-211-0/+13
|
* update of line offsets (no real change)Martin Quinson2013-12-081-1/+1
|
* automatic refresh of translation files, no manual editMartin Quinson2013-09-031-56/+66
|
* Resync translation files.Jean Delvare2012-02-291-46/+54
|
* Remove parse-patch which is no longer usedJean Delvare2012-01-281-16/+0
| | | | | | | | Based on a preliminary patch by Yasushi SHOJI. None of quilt code uses parse-patch anymore. The last one, it seems, was contrib/import.diff, which was removed at 2f9728a9. So, just remove it.
* Translation updates.Jean Delvare2011-12-051-80/+143
|
* - Push command: don't imply --force when --merge is given so thatAndreas Gruenbacher2009-04-051-12/+11
| | | | | a patch that doesn't merge cleanly will still require to spcify --force separately. Update merge syntax highlighting.
* The translations still need updating...Andreas Gruenbacher2009-02-031-18/+27
|
* - quilt/import.in: When importing multiple patches at once, makeAndreas Gruenbacher2008-06-131-8/+8
| | | | | | sure that they won't end up in the series file in reverse order. This happened because each new patch was inserted before the "next" patch, which made it the new "next" patch.
* - Stop using cp -l: it doesn't fall back to doing a regular copyAndreas Gruenbacher2008-05-201-11/+11
| | | | | when hardlinks are not supported; on some types of filesystems like AFS and in some situtions, this is annoying.
* - quilt/mail.in: Remove the Recipient-* and Replace-* headersAndreas Gruenbacher2007-11-051-0/+15
| | | | | used internally from the resulting emails; not sure how that was missed so far.
* - quilt/mail.in: Ran into a bash ``Broken pipe'' problem inAndreas Gruenbacher2007-10-291-8/+8
| | | | | | quilt_mail_patch_filter() which I cannot explain or cleanly reproduce. Work around it by not using pipes and subshells as extensively here.
* - quilt/main.in: Add a --signature flag that allows to overrideAndreas Gruenbacher2007-10-151-13/+17
| | | | | the signature used. (The test suite still depended on the .signature file of the user runnig it; fixed now.)
* - Fix translation error (http://savannah.nongnu.org/bugs/?21003)Andreas Gruenbacher2007-09-081-1/+1
|
* - Small help text improvementAndreas Gruenbacher2007-09-061-10/+10
|
* - quilt mail: Add a --reply-to <message> option which adds theAndreas Gruenbacher2007-08-101-8/+18
| | | | | appropriate Subject, Reply-To, and References headers to the intro and patch messages.
* - quilt setup: replace the --path argument with --sourcedir forAndreas Gruenbacher2007-08-081-18/+19
| | | | | | | | specifying the location of the package sources. Pass the source dir to inspect as well. Fix a test suite bug for quilt setup. Minor cosmetic changes. - Fix a quilt mail test suite bug: specify a dummy --sender in test.quiltrc.
* - Man page improvements from Ben Pfaff <blp@cs.stanford.edu>.Andreas Gruenbacher2007-06-051-1/+1
| | | | - QUILT_SERIES and series file search algorithm bugfix.
* - Mail command: when only a single patch is specified, only mailAndreas Gruenbacher2007-05-061-18/+24
| | | | | | | | | | that one. Only mail all patches to the end of the series if the last patch is '-', or no patches have been specified. - Revert command: change semantics to really revert the changes relative to the patch instead of removing the file from the patch. That's much more useful; the other behavior is available as ``quilt diff <file> | patch -p1'', anyway. - Update German translation.
* - fold command: Add -R option.Andreas Gruenbacher2007-05-031-28/+37
| | | | - Update German translation.
* - Try to clean up the force-apply and interactive-apply logicAndreas Gruenbacher2007-04-271-27/+32
| | | | | | in quilt push, and add a force option to quilt fold: Fold was applying patches interactively and was restoring files if there were rejects; this was very unexpected for users.
* - Rename the ``remove'' command to ``revert'': this removesAndreas Gruenbacher2007-04-271-47/+54
| | | | | ambiguities with the delete command, and more closely matches what the command does.
* - quilt mail: Allow to specify a patch range.Andreas Gruenbacher2007-04-191-23/+21
|
* - quilt/import.in, quilt/scripts/patchfns.in: Implement import -RJean Delvare2007-02-211-23/+29
| | | | | for reverse-applying a patch. Original patch contributed by Randy Dunlap.
* - Update the German translation.Andreas Gruenbacher2007-01-311-63/+61
|
* - Update the German translation.Andreas Gruenbacher2006-10-091-19/+24
|
* - quilt/diff.in, quilt/refresh.in: Update usage line to mention "-p ab".Jean Delvare2006-09-191-6/+8
|
* - quilt/scripts/patchfns.in: Drop support for "-pab" in seriesJean Delvare2006-09-191-16/+16
| | | | | | file, for it breaks compatibility with previous versions of quilt, and is inconsistent. - test/dir-a-b.test: Drop test case for "-pab" in series file.
* - quilt/push.in: Fix a bug introduced with the -p ab support.Andreas Gruenbacher2006-06-271-10/+13
| | | | - test/dir-a-b.test: Add a regression test case for this fix.
* - Remove some broken translations that slipped in on Jun 12.Andreas Gruenbacher2006-06-271-32/+6
|
* - quilt/diff.in, quilt/refresh.in: Add `-p ab' options whichAndreas Gruenbacher2006-06-121-29/+65
| | | | | | | produce a/file and b/file filenams in headers instead of dir.orig/file and dir/file, similar to BK, git, hg patches. - Only touch .pc/$patch/.timestamp when a path actually is being refreshed.