From 04d420b3b93330eaaa867cb1ab513fbd0ebb3fa8 Mon Sep 17 00:00:00 2001 From: Holger Wansing Date: Thu, 15 Dec 2016 20:36:16 +0000 Subject: [SILENT_COMMIT] Update of POT and PO files for the manual --- po/sv/random-bits.po | 210 ++++++++++++++++++++++++++++----------------------- 1 file changed, 115 insertions(+), 95 deletions(-) (limited to 'po/sv/random-bits.po') diff --git a/po/sv/random-bits.po b/po/sv/random-bits.po index 8392ebf8c..555e41813 100644 --- a/po/sv/random-bits.po +++ b/po/sv/random-bits.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: random-bits\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2016-11-25 19:03+0000\n" +"POT-Creation-Date: 2016-12-15 20:07+0000\n" "PO-Revision-Date: 2012-07-30 18:33+0100\n" "Last-Translator: Martin Bagge / brother \n" "Language-Team: Swedish \n" @@ -1002,7 +1002,11 @@ msgid "" "armhf, i386, mips, mips64el, mipsel, " "powerpc, ppc64el, or " -"s390x." +"s390x. \n" +"# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n" +" /mnt/debinst http://ftp.us.debian.org/debian\n" +" If the target architecture is different than the " +"host, you should add the --foreign option." msgstr "" "Ersätt en av följande för ARCH i kommandot " "debootstrap: amd64, " @@ -1011,24 +1015,14 @@ msgstr "" "userinput>, mipsel, powerpc, " "ppc64el eller s390x." -#. Tag: screen -#: random-bits.xml:484 -#, no-c-format -msgid "" -"# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n" -" /mnt/debinst http://ftp.us.debian.org/debian" -msgstr "" -"# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n" -" /mnt/debinst http://ftp.se.debian.org/debian" - #. Tag: title -#: random-bits.xml:490 +#: random-bits.xml:493 #, no-c-format msgid "Configure The Base System" msgstr "Konfigurera grundsystemet" #. Tag: para -#: random-bits.xml:491 +#: random-bits.xml:494 #, fuzzy, no-c-format #| msgid "" #| "Now you've got a real &debian; system, though rather lean, on disk. " @@ -1041,6 +1035,11 @@ msgid "" "Now you've got a real &debian; system, though rather lean, on disk. " "chroot into it: \n" "# LANG=C.UTF-8 chroot /mnt/debinst /bin/bash\n" +" If the target architecture is different from the " +"host, you will need to first copy qemu-user-static to the new host: " +"\n" +"# cp /usr/bin/qemu-ARCH-static /mnt/debinst/usr/bin\n" +"# LANG=C.UTF-8 chroot /mnt/debinst qemu-ARCH-static /bin/bash\n" " After chrooting you may need to set the terminal " "definition to be compatible with the &debian; base system, for example: " "\n" @@ -1056,14 +1055,28 @@ msgstr "" "att ställa in terminaldefinitionen till att vara kompatibel med &debian;s " "grundsystem, till exempel:" +#. Tag: para +#: random-bits.xml:514 +#, no-c-format +msgid "" +"If the target architecture is different from the host, you need to finish " +"the multi-stage boot strap:" +msgstr "" + +#. Tag: screen +#: random-bits.xml:518 +#, no-c-format +msgid "/debootstrap/debootstrap --second-stage" +msgstr "" + #. Tag: title -#: random-bits.xml:509 +#: random-bits.xml:523 #, no-c-format msgid "Create device files" msgstr "Skapa enhetsfiler" #. Tag: para -#: random-bits.xml:510 +#: random-bits.xml:524 #, no-c-format msgid "" "At this point /dev/ only contains very basic device " @@ -1083,13 +1096,13 @@ msgstr "" "statiska enhetsfiler för det nya systemet." #. Tag: para -#: random-bits.xml:520 +#: random-bits.xml:534 #, no-c-format msgid "A few of the available options are:" msgstr "Ett par av de tillgängliga alternativen är:" #. Tag: para -#: random-bits.xml:525 +#: random-bits.xml:539 #, no-c-format msgid "" "install the makedev package, and create a default set of static device files " @@ -1099,7 +1112,7 @@ msgstr "" "enhetsfiler (efter chroot)" #. Tag: screen -#: random-bits.xml:529 +#: random-bits.xml:543 #, fuzzy, no-c-format #| msgid "" #| "# apt-get install makedev\n" @@ -1118,7 +1131,7 @@ msgstr "" "# MAKEDEV generic" #. Tag: para -#: random-bits.xml:532 +#: random-bits.xml:546 #, no-c-format msgid "" "manually create only specific device files using MAKEDEV" @@ -1126,7 +1139,7 @@ msgstr "" "skapa manuellt endast specifika enhetsfiler med MAKEDEV" #. Tag: para -#: random-bits.xml:537 +#: random-bits.xml:551 #, no-c-format msgid "" "bind mount /dev from your host system on top of /dev in the target system; " @@ -1138,13 +1151,13 @@ msgstr "" "enhetsfiler, så detta alternativ ska endast användas med försiktighet" #. Tag: title -#: random-bits.xml:550 +#: random-bits.xml:564 #, no-c-format msgid "Mount Partitions" msgstr "Montera partitioner" #. Tag: para -#: random-bits.xml:551 +#: random-bits.xml:565 #, no-c-format msgid "" "You need to create /etc/fstab. " @@ -1226,13 +1239,13 @@ msgstr "" "innan du fortsätter:" #. Tag: screen -#: random-bits.xml:577 +#: random-bits.xml:591 #, no-c-format msgid "# mount -t proc proc /proc" msgstr "# mount -t proc proc /proc" #. Tag: para -#: random-bits.xml:579 +#: random-bits.xml:593 #, no-c-format msgid "" "The command ls /proc should now show a non-empty " @@ -1243,19 +1256,19 @@ msgstr "" "Om det här skulle misslyckas, kan du kanske montera proc utanför chroot:" #. Tag: screen -#: random-bits.xml:585 +#: random-bits.xml:599 #, no-c-format msgid "# mount -t proc proc /mnt/debinst/proc" msgstr "# mount -t proc proc /mnt/debinst/proc" #. Tag: title -#: random-bits.xml:591 +#: random-bits.xml:605 #, no-c-format msgid "Setting Timezone" msgstr "Ställ in tidszon" #. Tag: para -#: random-bits.xml:592 +#: random-bits.xml:606 #, fuzzy, no-c-format #| msgid "" #| "An option in the file /etc/default/rcS determines " @@ -1281,19 +1294,19 @@ msgstr "" "tidszon." #. Tag: screen -#: random-bits.xml:606 +#: random-bits.xml:620 #, no-c-format msgid "# dpkg-reconfigure tzdata" msgstr "# dpkg-reconfigure tzdata" #. Tag: title -#: random-bits.xml:612 +#: random-bits.xml:626 #, no-c-format msgid "Configure Networking" msgstr "Konfigurera nätverket" #. Tag: para -#: random-bits.xml:613 +#: random-bits.xml:627 #, no-c-format msgid "" "To configure networking, edit /etc/network/interfaces, " @@ -1417,13 +1430,13 @@ msgstr "" "gränssnittsnamnet (eth0, eth1, etc.) som du förväntar." #. Tag: title -#: random-bits.xml:654 +#: random-bits.xml:668 #, no-c-format msgid "Configure Apt" msgstr "Konfigurera apt" #. Tag: para -#: random-bits.xml:655 +#: random-bits.xml:669 #, fuzzy, no-c-format #| msgid "" #| "Debootstrap will have created a very basic /etc/apt/sources." @@ -1460,13 +1473,13 @@ msgstr "" "userinput> efter att du har gjort ändringar i källistan." #. Tag: title -#: random-bits.xml:671 +#: random-bits.xml:685 #, no-c-format msgid "Configure Locales and Keyboard" msgstr "Konfigurera lokaler och tangentbord" #. Tag: para -#: random-bits.xml:672 +#: random-bits.xml:686 #, fuzzy, no-c-format #| msgid "" #| "To configure your locale settings to use a language other than English, " @@ -1495,7 +1508,7 @@ msgstr "" "behövs):" #. Tag: screen -#: random-bits.xml:682 +#: random-bits.xml:696 #, fuzzy, no-c-format #| msgid "" #| "# aptitude install console-setup\n" @@ -1508,7 +1521,7 @@ msgstr "" "# dpkg-reconfigure keyboard-configuration" #. Tag: para -#: random-bits.xml:684 +#: random-bits.xml:698 #, no-c-format msgid "" "Note that the keyboard cannot be set while in the chroot, but will be " @@ -1518,13 +1531,13 @@ msgstr "" "kommer att konfigureras inför nästa omstart." #. Tag: title -#: random-bits.xml:694 +#: random-bits.xml:708 #, no-c-format msgid "Install a Kernel" msgstr "Installera en kärna" #. Tag: para -#: random-bits.xml:695 +#: random-bits.xml:709 #, no-c-format msgid "" "If you intend to boot this system, you probably want a &arch-kernel; kernel " @@ -1535,21 +1548,21 @@ msgstr "" "kärnor med:" #. Tag: screen -#: random-bits.xml:700 +#: random-bits.xml:714 #, fuzzy, no-c-format #| msgid "# apt-cache search &kernelpackage;" msgid "# apt search &kernelpackage;" msgstr "# apt-cache search &kernelpackage;" #. Tag: para -#: random-bits.xml:702 +#: random-bits.xml:716 #, no-c-format msgid "Then install the kernel package of your choice using its package name." msgstr "" "Installera sedan det kärnpaket som du önskar med hjälp av dess paketnamn." #. Tag: screen -#: random-bits.xml:706 +#: random-bits.xml:720 #, fuzzy, no-c-format #| msgid "" #| "# aptitude install &kernelpackage;-arch-etc" @@ -1557,13 +1570,13 @@ msgid "# apt install &kernelpackage;-arch-etc" msgstr "# aptitude install &kernelpackage;-arch-etc" #. Tag: title -#: random-bits.xml:712 +#: random-bits.xml:726 #, no-c-format msgid "Set up the Boot Loader" msgstr "Ställ in starthanteraren" #. Tag: para -#: random-bits.xml:713 +#: random-bits.xml:727 #, fuzzy, no-c-format #| msgid "" #| "To make your &debian-gnu; system bootable, set up your boot loader to " @@ -1583,7 +1596,7 @@ msgstr "" "att göra det." #. Tag: para -#: random-bits.xml:720 +#: random-bits.xml:734 #, no-c-format msgid "" "Check info grub or " @@ -1608,7 +1621,7 @@ msgstr "" "systemet du anropar det från)." #. Tag: para -#: random-bits.xml:732 +#: random-bits.xml:746 #, fuzzy, no-c-format #| msgid "" #| "Installing and setting up grub2 is as easy as: " @@ -1642,7 +1655,7 @@ msgstr "" "fungerande /boot/grub/grub.cfg." #. Tag: para -#: random-bits.xml:742 +#: random-bits.xml:756 #, no-c-format msgid "" "Note that this assumes that a /dev/sda device file has " @@ -1654,13 +1667,13 @@ msgstr "" "command>, men dessa är utanför omfånget för denna bilaga." #. Tag: para -#: random-bits.xml:748 +#: random-bits.xml:762 #, no-c-format msgid "Here is a basic /etc/lilo.conf as an example:" msgstr "Här är ett enkelt exempel på en /etc/lilo.conf:" #. Tag: screen -#: random-bits.xml:752 +#: random-bits.xml:766 #, no-c-format msgid "" "boot=/dev/sda6\n" @@ -1682,7 +1695,7 @@ msgstr "" "label=Debian" #. Tag: para -#: random-bits.xml:754 +#: random-bits.xml:768 #, no-c-format msgid "" "Check man yaboot.conf for instructions on setting up " @@ -1701,7 +1714,7 @@ msgstr "" "filename> relativt till systemet du anropar det från)." #. Tag: para -#: random-bits.xml:764 +#: random-bits.xml:778 #, no-c-format msgid "" "Here is a basic /etc/yaboot.conf as an example: " @@ -1731,13 +1744,13 @@ msgstr "" "ide0: istället för hd:." #. Tag: title -#: random-bits.xml:777 +#: random-bits.xml:791 #, no-c-format msgid "Remote access: Installing SSH and setting up access" msgstr "" #. Tag: para -#: random-bits.xml:778 +#: random-bits.xml:792 #, no-c-format msgid "" "In case you can login to the system via console, you can skip this section. " @@ -1763,7 +1776,7 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:802 +#: random-bits.xml:816 #, no-c-format msgid "" "# adduser joe\n" @@ -1771,13 +1784,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:807 +#: random-bits.xml:821 #, no-c-format msgid "Finishing touches" msgstr "Slutgiltiga justeringar" #. Tag: para -#: random-bits.xml:808 +#: random-bits.xml:822 #, fuzzy, no-c-format #| msgid "" #| "As mentioned earlier, the installed system will be very basic. If you " @@ -1805,7 +1818,7 @@ msgstr "" "command> för att installera paket individuellt." #. Tag: para -#: random-bits.xml:819 +#: random-bits.xml:833 #, no-c-format msgid "" "After the installation there will be a lot of downloaded packages in " @@ -1817,20 +1830,20 @@ msgstr "" "genom att köra:" #. Tag: screen -#: random-bits.xml:825 +#: random-bits.xml:839 #, fuzzy, no-c-format #| msgid "# aptitude clean" msgid "# apt clean" msgstr "# aptitude clean" #. Tag: title -#: random-bits.xml:836 +#: random-bits.xml:850 #, no-c-format msgid "Installing &debian-gnu; over Parallel Line IP (PLIP)" msgstr "Installera &debian-gnu; över Parallel Line IP (PLIP)" #. Tag: para -#: random-bits.xml:838 +#: random-bits.xml:852 #, no-c-format msgid "" "This section explains how to install &debian-gnu; on a computer without an " @@ -1845,7 +1858,7 @@ msgstr "" "ansluten till ett nätverk som har en &debian;-spegel på sig (t.ex. Internet)." #. Tag: para -#: random-bits.xml:846 +#: random-bits.xml:860 #, no-c-format msgid "" "In the example in this appendix we will set up a PLIP connection using a " @@ -1861,7 +1874,7 @@ msgstr "" "oanvända inom ditt nätverksadressintervall)." #. Tag: para -#: random-bits.xml:854 +#: random-bits.xml:868 #, no-c-format msgid "" "The PLIP connection set up during the installation will also be available " @@ -1873,7 +1886,7 @@ msgstr "" "\"boot-new\"/>)." #. Tag: para -#: random-bits.xml:859 +#: random-bits.xml:873 #, no-c-format msgid "" "Before you start, you will need to check the BIOS configuration (IO base " @@ -1886,13 +1899,13 @@ msgstr "" "värdena är io=0x378 och irq=7." #. Tag: title -#: random-bits.xml:869 +#: random-bits.xml:883 #, no-c-format msgid "Requirements" msgstr "Krav" #. Tag: para -#: random-bits.xml:872 +#: random-bits.xml:886 #, no-c-format msgid "" "A target computer, called target, where &debian; will " @@ -1902,13 +1915,13 @@ msgstr "" "installeras." #. Tag: para -#: random-bits.xml:878 +#: random-bits.xml:892 #, no-c-format msgid "System installation media; see ." msgstr "Systeminstallationsmedia; se ." #. Tag: para -#: random-bits.xml:883 +#: random-bits.xml:897 #, no-c-format msgid "" "Another computer connected to the Internet, called source /proc/sys/net/ipv4/ip_forward" #. Tag: title -#: random-bits.xml:913 +#: random-bits.xml:927 #, no-c-format msgid "Installing target" msgstr "Installera måldatorn" #. Tag: para -#: random-bits.xml:914 +#: random-bits.xml:928 #, no-c-format msgid "" "Boot the installation media. The installation needs to be run in expert " @@ -2021,13 +2034,13 @@ msgstr "" "stegen av installationen." #. Tag: guimenuitem -#: random-bits.xml:933 +#: random-bits.xml:947 #, no-c-format msgid "Load installer components from CD" msgstr "Läs in installationskomponenter från cd" #. Tag: para -#: random-bits.xml:935 +#: random-bits.xml:949 #, no-c-format msgid "" "Select the plip-modules option from the list; this " @@ -2037,13 +2050,13 @@ msgstr "" "göra drivrutinerna för PLIP tillgängliga för installationssystemet." #. Tag: guimenuitem -#: random-bits.xml:943 +#: random-bits.xml:957 #, no-c-format msgid "Detect network hardware" msgstr "Identifiera nätverksmaskinvara" #. Tag: para -#: random-bits.xml:948 +#: random-bits.xml:962 #, no-c-format msgid "" "If target does have a network card, a list of driver " @@ -2058,7 +2071,7 @@ msgstr "" "installationsprogrammet inte att visa den här listan." #. Tag: para -#: random-bits.xml:957 +#: random-bits.xml:971 #, no-c-format msgid "" "Because no network card was detected/selected earlier, the installer will " @@ -2071,19 +2084,19 @@ msgstr "" "userinput>." #. Tag: guimenuitem -#: random-bits.xml:969 +#: random-bits.xml:983 #, no-c-format msgid "Configure the network" msgstr "Konfigurera nätverket" #. Tag: para -#: random-bits.xml:972 +#: random-bits.xml:986 #, no-c-format msgid "Auto-configure network with DHCP: No" msgstr "Auto-konfigurera nätverk med DHCP: Nej" #. Tag: para -#: random-bits.xml:977 +#: random-bits.xml:991 #, no-c-format msgid "" "IP address: 192.168.0.1" @@ -2091,7 +2104,7 @@ msgstr "" "IP-adress: 192.168.0.1" #. Tag: para -#: random-bits.xml:982 +#: random-bits.xml:996 #, no-c-format msgid "" "Point-to-point address: 192.168.0.2" #. Tag: para -#: random-bits.xml:988 +#: random-bits.xml:1002 #, no-c-format msgid "" "Name server addresses: you can enter the same addresses used on source (see " @@ -2111,13 +2124,13 @@ msgstr "" "/etc/resolv.conf)" #. Tag: title -#: random-bits.xml:1007 +#: random-bits.xml:1021 #, no-c-format msgid "Installing &debian-gnu; using PPP over Ethernet (PPPoE)" msgstr "Installera &debian-gnu; över PPP over Ethernet (PPPoE)" #. Tag: para -#: random-bits.xml:1009 +#: random-bits.xml:1023 #, no-c-format msgid "" "In some countries PPP over Ethernet (PPPoE) is a common protocol for " @@ -2133,7 +2146,7 @@ msgstr "" "avsnittet förklarar hur man gör." #. Tag: para -#: random-bits.xml:1017 +#: random-bits.xml:1031 #, no-c-format msgid "" "The PPPoE connection set up during the installation will also be available " @@ -2145,7 +2158,7 @@ msgstr "" "\"boot-new\"/>)." #. Tag: para -#: random-bits.xml:1022 +#: random-bits.xml:1036 #, no-c-format msgid "" "To have the option of setting up and using PPPoE during the installation, " @@ -2160,7 +2173,7 @@ msgstr "" "phrase>)." #. Tag: para -#: random-bits.xml:1029 +#: random-bits.xml:1043 #, no-c-format msgid "" "Installing over PPPoE is mostly the same as any other installation. The " @@ -2170,7 +2183,7 @@ msgstr "" "Följande steg förklarar skillnaderna." #. Tag: para -#: random-bits.xml:1037 +#: random-bits.xml:1051 #, no-c-format msgid "" "Boot the installer with the boot parameter modules=ppp-udeb) kommer att läsas in och köras automatiskt." #. Tag: para -#: random-bits.xml:1052 +#: random-bits.xml:1066 #, no-c-format msgid "" "Follow the regular initial steps of the installation (language, country and " @@ -2207,7 +2220,7 @@ msgstr "" "uppstartsprompten. )." #. Tag: para -#: random-bits.xml:1071 +#: random-bits.xml:1085 #, no-c-format msgid "" "The next step is the detection of network hardware, in order to identify any " @@ -2217,7 +2230,7 @@ msgstr "" "Ethernet-kort som finns anslutna till systemet." #. Tag: para -#: random-bits.xml:1077 +#: random-bits.xml:1091 #, no-c-format msgid "" "After this the actual setup of PPPoE is started. The installer will probe " @@ -2230,7 +2243,7 @@ msgstr "" "anslutningar)." #. Tag: para -#: random-bits.xml:1083 +#: random-bits.xml:1097 #, no-c-format msgid "" "It is possible that the concentrator will not to be found at the first " @@ -2247,7 +2260,7 @@ msgstr "" "installationsprogrammet." #. Tag: para -#: random-bits.xml:1092 +#: random-bits.xml:1106 #, no-c-format msgid "" "After a concentrator is found, the user will be prompted to type the login " @@ -2258,7 +2271,7 @@ msgstr "" "anslutningen)." #. Tag: para -#: random-bits.xml:1098 +#: random-bits.xml:1112 #, no-c-format msgid "" "At this point the installer will use the provided information to establish " @@ -2278,6 +2291,13 @@ msgstr "" "startas om igen genom att välja menyposten Konfigurera och " "starta en PPPoE-anslutning." +#~ msgid "" +#~ "# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n" +#~ " /mnt/debinst http://ftp.us.debian.org/debian" +#~ msgstr "" +#~ "# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n" +#~ " /mnt/debinst http://ftp.se.debian.org/debian" + #~ msgid "SCSI Hard disk with lowest SCSI ID (e.g. 0)" #~ msgstr "SCSI-hårddisken med lägsta SCSI ID (alltså 0)" -- cgit v1.2.3