summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-08-13 20:15:09 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-08-13 20:15:09 +0000
commit0007625f8c483901965549fcc8cc90ad96aa3b07 (patch)
treef95b7eb8e4b3e702c6b4fb104e52cbae1234b746
parentdb3a51de90c2a2bf9bc78ab9324835b46fb914a6 (diff)
downloaddrakx-0007625f8c483901965549fcc8cc90ad96aa3b07.tar
drakx-0007625f8c483901965549fcc8cc90ad96aa3b07.tar.gz
drakx-0007625f8c483901965549fcc8cc90ad96aa3b07.tar.bz2
drakx-0007625f8c483901965549fcc8cc90ad96aa3b07.tar.xz
drakx-0007625f8c483901965549fcc8cc90ad96aa3b07.zip
some english typo fixes thx to Arpad Biro
-rw-r--r--perl-install/install_steps_interactive.pm2
-rw-r--r--perl-install/share/po/uz@Cyrl.po8
-rwxr-xr-xperl-install/standalone/drakbackup6
-rwxr-xr-xperl-install/standalone/drakboot2
4 files changed, 9 insertions, 9 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 79ea5151a..50499e384 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -360,7 +360,7 @@ sub formatMountPartitions {
});
} sub {
$@ =~ /fsck failed on (\S+)/ or return;
- $o->ask_yesorno('', N("Failed to check filesystem %s. Do you want to repair the errors? (beware, you can loose data)", $1), 1);
+ $o->ask_yesorno('', N("Failed to check filesystem %s. Do you want to repair the errors? (beware, you can lose data)", $1), 1);
};
undef $w; #- help perl (otherwise wait_message stays forever in newt)
die \N("Not enough swap space to fulfill installation, please add some") if availableMemory() < 40 * 1024;
diff --git a/perl-install/share/po/uz@Cyrl.po b/perl-install/share/po/uz@Cyrl.po
index 9732d55e2..c85970861 100644
--- a/perl-install/share/po/uz@Cyrl.po
+++ b/perl-install/share/po/uz@Cyrl.po
@@ -3584,7 +3584,7 @@ msgstr ""
#: ../../standalone/drakboot:1
#, c-format
-msgid "LiLo and Bootsplash themes installation successfull"
+msgid "LiLo and Bootsplash themes installation successful"
msgstr "LiLo ва Bootsplash мавзуларини ўрнатиш муваффақиятли тугади"
#: ../../security/l10n.pm:1
@@ -5668,7 +5668,7 @@ msgstr ""
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
-"you can loose data)"
+"you can lose data)"
msgstr ""
"%s файл системасини текшириш муваффақаятсиз тугади. Хатоларни тузатишни "
"истайсизми? (эсингизда турсин, сиз маълумотни йўқотишингиз мумкин)"
@@ -9581,7 +9581,7 @@ msgstr "Босиб чиқариш"
#: ../../harddrake/sound.pm:1
#, c-format
-msgid "Unkown driver"
+msgid "Unknown driver"
msgstr "Номаълум драйвер"
#: ../../printer/printerdrake.pm:1
@@ -11591,7 +11591,7 @@ msgstr "Венгрия"
#: ../../standalone/drakbackup:1
#, c-format
-msgid "Total progess"
+msgid "Total progress"
msgstr ""
#: ../../lang.pm:1
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup
index 258b3cf9f..7f40ceff2 100755
--- a/perl-install/standalone/drakbackup
+++ b/perl-install/standalone/drakbackup
@@ -849,7 +849,7 @@ sub ftp_client() {
$ftp->put($_, undef, undef);
$interactive and progress($pbar, $plabel, 0.5, $_);
$interactive and $pbar->set_text($_);
- $interactive and progress($pbar3, $plabel3, 1/@file_list_to_send_by_ftp, N("Total progess"));
+ $interactive and progress($pbar3, $plabel3, 1/@file_list_to_send_by_ftp, N("Total progress"));
}
$ftp->quit;
return 0;
@@ -922,7 +922,7 @@ sub do_expect {
my $exp = Expect->spawn($exp_command) or $in->ask_warn('', N("ERROR: Cannot spawn %s.", $exp_command));
- $interactive and progress($pbar3, $plabel3, 1/@send_files, N("Total progess"));
+ $interactive and progress($pbar3, $plabel3, 1/@send_files, N("Total progress"));
$interactive and $stext->set_text($_);
#- run scp, look for some common errors and try to track successful progress for GUI
@@ -978,7 +978,7 @@ sub ssh_client() {
close TMP;
$log_buff .= "\n";
$interactive and progress($pbar, $plabel, 0.5, "Done...");
- $interactive and progress($pbar3, $plabel3, 1/@file_list_to_send_by_ftp, N("Total progess"));
+ $interactive and progress($pbar3, $plabel3, 1/@file_list_to_send_by_ftp, N("Total progress"));
}
return 0;
}
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot
index 5d80178ac..f3d640772 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -227,7 +227,7 @@ Launch \"lilo\" as root in command line to complete LiLo theme installation."));
$error = 1;
}
$in->ask_warn($error ? N("Error") : N("Notice"),
- $error ? N("Theme installation failed!") : N("LiLo and Bootsplash themes installation successfull"));
+ $error ? N("Theme installation failed!") : N("LiLo and Bootsplash themes installation successful"));
});
my $x_box;