summaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* * merged with mainlineMichael Vogt2006-08-0137-722/+8945
|\
| * * merged from http://www.perrier.eu.org/debian/packages/d-i/level4/apt-mainMichael Vogt2006-07-2537-722/+8945
| |\
| | * Korean translation update/ Closes: #378901bubulle@debian.org2006-07-192-276/+309
| | |
| | * Hungarian translation updatebubulle@debian.org2006-07-022-266/+292
| | |
| | * Added Khmer translation. Closes: #375068bubulle@debian.org2006-07-012-0/+2736
| | |
| | * Added Nepali translation. Closes: #373729bubulle@debian.org2006-07-012-0/+2732
| | |
| | * Updated Vietnamese translation. Closes: #368038bubulle@debian.org2006-07-012-18/+23
| | |
| | * Remove an extra %s in the zh_TW translation. Closes: #370551bubulle@debian.org2006-07-012-1/+5
| | |
| | * Added Dzongkha translationbubulle@debian.org2006-07-012-0/+2766
| | |
| | * Remove foobubulle@debian.org2006-07-011-1/+0
| | |
| | * Add foo againbubulle@debian.org2006-07-011-0/+1
| | |
| | * Remove foobubulle@debian.org2006-07-011-0/+0
| | |
| | * Add foobubulle@debian.org2006-07-011-0/+0
| | |
| | * Romanian translation updated. Closes: #375330bubulle@debian.org2006-06-252-71/+44
| | |
| | * Merge with Michaelbubulle@debian.org2006-06-213-37/+57
| | |\ | | |/ | |/| | | | Basque translation update
| | * Basque translation updatebubulle@debian.org2006-06-072-171/+176
| | |
* | | * merged with auto-markMichael Vogt2006-07-261-55/+55
|\ \ \
| * | | * cmdline/apt-get.cc:Michael Vogt2006-07-261-55/+55
| | | | | | | | | | | | | | | | | | | | - add a scope with a ActionGroup in DoInstall() to speed up the install of long package lists (e.g. pbuilder)
* | | | * merged the debian--auto-mark patchMichael Vogt2006-07-031-155/+183
|\| | | | | | | | | | | | | | | * updated the library soname
| * | | * cmdline/apt-mark:Michael Vogt2006-06-261-155/+183
| |/ / | | | | | | | | | | | | | | | - very simple tool to manipulate the extended_states for autoinstall * apt-pkg/depcache.cc: - keep exisiting data in "extended_states" to make other tools happy
* | | * merged with apts mainlineMichael Vogt2006-07-0336-3721/+7077
|\| |
| * | * merged with bubulleMichael Vogt2006-06-0933-3254/+3774
| |\|
| | * Slovak translation updatebubulle@debian.org2006-05-292-30/+20
| | |
| | * Basque translation updatebubulle@debian.org2006-05-282-225/+201
| | |
| | * Dummy change to Galician translation to correct permissionsbubulle@debian.org2006-05-191-1/+1
| | |
| | * French translation updatebubulle@debian.org2006-05-182-26/+20
| | |
| | * Swedish translation updatebubulle@debian.org2006-05-182-211/+251
| | |
| | * Merge with Michaelbubulle@debian.org2006-05-181-18/+19
| | |\
| | * | Update all PO and the POTbubulle@debian.org2006-05-1635-3384/+3920
| | | |
| * | | * merge the patch from SteinarMichael Vogt2006-06-091-4/+4
| | |/ | |/|
| * | * merged cs.po translationMichael Vogt2006-05-161-99/+116
| |/
| * Galician translation update. Closes: #366849bubulle@debian.org2006-05-111-95/+112
| |
| * Hungarian translation update. Closes: #365448bubulle@debian.org2006-05-111-276/+294
| |
| * Add Bulgarian which shoulkd *really* fix #360262bubulle@debian.org2006-05-111-1/+1
| |
| * * methods/ftp.cc: remove a tried-to-downloaded file if the file is missing ↵Michael Vogt2006-05-081-25/+22
| | | | | | | | on the sever
| * * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to mdz)Michael Vogt2006-04-251-66/+73
| | | | | | | | | | | | * debian/changelog: updated * debian/rules: invoke tar with --no-recursion to avoid cruft in the tarbal * po/apt-all.pot: updated
| * Added Bulgarian translation. Closes: #360262bubulle@debian.org2006-04-012-0/+2780
| |
| * Tagalog translation updated. Closes: #357215bubulle@debian.org2006-03-162-36/+41
| |
| * Updated Romanian translation. Closes: #355897bubulle@debian.org2006-03-132-117/+92
| |
| * Portuguese translation update. Closes: #355798bubulle@debian.org2006-03-122-80/+76
| |
* | * undo some of the bzr merge damage from the last mergeMichael Vogt2006-03-281-0/+3
| |
* | * merged from mainMichael Vogt2006-03-289-385/+369
|\|
| * Simplified Chinese translation updateChristian Perrier2006-02-222-7/+11
| | | | | | | | * po/zh_CN.po: Completed to 512t. Closes: #353936
| * Italian translation updateChristian Perrier2006-02-142-3/+8
| | | | | | | | * po/it.po: Completed to 512t. Closes: #352803
| * Brazilian Portuguese translation updateChristian Perrier2006-02-132-67/+69
| | | | | | | | * po/ca.po: Completed to 512t. Closes: #352419
* | * more work for the DefaultAptSources specMichael Vogt2006-02-211-72/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | apt-pkg/acquire-item.h: - add new pkgAcquire::Item::StatTransientNetworkError status apt-pkg/acquire-item.cc: - if we get a StatTransientNetworkError use old sigfile and indexfiles apt-pkg/acquire-worker.cc: - set StatTransientNetworkError on "Timeout", "TmpResolveFailure", "ConnectionRefused" cmdline/apt-get.cc: - handle a StatTransientNetworkError different than a normal error (warning instead of error)
* | * merged with mainlineMichael Vogt2006-02-1334-2765/+2861
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-167 Resync with Michael * bubulle@debian.org--2005/apt--main--0--patch-168 Vietnamese translation completed * bubulle@debian.org--2005/apt--main--0--patch-169 Update PO files and POT file...again * bubulle@debian.org--2005/apt--main--0--patch-170 Compelted French translation * bubulle@debian.org--2005/apt--main--0--patch-171 Activate Welsh translation * bubulle@debian.org--2005/apt--main--0--patch-172 Completed to 512 strings * bubulle@debian.org--2005/apt--main--0--patch-173 Russian translation completed * bubulle@debian.org--2005/apt--main--0--patch-174 Swedish translation completed * bubulle@debian.org--2005/apt--main--0--patch-175 Merge from Philippe Batailler French manpages tree/Vietnamese translation update * bubulle@debian.org--2005/apt--main--0--patch-176 Galician translation update * bubulle@debian.org--2005/apt--main--0--patch-177 Slovak translation update * bubulle@debian.org--2005/apt--main--0--patch-178 Polish translation update * bubulle@debian.org--2005/apt--main--0--patch-179 Correct permissions * bubulle@debian.org--2005/apt--main--0--patch-180 Japanese translation update * bubulle@debian.org--2005/apt--main--0--patch-181 Basque translation update * bubulle@debian.org--2005/apt--main--0--patch-182 Catalan translation completed * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-123 * fix typo in apt-cache.8 manpage * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-124 * fixed another typo in doc/apt-secure.8.xml * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-125 * merged the debian-sid changes back * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-126 * fixed the changelog yet again * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-127 * merged with apt--mvo * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-128 * don't explod if a Provides has DepCompareOp * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-129 * fix regression about not working --print-uris in "install" * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-130 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-131 * create sources.list.d as well * mvo@debian.org--2005/apt--debian-sid--0--patch-17 * merged with apt--mvo--0 * mvo@debian.org--2005/apt--debian-sid--0--patch-18 * merged with apt--mvo * philippe.batailler@free.fr--2005/apt--main--0--patch-9 manpages
| * Catalan translation completedChristian Perrier2006-02-062-54/+46
| | | | | | | | * po/ca.po: Completed to 512t. Closes: #351592
| * Basque translation updateChristian Perrier2006-01-302-43/+31
| | | | | | | | * po/eu.po: Completed to 512t. Closes: #350483
| * Japanese translation updateChristian Perrier2006-01-252-697/+673
| | | | | | | | * po/ja.po: Completed to 512t. Closes: #349806