summaryrefslogtreecommitdiffstats
path: root/src/pacman/po
AgeCommit message (Collapse)AuthorFilesLines
2007-02-14* pt_BR translation updates.Dan McGee1-58/+57
2007-02-14Translation Update, pt_BR:Dan McGee1-206/+251
Douglas Soares de Andrade <douglas@archlinux-br.org>, 2007. Hugo Doria <hugodoria@archlinux-br.org>, 2007. Lincoln de Sousa <lincoln@archlinux-br.org>, 2007. Leandro InĂ¡cio <leandro@archlinux-br.org>, 2007.
2007-02-13Pierre Schmitz <pierre@archlinux.de>Dan McGee1-5/+5
Updated missing newlines in German translation.
2007-02-13Adding official translations. Thanks a lot, guys!Dan McGee2-840/+553
* German Translation from: Pierre Schmitz <pierre@archlinux.de> Niclas Pfeifer <macwolf@archlinux.de> * Italian Translation from: Giovanni 'voidnull' Scafora <linuxmania@gmail.com> Alessio 'mOLOk' Bolognino <themolok@gmail.com> Lorenzo '^zanDarK' Masini <lorenxo86@gmail.com>
2007-02-13* Refactored conflict checking within packages. Profiling from Dan showed anAaron Griffin5-939/+1022
unbelievable amount of strcmp() calls (25 million) due to the list searching. This has been reimplemented with a set-intersection scheme, due to the fact that file lists are always ordered. - NEEDS TESTING * Minor clean up, "globalized" the str_cmp helper to match the alpm comparison signature, so we can use it elsewhere.
2007-02-12* Fixed an i18n bug; length of description string was hardcoded previously;Dan McGee1-166/+179
now uses an strlen call. * Updates of the *.pot files.
2007-02-09* Fix compile errors/warnings.Dan McGee1-2/+0
* Update .cvsignore files a bit.
2007-02-08* Oops. Added some files to make "make update-po" work.Dan McGee2-0/+21
2007-02-07Oops. Actuall add two new translation templates as requested on the ML-Dan McGee2-0/+2036
'it' and 'pt_BR'.
2007-02-07* Update of all the *.po files and *.pot template files.Dan McGee7-1948/+1951
* Makefile targets to rebuild po files now work - use 'make update-po' in the po directories. * Added two new translation templates as requested on the ML- 'it' and 'pt_BR'. This commit might be a bit big for the mailing list to like on the commit message. :)
2007-01-17cvsignore cleanup and additionsAaron Griffin1-0/+6
2006-10-16Applied Frugalware patch from Christian Hamar alias krix <krics@linuxforum.hu>Aaron Griffin6-781/+0
for file-conflict progress bar Also did some CVS cleanup, removing some of the autogenerated files that shouldn't have been there
2006-10-16Applied changes from frugalware:Aaron Griffin1-1/+0
http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman;a=commitdiff;h=20061009002226-e2957-93b82621b6b060312559ea0539699f659bd9cb97.gz
2006-10-16Added po filesAaron Griffin9-0/+4849
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin4-534/+341
to list. The diff should show you 8)
2006-06-28i18n stuffJudd Vinet6-0/+1733