index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-22 | * Quick fixup for the translations due to a typo fix committed earlier. | Aaron Griffin | |
2007-03-19 | * Updated Italian translation | Dan McGee | |
Giovanni Scafora <linuxmania@gmail.com> * Many minor issues mentioned by Scott Horowitz <stonecrest@gmail.com>. - extra 'done' text in --noprogressbar output - missing flags in the pacman.8 manpage - unclear text in --noconfirm help description | |||
2007-03-12 | * Updates to Hungarian translation from Nagy, mostly cleanup stuff. | Dan McGee | |
2007-03-11 | * Updated Hungarian translation, thanks! | Dan McGee | |
(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-07 | * Updated pot files for hopefully the last time before release. | Dan McGee | |
* 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-06 | * Slight updates of Hungarian translation | Dan McGee | |
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-rc1 | Dan McGee | |
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 few | Aaron Griffin | |
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-02-22 | Big commit here, I'll try to cover all the bases. | Dan McGee | |
* 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-15 | * Updated pt_BR translation (Douglas Soares de Andrade), and merged other | Dan McGee | |
language files with latest pot file. | |||
2007-02-13 | * Refactored conflict checking within packages. Profiling from Dan showed an | Aaron Griffin | |
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-07 | * Update of all the *.po files and *.pot template files. | Dan McGee | |
* 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. :) | |||
2006-10-15 | Added po files | Aaron Griffin | |