From 3e5506edaa12e18ac5581cca321462e11c7a6ed0 Mon Sep 17 00:00:00 2001 From: Holger Wansing Date: Sun, 5 Apr 2020 18:16:11 +0200 Subject: =?UTF-8?q?[Commit=20from=20Weblate]=20Swedish=20translation=20upd?= =?UTF-8?q?ate=20by=20Andreas=20R=C3=B6nnquist=20?= =?UTF-8?q?=20/=20Luna=20Jernberg=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- po/sv/preseed.po | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) (limited to 'po/sv/preseed.po') diff --git a/po/sv/preseed.po b/po/sv/preseed.po index 0833a1b10..0ade56d1e 100644 --- a/po/sv/preseed.po +++ b/po/sv/preseed.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: preseed\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2020-04-02 09:22+0000\n" +"POT-Creation-Date: 2019-09-22 23:04+0000\n" "PO-Revision-Date: 2019-12-05 04:05+0000\n" "Last-Translator: Kristoffer Grundström \n" @@ -3182,33 +3182,35 @@ msgstr "Installation av starthanteraren" #| "# Note: options passed to the installer will be added automatically.\n" #| "#d-i debian-installer/add-kernel-opts string nousb" msgid "" -"# Grub is the boot loader (for x86).# To install no bootloader, uncomment this\n" +"# Grub is the default boot loader (for x86). If " +"you want lilo installed\n" +"# instead, uncomment this:\n" +"#d-i grub-installer/skip boolean true\n" +"# To also skip installing lilo, and install no bootloader, uncomment this\n" +"# too:\n" +"#d-i lilo-installer/skip boolean true\n" +"# To install no bootloader, uncomment " +"this\n" "#d-i grub-installer/skip boolean true\n" "\n" "# This is fairly safe to set, it makes grub install automatically to the " -"UEFI\n" -"# partition/boot record if no other operating system is detected on the " -"machine.\n" +"MBR\n" +"# if no other operating system is detected on the machine.\n" "d-i grub-installer/only_debian boolean true\n" "\n" -"# This one makes grub-installer install to the UEFI partition/boot record, " -"if\n" -"# it also finds some other OS, which is less safe as it might not be able " -"to\n" -"# boot that other OS.\n" +"# This one makes grub-installer install to the MBR if it also finds some " +"other\n" +"# OS, which is less safe as it might not be able to boot that other OS.\n" "d-i grub-installer/with_other_os boolean true\n" "\n" -"# Due notably to potential USB sticks, the location of the primary drive " -"can\n" -"# not be determined safely in general, so this needs to be specified:\n" +"# Due notably to potential USB sticks, the location of the MBR can not be\n" +"# determined safely in general, so this needs to be specified:\n" "#d-i grub-installer/bootdev string /dev/sda\n" -"# To install to the primary device (assuming it is not a USB stick):\n" +"# To install to the first device (assuming it is not a USB stick):\n" "#d-i grub-installer/bootdev string default\n" "\n" -"# Alternatively, if you want to install to a location other than the UEFI\n" -"# parition/boot record, uncomment and edit these lines:\n" +"# Alternatively, if you want to install to a location other than the mbr,\n" +"# uncomment and edit these lines:\n" "#d-i grub-installer/only_debian boolean false\n" "#d-i grub-installer/with_other_os boolean false\n" "#d-i grub-installer/bootdev string (hd0,1)\n" -- cgit v1.2.3