From 5a30a91a692abd18c39a0e25e185c560029f5dcc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 21 Aug 2007 15:02:01 +0000 Subject: set default per step banner title & icon for all steps --- perl-install/install/NEWS | 2 ++ perl-install/install/steps_list.pm | 22 ++++++++++++++-------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 771dd3665..1fd7a0877 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- set default per step banner title & icon for all steps + Version 10.4.173 - 21 August 2007, by Olivier "blino" Blin - convert module names to module filenames diff --git a/perl-install/install/steps_list.pm b/perl-install/install/steps_list.pm index efe5e6128..40566b3a6 100644 --- a/perl-install/install/steps_list.pm +++ b/perl-install/install/steps_list.pm @@ -15,28 +15,34 @@ use common; #-PO: please keep the following messages very short: they must fit in the left list of the installer!!! N_("_: Keep these entry short\nLanguage"), 1, 1, '', '', 'banner-languages', N("Localization") ], acceptLicense => [ N_("_: Keep these entry short\nLicense"), 1, -1, '', '', 'banner-license', N("License agreement") ], - selectMouse => [ N_("_: Keep these entry short\nMouse"), 1, 1, '1', '' ], - setupSCSI => [ N_("_: Keep these entry short\nHard drive detection"), 1, 0, '1', '' ], + selectMouse => [ N_("_: Keep these entry short\nMouse"), 1, 1, '1', '', 'banner-sys', N("Mouse") ], + setupSCSI => [ N_("_: Keep these entry short\nHard drive detection"), 1, 0, '1', '', + 'banner-sys', N_("_: Keep these entry short\nHard drive detection") ], selectInstallClass => [ N_("_: Keep these entry short\nInstallation class"), 1, 1, '1', '', 'banner-sys', N("_: Keep these entry short\nInstallation class") ], selectKeyboard => [ N_("_: Keep these entry short\nKeyboard"), 1, 1, '1', 'banner-languages', N("Localization") ], - miscellaneous => [ N_("_: Keep these entry short\nSecurity"), 1, 1, '1', '' ], + miscellaneous => [ N_("_: Keep these entry short\nSecurity"), 1, 1, '1', '', 'banner-security', N("Security") ], doPartitionDisks => [ N_("_: Keep these entry short\nPartitioning"), 1, 0, '', "selectInstallClass", 'banner-part', N("Partitioning") ], - formatPartitions => [ N_("_: Keep these entry short\nFormatting"), 1, -1, '1', "doPartitionDisks" ], + formatPartitions => [ N_("_: Keep these entry short\nFormatting"), 1, -1, '1', "doPartitionDisks", + 'banner-part', N_("_: Keep these entry short\nFormatting") ], choosePackages => [ N_("_: Keep these entry short\nChoosing packages"), 1, -2, '1', "formatPartitions", 'banner-sys', N("Package Group Selection") ], installPackages => [ N_("_: Keep these entry short\nInstalling"), 1, -1, '', ["formatPartitions", "selectInstallClass"], 'banner-sys', N("Installing") ], setRootPassword_addUser - => [ N_("_: Keep these entry short\nUsers"), 1, 1, '', "installPackages" ], - configureNetwork => [ N_("_: Keep these entry short\nNetworking"), 1, 1, '1', "formatPartitions" ], + => [ N_("_: Keep these entry short\nUsers"), 1, 1, '', "installPackages", + 'banner-pw', N("User management") ], + configureNetwork => [ N_("_: Keep these entry short\nNetworking"), 1, 1, '1', "formatPartitions", + 'banner-bootl', N_("_: Keep these entry short\nNetworking") ], setupBootloader => [ N_("_: Keep these entry short\nBootloader"), 1, 0, '', "installPackages", 'banner-bootL', N("_: Keep these entry short\nBootloader") ], - configureX => [ N_("_: Keep these entry short\nConfigure X"), 1, 1, '1', ["formatPartitions", "setupBootloader"] ], + configureX => [ N_("_: Keep these entry short\nConfigure X"), 1, 1, '1', ["formatPartitions", "setupBootloader"], + 'banner-bootL', N("_: Keep these entry short\nConfigure X") ], summary => [ N_("_: Keep these entry short\nSummary"), 1, 0, '', "installPackages", 'banner-summary', N("Summary") ], - configureServices => [ N_("_: Keep these entry short\nServices"), 1, 1, '1', "installPackages" ], + configureServices => [ N_("_: Keep these entry short\nServices"), 1, 1, '1', "installPackages", + 'banner-summary', N("_: Keep these entry short\nServices") ], installUpdates => [ N_("_: Keep these entry short\nUpdates"), 1, 1, '', ["installPackages", "configureNetwork", "summary"], 'banner-update', N("Updates") ], exitInstall => [ N_("_: Keep these entry short\nExit"), 0, 0, '', '', 'banner-exit', N("Exit") ], -- cgit v1.2.1