From d5b9fec8ce0c4f7440ac1539ed5eb93496d7bbdd Mon Sep 17 00:00:00 2001 From: David Baudens Date: Thu, 30 Sep 2004 09:12:39 +0000 Subject: Update --- perl-install/share/compssUsers.pl | 79 ++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 43 deletions(-) (limited to 'perl-install/share/compssUsers.pl') diff --git a/perl-install/share/compssUsers.pl b/perl-install/share/compssUsers.pl index f94aa6ae3..f8dce9680 100644 --- a/perl-install/share/compssUsers.pl +++ b/perl-install/share/compssUsers.pl @@ -5,47 +5,6 @@ use ugtk2 qw(:helpers :wrappers :create); my $h = { -N_("Server") => -[ - { label => N_("Web/FTP"), - descr => N_("Apache, Pro-ftpd"), - flags => [ qw(NETWORKING_WWW_SERVER NETWORKING_FILE_TRANSFER_SERVER) ], - }, - { label => N_("Mail"), - descr => N_("Postfix mail server"), - flags => [ qw(NETWORKING_MAIL_SERVER) ], - }, - { label => N_("Database"), - descr => N_("PostgreSQL or MySQL database server"), - flags => [ qw(DATABASES DATABASES_SERVER) ], - }, - { label => N_("Firewall/Router"), - descr => N_("Internet gateway"), - flags => [ qw(NETWORKING_FIREWALLING_SERVER) ], - }, - { label => N_("Network Computer server"), - descr => N_("NFS server, SMB server, Proxy server, ssh server"), - flags => [ qw(NETWORKING_FILE_SERVER NETWORKING_REMOTE_ACCESS_SERVER) ], - }, -], - -N_("Development") => -[ - { label => N_("Development"), - descr => N_("C and C++ development libraries, programs and include files"), - flags => [ qw(DEVELOPMENT EDITORS) ], - default_selected => 1, - }, - { label => N_("Documentation"), - descr => N_("Books and Howto's on Linux and Free Software"), - flags => [ qw(BOOKS) ], - }, - { label => N_("LSB"), - descr => N_("Linux Standard Base. Third party applications support"), - flags => [ qw(LSB) ], - }, -], - N_("Workstation") => [ { label => N_("Office Workstation"), @@ -81,6 +40,42 @@ N_("Workstation") => flags => [ qw(EDITORS TERMINALS TEXT_TOOLS SHELLS FILE_TOOLS) ], default_selected => 1, }, + { label => N_("Development"), + descr => N_("C and C++ development libraries, programs and include files"), + flags => [ qw(DEVELOPMENT EDITORS) ], + }, + { label => N_("Documentation"), + descr => N_("Books and Howto's on Linux and Free Software"), + flags => [ qw(BOOKS) ], + }, + { label => N_("LSB"), + descr => N_("Linux Standard Base. Third party applications support"), + flags => [ qw(LSB) ], + }, +], + +N_("Server") => +[ + { label => N_("Web/FTP"), + descr => N_("Apache, Pro-ftpd"), + flags => [ qw(NETWORKING_WWW_SERVER NETWORKING_FILE_TRANSFER_SERVER) ], + }, + { label => N_("Mail"), + descr => N_("Postfix mail server"), + flags => [ qw(NETWORKING_MAIL_SERVER) ], + }, + { label => N_("Database"), + descr => N_("PostgreSQL or MySQL database server"), + flags => [ qw(DATABASES DATABASES_SERVER) ], + }, + { label => N_("Firewall/Router"), + descr => N_("Internet gateway"), + flags => [ qw(NETWORKING_FIREWALLING_SERVER) ], + }, + { label => N_("Network Computer server"), + descr => N_("NFS server, SMB server, Proxy server, ssh server"), + flags => [ qw(NETWORKING_FILE_SERVER NETWORKING_REMOTE_ACCESS_SERVER) ], + }, ], N_("Graphical Environment") => @@ -122,8 +117,6 @@ my $gtk_display_compssUsers = sub { 1, gtkpack_(Gtk2::HBox->new(0, 0), 1, gtkpack(Gtk2::VBox->new(0, 0), $entries_in_path->('Workstation'), - '', - $entries_in_path->('Development'), ), 0, gtkpack(Gtk2::VBox->new(0, 0), $entries_in_path->('Server'), -- cgit v1.2.1