summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)AuthorFilesLines
2015-11-30release 1.1.31.1.3Michael Vogt44-4792/+4792
Git-dch: ignore
2015-11-28Release 1.1.21.1.2Julian Andres Klode44-45/+265
2015-11-25Run ./prepare-release pre-exportMichael Vogt44-1925/+1866
2015-11-21review of new/changed translatable program stringsJustin B Rye44-440/+440
Reference mail: https://lists.debian.org/debian-l10n-english/2015/11/msg00006.html
2015-11-19more sensible default text in pot filesDavid Kalnischkies1-2/+2
Git-Dch: Ignore
2015-11-04revamp all tools help messagesDavid Kalnischkies44-18426/+18026
The general idea is: A small paragraph on the tool itself as a description, a list of the most used (!= all) commands available in the tool, a remark where to find more information on the tool and its commands (aka: in the manpage) and finally a common block referring to even more manpages. In exchange options are completely omitted from the output as well as deprecated or obscure commands. (Better) Information about them is available in the manpages anyway and the few options which were listed before were also the least interesting ones (-o -c -q and co are hardly of interest for someone totally new looking to find info by asking for help and anyone with a bit of experience doesn't need this short list. Those would need a list of options applying to the command they call, but they are too numerous and command specific to list them sanely in this context.
2015-11-04split up help messages for simpler reuseDavid Kalnischkies44-7053/+13576
That is one huge commit with busy work only: Help messages used to be one big translateable string, which is a pain for translators and hard to reuse for us. This change there 'explodes' this single string into new string for each documented string trying hard to split up the translated messages as well. This actually restores many translations as previously adding a single command made all of the bug message fuzzy. The splitup also highlighted that its easy to forget a line, duplicate one and similar stuff. Git-Dch: Ignore
2015-11-04suggest 'apt autoremove' to get right of unneeded packagesDavid Kalnischkies45-160/+160
The bugreport is more conservative in asking for a conditional, but given that this is a message intended to be read by users to be run by users we should suggest using a command intended to be used by users. And while we are at, add sudo to the message – conditional of course. Closes: 801571
2015-11-04Turkish program translation updateMert Dirik1-84/+102
Closes: 802610
2015-10-05Run "./prepare-release pre-export"Michael Vogt44-95379/+93718
Git-dch: ignore
2015-09-22Use --add-location=file for po/ and doc/poMichael Vogt1-2/+2
This avoids churn in the po/pot files when just the location line number in the source code changes. Git-Dch: ignore
2015-09-14implement apt-get source msg 'Please use: $vcs' for gitDavid Kalnischkies44-92/+69
A bit unfair that only Bzr had this message. Lets at least print it for git as well with the option of adding more later without string changes.
2015-09-14po: Sort domainsJulian Andres Klode1-1/+1
This should make things even more predictable. Gbp-Dch: ignore
2015-09-12Sort pot input filesMichael Vogt1-2/+1
Git-Dch: ignore
2015-09-12Use xgettext --no-location in make update-potMichael Vogt1-0/+2
This avoid the large diff we have that is mostly caused by the line numbers changing in the po/pot files.
2015-09-11releasing package apt version 1.1~exp121.1.exp12Michael Vogt44-24629/+25280
2015-08-31Czech program translation updateMiroslav Kure1-75/+83
Closes: 797329
2015-08-27Release 1.11~exp111.1.exp11Julian Andres Klode44-27815/+27897
2015-08-27Swedish program translation updateAnders Jonsson1-878/+972
Closes: 796059
2015-08-24releasing package apt version 1.1~exp101.1.exp10Michael Vogt44-59052/+63638
2015-08-14Merge branch 'debian/experimental' of https://github.com/DonKult/apt into ↵Julian Andres Klode28-31/+31
debian/experimental
2015-08-14po/fr.po: Remove the unbreakable space before ! in the confirm stringJulian Andres Klode1-1/+1
This was probably really annoying for French people wanting to remove essential packages, sorry about that. Closes: #727680
2015-08-12Replace all "press enter" occurrences with "press [Enter]"Luca Bruno1-4/+4
Thanks: Andre Felipe Machado for initial patch Closes: 414848
2015-08-12po-fixups: fill Project-Id-Version and Encoding correctlyGuillem Jover27-27/+27
Closes: 612996
2015-08-11po: Update Simplified Chinese programs translationZhou Mo1-13/+13
* fix a wrong translation. * update some translations.
2015-08-11po: update zh_CN translation slightlyZhou Mo1-4/+4
2015-08-10implement a more generic ShowList methodDavid Kalnischkies45-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
2015-08-10Russian program translation updateYuri Kozlov2-1596/+1577
Closes: 789709
2015-06-23Turkish translation update for aptMert Dirik1-992/+941
Closes: #789491
2015-06-15show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies45-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.
2015-04-19Italian program translation updateMilo Casagrande1-87/+85
Closes: 782122
2015-03-16properly implement pkgRecord::Parser for *.deb filesDavid Kalnischkies44-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.
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies45-49664/+47107
2015-01-16prepare 1.0.9.61.0.9.6Michael Vogt44-21219/+21219
2014-12-23release 1.0.9.51.0.9.5David Kalnischkies44-2116/+2114
2014-12-22Thai program translation updateTheppitak Karoonboonyanan1-9/+9
Closes: 772913
2014-12-22Japanese program translation updateKenshi Muto1-4/+4
Closes: 772678
2014-12-22Chinese (simplified) program translation updateZhou Mo1-19/+20
Closes: 771982
2014-12-03release 1.0.9.41.0.9.4David Kalnischkies44-60765/+60836
2014-12-03Spanish program translation updateManuel "Venturi" Porras Peralta1-1451/+1517
Closes: 771815
2014-11-28Japanese program translation updateKenshi Muto1-26/+24
Closes: 763033
2014-11-28Turkish program translation updateMert Dirik1-91/+88
Closes: 763379
2014-11-28Czech program translation updateMiroslav Kure1-10/+10
Closes: 764055
2014-11-28Chinese (simplified) program translation updateZhou Mo1-147/+203
Closes: 766170
2014-11-28French program translation updateJulien Patriarca1-1791/+1547
Closes: 766755
2014-11-28Dutch program translation updateFrans Spiesschaert1-418/+498
Closes: 771039
2014-11-06Run ./prepare-release pre-exportMichael Vogt44-49711/+52077
Git-dch: ignore
2014-10-06[l10n] Updated Czech translation of aptMiroslav Kure1-16/+16
Closes: #764055
2014-10-01Turkish program translation updateMert Dirik1-93/+90
Closes: 763379
2014-09-27Japanese program translation updateKenshi Muto1-30/+28
Closes: 763033