summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)AuthorFilesLines
2019-01-23Release 1.8.0~beta11.8.0_beta1Julian Andres Klode44-133/+813
2019-01-22Merge tag '1.8.0_alpha3.1'Julian Andres Klode1-2/+2
apt Debian release 1.8.0~alpha3.1
2019-01-22Release 1.8.0~alpha3.11.8.0_alpha3.1Julian Andres Klode1-2/+2
2019-01-22Merge branch 'pu/minimize-manual' into 'master'Julian Andres Klode44-84/+101
apt-mark minimize-manual See merge request apt-team/apt!39
2019-01-12zh_CN.po: Update Simplified Chinese programs translation.Mo Zhou1-13/+8
2019-01-10Generalize %s does not take any argumentsJulian Andres Klode44-84/+101
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 Klode44-139/+139
2018-12-04[l10n] Update Italian translationMilo Casagrande1-51/+18
Signed-off-by: Milo Casagrande <milo@milo.name>
2018-11-25Russian program translation updateАлексей Шилин1-12/+8
Reviewed-By: Debian L10n Russian <debian-l10n-russian@lists.debian.org> Closes: #914096
2018-11-13Release 1.8.0~alpha21.8.0_alpha2Julian Andres Klode1-2/+2
2018-11-12Release 1.8.0~alpha11.8.0_alpha1Julian Andres Klode1-2/+2
2018-10-30Norwegian Bokmål program translation updatePetter Reinholdtsen1-25/+33
Closes: #912374
2018-10-30Dutch program translation updateFrans Spiesschaert2-13/+11
Closes: #912021
2018-10-07Release 1.7.01.7.0Julian Andres Klode1-2/+2
2018-10-02apt-mark: showhold: typo-fix (package -> packages)Muhamed Huseinbašić44-44/+44
See merge request apt-team/apt!29 [jak@d.o: Also adjust translations, provide better subject]
2018-09-20Release 1.7.0~rc21.7.0_rc2Julian Andres Klode1-2/+2
2018-09-18Release 1.7.0~rc1 to unstable1.7.0_rc1Julian Andres Klode44-1143/+1055
2018-08-28fr.po: Do not translate the apt-ftparchive commandsLaurent Bigonville1-1/+1
Closes: #907481
2018-08-20Release 1.7.0~alpha31.7.0_alpha3Julian Andres Klode44-231/+880
2018-08-19Simplified Chinese program translation updateBoyuan Yang1-34/+31
Reviewed-by: Mo Zhou <cdluminate@gmail.com> Closes: #903695
2018-08-07Merge branch 'master' into 'master'Julian Andres Klode44-61/+61
Add trailing newline to output of edit-sources. See merge request apt-team/apt!22
2018-07-09Release 1.7.0~alpha21.7.0_alpha2Julian Andres Klode1-2/+2
2018-06-30Add trailing newline to output of edit-sources.Jean-Ralph Aviles44-61/+61
Makes the console output cleaner.
2018-06-25Release 1.7.0~alpha11.7.0_alpha1Julian Andres Klode43-602/+416
2018-06-02Dutch program translation updateFrans Spiesschaert1-31/+24
Closes: #900589
2018-05-18Russian program translation updateАлексей Шилин1-412/+424
Closes: 898797
2018-05-10po: Drop boilerplate in initial commentsDavid Kalnischkies4-9/+7
The boilerplate stems from automatic processing of these files as most (with the exception of po/nl.po) are one-off (partial) translations from years past. Gbp-Dch: Ignore
2018-05-10Add boilerplate plural form to po/apt-all.potDavid Kalnischkies1-0/+1
Warned-by: i18nspector Fixes: no-plural-forms-header-field
2018-05-07po: Add missing Plural-Forms fieldsGuillem Jover3-0/+4
Warned-by: i18nspector Fixes: no-plural-forms-header-field
2018-05-07po: Remove spurious text in Plural-Forms fieldGuillem Jover1-1/+1
Warned-by: i18nspector Fixes: trailing-junk-in-plural-forms
2018-05-07po: Fix Language field to match actual localeGuillem Jover1-1/+1
Warned-by: i18nspector Fixes: language-disparity
2018-05-07po: Fix translated string not matching format string argumentsGuillem Jover2-4/+4
Warned-by: i18nspector Fixes: c-format-string-argument-type-mismatch Fixes: c-format-string-missing-arguments
2018-05-07po: Fill Project-Id-Version with correct project id and versionGuillem Jover1-1/+1
Warned-by: i18nspector Fixes: no-version-in-project-id-version
2018-05-07Remove obsolete RCS keywordsGuillem Jover1-1/+0
Prompted-by: Jakub Wilk <jwilk@debian.org>
2018-04-18Release 1.7.0~alpha0 to experimental1.7.0_alpha0Julian Andres Klode1-2/+2
2018-04-15Release 1.6~rc11.6_rc1Julian Andres Klode1-2/+2
2018-02-26Release 1.6~beta11.6_beta1Julian Andres Klode44-54/+777
2018-01-18Release 1.6~alpha71.6_alpha7Julian Andres Klode1-2/+2
2018-01-18French program translation updateJulien Patriarca1-188/+295
Closes: 887017
2018-01-18German program translation updateHolger Wansing1-145/+238
Closes: 886429
2018-01-04Turkish program translation updateMert Dirik1-27/+30
Closes: 886250
2018-01-04simplify translating "lists directory missing" msgDavid Kalnischkies45-415/+168
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 Klode44-2145/+1961
2018-01-03reimplement and simplify mirror:// methodDavid Kalnischkies1-1/+1
Embedding an entire acquire stack and HTTP logic in the mirror method made it rather heavy weight and fragile. This reimplement goes the other way by doing only the bare minimum in the method itself and instead redirect the actual download of files to their proper methods. The reimplementation drops the (in the real world) unused query-string feature as it isn't really implementable in the new architecture.
2018-01-01Italian program translation updateMilo Casagrande1-532/+250
Closes: 882850
2018-01-01unfuzzy Progress l10n change due to format modifierDavid Kalnischkies44-60/+60
References: 0b5e329a8ba2461ccb7017d3adfc972f9dccd830 Gbp-Dch: Ignore
2017-11-12Release 1.6~alpha51.6_alpha5Julian Andres Klode1-2/+2
2017-11-05Release 1.6~alpha4Julian Andres Klode1-2/+2
2017-10-28Release 1.6~alpha31.6_alpha3Julian Andres Klode1-2/+2
2017-10-26Release 1.6~alpha21.6_alpha2Julian Andres Klode1-2/+2