summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2015-08-24releasing package apt version 1.1~exp101.1.exp10Michael Vogt
2015-08-14Merge branch 'debian/experimental' of https://github.com/DonKult/apt into ↵Julian Andres Klode
debian/experimental
2015-08-14po/fr.po: Remove the unbreakable space before ! in the confirm stringJulian Andres Klode
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 Bruno
Thanks: Andre Felipe Machado for initial patch Closes: 414848
2015-08-12po-fixups: fill Project-Id-Version and Encoding correctlyGuillem Jover
Closes: 612996
2015-08-11po: Update Simplified Chinese programs translationZhou Mo
* fix a wrong translation. * update some translations.
2015-08-11po: update zh_CN translation slightlyZhou Mo
2015-08-10implement a more generic ShowList methodDavid Kalnischkies
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 Kozlov
Closes: 789709
2015-06-23Turkish translation update for aptMert Dirik
Closes: #789491
2015-06-15show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies
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 Casagrande
Closes: 782122
2015-03-16properly implement pkgRecord::Parser for *.deb filesDavid Kalnischkies
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 Kalnischkies
2015-01-16prepare 1.0.9.61.0.9.6Michael Vogt
2014-12-23release 1.0.9.51.0.9.5David Kalnischkies
2014-12-22Thai program translation updateTheppitak Karoonboonyanan
Closes: 772913
2014-12-22Japanese program translation updateKenshi Muto
Closes: 772678
2014-12-22Chinese (simplified) program translation updateZhou Mo
Closes: 771982
2014-12-03release 1.0.9.41.0.9.4David Kalnischkies
2014-12-03Spanish program translation updateManuel "Venturi" Porras Peralta
Closes: 771815
2014-11-28Japanese program translation updateKenshi Muto
Closes: 763033
2014-11-28Turkish program translation updateMert Dirik
Closes: 763379
2014-11-28Czech program translation updateMiroslav Kure
Closes: 764055
2014-11-28Chinese (simplified) program translation updateZhou Mo
Closes: 766170
2014-11-28French program translation updateJulien Patriarca
Closes: 766755
2014-11-28Dutch program translation updateFrans Spiesschaert
Closes: 771039
2014-11-06Run ./prepare-release pre-exportMichael Vogt
Git-dch: ignore
2014-10-06[l10n] Updated Czech translation of aptMiroslav Kure
Closes: #764055
2014-10-01Turkish program translation updateMert Dirik
Closes: 763379
2014-09-27Japanese program translation updateKenshi Muto
Closes: 763033
2014-09-27correct the error messages to refer to apt-key instead of gpgvDavid Kalnischkies
Git-Dch: Ignore
2014-09-27remove outdated and unused po/ChangeLogDavid Kalnischkies
Git-Dch: Ignore
2014-09-27fix progress output for (dist-)upgrade calculationDavid Kalnischkies
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.
2014-09-19German program translation updateHolger Wansing
Closes: 762223
2014-09-17Merge remote-tracking branch 'vnwildman/debian/sid' into debian/sidMichael Vogt
2014-09-14Turkish program translation updateMert Dirik
Closes: 761394
2014-09-13l10n: vi.po (636t): Update program translationTrần Ngọc Quân
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2014-09-09prepare 1.0.81.0.8Michael Vogt
2014-08-28German program translation updateHolger Wansing
Closes: 758837
2014-08-28releasing 1.0.71.0.7Michael Vogt
2014-08-26Czech program translation updateMiroslav Kure
Closes: 758208
2014-08-26Turkish program translation updateMert Dirik
Closes: 756710
2014-07-24l10n: vi.po (636t): Update one new stringTrần Ngọc Quân
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2014-07-10prepare 1.0.6Michael Vogt
2014-07-08po: Fix format specifier order in translationGuillem Jover
2014-07-08po: Fix encoding issuesGuillem Jover
Remove trailing CR characters, and fix Content-Transfer-Encoding field value.
2014-07-08po: Fix or add missing email addressesGuillem Jover
Fill Report-Msgid-Bugs-To field, remove spurious email line junk and make Last-Translator and Language-Team fields contain valid emails.
2014-07-08po: Fix Plural-Forms fieldsGuillem Jover
2014-07-08po: Fill Project-Id-Version with correct project id and versionGuillem Jover