summaryrefslogtreecommitdiffstats
path: root/src/pacman/po
AgeCommit message (Collapse)AuthorFilesLines
2007-03-12* Updates to Hungarian translation from Nagy, mostly cleanup stuff.Dan McGee1-381/+28
2007-03-11* Updated Hungarian translation, thanks!Dan McGee1-202/+180
(Because we are in a string freeze, I did not add "to the transaction" to the original string but kept it in your translation) Nagy Gabor <ngaba@petra.hos.u-szeged.hu>
2007-03-11* Added Russian language translation. Thanks!Dan McGee2-0/+1079
Вам Зачем <4rayven@gmail.com> * Updated manpage to document --cachedir and --dbpath options.
2007-03-08* Updated Italian translationDan McGee1-4/+4
Giovanni Scafora <linuxmania@gmail.com> * Changed default SRCDEST in makepkg.conf. Two reasons: 1) consistency with PKGDEST in /home/packages 2) building packages as root is NOT recommended, so no reason to ever encourage this use by caching source in a dir with root permissions Yes, we may all do this differently and build our packages in other directories. But that is why they are variables and can be set anyway.
2007-03-07* Updated pot files for hopefully the last time before release.Dan McGee6-745/+761
* po files update themselves when a pot file update occurs, so you see that here as well. * Added a few more small notes to translation-help.
2007-03-07* Updated German translationDan McGee3-212/+1273
Pierre Schmitz <pierre@archlinux.de> * Added en_GB translation, thanks! Keep it 'synchronised'! Sorry, awful joke. Jeff Bailes <thepizzaking@gmail.com>
2007-03-07* Updated Brazilian Portuguese translationDan McGee1-78/+45
Douglas Soares de Andrade <dsandrade@gmail.com>
2007-03-06* Updated Italian translationDan McGee1-181/+181
Giovanni Scafora <linuxmania@gmail.com>
2007-03-06* Slight updates of Hungarian translationDan McGee1-8/+7
Nagy Gabor <ngaba@petra.hos.u-szeged.hu>
2007-03-04* Hopefully the LAST big update of the language files before release.v3.0.0-rc1Dan McGee6-48/+48
Translators and developers should count this as the string freeze unless something REALLY essential comes up. Send in patches to these translations when you get a chance (and patches are appreciated, as they are much easier to deal with).
2007-03-04* handle changes: callbacks should check handle first, as there's a fewAaron Griffin6-455/+432
occasions where some alpm stuff could be used without initializing the library (vercmp is one). TODO make these functions (handle accessors) better by returning "library not initialized" instead of failing. * Removed NoUpgrade lines from pacman.conf - we need to test this! * Re-corrected the lib targets for src/util/* * make dist seems to have updated the po files
2007-03-03* Updated Italian translationDan McGee1-94/+62
Giovanni Scafora <linuxmania@gmail.com> * Updated German translation Pierre Schmitz <pierre@archlinux.de>
2007-02-23* Updated Italian translationDan McGee1-22/+27
Giovanni Scafora <linuxmania@gmail.com>
2007-02-22Big commit here, I'll try to cover all the bases.Dan McGee5-258/+317
* Updated all of the language files, as the POT file was updated. NOTE FOR TRANSLATORS, try to base your next contribution off of these, notice how some msgids and messages have been wrapped to the next line- it makes it easier to read anyway. * More Makefile.am/configure.ac updates. 'make dist' and 'make distclean' now work properly, with only one caveat- the automatic testing in distclean doesn't do so hot as it is compiled with a default configure, which includes the fakeroot-proof code (which does not cooperate with pactest). * Added a Makefile.am for the pactest directory.
2007-02-22* Update the translation POT files- I don't want to do this daily but theDan McGee1-78/+93
current ones were a bit out of date.
2007-02-22* Updated German translations.Dan McGee1-77/+84
Pierre Schmitz <pierre@archlinux.de> * Updated Italian translations. Giovanni Scafora <linuxmania@gmail.com>
2007-02-21* Updated Italian translationDan McGee1-66/+66
Giovanni Scafora <linuxmania@gmail.com>
2007-02-20* Update Italian TranslationDan McGee1-16/+21
Giovanni Scafora <linuxmania@gmail.com>
2007-02-19* Updated German translations.Dan McGee1-13/+13
Pierre Schmitz <pierre@archlinux.de>
2007-02-16* Updated German translationDan McGee1-73/+68
Pierre Schmitz <pierre@archlinux.de> * Added a blurb to 'translation-help' about wrapped messages in po files
2007-02-16* Updated Italian translationDan McGee1-42/+51
Giovanni Scafora <linuxmania@gmail.com>
2007-02-15* Updated pt_BR translation (Douglas Soares de Andrade), and merged otherDan McGee6-251/+306
language files with latest pot file.
2007-02-14* Updated Italian translationDan McGee2-53/+61
* Updated pot translation templates * Located culprit of progress bar moving when unicode characters are used, added a TODO note about it * Removed '(target)' string from the sync.c error message, just like we did from add.c yesterday * Updated my TODO
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