From 6b2fffca094915ce361e5c6bdb98db28afc1779c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 19 Aug 2004 09:51:50 +0000 Subject: typo fixes --- perl-install/standalone/drakboot | 2 +- perl-install/standalone/drakbug | 2 +- perl-install/standalone/drakedm | 4 ++-- perl-install/standalone/drakperm | 4 ++-- perl-install/standalone/draksplash | 6 +++--- perl-install/standalone/drakvpn | 14 +++++++------- perl-install/standalone/drakxtv | 4 ++-- perl-install/standalone/scannerdrake | 14 +++++++------- perl-install/standalone/service_harddrake_confirm | 2 +- 9 files changed, 26 insertions(+), 26 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 5a66f3de4..a7e9f2f65 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -153,7 +153,7 @@ gtkadd($window, if ($boot_warn && $no_bootsplash && $splash_mode) { if ($in->ask_yesorno(N("Warning"), [ N("Your system bootloader is not in framebuffer mode. To activate graphical boot, select a graphic video mode from the bootloader configuration tool.") . "\n" . - N("Do you want to configure it now ?") ])) { + N("Do you want to configure it now?") ])) { enable_framebuffer(); #- it would be nice to get available themes for new cur_res here }; diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index 461e411c6..330df7aa9 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -224,7 +224,7 @@ sub get_pkg_name { sub connect_bugzilla { my ($url) = @_; if (!$stable_release) { - my $_w = create_dialog(N("Please wait"), N("connecting to %s ...", $wizard_name)); + my $_w = create_dialog(N("Please wait"), N("connecting to %s...", $wizard_name)); sleep(3); } exec $ENV{BROWSER},$url if exists $ENV{BROWSER}; diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm index 337e8d9b9..b0f57326b 100644 --- a/perl-install/standalone/drakedm +++ b/perl-install/standalone/drakedm @@ -74,8 +74,8 @@ several different X sessions on your local machine at the same time.")), } $cfg_file; log::explanations(qq(Switching to "$dm" display manager)); if (any::running_window_manager()) { - $in->ask_yesorno('', N("The change is done, do you want to restart the dm service ?"), 1) and - $in->ask_yesorno('', N("You are going to close all running programs and lose your current session. Are you really sure that you want to restart the dm service ?"), 1) and + $in->ask_yesorno('', N("The change is done, do you want to restart the dm service?"), 1) and + $in->ask_yesorno('', N("You are going to close all running programs and lose your current session. Are you really sure that you want to restart the dm service?"), 1) and run_program::run("nohup", "/etc/rc.d/init.d/dm", "restart"); } } diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index dc000abc8..8d9270889 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -286,9 +286,9 @@ sub row_setting_dialog { $groups->entry->set_text($model->get($iter, 3)) if $iter; my $id_box = gtkadd(Gtk2::HBox->new, - Gtk2::Label->new(N("User :")), + Gtk2::Label->new(N("User:")), $users, - Gtk2::Label->new(N("Group :")), + Gtk2::Label->new(N("Group:")), $groups, ); diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash index b6ff8ceef..4a59407bd 100755 --- a/perl-install/standalone/draksplash +++ b/perl-install/standalone/draksplash @@ -158,7 +158,7 @@ $first{widgets}{combo}{res}->entry->signal_connect(changed => sub { $boot_conf_frame{frame} = Gtk2::Frame->new(N("Configure bootsplash picture")); &make_boot_frame; $first_vbox->add($boot_conf_frame{frame}); - member($theme{name}, giv_exist_thm()) && thm_in_this_res() && get_this_thm_res_conf() || $in->ask_warn(N("Notice"), N("This theme does not yet have a bootsplash in %s !", $theme{res}{res})); + member($theme{name}, giv_exist_thm()) && thm_in_this_res() && get_this_thm_res_conf() || $in->ask_warn(N("Notice"), N("This theme does not yet have a bootsplash in %s!", $theme{res}{res})); }); #- go to bootsplash configuration step 2 #$first{widgets}{button}{boot_conf}->signal_connect(clicked => sub{show_act(\%boot_conf_frame) } ); @@ -306,7 +306,7 @@ sub which_res_exist() { $first{widgets}{combo}{res}->entry->set_text($_); last; } - $is_ok == 1 or $in->ask_warn(N("Notice"), N("This theme does not yet have a bootsplash in %s !", $theme{res}{res})) and return 0; + $is_ok == 1 or $in->ask_warn(N("Notice"), N("This theme does not yet have a bootsplash in %s!", $theme{res}{res})) and return 0; return 1; } @@ -456,7 +456,7 @@ sub make_boot_frame() { } #- calculation of the 2 angle of text box and progress bar set_thm_values(); - my $_w = $in->wait_message('', N("Generating preview ...")); + my $_w = $in->wait_message('', N("Generating preview...")); my $txt_tl_xx = $theme{boot_conf}{tx}*$font_size{w}; my $txt_tl_yy = $theme{boot_conf}{ty}*$font_size{h}; my $txt_width = $theme{boot_conf}{tw}*$font_size{w}; diff --git a/perl-install/standalone/drakvpn b/perl-install/standalone/drakvpn index 7124f7237..91438f1b6 100644 --- a/perl-install/standalone/drakvpn +++ b/perl-install/standalone/drakvpn @@ -379,7 +379,7 @@ Choose the section you would like to add.\n", $ipsec_conf), $existing_section = network::ipsec::already_existing_section_ipsec_conf("config setup", $ipsec, $kernel_version); if ($existing_section eq "already existing") { -$in->ask_okcancel(N("Exists !"), +$in->ask_okcancel(N("Exists!"), N("A section with this name already exists. The section names have to be unique.\n You'll have to go back and add another section @@ -420,7 +420,7 @@ Choose continue or previous when you are done.\n", $ipsec_conf), $existing_section = network::ipsec::already_existing_section_ipsec_conf("conn %default", $ipsec, $kernel_version); if ($existing_section eq "already existing") { -$in->ask_okcancel(N("Exists !"), +$in->ask_okcancel(N("Exists!"), N("A section with this name already exists. The section names have to be unique.\n You'll have to go back and add another section @@ -507,7 +507,7 @@ Choose continue when you are done to write the data.\n", $ipsec_conf), $existing_section = network::ipsec::already_existing_section_ipsec_conf($normal_conn->{1}[0] . " " . $normal_conn->{1}[1], $ipsec, $kernel_version); if ($existing_section eq "already existing") { -$in->ask_okcancel(N("Exists !"), +$in->ask_okcancel(N("Exists!"), N("A section with this name already exists. The section names have to be unique.\n You'll have to go back and add another section @@ -547,7 +547,7 @@ Choose continue when you are done to write the data.\n"), $section) or goto ste # $existing_section = network::ipsec::already_existing_section_ipsec_conf($section->{src_dest}, $ipsec, $kernel_version); # # if ($existing_section eq "already existing") { -#$in->ask_okcancel(N("Exists !"), +#$in->ask_okcancel(N("Exists!"), #N("A section with this name already exists. #The section names have to be unique.\n #You'll have to go back and add another section @@ -587,7 +587,7 @@ my $number = network::ipsec::matched_section_key_number_ipsec_conf($choice,$ipse if ($kernel_version < 2.5) { if ($choice =~ /^version|block|private|clear|packet/) { -$in->ask_okcancel(N("Can't edit !"), +$in->ask_okcancel(N("Can't edit!"), 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 @@ -747,7 +747,7 @@ Put your mouse over the certificate entry to obtain online help."), val => \$path_section->{1}[1], list => [ 'certificate', 'pre_shared_key', 'include' ], help => -N("path include path : specifies a path to include +N("path include path: specifies a path to include a file. See File Inclusion. Example: path include '/etc/racoon' @@ -1024,7 +1024,7 @@ Examples : \n lifetime time 30 sec; lifetime time 30 sec; lifetime time 60 sec; - lifetime time 12 hour ; + lifetime time 12 hour; So, here, the lifetime units are 'min', 'min', 'sec', 'sec', 'sec' and 'hour'. ") }, diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index 689f72ddc..3c1a481af 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -84,11 +84,11 @@ sub scan4channels() { [ { label => N("TV norm:"), val => \$norm, list => [ "NTSC", "NTSC-JP", "PAL", "PAL-M", "PAL-N", "PAL-NC", "SECAM" ], type => 'combo' }, { label => N("Area:"), val => \$ftable_id, list => [keys %freqtables], format => sub { $freqtables{$_[0]} }, sort => 1 }, - { label => N("User :"), val => \$user, list => [ keys %users ], sort => 1 }, + { label => N("User:"), val => \$user, list => [ keys %users ], sort => 1 }, ] )) { my $_wait = $in->wait_message(N("Please wait"), - N("Scanning for TV channels in progress ...")); + N("Scanning for TV channels in progress...")); # we provide scantv a bogus table (france) which will # will be ignored since "All" is selected (because of -a) $ftable_id = "france -a " if $ftable_id eq -1; diff --git a/perl-install/standalone/scannerdrake b/perl-install/standalone/scannerdrake index 78dac5207..9cd4b64d3 100755 --- a/perl-install/standalone/scannerdrake +++ b/perl-install/standalone/scannerdrake @@ -63,11 +63,11 @@ Do you want to install the SANE packages?"))) { } if ($::Manual) { manual(); quit() } my $wait = $in->wait_message(N("Scannerdrake"), - N("Searching for configured scanners ...")); + N("Searching for configured scanners...")); my @c = scanner::configured(); $wait = undef; $wait = $in->wait_message(N("Scannerdrake"), - N("Searching for new scanners ...")); + N("Searching for new scanners...")); my @f = scanner::detect(@c); $wait = undef; my $changed = 0; @@ -75,7 +75,7 @@ my $changed = 0; if ($changed) { my $_wait = $in->wait_message(N("Scannerdrake"), - N("Re-generating list of configured scanners ...")); + N("Re-generating list of configured scanners...")); @c = scanner::configured(); } mainwindow(@c); @@ -342,7 +342,7 @@ sub tryConfScanner { ) or return 0; if ($port eq N("Auto-detect available ports")) { $wait = $in->wait_message(N("Scannerdrake"), - N("Searching for scanners ...")); + N("Searching for scanners...")); my @d = scanner::detect(); undef $wait; my @list = map { @@ -461,11 +461,11 @@ sub mainwindow { # Do scanner auto-detection my $wait = $in->wait_message(N("Scannerdrake"), - N("Searching for configured scanners ...")); + N("Searching for configured scanners...")); @configured = scanner::configured(); $wait = $in->wait_message(N("Scannerdrake"), - N("Searching for new scanners ...")); + N("Searching for new scanners...")); my @f = scanner::detect(@configured); $wait = undef; if (@f) { @@ -487,7 +487,7 @@ sub mainwindow { if ($changed) { my $_wait = $in->wait_message(N("Scannerdrake"), - N("Re-generating list of configured scanners ...")); + N("Re-generating list of configured scanners...")); @configured = scanner::configured(); } } else { diff --git a/perl-install/standalone/service_harddrake_confirm b/perl-install/standalone/service_harddrake_confirm index eaf454960..1528fd9bf 100644 --- a/perl-install/standalone/service_harddrake_confirm +++ b/perl-install/standalone/service_harddrake_confirm @@ -5,5 +5,5 @@ use interactive; my $in = interactive->vnew; my $res = $in->ask_okcancel(N("Hardware changes in \"%s\" class (%s seconds to answer)", $ARGV[0], $ARGV[1]), - $ARGV[2] . N("Do you want to run the appropriate config tool ?"), 1); + $ARGV[2] . N("Do you want to run the appropriate config tool?"), 1); $in->exit($res); -- cgit v1.2.1