From 398fd5b41f9d5afcebb3f16222c0e0ce35f543cb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 6 Nov 2003 15:22:00 +0000 Subject: add infrastructure to translate contributors list --- contributors.pl | 44 ++++++++++++++++++++++++++++++++++++++++++++ po/POTFILES.in | 1 + 2 files changed, 45 insertions(+) create mode 100644 contributors.pl diff --git a/contributors.pl b/contributors.pl new file mode 100644 index 00000000..b2b010a9 --- /dev/null +++ b/contributors.pl @@ -0,0 +1,44 @@ +#/usr/bin/perl +use lib qw(/usr/lib/libDrakX); +use common; +{ + + N("Per Oyvind Karlsen") => N(qq(massive packages rebuilding and cleaning, Norwegian Bokmål (nb) translation, i18n work, games +)), + N("Guillaume Rousse") => N(qq(cowsay introduction +)), + N("Olivier Thauvin") => N(qq(figlet introduction, Distriblint (checking rpm in the distro) +)), + N("Marcel Pol") => N(qq(mono introduction, updated abiword +)), + N("Ben Reser") => N(qq(updated nc with debian patches, fixed some perl packages, dnotify startup script, urpmc, hddtemp, wipe, etc... +)), + N("Thomas Backlund") => N(qq("deep and broad" kernel work (many new patches before integration in official kernel) +)), + N("Svetoslav Slavtchev?") => N(qq(kernel work (audio- and video-related patches) +)), + N("Danny Tholen") => N(qq(multimedia kernel +)), + N("Buchan Milne") => N(qq(Samba 3.0 (prerelease) that co-exists with Samba 2.2.x, Samba-2.2.x, GIS software (grass, mapserver), cursor_themes collection, misc server-side contributions +)), + N("Goetz Waschk") => N(qq(many multimedia packages (xine,totem, gstreamer, mplayer, vlc, vcdimager), gnome-python, rox desktop +)), + N("Austin Acton") => N(qq(audio/video/MIDI apps, scientific apps, audio/video production howtos, bluetooth, pyqt & related +)), + N("Spencer Anderson") => N(qq(ATI/gatos/DRM stuff, opengroupware.org +)), + N("Andrey Borzenkov") => N(qq(supermount-ng and other kernel work +)), + N("Oden Eriksson") => N(qq(most web-based packages and many security-related packages +)), + N("Stefan Van Der Eijk") => N(qq(slbd distro checking, devel dependancies +)), + N("David Walser") => N(qq(rpmsync script, foolproof MIDI playback, tweaked libao +)), + N("Andi Payn") => N(qq(many extra gnome applets and python modules +)), + N("Tibor Pittich") => N(qq(leader of the mdk sk-i18n team, contributed several packages (mozilla-firebird, afbackup, silc-client, psi, amavis-ng, lukemftp, cacti, scponly...), several years of using cooker and bug hunting, etc... +)), + N("Pascal Terjan") => N(qq(some ruby stuff, various packages, ... +)), +} \ No newline at end of file diff --git a/po/POTFILES.in b/po/POTFILES.in index a719a06d..2377fc15 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,6 @@ control-center clock.pl +contributors.pl menus_launcher.pl print_launcher.pl gecko.pm -- cgit v1.2.1