summaryrefslogtreecommitdiff
path: root/po/th.po
AgeCommit message (Collapse)AuthorFilesLines
2015-08-21Release 1.0.10.21.0.10.2Julian Andres Klode1-304/+303
2015-08-03release 1.0.10.1 for gcc5 transition1.0.10.1David Kalnischkies1-462/+462
2015-07-25release 1.0.10 for gcc5 transition1.0.10David Kalnischkies1-729/+729
2015-04-13release 1.0.9.8David Kalnischkies1-467/+467
2015-01-16prepare 1.0.9.61.0.9.6Michael Vogt1-471/+471
2014-12-23release 1.0.9.51.0.9.5David Kalnischkies1-48/+48
2014-12-22Thai program translation updateTheppitak Karoonboonyanan1-9/+9
Closes: 772913
2014-12-03release 1.0.9.41.0.9.4David Kalnischkies1-1376/+1374
2014-09-09prepare 1.0.81.0.8Michael Vogt1-1177/+1183
2014-08-28releasing 1.0.71.0.7Michael Vogt1-1519/+1520
2014-07-10prepare 1.0.6Michael Vogt1-1295/+1300
2014-06-18releasing package apt version 1.0.51.0.5Michael Vogt1-89/+92
2014-06-10really release 1.0.41.0.4Michael Vogt1-1/+1
2014-06-10release 1.0.4Michael Vogt1-171/+201
2014-05-05prepare release 1.0.31.0.3Michael Vogt1-1317/+1316
2014-04-25prepare release 1.0.21.0.2Michael Vogt1-1/+1
2014-04-22Updated Thai program translation (closes: #745120)Theppitak Karoonboonyanan1-953/+990
2014-04-10prepare 1.0.1 release1.0.1Michael Vogt1-19/+19
2014-04-01releasing package apt version 1.01.0Michael Vogt1-1/+1
2014-04-01prepare releaseMichael Vogt1-1/+1
2014-04-01refresh po/pot and unfuzzy apt-extracttemplate changeMichael Vogt1-66/+71
2014-03-15Release 0.9.16.10.9.16.1Julian Andres Klode1-1/+1
2014-03-14prepare 0.9.16 release0.9.16Michael Vogt1-633/+635
2014-03-13msgstr with elipses need three dotsDavid Kalnischkies1-10/+6
fixes some messages and their translation so that all of them have three dots for messages with an elipse. Many translations already had this.
2014-02-28releasing package apt version 0.9.15.50.9.15.5Michael Vogt1-4/+27
2014-02-23releasing package apt version 0.9.15.40.9.15.4Michael Vogt1-19/+17
2014-02-20releasing package apt version 0.9.15.3Michael Vogt1-30/+41
2014-02-13releasing package apt version 0.9.15.20.9.15.2Michael Vogt1-105/+103
2014-02-06releasing package apt version 0.9.15.1Michael Vogt1-183/+193
2014-01-25releasing package apt version 0.9.150.9.15Michael Vogt1-19/+19
2014-01-24releasing package apt version 0.9.14.3~exp50.9.14.3.exp5Michael Vogt1-1/+1
2014-01-24make update-poMichael Vogt1-11/+29
2014-01-22releasing package apt version 0.9.14.3~exp4Michael Vogt1-31/+35
2014-01-18releasing package apt version 0.9.14.3~exp30.9.14.3.exp3Michael Vogt1-92/+92
2014-01-05prepare 0.9.14.3~exp10.9.14.3.exp1Michael Vogt1-32/+42
2013-12-29prepare release0.9.14.2Michael Vogt1-18/+18
2013-12-12releasing package apt version 0.9.14.1Michael Vogt1-72/+87
2013-12-07really release 0.9.140.9.14Michael Vogt1-881/+938
2013-08-01unset LANGUAGE for showing [Y/n] answer hintsDavid Kalnischkies1-283/+301
nl_langinfo is used to acquire the YESEXPR of the language used, but it will return the one from LC_MESSAGES, which might be different from the language chosen for display of the question (based on LANGUAGE) so this commit removes the [Y/n] help text from the questions itself and moves it to the prompt creation in which the usage of LC_MESSAGES is forced for it, so that the helptext shown actually represents the characters accepted as input for the question. There is still room for problems of course starting with an untranslated "[Y/n]" but a translated YESEXPR or the problem that the question is asked in a completely different language which might have a conflicting definition of [Y/n] input or the user simple ignores the helptext and assumes that an answer matching the question language is accepted, but the mayority of users will never have this problem to begin with, so we should be fine (or at least a bit finer than before). Closes nothing really, but should at least help a bit with bugs like deb:194614, deb:471102, lp:1205578, and countless others.
2013-06-26make update-poMichael Vogt1-156/+177
2013-05-16rebuild poMichael Vogt1-13/+13
2013-04-10Fix English spelling error in a message ('A error'). Unfuzzybubulle@debian.org1-1/+1
translations. Closes: #705087
2013-04-08po: refreshMichael Vogt1-65/+65
2013-04-03po/*: refreshedMichael Vogt1-1/+1
2013-04-02merged lp:~mvo/apt/fix-inrelease5Michael Vogt1-63/+62
2013-03-24Update POT and PO filesbubulle@debian.org1-29/+44
2013-03-14* SECURITY UPDATE: InRelease verification bypass0.9.7.8Michael Vogt1-89/+91
- CVE-2013-1051 * apt-pkg/deb/debmetaindex.cc, test/integration/test-bug-595691-empty-and-broken-archive-files, test/integration/test-releasefile-verification: - disable InRelease downloading until the verification issue is fixed, thanks to Ansgar Burchardt for finding the flaw
2012-10-28Thai (Theppitak Karoonboonyanan). Closes: #691613bubulle@debian.org1-263/+259
2012-10-15merge from lp:~donkult/apt/sidMichael Vogt1-131/+131
2012-07-20* apt-pkg/contrib/mmap.cc:David Kalnischkies1-1/+1
- refer to APT::Cache-Start in case the growing failed as if -Limit is really the offender it will be noted in a previous error message.