summaryrefslogtreecommitdiff
path: root/po/th.po
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.1.192.1.19Julian Andres Klode2021-02-091-6/+5
|
* Release 2.1.16 - "Happy build-essential freeeze" release2.1.16Julian Andres Klode2021-01-081-1/+5
|
* Release 2.1.102.1.10Julian Andres Klode2020-08-111-9/+4
|
* Release 2.1.82.1.8Julian Andres Klode2020-08-041-3/+6
|
* Release 2.1.2Julian Andres Klode2020-05-121-8/+7
|
* Release 2.0.12.0.1Julian Andres Klode2020-03-241-1/+5
|
* Release 2.0.02.0.0Julian Andres Klode2020-03-071-3/+14
|
* Release 1.9.111.9.11Julian Andres Klode2020-02-261-2/+10
|
* Release 1.9.61.9.6Julian Andres Klode2020-01-151-1/+8
|
* Release 1.9.51.9.5Julian Andres Klode2019-12-021-2/+3
|
* Release 1.9.21.9.2Julian Andres Klode2019-08-051-1/+18
|
* Release 1.9.0 to experimental1.9.0Julian Andres Klode2019-06-171-179/+168
|
* Release 1.8.0~rc11.8.0_rc1Julian Andres Klode2019-02-041-3/+28
|
* Release 1.8.0~beta11.8.0_beta1Julian Andres Klode2019-01-231-3/+19
|
* Generalize %s does not take any argumentsJulian Andres Klode2019-01-101-2/+2
| | | | | | | | 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
* Release 1.8.0~alpha31.8.0_alpha3Julian Andres Klode2018-12-181-3/+3
|
* apt-mark: showhold: typo-fix (package -> packages)Muhamed Huseinbašić2018-10-021-1/+1
| | | | | | See merge request apt-team/apt!29 [jak@d.o: Also adjust translations, provide better subject]
* Release 1.7.0~rc1 to unstable1.7.0_rc1Julian Andres Klode2018-09-181-25/+23
|
* Release 1.7.0~alpha31.7.0_alpha3Julian Andres Klode2018-08-201-6/+21
|
* Add trailing newline to output of edit-sources.Jean-Ralph Aviles2018-06-301-2/+2
| | | | Makes the console output cleaner.
* Release 1.7.0~alpha11.7.0_alpha1Julian Andres Klode2018-06-251-13/+9
|
* Release 1.6~beta11.6_beta1Julian Andres Klode2018-02-261-1/+20
|
* simplify translating "lists directory missing" msgDavid Kalnischkies2018-01-041-10/+4
| | | | | | | | 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
* Release 1.6~alpha61.6_alpha6Julian Andres Klode2018-01-031-48/+46
|
* unfuzzy Progress l10n change due to format modifierDavid Kalnischkies2018-01-011-2/+2
| | | | | References: 0b5e329a8ba2461ccb7017d3adfc972f9dccd830 Gbp-Dch: Ignore
* Release 1.6~alpha11.6_alpha1Julian Andres Klode2017-10-231-2/+2
|
* Release 1.51.5Julian Andres Klode2017-09-241-1/+4
|
* Release 1.5~rc21.5_rc2Julian Andres Klode2017-09-091-4/+5
|
* Release 1.5~beta21.5_beta2Julian Andres Klode2017-08-171-17/+26
|
* Merge pull request Debian/apt#44 from willismonroe/patch-1Julian Andres Klode2017-07-171-1/+1
|\ | | | | | | | | | | Minor grammar fix [jak@d.o: Fixed up po/]
* | Release 1.5~beta11.5_beta1Julian Andres Klode2017-07-031-2/+2
| |
* | Upload 1.5~alpha1 to experimental1.5_alpha1Julian Andres Klode2017-06-281-12/+54
|/
* Release 1.4~rc11.4_rc1Julian Andres Klode2017-02-061-9/+9
|
* Release 1.4~beta31.4_beta3Julian Andres Klode2017-01-051-48/+48
|
* expand -f to --fix-broken in error messagesDavid Kalnischkies2016-12-311-22/+19
| | | | | | | | | | | | | | | | | | | | 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!
* Release 1.4~beta11.4_beta1Julian Andres Klode2016-11-251-1/+3
|
* Release 1.3~rc31.3_rc3Julian Andres Klode2016-08-301-1/+2
|
* Release 1.3~rc21.3_rc2Julian Andres Klode2016-08-171-5/+5
|
* Release 1.3~rc11.3_rc1Julian Andres Klode2016-08-111-1886/+1901
| | | | | | | | 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.
* Release 1.3~pre31.3_pre3Julian Andres Klode2016-08-041-11/+52
|
* show right binary name in simulation noticeDavid Kalnischkies2016-06-231-5/+7
| | | | Closes: 825216
* Release 1.3~exp31.3_exp3Julian Andres Klode2016-06-221-28/+36
| | | | Quite a huge churn of new strings.
* Release 1.3~exp21.3_exp2Julian Andres Klode2016-06-111-7/+21
|
* Release 1.3~exp11.3_exp1Julian Andres Klode2016-05-111-27/+33
|
* support Signed-By in Release files as a sort of HPKPDavid Kalnischkies2016-05-011-7/+2
| | | | | | | | | | | | 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.
* drop empty line from fetch errorDavid Kalnischkies2016-04-251-8/+3
| | | | | | | | This is a duplicate of sorts of 0efb29eb36184bbe6de7b1013d1898796d94b171 which is the a lot more frequent case of this error – and also a duplicate of this error message, just without the \n at the end. Git-Dch: Ignore
* Release 1.2.111.2.11Julian Andres Klode2016-04-251-1/+1
|
* drop confusing comma from no strong hash messageDavid Kalnischkies2016-03-251-2/+2
|
* Release 1.2.81.2.8Julian Andres Klode2016-03-241-4/+8
|
* Release 1.2.71.2.7Julian Andres Klode2016-03-151-1/+7
|