summaryrefslogtreecommitdiffstats
path: root/perl-install/share/compssUsers.pl
diff options
context:
space:
mode:
authorDavid Baudens <baudens@mandriva.com>2004-09-30 09:12:39 +0000
committerDavid Baudens <baudens@mandriva.com>2004-09-30 09:12:39 +0000
commitd5b9fec8ce0c4f7440ac1539ed5eb93496d7bbdd (patch)
tree8595b4da5a2d93a05b8eaa825ac1de6d6ad565dc /perl-install/share/compssUsers.pl
parent604e1987c895f8918d29cfb102ee141c1189970e (diff)
downloaddrakx-d5b9fec8ce0c4f7440ac1539ed5eb93496d7bbdd.tar
drakx-d5b9fec8ce0c4f7440ac1539ed5eb93496d7bbdd.tar.gz
drakx-d5b9fec8ce0c4f7440ac1539ed5eb93496d7bbdd.tar.bz2
drakx-d5b9fec8ce0c4f7440ac1539ed5eb93496d7bbdd.tar.xz
drakx-d5b9fec8ce0c4f7440ac1539ed5eb93496d7bbdd.zip
Update
Diffstat (limited to 'perl-install/share/compssUsers.pl')
-rw-r--r--perl-install/share/compssUsers.pl79
1 files changed, 36 insertions, 43 deletions
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'),