diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakTermServ | 2 | ||||
-rwxr-xr-x | perl-install/standalone/drakbackup | 2 | ||||
-rwxr-xr-x | perl-install/standalone/drakconnect | 4 | ||||
-rwxr-xr-x | perl-install/standalone/drakfont | 2 | ||||
-rwxr-xr-x | perl-install/standalone/draksec | 2 | ||||
-rwxr-xr-x | perl-install/standalone/draksound | 2 | ||||
-rw-r--r-- | perl-install/standalone/drakvpn | 2 | ||||
-rwxr-xr-x | perl-install/standalone/drakxtv | 2 | ||||
-rwxr-xr-x | perl-install/standalone/harddrake2 | 6 | ||||
-rwxr-xr-x | perl-install/standalone/logdrake | 2 |
10 files changed, 13 insertions, 13 deletions
diff --git a/perl-install/standalone/drakTermServ b/perl-install/standalone/drakTermServ index 8a5bedc75..4bb77b562 100755 --- a/perl-install/standalone/drakTermServ +++ b/perl-install/standalone/drakTermServ @@ -588,7 +588,7 @@ N(" - /etc/xinetd.d/tftp: puts its images.") . "\n\n" . N(" - Create etherboot floppies/CDs: The diskless client machines need either ROM images on the NIC, or a boot floppy - or CD to initate the boot sequence. drakTermServ will help generate these + or CD to initiate the boot sequence. drakTermServ will help generate these images, based on the NIC in the client machine. A basic example of creating a boot floppy for a 3Com 3c509 manually: diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup index 18cb2cee8..eddb685bd 100755 --- a/perl-install/standalone/drakbackup +++ b/perl-install/standalone/drakbackup @@ -2778,7 +2778,7 @@ sub restore_aff_result() { $do_restore = gtkpack_(Gtk2::VBox->new(0,10), 1, Gtk2::VBox->new(0,10), 0, N(" All of your selected data have been "), - 0, N(" Successfuly Restored on %s ", $restore_path), + 0, N(" Successfully Restored on %s ", $restore_path), 1, Gtk2::VBox->new(0,10), ), ); diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index dc0d93039..c1488c893 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -673,9 +673,9 @@ sub del_intf() { end => { name => sub { ($faillure ? - N("An error occured while deleting the \"%s\" network interface:\n\n%s", + N("An error occurred while deleting the \"%s\" network interface:\n\n%s", $intf2delete, $faillure) : - N("Congratulations, the \"%s\" network interface has been succesfully deleted", $intf2delete) + N("Congratulations, the \"%s\" network interface has been successfully deleted", $intf2delete) ) }, end => 1, diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index 2bbb36b6e..828a969ac 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -510,7 +510,7 @@ $list_all_font_path || $xlsfonts || $windows || @install || @uninstall ? backend sub help() { ugtk2::create_dialog(N("Help"), formatAlaTeX( - #-PO: keep the doble empty lines between sections, this is formated a la LaTeX + #-PO: keep the double empty lines between sections, this is formatted a la LaTeX N("Copyright (C) 2001-2002 by Mandrakesoft diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index dc6dcf049..faeaacb06 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -93,7 +93,7 @@ sub basic_seclevel_explanations() { } split("<", formatAlaTeX( #-PO: Do not alter the <span ..> and </span> tags. #-PO: Translate the security levels (Poor, Standard, High, Higher and Paranoid) in the same way, you translated these individuals words. -#-PO: keep the doble empty lines between sections, this is formated a la LaTeX. +#-PO: keep the double empty lines between sections, this is formatted a la LaTeX. N("Here, you can setup the security level and administrator of your machine. diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound index 005bc585c..da018d17a 100755 --- a/perl-install/standalone/draksound +++ b/perl-install/standalone/draksound @@ -46,7 +46,7 @@ if (my @devices = modules::probe_category('multimedia/sound')) { } else { $in->ask_warn(N("No Sound Card detected!"), formatAlaTeX( - #-PO: keep the doble empty lines between sections, this is formated a la LaTeX + #-PO: keep the double empty lines between sections, this is formatted a la LaTeX N("No Sound Card has been detected on your machine. Please verify that a Linux-supported Sound Card is correctly plugged in. diff --git a/perl-install/standalone/drakvpn b/perl-install/standalone/drakvpn index c6ef2008b..7cabd07c7 100644 --- a/perl-install/standalone/drakvpn +++ b/perl-install/standalone/drakvpn @@ -592,7 +592,7 @@ N("You cannot edit this section.\n This section is mandatory for Freswan 2.X. One has to specify version 2.0 on the top of the %s file, and eventually, disable or -enable the oportunistic encryption.\n",$ipsec_conf)); +enable the opportunistic encryption.\n",$ipsec_conf)); goto step_edit_ipsec_conf; } elsif ($choice =~ /^config setup/) { diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index 3c1a481af..345c75349 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -130,7 +130,7 @@ if (@devices) { } @devices } else { $in->ask_warn(N("No TV Card detected!"), formatAlaTeX( - #-PO: keep the doble empty lines between sections, this is formated a la LaTeX + #-PO: keep the double empty lines between sections, this is formatted a la LaTeX N("No TV Card has been detected on your machine. Please verify that a Linux-supported Video/TV Card is correctly plugged in. diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index b33f445f3..9fa2408b9 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -75,13 +75,13 @@ my %fields = "hlt_bug" => [ N("Halt bug"), N("Some of the early i486DX-100 chips cannot reliably return to operating mode after the \"halt\" instruction is used") ], "level" => [ N("Level"), N("sub generation of the cpu") ], - "model" => [ N("Model"), N("generation of the cpu (eg: 8 for PentiumIII, ...)") ], + "model" => [ N("Model"), N("generation of the cpu (eg: 8 for Pentium III, ...)") ], "model name" => [ N("Model name"), N("official vendor name of the cpu") ], "name" => [ N("Name"), N("the name of the CPU") ], "processor" => [ N("Processor ID"), N("the number of the processor") ], "stepping" => [ N("Model stepping"), N("stepping of the cpu (sub model (generation) number)") ], "vendor_id" => [ N("Vendor"), N("the vendor name of the processor") ], - "wp" => [ N("Write protection"), N("the WP flag in the CR0 register of the cpu enforce write proctection at the memory page level, thus enabling the processor to prevent unchecked kernel accesses to user memory (aka this is a bug guard)") ], + "wp" => [ N("Write protection"), N("the WP flag in the CR0 register of the cpu enforce write protection at the memory page level, thus enabling the processor to prevent unchecked kernel accesses to user memory (aka this is a bug guard)") ], }, FLOPPY => { @@ -154,7 +154,7 @@ my ($current_device, $current_class, $current_configurator); my %menus = ( 'options' => - #-PO: please keep all "/" charaters !!! + #-PO: please keep all "/" characters !!! N("/_Options"), 'help' => N("/_Help") ); diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index f1b66e939..bd078da37 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -426,7 +426,7 @@ sub alert_config() { email => { name => N("Alert configuration") . "\n\n" . N("Please enter your email address below ") . "\n" . - N("and enter the name (or the IP) of the SMTP server you whish to use"), + N("and enter the name (or the IP) of the SMTP server you wish to use"), data => [ { label => "Email address", val => \$options{MAIL} }, { label => "Email server", val => \$options{SMTP} }, |