summaryrefslogtreecommitdiffstats
path: root/drakpxelinux.pl
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-08-12 19:01:52 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-08-12 19:01:52 +0000
commit2ccf4b7127f0daaf0e3e78e3c80d601e8ae01552 (patch)
treefcaef282635a8a219cc5da0d4832a68427d62715 /drakpxelinux.pl
parent511b682133ca9b9ca9d103e12bde5ab845e4fab1 (diff)
downloaddrakpxelinux-2ccf4b7127f0daaf0e3e78e3c80d601e8ae01552.tar
drakpxelinux-2ccf4b7127f0daaf0e3e78e3c80d601e8ae01552.tar.gz
drakpxelinux-2ccf4b7127f0daaf0e3e78e3c80d601e8ae01552.tar.bz2
drakpxelinux-2ccf4b7127f0daaf0e3e78e3c80d601e8ae01552.tar.xz
drakpxelinux-2ccf4b7127f0daaf0e3e78e3c80d601e8ae01552.zip
updated pot file
Diffstat (limited to 'drakpxelinux.pl')
-rw-r--r--drakpxelinux.pl18
1 files changed, 9 insertions, 9 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl
index 64d4e07..3967170 100644
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -69,7 +69,7 @@ N("Initrd: network boot image (network.img ) or all.rdz") . "\n" .
N("Interface: network interface used for the installation process") . "\n" .
N("Network: DHCP or an IP address") . "\n" .
N("Directory: full path to MDK install server directory") . "\n" .
-N("Method: installation method: choose NFS or HTTP") . "\n" .
+N("Installation method: choose NFS or HTTP") . "\n" .
N("Ramsize: ramsize parameter on boot disk") . "\n" .
N("Display: export display to another computer (ie: 10.0.1.33:0)") . "\n" .
N("VGA: if you encounter any problem with VGA, please adjust") . "\n" .
@@ -351,7 +351,7 @@ sub wizard_add_entry {
],
complete => sub {
if (any { /^$WPXENAME :/ } cat_($PXEHELP)) {
- err_dialog(N("Error!"), N("Found a similar entry in PXE list labeled : %s.\nChoose another label please", $WPXENAME)) and return 'addimg';
+ err_dialog(N("Error!"), N("Found a similar entry in PXE list labeled: %s.\nChoose another label please", $WPXENAME)) and return 'addimg';
}
if (($WPXENAME) !~ /^\w+$/) {
err_dialog(N("Error!"), N("PXE label should be a name/number without space. Please adjust")) and return 'addimg';
@@ -359,7 +359,7 @@ sub wizard_add_entry {
},
next => 'endadd',
post => sub {
- my $w = $in->wait_message(N("add a PXE entry"), N("ad a PXE entry in your PXE server configuration..."));
+ my $w = $in->wait_message(N("add a PXE entry"), N("add a PXE entry in your PXE server configuration..."));
add_in_help($WPXENAME, $WINFO);
my $vmlinuzpxe = basename($WVMLINUZ) . "-$WPXENAME";
cp_af($WVMLINUZ, "$IMGPATH/$vmlinuzpxe");
@@ -588,7 +588,7 @@ sub edit_box_item {
# display IPADDRESS only if dhcp is not selected
my $ipaddr = Gtk2::Entry->new;
- my $toggledhcp = Gtk2::CheckButton->new(N("DHCP or IP addresss"));
+ my $toggledhcp = Gtk2::CheckButton->new(N("DHCP or IP address"));
if ($listpxe[$i]{network} eq "dhcp") { $toggledhcp->set_active(1) and $ipaddr->set_sensitive(0)
} else { $toggledhcp->set_active(0) and $ipaddr->set_sensitive(1) }
@@ -616,13 +616,13 @@ sub edit_box_item {
0, gtkadd(Gtk2::Frame->new(N("Mandrakelinux installer options")),
gtkpack_(gtkset_border_width(Gtk2::VBox->new, 5),
0, $label_and_widgets->(N("Ramdisk size"), $ramdisk, ""),
- 0, $label_and_widgets->(N("Custom Option"), $option, ""),
+ 0, $label_and_widgets->(N("Custom options"), $option, ""),
0, $label_and_widgets->(N("Frame Buffer resolution"), $vga, ""),
0, $label_and_widgets->(N("Remote IP of X server"), $display, ""),
0, gtkadd(Gtk2::Frame->new(N("Automatic Options")),
gtkpack_(gtkset_border_width(Gtk2::VBox->new, 5),
0, $label_and_widgets->(N("Installation method"), $automatic, ""),
- 0, $label_and_widgets->(N("Network Interface"), $interface, ""),
+ 0, $label_and_widgets->(N("Network interface"), $interface, ""),
0, gtkpack_(Gtk2::HBox->new(0,5),
0, gtkadd_widget($size_groups{label}, $toggledhcp),
1, gtkadd_widget($size_groups{widget}, $ipaddr),
@@ -828,7 +828,7 @@ sub pxe_conf {
sub check_pxe_conf {
if (! any { /default_address=$IPSERVER/ } cat_($pxeconf)) {
# pxe.conf doesnt matche system, relaunch wizard_pxe_server
- err_dialog(N("Error !"), N("Your %s doesnt match your actual IP address configuration. Relaunching the PXE wizard server to readjust it.", $pxeconf)) and launch_pxe_server();
+ err_dialog(N("Error!"), N("Your %s doesnt match your actual IP address configuration. Relaunching the PXE wizard server to readjust it.", $pxeconf)) and launch_pxe_server();
}
}
@@ -988,7 +988,7 @@ sub add_columns {
$renderer->signal_connect(edited => \&cell_edited, $model);
$renderer->set_data(column => $::i);
$treeview->insert_column_with_attributes(-1, $_, $renderer, 'text' => $::i);
- } N("Label"), N("Entry Description"), N("Kernel image"), N("Initrd image"), N("Installation method"), N("Network interface"), N("DHCP or IP address"), N("Remote server name"), N("Remote installation Directory"), N("Ramdisk size"), N("Frame buffer resolution"), N("Remote IP of X server"), N("Custom options");
+ } N("Label"), N("Entry description"), N("Kernel image"), N("Initrd image"), N("Installation method"), N("Network interface"), N("DHCP or IP address"), N("Remote server name"), N("Remote installation Directory"), N("Ramdisk size"), N("Frame buffer resolution"), N("Remote IP of X server"), N("Custom options");
}
@@ -998,7 +998,7 @@ sub add_columns {
# check if first launch
if (! -f "$X86/drakwizard_pxe") {
- info_dialog(N("Please configure a PXE server"), N("Its seems this is the first time you run this tool.\nA wizard will apppear to configure your pxe server."));
+ info_dialog(N("Please configure a PXE server"), N("It seems this is the first time you run this tool.\nA wizard will apppear to configure your PXE server."));
launch_pxe_server();
}
check_pxe_conf();