summaryrefslogtreecommitdiffstats
path: root/pxe_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-02-25 09:15:29 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-02-25 09:15:29 +0000
commit6f8e910d366a7b79c2ea5125355f469ad4c27a50 (patch)
tree5ee06ac579998050ac36a8aee1eac6f654ebbd2d /pxe_wizard
parente07cf76bc7a4b8549ac620b4da1706a7e6ba7829 (diff)
downloaddrakwizard-6f8e910d366a7b79c2ea5125355f469ad4c27a50.tar
drakwizard-6f8e910d366a7b79c2ea5125355f469ad4c27a50.tar.gz
drakwizard-6f8e910d366a7b79c2ea5125355f469ad4c27a50.tar.bz2
drakwizard-6f8e910d366a7b79c2ea5125355f469ad4c27a50.tar.xz
drakwizard-6f8e910d366a7b79c2ea5125355f469ad4c27a50.zip
Typos and gramatical mistakes (Michal Bukovjan)
Diffstat (limited to 'pxe_wizard')
-rw-r--r--pxe_wizard/Pxe.pm20
1 files changed, 10 insertions, 10 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm
index 2f1b844e..9676808d 100644
--- a/pxe_wizard/Pxe.pm
+++ b/pxe_wizard/Pxe.pm
@@ -109,7 +109,7 @@ my @list_eth = qw(eth0 eth1 eth2);
#begin of wizard
$o->{pages} = {
welcome => {
- name => N("PXE wizard") . "\n\n" . N("Set a PXE server.") . "\n" . N("This wizard will help you configuring the PXE server, and PXE boot image management. PXE (Pre-boot Execution Environment) is a protocol designed by Intel that allows computers to boot through the network. PXE is stored in the ROM of new generation network cards. When the computer boots up, the BIOS loads the PXE ROM in the memory and executes it. A menu is displayed, allowing the computer to boot an operating system loaded through the network."),
+ name => N("PXE wizard") . "\n\n" . N("Set a PXE server.") . "\n" . N("This wizard will help you configuring the PXE server, and PXE boot image management. PXE (Pre-boot eXecution Environment) is a protocol designed by Intel that allows computers to boot through the network. PXE is stored in the ROM of new generation network cards. When the computer boots up, the BIOS loads the PXE ROM in the memory and executes it. A menu is displayed, allowing the computer to boot an operating system loaded through the network."),
no_back => 1,
pre => sub {
$o->{var}{wiz_level} ||= 1;
@@ -132,7 +132,7 @@ $o->{pages} = {
next => 'pxeserver',
},
addimg => {
- name => N("Add a boot image") . "\n\n" . N("To boot through network, network computer need a boot image. Morever we need to name this image, so each boot image is related to a name in PXE menu. So user can choose wich image he wants to boot through PXE.") . "\n\n" . N("PXE description is used to explain the rule of the boot image, ie: Mandrake 9.2 image, Mandrake cooker image..") . "\n\n" . N("Path to image: provide the full path to the network boot image") . "\n\n" . N("PXE name: the name displayed in PXE menu (please provide a word or a number, with no space)"),
+ name => N("Add a boot image") . "\n\n" . N("To boot through network, the network computer needs a boot image. Morever we need to name this image, so each boot image is related to a name in PXE menu. User can then choose which image he wants to boot through PXE.") . "\n\n" . N("PXE description is used to explain the rule of the boot image, ie: Mandrake 9.2 image, Mandrake cooker image..") . "\n\n" . N("Path to image: provide the full path to the network boot image") . "\n\n" . N("PXE name: the name displayed in PXE menu (please provide a word or a number, with no space)"),
data => [
{ label => "PXE name:", val => \$o->{var}{PXENAME} },
{ label => "PXE description:", val => \$o->{var}{DESCR} },
@@ -178,7 +178,7 @@ $o->{pages} = {
next => 'gomodify2',
},
gomodify2 => {
- name => N("Network client interface: which interface client should used to be installed.") . "\n" . N("Ramsize: adjust the ramsize parameter on boot disk.") . "\n" . N("VGA option: if you encounter any problem whith VGA, please adjust. ") . "\n" . N("ACPI option: Advanced Configuration and Power Interface"),
+ name => N("Network client interface: the network interface used for the installation process.") . "\n" . N("Ramsize: adjust the ramsize parameter on boot disk.") . "\n" . N("VGA option: if you encounter any problem whith VGA, please adjust. ") . "\n" . N("ACPI option: Advanced Configuration and Power Interface"),
data => [
{ label => N("Network client interface:"), val => \$o->{var}{ETH}, fixed_list => \@list_eth },
{ label => N("Ramsize:"), val => \$o->{var}{RAM}, fixed_list => \@list_ram },
@@ -190,7 +190,7 @@ $o->{pages} = {
next => 'summarymodify',
},
pxeserver => {
- name => N("Set PXE server") . "\n\n" . N("We need to use a special dhcpd.conf with PXE parameter. To set such a DHCP server, launch drakwizard DHPC, and check the box 'enable PXE', if you don't do that, PXE query will not be answered by this server.") . "\n" . N("Now the wizard will configure all needed default configurations files to allow computers to boot through the network."),
+ name => N("Set PXE server") . "\n\n" . N("We need to use a special dhcpd.conf file with PXE parameter. To set up such a DHCP server, launch the DHCP wizard and check the box 'Enable PXE'. If you don't do that, PXE query will not be answered by this server.") . "\n" . N("Now the wizard will configure all needed default configurations files to allow computers to boot through the network."),
next => 'summaryserver',
},
error_img => {
@@ -198,7 +198,7 @@ $o->{pages} = {
next => 'addimg',
},
needimg => {
- name => N("Need an image. Please add one."),
+ name => N("We need an image. Please add one."),
no_back => 1,
next => 'welcome',
post => sub {
@@ -227,7 +227,7 @@ $o->{pages} = {
next => 'pxeserver',
},
simmilar_entry => {
- name => N("Similar PXE name is already used in PXE menu") . "\n\n" . N("Please provide another one."),
+ name => N("A similar name is already used in PXE menu") . "\n\n" . N("Please provide another one."),
next => 'addimg',
},
simmilar_entryrdz => {
@@ -271,7 +271,7 @@ $o->{pages} = {
next => 'endremove',
},
summaryadd => {
- name => N("The wizard Will now add this PXE boot image"),
+ name => N("The wizard will now add this PXE boot image"),
data => [
{ label => "PXE name:", fixed_val => \$o->{var}{PXENAME} },
{ label => "PXE description:", fixed_val => \$o->{var}{DESCR} },
@@ -281,7 +281,7 @@ $o->{pages} = {
next => 'endadd',
},
summaryaddrdz => {
- name => N("The wizard Will now add this PXE boot image"),
+ name => N("The wizard will now add this PXE boot image"),
data => [
{ label => "PXE name:", fixed_val => \$o->{var}{PXENAME} },
{ label => "PXE description:", fixed_val => \$o->{var}{DESCR} },
@@ -293,7 +293,7 @@ $o->{pages} = {
},
endadd => {
name => N("Congratulations"),
- data => [ { label => N("The wizard successfully add the PXE boot image.") } ],
+ data => [ { label => N("The wizard successfully added the PXE boot image.") } ],
post => sub {
@list_menu = ();
foreach (cat_($PXEDEFAULT)) {
@@ -317,7 +317,7 @@ $o->{pages} = {
},
endmodify => {
name => N("Congratulations"),
- data => [ { label => N("The wizard successfully modify the boot option.") } ],
+ data => [ { label => N("The wizard successfully modified the boot option.") } ],
next => 'welcome',
},
endserver => {