diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-02-11 13:10:18 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-02-11 13:10:18 +0000 |
commit | f75a4cb32c602643051bde4c73e48858ba4f5e2b (patch) | |
tree | d210781625c169ae53b8a6cf2b10aa9a258f5e3c | |
parent | 71d036820b5d4024acfc4798816629befe74ce8a (diff) | |
download | rpmdrake-f75a4cb32c602643051bde4c73e48858ba4f5e2b.tar rpmdrake-f75a4cb32c602643051bde4c73e48858ba4f5e2b.tar.gz rpmdrake-f75a4cb32c602643051bde4c73e48858ba4f5e2b.tar.bz2 rpmdrake-f75a4cb32c602643051bde4c73e48858ba4f5e2b.tar.xz rpmdrake-f75a4cb32c602643051bde4c73e48858ba4f5e2b.zip |
Still needed for po generation, but optimize it away
-rwxr-xr-x | rpmdrake | 97 |
1 files changed, 97 insertions, 0 deletions
@@ -161,6 +161,103 @@ but you may still browse the existing database."), yesno => 1, text => { no => N my $dont_show_selections = $> ? 1 : 0; +#- /usr/share/rpmlint/TagsCheck.py (duplicates are normal, so that we are not too far away from .py) +if (0) { + my @valid_groups = ( + N_("Accessibility"), + N_("Archiving"), N_("Backup"), + N_("Archiving"), N_("Cd burning"), + N_("Archiving"), N_("Compression"), + N_("Archiving"), N_("Other"), + N_("Books"), N_("Computer books"), + N_("Books"), N_("Faqs"), + N_("Books"), N_("Howtos"), + N_("Books"), N_("Literature"), + N_("Books"), N_("Other"), + N_("Cluster"), N_("Message Passing"), + N_("Cluster"), N_("Queueing Services"), + N_("Communications"), + N_("Databases"), + N_("Development"), N_("C"), + N_("Development"), N_("C++"), + N_("Development"), N_("Databases"), + N_("Development"), N_("GNOME and GTK+"), + N_("Development"), N_("Java"), + N_("Development"), N_("KDE and Qt"), + N_("Development"), N_("Kernel"), + N_("Development"), N_("Other"), + N_("Development"), N_("Perl"), + N_("Development"), N_("Python"), + N_("Editors"), + N_("Education"), + N_("Emulators"), + N_("File tools"), + N_("Games"), N_("Adventure"), + N_("Games"), N_("Arcade"), + N_("Games"), N_("Boards"), + N_("Games"), N_("Cards"), + N_("Games"), N_("Other"), + N_("Games"), N_("Puzzles"), + N_("Games"), N_("Sports"), + N_("Games"), N_("Strategy"), + N_("Graphical desktop"), N_("Enlightenment"), + N_("Graphical desktop"), N_("FVWM based"), + N_("Graphical desktop"), N_("GNOME"), + N_("Graphical desktop"), N_("Icewm"), + N_("Graphical desktop"), N_("KDE"), + N_("Graphical desktop"), N_("Other"), + N_("Graphical desktop"), N_("Sawfish"), + N_("Graphical desktop"), N_("WindowMaker"), + N_("Graphics"), + N_("Monitoring"), + N_("Multimedia"), + N_("Networking"), N_("Chat"), + N_("Networking"), N_("File transfer"), + N_("Networking"), N_("IRC"), + N_("Networking"), N_("Instant messaging"), + N_("Networking"), N_("Mail"), + N_("Networking"), N_("News"), + N_("Networking"), N_("Other"), + N_("Networking"), N_("Remote access"), + N_("Networking"), N_("WWW"), + N_("Office"), + N_("Public Keys"), + N_("Publishing"), + N_("Sciences"), N_("Astronomy"), + N_("Sciences"), N_("Biology"), + N_("Sciences"), N_("Chemistry"), + N_("Sciences"), N_("Computer science"), + N_("Sciences"), N_("Geosciences"), + N_("Sciences"), N_("Mathematics"), + N_("Sciences"), N_("Other"), + N_("Sciences"), N_("Physics"), + N_("Shells"), + N_("Sound"), + N_("System"), N_("Base"), + N_("System"), N_("Configuration"), N_("Boot and Init"), + N_("System"), N_("Configuration"), N_("Hardware"), + N_("System"), N_("Configuration"), N_("Networking"), + N_("System"), N_("Configuration"), N_("Other"), + N_("System"), N_("Configuration"), N_("Packaging"), + N_("System"), N_("Configuration"), N_("Printing"), + N_("System"), N_("Deploiement"), + N_("System"), N_("Deployment"), + N_("System"), N_("Fonts"), N_("Console"), + N_("System"), N_("Fonts"), N_("True type"), + N_("System"), N_("Fonts"), N_("Type1"), + N_("System"), N_("Fonts"), N_("X11 bitmap"), + N_("System"), N_("Internationalization"), + N_("System"), N_("Kernel and hardware"), + N_("System"), N_("Libraries"), + N_("System"), N_("Servers"), + N_("System"), N_("XFree86"), + N_("Terminals"), + N_("Text tools"), + N_("Toys"), + N_("Video"), + ); +} + #- to highlight information my $tag_tag = { 'foreground' => 'royalblue3', 'weight' => Gtk2::Pango->PANGO_WEIGHT_BOLD }; my $tag_fix = { 'font' => 'monospace' }; |