summaryrefslogtreecommitdiffstats
path: root/perl-install/install/share/po/da.po
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-04 19:49:44 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-04 19:49:44 +0000
commit09d39610bfd7d485c54ae33baac87846eab7d5a0 (patch)
tree2b249b29be479501c4cfe47a11fc4c726de8e07b /perl-install/install/share/po/da.po
parentd9f974eab441fd8d3dfbe326186bf04ba7a6a8e9 (diff)
downloaddrakx-09d39610bfd7d485c54ae33baac87846eab7d5a0.tar
drakx-09d39610bfd7d485c54ae33baac87846eab7d5a0.tar.gz
drakx-09d39610bfd7d485c54ae33baac87846eab7d5a0.tar.bz2
drakx-09d39610bfd7d485c54ae33baac87846eab7d5a0.tar.xz
drakx-09d39610bfd7d485c54ae33baac87846eab7d5a0.zip
- perl -pi -e 's!hard drive!hard disk drive!'
Diffstat (limited to 'perl-install/install/share/po/da.po')
-rw-r--r--perl-install/install/share/po/da.po4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install/share/po/da.po b/perl-install/install/share/po/da.po
index a7df36455..338f1f027 100644
--- a/perl-install/install/share/po/da.po
+++ b/perl-install/install/share/po/da.po
@@ -975,9 +975,9 @@ msgstr ""
#: steps_gtk.pm:765 steps_interactive.pm:338
#, c-format
msgid ""
-"You have the option to copy the contents of the CDs onto the hard drive "
+"You have the option to copy the contents of the CDs onto the hard disk drive "
"before installation.\n"
-"It will then continue from the hard drive and the packages will remain "
+"It will then continue from the hard disk drive and the packages will remain "
"available once the system is fully installed."
msgstr ""
"Du har mulighed for at kopiere indholdet af cd'erne over på disken før "
ep { /part[5-9]/ } all($name);
+ } else {
+ 1;
+ }
+}
+
sub device_name_to_entry {
my ($name) = @_;
$name =~ s|/dev/||;
@@ -85,6 +98,11 @@ sub set_mount_point {
sub main {
my ($action, $device_name) = @_;
+
+ if ($::auto) {
+ check_hard_drives($device_name) or return;
+ }
+
my $part = device_name_to_entry($device_name);
my $fstab_file = '/etc/fstab';
if (!$part) {