aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-07-19 00:52:01 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-07-19 00:52:01 +0000
commit04f662a1b793edf0ad16fdf360478009c1b76c70 (patch)
treed8b708da73bed9e7493b1bf04a25090b4e849e78
parentc495561600b7d4e704063cf3c7639da975996932 (diff)
downloadrpmdrake-04f662a1b793edf0ad16fdf360478009c1b76c70.tar
rpmdrake-04f662a1b793edf0ad16fdf360478009c1b76c70.tar.gz
rpmdrake-04f662a1b793edf0ad16fdf360478009c1b76c70.tar.bz2
rpmdrake-04f662a1b793edf0ad16fdf360478009c1b76c70.tar.xz
rpmdrake-04f662a1b793edf0ad16fdf360478009c1b76c70.zip
add missing group translations
-rwxr-xr-xrpmdrake4
1 files changed, 4 insertions, 0 deletions
diff --git a/rpmdrake b/rpmdrake
index fd75615d..6721d257 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -111,6 +111,7 @@ my @valid_groups = (
N_("System"), N_("Configuration"), N_("Printing"),
N_("System"), N_("Configuration"), N_("Boot and Init"),
N_("System"), N_("Configuration"), N_("Other"),
+ N_("System"), N_("Deploiement"),
N_("System"), N_("Internationalization"),
N_("Development"), N_("Kernel"),
N_("Development"), N_("Databases"),
@@ -133,6 +134,7 @@ my @valid_groups = (
N_("Communications"),
N_("Databases"),
N_("Editors"),
+ N_("Education"),
N_("Emulators"),
N_("Games"), N_("Adventure"),
N_("Games"), N_("Arcade"),
@@ -147,6 +149,8 @@ my @valid_groups = (
N_("Archiving"), N_("Cd burning"),
N_("Archiving"), N_("Backup"),
N_("Archiving"), N_("Other"),
+ N_("Cluster"), N_("Message Passing"),
+ N_("Cluster"), N_("Queueing Services"),
N_("Monitoring"),
N_("Sound"),
N_("Graphics"),