summaryrefslogtreecommitdiff
path: root/po/de.po
AgeCommit message (Collapse)Author
2021-01-13German program translation updateHEADmasterHelge Kreutzmann
Closes: #979848
2021-01-08Release 2.1.16 - "Happy build-essential freeeze" releaseJulian Andres Klode
2020-12-23German program translation updateHelge Kreutzmann
Closes: #977938
2020-08-11Release 2.1.10Julian Andres Klode
2020-08-04Release 2.1.8Julian Andres Klode
2020-05-12Release 2.1.2Julian Andres Klode
2020-03-24Release 2.0.1Julian Andres Klode
2020-03-07Release 2.0.0Julian Andres Klode
2020-02-26Release 1.9.11Julian Andres Klode
2020-01-15Release 1.9.6Julian Andres Klode
2019-12-02Release 1.9.5Julian Andres Klode
2019-08-05Release 1.9.21.9.2Julian Andres Klode
2019-06-17Release 1.9.0 to experimental1.9.0Julian Andres Klode
2019-02-04Release 1.8.0~rc11.8.0_rc1Julian Andres Klode
2019-01-23Release 1.8.0~beta11.8.0_beta1Julian Andres Klode
2019-01-10Generalize %s does not take any argumentsJulian Andres Klode
This used to be "apt-cache stats does not take any arguments", but replace "apt-cache stats" with "%s" so we can reuse it for other commands. Gbp-Dch: ignore
2018-12-18Release 1.8.0~alpha31.8.0_alpha3Julian Andres Klode
2018-10-02apt-mark: showhold: typo-fix (package -> packages)Muhamed Huseinbašić
See merge request apt-team/apt!29 [jak@d.o: Also adjust translations, provide better subject]
2018-09-18Release 1.7.0~rc1 to unstable1.7.0_rc1Julian Andres Klode
2018-08-20Release 1.7.0~alpha31.7.0_alpha3Julian Andres Klode
2018-06-30Add trailing newline to output of edit-sources.Jean-Ralph Aviles
Makes the console output cleaner.
2018-06-25Release 1.7.0~alpha11.7.0_alpha1Julian Andres Klode
2018-05-07po: Remove spurious text in Plural-Forms fieldGuillem Jover
Warned-by: i18nspector Fixes: trailing-junk-in-plural-forms
2018-05-07po: Fix Language field to match actual localeGuillem Jover
Warned-by: i18nspector Fixes: language-disparity
2018-02-26Release 1.6~beta11.6_beta1Julian Andres Klode
2018-01-18German program translation updateHolger Wansing
Closes: 886429
2018-01-04simplify translating "lists directory missing" msgDavid Kalnischkies
The appended "partial" should not be translated, but some translations got this wrong and now that there is also "auxfiles" we can just fix that problem by hiding these untranslatables from the translators. Gbp-Dch: Ignore
2018-01-03Release 1.6~alpha61.6_alpha6Julian Andres Klode
2018-01-01unfuzzy Progress l10n change due to format modifierDavid Kalnischkies
References: 0b5e329a8ba2461ccb7017d3adfc972f9dccd830 Gbp-Dch: Ignore
2017-10-23Release 1.6~alpha11.6_alpha1Julian Andres Klode
2017-09-24Release 1.51.5Julian Andres Klode
2017-09-09Release 1.5~rc21.5_rc2Julian Andres Klode
2017-08-17Release 1.5~beta21.5_beta2Julian Andres Klode
2017-07-17Merge pull request Debian/apt#44 from willismonroe/patch-1Julian Andres Klode
Minor grammar fix [jak@d.o: Fixed up po/]
2017-07-03Release 1.5~beta11.5_beta1Julian Andres Klode
2017-06-28Upload 1.5~alpha1 to experimental1.5_alpha1Julian Andres Klode
2017-02-06Release 1.4~rc11.4_rc1Julian Andres Klode
2017-01-05Release 1.4~beta31.4_beta3Julian Andres Klode
2016-12-31expand -f to --fix-broken in error messagesDavid Kalnischkies
Users end up believing that this is a --force mode as -f is common for that, but apt doesn't have such a mode and --fix-broken is really not about forcing something but actually trying to fix the breakage which tends to be the result of a user forcing something on its system via low-level forced dpkg calls. Example: The "common" pattern of "dpkg -i ./foo.deb; apt install -f" is nowadays far better dealt with via "apt install ./foo.deb". And while at it the two places handing out this suggestion are changed to use the same strings to avoid needless translation work in the future and the suggestion uses 'apt' instead of 'apt-get' as this will be run interactively by a user, so its a good opportunity to showcase what we can do and will allow us to be more helpful to the user. Closes: #709092 Thanks: Kristian Glass for initial patch!
2016-11-25Release 1.4~beta11.4_beta1Julian Andres Klode
2016-11-11unfuzzy various strings in manpage po'sDavid Kalnischkies
No need to ask translators to deal with typo fixes in english text, adding new items to long existing lists and 'literals'. Gbp-Dch: Ignore
2016-08-30Release 1.3~rc31.3_rc3Julian Andres Klode
2016-08-17Release 1.3~rc21.3_rc2Julian Andres Klode
2016-08-11Release 1.3~rc11.3_rc1Julian Andres Klode
This commit looks heavy. Most of that comes from the fact that the ordering of files in the translations changed with the switch to CMake. I could have gone the extra mile to figure out the original ordering and replicate it, but I have chosen to re-order everything by file and line number, as that's easier.
2016-08-04Release 1.3~pre31.3_pre3Julian Andres Klode
2016-06-23show right binary name in simulation noticeDavid Kalnischkies
Closes: 825216
2016-06-22Release 1.3~exp31.3_exp3Julian Andres Klode
Quite a huge churn of new strings.
2016-06-11Release 1.3~exp21.3_exp2Julian Andres Klode
2016-05-11Release 1.3~exp11.3_exp1Julian Andres Klode
2016-05-01support Signed-By in Release files as a sort of HPKPDavid Kalnischkies
Users have the option since apt >= 1.1 to enforce that a Release file is signed with specific key(s) either via keyring filename or fingerprints. This commit adds an entry with the same name and value (except that it doesn't accept filenames for obvious reasons) to the Release file so that the repository owner can set a default value for this setting effecting the *next* Release file, not the current one, which provides a functionality similar "HTTP Public Key Pinning". The pinning is in effect as long as the (then old) Release file is considered valid, but it is also ignored if the Release file has no Valid-Until at all.