summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04l10n: vi.po (624t): Update Vietnamese translationTrần Ngọc Quân1-19/+26
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2014-02-28releasing package apt version 0.9.15.50.9.15.5Michael Vogt43-172/+1174
2014-02-23releasing package apt version 0.9.15.40.9.15.4Michael Vogt43-817/+731
2014-02-20releasing package apt version 0.9.15.3Michael Vogt43-1290/+1769
2014-02-13releasing package apt version 0.9.15.20.9.15.2Michael Vogt43-4928/+4817
2014-02-13l10n: vi.po (621t): Update and reviewTrần Ngọc Quân1-468/+476
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2014-02-06releasing package apt version 0.9.15.1Michael Vogt43-7869/+8300
2014-01-25releasing package apt version 0.9.150.9.15Michael Vogt43-817/+817
2014-01-24releasing package apt version 0.9.14.3~exp50.9.14.3.exp5Michael Vogt43-65/+65
2014-01-24make update-poMichael Vogt43-495/+1289
2014-01-22releasing package apt version 0.9.14.3~exp4Michael Vogt43-1333/+1505
2014-01-18releasing package apt version 0.9.14.3~exp30.9.14.3.exp3Michael Vogt43-4009/+3802
2014-01-05prepare 0.9.14.3~exp10.9.14.3.exp1Michael Vogt43-1376/+1808
2014-01-01l10n: vi.po (617t): Update translation up to v0.9.14.2Trần Ngọc Quân1-4/+4
Signed-off-by: Michael Vogt <mvo@debian.org>
2014-01-01l10n: vi.po(617t): Update Vietnamese translationTrần Ngọc Quân1-126/+174
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2013-12-29prepare release0.9.14.2Michael Vogt43-778/+776
2013-12-15Danish translation updateJoe Dalton1-277/+122
2013-12-12releasing package apt version 0.9.14.1Michael Vogt43-3079/+3736
2013-12-07really release 0.9.140.9.14Michael Vogt43-38645/+40975
2013-10-15fix changelogMichael Vogt1-3205/+0
2013-08-28Complete Italian translationChristian PERRIER1-153/+5
2013-08-27Update Italian translation. Closes: #721030Christian PERRIER1-16/+27
2013-08-25Update Vietnamese translation to 0.9.11Tran Ngoc Quan1-48/+50
Signed-off-by: Tran Ngoc Quan <vnwildman@gmail.com>
2013-08-17French translation update.Christian PERRIER1-4/+10
2013-08-11Complete Japanese translationChristian PERRIER1-12/+13
2013-08-10Japanese translation update. Closes: #719279Christian PERRIER1-18/+17
2013-08-03Vietnamese translation update. Closes: #718615Christian PERRIER1-70/+70
2013-08-01unset LANGUAGE for showing [Y/n] answer hintsDavid Kalnischkies44-12515/+13352
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-07-26add missing Turkish (tr) to po/LINGUASDavid Kalnischkies2-6/+22
And while at it ensure that this can't happen again by letting the build fail in case a po file is available but the language isn't mentioned in the LINGUAS file (not even as a disabled language).
2013-07-16Vietnamese updated by Tran Ngoc Quan. Closes: #717016Christian PERRIER1-203/+223
2013-06-26make update-poMichael Vogt43-6709/+7612
2013-06-09stop building l10n if strings are unchangedDavid Kalnischkies1-4/+11
The buildsystem tried to build l10n for test applications which never produced the output it expected causing it to try building it all the time.
2013-05-16French translation : typo fix. Closes: #677272Christian PERRIER1-2/+2
2013-05-16merged previous bzr commitMichael Vogt1-2/+2
2013-05-16rebuild poMichael Vogt43-560/+560
2013-05-08refresh translationsMichael Vogt43-560/+560
2013-04-10Fix English spelling error in a message ('A error'). Unfuzzybubulle@debian.org44-44/+44
translations. Closes: #705087
2013-04-09Complete French translationbubulle@debian.org1-3/+3
2013-04-08po: refreshMichael Vogt43-2795/+2795
2013-04-03po/*: refreshedMichael Vogt43-44/+44
2013-04-02merged lp:~mvo/apt/fix-inrelease5Michael Vogt43-2712/+2591
2013-04-02po/{ca,cs,ru}.po: fix merge artifacts harderMichael Vogt3-30/+0
2013-03-25merge patches from daniel to fix merge artifact and test failureMichael Vogt3-0/+30
2013-03-24* Update all PO files and apt-all.potbubulle@debian.org1-9/+7
* French translation completed (Christian Perrier)
2013-03-24Update POT and PO filesbubulle@debian.org43-1588/+2245
2013-03-22merged the debian-wheezy branchMichael Vogt43-3634/+3703
2013-03-22Turkish (Mert Dirik). Closes: #703526bubulle@debian.org1-0/+3494
2013-03-14* SECURITY UPDATE: InRelease verification bypass0.9.7.8Michael Vogt43-3954/+4061
- 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
2013-03-01include two missing patches to really fix bug #696225, thanks toMichael Vogt3-0/+30
Guillem Jover
2013-02-05Japanese (Kenshi Muto). Closes: #699783bubulle@debian.org1-6/+6