summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)AuthorFilesLines
2015-06-10Update POTFILES.in and the potJulian Andres Klode2-104/+100
2014-10-14python/tarfile.cc: use long long in Process() for APT >= 4.14Michael Vogt1-1/+1
The pkgDirStream::Process() signature has changed in apt and is using a long long now for Size and Pos.
2014-09-03update python-apt.potMichael Vogt1-109/+119
2014-06-10Revert "Merge remote-tracking branch 'mvo/feature/srcrec-enum' into debian/sid"Michael Vogt1-119/+109
This reverts commit 1b6b123a052ca2d53e90b62da09ce300d701265a, reversing changes made to 9de6a183f09f0d0adbcc5817872c5a0024f5ef47.
2014-06-10Merge remote-tracking branch 'mvo/feature/srcrec-enum' into debian/sidMichael Vogt1-109/+119
Conflicts: debian/control
2014-01-05add .travis.yml & update python3 dependency to 3.3Michael Vogt1-30/+27
This patch adds support for the travis-ci.org CI system. The "C" environment in .travis.yml is used to avoid having PPA python versions installed in the travis chroot. python3.3 is needed so that test_paths.py runs The tests_paths.py will only work with python3.3 as it uses the u"" prefix
2014-01-05add new pep8,pyflakes dependenciesMichael Vogt1-2/+2
2013-10-23po: Update the templateJulian Andres Klode1-16/+21
2013-10-23data/templates/Debian.info.in: Change wheezy version from 7.0 to 7Julian Andres Klode52-71/+71
The wheezy release now uses 7.1, 7.2 for point releases, so this is more accurate. The translations were adjusted using sed.
2013-10-21po: Update templateJulian Andres Klode1-93/+118
2013-08-05some fixes from a coverity scan runMichael Vogt1-102/+122
2012-11-28po/no.po: Remove useless translation (superseded by nb.po)David Prévot1-681/+0
2012-10-06po/da.po: Danish (Joe Hansen) (closes: #689827)Joe Hansen1-60/+39
2012-08-08po/pl.po: Polish (Michał Kułach) (closes: #684308)Michał Kułach1-127/+110
2012-06-30po/ja.po: Japanese translation updated by Kenshi Muto (closes: #679652)David Prévot1-105/+91
2012-06-30po/es.po: Spanish translation updated by Omar Campagne (closes: #679285)David Prévot1-132/+139
2012-06-30Update PO filesDavid Prévot36-432/+645
2012-06-25* po:Julian Andres Klode15-223/+288
- Fixup the translations for wheezy again
2012-06-25* data/templates/Debian.info.in:Julian Andres Klode1-12/+17
- Add wheezy
2012-06-20po/sr.po: incomplete Serbian translation updated by Nikola NenadicDavid Prévot1-29/+38
2012-06-20po/ru.po: incomplete Russian translation updated by AndreyDavid Prévot1-48/+56
2012-06-20* po/be.po: Belarusian translation by Viktar Siarheichyk (closes: #678286)David Prévot1-0/+623
2012-06-19po/am.po po/be.po po/br.po po/et.po po/eu.po po/fa.po po/fur.po po/hi.poDavid Prévot18-11112/+0
po/mr.po po/ms.po po/nn.po po/pa.po po/ps.po po/qu.po po/rw.po po/ta.po po/ur.po po/xh.po: remove useless (empty) translations
2012-06-17* po/de.po: German translation updated by Holger Wansing (closes: #677916)David Prévot1-70/+62
2012-06-13* po/en_GB.po: Remove useless file <20120610190618.GA1387@burratino>David Prévot1-654/+0
2012-06-13* po/hu.po: Hungarian translation updated by Gabor KelemenDavid Prévot1-118/+106
2012-06-13* po/el.po: Greek translation updated by Thomas Vasileiou (closes: #677331)David Prévot1-111/+91
2012-06-13* po/fi.po: Finnish translation updated by Timo JyrinkiDavid Prévot1-102/+82
2012-06-13* po/tl.po: Tagalog translation updated by Ariel S. BetanDavid Prévot1-116/+122
2012-06-13* po/sk.po: Slovak translation updated by Ivan Masár (closes: #676973)David Prévot1-163/+120
2012-06-13* po/eo.po: Esperanto translation by Kristjan Schmidt and Michael MoroniDavid Prévot1-88/+77
2012-06-13* po/id.po: Indonesian by Andika Triwidada (closes: #676960)David Prévot1-160/+134
2012-06-13* po/sl.po: Slovenian translation updated by Matej UrbančičDavid Prévot1-44/+32
2012-06-13* po/pt_BR.po: Brazilian translation updated by Sérgio CipollaDavid Prévot1-29/+12
2012-06-13* po/nl.po: Dutch translation updated by Jeroen Schot (closes: #652335)David Prévot1-118/+99
2012-06-13* po/fr.po: French translation updated (closes: #567765)David Prévot1-106/+111
2012-06-13* po/*.po: update PO files against current POT fileDavid Prévot70-6410/+15228
2012-06-12merged lp:~glatzor/python-apt/authMichael Vogt1-67/+67
2012-04-17merged lp:~aptdaemon-developers/python-apt/fix-cannot-locate-file with a ↵Michael Vogt1-5/+5
slighly different fix
2012-02-06* tests/test_tagfile.py:Michael Vogt1-20/+21
- add test for apt_pkg.TagFile() both for compressed/uncompressed files * python/tag.cc, tests/test_tagfile.py: - add support a filename argument in apt_pkg.TagFile() (in addition to the file object currently supported)
2012-01-30GREEN: apt.Version has a "policy_priority" propertyMichael Vogt1-4/+4
2012-01-30RED: apt.Version should have "policy_priority" propertyMichael Vogt1-1/+1
2012-01-30GREEN: policy should suppors PkgVerFile nowMichael Vogt1-1/+1
2012-01-30RED: policy should support verfileMichael Vogt1-25/+25
2011-12-08* lp:~mvo/python-apt/debfile-multiarch:Michael Vogt1-17/+17
- add multiarch support to the debfile.py code
2011-12-01merged from lp:~mvo/apt/mvoMichael Vogt1-24/+24
2011-11-10fix build against apt in experimentalMichael Vogt1-1/+1
2011-10-21python/apt_pkgmodule.cc: improve docstringMichael Vogt1-1/+1
2011-10-21* python/apt_pkgmodule.cc:Michael Vogt1-10/+10
- add apt_pkg.get_architectures() call
2011-10-19* po/sr.po:Michael Vogt1-95/+103
- updated, thanks to Nikola Nenadic (closes: #638308)