From b61439cd0aa5a3c9a68330c52b8a3b597ead4b4b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 16 Jan 2004 14:37:16 +0000 Subject: add hidden entries for 3 new wizards so that translators can work --- control-center | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/control-center b/control-center index 3144c84c..40da28d9 100755 --- a/control-center +++ b/control-center @@ -259,7 +259,11 @@ my @tree = [ "Squid wizard", "squid", 'drakproxy-mdk', N("Configure proxy") ], [ "Samba wizard", "samba", 'samba_server-mdk', N("Configure Samba") ], [ "Time wizard", "ntp", 'ntp_server-mdk', N("Configure time") ], - [ "Web wizard", "apache2", 'web_server-mdk', N("Configure web") ]) + [ "Web wizard", "apache2", 'web_server-mdk', N("Configure web") ]), + if_(0, [ 'Nis+autofs', "nisautofs", 'wizard-mdk', N("Configure NIS and Autofs") ]), + if_(0, [ "Install server", "installsrv", 'wizard-mdk', N("Configure installation server") ]), + if_(0, [ "Pxe", "pxe", 'wizard-mdk', N("Configure PXE") ]), + ) ] ]), -- cgit v1.2.1