summaryrefslogtreecommitdiffstats
path: root/src/pacman/po
AgeCommit message (Collapse)AuthorFilesLines
2007-06-18Check in changes for 3.0.5 release (mostly backports)v3.0.5Dan McGee2-22/+37
* Update the mirrorlist * Fix FS7338- the previous repo-add fix didn't quite do the job, but it should be fixed now. * Small updates to translations files * Add -mtune=generic to default CFLAGS (req'd by GCC 4.2)
2007-05-13* Updated German translationDan McGee1-39/+18
Pierre Schmitz <pierre@archlinux.de>
2007-05-13Corrections to Spanish translationDan McGee1-19/+19
2007-05-08A ton of updates of all of the translation files. Thanks to theDan McGee10-360/+392
authors of those.
2007-04-25Updated French translation from Nam <37i11@altern.org>.Dan McGee1-277/+323
2007-04-23* Updated German translationDan McGee1-21/+21
Pierre Schmitz <pierre@archlinux.de>
2007-04-23Added Spanish Translation.Dan McGee2-2/+1083
Juan Pablo González T. <lord_jotape@yahoo.com.ar>
2007-04-17Updated German translationDan McGee1-33/+33
Matthias Gorissen <siquame@web.de>
2007-04-17Adding Polish language translation, thanks!Dan McGee2-0/+1078
From: Mateusz Jędrasik <m.jedrasik@gmail.com>
2007-04-01* Updated Italian translationDan McGee1-8/+6
Giovanni Scafora <linuxmania@gmail.com>
2007-03-30* Updated Hungarian translationDan McGee1-7/+7
Nagy Gabor <ngaba@petra.hos.u-szeged.hu>
2007-03-30* Updated Russian translationDan McGee1-29/+29
Владимир Байраковский <4rayven@gmail.com>
2007-03-27* Fix NEWS typo. Oops.Dan McGee1-26/+28
* Updated Russian translation. Владимир Байраковский <4rayven@gmail.com> and Shild <sxp@bk.ru> * Removed a string from gettext that didn't need it.
2007-03-24* Added a mirror list for [testing] (it appears most mirrors mirror testing)Aaron Griffin8-121/+145
* Commented ftp.archlinux.org in the official mirror list * ran a make dist, which updated some translation files
2007-03-23* Updated German translationDan McGee1-44/+24
Pierre Schmitz <pierre@archlinux.de>
2007-03-22Clarify some English messages as suggested by Nagy Gabor. I even did the hardDan McGee7-131/+112
work of fixing these in the translation files, and I removed a few fuzzys while doing so. If any more patches for translations come, try to do it against these files.
2007-03-22* Updated Brazilian Portuguese translationDan McGee1-54/+30
Douglas Soares de Andrade <dsandrade@gmail.com>
2007-03-22Lots of translation updates before we release.Dan McGee7-720/+838
* Ran msgmerge on all po files from new pot files, but did not check in the updated pot files as that just causes problems. * Updated Italian translation Giovanni Scafora <linuxmania@gmail.com> * Updated Russian translation, added libalpm partial translation Владимир Байраковский <4rayven@gmail.com> * Updated Hungarian translation Nagy Gabor <ngaba@petra.hos.u-szeged.hu> * Updated French translation solsTiCe d'Hiver <solstice.dhiver@laposte.net> Thanks again guys!
2007-03-22* Quick fixup for the translations due to a typo fix committed earlier.Aaron Griffin8-9/+9
2007-03-21* Updated Italian translationDan McGee1-84/+100
Giovanni Scafora <linuxmania@gmail.com> * Added pactest test for -Se operation James Rosten <seinfeld90@gmail.com>
2007-03-19* Updated Italian translationDan McGee5-12/+12
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-19* Adding new Turkish mirror as posted on the forums.Dan McGee1-43/+45
* Updated Italian translation Giovanni Scafora <linuxmania@gmail.com>
2007-03-14* Updated Russian translationDan McGee1-21/+19
Владимир Байраковский <4rayven@gmail.com>
2007-03-14* Fixed up broken translationDan McGee1-1/+1
2007-03-13* Small updates to my TODO file.Dan McGee1-136/+128
* Updated fr.po courtesy of solsTiCe d'Hiver <solstice.dhiver@laposte.net>.
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.