summaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* releasing package apt version 1.0.5Michael Vogt2014-06-1843-3863/+3986
|
* really release 1.0.4Michael Vogt2014-06-1043-43/+43
|
* release 1.0.4Michael Vogt2014-06-1043-7484/+8775
|
* Italian program translation updateMilo Casagrande2014-06-071-78/+99
| | | | Closes: 750009
* prepare release 1.0.3Michael Vogt2014-05-0543-57546/+57503
|
* l10n: vi.po: Update one new stringTrần Ngọc Quân2014-04-281-4/+4
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* prepare release 1.0.2Michael Vogt2014-04-2543-37826/+38168
|
* Updated Thai program translation (closes: #745120)Theppitak Karoonboonyanan2014-04-221-953/+990
|
* l10n: vi.po (624t): Update translationTrần Ngọc Quân2014-04-111-12/+12
| | | | Signed-off-by: Michael Vogt <mvo@debian.org>
* prepare 1.0.1 releaseMichael Vogt2014-04-1043-817/+817
|
* releasing package apt version 1.0Michael Vogt2014-04-0143-43/+43
|
* prepare releaseMichael Vogt2014-04-0143-43/+43
|
* refresh po/pot and unfuzzy apt-extracttemplate changeMichael Vogt2014-04-0143-2857/+3074
|
* l10n: vi.po (623t): Update Vietnamese translationTrần Ngọc Quân2014-04-011-13/+13
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* Japanese programs translation updateKenshi Muto2014-03-211-185/+85
| | | | Closes: 742255
* Release 0.9.16.1Julian Andres Klode2014-03-1543-43/+43
|
* prepare 0.9.16 releaseMichael Vogt2014-03-1443-27249/+27342
|
* msgstr with elipses need three dotsDavid Kalnischkies2014-03-1344-378/+199
| | | | | fixes some messages and their translation so that all of them have three dots for messages with an elipse. Many translations already had this.
* l10n: vi.po (624t): Update Vietnamese translationTrần Ngọc Quân2014-03-041-19/+26
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* releasing package apt version 0.9.15.5Michael Vogt2014-02-2843-172/+1174
|
* releasing package apt version 0.9.15.4Michael Vogt2014-02-2343-817/+731
|
* releasing package apt version 0.9.15.3Michael Vogt2014-02-2043-1290/+1769
|
* releasing package apt version 0.9.15.2Michael Vogt2014-02-1343-4928/+4817
|
* l10n: vi.po (621t): Update and reviewTrần Ngọc Quân2014-02-131-468/+476
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* releasing package apt version 0.9.15.1Michael Vogt2014-02-0643-7869/+8300
|
* releasing package apt version 0.9.15Michael Vogt2014-01-2543-817/+817
|
* releasing package apt version 0.9.14.3~exp5Michael Vogt2014-01-2443-65/+65
|
* make update-poMichael Vogt2014-01-2443-495/+1289
|
* releasing package apt version 0.9.14.3~exp4Michael Vogt2014-01-2243-1333/+1505
|
* releasing package apt version 0.9.14.3~exp3Michael Vogt2014-01-1843-4009/+3802
|
* prepare 0.9.14.3~exp1Michael Vogt2014-01-0543-1376/+1808
|
* l10n: vi.po (617t): Update translation up to v0.9.14.2Trần Ngọc Quân2014-01-011-4/+4
| | | | Signed-off-by: Michael Vogt <mvo@debian.org>
* l10n: vi.po(617t): Update Vietnamese translationTrần Ngọc Quân2014-01-011-126/+174
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* prepare releaseMichael Vogt2013-12-2943-778/+776
|
* Danish translation updateJoe Dalton2013-12-151-277/+122
|
* releasing package apt version 0.9.14.1Michael Vogt2013-12-1243-3079/+3736
|
* really release 0.9.14Michael Vogt2013-12-0743-38645/+40975
|
* fix changelogMichael Vogt2013-10-151-3205/+0
|
* Complete Italian translationChristian PERRIER2013-08-281-153/+5
|
* Update Italian translation. Closes: #721030Christian PERRIER2013-08-271-16/+27
|
* Update Vietnamese translation to 0.9.11Tran Ngoc Quan2013-08-251-48/+50
| | | | Signed-off-by: Tran Ngoc Quan <vnwildman@gmail.com>
* French translation update.Christian PERRIER2013-08-171-4/+10
|
* Complete Japanese translationChristian PERRIER2013-08-111-12/+13
|
* Japanese translation update. Closes: #719279Christian PERRIER2013-08-101-18/+17
|
* Vietnamese translation update. Closes: #718615Christian PERRIER2013-08-031-70/+70
|
* unset LANGUAGE for showing [Y/n] answer hintsDavid Kalnischkies2013-08-0144-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.
* add missing Turkish (tr) to po/LINGUASDavid Kalnischkies2013-07-262-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).
* Vietnamese updated by Tran Ngoc Quan. Closes: #717016Christian PERRIER2013-07-161-203/+223
|
* make update-poMichael Vogt2013-06-2643-6709/+7612
|
* stop building l10n if strings are unchangedDavid Kalnischkies2013-06-091-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.