summaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* implement a more generic ShowList methodDavid Kalnischkies2015-08-1045-85/+85
| | | | | | | | | | | | | | | apt-get is displaying various lists of package names, which until now it was building as a string before passing it to ShowList, which inserted linebreaks at fitting points and showed a title if needed, but it never really understood what it was working with. With the help of C++11 the new generic knows not only what it works with, but generates the list on the fly rather than asking for it and potentially discarding parts of the input (= the non-default verbose display). It also doubles as a test for how usable the CacheSets are with C++11. (Not all callers are adapted yet.) Git-Dch: Ignore
* Russian program translation updateYuri Kozlov2015-08-102-1596/+1577
| | | | Closes: 789709
* Turkish translation update for aptMert Dirik2015-06-231-992/+941
| | | | Closes: #789491
* show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies2015-06-1545-346/+521
| | | | | | | | Again, consistency is the main sellingpoint here, but this way it is now also easier to explain that some files move through different stages and lines are printed for them hence multiple times: That is a bit hard to believe if the number is changing all the time, but now that it keeps consistent.
* Italian program translation updateMilo Casagrande2015-04-191-87/+85
| | | | Closes: 782122
* properly implement pkgRecord::Parser for *.deb filesDavid Kalnischkies2015-03-1644-57741/+60135
| | | | | | | | | Implementing FileName() works for most cases for us, but other frontends might need more and even for us its not very stable as the normal Jump() implementation is pretty bad on a deb file and produce errors on its own at times. So, replacing this makeshift with a complete implementation by mostly just shuffling code around.
* merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-1645-49664/+47107
|\
| * prepare 1.0.9.6Michael Vogt2015-01-1644-21219/+21219
| |
| * release 1.0.9.51.0.9.5David Kalnischkies2014-12-2344-2116/+2114
| |
| * Thai program translation updateTheppitak Karoonboonyanan2014-12-221-9/+9
| | | | | | | | Closes: 772913
| * Japanese program translation updateKenshi Muto2014-12-221-4/+4
| | | | | | | | Closes: 772678
| * Chinese (simplified) program translation updateZhou Mo2014-12-221-19/+20
| | | | | | | | Closes: 771982
| * release 1.0.9.41.0.9.4David Kalnischkies2014-12-0344-60765/+60836
| |
| * Spanish program translation updateManuel "Venturi" Porras Peralta2014-12-031-1451/+1517
| | | | | | | | Closes: 771815
| * Japanese program translation updateKenshi Muto2014-11-281-26/+24
| | | | | | | | Closes: 763033
| * Turkish program translation updateMert Dirik2014-11-281-91/+88
| | | | | | | | Closes: 763379
| * Czech program translation updateMiroslav Kure2014-11-281-10/+10
| | | | | | | | Closes: 764055
| * Chinese (simplified) program translation updateZhou Mo2014-11-281-147/+203
| | | | | | | | Closes: 766170
| * French program translation updateJulien Patriarca2014-11-281-1791/+1547
| | | | | | | | Closes: 766755
| * Dutch program translation updateFrans Spiesschaert2014-11-281-418/+498
| | | | | | | | Closes: 771039
* | Run ./prepare-release pre-exportMichael Vogt2014-11-0644-49711/+52077
| | | | | | | | Git-dch: ignore
* | [l10n] Updated Czech translation of aptMiroslav Kure2014-10-061-16/+16
| | | | | | | | Closes: #764055
* | Turkish program translation updateMert Dirik2014-10-011-93/+90
| | | | | | | | Closes: 763379
* | Japanese program translation updateKenshi Muto2014-09-271-30/+28
| | | | | | | | Closes: 763033
* | correct the error messages to refer to apt-key instead of gpgvDavid Kalnischkies2014-09-2745-174/+167
| | | | | | | | Git-Dch: Ignore
* | remove outdated and unused po/ChangeLogDavid Kalnischkies2014-09-271-1077/+0
| | | | | | | | Git-Dch: Ignore
* | fix progress output for (dist-)upgrade calculationDavid Kalnischkies2014-09-2744-87/+87
|/ | | | | | | | | | | | | | | | | Previously, we had a start and a done of the calculation printed by higher-level code, but this got intermixed by progress reporting from an external solver or the output of autoremove code… The higherlevel code is now only responsible for instantiating a progress object of its choosing (if it wants progress after all) and the rest will be handled by the upgrade code. Either it is used to show the progress of the external solver or the internal solver will give some hints about its overall progress. The later isn't really a proper progress as it will jump forward after each substep, but that is at least a bit better than before without any progress indication. Fixes also the 'strange' non-display of this progress line in -q=1, while all others are shown, which is reflected by all testcase changes.
* German program translation updateHolger Wansing2014-09-191-10/+13
| | | | Closes: 762223
* Merge remote-tracking branch 'vnwildman/debian/sid' into debian/sidMichael Vogt2014-09-171-5/+5
|\
| * l10n: vi.po (636t): Update program translationTrần Ngọc Quân2014-09-131-5/+5
| | | | | | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* | Turkish program translation updateMert Dirik2014-09-141-8/+8
|/ | | | Closes: 761394
* prepare 1.0.8Michael Vogt2014-09-0944-51367/+54803
|
* German program translation updateHolger Wansing2014-08-281-536/+578
| | | | Closes: 758837
* releasing 1.0.7Michael Vogt2014-08-2843-66888/+66932
|
* Czech program translation updateMiroslav Kure2014-08-261-121/+147
| | | | Closes: 758208
* Turkish program translation updateMert Dirik2014-08-261-70/+111
| | | | Closes: 756710
* l10n: vi.po (636t): Update one new stringTrần Ngọc Quân2014-07-241-4/+4
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* prepare 1.0.6Michael Vogt2014-07-1043-56978/+57200
|
* po: Fix format specifier order in translationGuillem Jover2014-07-082-10/+10
|
* po: Fix encoding issuesGuillem Jover2014-07-081-9/+9
| | | | | Remove trailing CR characters, and fix Content-Transfer-Encoding field value.
* po: Fix or add missing email addressesGuillem Jover2014-07-084-5/+4
| | | | | Fill Report-Msgid-Bugs-To field, remove spurious email line junk and make Last-Translator and Language-Team fields contain valid emails.
* po: Fix Plural-Forms fieldsGuillem Jover2014-07-0811-5/+12
|
* po: Fill Project-Id-Version with correct project id and versionGuillem Jover2014-07-082-2/+2
|
* po: Fill or add missing Language fieldGuillem Jover2014-07-0810-9/+10
|
* Danish program translation updateJoe Hansen2014-07-071-50/+67
| | | | Closes: 753979
* l10n: vi.po: Update 3 new messagesTrần Ngọc Quân2014-06-241-4/+4
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* 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