From cffd0ce2fd17ed72bdccfc2f60877e889087d264 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Sun, 9 Jul 2006 14:09:41 +0000 Subject: Update of POT and PO files for the manual --- po/el/boot-new.po | 171 ++- po/el/hardware.po | 1177 +++++++------- po/el/using-d-i.po | 717 +++++++-- po/fi/installation-howto.po | 13 +- po/ko/boot-new.po | 171 ++- po/ko/hardware.po | 1206 ++++++++------- po/ko/using-d-i.po | 717 +++++++-- po/pot/boot-new.pot | 120 +- po/pot/hardware.pot | 982 ++++++------ po/pot/using-d-i.pot | 559 +++++-- po/pt/boot-new.po | 171 ++- po/pt/hardware.po | 1229 ++++++++------- po/pt/using-d-i.po | 733 +++++++-- po/ru/boot-new.po | 171 ++- po/ru/hardware.po | 1177 +++++++------- po/ru/using-d-i.po | 717 +++++++-- po/sv/boot-new.po | 530 ++++++- po/sv/hardware.po | 3003 +++++++++++++++++++++++++----------- po/sv/using-d-i.po | 3566 +++++++++++++++++++++++++++++++++++-------- po/vi/boot-new.po | 171 ++- po/vi/hardware.po | 1193 ++++++++------- po/vi/using-d-i.po | 717 +++++++-- po/zh_CN/boot-new.po | 171 ++- po/zh_CN/hardware.po | 1234 ++++++++------- po/zh_CN/using-d-i.po | 717 +++++++-- po/zh_TW/boot-new.po | 171 ++- po/zh_TW/hardware.po | 1167 +++++++------- po/zh_TW/using-d-i.po | 717 +++++++-- 28 files changed, 15975 insertions(+), 7413 deletions(-) diff --git a/po/el/boot-new.po b/po/el/boot-new.po index c41906a62..7a0a50502 100644 --- a/po/el/boot-new.po +++ b/po/el/boot-new.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: boot-new\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-01-31 23:11+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-01-04 22:01+0200\n" "Last-Translator: quad-nrg.net \n" "Language-Team: Greek \n" @@ -363,11 +363,166 @@ msgstr "" #. Tag: title #: boot-new.xml:191 #, no-c-format +msgid "Mounting encrypted volumes" +msgstr "" + +#. Tag: para +#: boot-new.xml:193 +#, no-c-format +msgid "" +"If you created encrypted volumes during the installation and assigned them " +"mount points, you will be asked to enter the passphrase for each of these " +"volumes during the boot. The actual procedure differs slightly between dm-" +"crypt and loop-AES." +msgstr "" + +#. Tag: title +#: boot-new.xml:203 +#, no-c-format +msgid "loop-AES" +msgstr "" + +#. Tag: para +#: boot-new.xml:205 +#, no-c-format +msgid "" +"For partitions encrypted via loop-AES you will be shown the following prompt " +"during the boot: \n" +"mount: going to use loop device /dev/loopX\n" +"Password:\n" +" In the first line of the prompt, X is the number of the loop device. You are now probably " +"wondering for which volume you are actually entering " +"the passphrase. Does is relate to your /home? Or to " +"/var? Of course, if you have just one encrypted volume, " +"this is easy and you can just enter the passphrase you used when setting up " +"this volume. If you set up more than one encrypted volume during the " +"installation, the notes you wrote down as the last step in come in handy. If you did not make a note of the " +"mapping between loopX and " +"the mount points before, you can still find it in /etc/fstab of your new system." +msgstr "" + +#. Tag: para +#: boot-new.xml:226 +#, no-c-format +msgid "" +"No characters (even asterisks) will be shown while entering the passphrase. " +"Be careful, you have only one try. If you enter wrong " +"passphrase, an error message will appear and the boot process will skip that " +"volume and continue to mount the next filesystem. Please see for further information." +msgstr "" + +#. Tag: para +#: boot-new.xml:235 +#, no-c-format +msgid "After entering all passphrases the boot should continue as usual." +msgstr "" + +#. Tag: title +#: boot-new.xml:243 +#, no-c-format +msgid "dm-crypt" +msgstr "" + +#. Tag: para +#: boot-new.xml:245 +#, no-c-format +msgid "TODO: write something once it works." +msgstr "" + +#. Tag: title +#: boot-new.xml:253 +#, no-c-format +msgid "Troubleshooting" +msgstr "" + +#. Tag: para +#: boot-new.xml:255 +#, no-c-format +msgid "" +"If some of the encrypted volumes could not be mounted because a wrong " +"passphrase was entered, you will have to mount them manually after the boot. " +"There are several cases." +msgstr "" + +#. Tag: para +#: boot-new.xml:264 +#, no-c-format +msgid "" +"The first case concerns the root partition. When it is not mounted " +"correctly, the boot process will halt and you will have to reboot the " +"computer to try again." +msgstr "" + +#. Tag: para +#: boot-new.xml:271 +#, no-c-format +msgid "" +"The easiest case is for encrypted volumes holding data like /home or /srv. You can simply mount them manually " +"after the boot. For loop-AES this is one-step operation: " +"\n" +"# mount /mount_point\n" +"Password:\n" +" where /mount_point " +"should be replaced by the particular directory (e.g. /home). The only difference from an ordinary mount is that you will be " +"asked to enter the passphrase for this volume." +msgstr "" + +#. Tag: para +#: boot-new.xml:285 +#, no-c-format +msgid "" +"For dm-crypt this is a bit trickier. First you need to register the volumes " +"with device mapper by running: " +"\n" +"# /etc/init.d/cryptdisks start\n" +" This will scan all volumes mentioned in " +"/etc/crypttab and will create appropriate devices under " +"the /dev directory after entering the correct " +"passphrases. (Already registered volumes will be skipped, so you can repeat " +"this command several times without worrying.) After successful registration " +"you can simply mount the volumes the usual way:" +msgstr "" + +#. Tag: screen +#: boot-new.xml:300 +#, no-c-format +msgid "" +"# mount /mount_point" +msgstr "" + +#. Tag: para +#: boot-new.xml:303 +#, no-c-format +msgid "" +"If the volumes holding noncritical system files could not be mounted " +"(/usr or /var), the system should " +"still boot and you should be able to mount the volumes manually like in the " +"previous case. However, you will also need to (re)start any services usually " +"running in your default runlevel because it is very likely that they were " +"not started. The easiest way to achieve this is by switching to the first " +"runlevel and back by entering \n" +"# init 1\n" +" at the shell prompt and pressing " +"Control D when asked for the " +"root password." +msgstr "" + +#. Tag: title +#: boot-new.xml:326 +#, no-c-format msgid "Log In" msgstr "Είσοδος στο Σύστημα" #. Tag: para -#: boot-new.xml:193 +#: boot-new.xml:328 #, no-c-format msgid "" "Once your system boots, you'll be presented with the login prompt. Log in " @@ -380,7 +535,7 @@ msgstr "" "εγκατάστασης. Το σύστημά σας είναι τώρα έτοιμο για να το χρησιμοποιήσετε." #. Tag: para -#: boot-new.xml:199 +#: boot-new.xml:334 #, no-c-format msgid "" "If you are a new user, you may want to explore the documentation which is " @@ -395,7 +550,7 @@ msgstr "" "Εδώ είναι μερικά σημεία αφετηρίας." #. Tag: para -#: boot-new.xml:207 +#: boot-new.xml:342 #, no-c-format msgid "" "Documentation accompanying programs you have installed is in /usr/" @@ -412,7 +567,7 @@ msgstr "" "share/doc/apt/guide.html/index.html." #. Tag: para -#: boot-new.xml:216 +#: boot-new.xml:351 #, no-c-format msgid "" "In addition, there are some special folders within the /usr/share/" @@ -430,7 +585,7 @@ msgstr "" "HTML/index.html." #. Tag: para -#: boot-new.xml:226 +#: boot-new.xml:361 #, no-c-format msgid "" "One easy way to view these documents is to cd /usr/share/doc/info command/usr/" diff --git a/po/el/hardware.po b/po/el/hardware.po index 14553db53..5c8e3e3ad 100644 --- a/po/el/hardware.po +++ b/po/el/hardware.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: hardware\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-05-04 19:49+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-03-21 01:18+0200\n" "Last-Translator: quad-nrg.net \n" "Language-Team: Greek \n" @@ -296,9 +296,9 @@ msgstr "APS " #. Tag: entry #: hardware.xml:118 -#, no-c-format -msgid "riscpc" -msgstr "riscpc " +#, fuzzy, no-c-format +msgid "rpc" +msgstr "powerpc " #. Tag: entry #: hardware.xml:122 @@ -344,9 +344,9 @@ msgstr "PReP " #. Tag: entry #: hardware.xml:131 -#, no-c-format -msgid "prep" -msgstr "prep " +#, fuzzy, no-c-format +msgid "prep" +msgstr "powerpc " #. Tag: entry #: hardware.xml:133 @@ -435,126 +435,120 @@ msgstr "r4k-ip22 " #. Tag: entry #: hardware.xml:160 #, no-c-format -msgid "r5k-ip22" -msgstr "r5k-ip22 " - -#. Tag: entry -#: hardware.xml:162 -#, no-c-format msgid "SGI IP32 (O2)" msgstr "" #. Tag: entry -#: hardware.xml:163 +#: hardware.xml:161 #, fuzzy, no-c-format msgid "r5k-ip32" msgstr "r5k-ip22 " #. Tag: entry -#: hardware.xml:165 hardware.xml:183 +#: hardware.xml:163 hardware.xml:181 #, no-c-format msgid "Broadcom BCM91250A (SWARM)" msgstr "Broadcom BCM91250A (SWARM) " #. Tag: entry -#: hardware.xml:166 hardware.xml:184 +#: hardware.xml:164 hardware.xml:182 #, no-c-format msgid "sb1-bcm91250a" msgstr "" #. Tag: entry -#: hardware.xml:168 hardware.xml:186 +#: hardware.xml:166 hardware.xml:184 #, fuzzy, no-c-format msgid "Broadcom BCM91480B (BigSur)" msgstr "Broadcom BCM91250A (SWARM) " #. Tag: entry -#: hardware.xml:169 hardware.xml:187 +#: hardware.xml:167 hardware.xml:185 #, no-c-format msgid "sb1a-bcm91480b" msgstr "" #. Tag: entry -#: hardware.xml:173 +#: hardware.xml:171 #, no-c-format msgid "MIPS (little endian)" msgstr "MIPS (little endian) " #. Tag: entry -#: hardware.xml:174 +#: hardware.xml:172 #, no-c-format msgid "mipsel" msgstr "mipsel " #. Tag: entry -#: hardware.xml:175 +#: hardware.xml:173 #, no-c-format msgid "Cobalt" msgstr "Cobalt " #. Tag: entry -#: hardware.xml:176 +#: hardware.xml:174 #, no-c-format msgid "cobalt" msgstr "cobalt " #. Tag: entry -#: hardware.xml:178 +#: hardware.xml:176 #, no-c-format msgid "DECstation" msgstr "DECstation " #. Tag: entry -#: hardware.xml:179 hardware.xml:1010 hardware.xml:1025 hardware.xml:1035 +#: hardware.xml:177 hardware.xml:1008 hardware.xml:1023 hardware.xml:1033 #, no-c-format msgid "r4k-kn04" msgstr "r4k-kn04 " #. Tag: entry -#: hardware.xml:181 hardware.xml:1005 hardware.xml:1015 hardware.xml:1020 -#: hardware.xml:1030 +#: hardware.xml:179 hardware.xml:1003 hardware.xml:1013 hardware.xml:1018 +#: hardware.xml:1028 #, no-c-format msgid "r3k-kn02" msgstr "r3k-kn02 " #. Tag: entry -#: hardware.xml:191 +#: hardware.xml:189 #, no-c-format msgid "IBM S/390" msgstr "IBM S/390 " #. Tag: entry -#: hardware.xml:192 +#: hardware.xml:190 #, no-c-format msgid "s390" msgstr "s390 " #. Tag: entry -#: hardware.xml:193 +#: hardware.xml:191 #, no-c-format msgid "IPL from VM-reader and DASD" msgstr "IPL από VM-reader και DASD" #. Tag: entry -#: hardware.xml:194 +#: hardware.xml:192 #, no-c-format msgid "generic" msgstr "generic " #. Tag: entry -#: hardware.xml:196 +#: hardware.xml:194 #, no-c-format msgid "IPL from tape" msgstr "IPL από ταινία" #. Tag: entry -#: hardware.xml:197 +#: hardware.xml:195 #, no-c-format msgid "tape" msgstr "ταινία" #. Tag: para -#: hardware.xml:202 +#: hardware.xml:200 #, no-c-format msgid "" "This document covers installation for the &arch-title; " @@ -568,7 +562,7 @@ msgstr "" "σελίδες Debian-Ports." #. Tag: para -#: hardware.xml:210 +#: hardware.xml:208 #, no-c-format msgid "" "This is the first official release of &debian; for the &arch-title; " @@ -591,15 +585,15 @@ msgstr "" "&architecture; mailing list." #. Tag: title -#: hardware.xml:233 hardware.xml:692 hardware.xml:768 hardware.xml:787 -#: hardware.xml:830 hardware.xml:872 hardware.xml:940 hardware.xml:1099 -#: hardware.xml:1505 +#: hardware.xml:231 hardware.xml:690 hardware.xml:766 hardware.xml:785 +#: hardware.xml:828 hardware.xml:870 hardware.xml:938 hardware.xml:1097 +#: hardware.xml:1543 #, no-c-format msgid "CPU, Main Boards, and Video Support" msgstr "CPU, Μητρικές, και Υποστήριξη Video" #. Tag: para -#: hardware.xml:234 +#: hardware.xml:232 #, no-c-format msgid "" "Complete information regarding supported DEC Alphas can be found at XLT" msgstr "XLT " #. Tag: entry -#: hardware.xml:288 +#: hardware.xml:286 #, no-c-format msgid "xlt" msgstr "xlt " #. Tag: entry -#: hardware.xml:292 +#: hardware.xml:290 #, no-c-format msgid "BOOK1" msgstr "BOOK1 " #. Tag: entry -#: hardware.xml:293 +#: hardware.xml:291 #, no-c-format msgid "AlphaBook1 (laptop)" msgstr "AlphaBook1 (φορητός)" #. Tag: entry -#: hardware.xml:294 +#: hardware.xml:292 #, no-c-format msgid "Alphabook1/Burns" msgstr "Alphabook1/Burns " #. Tag: entry -#: hardware.xml:295 +#: hardware.xml:293 #, no-c-format msgid "book1" msgstr "book1 " #. Tag: entry -#: hardware.xml:299 +#: hardware.xml:297 #, no-c-format msgid "AVANTI" msgstr "AVANTI " #. Tag: entry -#: hardware.xml:300 +#: hardware.xml:298 #, no-c-format msgid "AlphaStation 200 4/100...166" msgstr "AlphaStation 200 4/100...166 " #. Tag: entry -#: hardware.xml:301 +#: hardware.xml:299 #, no-c-format msgid "Mustang" msgstr "Mustang " #. Tag: entry -#: hardware.xml:302 hardware.xml:306 hardware.xml:310 hardware.xml:314 -#: hardware.xml:318 hardware.xml:322 hardware.xml:326 hardware.xml:330 +#: hardware.xml:300 hardware.xml:304 hardware.xml:308 hardware.xml:312 +#: hardware.xml:316 hardware.xml:320 hardware.xml:324 hardware.xml:328 #, no-c-format msgid "avanti" msgstr "avanti " #. Tag: entry -#: hardware.xml:304 +#: hardware.xml:302 #, no-c-format msgid "AlphaStation 200 4/233" msgstr "AlphaStation 200 4/233 " #. Tag: entry -#: hardware.xml:305 +#: hardware.xml:303 #, no-c-format msgid "Mustang+" msgstr "Mustang+ " #. Tag: entry -#: hardware.xml:308 +#: hardware.xml:306 #, no-c-format msgid "AlphaStation 205 4/133...333" msgstr "AlphaStation 205 4/133...333 " #. Tag: entry -#: hardware.xml:309 +#: hardware.xml:307 #, no-c-format msgid "LX3" msgstr "LX3 " #. Tag: entry -#: hardware.xml:312 +#: hardware.xml:310 #, no-c-format msgid "AlphaStation 250 4/300" msgstr "AlphaStation 250 4/300 " #. Tag: entry -#: hardware.xml:313 +#: hardware.xml:311 #, no-c-format msgid "M3+" msgstr "M3+ " #. Tag: entry -#: hardware.xml:316 +#: hardware.xml:314 #, no-c-format msgid "AlphaStation 255 4/133...333" msgstr "AlphaStation 255 4/133...333 " #. Tag: entry -#: hardware.xml:317 +#: hardware.xml:315 #, no-c-format msgid "LX3+" msgstr "LX3+ " #. Tag: entry -#: hardware.xml:320 +#: hardware.xml:318 #, no-c-format msgid "AlphaStation 300 4/266" msgstr "AlphaStation 300 4/266 " #. Tag: entry -#: hardware.xml:321 +#: hardware.xml:319 #, no-c-format msgid "Melmac" msgstr "Melmac " #. Tag: entry -#: hardware.xml:324 +#: hardware.xml:322 #, no-c-format msgid "AlphaStation 400 4/166" msgstr "AlphaStation 400 4/166 " #. Tag: entry -#: hardware.xml:325 +#: hardware.xml:323 #, no-c-format msgid "Chinet" msgstr "Chinet " #. Tag: entry -#: hardware.xml:328 +#: hardware.xml:326 #, no-c-format msgid "AlphaStation 400 4/233...300" msgstr "AlphaStation 400 4/233...300 " #. Tag: entry -#: hardware.xml:329 +#: hardware.xml:327 #, no-c-format msgid "Avanti" msgstr "Avanti " #. Tag: entry -#: hardware.xml:334 hardware.xml:347 hardware.xml:348 +#: hardware.xml:332 hardware.xml:345 hardware.xml:346 #, no-c-format msgid "EB164" msgstr "EB164 " #. Tag: entry -#: hardware.xml:335 +#: hardware.xml:333 #, no-c-format msgid "AlphaPC164" msgstr "AlphaPC164 " #. Tag: entry -#: hardware.xml:336 +#: hardware.xml:334 #, no-c-format msgid "PC164" msgstr "PC164 " #. Tag: entry -#: hardware.xml:337 +#: hardware.xml:335 #, no-c-format msgid "pc164" msgstr "pc164 " #. Tag: entry -#: hardware.xml:339 +#: hardware.xml:337 #, no-c-format msgid "AlphaPC164-LX" msgstr "AlphaPC164-LX " #. Tag: entry -#: hardware.xml:340 +#: hardware.xml:338 #, no-c-format msgid "LX164" msgstr "LX164 " #. Tag: entry -#: hardware.xml:341 +#: hardware.xml:339 #, no-c-format msgid "lx164" msgstr "lx164 " #. Tag: entry -#: hardware.xml:343 +#: hardware.xml:341 #, no-c-format msgid "AlphaPC164-SX" msgstr "AlphaPC164-SX " #. Tag: entry -#: hardware.xml:344 +#: hardware.xml:342 #, no-c-format msgid "SX164" msgstr "SX164 " #. Tag: entry -#: hardware.xml:345 +#: hardware.xml:343 #, no-c-format msgid "sx164" msgstr "sx164 " #. Tag: entry -#: hardware.xml:349 +#: hardware.xml:347 #, no-c-format msgid "eb164" msgstr "eb164 " #. Tag: entry -#: hardware.xml:353 hardware.xml:362 hardware.xml:363 +#: hardware.xml:351 hardware.xml:360 hardware.xml:361 #, no-c-format msgid "EB64+" msgstr "EB64+ " #. Tag: entry -#: hardware.xml:354 +#: hardware.xml:352 #, no-c-format msgid "AlphaPC64" msgstr "AlphaPC64 " #. Tag: entry -#: hardware.xml:355 hardware.xml:359 +#: hardware.xml:353 hardware.xml:357 #, no-c-format msgid "Cabriolet" msgstr "Cabriolet " #. Tag: entry -#: hardware.xml:356 hardware.xml:360 +#: hardware.xml:354 hardware.xml:358 #, no-c-format msgid "cabriolet" msgstr "cabriolet " #. Tag: entry -#: hardware.xml:358 +#: hardware.xml:356 #, no-c-format msgid "AlphaPCI64" msgstr "AlphaPCI64 " #. Tag: entry -#: hardware.xml:364 +#: hardware.xml:362 #, no-c-format msgid "eb64p" msgstr "eb64p " #. Tag: entry -#: hardware.xml:368 hardware.xml:369 hardware.xml:370 +#: hardware.xml:366 hardware.xml:367 hardware.xml:368 #, no-c-format msgid "EB66" msgstr "EB66 " #. Tag: entry -#: hardware.xml:371 +#: hardware.xml:369 #, no-c-format msgid "eb66" msgstr "eb66 " #. Tag: entry -#: hardware.xml:373 hardware.xml:374 +#: hardware.xml:371 hardware.xml:372 #, no-c-format msgid "EB66+" msgstr "EB66+ " #. Tag: entry -#: hardware.xml:375 +#: hardware.xml:373 #, no-c-format msgid "eb66p" msgstr "eb66p " #. Tag: entry -#: hardware.xml:379 +#: hardware.xml:377 #, no-c-format msgid "JENSEN" msgstr "JENSEN " #. Tag: entry -#: hardware.xml:380 +#: hardware.xml:378 #, no-c-format msgid "DEC 2000 Model 300(S)" msgstr "DEC 2000 Model 300(S) " #. Tag: entry -#: hardware.xml:381 hardware.xml:389 +#: hardware.xml:379 hardware.xml:387 #, no-c-format msgid "Jensen" msgstr "Jensen " #. Tag: entry -#: hardware.xml:382 hardware.xml:386 hardware.xml:390 hardware.xml:451 -#: hardware.xml:455 hardware.xml:473 hardware.xml:477 hardware.xml:481 -#: hardware.xml:485 hardware.xml:489 hardware.xml:493 hardware.xml:497 -#: hardware.xml:511 hardware.xml:515 hardware.xml:519 hardware.xml:523 -#: hardware.xml:527 hardware.xml:561 hardware.xml:565 hardware.xml:569 -#: hardware.xml:573 hardware.xml:587 hardware.xml:591 hardware.xml:595 -#: hardware.xml:599 hardware.xml:606 hardware.xml:610 hardware.xml:614 -#: hardware.xml:618 hardware.xml:622 hardware.xml:626 hardware.xml:630 -#: hardware.xml:634 hardware.xml:638 hardware.xml:642 hardware.xml:646 -#: hardware.xml:650 hardware.xml:654 hardware.xml:661 hardware.xml:665 +#: hardware.xml:380 hardware.xml:384 hardware.xml:388 hardware.xml:449 +#: hardware.xml:453 hardware.xml:471 hardware.xml:475 hardware.xml:479 +#: hardware.xml:483 hardware.xml:487 hardware.xml:491 hardware.xml:495 +#: hardware.xml:509 hardware.xml:513 hardware.xml:517 hardware.xml:521 +#: hardware.xml:525 hardware.xml:559 hardware.xml:563 hardware.xml:567 +#: hardware.xml:571 hardware.xml:585 hardware.xml:589 hardware.xml:593 +#: hardware.xml:597 hardware.xml:604 hardware.xml:608 hardware.xml:612 +#: hardware.xml:616 hardware.xml:620 hardware.xml:624 hardware.xml:628 +#: hardware.xml:632 hardware.xml:636 hardware.xml:640 hardware.xml:644 +#: hardware.xml:648 hardware.xml:652 hardware.xml:659 hardware.xml:663 #, no-c-format msgid "N/A" msgstr "N/A " #. Tag: entry -#: hardware.xml:384 +#: hardware.xml:382 #, no-c-format msgid "DEC 2000 Model 500" msgstr "DEC 2000 Model 500 " #. Tag: entry -#: hardware.xml:385 +#: hardware.xml:383 #, no-c-format msgid "Culzen" msgstr "Culzen " #. Tag: entry -#: hardware.xml:388 +#: hardware.xml:386 #, no-c-format msgid "DECpc 150" msgstr "DECpc 150 " #. Tag: entry -#: hardware.xml:394 +#: hardware.xml:392 #, no-c-format msgid "MIATA" msgstr "MIATA " #. Tag: entry -#: hardware.xml:395 +#: hardware.xml:393 #, no-c-format msgid "Personal WorkStation 433a" msgstr "Personal WorkStation 433a " #. Tag: entry -#: hardware.xml:396 hardware.xml:400 hardware.xml:404 hardware.xml:408 -#: hardware.xml:412 hardware.xml:416 hardware.xml:420 hardware.xml:424 +#: hardware.xml:394 hardware.xml:398 hardware.xml:402 hardware.xml:406 +#: hardware.xml:410 hardware.xml:414 hardware.xml:418 hardware.xml:422 #, no-c-format msgid "Miata" msgstr "Miata " #. Tag: entry -#: hardware.xml:397 hardware.xml:401 hardware.xml:405 hardware.xml:409 -#: hardware.xml:413 hardware.xml:417 hardware.xml:421 hardware.xml:425 +#: hardware.xml:395 hardware.xml:399 hardware.xml:403 hardware.xml:407 +#: hardware.xml:411 hardware.xml:415 hardware.xml:419 hardware.xml:423 #, no-c-format msgid "miata" msgstr "miata " #. Tag: entry -#: hardware.xml:399 +#: hardware.xml:397 #, no-c-format msgid "Personal WorkStation 433au" msgstr "Personal WorkStation 433au " #. Tag: entry -#: hardware.xml:403 +#: hardware.xml:401 #, no-c-format msgid "Personal WorkStation 466au" msgstr "Personal WorkStation 466au " #. Tag: entry -#: hardware.xml:407 +#: hardware.xml:405 #, no-c-format msgid "Personal WorkStation 500a" msgstr "Personal WorkStation 500a " #. Tag: entry -#: hardware.xml:411 +#: hardware.xml:409 #, no-c-format msgid "Personal WorkStation 500au" msgstr "Personal WorkStation 500au " #. Tag: entry -#: hardware.xml:415 +#: hardware.xml:413 #, no-c-format msgid "Personal WorkStation 550au" msgstr "Personal WorkStation 550au " #. Tag: entry -#: hardware.xml:419 +#: hardware.xml:417 #, no-c-format msgid "Personal WorkStation 600a" msgstr "Personal WorkStation 600a " #. Tag: entry -#: hardware.xml:423 +#: hardware.xml:421 #, no-c-format msgid "Personal WorkStation 600au" msgstr "Personal WorkStation 600au " #. Tag: entry -#: hardware.xml:429 +#: hardware.xml:427 #, no-c-format msgid "MIKASA" msgstr "MIKASA " #. Tag: entry -#: hardware.xml:430 +#: hardware.xml:428 #, no-c-format msgid "AlphaServer 1000 4/200" msgstr "AlphaServer 1000 4/200 " #. Tag: entry -#: hardware.xml:431 +#: hardware.xml:429 #, no-c-format msgid "Mikasa" msgstr "Mikasa " #. Tag: entry -#: hardware.xml:432 hardware.xml:436 hardware.xml:440 hardware.xml:444 +#: hardware.xml:430 hardware.xml:434 hardware.xml:438 hardware.xml:442 #, no-c-format msgid "mikasa" msgstr "mikasa " #. Tag: entry -#: hardware.xml:434 +#: hardware.xml:432 #, no-c-format msgid "AlphaServer 1000 4/233..266" msgstr "AlphaServer 1000 4/233..266 " #. Tag: entry -#: hardware.xml:435 +#: hardware.xml:433 #, no-c-format msgid "Mikasa+" msgstr "Mikasa+ " #. Tag: entry -#: hardware.xml:438 hardware.xml:442 +#: hardware.xml:436 hardware.xml:440 #, no-c-format msgid "AlphaServer 1000 5/300" msgstr " AlphaServer 1000 5/300" #. Tag: entry -#: hardware.xml:439 +#: hardware.xml:437 #, no-c-format msgid "Mikasa-Pinnacle" msgstr "Mikasa-Pinnacle " #. Tag: entry -#: hardware.xml:443 +#: hardware.xml:441 #, no-c-format msgid "Mikasa-Primo" msgstr "Mikasa-Primo " #. Tag: entry -#: hardware.xml:448 +#: hardware.xml:446 #, no-c-format msgid "NAUTILUS" msgstr "NAUTILUS " #. Tag: entry -#: hardware.xml:449 +#: hardware.xml:447 #, no-c-format msgid "UP1000" msgstr "UP1000 " #. Tag: entry -#: hardware.xml:450 +#: hardware.xml:448 #, no-c-format msgid "Nautilus" msgstr "Nautilus " #. Tag: entry -#: hardware.xml:453 +#: hardware.xml:451 #, no-c-format msgid "UP1100" msgstr "UP1100 " #. Tag: entry -#: hardware.xml:454 +#: hardware.xml:452 #, no-c-format msgid "Galaxy-Train/Nautilus Jr." msgstr "Galaxy-Train/Nautilus Jr" #. Tag: entry -#: hardware.xml:459 +#: hardware.xml:457 #, no-c-format msgid "NONAME" msgstr "NONAME " #. Tag: entry -#: hardware.xml:460 +#: hardware.xml:458 #, no-c-format msgid "AXPpci33" msgstr "AXPpci33 " #. Tag: entry -#: hardware.xml:461 +#: hardware.xml:459 #, no-c-format msgid "Noname" msgstr "Noname " #. Tag: entry -#: hardware.xml:462 hardware.xml:466 +#: hardware.xml:460 hardware.xml:464 #, no-c-format msgid "noname" msgstr "noname " #. Tag: entry -#: hardware.xml:464 +#: hardware.xml:462 #, no-c-format msgid "UDB" msgstr "UDB " #. Tag: entry -#: hardware.xml:465 +#: hardware.xml:463 #, no-c-format msgid "Multia" msgstr "Multia " #. Tag: entry -#: hardware.xml:470 +#: hardware.xml:468 #, no-c-format msgid "NORITAKE" msgstr "NORITAKE " #. Tag: entry -#: hardware.xml:471 +#: hardware.xml:469 #, no-c-format msgid "AlphaServer 1000A 4/233...266" msgstr "AlphaServer 1000A 4/233...266 " #. Tag: entry -#: hardware.xml:472 +#: hardware.xml:470 #, no-c-format msgid "Noritake" msgstr "Noritake " #. Tag: entry -#: hardware.xml:475 +#: hardware.xml:473 #, no-c-format msgid "AlphaServer 1000A 5/300" msgstr "AlphaServer 1000A 5/300 " #. Tag: entry -#: hardware.xml:476 +#: hardware.xml:474 #, no-c-format msgid "Noritake-Pinnacle" msgstr "Noritake-Pinnacle " #. Tag: entry -#: hardware.xml:479 +#: hardware.xml:477 #, no-c-format msgid "AlphaServer 1000A 5/333...500" msgstr "AlphaServer 1000A 5/333...500 " #. Tag: entry -#: hardware.xml:480 +#: hardware.xml:478 #, no-c-format msgid "Noritake-Primo" msgstr "Noritake-Primo " #. Tag: entry -#: hardware.xml:483 +#: hardware.xml:481 #, no-c-format msgid "AlphaServer 800 5/333...500" msgstr "AlphaServer 800 5/333...500 " #. Tag: entry -#: hardware.xml:484 hardware.xml:492 hardware.xml:496 +#: hardware.xml:482 hardware.xml:490 hardware.xml:494 #, no-c-format msgid "Corelle" msgstr "Corelle " #. Tag: entry -#: hardware.xml:487 +#: hardware.xml:485 #, no-c-format msgid "AlphaStation 600 A" msgstr "AlphaStation 600 A " #. Tag: entry -#: hardware.xml:488 +#: hardware.xml:486 #, no-c-format msgid "Alcor-Primo" msgstr "Alcor-Primo " #. Tag: entry -#: hardware.xml:491 +#: hardware.xml:489 #, no-c-format msgid "Digital Server 3300" msgstr "Digital Server 3300 " #. Tag: entry -#: hardware.xml:495 +#: hardware.xml:493 #, no-c-format msgid "Digital Server 3300R" msgstr "Digital Server 3300R " #. Tag: entry -#: hardware.xml:501 +#: hardware.xml:499 #, no-c-format msgid "PLATFORM 2000" msgstr "PLATFORM 2000 " #. Tag: entry -#: hardware.xml:502 hardware.xml:503 +#: hardware.xml:500 hardware.xml:501 #, no-c-format msgid "P2K" msgstr "P2K " #. Tag: entry -#: hardware.xml:504 +#: hardware.xml:502 #, no-c-format msgid "p2k" msgstr "p2k " #. Tag: entry -#: hardware.xml:508 +#: hardware.xml:506 #, no-c-format msgid "RAWHIDE" msgstr "RAWHIDE " #. Tag: entry -#: hardware.xml:509 +#: hardware.xml:507 #, no-c-format msgid "AlphaServer 1200 5/xxx" msgstr "AlphaServer 1200 5/xxx " #. Tag: entry -#: hardware.xml:510 hardware.xml:522 +#: hardware.xml:508 hardware.xml:520 #, no-c-format msgid "Tincup/DaVinci" msgstr "Tincup/DaVinci " #. Tag: entry -#: hardware.xml:513 +#: hardware.xml:511 #, no-c-format msgid "AlphaServer 4000 5/xxx" msgstr "AlphaServer 4000 5/xxx " #. Tag: entry -#: hardware.xml:514 +#: hardware.xml:512 #, no-c-format msgid "Wrangler/Durango" msgstr "Wrangler/Durango " #. Tag: entry -#: hardware.xml:517 +#: hardware.xml:515 #, no-c-format msgid "AlphaServer 4100 5/xxx" msgstr "AlphaServer 4100 5/xxx " #. Tag: entry -#: hardware.xml:518 hardware.xml:526 +#: hardware.xml:516 hardware.xml:524 #, no-c-format msgid "Dodge" msgstr "Dodge " #. Tag: entry -#: hardware.xml:521 +#: hardware.xml:519 #, no-c-format msgid "Digital Server 5300" msgstr "Digital Server 5300 " #. Tag: entry -#: hardware.xml:525 +#: hardware.xml:523 #, no-c-format msgid "Digital Server 7300" msgstr "Digital Server 7300 " #. Tag: entry -#: hardware.xml:531 +#: hardware.xml:529 #, no-c-format msgid "RUFFIAN" msgstr "RUFFIAN " #. Tag: entry -#: hardware.xml:532 +#: hardware.xml:530 #, no-c-format msgid "DeskStation AlphaPC164-UX" msgstr "DeskStation AlphaPC164-UX " #. Tag: entry -#: hardware.xml:533 hardware.xml:537 hardware.xml:541 hardware.xml:545 -#: hardware.xml:549 hardware.xml:553 +#: hardware.xml:531 hardware.xml:535 hardware.xml:539 hardware.xml:543 +#: hardware.xml:547 hardware.xml:551 #, no-c-format msgid "Ruffian" msgstr "Ruffian " #. Tag: entry -#: hardware.xml:534 hardware.xml:538 hardware.xml:542 hardware.xml:546 -#: hardware.xml:550 hardware.xml:554 +#: hardware.xml:532 hardware.xml:536 hardware.xml:540 hardware.xml:544 +#: hardware.xml:548 hardware.xml:552 #, no-c-format msgid "ruffian" msgstr "ruffian " #. Tag: entry -#: hardware.xml:536 +#: hardware.xml:534 #, no-c-format msgid "DeskStation RPL164-2" msgstr "DeskStation RPL164-2 " #. Tag: entry -#: hardware.xml:540 +#: hardware.xml:538 #, no-c-format msgid "DeskStation RPL164-4" msgstr "DeskStation RPL164-4 " #. Tag: entry -#: hardware.xml:544 +#: hardware.xml:542 #, no-c-format msgid "DeskStation RPX164-2" msgstr "DeskStation RPX164-2 " #. Tag: entry -#: hardware.xml:548 +#: hardware.xml:546 #, no-c-format msgid "DeskStation RPX164-4" msgstr "DeskStation RPX164-4 " #. Tag: entry -#: hardware.xml:552 +#: hardware.xml:550 #, no-c-format msgid "Samsung AlphaPC164-BX" msgstr "Samsung AlphaPC164-BX " #. Tag: entry -#: hardware.xml:558 +#: hardware.xml:556 #, no-c-format msgid "SABLE" msgstr "SABLE " #. Tag: entry -#: hardware.xml:559 +#: hardware.xml:557 #, no-c-format msgid "AlphaServer 2000 4/xxx" msgstr "AlphaServer 2000 4/xxx " #. Tag: entry -#: hardware.xml:560 +#: hardware.xml:558 #, no-c-format msgid "Demi-Sable" msgstr "Demi-Sable " #. Tag: entry -#: hardware.xml:563 +#: hardware.xml:561 #, no-c-format msgid "AlphaServer 2000 5/xxx" msgstr "AlphaServer 2000 5/xxx " #. Tag: entry -#: hardware.xml:564 +#: hardware.xml:562 #, no-c-format msgid "Demi-Gamma-Sable" msgstr "Demi-Gamma-Sable " #. Tag: entry -#: hardware.xml:567 +#: hardware.xml:565 #, no-c-format msgid "AlphaServer 2100 4/xxx" msgstr "AlphaServer 2100 4/xxx " #. Tag: entry -#: hardware.xml:568 +#: hardware.xml:566 #, no-c-format msgid "Sable" msgstr "Sable " #. Tag: entry -#: hardware.xml:571 +#: hardware.xml:569 #, no-c-format msgid "AlphaServer 2100 5/xxx" msgstr "AlphaServer 2100 5/xxx " #. Tag: entry -#: hardware.xml:572 +#: hardware.xml:570 #, no-c-format msgid "Gamma-Sable" msgstr "Gamma-Sable " #. Tag: entry -#: hardware.xml:577 +#: hardware.xml:575 #, no-c-format msgid "TAKARA" msgstr "TAKARA " #. Tag: entry -#: hardware.xml:578 +#: hardware.xml:576 #, no-c-format msgid "21164 PICMG SBC" msgstr "21164 PICMG SBC " #. Tag: entry -#: hardware.xml:579 +#: hardware.xml:577 #, no-c-format msgid "Takara" msgstr "Takara " #. Tag: entry -#: hardware.xml:580 +#: hardware.xml:578 #, no-c-format msgid "takara" msgstr "takara " #. Tag: entry -#: hardware.xml:584 +#: hardware.xml:582 #, no-c-format msgid "TITAN" msgstr "TITAN " #. Tag: entry -#: hardware.xml:585 +#: hardware.xml:583 #, no-c-format msgid "AlphaServer DS15" msgstr "AlphaServer DS15 " #. Tag: entry -#: hardware.xml:586 +#: hardware.xml:584 #, no-c-format msgid "HyperBrick2" msgstr "HyperBrick2 " #. Tag: entry -#: hardware.xml:589 +#: hardware.xml:587 #, no-c-format msgid "AlphaServer DS25" msgstr "AlphaServer DS25 " #. Tag: entry -#: hardware.xml:590 +#: hardware.xml:588 #, no-c-format msgid "Granite" msgstr "Granite " #. Tag: entry -#: hardware.xml:593 +#: hardware.xml:591 #, no-c-format msgid "AlphaServer ES45" msgstr "AlphaServer ES45 " #. Tag: entry -#: hardware.xml:594 +#: hardware.xml:592 #, no-c-format msgid "Privateer" msgstr "Privateer " #. Tag: entry -#: hardware.xml:597 hardware.xml:636 hardware.xml:640 +#: hardware.xml:595 hardware.xml:634 hardware.xml:638 #, no-c-format msgid "UNKNOWN" msgstr "UNKNOWN " #. Tag: entry -#: hardware.xml:598 +#: hardware.xml:596 #, no-c-format msgid "Yukon" msgstr "Yukon " #. Tag: entry -#: hardware.xml:603 +#: hardware.xml:601 #, no-c-format msgid "TSUNAMI" msgstr "TSUNAMI " #. Tag: entry -#: hardware.xml:604 +#: hardware.xml:602 #, no-c-format msgid "AlphaServer DS10" msgstr "AlphaServer DS10 " #. Tag: entry -#: hardware.xml:605 hardware.xml:653 +#: hardware.xml:603 hardware.xml:651 #, no-c-format msgid "Webbrick" msgstr "Webbrick " #. Tag: entry -#: hardware.xml:608 +#: hardware.xml:606 #, no-c-format msgid "AlphaServer DS10L" msgstr "AlphaServer DS10L " #. Tag: entry -#: hardware.xml:609 +#: hardware.xml:607 #, no-c-format msgid "Slate" msgstr "Slate " #. Tag: entry -#: hardware.xml:612 +#: hardware.xml:610 #, no-c-format msgid "AlphaServer DS20" msgstr "AlphaServer DS20 " #. Tag: entry -#: hardware.xml:613 +#: hardware.xml:611 #, no-c-format msgid "Catamaran/Goldrush" msgstr "Catamaran/Goldrush " #. Tag: entry -#: hardware.xml:616 +#: hardware.xml:614 #, no-c-format msgid "AlphaServer DS20E" msgstr "AlphaServer DS20E " #. Tag: entry -#: hardware.xml:617 +#: hardware.xml:615 #, no-c-format msgid "Goldrack" msgstr "Goldrack " #. Tag: entry -#: hardware.xml:620 +#: hardware.xml:618 #, no-c-format msgid "AlphaServer DS20L" msgstr "AlphaServer DS20L " #. Tag: entry -#: hardware.xml:621 +#: hardware.xml:619 #, no-c-format msgid "Shark" msgstr "Shark " #. Tag: entry -#: hardware.xml:624 +#: hardware.xml:622 #, no-c-format msgid "AlphaServer ES40" msgstr "AlphaServer ES40 " #. Tag: entry -#: hardware.xml:625 +#: hardware.xml:623 #, no-c-format msgid "Clipper" msgstr "Clipper " #. Tag: entry -#: hardware.xml:628 hardware.xml:629 +#: hardware.xml:626 hardware.xml:627 #, no-c-format msgid "DP264" msgstr "DP264 " #. Tag: entry -#: hardware.xml:632 +#: hardware.xml:630 #, no-c-format msgid "SMARTengine 21264 PCI/ISA SBC" msgstr "SMARTengine 21264 PCI/ISA SBC " #. Tag: entry -#: hardware.xml:633 +#: hardware.xml:631 #, no-c-format msgid "Eiger" msgstr "Eiger " #. Tag: entry -#: hardware.xml:637 +#: hardware.xml:635 #, no-c-format msgid "Warhol" msgstr "Warhol " #. Tag: entry -#: hardware.xml:641 +#: hardware.xml:639 #, no-c-format msgid "Windjammer" msgstr "Windjammer " #. Tag: entry -#: hardware.xml:644 +#: hardware.xml:642 #, no-c-format msgid "UP2000" msgstr "UP2000 " #. Tag: entry -#: hardware.xml:645 +#: hardware.xml:643 #, no-c-format msgid "Swordfish" msgstr "Swordfish " #. Tag: entry -#: hardware.xml:648 +#: hardware.xml:646 #, no-c-format msgid "XP1000" msgstr "XP1000 " #. Tag: entry -#: hardware.xml:649 +#: hardware.xml:647 #, no-c-format msgid "Monet/Brisbane" msgstr "Monet/Brisbane " #. Tag: entry -#: hardware.xml:652 +#: hardware.xml:650 #, no-c-format msgid "XP900" msgstr "XP900 " #. Tag: entry -#: hardware.xml:658 +#: hardware.xml:656 #, no-c-format msgid "WILDFIRE" msgstr "WILDFIRE " #. Tag: entry -#: hardware.xml:659 +#: hardware.xml:657 #, no-c-format msgid "AlphaServer GS160" msgstr "AlphaServer GS160 " #. Tag: entry -#: hardware.xml:660 hardware.xml:664 +#: hardware.xml:658 hardware.xml:662 #, no-c-format msgid "Wildfire" msgstr "Wildfire " #. Tag: entry -#: hardware.xml:663 +#: hardware.xml:661 #, no-c-format msgid "AlphaServer GS320" msgstr "AlphaServer GS320 " #. Tag: entry -#: hardware.xml:669 hardware.xml:671 +#: hardware.xml:667 hardware.xml:669 #, no-c-format msgid "XL" msgstr "XL " #. Tag: entry -#: hardware.xml:670 +#: hardware.xml:668 #, no-c-format msgid "XL-233...266" msgstr "XL-233...266 " #. Tag: entry -#: hardware.xml:672 +#: hardware.xml:670 #, no-c-format msgid "xl" msgstr "xl " #. Tag: para -#: hardware.xml:677 +#: hardware.xml:675 #, no-c-format msgid "" "It is believed that Debian &releasename; supports installing on all alpha " @@ -1756,7 +1750,7 @@ msgstr "" "χτισίματος του πυρήνα." #. Tag: para -#: hardware.xml:694 +#: hardware.xml:692 #, no-c-format msgid "" "Each distinct ARM architecture requires its own kernel. Because of this the " @@ -1771,7 +1765,7 @@ msgstr "" "xscale." #. Tag: para -#: hardware.xml:702 +#: hardware.xml:700 #, no-c-format msgid "" "Most ARM CPUs may be run in either endian mode (big or little). However, the " @@ -1784,19 +1778,19 @@ msgstr "" "μόνο συστήματα little-endian ΑRM." #. Tag: para -#: hardware.xml:710 +#: hardware.xml:708 #, no-c-format msgid "The supported systems are:" msgstr "Τα υποστηριζόμενα συστήματα είναι:" #. Tag: term -#: hardware.xml:717 +#: hardware.xml:715 #, no-c-format msgid "Netwinder" msgstr "Netwinder " #. Tag: para -#: hardware.xml:718 +#: hardware.xml:716 #, no-c-format msgid "" "This is actually the name for the group of machines based upon the StrongARM " @@ -1813,13 +1807,13 @@ msgstr "" "γνωστό και σαν skiff)." #. Tag: term -#: hardware.xml:731 +#: hardware.xml:729 #, no-c-format msgid "NSLU2" msgstr "NSLU2" #. Tag: para -#: hardware.xml:732 +#: hardware.xml:730 #, no-c-format msgid "" "The Linksys NSLU2 (Network Storage Link for USB 2.0 Disk Drives) is a small " @@ -1833,13 +1827,13 @@ msgstr "" "μπορούν να συνδεθούν σκληροί δίσκοι." #. Tag: term -#: hardware.xml:743 +#: hardware.xml:741 #, fuzzy, no-c-format msgid "RiscPC" msgstr "apus " #. Tag: para -#: hardware.xml:744 +#: hardware.xml:742 #, no-c-format msgid "" "This machine is the oldest supported hardware: it was released in 1994. It " @@ -1861,7 +1855,7 @@ msgstr "" "τη διαμόρφωση. Αρκετά από τα module αυτά έχουν οδηγούς για Linux." #. Tag: para -#: hardware.xml:769 +#: hardware.xml:767 #, no-c-format msgid "" "The are two major support &architecture; flavors: PA-" @@ -1879,7 +1873,7 @@ msgstr "" "μπιτος. Υπάρχει η δυνατότητα για 64-μπιτο πυρήνα userland στο μέλλον." #. Tag: para -#: hardware.xml:788 +#: hardware.xml:786 #, no-c-format msgid "" "Complete information concerning supported peripherals can be found at CPU" msgstr "CPU " #. Tag: para -#: hardware.xml:797 +#: hardware.xml:795 #, no-c-format msgid "" "Nearly all x86-based processors are supported; this includes AMD and VIA " @@ -1913,13 +1907,13 @@ msgstr "" "επεξεργαστές 286 ή παλιότερους." #. Tag: title -#: hardware.xml:807 +#: hardware.xml:805 #, no-c-format msgid "I/O Bus" msgstr "I/O Bus " #. Tag: para -#: hardware.xml:808 +#: hardware.xml:806 #, no-c-format msgid "" "The system bus is the part of the motherboard which allows the CPU to " @@ -1934,7 +1928,7 @@ msgstr "" "Local Bus (VLB, μερικές φορές καλούμενο και VL bus)." #. Tag: para -#: hardware.xml:831 +#: hardware.xml:829 #, no-c-format msgid "" "Complete information concerning supported M68000 based " @@ -1948,7 +1942,7 @@ msgstr "" "m68k FAQ. Η παρούσα ενότητα περιγράφει μόνο τα βασικά." #. Tag: para -#: hardware.xml:838 +#: hardware.xml:836 #, no-c-format msgid "" "The &architecture; port of Linux runs on any 680x0 with a PMMU (Paged Memory " @@ -1965,7 +1959,7 @@ msgstr "" "\"&url-m68k-faq;\"> m68kγια πλήρεις λεπτομέρειες." #. Tag: para -#: hardware.xml:846 +#: hardware.xml:844 #, fuzzy, no-c-format msgid "" "There are four major supported &architecture; flavors: " @@ -1993,7 +1987,7 @@ msgstr "" "ακολουθήσουν αλλά δεν υποστηρίζονται ακόμα αυτή τη στιγμή από το Debian." #. Tag: para -#: hardware.xml:873 +#: hardware.xml:871 #, fuzzy, no-c-format msgid "" "Debian on &arch-title; supports the following platforms: " @@ -2029,7 +2023,7 @@ msgstr "" "subscribe;\">debian-&architecture; mailing list." #. Tag: para -#: hardware.xml:914 +#: hardware.xml:912 #, fuzzy, no-c-format msgid "" "On SGI IP22, SGI Indy, Indigo 2 and Challenge S with R4000, R4400, R4600 and " @@ -2047,7 +2041,7 @@ msgstr "" "(Συμμετρικής Πολυεπεξεργασίας) από τον εγκαταστάτη." #. Tag: para -#: hardware.xml:924 +#: hardware.xml:922 #, no-c-format msgid "" "Some MIPS machines can be operated in both big and little endian mode. For " @@ -2059,7 +2053,7 @@ msgstr "" "την τεκμηρίωση για την αρχιτεκτονική mipsel." #. Tag: para -#: hardware.xml:941 +#: hardware.xml:939 #, fuzzy, no-c-format msgid "" "Debian on &arch-title; supports the following platforms: " @@ -2095,13 +2089,13 @@ msgstr "" "ulink>." #. Tag: title -#: hardware.xml:981 +#: hardware.xml:979 #, no-c-format msgid "CPU/Machine types" msgstr "Τύποι CPU/Mηχανήματος" #. Tag: para -#: hardware.xml:983 +#: hardware.xml:981 #, no-c-format msgid "" "Currently only DECstations with R3000 and R4000/R4400 CPUs are supported by " @@ -2113,115 +2107,115 @@ msgstr "" "endian MIPS.To σύστημα εγκατάστασης του Debian δουλεύει στα εξής μηχανήματα:" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "System Type" msgstr "Τύπος συστήματος" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "CPU" msgstr "CPU " #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "Code-name" msgstr "Κωδική-ονομασία" #. Tag: entry -#: hardware.xml:996 +#: hardware.xml:994 #, no-c-format msgid "Debian subarchitecture" msgstr "Υποαρχιτεκτονική Debian" #. Tag: entry -#: hardware.xml:1002 +#: hardware.xml:1000 #, no-c-format msgid "DECstation 5000/1xx" msgstr "DECstation 5000/1xx " #. Tag: entry -#: hardware.xml:1003 hardware.xml:1013 hardware.xml:1018 hardware.xml:1028 +#: hardware.xml:1001 hardware.xml:1011 hardware.xml:1016 hardware.xml:1026 #, no-c-format msgid "R3000" msgstr "R3000 " #. Tag: entry -#: hardware.xml:1004 hardware.xml:1009 +#: hardware.xml:1002 hardware.xml:1007 #, no-c-format msgid "3MIN" msgstr "3MIN " #. Tag: entry -#: hardware.xml:1007 +#: hardware.xml:1005 #, no-c-format msgid "DECstation 5000/150" msgstr "DECstation 5000/150 " #. Tag: entry -#: hardware.xml:1008 hardware.xml:1033 +#: hardware.xml:1006 hardware.xml:1031 #, no-c-format msgid "R4000" msgstr "R4000 " #. Tag: entry -#: hardware.xml:1012 +#: hardware.xml:1010 #, no-c-format msgid "DECstation 5000/200" msgstr "DECstation 5000/200 " #. Tag: entry -#: hardware.xml:1014 +#: hardware.xml:1012 #, no-c-format msgid "3MAX" msgstr "3MAX " #. Tag: entry -#: hardware.xml:1017 +#: hardware.xml:1015 #, no-c-format msgid "DECstation 5000/240" msgstr "DECstation 5000/240 " #. Tag: entry -#: hardware.xml:1019 hardware.xml:1024 +#: hardware.xml:1017 hardware.xml:1022 #, no-c-format msgid "3MAX+" msgstr "3MAX+ " #. Tag: entry -#: hardware.xml:1022 +#: hardware.xml:1020 #, no-c-format msgid "DECstation 5000/260" msgstr "DECstation 5000/260 " #. Tag: entry -#: hardware.xml:1023 +#: hardware.xml:1021 #, no-c-format msgid "R4400" msgstr "R4400 " #. Tag: entry -#: hardware.xml:1027 +#: hardware.xml:1025 #, no-c-format msgid "Personal DECstation 5000/xx" msgstr "Personal DECstation 5000/xx " #. Tag: entry -#: hardware.xml:1029 hardware.xml:1034 +#: hardware.xml:1027 hardware.xml:1032 #, no-c-format msgid "Maxine" msgstr "Maxine " #. Tag: entry -#: hardware.xml:1032 +#: hardware.xml:1030 #, no-c-format msgid "Personal DECstation 5000/50" msgstr "Personal DECstation 5000/50 " #. Tag: para -#: hardware.xml:1039 +#: hardware.xml:1037 #, no-c-format msgid "" "All Cobalt machines are supported. In the past, only machines with a serial " @@ -2234,7 +2228,7 @@ msgstr "" "επίσης και μέσω SSH." #. Tag: para -#: hardware.xml:1046 +#: hardware.xml:1044 #, fuzzy, no-c-format msgid "" "The Broadcom BCM91250A evaluation board comes with an SB1 1250 chip with two " @@ -2247,13 +2241,13 @@ msgstr "" "Πολυεπεξεργασίας) από τον εγκαταστάτη." #. Tag: title -#: hardware.xml:1056 +#: hardware.xml:1054 #, no-c-format msgid "Supported console options" msgstr "Υποστηριζόμενες επιλογές κονσόλας" #. Tag: para -#: hardware.xml:1057 +#: hardware.xml:1055 #, fuzzy, no-c-format msgid "" "A serial console is available on all supported DECstations (9600 bps, 8N1). " @@ -2276,7 +2270,7 @@ msgstr "" "γραφικών PMAG-BA και PMAGB-B)." #. Tag: para -#: hardware.xml:1068 +#: hardware.xml:1066 #, no-c-format msgid "" "If you have a Linux system to use as serial terminal, an easy way is to run " @@ -2301,7 +2295,7 @@ msgstr "" "s(speed) ορίζει την ταχύτητα της σύνδεσης (9600 bits per second)." #. Tag: para -#: hardware.xml:1086 +#: hardware.xml:1084 #, fuzzy, no-c-format msgid "Both Cobalt and Broadcom BCM91250A/BCM91480B use 115200 bps." msgstr "" @@ -2309,14 +2303,14 @@ msgstr "" "bps." #. Tag: para -#: hardware.xml:1100 -#, no-c-format +#: hardware.xml:1098 +#, fuzzy, no-c-format msgid "" "There are four major supported &architecture; " -"subarchitectures: PMac (Power-Macintosh), PReP, APUS (Amiga Power-UP " -"System), and CHRP machines. Each subarchitecture has its own boot methods. " -"In addition, there are four different kernel flavours, supporting different " -"CPU variants." +"subarchitectures: PMac (Power-Macintosh or PowerMac), PReP, APUS (Amiga " +"Power-UP System), and CHRP machines. Each subarchitecture has its own boot " +"methods. In addition, there are four different kernel flavours, supporting " +"different CPU variants." msgstr "" "Υπάρχουν τέσσερεις κύριες υποστηριζόμενες υποαρχιτεκτονικές για την " "αρχιτεκτονική &architecture;:PMac (Power-Macintosh), " @@ -2326,7 +2320,7 @@ msgstr "" "παραλλαγές επεξεργαστών." #. Tag: para -#: hardware.xml:1108 +#: hardware.xml:1106 #, no-c-format msgid "" "Ports to other &architecture; architectures, such as " @@ -2338,13 +2332,13 @@ msgstr "" "Debian. Ίσως να έχουμε και μια 64-μπιτη υλοποίηση στο μέλλον." #. Tag: title -#: hardware.xml:1116 +#: hardware.xml:1114 #, no-c-format msgid "Kernel Flavours" msgstr "Γεύσεις του πυρήνα" #. Tag: para -#: hardware.xml:1118 +#: hardware.xml:1116 #, no-c-format msgid "" "There are four flavours of the powerpc kernel in Debian, based on the CPU " @@ -2354,18 +2348,18 @@ msgstr "" "τύπο της CPU:" #. Tag: term -#: hardware.xml:1125 +#: hardware.xml:1123 #, no-c-format msgid "powerpc" msgstr "powerpc " #. Tag: para -#: hardware.xml:1126 -#, no-c-format +#: hardware.xml:1124 +#, fuzzy, no-c-format msgid "" "Most systems use this kernel flavour, which supports the PowerPC 601, 603, " -"604, 740, 750, and 7400 processors. All Apple Power Macintosh systems up to " -"and including the G4 use one of these processors." +"604, 740, 750, and 7400 processors. All Apple PowerMac machines up to and " +"including the one marketed as G4 use one of these processors." msgstr "" "Τα περισσότερα συστήματα χρησιμοποιούν αυτό το είδος πυρήνα, που υποστηρίζει " "τους επεξεργαστές PowerPC 601, 603, 604, 740, 750, και 7400. λα τα συστήματα " @@ -2373,13 +2367,19 @@ msgstr "" "αυτούς τους επεξεργαστές." #. Tag: term -#: hardware.xml:1136 -#, no-c-format -msgid "power3" -msgstr "power3 " +#: hardware.xml:1134 +#, fuzzy, no-c-format +msgid "power64" +msgstr "power4 " + +#. Tag: para +#: hardware.xml:1135 +#, fuzzy, no-c-format +msgid "The power64 kernel flavour supports the following CPUs:" +msgstr "Αυτό το είδος πυρήνα υποστηρίζει τα συστήματα Amiga Power-UP System." #. Tag: para -#: hardware.xml:1137 +#: hardware.xml:1139 #, no-c-format msgid "" "The POWER3 processor is used in older IBM 64-bit server systems: known " @@ -2390,14 +2390,8 @@ msgstr "" "server της IBM: γνωστά μοντέλα περιλαμβάνουν τα IntelliStation POWER Model " "265, pSeries 610 και 640, και RS/6000 7044-170, 7044-260, και 7044-270." -#. Tag: term -#: hardware.xml:1147 -#, no-c-format -msgid "power4" -msgstr "power4 " - #. Tag: para -#: hardware.xml:1148 +#: hardware.xml:1145 #, no-c-format msgid "" "The POWER4 processor is used in more recent IBM 64-bit server systems: known " @@ -2408,41 +2402,55 @@ msgstr "" "670, και 690." #. Tag: para -#: hardware.xml:1153 -#, no-c-format +#: hardware.xml:1150 +#, fuzzy, no-c-format msgid "" -"The Apple G5 is also based on the POWER4 architecture, and uses this kernel " -"flavour." +"Systems using the Apple G5 (PPC970FX processor) are also based on the POWER4 " +"architecture, and use this kernel flavour." msgstr "" "Ο επεξεργαστής Apple G5 βασίζεται επίσης στην αρχιτεκτονική POWER4 και " "χρησιμοποιεί αυτό το είδος πυρήνα." #. Tag: term -#: hardware.xml:1162 +#: hardware.xml:1159 +#, fuzzy, no-c-format +msgid "prep" +msgstr "powerpc " + +#. Tag: para +#: hardware.xml:1160 +#, fuzzy, no-c-format +msgid "This kernel flavour supports the PReP subarchitecture." +msgstr "Αυτό το είδος πυρήνα υποστηρίζει τα συστήματα Amiga Power-UP System." + +#. Tag: term +#: hardware.xml:1168 #, no-c-format msgid "apus" msgstr "apus " #. Tag: para -#: hardware.xml:1163 -#, no-c-format -msgid "This kernel flavour supports the Amiga Power-UP System." +#: hardware.xml:1169 +#, fuzzy, no-c-format +msgid "" +"This kernel flavour supports the Amiga Power-UP System, though it is " +"currently disabled." msgstr "Αυτό το είδος πυρήνα υποστηρίζει τα συστήματα Amiga Power-UP System." #. Tag: title -#: hardware.xml:1175 +#: hardware.xml:1182 #, no-c-format msgid "Power Macintosh (pmac) subarchitecture" msgstr "Η Υποαρχιτεκτονική Macintosh (pmac)" #. Tag: para -#: hardware.xml:1177 -#, no-c-format +#: hardware.xml:1184 +#, fuzzy, no-c-format msgid "" "Apple (and briefly a few other manufacturers — Power Computing, for " -"example) makes a series of Macintosh computers based on the PowerPC " +"example) made a series of Macintosh computers based on the PowerPC " "processor. For purposes of architecture support, they are categorized as " -"NuBus, OldWorld PCI, and NewWorld." +"NuBus (not supported by Debian), OldWorld, and NewWorld." msgstr "" "Η Apple (και για ένα σύντομο διάστημα μερικοί άλλοι κατασκευαστές — " "για παράδειγμα η Power Computing), κατασκευάζει μια σειρά υπολογιστών " @@ -2450,55 +2458,14 @@ msgstr "" "αρχιτεκτονικής υποστήριξης κατηγοριοποιούνται σε NuBus, OldWorld PCI και " "NewWorld." -#. Tag: para -#: hardware.xml:1184 -#, no-c-format -msgid "" -"Macintosh computers using the 680x0 series of processors are not in the " -"PowerPC family but are instead m68k machines. Those models start with " -"Mac II or have a 3-digit model number such as Centris 650 or " -"Quadra 950. Apple's pre-iMac PowerPC model numbers have four digits." -msgstr "" -"Υπολογιστές Macintosh που χρησιμοποιούν τη σειρά επεξεργαστών 680x0 δεν " -"ανήκουν στην οικογένεια PowerPC αλλά αντίθετα είναι μηχανήματα m68k. Τα " -"μοντέλα αυτά αρχίζουν με Mac II ή έχουν ένα 3-ψήφιο αριθμό " -"μοντέλου όπως Centris 650 ή Quadra 950. Τα μοντέλα PowerPC της Apple πριν " -"τον iMac έχουν τετραψήφιους αριθμούς." - #. Tag: para #: hardware.xml:1191 -#, no-c-format -msgid "" -"NuBus systems are not currently supported by debian/powerpc. The monolithic " -"Linux/PPC kernel architecture does not have support for these machines; " -"instead, one must use the MkLinux Mach microkernel, which Debian does not " -"yet support. These include the following: " -"Power Macintosh 6100, 7100, 8100 " -"Performa 5200, 6200, 6300 Powerbook " -"1400, 2300, and 5300 Workgroup Server " -"6150, 8150, 9150 A linux kernel for these " -"machines and limited support is available at " -msgstr "" -"Συστήματα NuBus δεν υποστηρίζονται αυτή τη στιγμή από το debian/powerpc.H " -"αρχιτεκτονική του μονολιθικού πυρήνα Linux/PPC δεν έχει υποστήριξη για τα " -"μηχανήματα αυτά, οπότε κάποιος θα πρέπει να χρησιμοποιήσει τον μικροπυρήνα " -"MkLinux Mach, τον οποίον δεν υποστηρίζει ακόμα το Debian. Tα μηχανηματα αυτά " -"περιλαμβάνουν τα: Power Macintosh 6100, 7100, " -"8100Performa 5200, 6200, 6300Powerbook 1400, 2300 και 5300 Workgroup Server 6150, 8150, 9150. Ένας πυρήνας Linux και περιορισμένη υποστήριξη για " -"τα μηχανήματα αυτά είναι διαθέσιμα στο " - -#. Tag: para -#: hardware.xml:1224 -#, no-c-format +#, fuzzy, no-c-format msgid "" "OldWorld systems are most Power Macintoshes with a floppy drive and a PCI " "bus. Most 603, 603e, 604, and 604e based Power Macintoshes are OldWorld " -"machines. The beige colored G3 systems are also OldWorld." +"machines. Those pre-iMac PowerPC models from Apple use a four digit naming " +"scheme, except for the beige colored G3 systems, which are also OldWorld." msgstr "" "Συστήματα OldWorld είναι τα περισσότερα μηχανήματα Power Macintosh με έναν " "οδηγό δισκέττας και ένα PCI bus. Τα περισσότερα συστήματα Power Macintosh " @@ -2506,14 +2473,14 @@ msgstr "" "Τα συστήματα Beige G3 είναι επίσης OldWorld." #. Tag: para -#: hardware.xml:1230 -#, no-c-format +#: hardware.xml:1199 +#, fuzzy, no-c-format msgid "" "The so called NewWorld PowerMacs are any PowerMacs in translucent colored " -"plastic cases. That includes all iMacs, iBooks, G4 systems, blue colored G3 " -"systems, and most PowerBooks manufactured in and after 1999. The NewWorld " -"PowerMacs are also known for using the ROM in RAM system for " -"MacOS, and were manufactured from mid-1998 onwards." +"plastic cases and later models. That includes all iMacs, iBooks, G4 systems, " +"blue colored G3 systems, and most PowerBooks manufactured in and after 1999. " +"The NewWorld PowerMacs are also known for using the ROM in RAM system for MacOS, and were manufactured from mid-1998 onwards." msgstr "" "Οι λεγόμενοι NewWorld PowerMac είναι όλα τα συστήματα PowerMac σε διαφανή " "έγχρωμα πλαστικά κουτιά. Αυτά περιλαμβάνουν όλους τους iMac, τα iBook, τα " @@ -2523,7 +2490,7 @@ msgstr "" "MacOS και έχουν κατασκευαστεί από τα μέσα του 1998 και μετά." #. Tag: para -#: hardware.xml:1238 +#: hardware.xml:1207 #, no-c-format msgid "" "Specifications for Apple hardware are available at AppleSpec Legacy." #. Tag: entry -#: hardware.xml:1254 hardware.xml:1389 hardware.xml:1433 hardware.xml:1462 +#: hardware.xml:1223 hardware.xml:1358 hardware.xml:1402 hardware.xml:1431 #, no-c-format msgid "Model Name/Number" msgstr "Μοντέλο Ονομασία/Αριθμός" #. Tag: entry -#: hardware.xml:1255 +#: hardware.xml:1224 #, no-c-format msgid "Generation" msgstr "Γενιά" #. Tag: entry -#: hardware.xml:1261 +#: hardware.xml:1230 #, no-c-format msgid "Apple" msgstr "Apple " #. Tag: entry -#: hardware.xml:1262 +#: hardware.xml:1231 #, no-c-format msgid "iMac Bondi Blue, 5 Flavors, Slot Loading" msgstr "iMac Bondi Blue, 5 Flavors, Slot Loading " #. Tag: entry -#: hardware.xml:1263 hardware.xml:1266 hardware.xml:1269 hardware.xml:1272 -#: hardware.xml:1275 hardware.xml:1278 hardware.xml:1281 hardware.xml:1284 -#: hardware.xml:1287 hardware.xml:1290 hardware.xml:1293 hardware.xml:1296 -#: hardware.xml:1299 hardware.xml:1302 hardware.xml:1305 hardware.xml:1308 +#: hardware.xml:1232 hardware.xml:1235 hardware.xml:1238 hardware.xml:1241 +#: hardware.xml:1244 hardware.xml:1247 hardware.xml:1250 hardware.xml:1253 +#: hardware.xml:1256 hardware.xml:1259 hardware.xml:1262 hardware.xml:1265 +#: hardware.xml:1268 hardware.xml:1271 hardware.xml:1274 hardware.xml:1277 #, no-c-format msgid "NewWorld" msgstr "NewWorld " #. Tag: entry -#: hardware.xml:1265 +#: hardware.xml:1234 #, no-c-format msgid "iMac Summer 2000, Early 2001" msgstr "iMac Καλοκαίρι 2000, Αρχές του 2001 " #. Tag: entry -#: hardware.xml:1268 +#: hardware.xml:1237 #, no-c-format msgid "iMac G5" msgstr "iMac G5 " #. Tag: entry -#: hardware.xml:1271 +#: hardware.xml:1240 #, no-c-format msgid "iBook, iBook SE, iBook Dual USB" msgstr "iBook, iBook SE, iBook Dual USB " #. Tag: entry -#: hardware.xml:1274 +#: hardware.xml:1243 #, no-c-format msgid "iBook2" msgstr "iBook2 " #. Tag: entry -#: hardware.xml:1277 +#: hardware.xml:1246 #, no-c-format msgid "iBook G4" msgstr "iBook G4 " #. Tag: entry -#: hardware.xml:1280 +#: hardware.xml:1249 #, no-c-format msgid "Power Macintosh Blue and White (B&W) G3" msgstr "Power Macintosh Μπλε και Λευκός (B&W) G3" #. Tag: entry -#: hardware.xml:1283 +#: hardware.xml:1252 #, no-c-format msgid "Power Macintosh G4 PCI, AGP, Cube" msgstr "Power Macintosh G4 PCI, AGP, Cube " #. Tag: entry -#: hardware.xml:1286 +#: hardware.xml:1255 #, no-c-format msgid "Power Macintosh G4 Gigabit Ethernet" msgstr "Power Macintosh G4 Gigabit Ethernet " #. Tag: entry -#: hardware.xml:1289 +#: hardware.xml:1258 #, no-c-format msgid "Power Macintosh G4 Digital Audio, Quicksilver" msgstr "Power Macintosh G4 Digital Audio, Quicksilver " #. Tag: entry -#: hardware.xml:1292 +#: hardware.xml:1261 #, no-c-format msgid "Power Macintosh G5" msgstr "Power Macintosh G5 " #. Tag: entry -#: hardware.xml:1295 +#: hardware.xml:1264 #, no-c-format msgid "PowerBook G3 FireWire Pismo (2000)" msgstr "PowerBook G3 FireWire Pismo (2000) " #. Tag: entry -#: hardware.xml:1298 +#: hardware.xml:1267 #, no-c-format msgid "PowerBook G3 Lombard (1999)" msgstr "PowerBook G3 Lombard (1999) " #. Tag: entry -#: hardware.xml:1301 +#: hardware.xml:1270 #, no-c-format msgid "PowerBook G4 Titanium" msgstr "PowerBook G4 Titanium " #. Tag: entry -#: hardware.xml:1304 +#: hardware.xml:1273 #, no-c-format msgid "PowerBook G4 Aluminum" msgstr "PowerBook G4 Aluminum " #. Tag: entry -#: hardware.xml:1307 +#: hardware.xml:1276 #, no-c-format msgid "Xserve G5" msgstr "Xserve G5 " #. Tag: entry -#: hardware.xml:1310 +#: hardware.xml:1279 #, no-c-format msgid "Performa 4400, 54xx, 5500" msgstr "Performa 4400, 54xx, 5500 " #. Tag: entry -#: hardware.xml:1311 hardware.xml:1314 hardware.xml:1317 hardware.xml:1320 -#: hardware.xml:1323 hardware.xml:1326 hardware.xml:1329 hardware.xml:1332 -#: hardware.xml:1335 hardware.xml:1338 hardware.xml:1341 hardware.xml:1344 -#: hardware.xml:1350 hardware.xml:1353 hardware.xml:1359 hardware.xml:1365 -#: hardware.xml:1371 +#: hardware.xml:1280 hardware.xml:1283 hardware.xml:1286 hardware.xml:1289 +#: hardware.xml:1292 hardware.xml:1295 hardware.xml:1298 hardware.xml:1301 +#: hardware.xml:1304 hardware.xml:1307 hardware.xml:1310 hardware.xml:1313 +#: hardware.xml:1319 hardware.xml:1322 hardware.xml:1328 hardware.xml:1334 +#: hardware.xml:1340 #, no-c-format msgid "OldWorld" msgstr "OldWorld " #. Tag: entry -#: hardware.xml:1313 +#: hardware.xml:1282 #, no-c-format msgid "Performa 6360, 6400, 6500" msgstr "Performa 6360, 6400, 6500 " #. Tag: entry -#: hardware.xml:1316 +#: hardware.xml:1285 #, no-c-format msgid "Power Macintosh 4400, 5400" msgstr "Power Macintosh 4400, 5400 " #. Tag: entry -#: hardware.xml:1319 +#: hardware.xml:1288 #, no-c-format msgid "Power Macintosh 7200, 7300, 7500, 7600" msgstr "Power Macintosh 7200, 7300, 7500, 7600 " #. Tag: entry -#: hardware.xml:1322 +#: hardware.xml:1291 #, no-c-format msgid "Power Macintosh 8200, 8500, 8600" msgstr "Power Macintosh 8200, 8500, 8600 " #. Tag: entry -#: hardware.xml:1325 +#: hardware.xml:1294 #, no-c-format msgid "Power Macintosh 9500, 9600" msgstr "Power Macintosh 9500, 9600 " #. Tag: entry -#: hardware.xml:1328 +#: hardware.xml:1297 #, no-c-format msgid "Power Macintosh (Beige) G3 Minitower" msgstr "Power Macintosh (Beige) G3 Minitower " #. Tag: entry -#: hardware.xml:1331 +#: hardware.xml:1300 #, no-c-format msgid "Power Macintosh (Beige) Desktop, All-in-One" msgstr "Power Macintosh (Beige) Desktop, Όλα-σε-ένα" #. Tag: entry -#: hardware.xml:1334 +#: hardware.xml:1303 #, no-c-format msgid "PowerBook 2400, 3400, 3500" msgstr "PowerBook 2400, 3400, 3500 " #. Tag: entry -#: hardware.xml:1337 +#: hardware.xml:1306 #, no-c-format msgid "PowerBook G3 Wallstreet (1998)" msgstr "PowerBook G3 Wallstreet (1998) " #. Tag: entry -#: hardware.xml:1340 +#: hardware.xml:1309 #, no-c-format msgid "Twentieth Anniversary Macintosh" msgstr "Twentieth Anniversary Macintosh " #. Tag: entry -#: hardware.xml:1343 +#: hardware.xml:1312 #, no-c-format msgid "Workgroup Server 7250, 7350, 8550, 9650, G3" msgstr "Workgroup Server 7250, 7350, 8550, 9650, G3 " #. Tag: entry -#: hardware.xml:1348 +#: hardware.xml:1317 #, no-c-format msgid "Power Computing" msgstr "Power Computing " #. Tag: entry -#: hardware.xml:1349 +#: hardware.xml:1318 #, no-c-format msgid "PowerBase, PowerTower / Pro, PowerWave" msgstr "PowerBase, PowerTower / Pro, PowerWave " #. Tag: entry -#: hardware.xml:1352 +#: hardware.xml:1321 #, no-c-format msgid "PowerCenter / Pro, PowerCurve" msgstr "PowerCenter / Pro, PowerCurve " #. Tag: entry -#: hardware.xml:1357 +#: hardware.xml:1326 #, no-c-format msgid "UMAX" msgstr "UMAX " #. Tag: entry -#: hardware.xml:1358 +#: hardware.xml:1327 #, no-c-format msgid "C500, C600, J700, S900" msgstr "C500, C600, J700, S900 " #. Tag: entry -#: hardware.xml:1363 +#: hardware.xml:1332 #, no-c-format msgid "APS" msgstr "APS " #. Tag: entry -#: hardware.xml:1364 +#: hardware.xml:1333 #, no-c-format msgid "APS Tech M*Power 604e/2000" msgstr "APS Tech M*Power 604e/2000 " #. Tag: entry -#: hardware.xml:1369 hardware.xml:1395 +#: hardware.xml:1338 hardware.xml:1364 #, no-c-format msgid "Motorola" msgstr "Motorola " #. Tag: entry -#: hardware.xml:1370 +#: hardware.xml:1339 #, no-c-format msgid "Starmax 3000, 4000, 5000, 5500" msgstr "Starmax 3000, 4000, 5000, 5500 " #. Tag: title -#: hardware.xml:1379 +#: hardware.xml:1348 #, no-c-format msgid "PReP subarchitecture" msgstr "Υποαρχιτεκτονική PReP" #. Tag: entry -#: hardware.xml:1396 +#: hardware.xml:1365 #, no-c-format msgid "Firepower, PowerStack Series E, PowerStack II" msgstr "Firepower, PowerStack Series E, PowerStack II " #. Tag: entry -#: hardware.xml:1398 +#: hardware.xml:1367 #, no-c-format msgid "MPC 7xx, 8xx" msgstr "MPC 7xx, 8xx " #. Tag: entry -#: hardware.xml:1400 +#: hardware.xml:1369 #, no-c-format msgid "MTX, MTX+" msgstr "MTX, MTX+ " #. Tag: entry -#: hardware.xml:1402 +#: hardware.xml:1371 #, no-c-format msgid "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" msgstr "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx " #. Tag: entry -#: hardware.xml:1404 +#: hardware.xml:1373 #, no-c-format msgid "MCP(N)750" msgstr "MCP(N)750 " #. Tag: entry -#: hardware.xml:1408 hardware.xml:1439 +#: hardware.xml:1377 hardware.xml:1408 #, no-c-format msgid "IBM RS/6000" msgstr "IBM RS/6000 " #. Tag: entry -#: hardware.xml:1409 +#: hardware.xml:1378 #, no-c-format msgid "40P, 43P" msgstr "40P, 43P " #. Tag: entry -#: hardware.xml:1411 +#: hardware.xml:1380 #, no-c-format msgid "Power 830/850/860 (6070, 6050)" msgstr "Power 830/850/860 (6070, 6050) " #. Tag: entry -#: hardware.xml:1413 +#: hardware.xml:1382 #, no-c-format msgid "6030, 7025, 7043" msgstr "6030, 7025, 7043 " #. Tag: entry -#: hardware.xml:1415 +#: hardware.xml:1384 #, no-c-format msgid "p640" msgstr "p640 " #. Tag: title -#: hardware.xml:1423 +#: hardware.xml:1392 #, no-c-format msgid "CHRP subarchitecture" msgstr "Υποαρχιτεκτονική CHRP" #. Tag: entry -#: hardware.xml:1440 +#: hardware.xml:1409 #, no-c-format msgid "B50, 43P-150, 44P" msgstr "B50, 43P-150, 44P " #. Tag: entry -#: hardware.xml:1443 +#: hardware.xml:1412 #, no-c-format msgid "Genesi" msgstr "Genesi " #. Tag: entry -#: hardware.xml:1444 +#: hardware.xml:1413 #, no-c-format msgid "Pegasos I, Pegasos II" msgstr "Pegasos I, Pegasos II " #. Tag: title -#: hardware.xml:1452 +#: hardware.xml:1421 #, no-c-format msgid "APUS subarchitecture" msgstr "Υποαρχιτεκτονική APUS" #. Tag: entry -#: hardware.xml:1468 +#: hardware.xml:1437 #, no-c-format msgid "Amiga Power-UP Systems (APUS)" msgstr "Amiga Power-UP Systems (APUS) " #. Tag: entry -#: hardware.xml:1469 +#: hardware.xml:1438 #, no-c-format msgid "A1200, A3000, A4000" msgstr "A1200, A3000, A4000 " #. Tag: title -#: hardware.xml:1482 +#: hardware.xml:1446 +#, no-c-format +msgid "Nubus PowerMac subarchitecture (unsupported)" +msgstr "" + +#. Tag: para +#: hardware.xml:1448 +#, fuzzy, no-c-format +msgid "" +"NuBus systems are not currently supported by Debian/powerpc. The monolithic " +"Linux/PPC kernel architecture does not have support for these machines; " +"instead, one must use the MkLinux Mach microkernel, which Debian does not " +"yet support. These include the following: " +"Power Macintosh 6100, 7100, 8100 " +"Performa 5200, 6200, 6300 Powerbook " +"1400, 2300, and 5300 Workgroup Server " +"6150, 8150, 9150 A linux kernel for these " +"machines and limited support is available at ." +msgstr "" +"Συστήματα NuBus δεν υποστηρίζονται αυτή τη στιγμή από το debian/powerpc.H " +"αρχιτεκτονική του μονολιθικού πυρήνα Linux/PPC δεν έχει υποστήριξη για τα " +"μηχανήματα αυτά, οπότε κάποιος θα πρέπει να χρησιμοποιήσει τον μικροπυρήνα " +"MkLinux Mach, τον οποίον δεν υποστηρίζει ακόμα το Debian. Tα μηχανηματα αυτά " +"περιλαμβάνουν τα: Power Macintosh 6100, 7100, " +"8100Performa 5200, 6200, 6300Powerbook 1400, 2300 και 5300 Workgroup Server 6150, 8150, 9150. Ένας πυρήνας Linux και περιορισμένη υποστήριξη για " +"τα μηχανήματα αυτά είναι διαθέσιμα στο " + +#. Tag: title +#: hardware.xml:1485 +#, fuzzy, no-c-format +msgid "Non-PowerPC Macs" +msgstr "PowerMac " + +#. Tag: para +#: hardware.xml:1487 +#, no-c-format +msgid "" +"Macintosh computers using the 680x0 series of processors are not in the PowerPC family but are instead m68k machines. Those models " +"start with Mac II series, go on to the LC " +"family, then the Centris series, and culminate in the Quadras and Performas. " +"These models usually have a Roman numeral or 3-digit model number such as " +"Mac IIcx, LCIII or Quadra 950. This model range started with " +"the Mac II (Mac II, IIx, IIcx, IIci, IIsi, IIvi, IIvx, IIfx), then the LC " +"(LC, LCII, III, III+, 475, 520, 550, 575, 580, 630), then the Mac TV, then " +"the Centris (610, 650, 660AV), the Quadra (605, 610, 630, 650, 660AV, 700, " +"800, 840AV, 900, 950), and finally the Performa 200-640CD. In " +"laptops, it started with the Mac Portable, then the PowerBook 100-190cs and " +"the PowerBook Duo 210-550c (excluding PowerBook 500 which is Nubus, please " +"see the section above)." +msgstr "" + +#. Tag: title +#: hardware.xml:1520 #, no-c-format msgid "S/390 and zSeries machine types" msgstr "Μηχανήματα τύπου S/390 και zSeries" #. Tag: para -#: hardware.xml:1483 +#: hardware.xml:1521 #, no-c-format msgid "" "Complete information regarding supported S/390 and zSeries machines can be " @@ -2937,7 +2962,7 @@ msgstr "" "point) και συνεπώς με μειωμένες επιδόσεις." #. Tag: para -#: hardware.xml:1506 +#: hardware.xml:1544 #, no-c-format msgid "" "Currently the &architecture; port supports several " @@ -2971,13 +2996,13 @@ msgstr "" "SPARCProcessors FAQ για πλήρεις πληροφορίες." #. Tag: title -#: hardware.xml:1526 +#: hardware.xml:1564 #, no-c-format msgid "Memory Configuration" msgstr "Ρύθμιση της Μνήμης" #. Tag: para -#: hardware.xml:1527 +#: hardware.xml:1565 #, no-c-format msgid "" "Some older Sun workstations, notably the Sun IPX and Sun IPC have memory " @@ -2996,7 +3021,7 @@ msgstr "" "quote>." #. Tag: para -#: hardware.xml:1536 +#: hardware.xml:1574 #, no-c-format msgid "" "Thus you must configure the memory so that the lowest memory block is " @@ -3013,7 +3038,7 @@ msgstr "" "τα 4ΜΒ δεν είναι αρκετά." #. Tag: para -#: hardware.xml:1544 +#: hardware.xml:1582 #, no-c-format msgid "" "Example: In a Sun IPX you have a 16Mb SIMM and a 4Mb SIMM. There are four " @@ -3028,13 +3053,13 @@ msgstr "" "SIMM των 4ΜΒ στην θήκη 2." #. Tag: title -#: hardware.xml:1555 +#: hardware.xml:1593 #, no-c-format msgid "Graphics Configuration" msgstr "Ρύθμιση Γραφικών" #. Tag: para -#: hardware.xml:1556 +#: hardware.xml:1594 #, no-c-format msgid "" "Especially in the case of older Sun workstations, it is very common for " @@ -3051,7 +3076,7 @@ msgstr "" "πρόβλημα καθώς και οι δυο κάρτες αναγνωρίζονται από την αρχή κανονικά." #. Tag: para -#: hardware.xml:1565 +#: hardware.xml:1603 #, no-c-format msgid "" "However with Linux this can cause a problem, in that the boot PROM monitor " @@ -3068,7 +3093,7 @@ msgstr "" "κολλήσει στην φάση φόρτωσης της RAMdisk." #. Tag: para -#: hardware.xml:1573 +#: hardware.xml:1611 #, no-c-format msgid "" "To avoid this problem, connect the monitor (if required) to the video card " @@ -3081,13 +3106,13 @@ msgstr "" "χρησιμοποιήσετε μια σειριακή κονσόλα." #. Tag: title -#: hardware.xml:1585 +#: hardware.xml:1623 #, no-c-format msgid "Graphics Card" msgstr "Κάρτα Γραφικών" #. Tag: para -#: hardware.xml:1587 +#: hardware.xml:1625 #, no-c-format msgid "" "You should be using a VGA-compatible display interface for the console " @@ -3104,7 +3129,7 @@ msgstr "" "παρόν κείμενο." #. Tag: para -#: hardware.xml:1595 +#: hardware.xml:1633 #, no-c-format msgid "" "Debian's support for graphical interfaces is determined by the underlying " @@ -3121,7 +3146,7 @@ msgstr "" "Debian &release; έρχεται με την έκδοση &x11ver; του XOrg." #. Tag: para -#: hardware.xml:1604 +#: hardware.xml:1642 #, fuzzy, no-c-format msgid "" "The X.Org X11 window system is only supported on the SGI Indy and the O2. " @@ -3138,7 +3163,7 @@ msgstr "" "διαθέσιμη." #. Tag: para -#: hardware.xml:1613 +#: hardware.xml:1651 #, fuzzy, no-c-format msgid "" "The X.Org X11 window system is supported on some DECstation models. The " @@ -3155,13 +3180,13 @@ msgstr "" "είναι διαθέσιμη." #. Tag: title -#: hardware.xml:1625 +#: hardware.xml:1663 #, no-c-format msgid "Laptops" msgstr "Φορητοί υπολογιστές" #. Tag: para -#: hardware.xml:1626 +#: hardware.xml:1664 #, no-c-format msgid "" "Laptops are also supported. Laptops are often specialized or contain " @@ -3174,13 +3199,13 @@ msgstr "" "στο Linux Laptop pages" #. Tag: title -#: hardware.xml:1638 hardware.xml:1663 hardware.xml:1686 +#: hardware.xml:1676 hardware.xml:1701 hardware.xml:1724 #, no-c-format msgid "Multiple Processors" msgstr "Πολλαπλοί Επεξεργαστές" #. Tag: para -#: hardware.xml:1640 +#: hardware.xml:1678 #, fuzzy, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3197,7 +3222,7 @@ msgstr "" "πυρήνας στην περίπτωση αυτή θα δημιουργήσει μια μικρή επιβάρυνση." #. Tag: para -#: hardware.xml:1648 +#: hardware.xml:1686 #, no-c-format msgid "" "In order to optimize the kernel for single CPU systems, you'll have to " @@ -3216,7 +3241,7 @@ msgstr "" "&smp-config-section; των ρυθμίσεων του πυρήνα." #. Tag: para -#: hardware.xml:1664 +#: hardware.xml:1702 #, fuzzy, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3234,7 +3259,7 @@ msgstr "" "πρώτο επεξεργαστή." #. Tag: para -#: hardware.xml:1673 +#: hardware.xml:1711 #, no-c-format msgid "" "In order to take advantage of multiple processors, you'll have to replace " @@ -3253,7 +3278,7 @@ msgstr "" "ρυθμίσεων του πυρήνα." #. Tag: para -#: hardware.xml:1687 +#: hardware.xml:1725 #, fuzzy, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3273,7 +3298,7 @@ msgstr "" "θα χρησιμοποιήσει μόνο τον πρώτο επεξεργαστή." #. Tag: para -#: hardware.xml:1697 +#: hardware.xml:1735 #, no-c-format msgid "" "In order to take advantage of multiple processors, you should check to see " @@ -3295,13 +3320,13 @@ msgstr "" "στην ενότητα &smp-config-section; των ρυθμίσεων του πυρήνα." #. Tag: title -#: hardware.xml:1718 +#: hardware.xml:1756 #, no-c-format msgid "Installation Media" msgstr "Μέσα Εγκατάστασης" #. Tag: para -#: hardware.xml:1720 +#: hardware.xml:1758 #, no-c-format msgid "" "This section will help you determine which different media types you can use " @@ -3320,13 +3345,13 @@ msgstr "" "επιστρέψετε στην σελίδα αυτή μόλις φτάσετε στην ενότητα εκείνη." #. Tag: title -#: hardware.xml:1731 +#: hardware.xml:1769 #, no-c-format msgid "Floppies" msgstr "Δισκέττες" #. Tag: para -#: hardware.xml:1732 +#: hardware.xml:1770 #, no-c-format msgid "" "In some cases, you'll have to do your first boot from floppy disks. " @@ -3338,7 +3363,7 @@ msgstr "" "συσκευή δισκεττών υψηλής-πυκνότητας (1440 kilobytes) των 3,5 ιντσών." #. Tag: para -#: hardware.xml:1738 +#: hardware.xml:1776 #, no-c-format msgid "For CHRP, floppy support is currently broken." msgstr "" @@ -3346,13 +3371,13 @@ msgstr "" "μη διαθέσιμη." #. Tag: title -#: hardware.xml:1745 +#: hardware.xml:1783 #, no-c-format msgid "CD-ROM/DVD-ROM" msgstr "CD-ROM/DVD-ROM " #. Tag: para -#: hardware.xml:1747 +#: hardware.xml:1785 #, no-c-format msgid "" "Whenever you see CD-ROM in this manual, it applies to both CD-" @@ -3367,7 +3392,7 @@ msgstr "" "είναι ούτε SCSI ούτε IDE/ATAPI." #. Tag: para -#: hardware.xml:1754 +#: hardware.xml:1792 #, no-c-format msgid "" "CD-ROM based installation is supported for some architectures. On machines " @@ -3389,7 +3414,7 @@ msgstr "" "installer\"/>." #. Tag: para -#: hardware.xml:1766 +#: hardware.xml:1804 #, no-c-format msgid "" "Both SCSI and IDE/ATAPI CD-ROMs are supported. In addition, all non-standard " @@ -3410,7 +3435,7 @@ msgstr "" "χρήση των CD-ROM με το Linux." #. Tag: para -#: hardware.xml:1776 +#: hardware.xml:1814 #, no-c-format msgid "" "USB CD-ROM drives are also supported, as are FireWire devices that are " @@ -3420,7 +3445,7 @@ msgstr "" "υποστηρίζονται από τους οδηγούς ohci1394 και sbp2." #. Tag: para -#: hardware.xml:1781 +#: hardware.xml:1819 #, no-c-format msgid "" "Both SCSI and IDE/ATAPI CD-ROMs are supported on &arch-title;, as long as " @@ -3439,7 +3464,7 @@ msgstr "" "\"&url-srm-howto;\">SRM HOWTO." #. Tag: para -#: hardware.xml:1790 +#: hardware.xml:1828 #, no-c-format msgid "" "IDE/ATAPI CD-ROMs are supported on all ARM machines. On RiscPCs, SCSI CD-" @@ -3449,7 +3474,7 @@ msgstr "" "μηχανήματα RiscPC, υποστηρίζονται επίσης και SCSI CD-ROM." #. Tag: para -#: hardware.xml:1795 +#: hardware.xml:1833 #, fuzzy, no-c-format msgid "" "On SGI machines, booting from CD-ROM requires a SCSI CD-ROM drive capable of " @@ -3476,7 +3501,7 @@ msgstr "" "πλατφόρμα αυτή γιατί το firmware δεν αναγνωρίζει τις συσκευές CD." #. Tag: para -#: hardware.xml:1810 +#: hardware.xml:1848 #, fuzzy, no-c-format msgid "" "On DECstations, booting from CD-ROM requires a SCSI CD-ROM drive capable of " @@ -3493,7 +3518,7 @@ msgstr "" "quote> ή 512." #. Tag: para -#: hardware.xml:1819 +#: hardware.xml:1857 #, no-c-format msgid "" "CD 1 contains the installer for the r3k-kn02 subarchitecture (the R3000-" @@ -3509,7 +3534,7 @@ msgstr "" "DECstation 5000/150 και 5000/260 καθώς και τα Personal DECstation 5000/50)." #. Tag: para -#: hardware.xml:1828 +#: hardware.xml:1866 #, no-c-format msgid "" "To boot from CD, issue the command boot ##/rzid " @@ -3539,13 +3564,13 @@ msgstr "" "param1=value1 param2=value2..." #. Tag: title -#: hardware.xml:1847 +#: hardware.xml:1885 #, no-c-format msgid "Hard Disk" msgstr "Σκληρός Δίσκος" #. Tag: para -#: hardware.xml:1849 +#: hardware.xml:1887 #, no-c-format msgid "" "Booting the installation system directly from a hard disk is another option " @@ -3558,7 +3583,7 @@ msgstr "" "δίσκο." #. Tag: para -#: hardware.xml:1855 +#: hardware.xml:1893 #, no-c-format msgid "" "In fact, installation from your local disk is the preferred installation " @@ -3569,7 +3594,7 @@ msgstr "" "αρχιτεκτονικής &architecture;." #. Tag: para -#: hardware.xml:1860 +#: hardware.xml:1898 #, no-c-format msgid "" "Although the &arch-title; does not allow booting from SunOS (Solaris), you " @@ -3579,13 +3604,13 @@ msgstr "" "(Solaris),μπορείτε να εγκαταστήσετε από μια κατάτμηση SunOS (UFS slices)." #. Tag: title -#: hardware.xml:1868 +#: hardware.xml:1906 #, no-c-format msgid "USB Memory Stick" msgstr "USB stick μνήμης" #. Tag: para -#: hardware.xml:1870 +#: hardware.xml:1908 #, no-c-format msgid "" "Many Debian boxes need their floppy and/or CD-ROM drives only for setting up " @@ -3603,13 +3628,13 @@ msgstr "" "επίσης για μικρά συστήματα που δεν έχουν πολύ χώρο για άχρηστες συσκευές." #. Tag: title -#: hardware.xml:1882 +#: hardware.xml:1920 #, no-c-format msgid "Network" msgstr "Δίκτυο" #. Tag: para -#: hardware.xml:1884 +#: hardware.xml:1922 #, no-c-format msgid "" "You can also boot your system over the network. " #. Tag: para -#: hardware.xml:1890 +#: hardware.xml:1928 #, no-c-format msgid "" "Diskless installation, using network booting from a local area network and " @@ -3631,7 +3656,7 @@ msgstr "" "μια άλλη δυνατότητα." #. Tag: para -#: hardware.xml:1895 +#: hardware.xml:1933 #, no-c-format msgid "" "After the operating system kernel is installed, you can install the rest of " @@ -3644,13 +3669,13 @@ msgstr "" "συστήματος), μέσω FTP ή HTTP." #. Tag: title -#: hardware.xml:1904 +#: hardware.xml:1942 #, no-c-format msgid "Un*x or GNU system" msgstr "Σύστημα Un*x ή GNU" #. Tag: para -#: hardware.xml:1906 +#: hardware.xml:1944 #, no-c-format msgid "" "If you are running another Unix-like system, you could use it to install " @@ -3667,13 +3692,13 @@ msgstr "" "την τεχνική αυτή πηγαίνετε στην ενότητα ." #. Tag: title -#: hardware.xml:1918 +#: hardware.xml:1956 #, no-c-format msgid "Supported Storage Systems" msgstr "Υποστηριζόμενα συστήματα Αποθήκευσης" #. Tag: para -#: hardware.xml:1920 +#: hardware.xml:1958 #, no-c-format msgid "" "The Debian boot disks contain a kernel which is built to maximize the number " @@ -3693,7 +3718,7 @@ msgstr "" "ποικιλία υλικού." #. Tag: para -#: hardware.xml:1930 +#: hardware.xml:1968 #, fuzzy, no-c-format msgid "" "Generally, the Debian installation system includes support for floppies, IDE " @@ -3708,7 +3733,7 @@ msgstr "" "NTFS." #. Tag: para -#: hardware.xml:1937 +#: hardware.xml:1975 #, fuzzy, no-c-format msgid "" "Disk interfaces that emulate the AT hard disk interface " @@ -3727,7 +3752,7 @@ msgstr "" "περισσότερες λεπτομέρειες." #. Tag: para -#: hardware.xml:1947 +#: hardware.xml:1985 #, no-c-format msgid "" "Pretty much all storage systems supported by the Linux kernel are supported " @@ -3747,7 +3772,7 @@ msgstr "" "module." #. Tag: para -#: hardware.xml:1957 +#: hardware.xml:1995 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3772,7 +3797,7 @@ msgstr "" "τον πυρήνα του Linux." #. Tag: para -#: hardware.xml:1990 +#: hardware.xml:2028 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3789,7 +3814,7 @@ msgstr "" "ulink> για περισσότερες πληροφορίες για την εκκίνηση σε συστήματα Jensen). " #. Tag: para -#: hardware.xml:1999 +#: hardware.xml:2037 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3802,7 +3827,7 @@ msgstr "" "CHRP." #. Tag: para -#: hardware.xml:2005 +#: hardware.xml:2043 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3814,7 +3839,7 @@ msgstr "" "πυρήνας του Linux δεν υποστηρίζει συσκευές δισκέττας." #. Tag: para -#: hardware.xml:2011 +#: hardware.xml:2049 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3824,7 +3849,7 @@ msgstr "" "υποστηρίζεται επίσης και από το σύστημα εκκίνησης." #. Tag: para -#: hardware.xml:2016 +#: hardware.xml:2054 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3837,13 +3862,13 @@ msgstr "" "την καινούρια κοινή διάταξη δίσκων S/390 (cdl)." #. Tag: title -#: hardware.xml:2033 +#: hardware.xml:2071 #, no-c-format msgid "Peripherals and Other Hardware" msgstr "Περιφερειακά και άλλο Υλικό" #. Tag: para -#: hardware.xml:2034 +#: hardware.xml:2072 #, no-c-format msgid "" "Linux supports a large variety of hardware devices such as mice, printers, " @@ -3856,7 +3881,7 @@ msgstr "" "εγκατάσταση του συστήματος." #. Tag: para -#: hardware.xml:2040 +#: hardware.xml:2078 #, no-c-format msgid "" "USB hardware generally works fine, only some USB keyboards may require " @@ -3867,7 +3892,7 @@ msgstr "" "keyboard-config\"/>)." #. Tag: para -#: hardware.xml:2046 +#: hardware.xml:2084 #, no-c-format msgid "" "Again, see the Linux Hardware " @@ -3879,7 +3904,7 @@ msgstr "" "σας υποστηρίζεται από το Linux." #. Tag: para -#: hardware.xml:2052 +#: hardware.xml:2090 #, no-c-format msgid "" "Package installations from XPRAM and tape are not supported by this system. " @@ -3891,7 +3916,7 @@ msgstr "" "διαθέσιμα σε DASD ή από το δίκτυο με χρήση NFS, HTTP ή FTP." #. Tag: para -#: hardware.xml:2058 +#: hardware.xml:2096 #, fuzzy, no-c-format msgid "" "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 " @@ -3904,7 +3929,7 @@ msgstr "" "θέση PCI." #. Tag: para -#: hardware.xml:2064 +#: hardware.xml:2102 #, fuzzy, no-c-format msgid "" "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 " @@ -3918,13 +3943,13 @@ msgstr "" "θέση PCI." #. Tag: title -#: hardware.xml:2074 +#: hardware.xml:2112 #, no-c-format msgid "Purchasing Hardware Specifically for GNU/Linux" msgstr "Αγοράζοντας υλικό ειδικά για το GNU/Linux" #. Tag: para -#: hardware.xml:2076 +#: hardware.xml:2114 #, no-c-format msgid "" "There are several vendors, who ship systems with Debian or other " @@ -3940,7 +3965,7 @@ msgstr "" "είναι καλά υποστηριζόμενο από το GNU/Linux." #. Tag: para -#: hardware.xml:2084 +#: hardware.xml:2122 #, no-c-format msgid "" "Unfortunately, it's quite rare to find any vendor shipping new &arch-title; " @@ -3950,7 +3975,7 @@ msgstr "" "οποιαδήποτε καινούρια μηχανήματα &arch-title; ." #. Tag: para -#: hardware.xml:2089 +#: hardware.xml:2127 #, no-c-format msgid "" "If you do have to buy a machine with Windows bundled, carefully read the " @@ -3966,7 +3991,7 @@ msgstr "" "ίσως σας δώσει χρήσιμες πληροφορίες που να σας βοηθήσουν σ' αυτό." #. Tag: para -#: hardware.xml:2097 +#: hardware.xml:2135 #, no-c-format msgid "" "Whether or not you are purchasing a system with Linux bundled, or even a " @@ -3983,13 +4008,13 @@ msgstr "" "φιλικοί προς το Linux." #. Tag: title -#: hardware.xml:2108 +#: hardware.xml:2146 #, no-c-format msgid "Avoid Proprietary or Closed Hardware" msgstr "Αποφύγετε κλειστό ή Proprietary υλικό" #. Tag: para -#: hardware.xml:2109 +#: hardware.xml:2147 #, no-c-format msgid "" "Some hardware manufacturers simply won't tell us how to write drivers for " @@ -4003,7 +4028,7 @@ msgstr "" "που δεν θα μας επέτρεπε να διανείμουμε τον πηγαίο κώδικα σε Linux." #. Tag: para -#: hardware.xml:2116 +#: hardware.xml:2154 #, no-c-format msgid "" "Another example is the proprietary hardware in the older Macintosh line. In " @@ -4025,7 +4050,7 @@ msgstr "" "υλοποιήσεις του Linux." #. Tag: para -#: hardware.xml:2127 +#: hardware.xml:2165 #, no-c-format msgid "" "Since we haven't been granted access to the documentation on these devices, " @@ -4040,13 +4065,13 @@ msgstr "" "του ελεύθερου λογισμικού είναι μια σημαντική αγορά." #. Tag: title -#: hardware.xml:2139 +#: hardware.xml:2177 #, no-c-format msgid "Windows-specific Hardware" msgstr "Υλικό ειδικά για Windows" #. Tag: para -#: hardware.xml:2140 +#: hardware.xml:2178 #, no-c-format msgid "" "A disturbing trend is the proliferation of Windows-specific modems and " @@ -4073,7 +4098,7 @@ msgstr "" "από ισοδύναμες συσκευές που διατηρούν την ενσωματωμένη ευφυΐα τους." #. Tag: para -#: hardware.xml:2153 +#: hardware.xml:2191 #, no-c-format msgid "" "You should avoid Windows-specific hardware for two reasons. The first is " @@ -4115,7 +4140,7 @@ msgstr "" "ισχύ του υλικού τους." #. Tag: para -#: hardware.xml:2174 +#: hardware.xml:2212 #, fuzzy, no-c-format msgid "" "You can help improve this situation by encouraging these manufacturers to " @@ -4132,13 +4157,13 @@ msgstr "" "Hardware Compatibility HOWTO." #. Tag: title -#: hardware.xml:2187 +#: hardware.xml:2225 #, no-c-format msgid "Fake or Virtual Parity RAM" msgstr "Ψευδής ή Εικονική Ομότιμη RAM" #. Tag: para -#: hardware.xml:2188 +#: hardware.xml:2226 #, no-c-format msgid "" "If you ask for Parity RAM in a computer store, you'll probably get " @@ -4167,7 +4192,7 @@ msgstr "" "παραπάνω μπιτ μνήμης για κάθε 8 μπιτ." #. Tag: para -#: hardware.xml:2203 +#: hardware.xml:2241 #, no-c-format msgid "" "If you want complete information on &arch-title; RAM issues, and what is the " @@ -4180,7 +4205,7 @@ msgstr "" "ulink>." #. Tag: para -#: hardware.xml:2209 +#: hardware.xml:2247 #, no-c-format msgid "Most, if not all, Alpha systems require true-parity RAM." msgstr "" @@ -4188,13 +4213,13 @@ msgstr "" "μνήμη RAM." #. Tag: title -#: hardware.xml:2224 +#: hardware.xml:2262 #, no-c-format msgid "Memory and Disk Space Requirements" msgstr "Απαιτήσεις Μνήμης και χώρου Δίσκου" #. Tag: para -#: hardware.xml:2226 +#: hardware.xml:2264 #, no-c-format msgid "" "You must have at least &minimum-memory; of memory and &minimum-fs-size; of " @@ -4213,7 +4238,7 @@ msgstr "" "χρειαστείτε μερικά gigabyte." #. Tag: para -#: hardware.xml:2235 +#: hardware.xml:2273 #, no-c-format msgid "" "On the Amiga the size of FastRAM is relevant towards the total memory " @@ -4230,7 +4255,7 @@ msgstr "" "πυρήνες θα απενεργοποιήσουν την 16-μπιτη μνήμη RAM αυτόματα." #. Tag: para -#: hardware.xml:2244 +#: hardware.xml:2282 #, no-c-format msgid "" "On the Atari, both ST-RAM and Fast RAM (TT-RAM) are used by Linux. Many " @@ -4245,7 +4270,7 @@ msgstr "" "είναι 2 ΜΒ. Θα χρειαστείτε επιπλέον 12 ΜΒ ή περισσότερα για TT-RAM." #. Tag: para -#: hardware.xml:2252 +#: hardware.xml:2290 #, no-c-format msgid "" "On the Macintosh, care should be taken on machines with RAM-based video " @@ -4260,19 +4285,19 @@ msgstr "" "τον πυρήνα και τον δίσκο μνήμης RAMdisk πρέπει να είναι τουλάχιστον 4ΜΒ." #. Tag: emphasis -#: hardware.xml:2262 +#: hardware.xml:2300 #, no-c-format msgid "FIXME: is this still true?" msgstr "ΔΙΟΡΘΩΣΕ ΜΕ: αυτό είναι ακόμα αλήθεια?" #. Tag: title -#: hardware.xml:2273 +#: hardware.xml:2311 #, no-c-format msgid "Network Connectivity Hardware" msgstr "Υλικό Δικτυακής Σύνδεσης" #. Tag: para -#: hardware.xml:2275 +#: hardware.xml:2313 #, no-c-format msgid "" "Most PCI and many older ISA network cards are supported. Some network " @@ -4295,7 +4320,7 @@ msgstr "" "εγκατάστασης, τόσο οι κάρτες όσο και τα πρωτόκολλα." #. Tag: para -#: hardware.xml:2294 +#: hardware.xml:2332 #, no-c-format msgid "" "As for ISDN, the D-channel protocol for the (old) German 1TR6 is not " @@ -4306,7 +4331,7 @@ msgstr "" "από τον &d-i;." #. Tag: para -#: hardware.xml:2302 +#: hardware.xml:2340 #, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel should also " @@ -4320,7 +4345,7 @@ msgstr "" " για πλήρεις λεπτομέρειες." #. Tag: para -#: hardware.xml:2311 +#: hardware.xml:2349 #, no-c-format msgid "" "The following network interface cards (NICs) are supported from the bootable " @@ -4330,19 +4355,19 @@ msgstr "" "εκκινήσιμο πυρήνα:" #. Tag: para -#: hardware.xml:2317 +#: hardware.xml:2355 #, no-c-format msgid "Sun LANCE" msgstr "Sun LANCE " #. Tag: para -#: hardware.xml:2323 +#: hardware.xml:2361 #, no-c-format msgid "Sun Happy Meal" msgstr "Sun Happy Meal " #. Tag: para -#: hardware.xml:2331 +#: hardware.xml:2369 #, no-c-format msgid "" "The following network interface cards are supported as modules. They can be " @@ -4355,26 +4380,26 @@ msgstr "" "εκκινήσετε άμεσα από τις παρακάτω συσκευές:" #. Tag: para -#: hardware.xml:2339 +#: hardware.xml:2377 #, no-c-format msgid "Sun BigMAC" msgstr "Sun BigMAC " #. Tag: para -#: hardware.xml:2345 +#: hardware.xml:2383 #, no-c-format msgid "Sun QuadEthernet" msgstr "Sun QuadEthernet " #. Tag: para -#: hardware.xml:2350 +#: hardware.xml:2388 #, no-c-format msgid "MyriCOM Gigabit Ethernet" msgstr "MyriCOM Gigabit Ethernet " #. Tag: para -#: hardware.xml:2357 hardware.xml:2363 hardware.xml:2369 hardware.xml:2375 -#: hardware.xml:2381 +#: hardware.xml:2395 hardware.xml:2401 hardware.xml:2407 hardware.xml:2413 +#: hardware.xml:2419 #, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel should also " @@ -4386,7 +4411,7 @@ msgstr "" "να χρειαστεί να φορτώσετε τον οδηγό δικτύου σαν module." #. Tag: para -#: hardware.xml:2387 +#: hardware.xml:2425 #, no-c-format msgid "" "Due to kernel limitations only the onboard network interfaces on DECstations " @@ -4397,7 +4422,7 @@ msgstr "" "δεν δουλεύουν προς το παρόν." #. Tag: para -#: hardware.xml:2393 +#: hardware.xml:2431 #, fuzzy, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel is also be " @@ -4412,19 +4437,19 @@ msgstr "" "συσκευών δικτύου είναι:" #. Tag: para -#: hardware.xml:2401 +#: hardware.xml:2439 #, no-c-format msgid "Channel to Channel (CTC) and ESCON connection (real or emulated)" msgstr "Σύνδεση Channel to Channel (CTC) και ESCON (πραγματική ή εξομοιωμένη)" #. Tag: para -#: hardware.xml:2406 +#: hardware.xml:2444 #, no-c-format msgid "OSA-2 Token Ring/Ethernet and OSA-Express Fast Ethernet (non-QDIO)" msgstr "OSA-2 Token Ring/Ethernet και OSA-Express Fast Ethernet (όχι-QDIO)" #. Tag: para -#: hardware.xml:2411 +#: hardware.xml:2449 #, no-c-format msgid "" "Inter-User Communication Vehicle (IUCV) — available for VM guests only" @@ -4433,13 +4458,13 @@ msgstr "" "φιλοξενούμενα συστήματα" #. Tag: para -#: hardware.xml:2416 +#: hardware.xml:2454 #, no-c-format msgid "OSA-Express in QDIO mode, HiperSockets and Guest-LANs" msgstr "OSA-Express σε κατάσταση QDIO, HiperSockets και Guest-LAN" #. Tag: para -#: hardware.xml:2425 +#: hardware.xml:2463 #, no-c-format msgid "" "The following network interface cards are supported directly by the boot " @@ -4449,19 +4474,19 @@ msgstr "" "εκκίνησης σε μηχανήματα NetWinder και CATS:" #. Tag: para -#: hardware.xml:2431 +#: hardware.xml:2469 #, no-c-format msgid "PCI-based NE2000" msgstr "PCI-τύπου NE2000" #. Tag: para -#: hardware.xml:2437 +#: hardware.xml:2475 #, no-c-format msgid "DECchip Tulip" msgstr "DECchip Tulip " #. Tag: para -#: hardware.xml:2444 +#: hardware.xml:2482 #, no-c-format msgid "" "The following network interface cards are supported directly by the boot " @@ -4471,25 +4496,25 @@ msgstr "" "σε RiscPC:" #. Tag: para -#: hardware.xml:2450 +#: hardware.xml:2488 #, no-c-format msgid "Ether1" msgstr "Ether1 " #. Tag: para -#: hardware.xml:2455 +#: hardware.xml:2493 #, no-c-format msgid "Ether3" msgstr "Ether3 " #. Tag: para -#: hardware.xml:2460 +#: hardware.xml:2498 #, no-c-format msgid "EtherH" msgstr "EtherH " #. Tag: para -#: hardware.xml:2467 +#: hardware.xml:2505 #, no-c-format msgid "" "If your card is mentioned in the lists above, the complete installation can " @@ -4499,7 +4524,7 @@ msgstr "" "μπορεί να γίνει από το δίκτυο χωρίς την ανάγκη για CD-ROM ή δισκέττες." #. Tag: para -#: hardware.xml:2473 +#: hardware.xml:2511 #, no-c-format msgid "" "Any other network interface card (NIC) supported by the Linux kernel should " @@ -4513,6 +4538,30 @@ msgstr "" "θα πρέπει να εγκαταστήσετε τον πυρήνα του λειτουργικού συστήματος και τα " "αρθρώματα χρησιμοποιώντας κάποιο άλλο μέσο." +#~ msgid "riscpc" +#~ msgstr "riscpc " + +#~ msgid "prep" +#~ msgstr "prep " + +#~ msgid "r5k-ip22" +#~ msgstr "r5k-ip22 " + +#~ msgid "power3" +#~ msgstr "power3 " + +#~ msgid "" +#~ "Macintosh computers using the 680x0 series of processors are not in the " +#~ "PowerPC family but are instead m68k machines. Those models start with " +#~ "Mac II or have a 3-digit model number such as Centris 650 " +#~ "or Quadra 950. Apple's pre-iMac PowerPC model numbers have four digits." +#~ msgstr "" +#~ "Υπολογιστές Macintosh που χρησιμοποιούν τη σειρά επεξεργαστών 680x0 δεν " +#~ "ανήκουν στην οικογένεια PowerPC αλλά αντίθετα είναι μηχανήματα m68k. Τα " +#~ "μοντέλα αυτά αρχίζουν με Mac II ή έχουν ένα 3-ψήφιο αριθμό " +#~ "μοντέλου όπως Centris 650 ή Quadra 950. Τα μοντέλα PowerPC της Apple πριν " +#~ "τον iMac έχουν τετραψήφιους αριθμούς." + #~ msgid "RiscPC and Riscstation" #~ msgstr "RiscPC και Riscstation" diff --git a/po/el/using-d-i.po b/po/el/using-d-i.po index 13cad760e..27964c2f0 100644 --- a/po/el/using-d-i.po +++ b/po/el/using-d-i.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: using-d-i\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-06-24 19:23+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-04-02 23:58+0300\n" "Last-Translator: quad-nrg.net \n" "Language-Team: Greek \n" @@ -2078,14 +2078,16 @@ msgstr "" #. Tag: para #: using-d-i.xml:1212 -#, no-c-format +#, fuzzy, no-c-format msgid "" "Next, you should choose Configure software RAID " -"from the main partman menu. On the first screen of " -"mdcfg simply select Create MD device. You will be presented with a list of supported types of MD " -"devices, from which you should choose one (e.g. RAID1). What follows depends " -"on the type of MD you selected." +"from the main partman menu. (The menu will only appear " +"after you mark at least one partition for use as physical " +"volume for RAID.) On the first screen of mdcfg simply select Create MD device. You will " +"be presented with a list of supported types of MD devices, from which you " +"should choose one (e.g. RAID1). What follows depends on the type of MD you " +"selected." msgstr "" "Στη συνεχεία, μέσα από το κύριο μενού του προγράμματος κατάτμησης θα πρέπει να επιλέξετε Ρύθμιση λογισμικού RAID/home)." #. Tag: para -#: using-d-i.xml:1259 +#: using-d-i.xml:1261 #, no-c-format msgid "" "After you setup MD devices to your liking, you can Finishpassphrase used when the encrypted partition was " +"originally created. This feature is useful to protect sensitive data in case " +"your laptop or hard drive gets stolen. The thief might get physical access " +"to the hard drive, but without knowing the right passphrase, the data on the " +"hard drive will look like random characters." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1289 +#, no-c-format +msgid "" +"The two most important partitions to encrypt are: the home partition, where " +"your private data resides, and the swap partition, where sensitive data " +"might be stored temporarily during operation. Of course, nothing prevents " +"you from encrypting any other partitions that might be of interest. For " +"example /var where database servers, mail servers or " +"print servers store their data, or /tmp which is used " +"by various programs to store potentially interesting temporary files. Some " +"people may even want to encrypt their whole system. The only exception is " +"the /boot partition which must remain unencrypted, " +"because currently there is no way to load the kernel from an encrypted " +"partition." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1304 +#, no-c-format +msgid "" +"Please note that the performance of encrypted partitions will be less than " +"that of unencrypted ones because the data needs to be decrypted or encrypted " +"for every read or write. The performance impact depends on your CPU speed, " +"chosen cipher and a key length." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1311 +#, no-c-format +msgid "" +"To use encryption, you have to create a new partition by selecting some free " +"space in the main partitioning menu. Another option is to choose an existing " +"partition (e.g. a regular partition, an LVM logical volume or a RAID " +"volume). In the Partition setting menu, you need to " +"select physical volume for encryption at the " +" Use as: option. The menu will " +"then change to include several cryptographic options for the partition." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1322 +#, no-c-format +msgid "" +"&d-i; supports several encryption methods. The default method is " +"dm-crypt (included in newer Linux kernels, able to " +"host LVM physical volumes), the other is loop-AES " +"(older, maintained separately from the Linux kernel tree). Unless you have " +"compelling reasons to do otherwise, it is recommended to use the default." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1334 +#, no-c-format +msgid "" +"First, let's have a look at available options available when you select " +"Device-mapper (dm-crypt) as the encryption method. As " +"always: when in doubt, use the defaults, because they have been carefully " +"chosen with security in mind." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1344 +#, no-c-format +msgid "Encryption: aes" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1346 +#, no-c-format +msgid "" +"This option lets you select the encryption algorithm (cipher) which will be used to encrypt the data on the partition. &d-i; " +"currently supports the following block ciphers: aes, " +"blowfish, serpent, and " +"twofish. It is beyond the scope of this document to " +"discuss the qualities of these different algorithms, however, it might help " +"your decision to know that in 2000, AES was chosen by " +"the American National Institute of Standards and Technology as the standard " +"encryption algorithm for protecting sensitive information in the 21st " +"century." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1364 +#, no-c-format +msgid "Key size: 256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1366 +#, no-c-format +msgid "" +"Here you can specify the length of the encryption key. With a larger key " +"size, the strength of the encryption is generally improved. On the other " +"hand, increasing the length of the key usually has a negative impact on " +"performance. Available key sizes vary depending on the cipher." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1378 +#, no-c-format +msgid "IV algorithm: cbc-essiv:sha256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1380 +#, no-c-format +msgid "" +"The Initialization Vector or IV algorithm is used in cryptography to ensure that applying the " +"cipher on the same clear text data with the same key " +"always produces a unique cipher text. The idea is to " +"prevent the attacker from deducing information from repeated patterns in the " +"encrypted data." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1390 +#, no-c-format +msgid "" +"From the provided alternatives, the default cbc-essiv:sha256 is currently the least vulnerable to known attacks. Use the other " +"alternatives only when you need to ensure compatibility with some previously " +"installed system that is not able to use newer algorithms." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1402 +#, no-c-format +msgid "Encryption key: Passphrase" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1404 +#, no-c-format +msgid "Here you can choose the type of the encryption key for this partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1410 +#, no-c-format +msgid "Passphrase" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1411 +#, no-c-format +msgid "" +"The encryption key will be computed Using a passphrase as " +"the key currently means that the partition will be set up using LUKS. on the basis of a passphrase " +"which you will be able to enter later in the process." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1426 using-d-i.xml:1519 +#, no-c-format +msgid "Random key" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1427 +#, no-c-format +msgid "" +"A new encryption key will be generated from random data each time you try to " +"bring up the encrypted partition. In other words: on every shutdown the " +"content of the partition will be lost as the key is deleted from memory. (Of " +"course, you could try to guess the key with a brute force attack, but unless " +"there is an unknown weakness in the cipher algorithm, it is not achievable " +"in our lifetime.)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1436 +#, no-c-format +msgid "" +"Random keys are useful for swap partitions because you do not need to bother " +"yourself with remembering the passphrase or wiping sensitive information " +"from the swap partition before shutting down your computer. However, it also " +"means that you will not be able to use the " +"suspend-to-disk functionality offered by newer Linux kernels " +"as it will be impossible (during a subsequent boot) to recover the suspended " +"data written to the swap partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1455 using-d-i.xml:1532 +#, no-c-format +msgid "Erase data: yes" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1457 +#, no-c-format +msgid "" +"Determines whether the content of this partition should be overwritten with " +"random data before setting up the encryption. This is recommended because it " +"might otherwise be possible for an attacker to discern which parts of the " +"partition are in use and which are not. In addition, this will make it " +"harder to recover any leftover data from previous " +"installations It is believed that the guys from three-letter " +"agencies can restore the data even after several rewrites of the " +"magnetooptical media, though. ." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1477 +#, no-c-format +msgid "" +"If you select Encryption method: " +"Loopback (loop-AES) , the menu " +"changes to provide the following options:" +msgstr "" + +#. Tag: term +#: using-d-i.xml:1486 +#, no-c-format +msgid "Encryption: AES256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1488 +#, no-c-format +msgid "" +"For loop-AES, unlike dm-crypt, the options for cipher and key size are " +"combined, so you can select both at the same time. Please see the above " +"sections on ciphers and key sizes for further information." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1498 +#, no-c-format +msgid "Encryption key: Keyfile (GnuPG)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1500 +#, no-c-format +msgid "Here you can select the type of the encryption key for this partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1506 +#, no-c-format +msgid "Keyfile (GnuPG)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1507 +#, no-c-format +msgid "" +"The encryption key will be generated from random data during the " +"installation. Moreover this key will be encrypted with GnuPG, so to use it, you will need to enter the proper passphrase " +"(you will be asked to provide one later in the process)." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1520 +#, no-c-format +msgid "Please see the the section on random keys above." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1534 +#, no-c-format +msgid "Please see the the section on erasing data above." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1543 +#, no-c-format +msgid "" +"Please note that the graphical version of the installer " +"still has some limitations when compared to the textual one. For " +"cryptography it means you can set up only volumes using " +"passphrases as the encryption keys." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1550 +#, no-c-format +msgid "" +"After you have selected the desired parameters for your encrypted " +"partitions, return back to the main partitioning menu. There should now be a " +"new menu item called Configure encrypted volumes. After " +"you select it, you will be asked to confirm the deletion of data on " +"partitions marked to be erased and possibly other actions such as writing a " +"new partition table. For large partitions this might take some time." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1561 +#, no-c-format +msgid "" +"Next you will be asked to enter a passphrase for partitions configured to " +"use one. Good passphrases should be longer than 8 characters, should be a " +"mixture of letters, numbers and other characters and should not contain " +"common dictionary words or information easily associable with you (such as " +"birthdates, hobbies, pet names, names of family members or relatives, etc.)." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1570 +#, no-c-format +msgid "" +"Before you input any passphrases, you should have made sure that your " +"keyboard is configured correctly and generates the expected characters. If " +"you are unsure, you can switch to the second virtual console and type some " +"text at the prompt. This ensures that you won't be surprised later, e.g. by " +"trying to input a passphrase using a qwerty keyboard layout when you used an " +"azerty layout during the installation. This situation can have several " +"causes. Maybe you switched to another keyboard layout during the " +"installation, or the selected keyboard layout might not have been set up yet " +"when entering the passphrase for the root file system." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1583 +#, no-c-format +msgid "" +"If you selected to use methods other than a passphrase to create encryption " +"keys, they will be generated now. Because the kernel may not have gathered a " +"sufficient amount of entropy at this early stage of the installation, the " +"process may take a long time. You can help speed up the process by " +"generating entropy: e.g. by pressing random keys, or by switching to the " +"shell on the second virtual console and generating some network and disk " +"traffic (downloading some files, feeding big files into /dev/null, etc.). This will be repeated for each partition to be encrypted." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1599 +#, no-c-format +msgid "" +"After returning to the main partitioning menu, you will see all encrypted " +"volumes as additional partitions which can be configured in the same way as " +"ordinary partitions. The following example shows two different volumes. The " +"first one is encrypted via dm-crypt, the second one via loop-AES. " +"\n" +"Encrypted volume (crypt0) - 115.1 GB Linux device-" +"mapper\n" +" #1 115.1 GB F ext3\n" +"\n" +"Loopback (loop0) - 515.2 MB AES256 keyfile\n" +" #1 515.2 MB F ext3\n" +" Now is the time to assign mount points to the " +"volumes and optionally change the file system types if the defaults do not " +"suit you." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1612 +#, no-c-format +msgid "" +"One thing to note here are the identifiers in parentheses " +"(crypt0 and loop0 in " +"this case) and the mount points you assigned to each encrypted volume. You " +"will need this information later when booting the new system. The " +"differences between ordinary boot process and boot process with encryption " +"involved will be covered later in ." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1622 +#, no-c-format +msgid "" +"Once you are satisfied with the partitioning scheme, continue with the " +"installation." +msgstr "" + +#. Tag: title +#: using-d-i.xml:1633 #, no-c-format msgid "Setting up the System" msgstr "Ρύθμιση του Συστήματος" #. Tag: para -#: using-d-i.xml:1273 +#: using-d-i.xml:1634 #, no-c-format msgid "" "After partitioning the installer asks a few more questions that will be used " @@ -2190,13 +2585,13 @@ msgstr "" "χρησιμοποιηθούν για την ρύθμιση του συστήματος που πρόκειται να εγκατασταθεί." #. Tag: title -#: using-d-i.xml:1285 +#: using-d-i.xml:1646 #, no-c-format msgid "Configuring Your Time Zone" msgstr "Ρύθμιση της Χρονικής Ζώνης" #. Tag: para -#: using-d-i.xml:1287 +#: using-d-i.xml:1648 #, no-c-format msgid "" "Depending on the location selected at the beginning of the installation " @@ -2210,13 +2605,13 @@ msgstr "" "ερωτηθείτε καθόλου και το σύστημα θα υποθέσει ότι ισχύει αυτή η χρονική ζώνη." #. Tag: title -#: using-d-i.xml:1303 +#: using-d-i.xml:1664 #, no-c-format msgid "Configuring the Clock" msgstr "Ρύθμιση του ρολογιού" #. Tag: para -#: using-d-i.xml:1305 +#: using-d-i.xml:1666 #, no-c-format msgid "" "The installer might ask you if the computer's clock is set to UTC. Normally " @@ -2231,7 +2626,7 @@ msgstr "" "εγκατεστημμένα." #. Tag: para -#: using-d-i.xml:1312 +#: using-d-i.xml:1673 #, no-c-format msgid "" "In expert mode you will always be able to choose whether or not the clock is " @@ -2251,7 +2646,7 @@ msgstr "" "ώρα GMT." #. Tag: para -#: using-d-i.xml:1323 +#: using-d-i.xml:1684 #, no-c-format msgid "" "Note that the installer does not currently allow you to actually set the " @@ -2261,19 +2656,19 @@ msgid "" msgstr " " #. Tag: title -#: using-d-i.xml:1339 +#: using-d-i.xml:1700 #, no-c-format msgid "Setting Up Users And Passwords" msgstr "Ρύθμιση των Χρηστών και των Κωδικών Πρόσβασης" #. Tag: title -#: using-d-i.xml:1342 +#: using-d-i.xml:1703 #, no-c-format msgid "Set the Root Password" msgstr "Ορίστε τον κωδικό πρόσβασης για τον χρήστη Root" #. Tag: para -#: using-d-i.xml:1344 +#: using-d-i.xml:1705 #, no-c-format msgid "" "The root account is also called the super-" @@ -2289,7 +2684,7 @@ msgstr "" "χρονικό διάστημα." #. Tag: para -#: using-d-i.xml:1352 +#: using-d-i.xml:1713 #, no-c-format msgid "" "Any password you create should contain at least 6 characters, and should " @@ -2306,7 +2701,7 @@ msgstr "" "μπορούσε κανείς να μαντέψει." #. Tag: para -#: using-d-i.xml:1360 +#: using-d-i.xml:1721 #, no-c-format msgid "" "If anyone ever tells you they need your root password, be extremely wary. " @@ -2319,13 +2714,13 @@ msgstr "" "έναν διαχειριστές συστήματος." #. Tag: title -#: using-d-i.xml:1370 +#: using-d-i.xml:1731 #, no-c-format msgid "Create an Ordinary User" msgstr "Δημιουργία ενός απλού χρήστη" #. Tag: para -#: using-d-i.xml:1372 +#: using-d-i.xml:1733 #, no-c-format msgid "" "The system will ask you whether you wish to create an ordinary user account " @@ -2340,7 +2735,7 @@ msgstr "" "στο σύστημα." #. Tag: para -#: using-d-i.xml:1379 +#: using-d-i.xml:1740 #, no-c-format msgid "" "Why not? Well, one reason to avoid using root's privileges is that it is " @@ -2363,7 +2758,7 @@ msgstr "" "εξοικειωμένοι με τα θέματα αυτά." #. Tag: para -#: using-d-i.xml:1389 +#: using-d-i.xml:1750 #, no-c-format msgid "" "You will first be prompted for the user's full name. Then you'll be asked " @@ -2377,7 +2772,7 @@ msgstr "" "θα σας ζητηθεί να δώσετε ένα κωδικό πρόσβασης για τον λογαριασμό." #. Tag: para -#: using-d-i.xml:1396 +#: using-d-i.xml:1757 #, no-c-format msgid "" "If at any point after installation you would like to create another account, " @@ -2387,13 +2782,13 @@ msgstr "" "έναν άλλο λογαριασμό χρησιμοποιήσετε την εντολή adduser." #. Tag: title -#: using-d-i.xml:1408 +#: using-d-i.xml:1769 #, no-c-format msgid "Installing the Base System" msgstr "Εγκατάσταση του Βασικού Συστήματος" #. Tag: para -#: using-d-i.xml:1409 +#: using-d-i.xml:1770 #, no-c-format msgid "" "Although this stage is the least problematic, it consumes a significant " @@ -2408,13 +2803,13 @@ msgstr "" "ώρα." #. Tag: title -#: using-d-i.xml:1423 +#: using-d-i.xml:1784 #, no-c-format msgid "Base System Installation" msgstr "Εγκατάσταση του Βασικού Συστήματος" #. Tag: para -#: using-d-i.xml:1425 +#: using-d-i.xml:1786 #, no-c-format msgid "" "During the Base installation, package unpacking and setup messages are " @@ -2431,7 +2826,7 @@ msgstr "" "keycap>." #. Tag: para -#: using-d-i.xml:1435 +#: using-d-i.xml:1796 #, no-c-format msgid "" "The unpack/setup messages generated by the base installation are saved in " @@ -2443,7 +2838,7 @@ msgstr "" "εγκατάσταση γίνεται σε μια σειριακή κονσόλα." #. Tag: para -#: using-d-i.xml:1441 +#: using-d-i.xml:1802 #, no-c-format msgid "" "As part of the installation, a Linux kernel will be installed. At the " @@ -2458,13 +2853,13 @@ msgstr "" "πυρήνων." #. Tag: title -#: using-d-i.xml:1454 +#: using-d-i.xml:1815 #, no-c-format msgid "Installing Additional Software" msgstr "Εγκατάσταση Επιπρόσθετου Λογισμικού" #. Tag: para -#: using-d-i.xml:1455 +#: using-d-i.xml:1816 #, no-c-format msgid "" "After the base system is installed, you have a usable but limited system. " @@ -2481,13 +2876,13 @@ msgstr "" "συστήματος αν έχετε έναν αργό υπολογιστή ή μια αργή δικτυακή σύνδεση." #. Tag: title -#: using-d-i.xml:1469 +#: using-d-i.xml:1830 #, no-c-format msgid "Configuring apt" msgstr "Ρύθμιση του apt" #. Tag: para -#: using-d-i.xml:1471 +#: using-d-i.xml:1832 #, no-c-format msgid "" "The main means that people use to install packages on their system is via a " @@ -2523,7 +2918,7 @@ msgstr "" "ωραίο interface.για τον χρήστη." #. Tag: para -#: using-d-i.xml:1495 +#: using-d-i.xml:1856 #, no-c-format msgid "" "apt must be configured so that it knows where to retrieve " @@ -2541,13 +2936,13 @@ msgstr "" "και να το διορθώσετε όπως επιθυμείτε μετά την ολοκήρωση της εγκατάστασης." #. Tag: title -#: using-d-i.xml:1511 +#: using-d-i.xml:1872 #, no-c-format msgid "Selecting and Installing Software" msgstr "Επιλογή και εγκατάσταση Λογισμικού" #. Tag: para -#: using-d-i.xml:1513 +#: using-d-i.xml:1874 #, no-c-format msgid "" "During the installation process, you are given the opportunity to select " @@ -2565,7 +2960,7 @@ msgstr "" "υπολογιστή σας για την εκτέλεση διαφόρων \"καθηκόντων\"." #. Tag: para -#: using-d-i.xml:1522 +#: using-d-i.xml:1883 #, no-c-format msgid "" "So, you have the ability to choose tasks first, and " @@ -2603,7 +2998,7 @@ msgstr "" "\"καθήκοντα\"." #. Tag: para -#: using-d-i.xml:1547 +#: using-d-i.xml:1908 #, no-c-format msgid "" "Once you've selected your tasks, select Ok. At this " @@ -2614,7 +3009,7 @@ msgstr "" "εγκαταστήσει τα πακέτα που έχετε διαλέξει." #. Tag: para -#: using-d-i.xml:1554 +#: using-d-i.xml:1915 #, no-c-format msgid "" "In the standard user interface of the installer, you can use the space bar " @@ -2625,7 +3020,7 @@ msgstr "" "\"." #. Tag: para -#: using-d-i.xml:1561 +#: using-d-i.xml:1922 #, no-c-format msgid "" "Note that some tasks may be pre-selected based on the characteristics of the " @@ -2640,7 +3035,7 @@ msgstr "" "\"καθήκοντα\" αυτά σ' αυτό το σημείο." #. Tag: para -#: using-d-i.xml:1569 +#: using-d-i.xml:1930 #, no-c-format msgid "" "Each package you selected with tasksel is downloaded, " @@ -2656,13 +3051,13 @@ msgstr "" "αυτής." #. Tag: title -#: using-d-i.xml:1578 +#: using-d-i.xml:1939 #, no-c-format msgid "Configuring Your Mail Transport Agent" msgstr "Ρύθμιση του Πράκτορα Μεταφοράς Αλληλογραφίας (MTA)" #. Tag: para -#: using-d-i.xml:1580 +#: using-d-i.xml:1941 #, no-c-format msgid "" "Today, email is a very important part of many people's life, so it's no " @@ -2679,7 +3074,7 @@ msgstr "" "και εύκολο στην εκμάθηση." #. Tag: para -#: using-d-i.xml:1588 +#: using-d-i.xml:1949 #, no-c-format msgid "" "You may ask if this is needed even if your computer is not connected to any " @@ -2695,7 +3090,7 @@ msgstr "" "σημαντικές πληροφορίες μέσω του ηλεκτρονικού ταχυδρομείου." #. Tag: para -#: using-d-i.xml:1596 +#: using-d-i.xml:1957 #, no-c-format msgid "" "So on the first screen you will be presented with several common mail " @@ -2706,13 +3101,13 @@ msgstr "" "στις δικές σας ανάγκες:" #. Tag: term -#: using-d-i.xml:1605 +#: using-d-i.xml:1966 #, no-c-format msgid "internet site" msgstr "Διαδικτυακός τόπος" #. Tag: para -#: using-d-i.xml:1606 +#: using-d-i.xml:1967 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -2727,13 +3122,13 @@ msgstr "" "μεταβιβάζετε αλληλογραφία." #. Tag: term -#: using-d-i.xml:1617 +#: using-d-i.xml:1978 #, no-c-format msgid "mail sent by smarthost" msgstr "αλληλογραφία που αποστέλλεται μέσω smarthost" #. Tag: para -#: using-d-i.xml:1618 +#: using-d-i.xml:1979 #, no-c-format msgid "" "In this scenario is your outgoing mail forwarded to another machine, called " @@ -2752,13 +3147,13 @@ msgstr "" "επιλογή αυτή είναι κατάλληλη για χρήστες dial-up." #. Tag: term -#: using-d-i.xml:1631 +#: using-d-i.xml:1992 #, no-c-format msgid "local delivery only" msgstr "Μόνο τοπική παράδοση" #. Tag: para -#: using-d-i.xml:1632 +#: using-d-i.xml:1993 #, no-c-format msgid "" "Your system is not on a network and mail is sent or received only between " @@ -2777,13 +3172,13 @@ msgstr "" "βολική για νέους χρήστες καθώς δεν συνοδεύεται από άλλες επιπλέον ερωτήσεις." #. Tag: term -#: using-d-i.xml:1645 +#: using-d-i.xml:2006 #, no-c-format msgid "no configuration at this time" msgstr "όχι ρύθμιση αυτή τη φορά" #. Tag: para -#: using-d-i.xml:1646 +#: using-d-i.xml:2007 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -2798,7 +3193,7 @@ msgstr "" "συστήματός σας." #. Tag: para -#: using-d-i.xml:1657 +#: using-d-i.xml:2018 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer setup, " @@ -2814,13 +3209,13 @@ msgstr "" "μπορούν να βρεθούν στον κατάλογο /usr/share/doc/exim4." #. Tag: title -#: using-d-i.xml:1672 +#: using-d-i.xml:2033 #, no-c-format msgid "Making Your System Bootable" msgstr "Καθιστώντας το Σύστημα Εκκινήσιμο" #. Tag: para -#: using-d-i.xml:1674 +#: using-d-i.xml:2035 #, no-c-format msgid "" "If you are installing a diskless workstation, obviously, booting off the " @@ -2835,7 +3230,7 @@ msgstr "" "Δείτε το ." #. Tag: para -#: using-d-i.xml:1682 +#: using-d-i.xml:2043 #, no-c-format msgid "" "Note that multiple operating systems booting on a single machine is still " @@ -2852,13 +3247,13 @@ msgstr "" "οδηγίες χρήσης του φορτωτή σας εκκίνησης." #. Tag: title -#: using-d-i.xml:1697 +#: using-d-i.xml:2058 #, no-c-format msgid "Detecting other operating systems" msgstr "Ανίχνευση άλλων λειτουργικών συστημάτων" #. Tag: para -#: using-d-i.xml:1699 +#: using-d-i.xml:2060 #, no-c-format msgid "" "Before a boot loader is installed, the installer will attempt to probe for " @@ -2875,7 +3270,7 @@ msgstr "" "λειτουργικά συστήματα." #. Tag: para -#: using-d-i.xml:1707 +#: using-d-i.xml:2068 #, no-c-format msgid "" "Note that multiple operating systems booting on a single machine is still " @@ -2893,13 +3288,13 @@ msgstr "" "σας εκκίνησης." #. Tag: title -#: using-d-i.xml:1725 +#: using-d-i.xml:2086 #, no-c-format msgid "Install aboot on a Hard Disk" msgstr "Εγκατάσταση του aboot σε Σκληρό Δίσκο" #. Tag: para -#: using-d-i.xml:1726 +#: using-d-i.xml:2087 #, no-c-format msgid "" "If you have booted from SRM, if you select this option, the installer will " @@ -2922,13 +3317,13 @@ msgstr "" "το GNU/Linux από δισκέτα. " #. Tag: title -#: using-d-i.xml:1746 +#: using-d-i.xml:2107 #, no-c-format msgid "palo-installer" msgstr "εγκαταστάτης του palo" #. Tag: para -#: using-d-i.xml:1747 +#: using-d-i.xml:2108 #, no-c-format msgid "" "The bootloader on PA-RISC is palo. PALO is " @@ -2945,20 +3340,20 @@ msgstr "" "πράγματι να διαβάσει τμήματα Linux." #. Tag: para -#: using-d-i.xml:1756 +#: using-d-i.xml:2117 #, no-c-format msgid "hppa FIXME ( need more info )" msgstr "hppa FIXME ( need more info )" #. Tag: title -#: using-d-i.xml:1768 +#: using-d-i.xml:2129 #, no-c-format msgid "Install the Grub Boot Loader on a Hard Disk" msgstr "" "Εγκατάσταση στο Σκληρό Δίσκο του Φορτωτή Εκκίνησης Grub" #. Tag: para -#: using-d-i.xml:1770 +#: using-d-i.xml:2131 #, no-c-format msgid "" "The main &architecture; boot loader is called grub. Grub is a " @@ -2970,7 +3365,7 @@ msgstr "" "ορισμοί επιλογή του debian εγκαταστάτη για αρχάριους όπως και για βετεράνους." #. Tag: para -#: using-d-i.xml:1776 +#: using-d-i.xml:2137 #, no-c-format msgid "" "By default, grub will be installed into the Master Boot Record (MBR), where " @@ -2983,7 +3378,7 @@ msgstr "" "βιβλίο οδηγιών του grub." #. Tag: para -#: using-d-i.xml:1782 +#: using-d-i.xml:2143 #, no-c-format msgid "" "If you do not want to install grub at all, use the Back button to get to the " @@ -2994,14 +3389,14 @@ msgstr "" "εκκίνησης θέλετε." #. Tag: title -#: using-d-i.xml:1796 +#: using-d-i.xml:2157 #, no-c-format msgid "Install the LILO Boot Loader on a Hard Disk" msgstr "" "Εγκατάσταση στο Σκληρό Δίσκο του Φορτωτή Εκκίνησης Lilo" #. Tag: para -#: using-d-i.xml:1798 +#: using-d-i.xml:2159 #, no-c-format msgid "" "The second &architecture; boot loader is called LILO. It is " @@ -3019,7 +3414,7 @@ msgstr "" "\">LILO mini-HOWTO ιστοσελίδα." #. Tag: para -#: using-d-i.xml:1808 +#: using-d-i.xml:2169 #, no-c-format msgid "" "Currently the LILO installation will only create menu entries for other " @@ -3034,7 +3429,7 @@ msgstr "" "συστήματα όπως GNU/Linux και GNU/Hurd. " #. Tag: para -#: using-d-i.xml:1816 +#: using-d-i.xml:2177 #, no-c-format msgid "" "&d-i; presents you three choices where to install the LILOLILO:" #. Tag: term -#: using-d-i.xml:1823 +#: using-d-i.xml:2184 #, no-c-format msgid "Master Boot Record (MBR)" msgstr "Κύρια Εγγραφή Εκκίνησης (MBR)" #. Tag: para -#: using-d-i.xml:1823 +#: using-d-i.xml:2184 #, no-c-format msgid "" "This way the LILO will take complete control of the boot " @@ -3060,13 +3455,13 @@ msgstr "" "διαδικασίας εκκίνησης." #. Tag: term -#: using-d-i.xml:1830 +#: using-d-i.xml:2191 #, no-c-format msgid "new Debian partition" msgstr "νέο τμήμα Debian" #. Tag: para -#: using-d-i.xml:1830 +#: using-d-i.xml:2191 #, no-c-format msgid "" "Choose this if you want to use another boot manager. LILO " @@ -3078,13 +3473,13 @@ msgstr "" "τμήματος Debian και θα χρησιμεύσει ως δευτερεύον φορτωτής εκκίνησης." #. Tag: term -#: using-d-i.xml:1839 +#: using-d-i.xml:2200 #, no-c-format msgid "Other choice" msgstr "Άλλη επιλογή" #. Tag: para -#: using-d-i.xml:1839 +#: using-d-i.xml:2200 #, no-c-format msgid "" "Useful for advanced users who want to install LILO " @@ -3103,7 +3498,7 @@ msgstr "" "sda." #. Tag: para -#: using-d-i.xml:1851 +#: using-d-i.xml:2212 #, no-c-format msgid "" "If you can no longer boot into Windows 9x (or DOS) after this step, you'll " @@ -3122,14 +3517,14 @@ msgstr "" "παρακαλούμε να διαβάσετε το ." #. Tag: title -#: using-d-i.xml:1868 +#: using-d-i.xml:2229 #, no-c-format msgid "Install the ELILO Boot Loader on a Hard Disk" msgstr "" "Εγκατάσταση του Φορτωτή Εκκίνησης ELILO στο Σκληρό Δίσκο" #. Tag: para -#: using-d-i.xml:1870 +#: using-d-i.xml:2231 #, no-c-format msgid "" "The &architecture; boot loader is called elilo. It is modeled " @@ -3159,7 +3554,7 @@ msgstr "" "συντελεστεί στην πραγματικότητα η φόρτωση και εκκίνηση του πυρήνα Linux." #. Tag: para -#: using-d-i.xml:1886 +#: using-d-i.xml:2247 #, no-c-format msgid "" "The elilo configuration and installation is done as the last " @@ -3177,13 +3572,13 @@ msgstr "" "σύστημα αρχείων root." #. Tag: title -#: using-d-i.xml:1898 +#: using-d-i.xml:2259 #, no-c-format msgid "Choose the correct partition!" msgstr "Επιλέξτε το σωστό τμήμα!" #. Tag: para -#: using-d-i.xml:1900 +#: using-d-i.xml:2261 #, no-c-format msgid "" "The criteria for selecting a partition is that it is FAT format filesystem " @@ -3203,13 +3598,13 @@ msgstr "" "εγκατάστασης, διαγράφοντας τα πάντα." #. Tag: title -#: using-d-i.xml:1915 +#: using-d-i.xml:2276 #, no-c-format msgid "EFI Partition Contents" msgstr "Περιεχόμενα του Τμήματος EFI" #. Tag: para -#: using-d-i.xml:1917 +#: using-d-i.xml:2278 #, no-c-format msgid "" "The EFI partition is a FAT filesystem format partition on one of the hard " @@ -3240,13 +3635,13 @@ msgstr "" "αρχείων στη διάρκεια αναβάθμισης του συστήματος ή επαναρύθμισής του." #. Tag: filename -#: using-d-i.xml:1939 +#: using-d-i.xml:2300 #, no-c-format msgid "elilo.conf" msgstr "elilo.conf" #. Tag: para -#: using-d-i.xml:1940 +#: using-d-i.xml:2301 #, no-c-format msgid "" "This is the configuration file read by the boot loader when it starts. It is " @@ -3258,13 +3653,13 @@ msgstr "" "αλλαγμένα έτσι ώστε να αναφέρονται στα αρχεία του τμήματος EFI." #. Tag: filename -#: using-d-i.xml:1949 +#: using-d-i.xml:2310 #, no-c-format msgid "elilo.efi" msgstr "elilo.efi" #. Tag: para -#: using-d-i.xml:1950 +#: using-d-i.xml:2311 #, no-c-format msgid "" "This is the boot loader program that the EFI Boot Manager " @@ -3278,13 +3673,13 @@ msgstr "" "Εκκίνησης EFI του Debian GNU/Linux." #. Tag: filename -#: using-d-i.xml:1960 +#: using-d-i.xml:2321 #, no-c-format msgid "initrd.img" msgstr "initrd.img" #. Tag: para -#: using-d-i.xml:1961 +#: using-d-i.xml:2322 #, no-c-format msgid "" "This is the initial root filesystem used to boot the kernel. It is a copy of " @@ -3299,13 +3694,13 @@ msgstr "" "συμβολικού δεσμού το /initrd.img." #. Tag: filename -#: using-d-i.xml:1973 +#: using-d-i.xml:2334 #, no-c-format msgid "readme.txt" msgstr "readme.txt" #. Tag: para -#: using-d-i.xml:1974 +#: using-d-i.xml:2335 #, no-c-format msgid "" "This is a small text file warning you that the contents of the directory are " @@ -3318,13 +3713,13 @@ msgstr "" "το /usr/sbin/elilo." #. Tag: filename -#: using-d-i.xml:1984 +#: using-d-i.xml:2345 #, no-c-format msgid "vmlinuz" msgstr "vmlinuz" #. Tag: para -#: using-d-i.xml:1985 +#: using-d-i.xml:2346 #, no-c-format msgid "" "This is the compressed kernel itself. It is a copy of the file referenced in " @@ -3338,13 +3733,13 @@ msgstr "" "δείχνει μεσώ συμβολικού δεσμού το αρχείο /vmlinuz." #. Tag: title -#: using-d-i.xml:2005 +#: using-d-i.xml:2366 #, no-c-format msgid "arcboot-installer" msgstr "εγκαταστάτης του arcboot" #. Tag: para -#: using-d-i.xml:2006 +#: using-d-i.xml:2367 #, no-c-format msgid "" "The boot loader on SGI machines is arcboot. It has to be " @@ -3389,13 +3784,13 @@ msgstr "" "στη συνέχεια boot." #. Tag: replaceable -#: using-d-i.xml:2025 +#: using-d-i.xml:2386 #, no-c-format msgid "scsi" msgstr "scsi" #. Tag: para -#: using-d-i.xml:2026 +#: using-d-i.xml:2387 #, no-c-format msgid "" "is the SCSI bus to be booted from, this is 0 for the " @@ -3405,13 +3800,13 @@ msgstr "" "0 για ελεγκτές ενσωματωμένους στην μητρική" #. Tag: replaceable -#: using-d-i.xml:2034 +#: using-d-i.xml:2395 #, no-c-format msgid "disk" msgstr "disk" #. Tag: para -#: using-d-i.xml:2035 +#: using-d-i.xml:2396 #, no-c-format msgid "" "is the SCSI ID of the hard disk on which arcboot is " @@ -3421,13 +3816,13 @@ msgstr "" "arcboot." #. Tag: replaceable -#: using-d-i.xml:2043 using-d-i.xml:2112 +#: using-d-i.xml:2404 using-d-i.xml:2473 #, no-c-format msgid "partnr" msgstr "partnr" #. Tag: para -#: using-d-i.xml:2044 +#: using-d-i.xml:2405 #, no-c-format msgid "" "is the number of the partition on which /etc/arcboot.conf." #. Tag: replaceable -#: using-d-i.xml:2052 +#: using-d-i.xml:2413 #, no-c-format msgid "config" msgstr "config" #. Tag: para -#: using-d-i.xml:2053 +#: using-d-i.xml:2414 #, no-c-format msgid "" "is the name of the configuration entry in /etc/arcboot.conf, το οποίο εξ ορισμού είναι linux." #. Tag: title -#: using-d-i.xml:2074 +#: using-d-i.xml:2435 #, no-c-format msgid "delo-installer" msgstr "εγκαταστάτης του delo" #. Tag: para -#: using-d-i.xml:2075 +#: using-d-i.xml:2436 #, no-c-format msgid "" "The boot loader on DECstations is DELO. It has to be " @@ -3489,13 +3884,13 @@ msgstr "" "" #. Tag: replaceable -#: using-d-i.xml:2094 +#: using-d-i.xml:2455 #, no-c-format msgid "#" msgstr "#" #. Tag: para -#: using-d-i.xml:2095 +#: using-d-i.xml:2456 #, no-c-format msgid "" "is the TurboChannel device to be booted from, on most DECstations this is " @@ -3506,13 +3901,13 @@ msgstr "" "μητρική αυτό είναι 3 " #. Tag: replaceable -#: using-d-i.xml:2103 +#: using-d-i.xml:2464 #, no-c-format msgid "id" msgstr "id" #. Tag: para -#: using-d-i.xml:2104 +#: using-d-i.xml:2465 #, no-c-format msgid "" "is the SCSI ID of the hard disk on which DELO is installed" @@ -3521,7 +3916,7 @@ msgstr "" "DELO ." #. Tag: para -#: using-d-i.xml:2113 +#: using-d-i.xml:2474 #, no-c-format msgid "" "is the number of the partition on which /etc/delo.conf " @@ -3531,13 +3926,13 @@ msgstr "" "delo.conf." #. Tag: replaceable -#: using-d-i.xml:2121 +#: using-d-i.xml:2482 #, no-c-format msgid "name" msgstr "name" #. Tag: para -#: using-d-i.xml:2122 +#: using-d-i.xml:2483 #, no-c-format msgid "" "is the name of the configuration entry in /etc/delo.conf, το οποίο εξ ορισμού είναι linux." #. Tag: para -#: using-d-i.xml:2132 +#: using-d-i.xml:2493 #, no-c-format msgid "" "In case /etc/delo.conf is on the first partition on the " @@ -3558,19 +3953,19 @@ msgstr "" "ρύθμισης, το σωστό είναι να χρησιμοποιήσετε" #. Tag: screen -#: using-d-i.xml:2138 +#: using-d-i.xml:2499 #, no-c-format msgid "boot #/rzid" msgstr "boot #/rzid" #. Tag: title -#: using-d-i.xml:2148 +#: using-d-i.xml:2509 #, no-c-format msgid "Install Yaboot on a Hard Disk" msgstr "Εγκατάσταση στον Σκληρό Δίσκο του Yaboot " #. Tag: para -#: using-d-i.xml:2149 +#: using-d-i.xml:2510 #, no-c-format msgid "" "Newer (mid 1998 and on) PowerMacs use yaboot as their " @@ -3591,13 +3986,13 @@ msgstr "" "OpenFirmware θα είναι ρυθμισμένο να ξεκινά το &debian;." #. Tag: title -#: using-d-i.xml:2167 +#: using-d-i.xml:2528 #, no-c-format msgid "Install Quik on a Hard Disk" msgstr "Εγκατάσταση στον Σκληρό Δίσκο του Quik" #. Tag: para -#: using-d-i.xml:2168 +#: using-d-i.xml:2529 #, no-c-format msgid "" "The boot loader for OldWorld Power Macintosh machines is quikzipl-installer" msgstr "εγκαταστάτης του zipl" #. Tag: para -#: using-d-i.xml:2185 +#: using-d-i.xml:2546 #, no-c-format msgid "" "The boot loader on &arch-title; is zipl. ZIPL στον δικτυακό τόπο των developerWorks της IBM." #. Tag: title -#: using-d-i.xml:2202 +#: using-d-i.xml:2563 #, no-c-format msgid "Install the SILO Boot Loader on a Hard Disk" msgstr "" "Εγκατάσταση στον Σκληρό Δίσκο του Φορτωτή Εκκίνησης SILO" #. Tag: para -#: using-d-i.xml:2204 +#: using-d-i.xml:2565 #, no-c-format msgid "" "The standard &architecture; boot loader is called silo. It is " @@ -3676,13 +4071,13 @@ msgstr "" "SunOS/Solaris. " #. Tag: title -#: using-d-i.xml:2229 +#: using-d-i.xml:2590 #, no-c-format msgid "Continue Without Boot Loader" msgstr "Συνεχίστε Χωρίς Φορτωτή Εκκίνησης" #. Tag: para -#: using-d-i.xml:2231 +#: using-d-i.xml:2592 #, no-c-format msgid "" "This option can be used to complete the installation even when no boot " @@ -3702,7 +4097,7 @@ msgstr "" "σύστημα και να χρησιμοποιηθεί για την εκκίνηση του GNU/Linux." #. Tag: para -#: using-d-i.xml:2240 +#: using-d-i.xml:2601 #, no-c-format msgid "" "If you plan to manually configure your bootloader, you should check the name " @@ -3725,13 +4120,13 @@ msgstr "" "επίσης να γνωρίζετε το σύστημα αρχείων του /boot. " #. Tag: title -#: using-d-i.xml:2257 +#: using-d-i.xml:2618 #, no-c-format msgid "Finishing the Installation" msgstr "Τελειώνοντας την Εγκατάσταση" #. Tag: para -#: using-d-i.xml:2258 +#: using-d-i.xml:2619 #, no-c-format msgid "" "These are the last bits to do before rebooting to your new system. It mostly " @@ -3742,13 +4137,13 @@ msgstr "" "μετά την χρήση του &d-i;." #. Tag: title -#: using-d-i.xml:2270 +#: using-d-i.xml:2631 #, no-c-format msgid "Finish the Installation and Reboot" msgstr "Ολοκλήρωση της Εγκατάστασης και Επανεκκίνηση" #. Tag: para -#: using-d-i.xml:2272 +#: using-d-i.xml:2633 #, no-c-format msgid "" "This is the last step in the initial Debian installation process. You will " @@ -3763,7 +4158,7 @@ msgstr "" "να εισέλθετε στο νέο σας Debian σύστημα. " #. Tag: para -#: using-d-i.xml:2279 +#: using-d-i.xml:2640 #, no-c-format msgid "" "Select the Finish the installation menu item " @@ -3779,13 +4174,13 @@ msgstr "" "στην διάρκεια του πρώτου σταδίου της εγκατάστασης." #. Tag: title -#: using-d-i.xml:2293 +#: using-d-i.xml:2654 #, no-c-format msgid "Miscellaneous" msgstr "Διάφορα" #. Tag: para -#: using-d-i.xml:2294 +#: using-d-i.xml:2655 #, no-c-format msgid "" "The components listed in this section are usually not involved in the " @@ -3797,13 +4192,13 @@ msgstr "" "για να βοηθήσουν τον χρήστη σε περίπτωση που κάτι δεν πάει καλά." #. Tag: title -#: using-d-i.xml:2307 +#: using-d-i.xml:2668 #, no-c-format msgid "Saving the installation logs" msgstr "Αποθήκευση αρχείων ημερολογίου εγκατάστασης" #. Tag: para -#: using-d-i.xml:2309 +#: using-d-i.xml:2670 #, no-c-format msgid "" "If the installation is successful, the logfiles created during the " @@ -3816,7 +4211,7 @@ msgstr "" "Debian." #. Tag: para -#: using-d-i.xml:2316 +#: using-d-i.xml:2677 #, no-c-format msgid "" "Choosing Save debug logs from the main menu " @@ -3833,13 +4228,13 @@ msgstr "" "σε ένα άλλο σύστημα ή να τα επισυνάψετε σε μια αναφορά εγκατάστασης." #. Tag: title -#: using-d-i.xml:2336 +#: using-d-i.xml:2697 #, no-c-format msgid "Using the Shell and Viewing the Logs" msgstr "Χρήση του Κελύφους και Παρακολούθηση των Καταγραφών Εγκατάστασης" #. Tag: para -#: using-d-i.xml:2339 +#: using-d-i.xml:2700 #, no-c-format msgid "" "There is an Execute a Shell item on the menu. If " @@ -3863,7 +4258,7 @@ msgstr "" "τύπο κελύφους Bourne ονομαζόμενο ash. " #. Tag: para -#: using-d-i.xml:2351 +#: using-d-i.xml:2712 #, no-c-format msgid "" "At this point you are booted from the RAM disk, and there is a limited set " @@ -3882,7 +4277,7 @@ msgstr "" "και το ιστορικό." #. Tag: para -#: using-d-i.xml:2360 +#: using-d-i.xml:2721 #, no-c-format msgid "" "Use the menus to perform any task that they are able to do — the shell " @@ -3904,13 +4299,13 @@ msgstr "" "κέλυφος, πληκτρολογήστε exit. " #. Tag: title -#: using-d-i.xml:2379 +#: using-d-i.xml:2740 #, no-c-format msgid "Installation Over the Network" msgstr "Εγκατάσταση μέσω δικτύου" #. Tag: para -#: using-d-i.xml:2381 +#: using-d-i.xml:2742 #, no-c-format msgid "" "One of the more interesting components is network-console)." #. Tag: para -#: using-d-i.xml:2391 +#: using-d-i.xml:2752 #, no-c-format msgid "" "This component is not loaded into the main installation menu by default, so " @@ -3954,7 +4349,7 @@ msgstr "" "guimenuitem>." #. Tag: para -#: using-d-i.xml:2404 +#: using-d-i.xml:2765 #, no-c-format msgid "" "For installations on &arch-title;, this is the default method after setting " @@ -3964,7 +4359,7 @@ msgstr "" "μέθοδος μετά την ρύθμιση του δικτύου." #. Tag: para -#: using-d-i.xml:2409 +#: using-d-i.xml:2770 #, no-c-format msgid "" "After selecting this new entry, you " @@ -3988,7 +4383,7 @@ msgstr "" "εγκατάσταση από μακριά." #. Tag: para -#: using-d-i.xml:2421 +#: using-d-i.xml:2782 #, no-c-format msgid "" "Should you decide to continue with the installation locally, you can always " @@ -4000,7 +4395,7 @@ msgstr "" "μπορείτε να διαλέξετε ένα άλλο συστατικό του εγκαταστάτη." #. Tag: para -#: using-d-i.xml:2427 +#: using-d-i.xml:2788 #, no-c-format msgid "" "Now let's switch to the other side of the wire. As a prerequisite, you need " @@ -4034,7 +4429,7 @@ msgstr "" "επιβεβαιώσετε ότι είναι σωστό." #. Tag: para -#: using-d-i.xml:2444 +#: using-d-i.xml:2805 #, no-c-format msgid "" "If you install several computers in turn and they happen to have the same IP " @@ -4053,7 +4448,7 @@ msgstr "" "filename> και να ξαναπροσπαθήσετε." #. Tag: para -#: using-d-i.xml:2453 +#: using-d-i.xml:2814 #, no-c-format msgid "" "After the login you will be presented with an initial screen where you have " @@ -4074,7 +4469,7 @@ msgstr "" "μπορείτε να ξεκινήσετε πολλαπλά κελύφη." #. Tag: para -#: using-d-i.xml:2463 +#: using-d-i.xml:2824 #, no-c-format msgid "" "After you have started the installation remotely over SSH, you should not go " @@ -4091,7 +4486,7 @@ msgstr "" "εγκατεστημένο σύστημα." #. Tag: para -#: using-d-i.xml:2471 +#: using-d-i.xml:2832 #, no-c-format msgid "" "Also, if you are running the SSH session from an X terminal, you should not " diff --git a/po/fi/installation-howto.po b/po/fi/installation-howto.po index dfd327de3..0de2ca859 100644 --- a/po/fi/installation-howto.po +++ b/po/fi/installation-howto.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: " +"Plural-Forms: \n" #. Tag: title #: installation-howto.xml:5 @@ -488,11 +488,11 @@ msgid "" msgstr "" "Seuraavassa ruudussa näkyy osiotaulu, miten osiot tullaan alustamaan ja " "liitoskohdat. Osiota muokataan tai poistetaan valitsemalla se. Jos osiot " -"tehtiin automaattisesti, valikossa on Lopeta osioiden teko " -"ja tallenna muutokset levylle joka valitsemalla otetaan " -"tehdyt osiot käyttöön. Muista varata " -"ainakin yksi osio sivutustilaksi ja liittää yksi osio juuriosioksi " -"/. Lisätietoja ." +"tehtiin automaattisesti, valikossa on Lopeta osioiden teko ja " +"tallenna muutokset levylle joka valitsemalla otetaan tehdyt " +"osiot käyttöön. Muista varata ainakin yksi osio sivutustilaksi ja liittää " +"yksi osio juuriosioksi /. Lisätietoja ." #. Tag: para #: installation-howto.xml:275 @@ -594,4 +594,3 @@ msgid "" msgstr "" "Toivomme Debianin asennuksen sujuvan mukavasti ja Debianin olevan " "hyödyllinen. Kannattaa lukea ." - diff --git a/po/ko/boot-new.po b/po/ko/boot-new.po index 54367a719..4ab0bf13a 100644 --- a/po/ko/boot-new.po +++ b/po/ko/boot-new.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: boot-new.xml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-02-07 15:07+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-04-22 21:44+0900\n" "Last-Translator: Seok-moon Jang \n" "Language-Team: Korean \n" @@ -334,11 +334,166 @@ msgstr "" #. Tag: title #: boot-new.xml:191 #, no-c-format +msgid "Mounting encrypted volumes" +msgstr "" + +#. Tag: para +#: boot-new.xml:193 +#, no-c-format +msgid "" +"If you created encrypted volumes during the installation and assigned them " +"mount points, you will be asked to enter the passphrase for each of these " +"volumes during the boot. The actual procedure differs slightly between dm-" +"crypt and loop-AES." +msgstr "" + +#. Tag: title +#: boot-new.xml:203 +#, no-c-format +msgid "loop-AES" +msgstr "" + +#. Tag: para +#: boot-new.xml:205 +#, no-c-format +msgid "" +"For partitions encrypted via loop-AES you will be shown the following prompt " +"during the boot: \n" +"mount: going to use loop device /dev/loopX\n" +"Password:\n" +" In the first line of the prompt, X is the number of the loop device. You are now probably " +"wondering for which volume you are actually entering " +"the passphrase. Does is relate to your /home? Or to " +"/var? Of course, if you have just one encrypted volume, " +"this is easy and you can just enter the passphrase you used when setting up " +"this volume. If you set up more than one encrypted volume during the " +"installation, the notes you wrote down as the last step in come in handy. If you did not make a note of the " +"mapping between loopX and " +"the mount points before, you can still find it in /etc/fstab of your new system." +msgstr "" + +#. Tag: para +#: boot-new.xml:226 +#, no-c-format +msgid "" +"No characters (even asterisks) will be shown while entering the passphrase. " +"Be careful, you have only one try. If you enter wrong " +"passphrase, an error message will appear and the boot process will skip that " +"volume and continue to mount the next filesystem. Please see for further information." +msgstr "" + +#. Tag: para +#: boot-new.xml:235 +#, no-c-format +msgid "After entering all passphrases the boot should continue as usual." +msgstr "" + +#. Tag: title +#: boot-new.xml:243 +#, no-c-format +msgid "dm-crypt" +msgstr "" + +#. Tag: para +#: boot-new.xml:245 +#, no-c-format +msgid "TODO: write something once it works." +msgstr "" + +#. Tag: title +#: boot-new.xml:253 +#, no-c-format +msgid "Troubleshooting" +msgstr "" + +#. Tag: para +#: boot-new.xml:255 +#, no-c-format +msgid "" +"If some of the encrypted volumes could not be mounted because a wrong " +"passphrase was entered, you will have to mount them manually after the boot. " +"There are several cases." +msgstr "" + +#. Tag: para +#: boot-new.xml:264 +#, no-c-format +msgid "" +"The first case concerns the root partition. When it is not mounted " +"correctly, the boot process will halt and you will have to reboot the " +"computer to try again." +msgstr "" + +#. Tag: para +#: boot-new.xml:271 +#, no-c-format +msgid "" +"The easiest case is for encrypted volumes holding data like /home or /srv. You can simply mount them manually " +"after the boot. For loop-AES this is one-step operation: " +"\n" +"# mount /mount_point\n" +"Password:\n" +" where /mount_point " +"should be replaced by the particular directory (e.g. /home). The only difference from an ordinary mount is that you will be " +"asked to enter the passphrase for this volume." +msgstr "" + +#. Tag: para +#: boot-new.xml:285 +#, no-c-format +msgid "" +"For dm-crypt this is a bit trickier. First you need to register the volumes " +"with device mapper by running: " +"\n" +"# /etc/init.d/cryptdisks start\n" +" This will scan all volumes mentioned in " +"/etc/crypttab and will create appropriate devices under " +"the /dev directory after entering the correct " +"passphrases. (Already registered volumes will be skipped, so you can repeat " +"this command several times without worrying.) After successful registration " +"you can simply mount the volumes the usual way:" +msgstr "" + +#. Tag: screen +#: boot-new.xml:300 +#, no-c-format +msgid "" +"# mount /mount_point" +msgstr "" + +#. Tag: para +#: boot-new.xml:303 +#, no-c-format +msgid "" +"If the volumes holding noncritical system files could not be mounted " +"(/usr or /var), the system should " +"still boot and you should be able to mount the volumes manually like in the " +"previous case. However, you will also need to (re)start any services usually " +"running in your default runlevel because it is very likely that they were " +"not started. The easiest way to achieve this is by switching to the first " +"runlevel and back by entering \n" +"# init 1\n" +" at the shell prompt and pressing " +"Control D when asked for the " +"root password." +msgstr "" + +#. Tag: title +#: boot-new.xml:326 +#, no-c-format msgid "Log In" msgstr "로긴" #. Tag: para -#: boot-new.xml:193 +#: boot-new.xml:328 #, no-c-format msgid "" "Once your system boots, you'll be presented with the login prompt. Log in " @@ -350,7 +505,7 @@ msgstr "" "가 되었습니다." #. Tag: para -#: boot-new.xml:199 +#: boot-new.xml:334 #, no-c-format msgid "" "If you are a new user, you may want to explore the documentation which is " @@ -363,7 +518,7 @@ msgstr "" "합하는 작업이 진행 중입니다. 이 문서 역시 몇 개의 시작 지점입니다." #. Tag: para -#: boot-new.xml:207 +#: boot-new.xml:342 #, no-c-format msgid "" "Documentation accompanying programs you have installed is in /usr/" @@ -379,7 +534,7 @@ msgstr "" "에 위치해 있습니다." #. Tag: para -#: boot-new.xml:216 +#: boot-new.xml:351 #, no-c-format msgid "" "In addition, there are some special folders within the /usr/share/" @@ -395,7 +550,7 @@ msgstr "" "html 안에 브라우징 할 수 있는 색인된 문서를 볼 수 있을 것입니다." #. Tag: para -#: boot-new.xml:226 +#: boot-new.xml:361 #, no-c-format msgid "" "One easy way to view these documents is to cd /usr/share/doc/info command/usr/" diff --git a/po/ko/hardware.po b/po/ko/hardware.po index 5758e4762..c4e07e5f4 100644 --- a/po/ko/hardware.po +++ b/po/ko/hardware.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: hardware.xml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-05-04 19:49+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-05-05 18:52+0900\n" "Last-Translator: Seok-moon Jang \n" "Language-Team: Korean \n" @@ -293,9 +293,9 @@ msgstr "RiscPC" #. Tag: entry #: hardware.xml:118 -#, no-c-format -msgid "riscpc" -msgstr "riscpc" +#, fuzzy, no-c-format +msgid "rpc" +msgstr "powerpc" #. Tag: entry #: hardware.xml:122 @@ -341,9 +341,9 @@ msgstr "PReP" #. Tag: entry #: hardware.xml:131 -#, no-c-format -msgid "prep" -msgstr "prep" +#, fuzzy, no-c-format +msgid "prep" +msgstr "powerpc" #. Tag: entry #: hardware.xml:133 @@ -432,126 +432,120 @@ msgstr "r4k-ip22" #. Tag: entry #: hardware.xml:160 #, no-c-format -msgid "r5k-ip22" -msgstr "r5k-ip22" - -#. Tag: entry -#: hardware.xml:162 -#, no-c-format msgid "SGI IP32 (O2)" msgstr "SGI IP32 (O2)" #. Tag: entry -#: hardware.xml:163 +#: hardware.xml:161 #, no-c-format msgid "r5k-ip32" msgstr "r5k-ip32" #. Tag: entry -#: hardware.xml:165 hardware.xml:183 +#: hardware.xml:163 hardware.xml:181 #, no-c-format msgid "Broadcom BCM91250A (SWARM)" msgstr "Broadcom BCM91250A (SWARM)" #. Tag: entry -#: hardware.xml:166 hardware.xml:184 +#: hardware.xml:164 hardware.xml:182 #, no-c-format msgid "sb1-bcm91250a" msgstr "sb1-bcm91250a" #. Tag: entry -#: hardware.xml:168 hardware.xml:186 +#: hardware.xml:166 hardware.xml:184 #, no-c-format msgid "Broadcom BCM91480B (BigSur)" msgstr "Broadcom BCM91480B (BigSur)" #. Tag: entry -#: hardware.xml:169 hardware.xml:187 +#: hardware.xml:167 hardware.xml:185 #, no-c-format msgid "sb1a-bcm91480b" msgstr "sb1a-bcm91480b" #. Tag: entry -#: hardware.xml:173 +#: hardware.xml:171 #, no-c-format msgid "MIPS (little endian)" msgstr "MIPS (little endian)" #. Tag: entry -#: hardware.xml:174 +#: hardware.xml:172 #, no-c-format msgid "mipsel" msgstr "mipsel" #. Tag: entry -#: hardware.xml:175 +#: hardware.xml:173 #, no-c-format msgid "Cobalt" msgstr "Cobalt" #. Tag: entry -#: hardware.xml:176 +#: hardware.xml:174 #, no-c-format msgid "cobalt" msgstr "cobalt" #. Tag: entry -#: hardware.xml:178 +#: hardware.xml:176 #, no-c-format msgid "DECstation" msgstr "DECstation" #. Tag: entry -#: hardware.xml:179 hardware.xml:1010 hardware.xml:1025 hardware.xml:1035 +#: hardware.xml:177 hardware.xml:1008 hardware.xml:1023 hardware.xml:1033 #, no-c-format msgid "r4k-kn04" msgstr "r4k-kn04" #. Tag: entry -#: hardware.xml:181 hardware.xml:1005 hardware.xml:1015 hardware.xml:1020 -#: hardware.xml:1030 +#: hardware.xml:179 hardware.xml:1003 hardware.xml:1013 hardware.xml:1018 +#: hardware.xml:1028 #, no-c-format msgid "r3k-kn02" msgstr "r3k-kn02" #. Tag: entry -#: hardware.xml:191 +#: hardware.xml:189 #, no-c-format msgid "IBM S/390" msgstr "IBM S/390" #. Tag: entry -#: hardware.xml:192 +#: hardware.xml:190 #, no-c-format msgid "s390" msgstr "s390" #. Tag: entry -#: hardware.xml:193 +#: hardware.xml:191 #, no-c-format msgid "IPL from VM-reader and DASD" msgstr "VM-reader 및 DASD에서 IPL" #. Tag: entry -#: hardware.xml:194 +#: hardware.xml:192 #, no-c-format msgid "generic" msgstr "generic" #. Tag: entry -#: hardware.xml:196 +#: hardware.xml:194 #, no-c-format msgid "IPL from tape" msgstr "테이프에서 IPL" #. Tag: entry -#: hardware.xml:197 +#: hardware.xml:195 #, no-c-format msgid "tape" msgstr "tape" #. Tag: para -#: hardware.xml:202 +#: hardware.xml:200 #, no-c-format msgid "" "This document covers installation for the &arch-title; " @@ -564,7 +558,7 @@ msgstr "" "\"http://www.debian.org/ports/\">데비안 포트 페이지를 보십시오." #. Tag: para -#: hardware.xml:210 +#: hardware.xml:208 #, no-c-format msgid "" "This is the first official release of &debian; for the &arch-title; " @@ -584,15 +578,15 @@ msgstr "" "\">debian-&arch-listname; 메일링 리스트를 사용할 수도 있습니다." #. Tag: title -#: hardware.xml:233 hardware.xml:692 hardware.xml:768 hardware.xml:787 -#: hardware.xml:830 hardware.xml:872 hardware.xml:940 hardware.xml:1099 -#: hardware.xml:1505 +#: hardware.xml:231 hardware.xml:690 hardware.xml:766 hardware.xml:785 +#: hardware.xml:828 hardware.xml:870 hardware.xml:938 hardware.xml:1097 +#: hardware.xml:1543 #, no-c-format msgid "CPU, Main Boards, and Video Support" msgstr "CPU, 메인 보드, 비디오 지원" #. Tag: para -#: hardware.xml:234 +#: hardware.xml:232 #, no-c-format msgid "" "Complete information regarding supported DEC Alphas can be found at XLT" msgstr "XLT" #. Tag: entry -#: hardware.xml:288 +#: hardware.xml:286 #, no-c-format msgid "xlt" msgstr "xlt" #. Tag: entry -#: hardware.xml:292 +#: hardware.xml:290 #, no-c-format msgid "BOOK1" msgstr "BOOK1" #. Tag: entry -#: hardware.xml:293 +#: hardware.xml:291 #, no-c-format msgid "AlphaBook1 (laptop)" msgstr "AlphaBook1 (노트북)" #. Tag: entry -#: hardware.xml:294 +#: hardware.xml:292 #, no-c-format msgid "Alphabook1/Burns" msgstr "Alphabook1/Burns" #. Tag: entry -#: hardware.xml:295 +#: hardware.xml:293 #, no-c-format msgid "book1" msgstr "book1" #. Tag: entry -#: hardware.xml:299 +#: hardware.xml:297 #, no-c-format msgid "AVANTI" msgstr "AVANTI" #. Tag: entry -#: hardware.xml:300 +#: hardware.xml:298 #, no-c-format msgid "AlphaStation 200 4/100...166" msgstr "AlphaStation 200 4/100...166" #. Tag: entry -#: hardware.xml:301 +#: hardware.xml:299 #, no-c-format msgid "Mustang" msgstr "Mustang" #. Tag: entry -#: hardware.xml:302 hardware.xml:306 hardware.xml:310 hardware.xml:314 -#: hardware.xml:318 hardware.xml:322 hardware.xml:326 hardware.xml:330 +#: hardware.xml:300 hardware.xml:304 hardware.xml:308 hardware.xml:312 +#: hardware.xml:316 hardware.xml:320 hardware.xml:324 hardware.xml:328 #, no-c-format msgid "avanti" msgstr "avanti" #. Tag: entry -#: hardware.xml:304 +#: hardware.xml:302 #, no-c-format msgid "AlphaStation 200 4/233" msgstr "AlphaStation 200 4/233" #. Tag: entry -#: hardware.xml:305 +#: hardware.xml:303 #, no-c-format msgid "Mustang+" msgstr "Mustang+" #. Tag: entry -#: hardware.xml:308 +#: hardware.xml:306 #, no-c-format msgid "AlphaStation 205 4/133...333" msgstr "AlphaStation 205 4/133...333" #. Tag: entry -#: hardware.xml:309 +#: hardware.xml:307 #, no-c-format msgid "LX3" msgstr "LX3" #. Tag: entry -#: hardware.xml:312 +#: hardware.xml:310 #, no-c-format msgid "AlphaStation 250 4/300" msgstr "AlphaStation 250 4/300" #. Tag: entry -#: hardware.xml:313 +#: hardware.xml:311 #, no-c-format msgid "M3+" msgstr "M3+" #. Tag: entry -#: hardware.xml:316 +#: hardware.xml:314 #, no-c-format msgid "AlphaStation 255 4/133...333" msgstr "AlphaStation 255 4/133...333" #. Tag: entry -#: hardware.xml:317 +#: hardware.xml:315 #, no-c-format msgid "LX3+" msgstr "LX3+" #. Tag: entry -#: hardware.xml:320 +#: hardware.xml:318 #, no-c-format msgid "AlphaStation 300 4/266" msgstr "AlphaStation 300 4/266" #. Tag: entry -#: hardware.xml:321 +#: hardware.xml:319 #, no-c-format msgid "Melmac" msgstr "Melmac" #. Tag: entry -#: hardware.xml:324 +#: hardware.xml:322 #, no-c-format msgid "AlphaStation 400 4/166" msgstr "AlphaStation 400 4/166" #. Tag: entry -#: hardware.xml:325 +#: hardware.xml:323 #, no-c-format msgid "Chinet" msgstr "Chinet" #. Tag: entry -#: hardware.xml:328 +#: hardware.xml:326 #, no-c-format msgid "AlphaStation 400 4/233...300" msgstr "AlphaStation 400 4/233...300" #. Tag: entry -#: hardware.xml:329 +#: hardware.xml:327 #, no-c-format msgid "Avanti" msgstr "Avanti" #. Tag: entry -#: hardware.xml:334 hardware.xml:347 hardware.xml:348 +#: hardware.xml:332 hardware.xml:345 hardware.xml:346 #, no-c-format msgid "EB164" msgstr "EB164" #. Tag: entry -#: hardware.xml:335 +#: hardware.xml:333 #, no-c-format msgid "AlphaPC164" msgstr "AlphaPC164" #. Tag: entry -#: hardware.xml:336 +#: hardware.xml:334 #, no-c-format msgid "PC164" msgstr "PC164" #. Tag: entry -#: hardware.xml:337 +#: hardware.xml:335 #, no-c-format msgid "pc164" msgstr "pc164" #. Tag: entry -#: hardware.xml:339 +#: hardware.xml:337 #, no-c-format msgid "AlphaPC164-LX" msgstr "AlphaPC164-LX" #. Tag: entry -#: hardware.xml:340 +#: hardware.xml:338 #, no-c-format msgid "LX164" msgstr "LX164" #. Tag: entry -#: hardware.xml:341 +#: hardware.xml:339 #, no-c-format msgid "lx164" msgstr "lx164" #. Tag: entry -#: hardware.xml:343 +#: hardware.xml:341 #, no-c-format msgid "AlphaPC164-SX" msgstr "AlphaPC164-SX" #. Tag: entry -#: hardware.xml:344 +#: hardware.xml:342 #, no-c-format msgid "SX164" msgstr "SX164" #. Tag: entry -#: hardware.xml:345 +#: hardware.xml:343 #, no-c-format msgid "sx164" msgstr "sx164" #. Tag: entry -#: hardware.xml:349 +#: hardware.xml:347 #, no-c-format msgid "eb164" msgstr "eb164" #. Tag: entry -#: hardware.xml:353 hardware.xml:362 hardware.xml:363 +#: hardware.xml:351 hardware.xml:360 hardware.xml:361 #, no-c-format msgid "EB64+" msgstr "EB64+" #. Tag: entry -#: hardware.xml:354 +#: hardware.xml:352 #, no-c-format msgid "AlphaPC64" msgstr "AlphaPC64" #. Tag: entry -#: hardware.xml:355 hardware.xml:359 +#: hardware.xml:353 hardware.xml:357 #, no-c-format msgid "Cabriolet" msgstr "Cabriolet" #. Tag: entry -#: hardware.xml:356 hardware.xml:360 +#: hardware.xml:354 hardware.xml:358 #, no-c-format msgid "cabriolet" msgstr "cabriolet" #. Tag: entry -#: hardware.xml:358 +#: hardware.xml:356 #, no-c-format msgid "AlphaPCI64" msgstr "AlphaPCI64" #. Tag: entry -#: hardware.xml:364 +#: hardware.xml:362 #, no-c-format msgid "eb64p" msgstr "eb64p" #. Tag: entry -#: hardware.xml:368 hardware.xml:369 hardware.xml:370 +#: hardware.xml:366 hardware.xml:367 hardware.xml:368 #, no-c-format msgid "EB66" msgstr "EB66" #. Tag: entry -#: hardware.xml:371 +#: hardware.xml:369 #, no-c-format msgid "eb66" msgstr "eb66" #. Tag: entry -#: hardware.xml:373 hardware.xml:374 +#: hardware.xml:371 hardware.xml:372 #, no-c-format msgid "EB66+" msgstr "EB66+" #. Tag: entry -#: hardware.xml:375 +#: hardware.xml:373 #, no-c-format msgid "eb66p" msgstr "eb66p" #. Tag: entry -#: hardware.xml:379 +#: hardware.xml:377 #, no-c-format msgid "JENSEN" msgstr "JENSEN" #. Tag: entry -#: hardware.xml:380 +#: hardware.xml:378 #, no-c-format msgid "DEC 2000 Model 300(S)" msgstr "DEC 2000 Model 300(S)" #. Tag: entry -#: hardware.xml:381 hardware.xml:389 +#: hardware.xml:379 hardware.xml:387 #, no-c-format msgid "Jensen" msgstr "Jensen" #. Tag: entry -#: hardware.xml:382 hardware.xml:386 hardware.xml:390 hardware.xml:451 -#: hardware.xml:455 hardware.xml:473 hardware.xml:477 hardware.xml:481 -#: hardware.xml:485 hardware.xml:489 hardware.xml:493 hardware.xml:497 -#: hardware.xml:511 hardware.xml:515 hardware.xml:519 hardware.xml:523 -#: hardware.xml:527 hardware.xml:561 hardware.xml:565 hardware.xml:569 -#: hardware.xml:573 hardware.xml:587 hardware.xml:591 hardware.xml:595 -#: hardware.xml:599 hardware.xml:606 hardware.xml:610 hardware.xml:614 -#: hardware.xml:618 hardware.xml:622 hardware.xml:626 hardware.xml:630 -#: hardware.xml:634 hardware.xml:638 hardware.xml:642 hardware.xml:646 -#: hardware.xml:650 hardware.xml:654 hardware.xml:661 hardware.xml:665 +#: hardware.xml:380 hardware.xml:384 hardware.xml:388 hardware.xml:449 +#: hardware.xml:453 hardware.xml:471 hardware.xml:475 hardware.xml:479 +#: hardware.xml:483 hardware.xml:487 hardware.xml:491 hardware.xml:495 +#: hardware.xml:509 hardware.xml:513 hardware.xml:517 hardware.xml:521 +#: hardware.xml:525 hardware.xml:559 hardware.xml:563 hardware.xml:567 +#: hardware.xml:571 hardware.xml:585 hardware.xml:589 hardware.xml:593 +#: hardware.xml:597 hardware.xml:604 hardware.xml:608 hardware.xml:612 +#: hardware.xml:616 hardware.xml:620 hardware.xml:624 hardware.xml:628 +#: hardware.xml:632 hardware.xml:636 hardware.xml:640 hardware.xml:644 +#: hardware.xml:648 hardware.xml:652 hardware.xml:659 hardware.xml:663 #, no-c-format msgid "N/A" msgstr "해당 없음" #. Tag: entry -#: hardware.xml:384 +#: hardware.xml:382 #, no-c-format msgid "DEC 2000 Model 500" msgstr "DEC 2000 Model 500" #. Tag: entry -#: hardware.xml:385 +#: hardware.xml:383 #, no-c-format msgid "Culzen" msgstr "Culzen" #. Tag: entry -#: hardware.xml:388 +#: hardware.xml:386 #, no-c-format msgid "DECpc 150" msgstr "DECpc 150" #. Tag: entry -#: hardware.xml:394 +#: hardware.xml:392 #, no-c-format msgid "MIATA" msgstr "MIATA" #. Tag: entry -#: hardware.xml:395 +#: hardware.xml:393 #, no-c-format msgid "Personal WorkStation 433a" msgstr "Personal WorkStation 433a" #. Tag: entry -#: hardware.xml:396 hardware.xml:400 hardware.xml:404 hardware.xml:408 -#: hardware.xml:412 hardware.xml:416 hardware.xml:420 hardware.xml:424 +#: hardware.xml:394 hardware.xml:398 hardware.xml:402 hardware.xml:406 +#: hardware.xml:410 hardware.xml:414 hardware.xml:418 hardware.xml:422 #, no-c-format msgid "Miata" msgstr "Miata" #. Tag: entry -#: hardware.xml:397 hardware.xml:401 hardware.xml:405 hardware.xml:409 -#: hardware.xml:413 hardware.xml:417 hardware.xml:421 hardware.xml:425 +#: hardware.xml:395 hardware.xml:399 hardware.xml:403 hardware.xml:407 +#: hardware.xml:411 hardware.xml:415 hardware.xml:419 hardware.xml:423 #, no-c-format msgid "miata" msgstr "miata" #. Tag: entry -#: hardware.xml:399 +#: hardware.xml:397 #, no-c-format msgid "Personal WorkStation 433au" msgstr "Personal WorkStation 433au" #. Tag: entry -#: hardware.xml:403 +#: hardware.xml:401 #, no-c-format msgid "Personal WorkStation 466au" msgstr "Personal WorkStation 466au" #. Tag: entry -#: hardware.xml:407 +#: hardware.xml:405 #, no-c-format msgid "Personal WorkStation 500a" msgstr "Personal WorkStation 500a" #. Tag: entry -#: hardware.xml:411 +#: hardware.xml:409 #, no-c-format msgid "Personal WorkStation 500au" msgstr "Personal WorkStation 500au" #. Tag: entry -#: hardware.xml:415 +#: hardware.xml:413 #, no-c-format msgid "Personal WorkStation 550au" msgstr "Personal WorkStation 550au" #. Tag: entry -#: hardware.xml:419 +#: hardware.xml:417 #, no-c-format msgid "Personal WorkStation 600a" msgstr "Personal WorkStation 600a" #. Tag: entry -#: hardware.xml:423 +#: hardware.xml:421 #, no-c-format msgid "Personal WorkStation 600au" msgstr "Personal WorkStation 600au" #. Tag: entry -#: hardware.xml:429 +#: hardware.xml:427 #, no-c-format msgid "MIKASA" msgstr "MIKASA" #. Tag: entry -#: hardware.xml:430 +#: hardware.xml:428 #, no-c-format msgid "AlphaServer 1000 4/200" msgstr "AlphaServer 1000 4/200" #. Tag: entry -#: hardware.xml:431 +#: hardware.xml:429 #, no-c-format msgid "Mikasa" msgstr "Mikasa" #. Tag: entry -#: hardware.xml:432 hardware.xml:436 hardware.xml:440 hardware.xml:444 +#: hardware.xml:430 hardware.xml:434 hardware.xml:438 hardware.xml:442 #, no-c-format msgid "mikasa" msgstr "mikasa" #. Tag: entry -#: hardware.xml:434 +#: hardware.xml:432 #, no-c-format msgid "AlphaServer 1000 4/233..266" msgstr "AlphaServer 1000 4/233..266" #. Tag: entry -#: hardware.xml:435 +#: hardware.xml:433 #, no-c-format msgid "Mikasa+" msgstr "Mikasa+" #. Tag: entry -#: hardware.xml:438 hardware.xml:442 +#: hardware.xml:436 hardware.xml:440 #, no-c-format msgid "AlphaServer 1000 5/300" msgstr "AlphaServer 1000 5/300" #. Tag: entry -#: hardware.xml:439 +#: hardware.xml:437 #, no-c-format msgid "Mikasa-Pinnacle" msgstr "Mikasa-Pinnacle" #. Tag: entry -#: hardware.xml:443 +#: hardware.xml:441 #, no-c-format msgid "Mikasa-Primo" msgstr "Mikasa-Primo" #. Tag: entry -#: hardware.xml:448 +#: hardware.xml:446 #, no-c-format msgid "NAUTILUS" msgstr "NAUTILUS" #. Tag: entry -#: hardware.xml:449 +#: hardware.xml:447 #, no-c-format msgid "UP1000" msgstr "UP1000" #. Tag: entry -#: hardware.xml:450 +#: hardware.xml:448 #, no-c-format msgid "Nautilus" msgstr "Nautilus" #. Tag: entry -#: hardware.xml:453 +#: hardware.xml:451 #, no-c-format msgid "UP1100" msgstr "UP1100" #. Tag: entry -#: hardware.xml:454 +#: hardware.xml:452 #, no-c-format msgid "Galaxy-Train/Nautilus Jr." msgstr "Galaxy-Train/Nautilus Jr." #. Tag: entry -#: hardware.xml:459 +#: hardware.xml:457 #, no-c-format msgid "NONAME" msgstr "NONAME" #. Tag: entry -#: hardware.xml:460 +#: hardware.xml:458 #, no-c-format msgid "AXPpci33" msgstr "AXPpci33" #. Tag: entry -#: hardware.xml:461 +#: hardware.xml:459 #, no-c-format msgid "Noname" msgstr "Noname" #. Tag: entry -#: hardware.xml:462 hardware.xml:466 +#: hardware.xml:460 hardware.xml:464 #, no-c-format msgid "noname" msgstr "noname" #. Tag: entry -#: hardware.xml:464 +#: hardware.xml:462 #, no-c-format msgid "UDB" msgstr "UDB" #. Tag: entry -#: hardware.xml:465 +#: hardware.xml:463 #, no-c-format msgid "Multia" msgstr "Multia" #. Tag: entry -#: hardware.xml:470 +#: hardware.xml:468 #, no-c-format msgid "NORITAKE" msgstr "NORITAKE" #. Tag: entry -#: hardware.xml:471 +#: hardware.xml:469 #, no-c-format msgid "AlphaServer 1000A 4/233...266" msgstr "AlphaServer 1000A 4/233...266" #. Tag: entry -#: hardware.xml:472 +#: hardware.xml:470 #, no-c-format msgid "Noritake" msgstr "Noritake" #. Tag: entry -#: hardware.xml:475 +#: hardware.xml:473 #, no-c-format msgid "AlphaServer 1000A 5/300" msgstr "AlphaServer 1000A 5/300" #. Tag: entry -#: hardware.xml:476 +#: hardware.xml:474 #, no-c-format msgid "Noritake-Pinnacle" msgstr "Noritake-Pinnacle" #. Tag: entry -#: hardware.xml:479 +#: hardware.xml:477 #, no-c-format msgid "AlphaServer 1000A 5/333...500" msgstr "AlphaServer 1000A 5/333...500" #. Tag: entry -#: hardware.xml:480 +#: hardware.xml:478 #, no-c-format msgid "Noritake-Primo" msgstr "Noritake-Primo" #. Tag: entry -#: hardware.xml:483 +#: hardware.xml:481 #, no-c-format msgid "AlphaServer 800 5/333...500" msgstr "AlphaServer 800 5/333...500" #. Tag: entry -#: hardware.xml:484 hardware.xml:492 hardware.xml:496 +#: hardware.xml:482 hardware.xml:490 hardware.xml:494 #, no-c-format msgid "Corelle" msgstr "Corelle" #. Tag: entry -#: hardware.xml:487 +#: hardware.xml:485 #, no-c-format msgid "AlphaStation 600 A" msgstr "AlphaStation 600 A" #. Tag: entry -#: hardware.xml:488 +#: hardware.xml:486 #, no-c-format msgid "Alcor-Primo" msgstr "Alcor-Primo" #. Tag: entry -#: hardware.xml:491 +#: hardware.xml:489 #, no-c-format msgid "Digital Server 3300" msgstr "Digital Server 3300" #. Tag: entry -#: hardware.xml:495 +#: hardware.xml:493 #, no-c-format msgid "Digital Server 3300R" msgstr "Digital Server 3300R" #. Tag: entry -#: hardware.xml:501 +#: hardware.xml:499 #, no-c-format msgid "PLATFORM 2000" msgstr "PLATFORM 2000" #. Tag: entry -#: hardware.xml:502 hardware.xml:503 +#: hardware.xml:500 hardware.xml:501 #, no-c-format msgid "P2K" msgstr "P2K" #. Tag: entry -#: hardware.xml:504 +#: hardware.xml:502 #, no-c-format msgid "p2k" msgstr "p2k" #. Tag: entry -#: hardware.xml:508 +#: hardware.xml:506 #, no-c-format msgid "RAWHIDE" msgstr "RAWHIDE" #. Tag: entry -#: hardware.xml:509 +#: hardware.xml:507 #, no-c-format msgid "AlphaServer 1200 5/xxx" msgstr "AlphaServer 1200 5/xxx" #. Tag: entry -#: hardware.xml:510 hardware.xml:522 +#: hardware.xml:508 hardware.xml:520 #, no-c-format msgid "Tincup/DaVinci" msgstr "Tincup/DaVinci" #. Tag: entry -#: hardware.xml:513 +#: hardware.xml:511 #, no-c-format msgid "AlphaServer 4000 5/xxx" msgstr "AlphaServer 4000 5/xxx" #. Tag: entry -#: hardware.xml:514 +#: hardware.xml:512 #, no-c-format msgid "Wrangler/Durango" msgstr "Wrangler/Durango" #. Tag: entry -#: hardware.xml:517 +#: hardware.xml:515 #, no-c-format msgid "AlphaServer 4100 5/xxx" msgstr "AlphaServer 4100 5/xxx" #. Tag: entry -#: hardware.xml:518 hardware.xml:526 +#: hardware.xml:516 hardware.xml:524 #, no-c-format msgid "Dodge" msgstr "Dodge" #. Tag: entry -#: hardware.xml:521 +#: hardware.xml:519 #, no-c-format msgid "Digital Server 5300" msgstr "Digital Server 5300" #. Tag: entry -#: hardware.xml:525 +#: hardware.xml:523 #, no-c-format msgid "Digital Server 7300" msgstr "Digital Server 7300" #. Tag: entry -#: hardware.xml:531 +#: hardware.xml:529 #, no-c-format msgid "RUFFIAN" msgstr "RUFFIAN" #. Tag: entry -#: hardware.xml:532 +#: hardware.xml:530 #, no-c-format msgid "DeskStation AlphaPC164-UX" msgstr "DeskStation AlphaPC164-UX" #. Tag: entry -#: hardware.xml:533 hardware.xml:537 hardware.xml:541 hardware.xml:545 -#: hardware.xml:549 hardware.xml:553 +#: hardware.xml:531 hardware.xml:535 hardware.xml:539 hardware.xml:543 +#: hardware.xml:547 hardware.xml:551 #, no-c-format msgid "Ruffian" msgstr "Ruffian" #. Tag: entry -#: hardware.xml:534 hardware.xml:538 hardware.xml:542 hardware.xml:546 -#: hardware.xml:550 hardware.xml:554 +#: hardware.xml:532 hardware.xml:536 hardware.xml:540 hardware.xml:544 +#: hardware.xml:548 hardware.xml:552 #, no-c-format msgid "ruffian" msgstr "ruffian" #. Tag: entry -#: hardware.xml:536 +#: hardware.xml:534 #, no-c-format msgid "DeskStation RPL164-2" msgstr "DeskStation RPL164-2" #. Tag: entry -#: hardware.xml:540 +#: hardware.xml:538 #, no-c-format msgid "DeskStation RPL164-4" msgstr "DeskStation RPL164-4" #. Tag: entry -#: hardware.xml:544 +#: hardware.xml:542 #, no-c-format msgid "DeskStation RPX164-2" msgstr "DeskStation RPX164-2" #. Tag: entry -#: hardware.xml:548 +#: hardware.xml:546 #, no-c-format msgid "DeskStation RPX164-4" msgstr "DeskStation RPX164-4" #. Tag: entry -#: hardware.xml:552 +#: hardware.xml:550 #, no-c-format msgid "Samsung AlphaPC164-BX" msgstr "삼성 AlphaPC164-BX" #. Tag: entry -#: hardware.xml:558 +#: hardware.xml:556 #, no-c-format msgid "SABLE" msgstr "SABLE" #. Tag: entry -#: hardware.xml:559 +#: hardware.xml:557 #, no-c-format msgid "AlphaServer 2000 4/xxx" msgstr "AlphaServer 2000 4/xxx" #. Tag: entry -#: hardware.xml:560 +#: hardware.xml:558 #, no-c-format msgid "Demi-Sable" msgstr "Demi-Sable" #. Tag: entry -#: hardware.xml:563 +#: hardware.xml:561 #, no-c-format msgid "AlphaServer 2000 5/xxx" msgstr "AlphaServer 2000 5/xxx" #. Tag: entry -#: hardware.xml:564 +#: hardware.xml:562 #, no-c-format msgid "Demi-Gamma-Sable" msgstr "Demi-Gamma-Sable" #. Tag: entry -#: hardware.xml:567 +#: hardware.xml:565 #, no-c-format msgid "AlphaServer 2100 4/xxx" msgstr "AlphaServer 2100 4/xxx" #. Tag: entry -#: hardware.xml:568 +#: hardware.xml:566 #, no-c-format msgid "Sable" msgstr "Sable" #. Tag: entry -#: hardware.xml:571 +#: hardware.xml:569 #, no-c-format msgid "AlphaServer 2100 5/xxx" msgstr "AlphaServer 2100 5/xxx" #. Tag: entry -#: hardware.xml:572 +#: hardware.xml:570 #, no-c-format msgid "Gamma-Sable" msgstr "Gamma-Sable" #. Tag: entry -#: hardware.xml:577 +#: hardware.xml:575 #, no-c-format msgid "TAKARA" msgstr "TAKARA" #. Tag: entry -#: hardware.xml:578 +#: hardware.xml:576 #, no-c-format msgid "21164 PICMG SBC" msgstr "21164 PICMG SBC" #. Tag: entry -#: hardware.xml:579 +#: hardware.xml:577 #, no-c-format msgid "Takara" msgstr "Takara" #. Tag: entry -#: hardware.xml:580 +#: hardware.xml:578 #, no-c-format msgid "takara" msgstr "takara" #. Tag: entry -#: hardware.xml:584 +#: hardware.xml:582 #, no-c-format msgid "TITAN" msgstr "TITAN" #. Tag: entry -#: hardware.xml:585 +#: hardware.xml:583 #, no-c-format msgid "AlphaServer DS15" msgstr "AlphaServer DS15" #. Tag: entry -#: hardware.xml:586 +#: hardware.xml:584 #, no-c-format msgid "HyperBrick2" msgstr "HyperBrick2" #. Tag: entry -#: hardware.xml:589 +#: hardware.xml:587 #, no-c-format msgid "AlphaServer DS25" msgstr "AlphaServer DS25" #. Tag: entry -#: hardware.xml:590 +#: hardware.xml:588 #, no-c-format msgid "Granite" msgstr "Granite" #. Tag: entry -#: hardware.xml:593 +#: hardware.xml:591 #, no-c-format msgid "AlphaServer ES45" msgstr "AlphaServer ES45" #. Tag: entry -#: hardware.xml:594 +#: hardware.xml:592 #, no-c-format msgid "Privateer" msgstr "Privateer" #. Tag: entry -#: hardware.xml:597 hardware.xml:636 hardware.xml:640 +#: hardware.xml:595 hardware.xml:634 hardware.xml:638 #, no-c-format msgid "UNKNOWN" msgstr "알 수 없음" #. Tag: entry -#: hardware.xml:598 +#: hardware.xml:596 #, no-c-format msgid "Yukon" msgstr "Yukon" #. Tag: entry -#: hardware.xml:603 +#: hardware.xml:601 #, no-c-format msgid "TSUNAMI" msgstr "TSUNAMI" #. Tag: entry -#: hardware.xml:604 +#: hardware.xml:602 #, no-c-format msgid "AlphaServer DS10" msgstr "AlphaServer DS10" #. Tag: entry -#: hardware.xml:605 hardware.xml:653 +#: hardware.xml:603 hardware.xml:651 #, no-c-format msgid "Webbrick" msgstr "Webbrick" #. Tag: entry -#: hardware.xml:608 +#: hardware.xml:606 #, no-c-format msgid "AlphaServer DS10L" msgstr "AlphaServer DS10L" #. Tag: entry -#: hardware.xml:609 +#: hardware.xml:607 #, no-c-format msgid "Slate" msgstr "Slate" #. Tag: entry -#: hardware.xml:612 +#: hardware.xml:610 #, no-c-format msgid "AlphaServer DS20" msgstr "AlphaServer DS20" #. Tag: entry -#: hardware.xml:613 +#: hardware.xml:611 #, no-c-format msgid "Catamaran/Goldrush" msgstr "Catamaran/Goldrush" #. Tag: entry -#: hardware.xml:616 +#: hardware.xml:614 #, no-c-format msgid "AlphaServer DS20E" msgstr "AlphaServer DS20E" #. Tag: entry -#: hardware.xml:617 +#: hardware.xml:615 #, no-c-format msgid "Goldrack" msgstr "Goldrack" #. Tag: entry -#: hardware.xml:620 +#: hardware.xml:618 #, no-c-format msgid "AlphaServer DS20L" msgstr "AlphaServer DS20L" #. Tag: entry -#: hardware.xml:621 +#: hardware.xml:619 #, no-c-format msgid "Shark" msgstr "Shark" #. Tag: entry -#: hardware.xml:624 +#: hardware.xml:622 #, no-c-format msgid "AlphaServer ES40" msgstr "AlphaServer ES40" #. Tag: entry -#: hardware.xml:625 +#: hardware.xml:623 #, no-c-format msgid "Clipper" msgstr "Clipper" #. Tag: entry -#: hardware.xml:628 hardware.xml:629 +#: hardware.xml:626 hardware.xml:627 #, no-c-format msgid "DP264" msgstr "DP264" #. Tag: entry -#: hardware.xml:632 +#: hardware.xml:630 #, no-c-format msgid "SMARTengine 21264 PCI/ISA SBC" msgstr "SMARTengine 21264 PCI/ISA SBC" #. Tag: entry -#: hardware.xml:633 +#: hardware.xml:631 #, no-c-format msgid "Eiger" msgstr "Eiger" #. Tag: entry -#: hardware.xml:637 +#: hardware.xml:635 #, no-c-format msgid "Warhol" msgstr "Warhol" #. Tag: entry -#: hardware.xml:641 +#: hardware.xml:639 #, no-c-format msgid "Windjammer" msgstr "Windjammer" #. Tag: entry -#: hardware.xml:644 +#: hardware.xml:642 #, no-c-format msgid "UP2000" msgstr "UP2000" #. Tag: entry -#: hardware.xml:645 +#: hardware.xml:643 #, no-c-format msgid "Swordfish" msgstr "Swordfish" #. Tag: entry -#: hardware.xml:648 +#: hardware.xml:646 #, no-c-format msgid "XP1000" msgstr "XP1000" #. Tag: entry -#: hardware.xml:649 +#: hardware.xml:647 #, no-c-format msgid "Monet/Brisbane" msgstr "Monet/Brisbane" #. Tag: entry -#: hardware.xml:652 +#: hardware.xml:650 #, no-c-format msgid "XP900" msgstr "XP900" #. Tag: entry -#: hardware.xml:658 +#: hardware.xml:656 #, no-c-format msgid "WILDFIRE" msgstr "WILDFIRE" #. Tag: entry -#: hardware.xml:659 +#: hardware.xml:657 #, no-c-format msgid "AlphaServer GS160" msgstr "AlphaServer GS160" #. Tag: entry -#: hardware.xml:660 hardware.xml:664 +#: hardware.xml:658 hardware.xml:662 #, no-c-format msgid "Wildfire" msgstr "Wildfire" #. Tag: entry -#: hardware.xml:663 +#: hardware.xml:661 #, no-c-format msgid "AlphaServer GS320" msgstr "AlphaServer GS320" #. Tag: entry -#: hardware.xml:669 hardware.xml:671 +#: hardware.xml:667 hardware.xml:669 #, no-c-format msgid "XL" msgstr "XL" #. Tag: entry -#: hardware.xml:670 +#: hardware.xml:668 #, no-c-format msgid "XL-233...266" msgstr "XL-233...266" #. Tag: entry -#: hardware.xml:672 +#: hardware.xml:670 #, no-c-format msgid "xl" msgstr "xl" #. Tag: para -#: hardware.xml:677 +#: hardware.xml:675 #, no-c-format msgid "" "It is believed that Debian &releasename; supports installing on all alpha " @@ -1746,7 +1740,7 @@ msgstr "" "다." #. Tag: para -#: hardware.xml:694 +#: hardware.xml:692 #, no-c-format msgid "" "Each distinct ARM architecture requires its own kernel. Because of this the " @@ -1760,7 +1754,7 @@ msgstr "" "수 있습니다." #. Tag: para -#: hardware.xml:702 +#: hardware.xml:700 #, no-c-format msgid "" "Most ARM CPUs may be run in either endian mode (big or little). However, the " @@ -1772,19 +1766,19 @@ msgstr "" "드로 구현되어 있습니다. 데비안도 리틀 엔디안 ARM 시스템만 지원합니다." #. Tag: para -#: hardware.xml:710 +#: hardware.xml:708 #, no-c-format msgid "The supported systems are:" msgstr "지원하는 시스템은" #. Tag: term -#: hardware.xml:717 +#: hardware.xml:715 #, no-c-format msgid "Netwinder" msgstr "Netwinder" #. Tag: para -#: hardware.xml:718 +#: hardware.xml:716 #, no-c-format msgid "" "This is actually the name for the group of machines based upon the StrongARM " @@ -1799,13 +1793,13 @@ msgstr "" "server (cps, 혹은 skiff)." #. Tag: term -#: hardware.xml:731 +#: hardware.xml:729 #, no-c-format msgid "NSLU2" msgstr "NSLU2" #. Tag: para -#: hardware.xml:732 +#: hardware.xml:730 #, no-c-format msgid "" "The Linksys NSLU2 (Network Storage Link for USB 2.0 Disk Drives) is a small " @@ -1818,13 +1812,13 @@ msgstr "" "이더넷 연결과 하드 드라이브가 연결될 수 있는 두 개의 USB포트를 제공합니다." #. Tag: term -#: hardware.xml:743 +#: hardware.xml:741 #, no-c-format msgid "RiscPC" msgstr "RiscPC" #. Tag: para -#: hardware.xml:744 +#: hardware.xml:742 #, no-c-format msgid "" "This machine is the oldest supported hardware: it was released in 1994. It " @@ -1845,7 +1839,7 @@ msgstr "" "있고, 그 확장 모듈중에 일부는 리눅스 드라이버가 있습니다." #. Tag: para -#: hardware.xml:769 +#: hardware.xml:767 #, no-c-format msgid "" "The are two major support &architecture; flavors: PA-" @@ -1862,7 +1856,7 @@ msgstr "" "로 64비트 유저랜드가 나올 수도 있습니다." #. Tag: para -#: hardware.xml:788 +#: hardware.xml:786 #, no-c-format msgid "" "Complete information concerning supported peripherals can be found at CPU" msgstr "CPU" #. Tag: para -#: hardware.xml:797 +#: hardware.xml:795 #, no-c-format msgid "" "Nearly all x86-based processors are supported; this includes AMD and VIA " @@ -1894,13 +1888,13 @@ msgstr "" "습니다." #. Tag: title -#: hardware.xml:807 +#: hardware.xml:805 #, no-c-format msgid "I/O Bus" msgstr "입출력 버스" #. Tag: para -#: hardware.xml:808 +#: hardware.xml:806 #, no-c-format msgid "" "The system bus is the part of the motherboard which allows the CPU to " @@ -1914,7 +1908,7 @@ msgstr "" "용해야 합니다." #. Tag: para -#: hardware.xml:831 +#: hardware.xml:829 #, no-c-format msgid "" "Complete information concerning supported M68000 based " @@ -1927,7 +1921,7 @@ msgstr "" "기서는 대략적인 기본 사항만 다룹니다." #. Tag: para -#: hardware.xml:838 +#: hardware.xml:836 #, no-c-format msgid "" "The &architecture; port of Linux runs on any 680x0 with a PMMU (Paged Memory " @@ -1943,7 +1937,7 @@ msgstr "" "url=\"&url-m68k-faq;\">Linux/m68k FAQ를 보십시오." #. Tag: para -#: hardware.xml:846 +#: hardware.xml:844 #, no-c-format msgid "" "There are four major supported &architecture; flavors: " @@ -1968,7 +1962,7 @@ msgstr "" "대한 포팅은 진행중이지만 아직 데비안이 지원하지 않습니다." #. Tag: para -#: hardware.xml:873 +#: hardware.xml:871 #, no-c-format msgid "" "Debian on &arch-title; supports the following platforms: " @@ -2003,7 +1997,7 @@ msgstr "" "debian-&arch-listname; 메일링 리스트를 참고하십시오." #. Tag: para -#: hardware.xml:914 +#: hardware.xml:912 #, no-c-format msgid "" "On SGI IP22, SGI Indy, Indigo 2 and Challenge S with R4000, R4400, R4600 and " @@ -2021,7 +2015,7 @@ msgstr "" "1480칩에 네 개의 코어가 들어 있습니다." #. Tag: para -#: hardware.xml:924 +#: hardware.xml:922 #, no-c-format msgid "" "Some MIPS machines can be operated in both big and little endian mode. For " @@ -2032,7 +2026,7 @@ msgstr "" "틀 엔디안 MIPS의 경우에는 mipsel 아키텍처에 대한 문서를 읽어보십시오." #. Tag: para -#: hardware.xml:941 +#: hardware.xml:939 #, no-c-format msgid "" "Debian on &arch-title; supports the following platforms: " @@ -2056,23 +2050,23 @@ msgstr "" "합니다. Cobalt Microserver: 여기서는 " "MIPS 기반 Cobalt 기계만 다룹니다. Cobalt 2700(Cube1), RaQ, Qube2와 Raq2, " "Gateway Microserver가 포함됩니다. " -"Broadcom BCM91250A (SWARM): 이 것은 듀얼코어 SB1 1250 CPU를 기반하는 " -"Broadcom의ATX 폼 펙터 평가보드입니다. " -" Broadcom BCM91480B (BigSur): 이 것은 쿼드코어 SB1A 1480 CPU" -"에 기반한 Broadcom의 ATX 폼 펙터 평가보드입니다. " -" 지원하는 mips/mipsel 머신에 대한 정보는 " -"Linux-MIPS 홈페이지에 있습니다. 이 뒤에는 데비안 설치 프로그램이 지원하는 " -"시스템만 다룹니다. 다른 서브 아키텍처에 대한 지원에 관해서는, debian-&arch-listname; 메일링 리스트를 참고하십시오." +"Broadcom BCM91250A (SWARM): 이 것은 듀얼코어 SB1 1250 CPU를 기반하는 Broadcom" +"의ATX 폼 펙터 평가보드입니다. Broadcom " +"BCM91480B (BigSur): 이 것은 쿼드코어 SB1A 1480 CPU에 기반한 Broadcom의 ATX " +"폼 펙터 평가보드입니다. 지원하는 mips/" +"mipsel 머신에 대한 정보는 Linux-MIPS 홈페이지" +"에 있습니다. 이 뒤에는 데비안 설치 프로그램이 지원하는 시스템만 다룹" +"니다. 다른 서브 아키텍처에 대한 지원에 관해서는, debian-&arch-listname; 메일링 리스트를 참고하십시오." #. Tag: title -#: hardware.xml:981 +#: hardware.xml:979 #, no-c-format msgid "CPU/Machine types" msgstr "CPU/머신 종류" #. Tag: para -#: hardware.xml:983 +#: hardware.xml:981 #, no-c-format msgid "" "Currently only DECstations with R3000 and R4000/R4400 CPUs are supported by " @@ -2084,115 +2078,115 @@ msgstr "" "동작합니다:" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "System Type" msgstr "시스템 종류" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "CPU" msgstr "CPU" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "Code-name" msgstr "코드명" #. Tag: entry -#: hardware.xml:996 +#: hardware.xml:994 #, no-c-format msgid "Debian subarchitecture" msgstr "데비안 서브 아키텍처" #. Tag: entry -#: hardware.xml:1002 +#: hardware.xml:1000 #, no-c-format msgid "DECstation 5000/1xx" msgstr "DECstation 5000/1xx" #. Tag: entry -#: hardware.xml:1003 hardware.xml:1013 hardware.xml:1018 hardware.xml:1028 +#: hardware.xml:1001 hardware.xml:1011 hardware.xml:1016 hardware.xml:1026 #, no-c-format msgid "R3000" msgstr "R3000" #. Tag: entry -#: hardware.xml:1004 hardware.xml:1009 +#: hardware.xml:1002 hardware.xml:1007 #, no-c-format msgid "3MIN" msgstr "3MIN" #. Tag: entry -#: hardware.xml:1007 +#: hardware.xml:1005 #, no-c-format msgid "DECstation 5000/150" msgstr "DECstation 5000/150" #. Tag: entry -#: hardware.xml:1008 hardware.xml:1033 +#: hardware.xml:1006 hardware.xml:1031 #, no-c-format msgid "R4000" msgstr "R4000" #. Tag: entry -#: hardware.xml:1012 +#: hardware.xml:1010 #, no-c-format msgid "DECstation 5000/200" msgstr "DECstation 5000/200" #. Tag: entry -#: hardware.xml:1014 +#: hardware.xml:1012 #, no-c-format msgid "3MAX" msgstr "3MAX" #. Tag: entry -#: hardware.xml:1017 +#: hardware.xml:1015 #, no-c-format msgid "DECstation 5000/240" msgstr "DECstation 5000/240" #. Tag: entry -#: hardware.xml:1019 hardware.xml:1024 +#: hardware.xml:1017 hardware.xml:1022 #, no-c-format msgid "3MAX+" msgstr "3MAX+" #. Tag: entry -#: hardware.xml:1022 +#: hardware.xml:1020 #, no-c-format msgid "DECstation 5000/260" msgstr "DECstation 5000/260" #. Tag: entry -#: hardware.xml:1023 +#: hardware.xml:1021 #, no-c-format msgid "R4400" msgstr "R4400" #. Tag: entry -#: hardware.xml:1027 +#: hardware.xml:1025 #, no-c-format msgid "Personal DECstation 5000/xx" msgstr "Personal DECstation 5000/xx" #. Tag: entry -#: hardware.xml:1029 hardware.xml:1034 +#: hardware.xml:1027 hardware.xml:1032 #, no-c-format msgid "Maxine" msgstr "Maxine" #. Tag: entry -#: hardware.xml:1032 +#: hardware.xml:1030 #, no-c-format msgid "Personal DECstation 5000/50" msgstr "Personal DECstation 5000/50" #. Tag: para -#: hardware.xml:1039 +#: hardware.xml:1037 #, no-c-format msgid "" "All Cobalt machines are supported. In the past, only machines with a serial " @@ -2203,7 +2197,7 @@ msgstr "" "다.(즉 Qube 2700을 제외한 모든 기계). 그러나 SSH를 통하면 설치할 수 있습니다." #. Tag: para -#: hardware.xml:1046 +#: hardware.xml:1044 #, no-c-format msgid "" "The Broadcom BCM91250A evaluation board comes with an SB1 1250 chip with two " @@ -2217,13 +2211,13 @@ msgstr "" "with four cores which are supported in SMP mode." #. Tag: title -#: hardware.xml:1056 +#: hardware.xml:1054 #, no-c-format msgid "Supported console options" msgstr "지원하는 콘솔 옵션" #. Tag: para -#: hardware.xml:1057 +#: hardware.xml:1055 #, no-c-format msgid "" "A serial console is available on all supported DECstations (9600 bps, 8N1). " @@ -2244,7 +2238,7 @@ msgstr "" "서는 PMAG-BA와 PMAGB-B 그래픽 옵션으로 로컬 콘솔을 사용할 수 있습니다." #. Tag: para -#: hardware.xml:1068 +#: hardware.xml:1066 #, no-c-format msgid "" "If you have a Linux system to use as serial terminal, an easy way is to run " @@ -2268,20 +2262,20 @@ msgstr "" "연결 속도를 지정합니다 (9600 bps)." #. Tag: para -#: hardware.xml:1086 +#: hardware.xml:1084 #, no-c-format msgid "Both Cobalt and Broadcom BCM91250A/BCM91480B use 115200 bps." msgstr "Cobalt와 Broadcom BCM91250A/BCM91480B는 115200 bps를 사용합니다." #. Tag: para -#: hardware.xml:1100 -#, no-c-format +#: hardware.xml:1098 +#, fuzzy, no-c-format msgid "" "There are four major supported &architecture; " -"subarchitectures: PMac (Power-Macintosh), PReP, APUS (Amiga Power-UP " -"System), and CHRP machines. Each subarchitecture has its own boot methods. " -"In addition, there are four different kernel flavours, supporting different " -"CPU variants." +"subarchitectures: PMac (Power-Macintosh or PowerMac), PReP, APUS (Amiga " +"Power-UP System), and CHRP machines. Each subarchitecture has its own boot " +"methods. In addition, there are four different kernel flavours, supporting " +"different CPU variants." msgstr "" "네 개의 &architecture; 서브 아키텍처를 지원합니다: PMac " "(Power-Macintosh), PReP, APUS (Amiga Power-UP System), 그리고 CHRP 기계입니" @@ -2289,7 +2283,7 @@ msgstr "" "CPU 변형들을 지원하기 위해 네 종류의 커널 변종이 있습니다." #. Tag: para -#: hardware.xml:1108 +#: hardware.xml:1106 #, no-c-format msgid "" "Ports to other &architecture; architectures, such as " @@ -2301,13 +2295,13 @@ msgstr "" "올 수도 있습니다." #. Tag: title -#: hardware.xml:1116 +#: hardware.xml:1114 #, no-c-format msgid "Kernel Flavours" msgstr "커널 변종" #. Tag: para -#: hardware.xml:1118 +#: hardware.xml:1116 #, no-c-format msgid "" "There are four flavours of the powerpc kernel in Debian, based on the CPU " @@ -2315,31 +2309,37 @@ msgid "" msgstr "데비안의 powerpc 커널은 CPU 종류에 따라서 4가지의 변종이 있습니다:" #. Tag: term -#: hardware.xml:1125 +#: hardware.xml:1123 #, no-c-format msgid "powerpc" msgstr "powerpc" #. Tag: para -#: hardware.xml:1126 -#, no-c-format +#: hardware.xml:1124 +#, fuzzy, no-c-format msgid "" "Most systems use this kernel flavour, which supports the PowerPC 601, 603, " -"604, 740, 750, and 7400 processors. All Apple Power Macintosh systems up to " -"and including the G4 use one of these processors." +"604, 740, 750, and 7400 processors. All Apple PowerMac machines up to and " +"including the one marketed as G4 use one of these processors." msgstr "" "대부분의 시스템이 이 커널 변종을 사용하며, PowerPC 601, 603, 604, 740, 750, " "7400 프로세서를 지원합니다. G4까지 모든 Power Macintosh 시스템은 이 프로세서" "들 중의 하나를 사용합니다." #. Tag: term -#: hardware.xml:1136 -#, no-c-format -msgid "power3" -msgstr "power3" +#: hardware.xml:1134 +#, fuzzy, no-c-format +msgid "power64" +msgstr "power4" #. Tag: para -#: hardware.xml:1137 +#: hardware.xml:1135 +#, fuzzy, no-c-format +msgid "The power64 kernel flavour supports the following CPUs:" +msgstr "이 커널 변종은 Amiga Power-UP System을 지원합니다." + +#. Tag: para +#: hardware.xml:1139 #, no-c-format msgid "" "The POWER3 processor is used in older IBM 64-bit server systems: known " @@ -2350,14 +2350,8 @@ msgstr "" "델은 IntelliStation POWER Model 265, pSeries 610과 640, RS/6000 7044-170, " "7044-260과 7044-270이 있습니다." -#. Tag: term -#: hardware.xml:1147 -#, no-c-format -msgid "power4" -msgstr "power4" - #. Tag: para -#: hardware.xml:1148 +#: hardware.xml:1145 #, no-c-format msgid "" "The POWER4 processor is used in more recent IBM 64-bit server systems: known " @@ -2367,105 +2361,80 @@ msgstr "" "진 모델은 pSeries 615, 630, 650, 655, 670, 690이 있습니다." #. Tag: para -#: hardware.xml:1153 -#, no-c-format +#: hardware.xml:1150 +#, fuzzy, no-c-format msgid "" -"The Apple G5 is also based on the POWER4 architecture, and uses this kernel " -"flavour." +"Systems using the Apple G5 (PPC970FX processor) are also based on the POWER4 " +"architecture, and use this kernel flavour." msgstr "Apple G5도 POWER4 아키텍처 기반이고, 이 커널 변종을 사용합니다." #. Tag: term -#: hardware.xml:1162 +#: hardware.xml:1159 +#, fuzzy, no-c-format +msgid "prep" +msgstr "powerpc" + +#. Tag: para +#: hardware.xml:1160 +#, fuzzy, no-c-format +msgid "This kernel flavour supports the PReP subarchitecture." +msgstr "이 커널 변종은 Amiga Power-UP System을 지원합니다." + +#. Tag: term +#: hardware.xml:1168 #, no-c-format msgid "apus" msgstr "apus" #. Tag: para -#: hardware.xml:1163 -#, no-c-format -msgid "This kernel flavour supports the Amiga Power-UP System." +#: hardware.xml:1169 +#, fuzzy, no-c-format +msgid "" +"This kernel flavour supports the Amiga Power-UP System, though it is " +"currently disabled." msgstr "이 커널 변종은 Amiga Power-UP System을 지원합니다." #. Tag: title -#: hardware.xml:1175 +#: hardware.xml:1182 #, no-c-format msgid "Power Macintosh (pmac) subarchitecture" msgstr "Power Macintosh (pmac) 서브 아키텍처" #. Tag: para -#: hardware.xml:1177 -#, no-c-format +#: hardware.xml:1184 +#, fuzzy, no-c-format msgid "" "Apple (and briefly a few other manufacturers — Power Computing, for " -"example) makes a series of Macintosh computers based on the PowerPC " +"example) made a series of Macintosh computers based on the PowerPC " "processor. For purposes of architecture support, they are categorized as " -"NuBus, OldWorld PCI, and NewWorld." +"NuBus (not supported by Debian), OldWorld, and NewWorld." msgstr "" "Apple은 (그리고 다른 몇 개 제조업체들, 예를 들어 Power Computing은) PowerPC " "프로세서 기반의 Macintosh 컴퓨터를 만듭니다. 각 아키텍처 지원을 위해 NuBus, " "OldWorld PCI, NewWorld로 구분해 놓았습니다." -#. Tag: para -#: hardware.xml:1184 -#, no-c-format -msgid "" -"Macintosh computers using the 680x0 series of processors are not in the " -"PowerPC family but are instead m68k machines. Those models start with " -"Mac II or have a 3-digit model number such as Centris 650 or " -"Quadra 950. Apple's pre-iMac PowerPC model numbers have four digits." -msgstr "" -"680x0 시리즈 프로세서를 사용하는 Macintosh 컴퓨터는 PowerPC가 아니라 m68k 기" -"계입니다. 그 모델들은 Mac II로 시작하거나 모델 번호가 숫자 3개" -"인 Centris 650이나 Quadra 950같은 것입니다. 애플의 iMAC 전에 나온 PowerPC 모" -"델은 모델 번호가 숫자 4개입니다." - #. Tag: para #: hardware.xml:1191 -#, no-c-format -msgid "" -"NuBus systems are not currently supported by debian/powerpc. The monolithic " -"Linux/PPC kernel architecture does not have support for these machines; " -"instead, one must use the MkLinux Mach microkernel, which Debian does not " -"yet support. These include the following: " -"Power Macintosh 6100, 7100, 8100 " -"Performa 5200, 6200, 6300 Powerbook " -"1400, 2300, and 5300 Workgroup Server " -"6150, 8150, 9150 A linux kernel for these " -"machines and limited support is available at " -msgstr "" -"NuBus 시스템은 현재 데비안/powerpc가 지원하지 않습니다. 모노리딕 리눅스/PPC " -"커널은 이 기계를 지원하지 않습니다. 그 대신 MkLinux Mach 마이크로커널을 사용" -"하면 되지만, 데비안은 아직 지원하지 않습니다. 이 컴퓨터는 다음과 같은 것들이 " -"있습니다: Power Macintosh 6100, 7100, 8100 Performa 5200, 6200, 6300 Powerbook 1400, 2300, and 5300 " -" Workgroup Server 6150, 8150, 9150 이 기계에 쓸 수 있는 리눅스 커널과 (제한적이지만) 지원은 " -"에서 구할 수 있습니" -"다." - -#. Tag: para -#: hardware.xml:1224 -#, no-c-format +#, fuzzy, no-c-format msgid "" "OldWorld systems are most Power Macintoshes with a floppy drive and a PCI " "bus. Most 603, 603e, 604, and 604e based Power Macintoshes are OldWorld " -"machines. The beige colored G3 systems are also OldWorld." +"machines. Those pre-iMac PowerPC models from Apple use a four digit naming " +"scheme, except for the beige colored G3 systems, which are also OldWorld." msgstr "" "OldWorld 시스템은 플로피 드라이브와 PCI 버스가 있는 대부분의 Power Macintosh" "를 말합니다. 대부분의 603, 603e, 604, 604e 기반 Power Macintosh는 OldWorld 기" "계입니다. 베이지색의 G3 시스템도 OldWorld입니다." #. Tag: para -#: hardware.xml:1230 -#, no-c-format +#: hardware.xml:1199 +#, fuzzy, no-c-format msgid "" "The so called NewWorld PowerMacs are any PowerMacs in translucent colored " -"plastic cases. That includes all iMacs, iBooks, G4 systems, blue colored G3 " -"systems, and most PowerBooks manufactured in and after 1999. The NewWorld " -"PowerMacs are also known for using the ROM in RAM system for " -"MacOS, and were manufactured from mid-1998 onwards." +"plastic cases and later models. That includes all iMacs, iBooks, G4 systems, " +"blue colored G3 systems, and most PowerBooks manufactured in and after 1999. " +"The NewWorld PowerMacs are also known for using the ROM in RAM system for MacOS, and were manufactured from mid-1998 onwards." msgstr "" "NewWorld PowerMac이라고 하는 것은 투명한 플라스틱 케이스에 들어 있는 모든 " "PowerMac을 일컫습니다. 여기에는 모든 iMac, iBook, G4 시스템, 파란색 G3 시스" @@ -2474,7 +2443,7 @@ msgstr "" "년 중반 이후에 제조되었습니다." #. Tag: para -#: hardware.xml:1238 +#: hardware.xml:1207 #, no-c-format msgid "" "Specifications for Apple hardware are available at AppleSpec Legacy에 있습니다." #. Tag: entry -#: hardware.xml:1254 hardware.xml:1389 hardware.xml:1433 hardware.xml:1462 +#: hardware.xml:1223 hardware.xml:1358 hardware.xml:1402 hardware.xml:1431 #, no-c-format msgid "Model Name/Number" msgstr "모델 이름/번호" #. Tag: entry -#: hardware.xml:1255 +#: hardware.xml:1224 #, no-c-format msgid "Generation" msgstr "세대" #. Tag: entry -#: hardware.xml:1261 +#: hardware.xml:1230 #, no-c-format msgid "Apple" msgstr "Apple" #. Tag: entry -#: hardware.xml:1262 +#: hardware.xml:1231 #, no-c-format msgid "iMac Bondi Blue, 5 Flavors, Slot Loading" msgstr "iMac Bondi Blue, 5 Flavors, Slot Loading" #. Tag: entry -#: hardware.xml:1263 hardware.xml:1266 hardware.xml:1269 hardware.xml:1272 -#: hardware.xml:1275 hardware.xml:1278 hardware.xml:1281 hardware.xml:1284 -#: hardware.xml:1287 hardware.xml:1290 hardware.xml:1293 hardware.xml:1296 -#: hardware.xml:1299 hardware.xml:1302 hardware.xml:1305 hardware.xml:1308 +#: hardware.xml:1232 hardware.xml:1235 hardware.xml:1238 hardware.xml:1241 +#: hardware.xml:1244 hardware.xml:1247 hardware.xml:1250 hardware.xml:1253 +#: hardware.xml:1256 hardware.xml:1259 hardware.xml:1262 hardware.xml:1265 +#: hardware.xml:1268 hardware.xml:1271 hardware.xml:1274 hardware.xml:1277 #, no-c-format msgid "NewWorld" msgstr "NewWorld" #. Tag: entry -#: hardware.xml:1265 +#: hardware.xml:1234 #, no-c-format msgid "iMac Summer 2000, Early 2001" msgstr "iMac Summer 2000, Early 2001" #. Tag: entry -#: hardware.xml:1268 +#: hardware.xml:1237 #, no-c-format msgid "iMac G5" msgstr "iMac G5" #. Tag: entry -#: hardware.xml:1271 +#: hardware.xml:1240 #, no-c-format msgid "iBook, iBook SE, iBook Dual USB" msgstr "iBook, iBook SE, iBook Dual USB" #. Tag: entry -#: hardware.xml:1274 +#: hardware.xml:1243 #, no-c-format msgid "iBook2" msgstr "iBook2" #. Tag: entry -#: hardware.xml:1277 +#: hardware.xml:1246 #, no-c-format msgid "iBook G4" msgstr "iBook G4" #. Tag: entry -#: hardware.xml:1280 +#: hardware.xml:1249 #, no-c-format msgid "Power Macintosh Blue and White (B&W) G3" msgstr "Power Macintosh Blue and White (B&W) G3" #. Tag: entry -#: hardware.xml:1283 +#: hardware.xml:1252 #, no-c-format msgid "Power Macintosh G4 PCI, AGP, Cube" msgstr "Power Macintosh G4 PCI, AGP, Cube" #. Tag: entry -#: hardware.xml:1286 +#: hardware.xml:1255 #, no-c-format msgid "Power Macintosh G4 Gigabit Ethernet" msgstr "Power Macintosh G4 Gigabit Ethernet" #. Tag: entry -#: hardware.xml:1289 +#: hardware.xml:1258 #, no-c-format msgid "Power Macintosh G4 Digital Audio, Quicksilver" msgstr "Power Macintosh G4 Digital Audio, Quicksilver" #. Tag: entry -#: hardware.xml:1292 +#: hardware.xml:1261 #, no-c-format msgid "Power Macintosh G5" msgstr "Power Macintosh G5" #. Tag: entry -#: hardware.xml:1295 +#: hardware.xml:1264 #, no-c-format msgid "PowerBook G3 FireWire Pismo (2000)" msgstr "PowerBook G3 FireWire Pismo (2000)" #. Tag: entry -#: hardware.xml:1298 +#: hardware.xml:1267 #, no-c-format msgid "PowerBook G3 Lombard (1999)" msgstr "PowerBook G3 Lombard (1999)" #. Tag: entry -#: hardware.xml:1301 +#: hardware.xml:1270 #, no-c-format msgid "PowerBook G4 Titanium" msgstr "PowerBook G4 Titanium" #. Tag: entry -#: hardware.xml:1304 +#: hardware.xml:1273 #, no-c-format msgid "PowerBook G4 Aluminum" msgstr "PowerBook G4 Aluminum" #. Tag: entry -#: hardware.xml:1307 +#: hardware.xml:1276 #, no-c-format msgid "Xserve G5" msgstr "Xserve G5" #. Tag: entry -#: hardware.xml:1310 +#: hardware.xml:1279 #, no-c-format msgid "Performa 4400, 54xx, 5500" msgstr "Performa 4400, 54xx, 5500" #. Tag: entry -#: hardware.xml:1311 hardware.xml:1314 hardware.xml:1317 hardware.xml:1320 -#: hardware.xml:1323 hardware.xml:1326 hardware.xml:1329 hardware.xml:1332 -#: hardware.xml:1335 hardware.xml:1338 hardware.xml:1341 hardware.xml:1344 -#: hardware.xml:1350 hardware.xml:1353 hardware.xml:1359 hardware.xml:1365 -#: hardware.xml:1371 +#: hardware.xml:1280 hardware.xml:1283 hardware.xml:1286 hardware.xml:1289 +#: hardware.xml:1292 hardware.xml:1295 hardware.xml:1298 hardware.xml:1301 +#: hardware.xml:1304 hardware.xml:1307 hardware.xml:1310 hardware.xml:1313 +#: hardware.xml:1319 hardware.xml:1322 hardware.xml:1328 hardware.xml:1334 +#: hardware.xml:1340 #, no-c-format msgid "OldWorld" msgstr "OldWorld" #. Tag: entry -#: hardware.xml:1313 +#: hardware.xml:1282 #, no-c-format msgid "Performa 6360, 6400, 6500" msgstr "Performa 6360, 6400, 6500" #. Tag: entry -#: hardware.xml:1316 +#: hardware.xml:1285 #, no-c-format msgid "Power Macintosh 4400, 5400" msgstr "Power Macintosh 4400, 5400" #. Tag: entry -#: hardware.xml:1319 +#: hardware.xml:1288 #, no-c-format msgid "Power Macintosh 7200, 7300, 7500, 7600" msgstr "Power Macintosh 7200, 7300, 7500, 7600" #. Tag: entry -#: hardware.xml:1322 +#: hardware.xml:1291 #, no-c-format msgid "Power Macintosh 8200, 8500, 8600" msgstr "Power Macintosh 8200, 8500, 8600" #. Tag: entry -#: hardware.xml:1325 +#: hardware.xml:1294 #, no-c-format msgid "Power Macintosh 9500, 9600" msgstr "Power Macintosh 9500, 9600" #. Tag: entry -#: hardware.xml:1328 +#: hardware.xml:1297 #, no-c-format msgid "Power Macintosh (Beige) G3 Minitower" msgstr "Power Macintosh (Beige) G3 Minitower" #. Tag: entry -#: hardware.xml:1331 +#: hardware.xml:1300 #, no-c-format msgid "Power Macintosh (Beige) Desktop, All-in-One" msgstr "Power Macintosh (Beige) Desktop, All-in-One" #. Tag: entry -#: hardware.xml:1334 +#: hardware.xml:1303 #, no-c-format msgid "PowerBook 2400, 3400, 3500" msgstr "PowerBook 2400, 3400, 3500" #. Tag: entry -#: hardware.xml:1337 +#: hardware.xml:1306 #, no-c-format msgid "PowerBook G3 Wallstreet (1998)" msgstr "PowerBook G3 Wallstreet (1998)" #. Tag: entry -#: hardware.xml:1340 +#: hardware.xml:1309 #, no-c-format msgid "Twentieth Anniversary Macintosh" msgstr "Twentieth Anniversary Macintosh" #. Tag: entry -#: hardware.xml:1343 +#: hardware.xml:1312 #, no-c-format msgid "Workgroup Server 7250, 7350, 8550, 9650, G3" msgstr "Workgroup Server 7250, 7350, 8550, 9650, G3" #. Tag: entry -#: hardware.xml:1348 +#: hardware.xml:1317 #, no-c-format msgid "Power Computing" msgstr "Power Computing" #. Tag: entry -#: hardware.xml:1349 +#: hardware.xml:1318 #, no-c-format msgid "PowerBase, PowerTower / Pro, PowerWave" msgstr "PowerBase, PowerTower / Pro, PowerWave" #. Tag: entry -#: hardware.xml:1352 +#: hardware.xml:1321 #, no-c-format msgid "PowerCenter / Pro, PowerCurve" msgstr "PowerCenter / Pro, PowerCurve" #. Tag: entry -#: hardware.xml:1357 +#: hardware.xml:1326 #, no-c-format msgid "UMAX" msgstr "UMAX" #. Tag: entry -#: hardware.xml:1358 +#: hardware.xml:1327 #, no-c-format msgid "C500, C600, J700, S900" msgstr "C500, C600, J700, S900" #. Tag: entry -#: hardware.xml:1363 +#: hardware.xml:1332 #, no-c-format msgid "APS" msgstr "APS" #. Tag: entry -#: hardware.xml:1364 +#: hardware.xml:1333 #, no-c-format msgid "APS Tech M*Power 604e/2000" msgstr "APS Tech M*Power 604e/2000" #. Tag: entry -#: hardware.xml:1369 hardware.xml:1395 +#: hardware.xml:1338 hardware.xml:1364 #, no-c-format msgid "Motorola" msgstr "모토로라" #. Tag: entry -#: hardware.xml:1370 +#: hardware.xml:1339 #, no-c-format msgid "Starmax 3000, 4000, 5000, 5500" msgstr "Starmax 3000, 4000, 5000, 5500" #. Tag: title -#: hardware.xml:1379 +#: hardware.xml:1348 #, no-c-format msgid "PReP subarchitecture" msgstr "PReP 서브 아키텍처" #. Tag: entry -#: hardware.xml:1396 +#: hardware.xml:1365 #, no-c-format msgid "Firepower, PowerStack Series E, PowerStack II" msgstr "Firepower, PowerStack Series E, PowerStack II" #. Tag: entry -#: hardware.xml:1398 +#: hardware.xml:1367 #, no-c-format msgid "MPC 7xx, 8xx" msgstr "MPC 7xx, 8xx" #. Tag: entry -#: hardware.xml:1400 +#: hardware.xml:1369 #, no-c-format msgid "MTX, MTX+" msgstr "MTX, MTX+" #. Tag: entry -#: hardware.xml:1402 +#: hardware.xml:1371 #, no-c-format msgid "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" msgstr "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" #. Tag: entry -#: hardware.xml:1404 +#: hardware.xml:1373 #, no-c-format msgid "MCP(N)750" msgstr "MCP(N)750" #. Tag: entry -#: hardware.xml:1408 hardware.xml:1439 +#: hardware.xml:1377 hardware.xml:1408 #, no-c-format msgid "IBM RS/6000" msgstr "IBM RS/6000" #. Tag: entry -#: hardware.xml:1409 +#: hardware.xml:1378 #, no-c-format msgid "40P, 43P" msgstr "40P, 43P" #. Tag: entry -#: hardware.xml:1411 +#: hardware.xml:1380 #, no-c-format msgid "Power 830/850/860 (6070, 6050)" msgstr "Power 830/850/860 (6070, 6050)" #. Tag: entry -#: hardware.xml:1413 +#: hardware.xml:1382 #, no-c-format msgid "6030, 7025, 7043" msgstr "6030, 7025, 7043" #. Tag: entry -#: hardware.xml:1415 +#: hardware.xml:1384 #, no-c-format msgid "p640" msgstr "p640" #. Tag: title -#: hardware.xml:1423 +#: hardware.xml:1392 #, no-c-format msgid "CHRP subarchitecture" msgstr "CHRP 서브 아키텍처" #. Tag: entry -#: hardware.xml:1440 +#: hardware.xml:1409 #, no-c-format msgid "B50, 43P-150, 44P" msgstr "B50, 43P-150, 44P" #. Tag: entry -#: hardware.xml:1443 +#: hardware.xml:1412 #, no-c-format msgid "Genesi" msgstr "Genesi" #. Tag: entry -#: hardware.xml:1444 +#: hardware.xml:1413 #, no-c-format msgid "Pegasos I, Pegasos II" msgstr "Pegasos I, Pegasos II" #. Tag: title -#: hardware.xml:1452 +#: hardware.xml:1421 #, no-c-format msgid "APUS subarchitecture" msgstr "APUS 서브 아키텍처" #. Tag: entry -#: hardware.xml:1468 +#: hardware.xml:1437 #, no-c-format msgid "Amiga Power-UP Systems (APUS)" msgstr "Amiga Power-UP Systems (APUS)" #. Tag: entry -#: hardware.xml:1469 +#: hardware.xml:1438 #, no-c-format msgid "A1200, A3000, A4000" msgstr "A1200, A3000, A4000" #. Tag: title -#: hardware.xml:1482 +#: hardware.xml:1446 +#, no-c-format +msgid "Nubus PowerMac subarchitecture (unsupported)" +msgstr "" + +#. Tag: para +#: hardware.xml:1448 +#, fuzzy, no-c-format +msgid "" +"NuBus systems are not currently supported by Debian/powerpc. The monolithic " +"Linux/PPC kernel architecture does not have support for these machines; " +"instead, one must use the MkLinux Mach microkernel, which Debian does not " +"yet support. These include the following: " +"Power Macintosh 6100, 7100, 8100 " +"Performa 5200, 6200, 6300 Powerbook " +"1400, 2300, and 5300 Workgroup Server " +"6150, 8150, 9150 A linux kernel for these " +"machines and limited support is available at ." +msgstr "" +"NuBus 시스템은 현재 데비안/powerpc가 지원하지 않습니다. 모노리딕 리눅스/PPC " +"커널은 이 기계를 지원하지 않습니다. 그 대신 MkLinux Mach 마이크로커널을 사용" +"하면 되지만, 데비안은 아직 지원하지 않습니다. 이 컴퓨터는 다음과 같은 것들이 " +"있습니다: Power Macintosh 6100, 7100, 8100 Performa 5200, 6200, 6300 Powerbook 1400, 2300, and 5300 " +" Workgroup Server 6150, 8150, 9150 이 기계에 쓸 수 있는 리눅스 커널과 (제한적이지만) 지원은 " +"에서 구할 수 있습니" +"다." + +#. Tag: title +#: hardware.xml:1485 +#, fuzzy, no-c-format +msgid "Non-PowerPC Macs" +msgstr "PowerMac" + +#. Tag: para +#: hardware.xml:1487 +#, no-c-format +msgid "" +"Macintosh computers using the 680x0 series of processors are not in the PowerPC family but are instead m68k machines. Those models " +"start with Mac II series, go on to the LC " +"family, then the Centris series, and culminate in the Quadras and Performas. " +"These models usually have a Roman numeral or 3-digit model number such as " +"Mac IIcx, LCIII or Quadra 950. This model range started with " +"the Mac II (Mac II, IIx, IIcx, IIci, IIsi, IIvi, IIvx, IIfx), then the LC " +"(LC, LCII, III, III+, 475, 520, 550, 575, 580, 630), then the Mac TV, then " +"the Centris (610, 650, 660AV), the Quadra (605, 610, 630, 650, 660AV, 700, " +"800, 840AV, 900, 950), and finally the Performa 200-640CD. In " +"laptops, it started with the Mac Portable, then the PowerBook 100-190cs and " +"the PowerBook Duo 210-550c (excluding PowerBook 500 which is Nubus, please " +"see the section above)." +msgstr "" + +#. Tag: title +#: hardware.xml:1520 #, no-c-format msgid "S/390 and zSeries machine types" msgstr "S/390 및 zSeries 기계 종류" #. Tag: para -#: hardware.xml:1483 +#: hardware.xml:1521 #, no-c-format msgid "" "Complete information regarding supported S/390 and zSeries machines can be " @@ -2886,7 +2912,7 @@ msgstr "" "점을 에뮬레이션해서 지원하므로 효율이 떨어집니다." #. Tag: para -#: hardware.xml:1506 +#: hardware.xml:1544 #, no-c-format msgid "" "Currently the &architecture; port supports several " @@ -2916,13 +2942,13 @@ msgstr "" "faq;\">Linux for SPARCProcessors FAQ를 참고하십시오." #. Tag: title -#: hardware.xml:1526 +#: hardware.xml:1564 #, no-c-format msgid "Memory Configuration" msgstr "메모리 설정" #. Tag: para -#: hardware.xml:1527 +#: hardware.xml:1565 #, no-c-format msgid "" "Some older Sun workstations, notably the Sun IPX and Sun IPC have memory " @@ -2939,7 +2965,7 @@ msgstr "" "면 Data Access Exception이 발생하게 됩니다." #. Tag: para -#: hardware.xml:1536 +#: hardware.xml:1574 #, no-c-format msgid "" "Thus you must configure the memory so that the lowest memory block is " @@ -2954,7 +2980,7 @@ msgstr "" "니다. 4MB는 이렇게 하기에 충분하지 않습니다." #. Tag: para -#: hardware.xml:1544 +#: hardware.xml:1582 #, no-c-format msgid "" "Example: In a Sun IPX you have a 16Mb SIMM and a 4Mb SIMM. There are four " @@ -2968,13 +2994,13 @@ msgstr "" "치하는 게 좋습니다." #. Tag: title -#: hardware.xml:1555 +#: hardware.xml:1593 #, no-c-format msgid "Graphics Configuration" msgstr "그래픽 설정" #. Tag: para -#: hardware.xml:1556 +#: hardware.xml:1594 #, no-c-format msgid "" "Especially in the case of older Sun workstations, it is very common for " @@ -2989,7 +3015,7 @@ msgstr "" "제가 없습니다." #. Tag: para -#: hardware.xml:1565 +#: hardware.xml:1603 #, no-c-format msgid "" "However with Linux this can cause a problem, in that the boot PROM monitor " @@ -3004,7 +3030,7 @@ msgstr "" "태로 화면에 no 에러 메세지를 내보냅니다." #. Tag: para -#: hardware.xml:1573 +#: hardware.xml:1611 #, no-c-format msgid "" "To avoid this problem, connect the monitor (if required) to the video card " @@ -3015,13 +3041,13 @@ msgstr "" "를 연결하십시오. 아니면 시리얼 콘솔을 사용할 수도 있습니다." #. Tag: title -#: hardware.xml:1585 +#: hardware.xml:1623 #, no-c-format msgid "Graphics Card" msgstr "그래픽 카드" #. Tag: para -#: hardware.xml:1587 +#: hardware.xml:1625 #, no-c-format msgid "" "You should be using a VGA-compatible display interface for the console " @@ -3036,7 +3062,7 @@ msgstr "" "치 과정에서는 X11이 필요없습니다." #. Tag: para -#: hardware.xml:1595 +#: hardware.xml:1633 #, no-c-format msgid "" "Debian's support for graphical interfaces is determined by the underlying " @@ -3052,7 +3078,7 @@ msgstr "" "&x11ver; 버전이 들어 있습니다." #. Tag: para -#: hardware.xml:1604 +#: hardware.xml:1642 #, no-c-format msgid "" "The X.Org X11 window system is only supported on the SGI Indy and the O2. " @@ -3067,7 +3093,7 @@ msgstr "" "호환성 목록이 있습니다." #. Tag: para -#: hardware.xml:1613 +#: hardware.xml:1651 #, no-c-format msgid "" "The X.Org X11 window system is supported on some DECstation models. The " @@ -3082,13 +3108,13 @@ msgstr "" "대한 호환성 목록이 있습니다." #. Tag: title -#: hardware.xml:1625 +#: hardware.xml:1663 #, no-c-format msgid "Laptops" msgstr "노트북" #. Tag: para -#: hardware.xml:1626 +#: hardware.xml:1664 #, no-c-format msgid "" "Laptops are also supported. Laptops are often specialized or contain " @@ -3101,13 +3127,13 @@ msgstr "" "ulink>를 참고하십시오" #. Tag: title -#: hardware.xml:1638 hardware.xml:1663 hardware.xml:1686 +#: hardware.xml:1676 hardware.xml:1701 hardware.xml:1724 #, no-c-format msgid "Multiple Processors" msgstr "다중 프로세서" #. Tag: para -#: hardware.xml:1640 +#: hardware.xml:1678 #, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3122,7 +3148,7 @@ msgstr "" "에는 문제가 없습니다; 단 커널에 약간의 오버헤드가 더 있습니다." #. Tag: para -#: hardware.xml:1648 +#: hardware.xml:1686 #, no-c-format msgid "" "In order to optimize the kernel for single CPU systems, you'll have to " @@ -3139,7 +3165,7 @@ msgstr "" "끄는 방법입니다." #. Tag: para -#: hardware.xml:1664 +#: hardware.xml:1702 #, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3155,7 +3181,7 @@ msgstr "" "하게 됩니다." #. Tag: para -#: hardware.xml:1673 +#: hardware.xml:1711 #, no-c-format msgid "" "In order to take advantage of multiple processors, you'll have to replace " @@ -3172,7 +3198,7 @@ msgstr "" "quote>를 켜는 것입니다." #. Tag: para -#: hardware.xml:1687 +#: hardware.xml:1725 #, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3189,7 +3215,7 @@ msgstr "" "가 아닌 커널의 경우 첫 번째 CPU만을 사용하게 됩니다." #. Tag: para -#: hardware.xml:1697 +#: hardware.xml:1735 #, no-c-format msgid "" "In order to take advantage of multiple processors, you should check to see " @@ -3208,13 +3234,13 @@ msgstr "" "quote>에서 &smp-config-option;를 켜는 것입니다." #. Tag: title -#: hardware.xml:1718 +#: hardware.xml:1756 #, no-c-format msgid "Installation Media" msgstr "설치 미디어" #. Tag: para -#: hardware.xml:1720 +#: hardware.xml:1758 #, no-c-format msgid "" "This section will help you determine which different media types you can use " @@ -3231,13 +3257,13 @@ msgstr "" "쓰여 있습니다. 그 부분을 보시고 다시 이 페이지로 돌아오면 됩니다." #. Tag: title -#: hardware.xml:1731 +#: hardware.xml:1769 #, no-c-format msgid "Floppies" msgstr "플로피" #. Tag: para -#: hardware.xml:1732 +#: hardware.xml:1770 #, no-c-format msgid "" "In some cases, you'll have to do your first boot from floppy disks. " @@ -3248,19 +3274,19 @@ msgstr "" "(high-density, 1440킬로바이트) 3.5인치 플로피 드라이브가 있어야 합니다." #. Tag: para -#: hardware.xml:1738 +#: hardware.xml:1776 #, no-c-format msgid "For CHRP, floppy support is currently broken." msgstr "CHRP에서는, 현재 플로피 지원이 동작하지 않는 상태입니다." #. Tag: title -#: hardware.xml:1745 +#: hardware.xml:1783 #, no-c-format msgid "CD-ROM/DVD-ROM" msgstr "CD-ROM/DVD-ROM" #. Tag: para -#: hardware.xml:1747 +#: hardware.xml:1785 #, no-c-format msgid "" "Whenever you see CD-ROM in this manual, it applies to both CD-" @@ -3273,7 +3299,7 @@ msgstr "" "외는 표준적인 드라이브가 아닌, SCSI도 IDE/ATAPI도 아닌 CD-ROM 드라이브입니다." #. Tag: para -#: hardware.xml:1754 +#: hardware.xml:1792 #, no-c-format msgid "" "CD-ROM based installation is supported for some architectures. On machines " @@ -3291,7 +3317,7 @@ msgstr "" "용해 시스템을 설치할 수 있습니다. 참고." #. Tag: para -#: hardware.xml:1766 +#: hardware.xml:1804 #, no-c-format msgid "" "Both SCSI and IDE/ATAPI CD-ROMs are supported. In addition, all non-standard " @@ -3310,7 +3336,7 @@ msgstr "" "한 자세한 정보가 들어 있습니다." #. Tag: para -#: hardware.xml:1776 +#: hardware.xml:1814 #, no-c-format msgid "" "USB CD-ROM drives are also supported, as are FireWire devices that are " @@ -3320,7 +3346,7 @@ msgstr "" "FireWire 장치도 지원합니다." #. Tag: para -#: hardware.xml:1781 +#: hardware.xml:1819 #, no-c-format msgid "" "Both SCSI and IDE/ATAPI CD-ROMs are supported on &arch-title;, as long as " @@ -3337,7 +3363,7 @@ msgstr "" "url=\"&url-srm-howto;\">SRM HOWTO를 참고하십시오." #. Tag: para -#: hardware.xml:1790 +#: hardware.xml:1828 #, no-c-format msgid "" "IDE/ATAPI CD-ROMs are supported on all ARM machines. On RiscPCs, SCSI CD-" @@ -3347,7 +3373,7 @@ msgstr "" "도 지원합니다." #. Tag: para -#: hardware.xml:1795 +#: hardware.xml:1833 #, no-c-format msgid "" "On SGI machines, booting from CD-ROM requires a SCSI CD-ROM drive capable of " @@ -3369,11 +3395,12 @@ msgstr "" "quote>나 512 위치로 놓으십시오. 설치를 시작하려면, 펌웨어의" "System installtion 항목을 선택하십시오. Broadcom BCM91250A은 " "표준 IDE 장치를 지원하고 CD-ROM 드라이브도 지원하지만, 펌웨어가 CD 드라이브" -"를 인식하지 못하기 때문에 이 플랫폼용 CD 이미지는 없습니다. Broadcom BCM91480B " -"평가보드에서 데비안을 설치하기 위해선 PCI IDE, SATA 또는 SCSI 카드가 필요합니다." +"를 인식하지 못하기 때문에 이 플랫폼용 CD 이미지는 없습니다. Broadcom " +"BCM91480B 평가보드에서 데비안을 설치하기 위해선 PCI IDE, SATA 또는 SCSI 카드" +"가 필요합니다." #. Tag: para -#: hardware.xml:1810 +#: hardware.xml:1848 #, no-c-format msgid "" "On DECstations, booting from CD-ROM requires a SCSI CD-ROM drive capable of " @@ -3389,7 +3416,7 @@ msgstr "" "quote>나 512 위치로 놓으십시오." #. Tag: para -#: hardware.xml:1819 +#: hardware.xml:1857 #, no-c-format msgid "" "CD 1 contains the installer for the r3k-kn02 subarchitecture (the R3000-" @@ -3404,7 +3431,7 @@ msgstr "" "Personal DECstation 5000/50) 설치 프로그램이 들어 있습니다." #. Tag: para -#: hardware.xml:1828 +#: hardware.xml:1866 #, no-c-format msgid "" "To boot from CD, issue the command boot ##/rzid " @@ -3433,13 +3460,13 @@ msgstr "" "값1 파라미터2=값2 ..." #. Tag: title -#: hardware.xml:1847 +#: hardware.xml:1885 #, no-c-format msgid "Hard Disk" msgstr "하드디스크" #. Tag: para -#: hardware.xml:1849 +#: hardware.xml:1887 #, no-c-format msgid "" "Booting the installation system directly from a hard disk is another option " @@ -3451,7 +3478,7 @@ msgstr "" "있는 다른 운영 체제가 있어야 합니다." #. Tag: para -#: hardware.xml:1855 +#: hardware.xml:1893 #, no-c-format msgid "" "In fact, installation from your local disk is the preferred installation " @@ -3461,7 +3488,7 @@ msgstr "" "많이 쓰이는 방법입니다." #. Tag: para -#: hardware.xml:1860 +#: hardware.xml:1898 #, no-c-format msgid "" "Although the &arch-title; does not allow booting from SunOS (Solaris), you " @@ -3471,13 +3498,13 @@ msgstr "" "파티션(UFS 슬라이스)에서부터 설치할 수는 있습니다." #. Tag: title -#: hardware.xml:1868 +#: hardware.xml:1906 #, no-c-format msgid "USB Memory Stick" msgstr "USB 메모리" #. Tag: para -#: hardware.xml:1870 +#: hardware.xml:1908 #, no-c-format msgid "" "Many Debian boxes need their floppy and/or CD-ROM drives only for setting up " @@ -3494,13 +3521,13 @@ msgstr "" "니다." #. Tag: title -#: hardware.xml:1882 +#: hardware.xml:1920 #, no-c-format msgid "Network" msgstr "네트워크" #. Tag: para -#: hardware.xml:1884 +#: hardware.xml:1922 #, no-c-format msgid "" "You can also boot your system over the network. MIPS에서 가장 좋은 설치 방법입니다." #. Tag: para -#: hardware.xml:1890 +#: hardware.xml:1928 #, no-c-format msgid "" "Diskless installation, using network booting from a local area network and " @@ -3520,7 +3547,7 @@ msgstr "" "NFS 마운트에서 부팅할 수도 있습니다." #. Tag: para -#: hardware.xml:1895 +#: hardware.xml:1933 #, no-c-format msgid "" "After the operating system kernel is installed, you can install the rest of " @@ -3531,13 +3558,13 @@ msgstr "" "용 포함) 네트워크 연결을 이용해 FTP나 HTTP를 통해 설치할 수 있습니다." #. Tag: title -#: hardware.xml:1904 +#: hardware.xml:1942 #, no-c-format msgid "Un*x or GNU system" msgstr "유닉스 계열 혹은 GNU 시스템" #. Tag: para -#: hardware.xml:1906 +#: hardware.xml:1944 #, no-c-format msgid "" "If you are running another Unix-like system, you could use it to install " @@ -3553,13 +3580,13 @@ msgstr "" " 부분으로 넘어가십시오." #. Tag: title -#: hardware.xml:1918 +#: hardware.xml:1956 #, no-c-format msgid "Supported Storage Systems" msgstr "지원하는 저장 장치" #. Tag: para -#: hardware.xml:1920 +#: hardware.xml:1958 #, no-c-format msgid "" "The Debian boot disks contain a kernel which is built to maximize the number " @@ -3576,7 +3603,7 @@ msgstr "" "하드웨어에 설치할 수 있습니다." #. Tag: para -#: hardware.xml:1930 +#: hardware.xml:1968 #, no-c-format msgid "" "Generally, the Debian installation system includes support for floppies, IDE " @@ -3585,12 +3612,12 @@ msgid "" "FAT extensions (VFAT) and NTFS." msgstr "" "보통 데비안 설치 시스템은 플로피, IDE 드라이브, IDE 플로피, 패러렐 포트 IDE " -"장치, SCSI 컨트롤러및 드라이브, USB, FireWire를 지원합니다. 지원하는 파" -"일 시스템은 여러 가지가 있지만, 몇 가지만 나열하면 FAT, Win-32 FAT 확장 기능 " +"장치, SCSI 컨트롤러및 드라이브, USB, FireWire를 지원합니다. 지원하는 파일 시" +"스템은 여러 가지가 있지만, 몇 가지만 나열하면 FAT, Win-32 FAT 확장 기능 " "(VFAT), NTFS를 지원합니다." #. Tag: para -#: hardware.xml:1937 +#: hardware.xml:1975 #, no-c-format msgid "" "Disk interfaces that emulate the AT hard disk interface " @@ -3607,7 +3634,7 @@ msgstr "" "howto;\">리눅스 하드웨어 호환성 HOWTO를 참고하십시오." #. Tag: para -#: hardware.xml:1947 +#: hardware.xml:1985 #, no-c-format msgid "" "Pretty much all storage systems supported by the Linux kernel are supported " @@ -3624,7 +3651,7 @@ msgstr "" "Amiga는 FAT 파일 시스템과 HFS를 모듈로 지원합니다." #. Tag: para -#: hardware.xml:1957 +#: hardware.xml:1995 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3647,7 +3674,7 @@ msgstr "" "SPARC Processors FAQ를 참고하십시오." #. Tag: para -#: hardware.xml:1990 +#: hardware.xml:2028 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3662,7 +3689,7 @@ msgstr "" "는 자세한 정보는 참고)" #. Tag: para -#: hardware.xml:1999 +#: hardware.xml:2037 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3674,7 +3701,7 @@ msgstr "" "시오." #. Tag: para -#: hardware.xml:2005 +#: hardware.xml:2043 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3685,7 +3712,7 @@ msgstr "" "은 플로피 드라이브를 전혀 지원하지 않는 다는 것에 주의하십시오." #. Tag: para -#: hardware.xml:2011 +#: hardware.xml:2049 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3693,7 +3720,7 @@ msgid "" msgstr "리눅스 커널에서 지원하는 저장 장치는 부트 시스템에서도 지원합니다." #. Tag: para -#: hardware.xml:2016 +#: hardware.xml:2054 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3705,13 +3732,13 @@ msgstr "" "(cdl) 함께 지원합니다." #. Tag: title -#: hardware.xml:2033 +#: hardware.xml:2071 #, no-c-format msgid "Peripherals and Other Hardware" msgstr "주변 장치 및 기타 하드웨어" #. Tag: para -#: hardware.xml:2034 +#: hardware.xml:2072 #, no-c-format msgid "" "Linux supports a large variety of hardware devices such as mice, printers, " @@ -3723,7 +3750,7 @@ msgstr "" "니다." #. Tag: para -#: hardware.xml:2040 +#: hardware.xml:2078 #, no-c-format msgid "" "USB hardware generally works fine, only some USB keyboards may require " @@ -3733,7 +3760,7 @@ msgstr "" "합니다. ( 참고)" #. Tag: para -#: hardware.xml:2046 +#: hardware.xml:2084 #, no-c-format msgid "" "Again, see the Linux Hardware " @@ -3744,7 +3771,7 @@ msgstr "" "HOWTO를 참고해 하드웨어를 리눅스에서 지원하는 지 확인하십시오." #. Tag: para -#: hardware.xml:2052 +#: hardware.xml:2090 #, no-c-format msgid "" "Package installations from XPRAM and tape are not supported by this system. " @@ -3756,7 +3783,7 @@ msgstr "" "다." #. Tag: para -#: hardware.xml:2058 +#: hardware.xml:2096 #, no-c-format msgid "" "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 " @@ -3764,11 +3791,11 @@ msgid "" "board features four 64 bit PCI slots." msgstr "" "Broadcom BCM91250A 평가보드에는 표준 3.3볼트 32비트 및 64비트 PCI 슬롯이 있" -"고 USB 커넥터도 있습니다. Broadcom BCM91480B 평가보드는 4개의 64비트 PCI 슬" -"롯이 있습니다." +"고 USB 커넥터도 있습니다. Broadcom BCM91480B 평가보드는 4개의 64비트 PCI 슬롯" +"이 있습니다." #. Tag: para -#: hardware.xml:2064 +#: hardware.xml:2102 #, no-c-format msgid "" "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 " @@ -3777,18 +3804,18 @@ msgid "" "additional devices but the Qube has one PCI slot." msgstr "" "Broadcom BCM91250A 평가보드에는 표준 3.3볼트 32비트 및 64비트 PCI 슬롯이 있" -"고 USB 커넥터도 있습니다. Broadcom BCM91480B 평가보드는 4개의 64비트 PCI 슬" -"롯이 있습니다. Cobalt RaQ에는 추가 장치를 달 수 없지만 Qube에는 PCI 슬롯이 한 " +"고 USB 커넥터도 있습니다. Broadcom BCM91480B 평가보드는 4개의 64비트 PCI 슬롯" +"이 있습니다. Cobalt RaQ에는 추가 장치를 달 수 없지만 Qube에는 PCI 슬롯이 한 " "개 있습니다." #. Tag: title -#: hardware.xml:2074 +#: hardware.xml:2112 #, no-c-format msgid "Purchasing Hardware Specifically for GNU/Linux" msgstr "GNU/리눅스를 위한 하드웨어 구입하기" #. Tag: para -#: hardware.xml:2076 +#: hardware.xml:2114 #, no-c-format msgid "" "There are several vendors, who ship systems with Debian or other " @@ -3803,7 +3830,7 @@ msgstr "" "게 확실하기 때문입니다." #. Tag: para -#: hardware.xml:2084 +#: hardware.xml:2122 #, no-c-format msgid "" "Unfortunately, it's quite rare to find any vendor shipping new &arch-title; " @@ -3811,7 +3838,7 @@ msgid "" msgstr "불행히도, 새로운 &arch-title; 기계를 파는 회사를 찾기는 매우 힘듭니다." #. Tag: para -#: hardware.xml:2089 +#: hardware.xml:2127 #, no-c-format msgid "" "If you do have to buy a machine with Windows bundled, carefully read the " @@ -3826,7 +3853,7 @@ msgstr "" "트를 참고하십시오." #. Tag: para -#: hardware.xml:2097 +#: hardware.xml:2135 #, no-c-format msgid "" "Whether or not you are purchasing a system with Linux bundled, or even a " @@ -3842,13 +3869,13 @@ msgstr "" "사실을 알려 주십시오. 리눅스와 친한 하드웨어 업체를 지원해 주십시오." #. Tag: title -#: hardware.xml:2108 +#: hardware.xml:2146 #, no-c-format msgid "Avoid Proprietary or Closed Hardware" msgstr "독점적이거나 폐쇄된 하드웨어 피하기" #. Tag: para -#: hardware.xml:2109 +#: hardware.xml:2147 #, no-c-format msgid "" "Some hardware manufacturers simply won't tell us how to write drivers for " @@ -3861,7 +3888,7 @@ msgstr "" "도 볼 수 없게 해서 소스 코드를 공개할 수 없기도 합니다." #. Tag: para -#: hardware.xml:2116 +#: hardware.xml:2154 #, no-c-format msgid "" "Another example is the proprietary hardware in the older Macintosh line. In " @@ -3880,7 +3907,7 @@ msgstr "" "리눅스 포팅에 비해서 한참 뒤져 있습니다." #. Tag: para -#: hardware.xml:2127 +#: hardware.xml:2165 #, no-c-format msgid "" "Since we haven't been granted access to the documentation on these devices, " @@ -3894,13 +3921,13 @@ msgstr "" "티가 중요한 시장이라는 걸 깨닫게 될 겁니다." #. Tag: title -#: hardware.xml:2139 +#: hardware.xml:2177 #, no-c-format msgid "Windows-specific Hardware" msgstr "Windows 전용 하드웨어" #. Tag: para -#: hardware.xml:2140 +#: hardware.xml:2178 #, no-c-format msgid "" "A disturbing trend is the proliferation of Windows-specific modems and " @@ -3925,7 +3952,7 @@ msgstr "" "다." #. Tag: para -#: hardware.xml:2153 +#: hardware.xml:2191 #, no-c-format msgid "" "You should avoid Windows-specific hardware for two reasons. The first is " @@ -3961,7 +3988,7 @@ msgstr "" "에 없습니다." #. Tag: para -#: hardware.xml:2174 +#: hardware.xml:2212 #, no-c-format msgid "" "You can help improve this situation by encouraging these manufacturers to " @@ -3976,13 +4003,13 @@ msgstr "" "다고 나올 때까지는 이런 종류의 하드웨어 사용을 피하는 것입니다." #. Tag: title -#: hardware.xml:2187 +#: hardware.xml:2225 #, no-c-format msgid "Fake or Virtual Parity RAM" msgstr "가짜 혹은 가상 패리티 RAM" #. Tag: para -#: hardware.xml:2188 +#: hardware.xml:2226 #, no-c-format msgid "" "If you ask for Parity RAM in a computer store, you'll probably get " @@ -4008,7 +4035,7 @@ msgstr "" "를 더 구입하게 되는 꼴이기 때문입니다." #. Tag: para -#: hardware.xml:2203 +#: hardware.xml:2241 #, no-c-format msgid "" "If you want complete information on &arch-title; RAM issues, and what is the " @@ -4020,7 +4047,7 @@ msgstr "" "ulink>를 참고하십시오." #. Tag: para -#: hardware.xml:2209 +#: hardware.xml:2247 #, no-c-format msgid "Most, if not all, Alpha systems require true-parity RAM." msgstr "" @@ -4028,13 +4055,13 @@ msgstr "" "다." #. Tag: title -#: hardware.xml:2224 +#: hardware.xml:2262 #, no-c-format msgid "Memory and Disk Space Requirements" msgstr "메모리 및 디스크 공간 요구사항" #. Tag: para -#: hardware.xml:2226 +#: hardware.xml:2264 #, no-c-format msgid "" "You must have at least &minimum-memory; of memory and &minimum-fs-size; of " @@ -4051,7 +4078,7 @@ msgstr "" "면 수 기가바이트가 있어야 할 것입니다." #. Tag: para -#: hardware.xml:2235 +#: hardware.xml:2273 #, no-c-format msgid "" "On the Amiga the size of FastRAM is relevant towards the total memory " @@ -4067,7 +4094,7 @@ msgstr "" "의 커널은 자동으로 16비트 RAM을 꺼 버립니다." #. Tag: para -#: hardware.xml:2244 +#: hardware.xml:2282 #, no-c-format msgid "" "On the Atari, both ST-RAM and Fast RAM (TT-RAM) are used by Linux. Many " @@ -4081,7 +4108,7 @@ msgstr "" "이 12MB 이상이 필요합니다." #. Tag: para -#: hardware.xml:2252 +#: hardware.xml:2290 #, no-c-format msgid "" "On the Macintosh, care should be taken on machines with RAM-based video " @@ -4096,19 +4123,19 @@ msgstr "" # 번역할 필요 없음? #. Tag: emphasis -#: hardware.xml:2262 +#: hardware.xml:2300 #, no-c-format msgid "FIXME: is this still true?" msgstr "FIXME: is this still true?" #. Tag: title -#: hardware.xml:2273 +#: hardware.xml:2311 #, no-c-format msgid "Network Connectivity Hardware" msgstr "네트워크 연결 하드웨어" #. Tag: para -#: hardware.xml:2275 +#: hardware.xml:2313 #, no-c-format msgid "" "Most PCI and many older ISA network cards are supported. Some network " @@ -4130,7 +4157,7 @@ msgstr "" "다." #. Tag: para -#: hardware.xml:2294 +#: hardware.xml:2332 #, no-c-format msgid "" "As for ISDN, the D-channel protocol for the (old) German 1TR6 is not " @@ -4140,7 +4167,7 @@ msgstr "" "Spellcaster BRI ISDN 보드도 &d-i;에서 지원하지 않습니다." #. Tag: para -#: hardware.xml:2302 +#: hardware.xml:2340 #, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel should also " @@ -4154,7 +4181,7 @@ msgstr "" "시오." #. Tag: para -#: hardware.xml:2311 +#: hardware.xml:2349 #, no-c-format msgid "" "The following network interface cards (NICs) are supported from the bootable " @@ -4163,20 +4190,20 @@ msgstr "다음 네트워크 인터페이스 카드를 부팅 커널에서 직접 # 네트워크 카드 이름 #. Tag: para -#: hardware.xml:2317 +#: hardware.xml:2355 #, no-c-format msgid "Sun LANCE" msgstr "Sun LANCE" # 네트워크 카드 이름 #. Tag: para -#: hardware.xml:2323 +#: hardware.xml:2361 #, no-c-format msgid "Sun Happy Meal" msgstr "Sun Happy Meal" #. Tag: para -#: hardware.xml:2331 +#: hardware.xml:2369 #, no-c-format msgid "" "The following network interface cards are supported as modules. They can be " @@ -4189,28 +4216,28 @@ msgstr "" # 네트워크 카드 이름 #. Tag: para -#: hardware.xml:2339 +#: hardware.xml:2377 #, no-c-format msgid "Sun BigMAC" msgstr "Sun BigMAC" # 네트워크 카드 이름 #. Tag: para -#: hardware.xml:2345 +#: hardware.xml:2383 #, no-c-format msgid "Sun QuadEthernet" msgstr "Sun QuadEthernet" # 네트워크 카드 이름 #. Tag: para -#: hardware.xml:2350 +#: hardware.xml:2388 #, no-c-format msgid "MyriCOM Gigabit Ethernet" msgstr "MyriCOM Gigabit Ethernet" #. Tag: para -#: hardware.xml:2357 hardware.xml:2363 hardware.xml:2369 hardware.xml:2375 -#: hardware.xml:2381 +#: hardware.xml:2395 hardware.xml:2401 hardware.xml:2407 hardware.xml:2413 +#: hardware.xml:2419 #, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel should also " @@ -4221,7 +4248,7 @@ msgstr "" "다. 네트워크 드라이버를 모듈로 읽어들여야 할 수도 있습니다." #. Tag: para -#: hardware.xml:2387 +#: hardware.xml:2425 #, no-c-format msgid "" "Due to kernel limitations only the onboard network interfaces on DECstations " @@ -4231,7 +4258,7 @@ msgstr "" "TurboChannel 옵션 네트워크 카드는 현재 동작하지 않습니다." #. Tag: para -#: hardware.xml:2393 +#: hardware.xml:2431 #, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel is also be " @@ -4244,19 +4271,19 @@ msgstr "" "하는 동안에 모듈을 하나 읽어들여야 합니다. 지원하는 네트워크 장치는:" #. Tag: para -#: hardware.xml:2401 +#: hardware.xml:2439 #, no-c-format msgid "Channel to Channel (CTC) and ESCON connection (real or emulated)" msgstr "Channel to Channel (CTC) 및 ESCON 연결 (실제 혹은 에뮬레이션)" #. Tag: para -#: hardware.xml:2406 +#: hardware.xml:2444 #, no-c-format msgid "OSA-2 Token Ring/Ethernet and OSA-Express Fast Ethernet (non-QDIO)" msgstr "OSA-2 Token Ring/Ethernet 및 OSA-Express Fast Ethernet (QDIO 아님)" #. Tag: para -#: hardware.xml:2411 +#: hardware.xml:2449 #, no-c-format msgid "" "Inter-User Communication Vehicle (IUCV) — available for VM guests only" @@ -4265,13 +4292,13 @@ msgstr "" "용 가능" #. Tag: para -#: hardware.xml:2416 +#: hardware.xml:2454 #, no-c-format msgid "OSA-Express in QDIO mode, HiperSockets and Guest-LANs" msgstr "OSA-Express (QDIO 모드), HiperSockets, Guest-LANs" #. Tag: para -#: hardware.xml:2425 +#: hardware.xml:2463 #, no-c-format msgid "" "The following network interface cards are supported directly by the boot " @@ -4280,20 +4307,20 @@ msgstr "" "NetWinder 및 CATS 기계에서는 부트 디스크에서 다음 네트워크 카드를 지원합니다:" #. Tag: para -#: hardware.xml:2431 +#: hardware.xml:2469 #, no-c-format msgid "PCI-based NE2000" msgstr "PCI용 NE2000" # 네트워크 카드 이름 #. Tag: para -#: hardware.xml:2437 +#: hardware.xml:2475 #, no-c-format msgid "DECchip Tulip" msgstr "DECchip Tulip" #. Tag: para -#: hardware.xml:2444 +#: hardware.xml:2482 #, no-c-format msgid "" "The following network interface cards are supported directly by the boot " @@ -4303,27 +4330,27 @@ msgstr "" # 네트워크 카드 이름 #. Tag: para -#: hardware.xml:2450 +#: hardware.xml:2488 #, no-c-format msgid "Ether1" msgstr "Ether1" # 네트워크 카드 이름 #. Tag: para -#: hardware.xml:2455 +#: hardware.xml:2493 #, no-c-format msgid "Ether3" msgstr "Ether3" # 네트워크 카드 이름 #. Tag: para -#: hardware.xml:2460 +#: hardware.xml:2498 #, no-c-format msgid "EtherH" msgstr "EtherH" #. Tag: para -#: hardware.xml:2467 +#: hardware.xml:2505 #, no-c-format msgid "" "If your card is mentioned in the lists above, the complete installation can " @@ -4333,7 +4360,7 @@ msgstr "" "이 네트워크를 통해서 설치를 완료할 수 있습니다." #. Tag: para -#: hardware.xml:2473 +#: hardware.xml:2511 #, no-c-format msgid "" "Any other network interface card (NIC) supported by the Linux kernel should " @@ -4345,3 +4372,26 @@ msgstr "" "니다. 경우에 따라서는 네트워크 드라이버를 모듈로 따로 읽어들여야 할 수도 있습" "니다. 즉, 다른 미디어를 이용해서 운영체제 커널과 모듈을 설치해야 할 수도 있습" "니다." + +#~ msgid "riscpc" +#~ msgstr "riscpc" + +#~ msgid "prep" +#~ msgstr "prep" + +#~ msgid "r5k-ip22" +#~ msgstr "r5k-ip22" + +#~ msgid "power3" +#~ msgstr "power3" + +#~ msgid "" +#~ "Macintosh computers using the 680x0 series of processors are not in the " +#~ "PowerPC family but are instead m68k machines. Those models start with " +#~ "Mac II or have a 3-digit model number such as Centris 650 " +#~ "or Quadra 950. Apple's pre-iMac PowerPC model numbers have four digits." +#~ msgstr "" +#~ "680x0 시리즈 프로세서를 사용하는 Macintosh 컴퓨터는 PowerPC가 아니라 m68k " +#~ "기계입니다. 그 모델들은 Mac II로 시작하거나 모델 번호가 숫" +#~ "자 3개인 Centris 650이나 Quadra 950같은 것입니다. 애플의 iMAC 전에 나온 " +#~ "PowerPC 모델은 모델 번호가 숫자 4개입니다." diff --git a/po/ko/using-d-i.po b/po/ko/using-d-i.po index 3c2531c6f..012072333 100644 --- a/po/ko/using-d-i.po +++ b/po/ko/using-d-i.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: using-d-i.xml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-24 19:23+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-04-22 21:46+0900\n" "Last-Translator: Seok-moon Jang \n" "Language-Team: Korean \n" @@ -1891,14 +1891,16 @@ msgstr "" #. Tag: para #: using-d-i.xml:1212 -#, no-c-format +#, fuzzy, no-c-format msgid "" "Next, you should choose Configure software RAID " -"from the main partman menu. On the first screen of " -"mdcfg simply select Create MD device. You will be presented with a list of supported types of MD " -"devices, from which you should choose one (e.g. RAID1). What follows depends " -"on the type of MD you selected." +"from the main partman menu. (The menu will only appear " +"after you mark at least one partition for use as physical " +"volume for RAID.) On the first screen of mdcfg simply select Create MD device. You will " +"be presented with a list of supported types of MD devices, from which you " +"should choose one (e.g. RAID1). What follows depends on the type of MD you " +"selected." msgstr "" "그 다음 partman 메뉴에서 소프트웨어 RAID 설정" "을 선택합니다. mdcfg의 첫 번째 화면에서 " @@ -1908,7 +1910,7 @@ msgstr "" "다." #. Tag: para -#: using-d-i.xml:1223 +#: using-d-i.xml:1225 #, no-c-format msgid "" "RAID0 is simple — you will be issued with the list of available RAID " @@ -1919,7 +1921,7 @@ msgstr "" "할 파티션을 선택하기만 하면 됩니다." #. Tag: para -#: using-d-i.xml:1230 +#: using-d-i.xml:1232 #, no-c-format msgid "" "RAID1 is a bit more tricky. First, you will be asked to enter the number of " @@ -1937,7 +1939,7 @@ msgstr "" "렸다고 해도, 개수가 맞을 때까지는 &d-i;가 다음으로 진행하지 않습니다." #. Tag: para -#: using-d-i.xml:1242 +#: using-d-i.xml:1244 #, no-c-format msgid "" "RAID5 has similar setup procedure as RAID1 with the exception that you need " @@ -1947,7 +1949,7 @@ msgstr "" "파티션을 사용해야 한다는 점이 다릅니다." #. Tag: para -#: using-d-i.xml:1250 +#: using-d-i.xml:1252 #, no-c-format msgid "" "It is perfectly possible to have several types of MD at once. For example if " @@ -1965,7 +1967,7 @@ msgstr "" "있습니다." #. Tag: para -#: using-d-i.xml:1259 +#: using-d-i.xml:1261 #, no-c-format msgid "" "After you setup MD devices to your liking, you can Finishpassphrase used when the encrypted partition was " +"originally created. This feature is useful to protect sensitive data in case " +"your laptop or hard drive gets stolen. The thief might get physical access " +"to the hard drive, but without knowing the right passphrase, the data on the " +"hard drive will look like random characters." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1289 +#, no-c-format +msgid "" +"The two most important partitions to encrypt are: the home partition, where " +"your private data resides, and the swap partition, where sensitive data " +"might be stored temporarily during operation. Of course, nothing prevents " +"you from encrypting any other partitions that might be of interest. For " +"example /var where database servers, mail servers or " +"print servers store their data, or /tmp which is used " +"by various programs to store potentially interesting temporary files. Some " +"people may even want to encrypt their whole system. The only exception is " +"the /boot partition which must remain unencrypted, " +"because currently there is no way to load the kernel from an encrypted " +"partition." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1304 +#, no-c-format +msgid "" +"Please note that the performance of encrypted partitions will be less than " +"that of unencrypted ones because the data needs to be decrypted or encrypted " +"for every read or write. The performance impact depends on your CPU speed, " +"chosen cipher and a key length." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1311 +#, no-c-format +msgid "" +"To use encryption, you have to create a new partition by selecting some free " +"space in the main partitioning menu. Another option is to choose an existing " +"partition (e.g. a regular partition, an LVM logical volume or a RAID " +"volume). In the Partition setting menu, you need to " +"select physical volume for encryption at the " +" Use as: option. The menu will " +"then change to include several cryptographic options for the partition." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1322 +#, no-c-format +msgid "" +"&d-i; supports several encryption methods. The default method is " +"dm-crypt (included in newer Linux kernels, able to " +"host LVM physical volumes), the other is loop-AES " +"(older, maintained separately from the Linux kernel tree). Unless you have " +"compelling reasons to do otherwise, it is recommended to use the default." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1334 +#, no-c-format +msgid "" +"First, let's have a look at available options available when you select " +"Device-mapper (dm-crypt) as the encryption method. As " +"always: when in doubt, use the defaults, because they have been carefully " +"chosen with security in mind." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1344 +#, no-c-format +msgid "Encryption: aes" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1346 +#, no-c-format +msgid "" +"This option lets you select the encryption algorithm (cipher) which will be used to encrypt the data on the partition. &d-i; " +"currently supports the following block ciphers: aes, " +"blowfish, serpent, and " +"twofish. It is beyond the scope of this document to " +"discuss the qualities of these different algorithms, however, it might help " +"your decision to know that in 2000, AES was chosen by " +"the American National Institute of Standards and Technology as the standard " +"encryption algorithm for protecting sensitive information in the 21st " +"century." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1364 +#, no-c-format +msgid "Key size: 256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1366 +#, no-c-format +msgid "" +"Here you can specify the length of the encryption key. With a larger key " +"size, the strength of the encryption is generally improved. On the other " +"hand, increasing the length of the key usually has a negative impact on " +"performance. Available key sizes vary depending on the cipher." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1378 +#, no-c-format +msgid "IV algorithm: cbc-essiv:sha256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1380 +#, no-c-format +msgid "" +"The Initialization Vector or IV algorithm is used in cryptography to ensure that applying the " +"cipher on the same clear text data with the same key " +"always produces a unique cipher text. The idea is to " +"prevent the attacker from deducing information from repeated patterns in the " +"encrypted data." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1390 +#, no-c-format +msgid "" +"From the provided alternatives, the default cbc-essiv:sha256 is currently the least vulnerable to known attacks. Use the other " +"alternatives only when you need to ensure compatibility with some previously " +"installed system that is not able to use newer algorithms." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1402 +#, no-c-format +msgid "Encryption key: Passphrase" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1404 +#, no-c-format +msgid "Here you can choose the type of the encryption key for this partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1410 +#, no-c-format +msgid "Passphrase" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1411 +#, no-c-format +msgid "" +"The encryption key will be computed Using a passphrase as " +"the key currently means that the partition will be set up using LUKS. on the basis of a passphrase " +"which you will be able to enter later in the process." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1426 using-d-i.xml:1519 +#, no-c-format +msgid "Random key" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1427 +#, no-c-format +msgid "" +"A new encryption key will be generated from random data each time you try to " +"bring up the encrypted partition. In other words: on every shutdown the " +"content of the partition will be lost as the key is deleted from memory. (Of " +"course, you could try to guess the key with a brute force attack, but unless " +"there is an unknown weakness in the cipher algorithm, it is not achievable " +"in our lifetime.)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1436 +#, no-c-format +msgid "" +"Random keys are useful for swap partitions because you do not need to bother " +"yourself with remembering the passphrase or wiping sensitive information " +"from the swap partition before shutting down your computer. However, it also " +"means that you will not be able to use the " +"suspend-to-disk functionality offered by newer Linux kernels " +"as it will be impossible (during a subsequent boot) to recover the suspended " +"data written to the swap partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1455 using-d-i.xml:1532 +#, no-c-format +msgid "Erase data: yes" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1457 +#, no-c-format +msgid "" +"Determines whether the content of this partition should be overwritten with " +"random data before setting up the encryption. This is recommended because it " +"might otherwise be possible for an attacker to discern which parts of the " +"partition are in use and which are not. In addition, this will make it " +"harder to recover any leftover data from previous " +"installations It is believed that the guys from three-letter " +"agencies can restore the data even after several rewrites of the " +"magnetooptical media, though. ." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1477 +#, no-c-format +msgid "" +"If you select Encryption method: " +"Loopback (loop-AES) , the menu " +"changes to provide the following options:" +msgstr "" + +#. Tag: term +#: using-d-i.xml:1486 +#, no-c-format +msgid "Encryption: AES256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1488 +#, no-c-format +msgid "" +"For loop-AES, unlike dm-crypt, the options for cipher and key size are " +"combined, so you can select both at the same time. Please see the above " +"sections on ciphers and key sizes for further information." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1498 +#, no-c-format +msgid "Encryption key: Keyfile (GnuPG)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1500 +#, no-c-format +msgid "Here you can select the type of the encryption key for this partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1506 +#, no-c-format +msgid "Keyfile (GnuPG)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1507 +#, no-c-format +msgid "" +"The encryption key will be generated from random data during the " +"installation. Moreover this key will be encrypted with GnuPG, so to use it, you will need to enter the proper passphrase " +"(you will be asked to provide one later in the process)." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1520 +#, no-c-format +msgid "Please see the the section on random keys above." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1534 +#, no-c-format +msgid "Please see the the section on erasing data above." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1543 +#, no-c-format +msgid "" +"Please note that the graphical version of the installer " +"still has some limitations when compared to the textual one. For " +"cryptography it means you can set up only volumes using " +"passphrases as the encryption keys." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1550 +#, no-c-format +msgid "" +"After you have selected the desired parameters for your encrypted " +"partitions, return back to the main partitioning menu. There should now be a " +"new menu item called Configure encrypted volumes. After " +"you select it, you will be asked to confirm the deletion of data on " +"partitions marked to be erased and possibly other actions such as writing a " +"new partition table. For large partitions this might take some time." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1561 +#, no-c-format +msgid "" +"Next you will be asked to enter a passphrase for partitions configured to " +"use one. Good passphrases should be longer than 8 characters, should be a " +"mixture of letters, numbers and other characters and should not contain " +"common dictionary words or information easily associable with you (such as " +"birthdates, hobbies, pet names, names of family members or relatives, etc.)." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1570 +#, no-c-format +msgid "" +"Before you input any passphrases, you should have made sure that your " +"keyboard is configured correctly and generates the expected characters. If " +"you are unsure, you can switch to the second virtual console and type some " +"text at the prompt. This ensures that you won't be surprised later, e.g. by " +"trying to input a passphrase using a qwerty keyboard layout when you used an " +"azerty layout during the installation. This situation can have several " +"causes. Maybe you switched to another keyboard layout during the " +"installation, or the selected keyboard layout might not have been set up yet " +"when entering the passphrase for the root file system." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1583 +#, no-c-format +msgid "" +"If you selected to use methods other than a passphrase to create encryption " +"keys, they will be generated now. Because the kernel may not have gathered a " +"sufficient amount of entropy at this early stage of the installation, the " +"process may take a long time. You can help speed up the process by " +"generating entropy: e.g. by pressing random keys, or by switching to the " +"shell on the second virtual console and generating some network and disk " +"traffic (downloading some files, feeding big files into /dev/null, etc.). This will be repeated for each partition to be encrypted." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1599 +#, no-c-format +msgid "" +"After returning to the main partitioning menu, you will see all encrypted " +"volumes as additional partitions which can be configured in the same way as " +"ordinary partitions. The following example shows two different volumes. The " +"first one is encrypted via dm-crypt, the second one via loop-AES. " +"\n" +"Encrypted volume (crypt0) - 115.1 GB Linux device-" +"mapper\n" +" #1 115.1 GB F ext3\n" +"\n" +"Loopback (loop0) - 515.2 MB AES256 keyfile\n" +" #1 515.2 MB F ext3\n" +" Now is the time to assign mount points to the " +"volumes and optionally change the file system types if the defaults do not " +"suit you." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1612 +#, no-c-format +msgid "" +"One thing to note here are the identifiers in parentheses " +"(crypt0 and loop0 in " +"this case) and the mount points you assigned to each encrypted volume. You " +"will need this information later when booting the new system. The " +"differences between ordinary boot process and boot process with encryption " +"involved will be covered later in ." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1622 +#, no-c-format +msgid "" +"Once you are satisfied with the partitioning scheme, continue with the " +"installation." +msgstr "" + +#. Tag: title +#: using-d-i.xml:1633 #, no-c-format msgid "Setting up the System" msgstr "시스템 준비 중" #. Tag: para -#: using-d-i.xml:1273 +#: using-d-i.xml:1634 #, no-c-format msgid "" "After partitioning the installer asks a few more questions that will be used " @@ -1995,13 +2390,13 @@ msgstr "" "해 질문은 몇 가지 더 할 것입니다." #. Tag: title -#: using-d-i.xml:1285 +#: using-d-i.xml:1646 #, no-c-format msgid "Configuring Your Time Zone" msgstr "시간대 설정" #. Tag: para -#: using-d-i.xml:1287 +#: using-d-i.xml:1648 #, no-c-format msgid "" "Depending on the location selected at the beginning of the installation " @@ -2014,13 +2409,13 @@ msgstr "" "택합니다." #. Tag: title -#: using-d-i.xml:1303 +#: using-d-i.xml:1664 #, no-c-format msgid "Configuring the Clock" msgstr "시계 설정하기" #. Tag: para -#: using-d-i.xml:1305 +#: using-d-i.xml:1666 #, no-c-format msgid "" "The installer might ask you if the computer's clock is set to UTC. Normally " @@ -2033,7 +2428,7 @@ msgstr "" "있는 지를 알아 봅니다. 이 경우 이 질문을 하지 않을 수도 있기 때문입니다." #. Tag: para -#: using-d-i.xml:1312 +#: using-d-i.xml:1673 #, no-c-format msgid "" "In expert mode you will always be able to choose whether or not the clock is " @@ -2051,7 +2446,7 @@ msgstr "" "컬 시간대를 선택하십시오." #. Tag: para -#: using-d-i.xml:1323 +#: using-d-i.xml:1684 #, no-c-format msgid "" "Note that the installer does not currently allow you to actually set the " @@ -2064,19 +2459,19 @@ msgstr "" "습니다." #. Tag: title -#: using-d-i.xml:1339 +#: using-d-i.xml:1700 #, no-c-format msgid "Setting Up Users And Passwords" msgstr "사용자와 암호 설정" #. Tag: title -#: using-d-i.xml:1342 +#: using-d-i.xml:1703 #, no-c-format msgid "Set the Root Password" msgstr "Root 암호 설정" #. Tag: para -#: using-d-i.xml:1344 +#: using-d-i.xml:1705 #, no-c-format msgid "" "The root account is also called the super-" @@ -2090,7 +2485,7 @@ msgstr "" "은 시간 동안만 사용되어야 합니다. " #. Tag: para -#: using-d-i.xml:1352 +#: using-d-i.xml:1713 #, no-c-format msgid "" "Any password you create should contain at least 6 characters, and should " @@ -2105,7 +2500,7 @@ msgstr "" "은 피하시길 바랍니다." #. Tag: para -#: using-d-i.xml:1360 +#: using-d-i.xml:1721 #, no-c-format msgid "" "If anyone ever tells you they need your root password, be extremely wary. " @@ -2117,13 +2512,13 @@ msgstr "" "어서는 안됩니다." #. Tag: title -#: using-d-i.xml:1370 +#: using-d-i.xml:1731 #, no-c-format msgid "Create an Ordinary User" msgstr "일반 사용자 만들기" #. Tag: para -#: using-d-i.xml:1372 +#: using-d-i.xml:1733 #, no-c-format msgid "" "The system will ask you whether you wish to create an ordinary user account " @@ -2136,7 +2531,7 @@ msgstr "" "서 root 계정을 사용하면 안됩니다." #. Tag: para -#: using-d-i.xml:1379 +#: using-d-i.xml:1740 #, no-c-format msgid "" "Why not? Well, one reason to avoid using root's privileges is that it is " @@ -2155,7 +2550,7 @@ msgstr "" "면 이에 대한 책을 한 권 정도 읽어 보세요." #. Tag: para -#: using-d-i.xml:1389 +#: using-d-i.xml:1750 #, no-c-format msgid "" "You will first be prompted for the user's full name. Then you'll be asked " @@ -2168,7 +2563,7 @@ msgstr "" "이 기본 값이 될 것 입니다. 마지막으로 이 계정에 대한 암호를 입력하세요." #. Tag: para -#: using-d-i.xml:1396 +#: using-d-i.xml:1757 #, no-c-format msgid "" "If at any point after installation you would like to create another account, " @@ -2178,13 +2573,13 @@ msgstr "" "명령을 사용하세요." #. Tag: title -#: using-d-i.xml:1408 +#: using-d-i.xml:1769 #, no-c-format msgid "Installing the Base System" msgstr "베이스 시스템 설치하기" #. Tag: para -#: using-d-i.xml:1409 +#: using-d-i.xml:1770 #, no-c-format msgid "" "Although this stage is the least problematic, it consumes a significant " @@ -2198,13 +2593,13 @@ msgstr "" "좀 걸릴 수 있습니다." #. Tag: title -#: using-d-i.xml:1423 +#: using-d-i.xml:1784 #, no-c-format msgid "Base System Installation" msgstr "베이스 시스템 설치" #. Tag: para -#: using-d-i.xml:1425 +#: using-d-i.xml:1786 #, no-c-format msgid "" "During the Base installation, package unpacking and setup messages are " @@ -2220,7 +2615,7 @@ msgstr "" "keycap>을 누르십시오." #. Tag: para -#: using-d-i.xml:1435 +#: using-d-i.xml:1796 #, no-c-format msgid "" "The unpack/setup messages generated by the base installation are saved in " @@ -2231,7 +2626,7 @@ msgstr "" "메세지는 /var/log/syslog 파일에 저장합니다." #. Tag: para -#: using-d-i.xml:1441 +#: using-d-i.xml:1802 #, no-c-format msgid "" "As part of the installation, a Linux kernel will be installed. At the " @@ -2244,13 +2639,13 @@ msgstr "" "여러가지 커널 중에서 하나를 선택할 수 있습니다." #. Tag: title -#: using-d-i.xml:1454 +#: using-d-i.xml:1815 #, no-c-format msgid "Installing Additional Software" msgstr "추가적인 소프트웨어를 설치하기" #. Tag: para -#: using-d-i.xml:1455 +#: using-d-i.xml:1816 #, no-c-format msgid "" "After the base system is installed, you have a usable but limited system. " @@ -2266,13 +2661,13 @@ msgstr "" "다 오래 걸릴 수 있습니다." #. Tag: title -#: using-d-i.xml:1469 +#: using-d-i.xml:1830 #, no-c-format msgid "Configuring apt" msgstr "apt 설정하기" #. Tag: para -#: using-d-i.xml:1471 +#: using-d-i.xml:1832 #, no-c-format msgid "" "The main means that people use to install packages on their system is via a " @@ -2303,7 +2698,7 @@ msgstr "" "상태 확인 등의 기능을 사용자 인터페이스에 내장하고 있기 때문입니다." #. Tag: para -#: using-d-i.xml:1495 +#: using-d-i.xml:1856 #, no-c-format msgid "" "apt must be configured so that it knows where to retrieve " @@ -2319,13 +2714,13 @@ msgstr "" "정이끝난 후 이 파일의 내용을 살펴보고 수정할 수 있습니다." #. Tag: title -#: using-d-i.xml:1511 +#: using-d-i.xml:1872 #, no-c-format msgid "Selecting and Installing Software" msgstr "소프트웨어를 선택하고 설치하기" #. Tag: para -#: using-d-i.xml:1513 +#: using-d-i.xml:1874 #, no-c-format msgid "" "During the installation process, you are given the opportunity to select " @@ -2342,7 +2737,7 @@ msgstr "" "다." #. Tag: para -#: using-d-i.xml:1522 +#: using-d-i.xml:1883 #, no-c-format msgid "" "So, you have the ability to choose tasks first, and " @@ -2375,7 +2770,7 @@ msgstr "" "습니다." #. Tag: para -#: using-d-i.xml:1547 +#: using-d-i.xml:1908 #, no-c-format msgid "" "Once you've selected your tasks, select Ok. At this " @@ -2385,7 +2780,7 @@ msgstr "" "aptitude는 선택된 패키지들을 설치할 것입니다." #. Tag: para -#: using-d-i.xml:1554 +#: using-d-i.xml:1915 #, no-c-format msgid "" "In the standard user interface of the installer, you can use the space bar " @@ -2395,7 +2790,7 @@ msgstr "" "택하고 선택을 해제할 수 있습니다." #. Tag: para -#: using-d-i.xml:1561 +#: using-d-i.xml:1922 #, no-c-format msgid "" "Note that some tasks may be pre-selected based on the characteristics of the " @@ -2408,7 +2803,7 @@ msgstr "" "시점에서 태스크를 하나도 선택하지 않을 수도 있습니다." #. Tag: para -#: using-d-i.xml:1569 +#: using-d-i.xml:1930 #, no-c-format msgid "" "Each package you selected with tasksel is downloaded, " @@ -2421,13 +2816,13 @@ msgstr "" "자에게서 필요한 정보가 있을 경우 도중에 사용자에게 질문하기도 합니다." #. Tag: title -#: using-d-i.xml:1578 +#: using-d-i.xml:1939 #, no-c-format msgid "Configuring Your Mail Transport Agent" msgstr "메일 배달 에이전트(Mail Transport Agent) 설정" #. Tag: para -#: using-d-i.xml:1580 +#: using-d-i.xml:1941 #, no-c-format msgid "" "Today, email is a very important part of many people's life, so it's no " @@ -2443,7 +2838,7 @@ msgstr "" "다." #. Tag: para -#: using-d-i.xml:1588 +#: using-d-i.xml:1949 #, no-c-format msgid "" "You may ask if this is needed even if your computer is not connected to any " @@ -2457,7 +2852,7 @@ msgstr "" "몇 시스템 유틸리티들은 당신에게 중요한 공지를 이메일을 통해 보낼 수 있습니다." #. Tag: para -#: using-d-i.xml:1596 +#: using-d-i.xml:1957 #, no-c-format msgid "" "So on the first screen you will be presented with several common mail " @@ -2467,13 +2862,13 @@ msgstr "" "다. 가장 당신의 환경과 유사한 것을 선택합니다." #. Tag: term -#: using-d-i.xml:1605 +#: using-d-i.xml:1966 #, no-c-format msgid "internet site" msgstr "인터넷 사이트" #. Tag: para -#: using-d-i.xml:1606 +#: using-d-i.xml:1967 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -2486,13 +2881,13 @@ msgstr "" "등 기본적인 질문을 물어볼 것입니다." #. Tag: term -#: using-d-i.xml:1617 +#: using-d-i.xml:1978 #, no-c-format msgid "mail sent by smarthost" msgstr "스마트호스트에 의한 메일 보내기" #. Tag: para -#: using-d-i.xml:1618 +#: using-d-i.xml:1979 #, no-c-format msgid "" "In this scenario is your outgoing mail forwarded to another machine, called " @@ -2510,13 +2905,13 @@ msgstr "" "게 적합합니다." #. Tag: term -#: using-d-i.xml:1631 +#: using-d-i.xml:1992 #, no-c-format msgid "local delivery only" msgstr "로컬 배달" #. Tag: para -#: using-d-i.xml:1632 +#: using-d-i.xml:1993 #, no-c-format msgid "" "Your system is not on a network and mail is sent or received only between " @@ -2533,13 +2928,13 @@ msgstr "" "에 새로운 사용자에게도 편리합니다." #. Tag: term -#: using-d-i.xml:1645 +#: using-d-i.xml:2006 #, no-c-format msgid "no configuration at this time" msgstr "지금 설정 안함" #. Tag: para -#: using-d-i.xml:1646 +#: using-d-i.xml:2007 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -2553,7 +2948,7 @@ msgstr "" "오는 중요한 메시지들을 놓칠 수 있습니다." #. Tag: para -#: using-d-i.xml:1657 +#: using-d-i.xml:2018 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer setup, " @@ -2568,13 +2963,13 @@ msgstr "" "usr/share/doc/exim4에서 찾을 수 있습니다." #. Tag: title -#: using-d-i.xml:1672 +#: using-d-i.xml:2033 #, no-c-format msgid "Making Your System Bootable" msgstr "시스템을 부팅 가능하게 만들기" #. Tag: para -#: using-d-i.xml:1674 +#: using-d-i.xml:2035 #, no-c-format msgid "" "If you are installing a diskless workstation, obviously, booting off the " @@ -2588,7 +2983,7 @@ msgstr "" "\"boot-dev-select-sun\"/> 부분을 참고하십시오." #. Tag: para -#: using-d-i.xml:1682 +#: using-d-i.xml:2043 #, no-c-format msgid "" "Note that multiple operating systems booting on a single machine is still " @@ -2603,13 +2998,13 @@ msgstr "" "관리자의 문서를 참고하십시오." #. Tag: title -#: using-d-i.xml:1697 +#: using-d-i.xml:2058 #, no-c-format msgid "Detecting other operating systems" msgstr "다른 운영 체제 찾기" #. Tag: para -#: using-d-i.xml:1699 +#: using-d-i.xml:2060 #, no-c-format msgid "" "Before a boot loader is installed, the installer will attempt to probe for " @@ -2624,7 +3019,7 @@ msgstr "" "수 있도록 설정할 것입니다." #. Tag: para -#: using-d-i.xml:1707 +#: using-d-i.xml:2068 #, no-c-format msgid "" "Note that multiple operating systems booting on a single machine is still " @@ -2639,13 +3034,13 @@ msgstr "" "세한 사항을 찾아보십시오." #. Tag: title -#: using-d-i.xml:1725 +#: using-d-i.xml:2086 #, no-c-format msgid "Install aboot on a Hard Disk" msgstr "하드 디스크에 aboot 설치" #. Tag: para -#: using-d-i.xml:1726 +#: using-d-i.xml:2087 #, no-c-format msgid "" "If you have booted from SRM, if you select this option, the installer will " @@ -2666,13 +3061,13 @@ msgstr "" "command>를 설치하지 말고 플로피로 GNU/리눅스를 부팅해야 할 것입니다." #. Tag: title -#: using-d-i.xml:1746 +#: using-d-i.xml:2107 #, no-c-format msgid "palo-installer" msgstr "palo-installer" #. Tag: para -#: using-d-i.xml:1747 +#: using-d-i.xml:2108 #, no-c-format msgid "" "The bootloader on PA-RISC is palo. PALO is " @@ -2688,19 +3083,19 @@ msgstr "" "문입니다." #. Tag: para -#: using-d-i.xml:1756 +#: using-d-i.xml:2117 #, no-c-format msgid "hppa FIXME ( need more info )" msgstr "hppa FIXME ( need more info )" #. Tag: title -#: using-d-i.xml:1768 +#: using-d-i.xml:2129 #, no-c-format msgid "Install the Grub Boot Loader on a Hard Disk" msgstr "하드 디스크에 GRUB 부트로더 설치" #. Tag: para -#: using-d-i.xml:1770 +#: using-d-i.xml:2131 #, no-c-format msgid "" "The main &architecture; boot loader is called grub. Grub is a " @@ -2712,7 +3107,7 @@ msgstr "" "다." #. Tag: para -#: using-d-i.xml:1776 +#: using-d-i.xml:2137 #, no-c-format msgid "" "By default, grub will be installed into the Master Boot Record (MBR), where " @@ -2724,7 +3119,7 @@ msgstr "" "한 정보를 보려면 GRUB 매뉴얼을 참고하십시오." #. Tag: para -#: using-d-i.xml:1782 +#: using-d-i.xml:2143 #, no-c-format msgid "" "If you do not want to install grub at all, use the Back button to get to the " @@ -2734,13 +3129,13 @@ msgstr "" "음에, 쓰고 싶은 부트로더를 선택하십시오." #. Tag: title -#: using-d-i.xml:1796 +#: using-d-i.xml:2157 #, no-c-format msgid "Install the LILO Boot Loader on a Hard Disk" msgstr "하드 디스크에 LILO 부트로더 설치" #. Tag: para -#: using-d-i.xml:1798 +#: using-d-i.xml:2159 #, no-c-format msgid "" "The second &architecture; boot loader is called LILO. It is " @@ -2756,7 +3151,7 @@ msgstr "" "mini-HOWTO도 참고하십시오." #. Tag: para -#: using-d-i.xml:1808 +#: using-d-i.xml:2169 #, no-c-format msgid "" "Currently the LILO installation will only create menu entries for other " @@ -2769,7 +3164,7 @@ msgstr "" "뉴 항목을 수동으로 추가해야 할 수도 있습니다." #. Tag: para -#: using-d-i.xml:1816 +#: using-d-i.xml:2177 #, no-c-format msgid "" "&d-i; presents you three choices where to install the LILOLILO will take complete control of the boot " @@ -2794,13 +3189,13 @@ msgstr "" "이 방법으로 LILO가 부팅 과정을 완전히 책임지게 됩니다." #. Tag: term -#: using-d-i.xml:1830 +#: using-d-i.xml:2191 #, no-c-format msgid "new Debian partition" msgstr "새 데비안 파티션" #. Tag: para -#: using-d-i.xml:1830 +#: using-d-i.xml:2191 #, no-c-format msgid "" "Choose this if you want to use another boot manager. LILO " @@ -2811,13 +3206,13 @@ msgstr "" "새 데비안 파티션의 맨 앞쪽에 설치되어 보조 부트로더로서 동작합니다." #. Tag: term -#: using-d-i.xml:1839 +#: using-d-i.xml:2200 #, no-c-format msgid "Other choice" msgstr "기타" #. Tag: para -#: using-d-i.xml:1839 +#: using-d-i.xml:2200 #, no-c-format msgid "" "Useful for advanced users who want to install LILO " @@ -2835,7 +3230,7 @@ msgstr "" "filename> 및 /dev/discs라고 쓸 수도 있습니다.)" #. Tag: para -#: using-d-i.xml:1851 +#: using-d-i.xml:2212 #, no-c-format msgid "" "If you can no longer boot into Windows 9x (or DOS) after this step, you'll " @@ -2853,13 +3248,13 @@ msgstr "" "하십시오." #. Tag: title -#: using-d-i.xml:1868 +#: using-d-i.xml:2229 #, no-c-format msgid "Install the ELILO Boot Loader on a Hard Disk" msgstr "하드 디스크에 ELILO 부트로더 설치" #. Tag: para -#: using-d-i.xml:1870 +#: using-d-i.xml:2231 #, no-c-format msgid "" "The &architecture; boot loader is called elilo. It is modeled " @@ -2886,7 +3281,7 @@ msgstr "" "는 일을 합니다." #. Tag: para -#: using-d-i.xml:1886 +#: using-d-i.xml:2247 #, no-c-format msgid "" "The elilo configuration and installation is done as the last " @@ -2902,13 +3297,13 @@ msgstr "" "은 디스크의 파티션입니다." #. Tag: title -#: using-d-i.xml:1898 +#: using-d-i.xml:2259 #, no-c-format msgid "Choose the correct partition!" msgstr "올바른 파티션을 고르십시오!" #. Tag: para -#: using-d-i.xml:1900 +#: using-d-i.xml:2261 #, no-c-format msgid "" "The criteria for selecting a partition is that it is FAT format filesystem " @@ -2925,13 +3320,13 @@ msgstr "" "는 동안 해당 파티션을 포맷할 수도 있고, 그러면 이전의 내용이 모두 지워집니다!" #. Tag: title -#: using-d-i.xml:1915 +#: using-d-i.xml:2276 #, no-c-format msgid "EFI Partition Contents" msgstr "EFI 파티션 내용" #. Tag: para -#: using-d-i.xml:1917 +#: using-d-i.xml:2278 #, no-c-format msgid "" "The EFI partition is a FAT filesystem format partition on one of the hard " @@ -2960,13 +3355,13 @@ msgstr "" "이 파일 시스템에는 다른 파일이 들어갈 수 있습니다." #. Tag: filename -#: using-d-i.xml:1939 +#: using-d-i.xml:2300 #, no-c-format msgid "elilo.conf" msgstr "elilo.conf" #. Tag: para -#: using-d-i.xml:1940 +#: using-d-i.xml:2301 #, no-c-format msgid "" "This is the configuration file read by the boot loader when it starts. It is " @@ -2978,13 +3373,13 @@ msgstr "" "의 파일이름을 바꾼 것입니다." #. Tag: filename -#: using-d-i.xml:1949 +#: using-d-i.xml:2310 #, no-c-format msgid "elilo.efi" msgstr "elilo.efi" #. Tag: para -#: using-d-i.xml:1950 +#: using-d-i.xml:2311 #, no-c-format msgid "" "This is the boot loader program that the EFI Boot Manager " @@ -2998,13 +3393,13 @@ msgstr "" "입니다." #. Tag: filename -#: using-d-i.xml:1960 +#: using-d-i.xml:2321 #, no-c-format msgid "initrd.img" msgstr "initrd.img" #. Tag: para -#: using-d-i.xml:1961 +#: using-d-i.xml:2322 #, no-c-format msgid "" "This is the initial root filesystem used to boot the kernel. It is a copy of " @@ -3018,13 +3413,13 @@ msgstr "" "filename> 심볼릭 링크가 그 파일을 가리킵니다." #. Tag: filename -#: using-d-i.xml:1973 +#: using-d-i.xml:2334 #, no-c-format msgid "readme.txt" msgstr "readme.txt" #. Tag: para -#: using-d-i.xml:1974 +#: using-d-i.xml:2335 #, no-c-format msgid "" "This is a small text file warning you that the contents of the directory are " @@ -3036,13 +3431,13 @@ msgstr "" "어진다는 사실을 알리는 내용이 들어 있습니다." #. Tag: filename -#: using-d-i.xml:1984 +#: using-d-i.xml:2345 #, no-c-format msgid "vmlinuz" msgstr "vmlinuz" #. Tag: para -#: using-d-i.xml:1985 +#: using-d-i.xml:2346 #, no-c-format msgid "" "This is the compressed kernel itself. It is a copy of the file referenced in " @@ -3056,13 +3451,13 @@ msgstr "" "을 가리킵니다." #. Tag: title -#: using-d-i.xml:2005 +#: using-d-i.xml:2366 #, no-c-format msgid "arcboot-installer" msgstr "arcboot-installer" #. Tag: para -#: using-d-i.xml:2006 +#: using-d-i.xml:2367 #, no-c-format msgid "" "The boot loader on SGI machines is arcboot. It has to be " @@ -3104,13 +3499,13 @@ msgstr "" "면 시스템을 하드 디스크에서 부팅할 수 있습니다." #. Tag: replaceable -#: using-d-i.xml:2025 +#: using-d-i.xml:2386 #, no-c-format msgid "scsi" msgstr "scsi" #. Tag: para -#: using-d-i.xml:2026 +#: using-d-i.xml:2387 #, no-c-format msgid "" "is the SCSI bus to be booted from, this is 0 for the " @@ -3120,13 +3515,13 @@ msgstr "" "니다" #. Tag: replaceable -#: using-d-i.xml:2034 +#: using-d-i.xml:2395 #, no-c-format msgid "disk" msgstr "disk" #. Tag: para -#: using-d-i.xml:2035 +#: using-d-i.xml:2396 #, no-c-format msgid "" "is the SCSI ID of the hard disk on which arcboot is " @@ -3134,13 +3529,13 @@ msgid "" msgstr "arcboot를 설치한 하드디스크의 SCSI ID" #. Tag: replaceable -#: using-d-i.xml:2043 using-d-i.xml:2112 +#: using-d-i.xml:2404 using-d-i.xml:2473 #, no-c-format msgid "partnr" msgstr "partnr" #. Tag: para -#: using-d-i.xml:2044 +#: using-d-i.xml:2405 #, no-c-format msgid "" "is the number of the partition on which /etc/arcboot.conf/etc/arcboot.conf 파일이 들어 있는 파티션 번호" #. Tag: replaceable -#: using-d-i.xml:2052 +#: using-d-i.xml:2413 #, no-c-format msgid "config" msgstr "config" #. Tag: para -#: using-d-i.xml:2053 +#: using-d-i.xml:2414 #, no-c-format msgid "" "is the name of the configuration entry in /etc/arcboot.conflinux입니다." #. Tag: title -#: using-d-i.xml:2074 +#: using-d-i.xml:2435 #, no-c-format msgid "delo-installer" msgstr "delo-installer" #. Tag: para -#: using-d-i.xml:2075 +#: using-d-i.xml:2436 #, no-c-format msgid "" "The boot loader on DECstations is DELO. It has to be " @@ -3198,13 +3593,13 @@ msgstr "" "" #. Tag: replaceable -#: using-d-i.xml:2094 +#: using-d-i.xml:2455 #, no-c-format msgid "#" msgstr "#" #. Tag: para -#: using-d-i.xml:2095 +#: using-d-i.xml:2456 #, no-c-format msgid "" "is the TurboChannel device to be booted from, on most DECstations this is " @@ -3214,20 +3609,20 @@ msgstr "" "3입니다" #. Tag: replaceable -#: using-d-i.xml:2103 +#: using-d-i.xml:2464 #, no-c-format msgid "id" msgstr "id" #. Tag: para -#: using-d-i.xml:2104 +#: using-d-i.xml:2465 #, no-c-format msgid "" "is the SCSI ID of the hard disk on which DELO is installed" msgstr "DELO를 설치한 하드 디스크의 SCSI ID" #. Tag: para -#: using-d-i.xml:2113 +#: using-d-i.xml:2474 #, no-c-format msgid "" "is the number of the partition on which /etc/delo.conf " @@ -3235,13 +3630,13 @@ msgid "" msgstr "/etc/delo.conf 파일이 들어 있는 파티션 번호" #. Tag: replaceable -#: using-d-i.xml:2121 +#: using-d-i.xml:2482 #, no-c-format msgid "name" msgstr "name" #. Tag: para -#: using-d-i.xml:2122 +#: using-d-i.xml:2483 #, no-c-format msgid "" "is the name of the configuration entry in /etc/delo.conflinux입니다." #. Tag: para -#: using-d-i.xml:2132 +#: using-d-i.xml:2493 #, no-c-format msgid "" "In case /etc/delo.conf is on the first partition on the " @@ -3261,19 +3656,19 @@ msgstr "" "본 설정으로 부팅하는 경우, 다음을 사용하면 충분합니다:" #. Tag: screen -#: using-d-i.xml:2138 +#: using-d-i.xml:2499 #, no-c-format msgid "boot #/rzid" msgstr "boot #/rzid" #. Tag: title -#: using-d-i.xml:2148 +#: using-d-i.xml:2509 #, no-c-format msgid "Install Yaboot on a Hard Disk" msgstr "하드 디스크에 yaboot 설치" #. Tag: para -#: using-d-i.xml:2149 +#: using-d-i.xml:2510 #, no-c-format msgid "" "Newer (mid 1998 and on) PowerMacs use yaboot as their " @@ -3292,13 +3687,13 @@ msgstr "" "크가 부팅 가능하게 되고 OpenFirmware에서 &debian; 부팅 준비가 끝납니다." #. Tag: title -#: using-d-i.xml:2167 +#: using-d-i.xml:2528 #, no-c-format msgid "Install Quik on a Hard Disk" msgstr "하드 디스크에 Quik 설치" #. Tag: para -#: using-d-i.xml:2168 +#: using-d-i.xml:2529 #, no-c-format msgid "" "The boot loader for OldWorld Power Macintosh machines is quikzipl-installer" msgstr "zipl-installer" #. Tag: para -#: using-d-i.xml:2185 +#: using-d-i.xml:2546 #, no-c-format msgid "" "The boot loader on &arch-title; is zipl. ZIPL를 보십시오." #. Tag: title -#: using-d-i.xml:2202 +#: using-d-i.xml:2563 #, no-c-format msgid "Install the SILO Boot Loader on a Hard Disk" msgstr "하드 디스크에 SILO 부트로더 설치" #. Tag: para -#: using-d-i.xml:2204 +#: using-d-i.xml:2565 #, no-c-format msgid "" "The standard &architecture; boot loader is called silo. It is " @@ -3370,13 +3765,13 @@ msgstr "" "Solaris와 같이 설치할 때 유용합니다." #. Tag: title -#: using-d-i.xml:2229 +#: using-d-i.xml:2590 #, no-c-format msgid "Continue Without Boot Loader" msgstr "부트로더 없이 계속" #. Tag: para -#: using-d-i.xml:2231 +#: using-d-i.xml:2592 #, no-c-format msgid "" "This option can be used to complete the installation even when no boot " @@ -3393,7 +3788,7 @@ msgstr "" "지하면서 기존 운영체제에서 GNU/리눅스를 부팅하는 경우에 사용합니다." #. Tag: para -#: using-d-i.xml:2240 +#: using-d-i.xml:2601 #, no-c-format msgid "" "If you plan to manually configure your bootloader, you should check the name " @@ -3414,13 +3809,13 @@ msgstr "" "시스템의 디스크 및 파티션도 알아야 합니다." #. Tag: title -#: using-d-i.xml:2257 +#: using-d-i.xml:2618 #, no-c-format msgid "Finishing the Installation" msgstr "설치 마치기" #. Tag: para -#: using-d-i.xml:2258 +#: using-d-i.xml:2619 #, no-c-format msgid "" "These are the last bits to do before rebooting to your new system. It mostly " @@ -3430,13 +3825,13 @@ msgstr "" "&d-i;를 정리하는 작업들입니다." #. Tag: title -#: using-d-i.xml:2270 +#: using-d-i.xml:2631 #, no-c-format msgid "Finish the Installation and Reboot" msgstr "설치 마치기 및 다시 시작하기" #. Tag: para -#: using-d-i.xml:2272 +#: using-d-i.xml:2633 #, no-c-format msgid "" "This is the last step in the initial Debian installation process. You will " @@ -3449,7 +3844,7 @@ msgstr "" "작업을 다 마친 다음에, 새로 설치한 데비안 시스템으로 다시 시작합니다." #. Tag: para -#: using-d-i.xml:2279 +#: using-d-i.xml:2640 #, no-c-format msgid "" "Select the Finish the installation menu item " @@ -3463,13 +3858,13 @@ msgstr "" "팅하면 (IPL) 됩니다." #. Tag: title -#: using-d-i.xml:2293 +#: using-d-i.xml:2654 #, no-c-format msgid "Miscellaneous" msgstr "기타" #. Tag: para -#: using-d-i.xml:2294 +#: using-d-i.xml:2655 #, no-c-format msgid "" "The components listed in this section are usually not involved in the " @@ -3480,13 +3875,13 @@ msgstr "" "하지만 백그라운드에서 기다리면서 잘못된 부분이 있을 때 도움이 됩니다." #. Tag: title -#: using-d-i.xml:2307 +#: using-d-i.xml:2668 #, no-c-format msgid "Saving the installation logs" msgstr "설치 로그 저장" #. Tag: para -#: using-d-i.xml:2309 +#: using-d-i.xml:2670 #, no-c-format msgid "" "If the installation is successful, the logfiles created during the " @@ -3497,7 +3892,7 @@ msgstr "" "/var/log/installer/ 파일에 자동으로 저장합니다." #. Tag: para -#: using-d-i.xml:2316 +#: using-d-i.xml:2677 #, no-c-format msgid "" "Choosing Save debug logs from the main menu " @@ -3512,13 +3907,13 @@ msgstr "" "로그를 설치 보고서에 첨부할 때 유용합니다." #. Tag: title -#: using-d-i.xml:2336 +#: using-d-i.xml:2697 #, no-c-format msgid "Using the Shell and Viewing the Logs" msgstr "쉘 사용하기 및 로그 보기" #. Tag: para -#: using-d-i.xml:2339 +#: using-d-i.xml:2700 #, no-c-format msgid "" "There is an Execute a Shell item on the menu. If " @@ -3540,7 +3935,7 @@ msgstr "" "다." #. Tag: para -#: using-d-i.xml:2351 +#: using-d-i.xml:2712 #, no-c-format msgid "" "At this point you are booted from the RAM disk, and there is a limited set " @@ -3557,7 +3952,7 @@ msgstr "" "같은 훌륭한 기능도 좀 있습니다." #. Tag: para -#: using-d-i.xml:2360 +#: using-d-i.xml:2721 #, no-c-format msgid "" "Use the menus to perform any task that they are able to do — the shell " @@ -3576,13 +3971,13 @@ msgstr "" "한 경우에는 exit 명령을 실행하면 메뉴로 돌아갑니다." #. Tag: title -#: using-d-i.xml:2379 +#: using-d-i.xml:2740 #, no-c-format msgid "Installation Over the Network" msgstr "네트워크를 통해 설치" #. Tag: para -#: using-d-i.xml:2381 +#: using-d-i.xml:2742 #, no-c-format msgid "" "One of the more interesting components is network-consoleAfter selecting this new entry, you " @@ -3650,7 +4045,7 @@ msgstr "" "치할 사람에게 안전하게 전달해야 합니다." #. Tag: para -#: using-d-i.xml:2421 +#: using-d-i.xml:2782 #, no-c-format msgid "" "Should you decide to continue with the installation locally, you can always " @@ -3661,7 +4056,7 @@ msgstr "" "주 메뉴로 돌아갈 수 있습니다. 주 메뉴에서 다른 구성 요소를 선택하면 됩니다." #. Tag: para -#: using-d-i.xml:2427 +#: using-d-i.xml:2788 #, no-c-format msgid "" "Now let's switch to the other side of the wire. As a prerequisite, you need " @@ -3691,7 +4086,7 @@ msgstr "" "핑거프린트가 표시될 것이고, 이 핑거프린트가 올바른 지 확인해야 합니다." #. Tag: para -#: using-d-i.xml:2444 +#: using-d-i.xml:2805 #, no-c-format msgid "" "If you install several computers in turn and they happen to have the same IP " @@ -3708,7 +4103,7 @@ msgstr "" "당 줄을 지우고 다시 연결하면 됩니다." #. Tag: para -#: using-d-i.xml:2453 +#: using-d-i.xml:2814 #, no-c-format msgid "" "After the login you will be presented with an initial screen where you have " @@ -3727,7 +4122,7 @@ msgstr "" "야 합니다. 하지만 쉘의 경우에는 여러 개를 열어도 됩니다." #. Tag: para -#: using-d-i.xml:2463 +#: using-d-i.xml:2824 #, no-c-format msgid "" "After you have started the installation remotely over SSH, you should not go " @@ -3742,7 +4137,7 @@ msgstr "" "발생할 수 있습니다." #. Tag: para -#: using-d-i.xml:2471 +#: using-d-i.xml:2832 #, no-c-format msgid "" "Also, if you are running the SSH session from an X terminal, you should not " diff --git a/po/pot/boot-new.pot b/po/pot/boot-new.pot index 58380400f..5f6cc204d 100644 --- a/po/pot/boot-new.pot +++ b/po/pot/boot-new.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2006-02-07 15:07+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -167,46 +167,150 @@ msgstr "" #: boot-new.xml:191 #, no-c-format #. Tag: title -msgid "Log In" +msgid "Mounting encrypted volumes" msgstr "" #: boot-new.xml:193 #, no-c-format #. Tag: para +msgid "If you created encrypted volumes during the installation and assigned them mount points, you will be asked to enter the passphrase for each of these volumes during the boot. The actual procedure differs slightly between dm-crypt and loop-AES." +msgstr "" + +#: boot-new.xml:203 +#, no-c-format +#. Tag: title +msgid "loop-AES" +msgstr "" + +#: boot-new.xml:205 +#, no-c-format +#. Tag: para +msgid "" + "For partitions encrypted via loop-AES you will be shown the following prompt during the boot: \n" + "mount: going to use loop device /dev/loopX\n" + "Password:\n" + " In the first line of the prompt, X is the number of the loop device. You are now probably wondering for which volume you are actually entering the passphrase. Does is relate to your /home? Or to /var? Of course, if you have just one encrypted volume, this is easy and you can just enter the passphrase you used when setting up this volume. If you set up more than one encrypted volume during the installation, the notes you wrote down as the last step in come in handy. If you did not make a note of the mapping between loopX and the mount points before, you can still find it in /etc/fstab of your new system." +msgstr "" + +#: boot-new.xml:226 +#, no-c-format +#. Tag: para +msgid "No characters (even asterisks) will be shown while entering the passphrase. Be careful, you have only one try. If you enter wrong passphrase, an error message will appear and the boot process will skip that volume and continue to mount the next filesystem. Please see for further information." +msgstr "" + +#: boot-new.xml:235 +#, no-c-format +#. Tag: para +msgid "After entering all passphrases the boot should continue as usual." +msgstr "" + +#: boot-new.xml:243 +#, no-c-format +#. Tag: title +msgid "dm-crypt" +msgstr "" + +#: boot-new.xml:245 +#, no-c-format +#. Tag: para +msgid "TODO: write something once it works." +msgstr "" + +#: boot-new.xml:253 +#, no-c-format +#. Tag: title +msgid "Troubleshooting" +msgstr "" + +#: boot-new.xml:255 +#, no-c-format +#. Tag: para +msgid "If some of the encrypted volumes could not be mounted because a wrong passphrase was entered, you will have to mount them manually after the boot. There are several cases." +msgstr "" + +#: boot-new.xml:264 +#, no-c-format +#. Tag: para +msgid "The first case concerns the root partition. When it is not mounted correctly, the boot process will halt and you will have to reboot the computer to try again." +msgstr "" + +#: boot-new.xml:271 +#, no-c-format +#. Tag: para +msgid "" + "The easiest case is for encrypted volumes holding data like /home or /srv. You can simply mount them manually after the boot. For loop-AES this is one-step operation: \n" + "# mount /mount_point\n" + "Password:\n" + " where /mount_point should be replaced by the particular directory (e.g. /home). The only difference from an ordinary mount is that you will be asked to enter the passphrase for this volume." +msgstr "" + +#: boot-new.xml:285 +#, no-c-format +#. Tag: para +msgid "" + "For dm-crypt this is a bit trickier. First you need to register the volumes with device mapper by running: \n" + "# /etc/init.d/cryptdisks start\n" + " This will scan all volumes mentioned in /etc/crypttab and will create appropriate devices under the /dev directory after entering the correct passphrases. (Already registered volumes will be skipped, so you can repeat this command several times without worrying.) After successful registration you can simply mount the volumes the usual way:" +msgstr "" + +#: boot-new.xml:300 +#, no-c-format +#. Tag: screen +msgid "# mount /mount_point" +msgstr "" + +#: boot-new.xml:303 +#, no-c-format +#. Tag: para +msgid "" + "If the volumes holding noncritical system files could not be mounted (/usr or /var), the system should still boot and you should be able to mount the volumes manually like in the previous case. However, you will also need to (re)start any services usually running in your default runlevel because it is very likely that they were not started. The easiest way to achieve this is by switching to the first runlevel and back by entering \n" + "# init 1\n" + " at the shell prompt and pressing Control D when asked for the root password." +msgstr "" + +#: boot-new.xml:326 +#, no-c-format +#. Tag: title +msgid "Log In" +msgstr "" + +#: boot-new.xml:328 +#, no-c-format +#. Tag: para msgid "Once your system boots, you'll be presented with the login prompt. Log in using the personal login and password you selected during the installation process. Your system is now ready to use." msgstr "" -#: boot-new.xml:199 +#: boot-new.xml:334 #, no-c-format #. Tag: para msgid "If you are a new user, you may want to explore the documentation which is already installed on your system as you start to use it. There are currently several documentation systems, work is proceeding on integrating the different types of documentation. Here are a few starting points." msgstr "" -#: boot-new.xml:207 +#: boot-new.xml:342 #, no-c-format #. Tag: para msgid "Documentation accompanying programs you have installed is in /usr/share/doc/, under a subdirectory named after the program. For example, the APT User's Guide for using apt to install other programs on your system, is located in /usr/share/doc/apt/guide.html/index.html." msgstr "" -#: boot-new.xml:216 +#: boot-new.xml:351 #, no-c-format #. Tag: para msgid "In addition, there are some special folders within the /usr/share/doc/ hierarchy. Linux HOWTOs are installed in .gz format, in /usr/share/doc/HOWTO/en-txt/. After installing dhelp you will find a browse-able index of documentation in /usr/share/doc/HTML/index.html." msgstr "" -#: boot-new.xml:226 +#: boot-new.xml:361 #, no-c-format #. Tag: para msgid "One easy way to view these documents is to cd /usr/share/doc/, and type lynx followed by a space and a dot (the dot stands for the current directory)." msgstr "" -#: boot-new.xml:233 +#: boot-new.xml:368 #, no-c-format #. Tag: para msgid "You can also type info command or man command to see documentation on most commands available at the command prompt. Typing help will display help on shell commands. And typing a command followed by --help will usually display a short summary of the command's usage. If a command's results scroll past the top of the screen, type | more after the command to cause the results to pause before scrolling past the top of the screen. To see a list of all commands available which begin with a certain letter, type the letter and then two tabs." msgstr "" -#: boot-new.xml:248 +#: boot-new.xml:383 #, no-c-format #. Tag: para msgid "For a more complete introduction to Debian and GNU/Linux, see /usr/share/doc/debian-guide/html/noframes/index.html." diff --git a/po/pot/hardware.pot b/po/pot/hardware.pot index 28d10ea30..3f850a090 100644 --- a/po/pot/hardware.pot +++ b/po/pot/hardware.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2006-05-04 19:49+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -263,7 +263,7 @@ msgstr "" #: hardware.xml:118 #, no-c-format #. Tag: entry -msgid "riscpc" +msgid "rpc" msgstr "" #: hardware.xml:122 @@ -311,7 +311,7 @@ msgstr "" #: hardware.xml:131 #, no-c-format #. Tag: entry -msgid "prep" +msgid "prep" msgstr "" #: hardware.xml:133 @@ -401,1528 +401,1522 @@ msgstr "" #: hardware.xml:160 #, no-c-format #. Tag: entry -msgid "r5k-ip22" -msgstr "" - -#: hardware.xml:162 -#, no-c-format -#. Tag: entry msgid "SGI IP32 (O2)" msgstr "" -#: hardware.xml:163 +#: hardware.xml:161 #, no-c-format #. Tag: entry msgid "r5k-ip32" msgstr "" -#: hardware.xml:165 hardware.xml:183 +#: hardware.xml:163 hardware.xml:181 #, no-c-format #. Tag: entry msgid "Broadcom BCM91250A (SWARM)" msgstr "" -#: hardware.xml:166 hardware.xml:184 +#: hardware.xml:164 hardware.xml:182 #, no-c-format #. Tag: entry msgid "sb1-bcm91250a" msgstr "" -#: hardware.xml:168 hardware.xml:186 +#: hardware.xml:166 hardware.xml:184 #, no-c-format #. Tag: entry msgid "Broadcom BCM91480B (BigSur)" msgstr "" -#: hardware.xml:169 hardware.xml:187 +#: hardware.xml:167 hardware.xml:185 #, no-c-format #. Tag: entry msgid "sb1a-bcm91480b" msgstr "" -#: hardware.xml:173 +#: hardware.xml:171 #, no-c-format #. Tag: entry msgid "MIPS (little endian)" msgstr "" -#: hardware.xml:174 +#: hardware.xml:172 #, no-c-format #. Tag: entry msgid "mipsel" msgstr "" -#: hardware.xml:175 +#: hardware.xml:173 #, no-c-format #. Tag: entry msgid "Cobalt" msgstr "" -#: hardware.xml:176 +#: hardware.xml:174 #, no-c-format #. Tag: entry msgid "cobalt" msgstr "" -#: hardware.xml:178 +#: hardware.xml:176 #, no-c-format #. Tag: entry msgid "DECstation" msgstr "" -#: hardware.xml:179 hardware.xml:1010 hardware.xml:1025 hardware.xml:1035 +#: hardware.xml:177 hardware.xml:1008 hardware.xml:1023 hardware.xml:1033 #, no-c-format #. Tag: entry msgid "r4k-kn04" msgstr "" -#: hardware.xml:181 hardware.xml:1005 hardware.xml:1015 hardware.xml:1020 hardware.xml:1030 +#: hardware.xml:179 hardware.xml:1003 hardware.xml:1013 hardware.xml:1018 hardware.xml:1028 #, no-c-format #. Tag: entry msgid "r3k-kn02" msgstr "" -#: hardware.xml:191 +#: hardware.xml:189 #, no-c-format #. Tag: entry msgid "IBM S/390" msgstr "" -#: hardware.xml:192 +#: hardware.xml:190 #, no-c-format #. Tag: entry msgid "s390" msgstr "" -#: hardware.xml:193 +#: hardware.xml:191 #, no-c-format #. Tag: entry msgid "IPL from VM-reader and DASD" msgstr "" -#: hardware.xml:194 +#: hardware.xml:192 #, no-c-format #. Tag: entry msgid "generic" msgstr "" -#: hardware.xml:196 +#: hardware.xml:194 #, no-c-format #. Tag: entry msgid "IPL from tape" msgstr "" -#: hardware.xml:197 +#: hardware.xml:195 #, no-c-format #. Tag: entry msgid "tape" msgstr "" -#: hardware.xml:202 +#: hardware.xml:200 #, no-c-format #. Tag: para msgid "This document covers installation for the &arch-title; architecture. If you are looking for information on any of the other Debian-supported architectures take a look at the Debian-Ports pages." msgstr "" -#: hardware.xml:210 +#: hardware.xml:208 #, no-c-format #. Tag: para msgid "This is the first official release of &debian; for the &arch-title; architecture. We feel that it has proven itself sufficiently to be released. However, because it has not had the exposure (and hence testing by users) that some other architectures have had, you may encounter a few bugs. Use our Bug Tracking System to report any problems; make sure to mention the fact that the bug is on the &arch-title; platform. It can be necessary to use the debian-&arch-listname; mailing list as well." msgstr "" -#: hardware.xml:233 hardware.xml:692 hardware.xml:768 hardware.xml:787 hardware.xml:830 hardware.xml:872 hardware.xml:940 hardware.xml:1099 hardware.xml:1505 +#: hardware.xml:231 hardware.xml:690 hardware.xml:766 hardware.xml:785 hardware.xml:828 hardware.xml:870 hardware.xml:938 hardware.xml:1097 hardware.xml:1543 #, no-c-format #. Tag: title msgid "CPU, Main Boards, and Video Support" msgstr "" -#: hardware.xml:234 +#: hardware.xml:232 #, no-c-format #. Tag: para msgid "Complete information regarding supported DEC Alphas can be found at Linux Alpha HOWTO. The purpose of this section is to describe the systems supported by the boot disks." msgstr "" -#: hardware.xml:241 +#: hardware.xml:239 #, no-c-format #. Tag: para msgid "Alpha machines are subdivided into different system types because there are a number of generations of motherboard and supporting chipsets. Different systems (sub-architectures) often have radically different engineering and capabilities. Therefore, the process of installing and, more to the point, booting, can vary from system to system." msgstr "" -#: hardware.xml:249 +#: hardware.xml:247 #, no-c-format #. Tag: para msgid "The following table lists the system types supported by the Debian installation system. The table also indicates the code name for these system types. You'll need to know this code name when you actually begin the installation process:" msgstr "" -#: hardware.xml:266 +#: hardware.xml:264 #, no-c-format #. Tag: entry msgid "Hardware Type" msgstr "" -#: hardware.xml:267 +#: hardware.xml:265 #, no-c-format #. Tag: entry msgid "Aliases" msgstr "" -#: hardware.xml:267 +#: hardware.xml:265 #, no-c-format #. Tag: entry msgid "MILO image" msgstr "" -#: hardware.xml:273 +#: hardware.xml:271 #, no-c-format #. Tag: entry msgid "ALCOR" msgstr "" -#: hardware.xml:274 +#: hardware.xml:272 #, no-c-format #. Tag: entry msgid "AlphaStation 500 5/266.300" msgstr "" -#: hardware.xml:275 +#: hardware.xml:273 #, no-c-format #. Tag: entry msgid "Maverick" msgstr "" -#: hardware.xml:276 hardware.xml:280 hardware.xml:284 +#: hardware.xml:274 hardware.xml:278 hardware.xml:282 #, no-c-format #. Tag: entry msgid "alcor" msgstr "" -#: hardware.xml:278 +#: hardware.xml:276 #, no-c-format #. Tag: entry msgid "AlphaStation 500 5/333...500" msgstr "" -#: hardware.xml:279 +#: hardware.xml:277 #, no-c-format #. Tag: entry msgid "Bret" msgstr "" -#: hardware.xml:282 +#: hardware.xml:280 #, no-c-format #. Tag: entry msgid "AlphaStation 600/266...300" msgstr "" -#: hardware.xml:283 +#: hardware.xml:281 #, no-c-format #. Tag: entry msgid "Alcor" msgstr "" -#: hardware.xml:286 +#: hardware.xml:284 #, no-c-format #. Tag: entry msgid "AlphaStation 600/300...433" msgstr "" -#: hardware.xml:287 +#: hardware.xml:285 #, no-c-format #. Tag: entry msgid "XLT" msgstr "" -#: hardware.xml:288 +#: hardware.xml:286 #, no-c-format #. Tag: entry msgid "xlt" msgstr "" -#: hardware.xml:292 +#: hardware.xml:290 #, no-c-format #. Tag: entry msgid "BOOK1" msgstr "" -#: hardware.xml:293 +#: hardware.xml:291 #, no-c-format #. Tag: entry msgid "AlphaBook1 (laptop)" msgstr "" -#: hardware.xml:294 +#: hardware.xml:292 #, no-c-format #. Tag: entry msgid "Alphabook1/Burns" msgstr "" -#: hardware.xml:295 +#: hardware.xml:293 #, no-c-format #. Tag: entry msgid "book1" msgstr "" -#: hardware.xml:299 +#: hardware.xml:297 #, no-c-format #. Tag: entry msgid "AVANTI" msgstr "" -#: hardware.xml:300 +#: hardware.xml:298 #, no-c-format #. Tag: entry msgid "AlphaStation 200 4/100...166" msgstr "" -#: hardware.xml:301 +#: hardware.xml:299 #, no-c-format #. Tag: entry msgid "Mustang" msgstr "" -#: hardware.xml:302 hardware.xml:306 hardware.xml:310 hardware.xml:314 hardware.xml:318 hardware.xml:322 hardware.xml:326 hardware.xml:330 +#: hardware.xml:300 hardware.xml:304 hardware.xml:308 hardware.xml:312 hardware.xml:316 hardware.xml:320 hardware.xml:324 hardware.xml:328 #, no-c-format #. Tag: entry msgid "avanti" msgstr "" -#: hardware.xml:304 +#: hardware.xml:302 #, no-c-format #. Tag: entry msgid "AlphaStation 200 4/233" msgstr "" -#: hardware.xml:305 +#: hardware.xml:303 #, no-c-format #. Tag: entry msgid "Mustang+" msgstr "" -#: hardware.xml:308 +#: hardware.xml:306 #, no-c-format #. Tag: entry msgid "AlphaStation 205 4/133...333" msgstr "" -#: hardware.xml:309 +#: hardware.xml:307 #, no-c-format #. Tag: entry msgid "LX3" msgstr "" -#: hardware.xml:312 +#: hardware.xml:310 #, no-c-format #. Tag: entry msgid "AlphaStation 250 4/300" msgstr "" -#: hardware.xml:313 +#: hardware.xml:311 #, no-c-format #. Tag: entry msgid "M3+" msgstr "" -#: hardware.xml:316 +#: hardware.xml:314 #, no-c-format #. Tag: entry msgid "AlphaStation 255 4/133...333" msgstr "" -#: hardware.xml:317 +#: hardware.xml:315 #, no-c-format #. Tag: entry msgid "LX3+" msgstr "" -#: hardware.xml:320 +#: hardware.xml:318 #, no-c-format #. Tag: entry msgid "AlphaStation 300 4/266" msgstr "" -#: hardware.xml:321 +#: hardware.xml:319 #, no-c-format #. Tag: entry msgid "Melmac" msgstr "" -#: hardware.xml:324 +#: hardware.xml:322 #, no-c-format #. Tag: entry msgid "AlphaStation 400 4/166" msgstr "" -#: hardware.xml:325 +#: hardware.xml:323 #, no-c-format #. Tag: entry msgid "Chinet" msgstr "" -#: hardware.xml:328 +#: hardware.xml:326 #, no-c-format #. Tag: entry msgid "AlphaStation 400 4/233...300" msgstr "" -#: hardware.xml:329 +#: hardware.xml:327 #, no-c-format #. Tag: entry msgid "Avanti" msgstr "" -#: hardware.xml:334 hardware.xml:347 hardware.xml:348 +#: hardware.xml:332 hardware.xml:345 hardware.xml:346 #, no-c-format #. Tag: entry msgid "EB164" msgstr "" -#: hardware.xml:335 +#: hardware.xml:333 #, no-c-format #. Tag: entry msgid "AlphaPC164" msgstr "" -#: hardware.xml:336 +#: hardware.xml:334 #, no-c-format #. Tag: entry msgid "PC164" msgstr "" -#: hardware.xml:337 +#: hardware.xml:335 #, no-c-format #. Tag: entry msgid "pc164" msgstr "" -#: hardware.xml:339 +#: hardware.xml:337 #, no-c-format #. Tag: entry msgid "AlphaPC164-LX" msgstr "" -#: hardware.xml:340 +#: hardware.xml:338 #, no-c-format #. Tag: entry msgid "LX164" msgstr "" -#: hardware.xml:341 +#: hardware.xml:339 #, no-c-format #. Tag: entry msgid "lx164" msgstr "" -#: hardware.xml:343 +#: hardware.xml:341 #, no-c-format #. Tag: entry msgid "AlphaPC164-SX" msgstr "" -#: hardware.xml:344 +#: hardware.xml:342 #, no-c-format #. Tag: entry msgid "SX164" msgstr "" -#: hardware.xml:345 +#: hardware.xml:343 #, no-c-format #. Tag: entry msgid "sx164" msgstr "" -#: hardware.xml:349 +#: hardware.xml:347 #, no-c-format #. Tag: entry msgid "eb164" msgstr "" -#: hardware.xml:353 hardware.xml:362 hardware.xml:363 +#: hardware.xml:351 hardware.xml:360 hardware.xml:361 #, no-c-format #. Tag: entry msgid "EB64+" msgstr "" -#: hardware.xml:354 +#: hardware.xml:352 #, no-c-format #. Tag: entry msgid "AlphaPC64" msgstr "" -#: hardware.xml:355 hardware.xml:359 +#: hardware.xml:353 hardware.xml:357 #, no-c-format #. Tag: entry msgid "Cabriolet" msgstr "" -#: hardware.xml:356 hardware.xml:360 +#: hardware.xml:354 hardware.xml:358 #, no-c-format #. Tag: entry msgid "cabriolet" msgstr "" -#: hardware.xml:358 +#: hardware.xml:356 #, no-c-format #. Tag: entry msgid "AlphaPCI64" msgstr "" -#: hardware.xml:364 +#: hardware.xml:362 #, no-c-format #. Tag: entry msgid "eb64p" msgstr "" -#: hardware.xml:368 hardware.xml:369 hardware.xml:370 +#: hardware.xml:366 hardware.xml:367 hardware.xml:368 #, no-c-format #. Tag: entry msgid "EB66" msgstr "" -#: hardware.xml:371 +#: hardware.xml:369 #, no-c-format #. Tag: entry msgid "eb66" msgstr "" -#: hardware.xml:373 hardware.xml:374 +#: hardware.xml:371 hardware.xml:372 #, no-c-format #. Tag: entry msgid "EB66+" msgstr "" -#: hardware.xml:375 +#: hardware.xml:373 #, no-c-format #. Tag: entry msgid "eb66p" msgstr "" -#: hardware.xml:379 +#: hardware.xml:377 #, no-c-format #. Tag: entry msgid "JENSEN" msgstr "" -#: hardware.xml:380 +#: hardware.xml:378 #, no-c-format #. Tag: entry msgid "DEC 2000 Model 300(S)" msgstr "" -#: hardware.xml:381 hardware.xml:389 +#: hardware.xml:379 hardware.xml:387 #, no-c-format #. Tag: entry msgid "Jensen" msgstr "" -#: hardware.xml:382 hardware.xml:386 hardware.xml:390 hardware.xml:451 hardware.xml:455 hardware.xml:473 hardware.xml:477 hardware.xml:481 hardware.xml:485 hardware.xml:489 hardware.xml:493 hardware.xml:497 hardware.xml:511 hardware.xml:515 hardware.xml:519 hardware.xml:523 hardware.xml:527 hardware.xml:561 hardware.xml:565 hardware.xml:569 hardware.xml:573 hardware.xml:587 hardware.xml:591 hardware.xml:595 hardware.xml:599 hardware.xml:606 hardware.xml:610 hardware.xml:614 hardware.xml:618 hardware.xml:622 hardware.xml:626 hardware.xml:630 hardware.xml:634 hardware.xml:638 hardware.xml:642 hardware.xml:646 hardware.xml:650 hardware.xml:654 hardware.xml:661 hardware.xml:665 +#: hardware.xml:380 hardware.xml:384 hardware.xml:388 hardware.xml:449 hardware.xml:453 hardware.xml:471 hardware.xml:475 hardware.xml:479 hardware.xml:483 hardware.xml:487 hardware.xml:491 hardware.xml:495 hardware.xml:509 hardware.xml:513 hardware.xml:517 hardware.xml:521 hardware.xml:525 hardware.xml:559 hardware.xml:563 hardware.xml:567 hardware.xml:571 hardware.xml:585 hardware.xml:589 hardware.xml:593 hardware.xml:597 hardware.xml:604 hardware.xml:608 hardware.xml:612 hardware.xml:616 hardware.xml:620 hardware.xml:624 hardware.xml:628 hardware.xml:632 hardware.xml:636 hardware.xml:640 hardware.xml:644 hardware.xml:648 hardware.xml:652 hardware.xml:659 hardware.xml:663 #, no-c-format #. Tag: entry msgid "N/A" msgstr "" -#: hardware.xml:384 +#: hardware.xml:382 #, no-c-format #. Tag: entry msgid "DEC 2000 Model 500" msgstr "" -#: hardware.xml:385 +#: hardware.xml:383 #, no-c-format #. Tag: entry msgid "Culzen" msgstr "" -#: hardware.xml:388 +#: hardware.xml:386 #, no-c-format #. Tag: entry msgid "DECpc 150" msgstr "" -#: hardware.xml:394 +#: hardware.xml:392 #, no-c-format #. Tag: entry msgid "MIATA" msgstr "" -#: hardware.xml:395 +#: hardware.xml:393 #, no-c-format #. Tag: entry msgid "Personal WorkStation 433a" msgstr "" -#: hardware.xml:396 hardware.xml:400 hardware.xml:404 hardware.xml:408 hardware.xml:412 hardware.xml:416 hardware.xml:420 hardware.xml:424 +#: hardware.xml:394 hardware.xml:398 hardware.xml:402 hardware.xml:406 hardware.xml:410 hardware.xml:414 hardware.xml:418 hardware.xml:422 #, no-c-format #. Tag: entry msgid "Miata" msgstr "" -#: hardware.xml:397 hardware.xml:401 hardware.xml:405 hardware.xml:409 hardware.xml:413 hardware.xml:417 hardware.xml:421 hardware.xml:425 +#: hardware.xml:395 hardware.xml:399 hardware.xml:403 hardware.xml:407 hardware.xml:411 hardware.xml:415 hardware.xml:419 hardware.xml:423 #, no-c-format #. Tag: entry msgid "miata" msgstr "" -#: hardware.xml:399 +#: hardware.xml:397 #, no-c-format #. Tag: entry msgid "Personal WorkStation 433au" msgstr "" -#: hardware.xml:403 +#: hardware.xml:401 #, no-c-format #. Tag: entry msgid "Personal WorkStation 466au" msgstr "" -#: hardware.xml:407 +#: hardware.xml:405 #, no-c-format #. Tag: entry msgid "Personal WorkStation 500a" msgstr "" -#: hardware.xml:411 +#: hardware.xml:409 #, no-c-format #. Tag: entry msgid "Personal WorkStation 500au" msgstr "" -#: hardware.xml:415 +#: hardware.xml:413 #, no-c-format #. Tag: entry msgid "Personal WorkStation 550au" msgstr "" -#: hardware.xml:419 +#: hardware.xml:417 #, no-c-format #. Tag: entry msgid "Personal WorkStation 600a" msgstr "" -#: hardware.xml:423 +#: hardware.xml:421 #, no-c-format #. Tag: entry msgid "Personal WorkStation 600au" msgstr "" -#: hardware.xml:429 +#: hardware.xml:427 #, no-c-format #. Tag: entry msgid "MIKASA" msgstr "" -#: hardware.xml:430 +#: hardware.xml:428 #, no-c-format #. Tag: entry msgid "AlphaServer 1000 4/200" msgstr "" -#: hardware.xml:431 +#: hardware.xml:429 #, no-c-format #. Tag: entry msgid "Mikasa" msgstr "" -#: hardware.xml:432 hardware.xml:436 hardware.xml:440 hardware.xml:444 +#: hardware.xml:430 hardware.xml:434 hardware.xml:438 hardware.xml:442 #, no-c-format #. Tag: entry msgid "mikasa" msgstr "" -#: hardware.xml:434 +#: hardware.xml:432 #, no-c-format #. Tag: entry msgid "AlphaServer 1000 4/233..266" msgstr "" -#: hardware.xml:435 +#: hardware.xml:433 #, no-c-format #. Tag: entry msgid "Mikasa+" msgstr "" -#: hardware.xml:438 hardware.xml:442 +#: hardware.xml:436 hardware.xml:440 #, no-c-format #. Tag: entry msgid "AlphaServer 1000 5/300" msgstr "" -#: hardware.xml:439 +#: hardware.xml:437 #, no-c-format #. Tag: entry msgid "Mikasa-Pinnacle" msgstr "" -#: hardware.xml:443 +#: hardware.xml:441 #, no-c-format #. Tag: entry msgid "Mikasa-Primo" msgstr "" -#: hardware.xml:448 +#: hardware.xml:446 #, no-c-format #. Tag: entry msgid "NAUTILUS" msgstr "" -#: hardware.xml:449 +#: hardware.xml:447 #, no-c-format #. Tag: entry msgid "UP1000" msgstr "" -#: hardware.xml:450 +#: hardware.xml:448 #, no-c-format #. Tag: entry msgid "Nautilus" msgstr "" -#: hardware.xml:453 +#: hardware.xml:451 #, no-c-format #. Tag: entry msgid "UP1100" msgstr "" -#: hardware.xml:454 +#: hardware.xml:452 #, no-c-format #. Tag: entry msgid "Galaxy-Train/Nautilus Jr." msgstr "" -#: hardware.xml:459 +#: hardware.xml:457 #, no-c-format #. Tag: entry msgid "NONAME" msgstr "" -#: hardware.xml:460 +#: hardware.xml:458 #, no-c-format #. Tag: entry msgid "AXPpci33" msgstr "" -#: hardware.xml:461 +#: hardware.xml:459 #, no-c-format #. Tag: entry msgid "Noname" msgstr "" -#: hardware.xml:462 hardware.xml:466 +#: hardware.xml:460 hardware.xml:464 #, no-c-format #. Tag: entry msgid "noname" msgstr "" -#: hardware.xml:464 +#: hardware.xml:462 #, no-c-format #. Tag: entry msgid "UDB" msgstr "" -#: hardware.xml:465 +#: hardware.xml:463 #, no-c-format #. Tag: entry msgid "Multia" msgstr "" -#: hardware.xml:470 +#: hardware.xml:468 #, no-c-format #. Tag: entry msgid "NORITAKE" msgstr "" -#: hardware.xml:471 +#: hardware.xml:469 #, no-c-format #. Tag: entry msgid "AlphaServer 1000A 4/233...266" msgstr "" -#: hardware.xml:472 +#: hardware.xml:470 #, no-c-format #. Tag: entry msgid "Noritake" msgstr "" -#: hardware.xml:475 +#: hardware.xml:473 #, no-c-format #. Tag: entry msgid "AlphaServer 1000A 5/300" msgstr "" -#: hardware.xml:476 +#: hardware.xml:474 #, no-c-format #. Tag: entry msgid "Noritake-Pinnacle" msgstr "" -#: hardware.xml:479 +#: hardware.xml:477 #, no-c-format #. Tag: entry msgid "AlphaServer 1000A 5/333...500" msgstr "" -#: hardware.xml:480 +#: hardware.xml:478 #, no-c-format #. Tag: entry msgid "Noritake-Primo" msgstr "" -#: hardware.xml:483 +#: hardware.xml:481 #, no-c-format #. Tag: entry msgid "AlphaServer 800 5/333...500" msgstr "" -#: hardware.xml:484 hardware.xml:492 hardware.xml:496 +#: hardware.xml:482 hardware.xml:490 hardware.xml:494 #, no-c-format #. Tag: entry msgid "Corelle" msgstr "" -#: hardware.xml:487 +#: hardware.xml:485 #, no-c-format #. Tag: entry msgid "AlphaStation 600 A" msgstr "" -#: hardware.xml:488 +#: hardware.xml:486 #, no-c-format #. Tag: entry msgid "Alcor-Primo" msgstr "" -#: hardware.xml:491 +#: hardware.xml:489 #, no-c-format #. Tag: entry msgid "Digital Server 3300" msgstr "" -#: hardware.xml:495 +#: hardware.xml:493 #, no-c-format #. Tag: entry msgid "Digital Server 3300R" msgstr "" -#: hardware.xml:501 +#: hardware.xml:499 #, no-c-format #. Tag: entry msgid "PLATFORM 2000" msgstr "" -#: hardware.xml:502 hardware.xml:503 +#: hardware.xml:500 hardware.xml:501 #, no-c-format #. Tag: entry msgid "P2K" msgstr "" -#: hardware.xml:504 +#: hardware.xml:502 #, no-c-format #. Tag: entry msgid "p2k" msgstr "" -#: hardware.xml:508 +#: hardware.xml:506 #, no-c-format #. Tag: entry msgid "RAWHIDE" msgstr "" -#: hardware.xml:509 +#: hardware.xml:507 #, no-c-format #. Tag: entry msgid "AlphaServer 1200 5/xxx" msgstr "" -#: hardware.xml:510 hardware.xml:522 +#: hardware.xml:508 hardware.xml:520 #, no-c-format #. Tag: entry msgid "Tincup/DaVinci" msgstr "" -#: hardware.xml:513 +#: hardware.xml:511 #, no-c-format #. Tag: entry msgid "AlphaServer 4000 5/xxx" msgstr "" -#: hardware.xml:514 +#: hardware.xml:512 #, no-c-format #. Tag: entry msgid "Wrangler/Durango" msgstr "" -#: hardware.xml:517 +#: hardware.xml:515 #, no-c-format #. Tag: entry msgid "AlphaServer 4100 5/xxx" msgstr "" -#: hardware.xml:518 hardware.xml:526 +#: hardware.xml:516 hardware.xml:524 #, no-c-format #. Tag: entry msgid "Dodge" msgstr "" -#: hardware.xml:521 +#: hardware.xml:519 #, no-c-format #. Tag: entry msgid "Digital Server 5300" msgstr "" -#: hardware.xml:525 +#: hardware.xml:523 #, no-c-format #. Tag: entry msgid "Digital Server 7300" msgstr "" -#: hardware.xml:531 +#: hardware.xml:529 #, no-c-format #. Tag: entry msgid "RUFFIAN" msgstr "" -#: hardware.xml:532 +#: hardware.xml:530 #, no-c-format #. Tag: entry msgid "DeskStation AlphaPC164-UX" msgstr "" -#: hardware.xml:533 hardware.xml:537 hardware.xml:541 hardware.xml:545 hardware.xml:549 hardware.xml:553 +#: hardware.xml:531 hardware.xml:535 hardware.xml:539 hardware.xml:543 hardware.xml:547 hardware.xml:551 #, no-c-format #. Tag: entry msgid "Ruffian" msgstr "" -#: hardware.xml:534 hardware.xml:538 hardware.xml:542 hardware.xml:546 hardware.xml:550 hardware.xml:554 +#: hardware.xml:532 hardware.xml:536 hardware.xml:540 hardware.xml:544 hardware.xml:548 hardware.xml:552 #, no-c-format #. Tag: entry msgid "ruffian" msgstr "" -#: hardware.xml:536 +#: hardware.xml:534 #, no-c-format #. Tag: entry msgid "DeskStation RPL164-2" msgstr "" -#: hardware.xml:540 +#: hardware.xml:538 #, no-c-format #. Tag: entry msgid "DeskStation RPL164-4" msgstr "" -#: hardware.xml:544 +#: hardware.xml:542 #, no-c-format #. Tag: entry msgid "DeskStation RPX164-2" msgstr "" -#: hardware.xml:548 +#: hardware.xml:546 #, no-c-format #. Tag: entry msgid "DeskStation RPX164-4" msgstr "" -#: hardware.xml:552 +#: hardware.xml:550 #, no-c-format #. Tag: entry msgid "Samsung AlphaPC164-BX" msgstr "" -#: hardware.xml:558 +#: hardware.xml:556 #, no-c-format #. Tag: entry msgid "SABLE" msgstr "" -#: hardware.xml:559 +#: hardware.xml:557 #, no-c-format #. Tag: entry msgid "AlphaServer 2000 4/xxx" msgstr "" -#: hardware.xml:560 +#: hardware.xml:558 #, no-c-format #. Tag: entry msgid "Demi-Sable" msgstr "" -#: hardware.xml:563 +#: hardware.xml:561 #, no-c-format #. Tag: entry msgid "AlphaServer 2000 5/xxx" msgstr "" -#: hardware.xml:564 +#: hardware.xml:562 #, no-c-format #. Tag: entry msgid "Demi-Gamma-Sable" msgstr "" -#: hardware.xml:567 +#: hardware.xml:565 #, no-c-format #. Tag: entry msgid "AlphaServer 2100 4/xxx" msgstr "" -#: hardware.xml:568 +#: hardware.xml:566 #, no-c-format #. Tag: entry msgid "Sable" msgstr "" -#: hardware.xml:571 +#: hardware.xml:569 #, no-c-format #. Tag: entry msgid "AlphaServer 2100 5/xxx" msgstr "" -#: hardware.xml:572 +#: hardware.xml:570 #, no-c-format #. Tag: entry msgid "Gamma-Sable" msgstr "" -#: hardware.xml:577 +#: hardware.xml:575 #, no-c-format #. Tag: entry msgid "TAKARA" msgstr "" -#: hardware.xml:578 +#: hardware.xml:576 #, no-c-format #. Tag: entry msgid "21164 PICMG SBC" msgstr "" -#: hardware.xml:579 +#: hardware.xml:577 #, no-c-format #. Tag: entry msgid "Takara" msgstr "" -#: hardware.xml:580 +#: hardware.xml:578 #, no-c-format #. Tag: entry msgid "takara" msgstr "" -#: hardware.xml:584 +#: hardware.xml:582 #, no-c-format #. Tag: entry msgid "TITAN" msgstr "" -#: hardware.xml:585 +#: hardware.xml:583 #, no-c-format #. Tag: entry msgid "AlphaServer DS15" msgstr "" -#: hardware.xml:586 +#: hardware.xml:584 #, no-c-format #. Tag: entry msgid "HyperBrick2" msgstr "" -#: hardware.xml:589 +#: hardware.xml:587 #, no-c-format #. Tag: entry msgid "AlphaServer DS25" msgstr "" -#: hardware.xml:590 +#: hardware.xml:588 #, no-c-format #. Tag: entry msgid "Granite" msgstr "" -#: hardware.xml:593 +#: hardware.xml:591 #, no-c-format #. Tag: entry msgid "AlphaServer ES45" msgstr "" -#: hardware.xml:594 +#: hardware.xml:592 #, no-c-format #. Tag: entry msgid "Privateer" msgstr "" -#: hardware.xml:597 hardware.xml:636 hardware.xml:640 +#: hardware.xml:595 hardware.xml:634 hardware.xml:638 #, no-c-format #. Tag: entry msgid "UNKNOWN" msgstr "" -#: hardware.xml:598 +#: hardware.xml:596 #, no-c-format #. Tag: entry msgid "Yukon" msgstr "" -#: hardware.xml:603 +#: hardware.xml:601 #, no-c-format #. Tag: entry msgid "TSUNAMI" msgstr "" -#: hardware.xml:604 +#: hardware.xml:602 #, no-c-format #. Tag: entry msgid "AlphaServer DS10" msgstr "" -#: hardware.xml:605 hardware.xml:653 +#: hardware.xml:603 hardware.xml:651 #, no-c-format #. Tag: entry msgid "Webbrick" msgstr "" -#: hardware.xml:608 +#: hardware.xml:606 #, no-c-format #. Tag: entry msgid "AlphaServer DS10L" msgstr "" -#: hardware.xml:609 +#: hardware.xml:607 #, no-c-format #. Tag: entry msgid "Slate" msgstr "" -#: hardware.xml:612 +#: hardware.xml:610 #, no-c-format #. Tag: entry msgid "AlphaServer DS20" msgstr "" -#: hardware.xml:613 +#: hardware.xml:611 #, no-c-format #. Tag: entry msgid "Catamaran/Goldrush" msgstr "" -#: hardware.xml:616 +#: hardware.xml:614 #, no-c-format #. Tag: entry msgid "AlphaServer DS20E" msgstr "" -#: hardware.xml:617 +#: hardware.xml:615 #, no-c-format #. Tag: entry msgid "Goldrack" msgstr "" -#: hardware.xml:620 +#: hardware.xml:618 #, no-c-format #. Tag: entry msgid "AlphaServer DS20L" msgstr "" -#: hardware.xml:621 +#: hardware.xml:619 #, no-c-format #. Tag: entry msgid "Shark" msgstr "" -#: hardware.xml:624 +#: hardware.xml:622 #, no-c-format #. Tag: entry msgid "AlphaServer ES40" msgstr "" -#: hardware.xml:625 +#: hardware.xml:623 #, no-c-format #. Tag: entry msgid "Clipper" msgstr "" -#: hardware.xml:628 hardware.xml:629 +#: hardware.xml:626 hardware.xml:627 #, no-c-format #. Tag: entry msgid "DP264" msgstr "" -#: hardware.xml:632 +#: hardware.xml:630 #, no-c-format #. Tag: entry msgid "SMARTengine 21264 PCI/ISA SBC" msgstr "" -#: hardware.xml:633 +#: hardware.xml:631 #, no-c-format #. Tag: entry msgid "Eiger" msgstr "" -#: hardware.xml:637 +#: hardware.xml:635 #, no-c-format #. Tag: entry msgid "Warhol" msgstr "" -#: hardware.xml:641 +#: hardware.xml:639 #, no-c-format #. Tag: entry msgid "Windjammer" msgstr "" -#: hardware.xml:644 +#: hardware.xml:642 #, no-c-format #. Tag: entry msgid "UP2000" msgstr "" -#: hardware.xml:645 +#: hardware.xml:643 #, no-c-format #. Tag: entry msgid "Swordfish" msgstr "" -#: hardware.xml:648 +#: hardware.xml:646 #, no-c-format #. Tag: entry msgid "XP1000" msgstr "" -#: hardware.xml:649 +#: hardware.xml:647 #, no-c-format #. Tag: entry msgid "Monet/Brisbane" msgstr "" -#: hardware.xml:652 +#: hardware.xml:650 #, no-c-format #. Tag: entry msgid "XP900" msgstr "" -#: hardware.xml:658 +#: hardware.xml:656 #, no-c-format #. Tag: entry msgid "WILDFIRE" msgstr "" -#: hardware.xml:659 +#: hardware.xml:657 #, no-c-format #. Tag: entry msgid "AlphaServer GS160" msgstr "" -#: hardware.xml:660 hardware.xml:664 +#: hardware.xml:658 hardware.xml:662 #, no-c-format #. Tag: entry msgid "Wildfire" msgstr "" -#: hardware.xml:663 +#: hardware.xml:661 #, no-c-format #. Tag: entry msgid "AlphaServer GS320" msgstr "" -#: hardware.xml:669 hardware.xml:671 +#: hardware.xml:667 hardware.xml:669 #, no-c-format #. Tag: entry msgid "XL" msgstr "" -#: hardware.xml:670 +#: hardware.xml:668 #, no-c-format #. Tag: entry msgid "XL-233...266" msgstr "" -#: hardware.xml:672 +#: hardware.xml:670 #, no-c-format #. Tag: entry msgid "xl" msgstr "" -#: hardware.xml:677 +#: hardware.xml:675 #, no-c-format #. Tag: para msgid "It is believed that Debian &releasename; supports installing on all alpha sub-architectures with the exception of the ARC-only Ruffian and XL sub-architectures and the Titan subarchitecture, which requires a change to the kernel compile options." msgstr "" -#: hardware.xml:694 +#: hardware.xml:692 #, no-c-format #. Tag: para msgid "Each distinct ARM architecture requires its own kernel. Because of this the standard Debian distribution only supports installation on a number of the most common systems. The Debian userland however may be used by any ARM CPU including xscale." msgstr "" -#: hardware.xml:702 +#: hardware.xml:700 #, no-c-format #. Tag: para msgid "Most ARM CPUs may be run in either endian mode (big or little). However, the majority of current system implementation uses little-endian mode. Debian currently only supports little-endian ARM systems." msgstr "" -#: hardware.xml:710 +#: hardware.xml:708 #, no-c-format #. Tag: para msgid "The supported systems are:" msgstr "" -#: hardware.xml:717 +#: hardware.xml:715 #, no-c-format #. Tag: term msgid "Netwinder" msgstr "" -#: hardware.xml:718 +#: hardware.xml:716 #, no-c-format #. Tag: para msgid "This is actually the name for the group of machines based upon the StrongARM 110 CPU and Intel 21285 Northbridge (also known as Footbridge). It comprises of machines like: Netwinder (possibly one of the most common ARM boxes), CATS (also known as the EB110ATX), EBSA 285 and Compaq personal server (cps, aka skiff)." msgstr "" -#: hardware.xml:731 +#: hardware.xml:729 #, no-c-format #. Tag: term msgid "NSLU2" msgstr "" -#: hardware.xml:732 +#: hardware.xml:730 #, no-c-format #. Tag: para msgid "The Linksys NSLU2 (Network Storage Link for USB 2.0 Disk Drives) is a small device which allows you to easily provide storage via the network. It comes with an Ethernet connection and two USB ports to which hard drives can be connected." msgstr "" -#: hardware.xml:743 +#: hardware.xml:741 #, no-c-format #. Tag: term msgid "RiscPC" msgstr "" -#: hardware.xml:744 +#: hardware.xml:742 #, no-c-format #. Tag: para msgid "This machine is the oldest supported hardware: it was released in 1994. It has RISC OS in ROM, Linux can be booted from that OS using linloader. The RiscPC has a modular CPU card and typically has a 30MHz 610, 40MHz 710 or 233MHz Strongarm 110 CPU fitted. The mainboard has integrated IDE, SVGA video, parallel port, single serial port, PS/2 keyboard and proprietary mouse port. The proprietary module expansion bus allows for up to eight expansion cards to be fitted depending on configuration, several of these modules have Linux drivers." msgstr "" -#: hardware.xml:769 +#: hardware.xml:767 #, no-c-format #. Tag: para msgid "The are two major support &architecture; flavors: PA-RISC 1.1 and PA-RISC 2.0. The PA-RISC 1.1 architecture is targeted at 32-bit processors whereas the 2.0 architecture is targeted to the 64-bit processors. Some systems are able to run either kernel. In both cases, the userland is 32-bit. There is the possibility of a 64-bit userland in the future." msgstr "" -#: hardware.xml:788 +#: hardware.xml:786 #, no-c-format #. Tag: para msgid "Complete information concerning supported peripherals can be found at Linux Hardware Compatibility HOWTO. This section merely outlines the basics." msgstr "" -#: hardware.xml:796 hardware.xml:913 +#: hardware.xml:794 hardware.xml:911 #, no-c-format #. Tag: title msgid "CPU" msgstr "" -#: hardware.xml:797 +#: hardware.xml:795 #, no-c-format #. Tag: para msgid "Nearly all x86-based processors are supported; this includes AMD and VIA (former Cyrix) processors as well. Also the new processors like Athlon XP and Intel P4 Xeon are supported. However, Linux will not run on 286 or earlier processors." msgstr "" -#: hardware.xml:807 +#: hardware.xml:805 #, no-c-format #. Tag: title msgid "I/O Bus" msgstr "" -#: hardware.xml:808 +#: hardware.xml:806 #, no-c-format #. Tag: para msgid "The system bus is the part of the motherboard which allows the CPU to communicate with peripherals such as storage devices. Your computer must use the ISA, EISA, PCI, the Microchannel Architecture (MCA, used in IBM's PS/2 line), or VESA Local Bus (VLB, sometimes called the VL bus)." msgstr "" -#: hardware.xml:831 +#: hardware.xml:829 #, no-c-format #. Tag: para msgid "Complete information concerning supported M68000 based (&architecture;) systems can be found at the Linux/m68k FAQ. This section merely outlines the basics." msgstr "" -#: hardware.xml:838 +#: hardware.xml:836 #, no-c-format #. Tag: para msgid "The &architecture; port of Linux runs on any 680x0 with a PMMU (Paged Memory Management Unit) and a FPU (floating-point unit). This includes the 68020 with an external 68851 PMMU, the 68030, and better, and excludes the EC line of 680x0 processors. See the Linux/m68k FAQ for complete details." msgstr "" -#: hardware.xml:846 +#: hardware.xml:844 #, no-c-format #. Tag: para msgid "There are four major supported &architecture; flavors: Amiga, Atari, Macintosh and VME machines. Amiga and Atari were the first two systems to which Linux was ported; in keeping, they are also the two most well-supported Debian ports. The Macintosh line is supported incompletely, both by Debian and by the Linux kernel; see Linux m68k for Macintosh for project status and supported hardware. The BVM and Motorola single board VMEbus computers are the most recent addition to the list of machines supported by Debian. Ports to other &architecture; architectures, such as the Sun3 architecture and NeXT black box, are underway but not yet supported by Debian." msgstr "" -#: hardware.xml:873 +#: hardware.xml:871 #, no-c-format #. Tag: para msgid "Debian on &arch-title; supports the following platforms: SGI IP22: this platform includes the SGI machines Indy, Indigo 2 and Challenge S. Since these machines are very similar, whenever this document refers to the SGI Indy, the Indigo 2 and Challenge S are meant as well. SGI IP32: this platform is generally known as SGI O2. Broadcom BCM91250A (SWARM): this is an ATX form factor evaluation board from Broadcom based on the dual-core SB1 1250 CPU. Broadcom BCM91480B (BigSur): this is an ATX form factor evaluation board from Broadcom based on the quad-core SB1A 1480 CPU. Complete information regarding supported mips/mipsel machines can be found at the Linux-MIPS homepage. In the following, only the systems supported by the Debian installer will be covered. If you are looking for support for other subarchitectures, please contact the debian-&arch-listname; mailing list." msgstr "" -#: hardware.xml:914 +#: hardware.xml:912 #, no-c-format #. Tag: para msgid "On SGI IP22, SGI Indy, Indigo 2 and Challenge S with R4000, R4400, R4600 and R5000 processors are supported by the Debian installation system on big endian MIPS. On SGI IP32, currently only systems based on the R5000 are supported. The Broadcom BCM91250A evaluation board comes with an SB1 1250 chip with two cores which are supported in SMP mode by this installer. Similarly, the BCM91480B evaluation board contains an SB1A 1480 chip with four cores which are supported in SMP mode." msgstr "" -#: hardware.xml:924 +#: hardware.xml:922 #, no-c-format #. Tag: para msgid "Some MIPS machines can be operated in both big and little endian mode. For little endian MIPS, please read the documentation for the mipsel architecture." msgstr "" -#: hardware.xml:941 +#: hardware.xml:939 #, no-c-format #. Tag: para msgid "Debian on &arch-title; supports the following platforms: DECstation: various models of the DECstation are supported. Cobalt Microserver: only MIPS based Cobalt machines are covered here. This includes the Cobalt Qube 2700 (Qube1), RaQ, Qube2 and RaQ2, and the Gateway Microserver. Broadcom BCM91250A (SWARM): this is an ATX form factor evaluation board from Broadcom based on the dual-core SB1 1250 CPU. Broadcom BCM91480B (BigSur): this is an ATX form factor evaluation board from Broadcom based on the quad-core SB1A 1480 CPU. Complete information regarding supported mips/mipsel machines can be found at the Linux-MIPS homepage. In the following, only the systems supported by the Debian installer will be covered. If you are looking for support for other subarchitectures, please contact the debian-&arch-listname; mailing list." msgstr "" -#: hardware.xml:981 +#: hardware.xml:979 #, no-c-format #. Tag: title msgid "CPU/Machine types" msgstr "" -#: hardware.xml:983 +#: hardware.xml:981 #, no-c-format #. Tag: para msgid "Currently only DECstations with R3000 and R4000/R4400 CPUs are supported by the Debian installation system on little endian MIPS. The Debian installation system works on the following machines:" msgstr "" -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format #. Tag: entry msgid "System Type" msgstr "" -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format #. Tag: entry msgid "CPU" msgstr "" -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format #. Tag: entry msgid "Code-name" msgstr "" -#: hardware.xml:996 +#: hardware.xml:994 #, no-c-format #. Tag: entry msgid "Debian subarchitecture" msgstr "" -#: hardware.xml:1002 +#: hardware.xml:1000 #, no-c-format #. Tag: entry msgid "DECstation 5000/1xx" msgstr "" -#: hardware.xml:1003 hardware.xml:1013 hardware.xml:1018 hardware.xml:1028 +#: hardware.xml:1001 hardware.xml:1011 hardware.xml:1016 hardware.xml:1026 #, no-c-format #. Tag: entry msgid "R3000" msgstr "" -#: hardware.xml:1004 hardware.xml:1009 +#: hardware.xml:1002 hardware.xml:1007 #, no-c-format #. Tag: entry msgid "3MIN" msgstr "" -#: hardware.xml:1007 +#: hardware.xml:1005 #, no-c-format #. Tag: entry msgid "DECstation 5000/150" msgstr "" -#: hardware.xml:1008 hardware.xml:1033 +#: hardware.xml:1006 hardware.xml:1031 #, no-c-format #. Tag: entry msgid "R4000" msgstr "" -#: hardware.xml:1012 +#: hardware.xml:1010 #, no-c-format #. Tag: entry msgid "DECstation 5000/200" msgstr "" -#: hardware.xml:1014 +#: hardware.xml:1012 #, no-c-format #. Tag: entry msgid "3MAX" msgstr "" -#: hardware.xml:1017 +#: hardware.xml:1015 #, no-c-format #. Tag: entry msgid "DECstation 5000/240" msgstr "" -#: hardware.xml:1019 hardware.xml:1024 +#: hardware.xml:1017 hardware.xml:1022 #, no-c-format #. Tag: entry msgid "3MAX+" msgstr "" -#: hardware.xml:1022 +#: hardware.xml:1020 #, no-c-format #. Tag: entry msgid "DECstation 5000/260" msgstr "" -#: hardware.xml:1023 +#: hardware.xml:1021 #, no-c-format #. Tag: entry msgid "R4400" msgstr "" -#: hardware.xml:1027 +#: hardware.xml:1025 #, no-c-format #. Tag: entry msgid "Personal DECstation 5000/xx" msgstr "" -#: hardware.xml:1029 hardware.xml:1034 +#: hardware.xml:1027 hardware.xml:1032 #, no-c-format #. Tag: entry msgid "Maxine" msgstr "" -#: hardware.xml:1032 +#: hardware.xml:1030 #, no-c-format #. Tag: entry msgid "Personal DECstation 5000/50" msgstr "" -#: hardware.xml:1039 +#: hardware.xml:1037 #, no-c-format #. Tag: para msgid "All Cobalt machines are supported. In the past, only machines with a serial console were supported (that is, all machines except for the Qube 2700, aka Qube1). However, installations are now also possible through SSH." msgstr "" -#: hardware.xml:1046 +#: hardware.xml:1044 #, no-c-format #. Tag: para msgid "The Broadcom BCM91250A evaluation board comes with an SB1 1250 chip with two cores which are supported in SMP mode by this installer. Similarly, the BCM91480B evaluation board contains an SB1A 1480 chip with four cores which are supported in SMP mode." msgstr "" -#: hardware.xml:1056 +#: hardware.xml:1054 #, no-c-format #. Tag: title msgid "Supported console options" msgstr "" -#: hardware.xml:1057 +#: hardware.xml:1055 #, no-c-format #. Tag: para msgid "A serial console is available on all supported DECstations (9600 bps, 8N1). To use the serial console, you have to boot the installer image with the console=ttySx kernel parameter (with x being the number of the serial port you have your terminal connected to — usually 2, but 0 for the Personal DECstations). On 3MIN and 3MAX+ (DECstation 5000/1xx, 5000/240 and 5000/260) a local console is available with the PMAG-BA and the PMAGB-B graphics options." msgstr "" -#: hardware.xml:1068 +#: hardware.xml:1066 #, no-c-format #. Tag: para msgid "" @@ -1931,1219 +1925,1243 @@ msgid "" " where the option -l (line) sets the serial port to use and -s (speed) sets the speed for the connection (9600 bits per second)." msgstr "" -#: hardware.xml:1086 +#: hardware.xml:1084 #, no-c-format #. Tag: para msgid "Both Cobalt and Broadcom BCM91250A/BCM91480B use 115200 bps." msgstr "" -#: hardware.xml:1100 +#: hardware.xml:1098 #, no-c-format #. Tag: para -msgid "There are four major supported &architecture; subarchitectures: PMac (Power-Macintosh), PReP, APUS (Amiga Power-UP System), and CHRP machines. Each subarchitecture has its own boot methods. In addition, there are four different kernel flavours, supporting different CPU variants." +msgid "There are four major supported &architecture; subarchitectures: PMac (Power-Macintosh or PowerMac), PReP, APUS (Amiga Power-UP System), and CHRP machines. Each subarchitecture has its own boot methods. In addition, there are four different kernel flavours, supporting different CPU variants." msgstr "" -#: hardware.xml:1108 +#: hardware.xml:1106 #, no-c-format #. Tag: para msgid "Ports to other &architecture; architectures, such as the Be-Box and MBX architecture, are underway but not yet supported by Debian. We may have a 64-bit port in the future." msgstr "" -#: hardware.xml:1116 +#: hardware.xml:1114 #, no-c-format #. Tag: title msgid "Kernel Flavours" msgstr "" -#: hardware.xml:1118 +#: hardware.xml:1116 #, no-c-format #. Tag: para msgid "There are four flavours of the powerpc kernel in Debian, based on the CPU type:" msgstr "" -#: hardware.xml:1125 +#: hardware.xml:1123 #, no-c-format #. Tag: term msgid "powerpc" msgstr "" -#: hardware.xml:1126 +#: hardware.xml:1124 #, no-c-format #. Tag: para -msgid "Most systems use this kernel flavour, which supports the PowerPC 601, 603, 604, 740, 750, and 7400 processors. All Apple Power Macintosh systems up to and including the G4 use one of these processors." +msgid "Most systems use this kernel flavour, which supports the PowerPC 601, 603, 604, 740, 750, and 7400 processors. All Apple PowerMac machines up to and including the one marketed as G4 use one of these processors." msgstr "" -#: hardware.xml:1136 +#: hardware.xml:1134 #, no-c-format #. Tag: term -msgid "power3" +msgid "power64" msgstr "" -#: hardware.xml:1137 +#: hardware.xml:1135 #, no-c-format #. Tag: para -msgid "The POWER3 processor is used in older IBM 64-bit server systems: known models include the IntelliStation POWER Model 265, the pSeries 610 and 640, and the RS/6000 7044-170, 7043-260, and 7044-270." +msgid "The power64 kernel flavour supports the following CPUs:" msgstr "" -#: hardware.xml:1147 +#: hardware.xml:1139 #, no-c-format -#. Tag: term -msgid "power4" +#. Tag: para +msgid "The POWER3 processor is used in older IBM 64-bit server systems: known models include the IntelliStation POWER Model 265, the pSeries 610 and 640, and the RS/6000 7044-170, 7043-260, and 7044-270." msgstr "" -#: hardware.xml:1148 +#: hardware.xml:1145 #, no-c-format #. Tag: para msgid "The POWER4 processor is used in more recent IBM 64-bit server systems: known models include the pSeries 615, 630, 650, 655, 670, and 690." msgstr "" -#: hardware.xml:1153 +#: hardware.xml:1150 #, no-c-format #. Tag: para -msgid "The Apple G5 is also based on the POWER4 architecture, and uses this kernel flavour." +msgid "Systems using the Apple G5 (PPC970FX processor) are also based on the POWER4 architecture, and use this kernel flavour." msgstr "" -#: hardware.xml:1162 +#: hardware.xml:1159 #, no-c-format #. Tag: term -msgid "apus" +msgid "prep" msgstr "" -#: hardware.xml:1163 +#: hardware.xml:1160 #, no-c-format #. Tag: para -msgid "This kernel flavour supports the Amiga Power-UP System." +msgid "This kernel flavour supports the PReP subarchitecture." msgstr "" -#: hardware.xml:1175 +#: hardware.xml:1168 #, no-c-format -#. Tag: title -msgid "Power Macintosh (pmac) subarchitecture" +#. Tag: term +msgid "apus" msgstr "" -#: hardware.xml:1177 +#: hardware.xml:1169 #, no-c-format #. Tag: para -msgid "Apple (and briefly a few other manufacturers — Power Computing, for example) makes a series of Macintosh computers based on the PowerPC processor. For purposes of architecture support, they are categorized as NuBus, OldWorld PCI, and NewWorld." +msgid "This kernel flavour supports the Amiga Power-UP System, though it is currently disabled." msgstr "" -#: hardware.xml:1184 +#: hardware.xml:1182 #, no-c-format -#. Tag: para -msgid "Macintosh computers using the 680x0 series of processors are not in the PowerPC family but are instead m68k machines. Those models start with Mac II or have a 3-digit model number such as Centris 650 or Quadra 950. Apple's pre-iMac PowerPC model numbers have four digits." +#. Tag: title +msgid "Power Macintosh (pmac) subarchitecture" msgstr "" -#: hardware.xml:1191 +#: hardware.xml:1184 #, no-c-format #. Tag: para -msgid "NuBus systems are not currently supported by debian/powerpc. The monolithic Linux/PPC kernel architecture does not have support for these machines; instead, one must use the MkLinux Mach microkernel, which Debian does not yet support. These include the following: Power Macintosh 6100, 7100, 8100 Performa 5200, 6200, 6300 Powerbook 1400, 2300, and 5300 Workgroup Server 6150, 8150, 9150 A linux kernel for these machines and limited support is available at " +msgid "Apple (and briefly a few other manufacturers — Power Computing, for example) made a series of Macintosh computers based on the PowerPC processor. For purposes of architecture support, they are categorized as NuBus (not supported by Debian), OldWorld, and NewWorld." msgstr "" -#: hardware.xml:1224 +#: hardware.xml:1191 #, no-c-format #. Tag: para -msgid "OldWorld systems are most Power Macintoshes with a floppy drive and a PCI bus. Most 603, 603e, 604, and 604e based Power Macintoshes are OldWorld machines. The beige colored G3 systems are also OldWorld." +msgid "OldWorld systems are most Power Macintoshes with a floppy drive and a PCI bus. Most 603, 603e, 604, and 604e based Power Macintoshes are OldWorld machines. Those pre-iMac PowerPC models from Apple use a four digit naming scheme, except for the beige colored G3 systems, which are also OldWorld." msgstr "" -#: hardware.xml:1230 +#: hardware.xml:1199 #, no-c-format #. Tag: para -msgid "The so called NewWorld PowerMacs are any PowerMacs in translucent colored plastic cases. That includes all iMacs, iBooks, G4 systems, blue colored G3 systems, and most PowerBooks manufactured in and after 1999. The NewWorld PowerMacs are also known for using the ROM in RAM system for MacOS, and were manufactured from mid-1998 onwards." +msgid "The so called NewWorld PowerMacs are any PowerMacs in translucent colored plastic cases and later models. That includes all iMacs, iBooks, G4 systems, blue colored G3 systems, and most PowerBooks manufactured in and after 1999. The NewWorld PowerMacs are also known for using the ROM in RAM system for MacOS, and were manufactured from mid-1998 onwards." msgstr "" -#: hardware.xml:1238 +#: hardware.xml:1207 #, no-c-format #. Tag: para msgid "Specifications for Apple hardware are available at AppleSpec, and, for older hardware, AppleSpec Legacy." msgstr "" -#: hardware.xml:1254 hardware.xml:1389 hardware.xml:1433 hardware.xml:1462 +#: hardware.xml:1223 hardware.xml:1358 hardware.xml:1402 hardware.xml:1431 #, no-c-format #. Tag: entry msgid "Model Name/Number" msgstr "" -#: hardware.xml:1255 +#: hardware.xml:1224 #, no-c-format #. Tag: entry msgid "Generation" msgstr "" -#: hardware.xml:1261 +#: hardware.xml:1230 #, no-c-format #. Tag: entry msgid "Apple" msgstr "" -#: hardware.xml:1262 +#: hardware.xml:1231 #, no-c-format #. Tag: entry msgid "iMac Bondi Blue, 5 Flavors, Slot Loading" msgstr "" -#: hardware.xml:1263 hardware.xml:1266 hardware.xml:1269 hardware.xml:1272 hardware.xml:1275 hardware.xml:1278 hardware.xml:1281 hardware.xml:1284 hardware.xml:1287 hardware.xml:1290 hardware.xml:1293 hardware.xml:1296 hardware.xml:1299 hardware.xml:1302 hardware.xml:1305 hardware.xml:1308 +#: hardware.xml:1232 hardware.xml:1235 hardware.xml:1238 hardware.xml:1241 hardware.xml:1244 hardware.xml:1247 hardware.xml:1250 hardware.xml:1253 hardware.xml:1256 hardware.xml:1259 hardware.xml:1262 hardware.xml:1265 hardware.xml:1268 hardware.xml:1271 hardware.xml:1274 hardware.xml:1277 #, no-c-format #. Tag: entry msgid "NewWorld" msgstr "" -#: hardware.xml:1265 +#: hardware.xml:1234 #, no-c-format #. Tag: entry msgid "iMac Summer 2000, Early 2001" msgstr "" -#: hardware.xml:1268 +#: hardware.xml:1237 #, no-c-format #. Tag: entry msgid "iMac G5" msgstr "" -#: hardware.xml:1271 +#: hardware.xml:1240 #, no-c-format #. Tag: entry msgid "iBook, iBook SE, iBook Dual USB" msgstr "" -#: hardware.xml:1274 +#: hardware.xml:1243 #, no-c-format #. Tag: entry msgid "iBook2" msgstr "" -#: hardware.xml:1277 +#: hardware.xml:1246 #, no-c-format #. Tag: entry msgid "iBook G4" msgstr "" -#: hardware.xml:1280 +#: hardware.xml:1249 #, no-c-format #. Tag: entry msgid "Power Macintosh Blue and White (B&W) G3" msgstr "" -#: hardware.xml:1283 +#: hardware.xml:1252 #, no-c-format #. Tag: entry msgid "Power Macintosh G4 PCI, AGP, Cube" msgstr "" -#: hardware.xml:1286 +#: hardware.xml:1255 #, no-c-format #. Tag: entry msgid "Power Macintosh G4 Gigabit Ethernet" msgstr "" -#: hardware.xml:1289 +#: hardware.xml:1258 #, no-c-format #. Tag: entry msgid "Power Macintosh G4 Digital Audio, Quicksilver" msgstr "" -#: hardware.xml:1292 +#: hardware.xml:1261 #, no-c-format #. Tag: entry msgid "Power Macintosh G5" msgstr "" -#: hardware.xml:1295 +#: hardware.xml:1264 #, no-c-format #. Tag: entry msgid "PowerBook G3 FireWire Pismo (2000)" msgstr "" -#: hardware.xml:1298 +#: hardware.xml:1267 #, no-c-format #. Tag: entry msgid "PowerBook G3 Lombard (1999)" msgstr "" -#: hardware.xml:1301 +#: hardware.xml:1270 #, no-c-format #. Tag: entry msgid "PowerBook G4 Titanium" msgstr "" -#: hardware.xml:1304 +#: hardware.xml:1273 #, no-c-format #. Tag: entry msgid "PowerBook G4 Aluminum" msgstr "" -#: hardware.xml:1307 +#: hardware.xml:1276 #, no-c-format #. Tag: entry msgid "Xserve G5" msgstr "" -#: hardware.xml:1310 +#: hardware.xml:1279 #, no-c-format #. Tag: entry msgid "Performa 4400, 54xx, 5500" msgstr "" -#: hardware.xml:1311 hardware.xml:1314 hardware.xml:1317 hardware.xml:1320 hardware.xml:1323 hardware.xml:1326 hardware.xml:1329 hardware.xml:1332 hardware.xml:1335 hardware.xml:1338 hardware.xml:1341 hardware.xml:1344 hardware.xml:1350 hardware.xml:1353 hardware.xml:1359 hardware.xml:1365 hardware.xml:1371 +#: hardware.xml:1280 hardware.xml:1283 hardware.xml:1286 hardware.xml:1289 hardware.xml:1292 hardware.xml:1295 hardware.xml:1298 hardware.xml:1301 hardware.xml:1304 hardware.xml:1307 hardware.xml:1310 hardware.xml:1313 hardware.xml:1319 hardware.xml:1322 hardware.xml:1328 hardware.xml:1334 hardware.xml:1340 #, no-c-format #. Tag: entry msgid "OldWorld" msgstr "" -#: hardware.xml:1313 +#: hardware.xml:1282 #, no-c-format #. Tag: entry msgid "Performa 6360, 6400, 6500" msgstr "" -#: hardware.xml:1316 +#: hardware.xml:1285 #, no-c-format #. Tag: entry msgid "Power Macintosh 4400, 5400" msgstr "" -#: hardware.xml:1319 +#: hardware.xml:1288 #, no-c-format #. Tag: entry msgid "Power Macintosh 7200, 7300, 7500, 7600" msgstr "" -#: hardware.xml:1322 +#: hardware.xml:1291 #, no-c-format #. Tag: entry msgid "Power Macintosh 8200, 8500, 8600" msgstr "" -#: hardware.xml:1325 +#: hardware.xml:1294 #, no-c-format #. Tag: entry msgid "Power Macintosh 9500, 9600" msgstr "" -#: hardware.xml:1328 +#: hardware.xml:1297 #, no-c-format #. Tag: entry msgid "Power Macintosh (Beige) G3 Minitower" msgstr "" -#: hardware.xml:1331 +#: hardware.xml:1300 #, no-c-format #. Tag: entry msgid "Power Macintosh (Beige) Desktop, All-in-One" msgstr "" -#: hardware.xml:1334 +#: hardware.xml:1303 #, no-c-format #. Tag: entry msgid "PowerBook 2400, 3400, 3500" msgstr "" -#: hardware.xml:1337 +#: hardware.xml:1306 #, no-c-format #. Tag: entry msgid "PowerBook G3 Wallstreet (1998)" msgstr "" -#: hardware.xml:1340 +#: hardware.xml:1309 #, no-c-format #. Tag: entry msgid "Twentieth Anniversary Macintosh" msgstr "" -#: hardware.xml:1343 +#: hardware.xml:1312 #, no-c-format #. Tag: entry msgid "Workgroup Server 7250, 7350, 8550, 9650, G3" msgstr "" -#: hardware.xml:1348 +#: hardware.xml:1317 #, no-c-format #. Tag: entry msgid "Power Computing" msgstr "" -#: hardware.xml:1349 +#: hardware.xml:1318 #, no-c-format #. Tag: entry msgid "PowerBase, PowerTower / Pro, PowerWave" msgstr "" -#: hardware.xml:1352 +#: hardware.xml:1321 #, no-c-format #. Tag: entry msgid "PowerCenter / Pro, PowerCurve" msgstr "" -#: hardware.xml:1357 +#: hardware.xml:1326 #, no-c-format #. Tag: entry msgid "UMAX" msgstr "" -#: hardware.xml:1358 +#: hardware.xml:1327 #, no-c-format #. Tag: entry msgid "C500, C600, J700, S900" msgstr "" -#: hardware.xml:1363 +#: hardware.xml:1332 #, no-c-format #. Tag: entry msgid "APS" msgstr "" -#: hardware.xml:1364 +#: hardware.xml:1333 #, no-c-format #. Tag: entry msgid "APS Tech M*Power 604e/2000" msgstr "" -#: hardware.xml:1369 hardware.xml:1395 +#: hardware.xml:1338 hardware.xml:1364 #, no-c-format #. Tag: entry msgid "Motorola" msgstr "" -#: hardware.xml:1370 +#: hardware.xml:1339 #, no-c-format #. Tag: entry msgid "Starmax 3000, 4000, 5000, 5500" msgstr "" -#: hardware.xml:1379 +#: hardware.xml:1348 #, no-c-format #. Tag: title msgid "PReP subarchitecture" msgstr "" -#: hardware.xml:1396 +#: hardware.xml:1365 #, no-c-format #. Tag: entry msgid "Firepower, PowerStack Series E, PowerStack II" msgstr "" -#: hardware.xml:1398 +#: hardware.xml:1367 #, no-c-format #. Tag: entry msgid "MPC 7xx, 8xx" msgstr "" -#: hardware.xml:1400 +#: hardware.xml:1369 #, no-c-format #. Tag: entry msgid "MTX, MTX+" msgstr "" -#: hardware.xml:1402 +#: hardware.xml:1371 #, no-c-format #. Tag: entry msgid "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" msgstr "" -#: hardware.xml:1404 +#: hardware.xml:1373 #, no-c-format #. Tag: entry msgid "MCP(N)750" msgstr "" -#: hardware.xml:1408 hardware.xml:1439 +#: hardware.xml:1377 hardware.xml:1408 #, no-c-format #. Tag: entry msgid "IBM RS/6000" msgstr "" -#: hardware.xml:1409 +#: hardware.xml:1378 #, no-c-format #. Tag: entry msgid "40P, 43P" msgstr "" -#: hardware.xml:1411 +#: hardware.xml:1380 #, no-c-format #. Tag: entry msgid "Power 830/850/860 (6070, 6050)" msgstr "" -#: hardware.xml:1413 +#: hardware.xml:1382 #, no-c-format #. Tag: entry msgid "6030, 7025, 7043" msgstr "" -#: hardware.xml:1415 +#: hardware.xml:1384 #, no-c-format #. Tag: entry msgid "p640" msgstr "" -#: hardware.xml:1423 +#: hardware.xml:1392 #, no-c-format #. Tag: title msgid "CHRP subarchitecture" msgstr "" -#: hardware.xml:1440 +#: hardware.xml:1409 #, no-c-format #. Tag: entry msgid "B50, 43P-150, 44P" msgstr "" -#: hardware.xml:1443 +#: hardware.xml:1412 #, no-c-format #. Tag: entry msgid "Genesi" msgstr "" -#: hardware.xml:1444 +#: hardware.xml:1413 #, no-c-format #. Tag: entry msgid "Pegasos I, Pegasos II" msgstr "" -#: hardware.xml:1452 +#: hardware.xml:1421 #, no-c-format #. Tag: title msgid "APUS subarchitecture" msgstr "" -#: hardware.xml:1468 +#: hardware.xml:1437 #, no-c-format #. Tag: entry msgid "Amiga Power-UP Systems (APUS)" msgstr "" -#: hardware.xml:1469 +#: hardware.xml:1438 #, no-c-format #. Tag: entry msgid "A1200, A3000, A4000" msgstr "" -#: hardware.xml:1482 +#: hardware.xml:1446 +#, no-c-format +#. Tag: title +msgid "Nubus PowerMac subarchitecture (unsupported)" +msgstr "" + +#: hardware.xml:1448 +#, no-c-format +#. Tag: para +msgid "NuBus systems are not currently supported by Debian/powerpc. The monolithic Linux/PPC kernel architecture does not have support for these machines; instead, one must use the MkLinux Mach microkernel, which Debian does not yet support. These include the following: Power Macintosh 6100, 7100, 8100 Performa 5200, 6200, 6300 Powerbook 1400, 2300, and 5300 Workgroup Server 6150, 8150, 9150 A linux kernel for these machines and limited support is available at ." +msgstr "" + +#: hardware.xml:1485 +#, no-c-format +#. Tag: title +msgid "Non-PowerPC Macs" +msgstr "" + +#: hardware.xml:1487 +#, no-c-format +#. Tag: para +msgid "Macintosh computers using the 680x0 series of processors are not in the PowerPC family but are instead m68k machines. Those models start with Mac II series, go on to the LC family, then the Centris series, and culminate in the Quadras and Performas. These models usually have a Roman numeral or 3-digit model number such as Mac IIcx, LCIII or Quadra 950. This model range started with the Mac II (Mac II, IIx, IIcx, IIci, IIsi, IIvi, IIvx, IIfx), then the LC (LC, LCII, III, III+, 475, 520, 550, 575, 580, 630), then the Mac TV, then the Centris (610, 650, 660AV), the Quadra (605, 610, 630, 650, 660AV, 700, 800, 840AV, 900, 950), and finally the Performa 200-640CD. In laptops, it started with the Mac Portable, then the PowerBook 100-190cs and the PowerBook Duo 210-550c (excluding PowerBook 500 which is Nubus, please see the section above)." +msgstr "" + +#: hardware.xml:1520 #, no-c-format #. Tag: title msgid "S/390 and zSeries machine types" msgstr "" -#: hardware.xml:1483 +#: hardware.xml:1521 #, no-c-format #. Tag: para msgid "Complete information regarding supported S/390 and zSeries machines can be found in IBM's Redbook Linux for IBM eServer zSeries and S/390: Distributions in chapter 2.1 or at the technical details web page at developerWorks. In short, G5, Multiprise 3000, G6 and all zSeries are fully supported; Multiprise 2000, G3 and G4 machines are supported with IEEE floating point emulation and thus degraded performance." msgstr "" -#: hardware.xml:1506 +#: hardware.xml:1544 #, no-c-format #. Tag: para msgid "Currently the &architecture; port supports several types of Sparc systems. The most common identifiers for Sparc systems are sun4, sun4c, sun4m, sun4d and sun4u. Currently we do not support very old sun4 hardware. However, the other systems are supported. Sun4d has been tested the least of these, so expect possible problems with regard to the kernel stability. Sun4c and Sun4m, the most common of the older Sparc hardware, includes such systems as SparcStation 1, 1+, IPC, IPX and the SparcStation LX, 5, 10, and 20, respectively. The UltraSPARC class systems fall under the sun4u identifier, and are supported using the sun4u set of install images. Some systems that fall under these supported identifiers are known to not be supported. Known unsupported systems are the AP1000 multicomputer and the Tadpole Sparcbook 1. See the Linux for SPARCProcessors FAQ for complete information." msgstr "" -#: hardware.xml:1526 +#: hardware.xml:1564 #, no-c-format #. Tag: title msgid "Memory Configuration" msgstr "" -#: hardware.xml:1527 +#: hardware.xml:1565 #, no-c-format #. Tag: para msgid "Some older Sun workstations, notably the Sun IPX and Sun IPC have memory banks located at fixed locations in physical memory. Thus if the banks are not filled gaps will exist in the physical memory space. The Linux installation requires a contiguous memory block into which to load the kernel and the initial RAMdisk. If this is not available a Data Access Exception will result." msgstr "" -#: hardware.xml:1536 +#: hardware.xml:1574 #, no-c-format #. Tag: para msgid "Thus you must configure the memory so that the lowest memory block is contiguous for at least 8Mb. In the IPX and IPC cited above, memory banks are mapped in at 16Mb boundaries. In effect this means that you must have a sufficiently large SIMM in bank zero to hold the kernel and RAMdisk. In this case 4Mb is not sufficient." msgstr "" -#: hardware.xml:1544 +#: hardware.xml:1582 #, no-c-format #. Tag: para msgid "Example: In a Sun IPX you have a 16Mb SIMM and a 4Mb SIMM. There are four SIMM banks (0,1,2,3). [Bank zero is that furthest away from the SBUS connectors]. You must therefore install the 16Mb SIMM in bank 0; it is then recommended to install the 4Mb SIMM in bank 2." msgstr "" -#: hardware.xml:1555 +#: hardware.xml:1593 #, no-c-format #. Tag: title msgid "Graphics Configuration" msgstr "" -#: hardware.xml:1556 +#: hardware.xml:1594 #, no-c-format #. Tag: para msgid "Especially in the case of older Sun workstations, it is very common for there to be an onboard framebuffer which has been superseded (for example the bwtwo on a sun IPC), and an SBUS card containing a later probably accelerated buffer is then plugged in to an SBUS slot. Under Solaris/SunOS this causes no problems because both cards are initialized." msgstr "" -#: hardware.xml:1565 +#: hardware.xml:1603 #, no-c-format #. Tag: para msgid "However with Linux this can cause a problem, in that the boot PROM monitor may display its output on this additional card; however the linux kernel boot messages may then be directed to the original on board framebuffer, leaving no error messages on the screen, with the machine apparently stuck loading the RAMdisk." msgstr "" -#: hardware.xml:1573 +#: hardware.xml:1611 #, no-c-format #. Tag: para msgid "To avoid this problem, connect the monitor (if required) to the video card in the lowest numbered SBUS slot (on motherboard card counts as below external slots). Alternatively it is possible to use a serial console." msgstr "" -#: hardware.xml:1585 +#: hardware.xml:1623 #, no-c-format #. Tag: title msgid "Graphics Card" msgstr "" -#: hardware.xml:1587 +#: hardware.xml:1625 #, no-c-format #. Tag: para msgid "You should be using a VGA-compatible display interface for the console terminal. Nearly every modern display card is compatible with VGA. Ancient standards such CGA, MDA, or HGA should also work, assuming you do not require X11 support. Note that X11 is not used during the installation process described in this document." msgstr "" -#: hardware.xml:1595 +#: hardware.xml:1633 #, no-c-format #. Tag: para msgid "Debian's support for graphical interfaces is determined by the underlying support found in X.Org's X11 system. Most AGP, PCI and PCIe video cards work under X.Org. Details on supported graphics buses, cards, monitors, and pointing devices can be found at . Debian &release; ships with X.Org version &x11ver;." msgstr "" -#: hardware.xml:1604 +#: hardware.xml:1642 #, no-c-format #. Tag: para msgid "The X.Org X11 window system is only supported on the SGI Indy and the O2. The Broadcom BCM91250A and BCM91480B evaluation boards have standard 3.3v PCI slots and support VGA emulation or Linux framebuffer on a selected range of graphics cards. A compatibility listing for Broadcom evaluation boards is available." msgstr "" -#: hardware.xml:1613 +#: hardware.xml:1651 #, no-c-format #. Tag: para msgid "The X.Org X11 window system is supported on some DECstation models. The Broadcom BCM91250A and BCM91480B evaluation boards have standard 3.3v PCI slots and support VGA emulation or Linux framebuffer on a selected range of graphics cards. A compatibility listing for Broadcom evaluation boards is available." msgstr "" -#: hardware.xml:1625 +#: hardware.xml:1663 #, no-c-format #. Tag: title msgid "Laptops" msgstr "" -#: hardware.xml:1626 +#: hardware.xml:1664 #, no-c-format #. Tag: para msgid "Laptops are also supported. Laptops are often specialized or contain proprietary hardware. To see if your particular laptop works well with GNU/Linux, see the Linux Laptop pages" msgstr "" -#: hardware.xml:1638 hardware.xml:1663 hardware.xml:1686 +#: hardware.xml:1676 hardware.xml:1701 hardware.xml:1724 #, no-c-format #. Tag: title msgid "Multiple Processors" msgstr "" -#: hardware.xml:1640 +#: hardware.xml:1678 #, no-c-format #. Tag: para msgid "Multi-processor support — also called symmetric multi-processing or SMP — is available for this architecture. The standard Debian &release; kernel image was compiled with SMP support. This should not prevent installation, since the SMP kernel should boot on non-SMP systems; the kernel will simply cause a bit more overhead." msgstr "" -#: hardware.xml:1648 +#: hardware.xml:1686 #, no-c-format #. Tag: para msgid "In order to optimize the kernel for single CPU systems, you'll have to replace the standard Debian kernel. You can find a discussion of how to do this in . At this time (kernel version &kernelversion;) the way you disable SMP is to deselect &smp-config-option; in the &smp-config-section; section of the kernel config." msgstr "" -#: hardware.xml:1664 +#: hardware.xml:1702 #, no-c-format #. Tag: para msgid "Multi-processor support — also called symmetric multi-processing or SMP — is available for this architecture. However, the standard Debian &release; kernel image does not support SMP. This should not prevent installation, since the standard, non-SMP kernel should boot on SMP systems; the kernel will simply use the first CPU." msgstr "" -#: hardware.xml:1673 +#: hardware.xml:1711 #, no-c-format #. Tag: para msgid "In order to take advantage of multiple processors, you'll have to replace the standard Debian kernel. You can find a discussion of how to do this in . At this time (kernel version &kernelversion;) the way you enable SMP is to select &smp-config-option; in the &smp-config-section; section of the kernel config." msgstr "" -#: hardware.xml:1687 +#: hardware.xml:1725 #, no-c-format #. Tag: para msgid "Multi-processor support — also called symmetric multi-processing or SMP — is available for this architecture, and is supported by a precompiled Debian kernel image. Depending on your install media, this SMP-capable kernel may or may not be installed by default. This should not prevent installation, since the standard, non-SMP kernel should boot on SMP systems; the kernel will simply use the first CPU." msgstr "" -#: hardware.xml:1697 +#: hardware.xml:1735 #, no-c-format #. Tag: para msgid "In order to take advantage of multiple processors, you should check to see if a kernel package that supports SMP is installed, and if not, choose an appropriate kernel package. You can also build your own customized kernel to support SMP. You can find a discussion of how to do this in . At this time (kernel version &kernelversion;) the way you enable SMP is to select &smp-config-option; in the &smp-config-section; section of the kernel config." msgstr "" -#: hardware.xml:1718 +#: hardware.xml:1756 #, no-c-format #. Tag: title msgid "Installation Media" msgstr "" -#: hardware.xml:1720 +#: hardware.xml:1758 #, no-c-format #. Tag: para msgid "This section will help you determine which different media types you can use to install Debian. For example, if you have a floppy disk drive on your machine, it can be used to install Debian. There is a whole chapter devoted media, , which lists the advantages and disadvantages of each media type. You may want to refer back to this page once you reach that section." msgstr "" -#: hardware.xml:1731 +#: hardware.xml:1769 #, no-c-format #. Tag: title msgid "Floppies" msgstr "" -#: hardware.xml:1732 +#: hardware.xml:1770 #, no-c-format #. Tag: para msgid "In some cases, you'll have to do your first boot from floppy disks. Generally, all you will need is a high-density (1440 kilobytes) 3.5 inch floppy drive." msgstr "" -#: hardware.xml:1738 +#: hardware.xml:1776 #, no-c-format #. Tag: para msgid "For CHRP, floppy support is currently broken." msgstr "" -#: hardware.xml:1745 +#: hardware.xml:1783 #, no-c-format #. Tag: title msgid "CD-ROM/DVD-ROM" msgstr "" -#: hardware.xml:1747 +#: hardware.xml:1785 #, no-c-format #. Tag: para msgid "Whenever you see CD-ROM in this manual, it applies to both CD-ROMs and DVD-ROMs, because both technologies are really the same from the operating system's point of view, except for some very old nonstandard CD-ROM drives which are neither SCSI nor IDE/ATAPI." msgstr "" -#: hardware.xml:1754 +#: hardware.xml:1792 #, no-c-format #. Tag: para msgid "CD-ROM based installation is supported for some architectures. On machines which support bootable CD-ROMs, you should be able to do a completely floppy-less tape-less installation. Even if your system doesn't support booting from a CD-ROM, you can use the CD-ROM in conjunction with the other techniques to install your system, once you've booted up by other means; see ." msgstr "" -#: hardware.xml:1766 +#: hardware.xml:1804 #, no-c-format #. Tag: para msgid "Both SCSI and IDE/ATAPI CD-ROMs are supported. In addition, all non-standard CD interfaces supported by Linux are supported by the boot disks (such as Mitsumi and Matsushita drives). However, these models might require special boot parameters or other massaging to get them to work, and booting off these non-standard interfaces is unlikely. The Linux CD-ROM HOWTO contains in-depth information on using CD-ROMs with Linux." msgstr "" -#: hardware.xml:1776 +#: hardware.xml:1814 #, no-c-format #. Tag: para msgid "USB CD-ROM drives are also supported, as are FireWire devices that are supported by the ohci1394 and sbp2 drivers." msgstr "" -#: hardware.xml:1781 +#: hardware.xml:1819 #, no-c-format #. Tag: para msgid "Both SCSI and IDE/ATAPI CD-ROMs are supported on &arch-title;, as long as the controller is supported by the SRM console. This rules out many add-on controller cards, but most integrated IDE and SCSI chips and controller cards that were provided by the manufacturer can be expected to work. To find out whether your device is supported from the SRM console, see the SRM HOWTO." msgstr "" -#: hardware.xml:1790 +#: hardware.xml:1828 #, no-c-format #. Tag: para msgid "IDE/ATAPI CD-ROMs are supported on all ARM machines. On RiscPCs, SCSI CD-ROMs are also supported." msgstr "" -#: hardware.xml:1795 +#: hardware.xml:1833 #, no-c-format #. Tag: para msgid "On SGI machines, booting from CD-ROM requires a SCSI CD-ROM drive capable of working with a logical blocksize of 512 bytes. Many of the SCSI CD-ROM drives sold on the PC market do not have this capability. If your CD-ROM drive has a jumper labeled Unix/PC or 512/2048, place it in the Unix or 512 position. To start the install, simply choose the System installation entry in the firmware. The Broadcom BCM91250A supports standard IDE devices, including CD-ROM drives, but CD images for this platform are currently not provided because the firmware doesn't recognize CD drives. In order to install Debian on an Broadcom BCM91480B evaluation board, you need an PCI IDE, SATA or SCSI card." msgstr "" -#: hardware.xml:1810 +#: hardware.xml:1848 #, no-c-format #. Tag: para msgid "On DECstations, booting from CD-ROM requires a SCSI CD-ROM drive capable of working with a logical blocksize of 512 bytes. Many of the SCSI CD-ROM drives sold on the PC market do not have this capability. If your CD-ROM drive has a jumper labeled Unix/PC or 512/2048, place it in the Unix or 512 position." msgstr "" -#: hardware.xml:1819 +#: hardware.xml:1857 #, no-c-format #. Tag: para msgid "CD 1 contains the installer for the r3k-kn02 subarchitecture (the R3000-based DECstations 5000/1xx and 5000/240 as well as the R3000-based Personal DECstation models), CD 2 the installer for the r4k-kn04 subarchitecture (the R4x00-based DECstations 5000/150 and 5000/260 as well as the Personal DECstation 5000/50)." msgstr "" -#: hardware.xml:1828 +#: hardware.xml:1866 #, no-c-format #. Tag: para msgid "To boot from CD, issue the command boot #/rzid on the firmware prompt, where # is the number of the TurboChannel device from which to boot (3 on most DECstations) and id is the SCSI ID of the CD-ROM drive. If you need to pass additional parameters, they can optionally be appended with the following syntax:" msgstr "" -#: hardware.xml:1840 +#: hardware.xml:1878 #, no-c-format #. Tag: userinput msgid "boot #/rzid param1=value1 param2=value2 ..." msgstr "" -#: hardware.xml:1847 +#: hardware.xml:1885 #, no-c-format #. Tag: title msgid "Hard Disk" msgstr "" -#: hardware.xml:1849 +#: hardware.xml:1887 #, no-c-format #. Tag: para msgid "Booting the installation system directly from a hard disk is another option for many architectures. This will require some other operating system to load the installer onto the hard disk." msgstr "" -#: hardware.xml:1855 +#: hardware.xml:1893 #, no-c-format #. Tag: para msgid "In fact, installation from your local disk is the preferred installation technique for most &architecture; machines." msgstr "" -#: hardware.xml:1860 +#: hardware.xml:1898 #, no-c-format #. Tag: para msgid "Although the &arch-title; does not allow booting from SunOS (Solaris), you can install from a SunOS partition (UFS slices)." msgstr "" -#: hardware.xml:1868 +#: hardware.xml:1906 #, no-c-format #. Tag: title msgid "USB Memory Stick" msgstr "" -#: hardware.xml:1870 +#: hardware.xml:1908 #, no-c-format #. Tag: para msgid "Many Debian boxes need their floppy and/or CD-ROM drives only for setting up the system and for rescue purposes. If you operate some servers, you will probably already have thought about omitting those drives and using an USB memory stick for installing and (when necessary) for recovering the system. This is also useful for small systems which have no room for unnecessary drives." msgstr "" -#: hardware.xml:1882 +#: hardware.xml:1920 #, no-c-format #. Tag: title msgid "Network" msgstr "" -#: hardware.xml:1884 +#: hardware.xml:1922 #, no-c-format #. Tag: para msgid "You can also boot your system over the network. This is the preferred installation technique for Mips." msgstr "" -#: hardware.xml:1890 +#: hardware.xml:1928 #, no-c-format #. Tag: para msgid "Diskless installation, using network booting from a local area network and NFS-mounting of all local filesystems, is another option." msgstr "" -#: hardware.xml:1895 +#: hardware.xml:1933 #, no-c-format #. Tag: para msgid "After the operating system kernel is installed, you can install the rest of your system via any sort of network connection (including PPP after installation of the base system), via FTP or HTTP." msgstr "" -#: hardware.xml:1904 +#: hardware.xml:1942 #, no-c-format #. Tag: title msgid "Un*x or GNU system" msgstr "" -#: hardware.xml:1906 +#: hardware.xml:1944 #, no-c-format #. Tag: para msgid "If you are running another Unix-like system, you could use it to install &debian; without using the &d-i; described in the rest of the manual. This kind of install may be useful for users with otherwise unsupported hardware or on hosts which can't afford downtime. If you are interested in this technique, skip to the ." msgstr "" -#: hardware.xml:1918 +#: hardware.xml:1956 #, no-c-format #. Tag: title msgid "Supported Storage Systems" msgstr "" -#: hardware.xml:1920 +#: hardware.xml:1958 #, no-c-format #. Tag: para msgid "The Debian boot disks contain a kernel which is built to maximize the number of systems it runs on. Unfortunately, this makes for a larger kernel, which includes many drivers that won't be used for your machine (see to learn how to build your own kernel). Support for the widest possible range of devices is desirable in general, to ensure that Debian can be installed on the widest array of hardware." msgstr "" -#: hardware.xml:1930 +#: hardware.xml:1968 #, no-c-format #. Tag: para msgid "Generally, the Debian installation system includes support for floppies, IDE drives, IDE floppies, parallel port IDE devices, SCSI controllers and drives, USB, and FireWire. The supported file systems include FAT, Win-32 FAT extensions (VFAT) and NTFS." msgstr "" -#: hardware.xml:1937 +#: hardware.xml:1975 #, no-c-format #. Tag: para msgid "Disk interfaces that emulate the AT hard disk interface — often called MFM, RLL, IDE, or ATA — are supported. Very old 8–bit hard disk controllers used in the IBM XT computer are supported only as a module. SCSI disk controllers from many different manufacturers are supported. See the Linux Hardware Compatibility HOWTO for more details." msgstr "" -#: hardware.xml:1947 +#: hardware.xml:1985 #, no-c-format #. Tag: para msgid "Pretty much all storage systems supported by the Linux kernel are supported by the Debian installation system. Note that the current Linux kernel does not support floppies on the Macintosh at all, and the Debian installation system doesn't support floppies for Amigas. Also supported on the Atari is the Macintosh HFS system, and AFFS as a module. Macs support the Atari (FAT) file system. Amigas support the FAT file system, and HFS as a module." msgstr "" -#: hardware.xml:1957 +#: hardware.xml:1995 #, no-c-format #. Tag: para msgid "Any storage system supported by the Linux kernel is also supported by the boot system. The following SCSI drivers are supported in the default kernel: Sparc ESP PTI Qlogic,ISP Adaptec AIC7xxx NCR and Symbios 53C8XX IDE systems (such as the UltraSPARC 5) are also supported. See Linux for SPARC Processors FAQ for more information on SPARC hardware supported by the Linux kernel." msgstr "" -#: hardware.xml:1990 +#: hardware.xml:2028 #, no-c-format #. Tag: para msgid "Any storage system supported by the Linux kernel is also supported by the boot system. This includes both SCSI and IDE disks. Note, however, that on many systems, the SRM console is unable to boot from IDE drives, and the Jensen is unable to boot from floppies. (see for more information on booting the Jensen)" msgstr "" -#: hardware.xml:1999 +#: hardware.xml:2037 #, no-c-format #. Tag: para msgid "Any storage system supported by the Linux kernel is also supported by the boot system. Note that the current Linux kernel does not support floppies on CHRP systems at all." msgstr "" -#: hardware.xml:2005 +#: hardware.xml:2043 #, no-c-format #. Tag: para msgid "Any storage system supported by the Linux kernel is also supported by the boot system. Note that the current Linux kernel does not support the floppy drive." msgstr "" -#: hardware.xml:2011 +#: hardware.xml:2049 #, no-c-format #. Tag: para msgid "Any storage system supported by the Linux kernel is also supported by the boot system." msgstr "" -#: hardware.xml:2016 +#: hardware.xml:2054 #, no-c-format #. Tag: para msgid "Any storage system supported by the Linux kernel is also supported by the boot system. This means that FBA and ECKD DASDs are supported with the old Linux disk layout (ldl) and the new common S/390 disk layout (cdl)." msgstr "" -#: hardware.xml:2033 +#: hardware.xml:2071 #, no-c-format #. Tag: title msgid "Peripherals and Other Hardware" msgstr "" -#: hardware.xml:2034 +#: hardware.xml:2072 #, no-c-format #. Tag: para msgid "Linux supports a large variety of hardware devices such as mice, printers, scanners, PCMCIA and USB devices. However, most of these devices are not required while installing the system." msgstr "" -#: hardware.xml:2040 +#: hardware.xml:2078 #, no-c-format #. Tag: para msgid "USB hardware generally works fine, only some USB keyboards may require additional configuration (see )." msgstr "" -#: hardware.xml:2046 +#: hardware.xml:2084 #, no-c-format #. Tag: para msgid "Again, see the Linux Hardware Compatibility HOWTO to determine whether your specific hardware is supported by Linux." msgstr "" -#: hardware.xml:2052 +#: hardware.xml:2090 #, no-c-format #. Tag: para msgid "Package installations from XPRAM and tape are not supported by this system. All packages that you want to install need to be available on a DASD or over the network using NFS, HTTP or FTP." msgstr "" -#: hardware.xml:2058 +#: hardware.xml:2096 #, no-c-format #. Tag: para msgid "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 bit PCI slots as well as USB connectors. The Broadcom BCM91480B evaluation board features four 64 bit PCI slots." msgstr "" -#: hardware.xml:2064 +#: hardware.xml:2102 #, no-c-format #. Tag: para msgid "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 bit PCI slots as well as USB connectors. The Broadcom BCM91480B evaluation board features four 64 bit PCI slots. The Cobalt RaQ has no support for additional devices but the Qube has one PCI slot." msgstr "" -#: hardware.xml:2074 +#: hardware.xml:2112 #, no-c-format #. Tag: title msgid "Purchasing Hardware Specifically for GNU/Linux" msgstr "" -#: hardware.xml:2076 +#: hardware.xml:2114 #, no-c-format #. Tag: para msgid "There are several vendors, who ship systems with Debian or other distributions of GNU/Linux pre-installed. You might pay more for the privilege, but it does buy a level of peace of mind, since you can be sure that the hardware is well-supported by GNU/Linux." msgstr "" -#: hardware.xml:2084 +#: hardware.xml:2122 #, no-c-format #. Tag: para msgid "Unfortunately, it's quite rare to find any vendor shipping new &arch-title; machines at all." msgstr "" -#: hardware.xml:2089 +#: hardware.xml:2127 #, no-c-format #. Tag: para msgid "If you do have to buy a machine with Windows bundled, carefully read the software license that comes with Windows; you may be able to reject the license and obtain a rebate from your vendor. Searching the Internet for windows refund may get you some useful information to help with that." msgstr "" -#: hardware.xml:2097 +#: hardware.xml:2135 #, no-c-format #. Tag: para msgid "Whether or not you are purchasing a system with Linux bundled, or even a used system, it is still important to check that your hardware is supported by the Linux kernel. Check if your hardware is listed in the references found above. Let your salesperson (if any) know that you're shopping for a Linux system. Support Linux-friendly hardware vendors." msgstr "" -#: hardware.xml:2108 +#: hardware.xml:2146 #, no-c-format #. Tag: title msgid "Avoid Proprietary or Closed Hardware" msgstr "" -#: hardware.xml:2109 +#: hardware.xml:2147 #, no-c-format #. Tag: para msgid "Some hardware manufacturers simply won't tell us how to write drivers for their hardware. Others won't allow us access to the documentation without a non-disclosure agreement that would prevent us from releasing the Linux source code." msgstr "" -#: hardware.xml:2116 +#: hardware.xml:2154 #, no-c-format #. Tag: para msgid "Another example is the proprietary hardware in the older Macintosh line. In fact, no specifications or documentation have ever been released for any Macintosh hardware, most notably the ADB controller (used by the mouse and keyboard), the floppy controller, and all acceleration and CLUT manipulation of the video hardware (though we do now support CLUT manipulation on nearly all internal video chips). In a nutshell, this explains why the Macintosh Linux port lags behind other Linux ports." msgstr "" -#: hardware.xml:2127 +#: hardware.xml:2165 #, no-c-format #. Tag: para msgid "Since we haven't been granted access to the documentation on these devices, they simply won't work under Linux. You can help by asking the manufacturers of such hardware to release the documentation. If enough people ask, they will realize that the free software community is an important market." msgstr "" -#: hardware.xml:2139 +#: hardware.xml:2177 #, no-c-format #. Tag: title msgid "Windows-specific Hardware" msgstr "" -#: hardware.xml:2140 +#: hardware.xml:2178 #, no-c-format #. Tag: para msgid "A disturbing trend is the proliferation of Windows-specific modems and printers. In some cases these are specially designed to be operated by the Microsoft Windows operating system and bear the legend WinModem or Made especially for Windows-based computers. This is generally done by removing the embedded processors of the hardware and shifting the work they do over to a Windows driver that is run by your computer's main CPU. This strategy makes the hardware less expensive, but the savings are often not passed on to the user and this hardware may even be more expensive than equivalent devices that retain their embedded intelligence." msgstr "" -#: hardware.xml:2153 +#: hardware.xml:2191 #, no-c-format #. Tag: para msgid "You should avoid Windows-specific hardware for two reasons. The first is that the manufacturers do not generally make the resources available to write a Linux driver. Generally, the hardware and software interface to the device is proprietary, and documentation is not available without a non-disclosure agreement, if it is available at all. This precludes its being used for free software, since free software writers disclose the source code of their programs. The second reason is that when devices like these have had their embedded processors removed, the operating system must perform the work of the embedded processors, often at real-time priority, and thus the CPU is not available to run your programs while it is driving these devices. Since the typical Windows user does not multi-process as intensively as a Linux user, the manufacturers hope that the Windows user simply won't notice the burden this hardware places on their CPU. However, any multi-processing operating system, even Windows 2000 or XP, suffers from degraded performance when peripheral manufacturers skimp on the embedded processing power of their hardware." msgstr "" -#: hardware.xml:2174 +#: hardware.xml:2212 #, no-c-format #. Tag: para msgid "You can help improve this situation by encouraging these manufacturers to release the documentation and other resources necessary for us to program their hardware, but the best strategy is simply to avoid this sort of hardware until it is listed as working in the Linux Hardware Compatibility HOWTO." msgstr "" -#: hardware.xml:2187 +#: hardware.xml:2225 #, no-c-format #. Tag: title msgid "Fake or Virtual Parity RAM" msgstr "" -#: hardware.xml:2188 +#: hardware.xml:2226 #, no-c-format #. Tag: para msgid "If you ask for Parity RAM in a computer store, you'll probably get virtual parity memory modules instead of true parity ones. Virtual parity SIMMs can often (but not always) be distinguished because they only have one more chip than an equivalent non-parity SIMM, and that one extra chip is smaller than all the others. Virtual-parity SIMMs work exactly like non-parity memory. They can't tell you when you have a single-bit RAM error the way true-parity SIMMs do in a motherboard that implements parity. Don't ever pay more for a virtual-parity SIMM than a non-parity one. Do expect to pay a little more for true-parity SIMMs, because you are actually buying one extra bit of memory for every 8 bits." msgstr "" -#: hardware.xml:2203 +#: hardware.xml:2241 #, no-c-format #. Tag: para msgid "If you want complete information on &arch-title; RAM issues, and what is the best RAM to buy, see the PC Hardware FAQ." msgstr "" -#: hardware.xml:2209 +#: hardware.xml:2247 #, no-c-format #. Tag: para msgid "Most, if not all, Alpha systems require true-parity RAM." msgstr "" -#: hardware.xml:2224 +#: hardware.xml:2262 #, no-c-format #. Tag: title msgid "Memory and Disk Space Requirements" msgstr "" -#: hardware.xml:2226 +#: hardware.xml:2264 #, no-c-format #. Tag: para msgid "You must have at least &minimum-memory; of memory and &minimum-fs-size; of hard disk space. For a minimal console-based system (all standard packages), 250MB is required. If you want to install a reasonable amount of software, including the X Window System, and some development programs and libraries, you'll need at least 400MB. For a more or less complete desktop system, you'll need a few gigabytes." msgstr "" -#: hardware.xml:2235 +#: hardware.xml:2273 #, no-c-format #. Tag: para msgid "On the Amiga the size of FastRAM is relevant towards the total memory requirements. Also, using Zorro cards with 16-bit RAM is not supported; you'll need 32-bit RAM. The amiboot program can be used to disable 16-bit RAM; see the Linux/m68k FAQ. Recent kernels should disable 16-bit RAM automatically." msgstr "" -#: hardware.xml:2244 +#: hardware.xml:2282 #, no-c-format #. Tag: para msgid "On the Atari, both ST-RAM and Fast RAM (TT-RAM) are used by Linux. Many users have reported problems running the kernel itself in Fast RAM, so the Atari bootstrap will place the kernel in ST-RAM. The minimum requirement for ST-RAM is 2 MB. You will need an additional 12 MB or more of TT-RAM." msgstr "" -#: hardware.xml:2252 +#: hardware.xml:2290 #, no-c-format #. Tag: para msgid "On the Macintosh, care should be taken on machines with RAM-based video (RBV). The RAM segment at physical address 0 is used as screen memory, making the default load position for the kernel unavailable. The alternate RAM segment used for kernel and RAMdisk must be at least 4 MB." msgstr "" -#: hardware.xml:2262 +#: hardware.xml:2300 #, no-c-format #. Tag: emphasis msgid "FIXME: is this still true?" msgstr "" -#: hardware.xml:2273 +#: hardware.xml:2311 #, no-c-format #. Tag: title msgid "Network Connectivity Hardware" msgstr "" -#: hardware.xml:2275 +#: hardware.xml:2313 #, no-c-format #. Tag: para msgid "Most PCI and many older ISA network cards are supported. Some network interface cards are not supported by most Debian installation disks, such as AX.25 cards and protocols; NI16510 EtherBlaster cards; Schneider & Koch G16 cards; and the Zenith Z-Note built-in network card. Microchannel (MCA) network cards are not supported by the standard installation system, but see Linux on MCA for some (old) instructions. FDDI networks are also not supported by the installation disks, both cards and protocols." msgstr "" -#: hardware.xml:2294 +#: hardware.xml:2332 #, no-c-format #. Tag: para msgid "As for ISDN, the D-channel protocol for the (old) German 1TR6 is not supported; Spellcaster BRI ISDN boards are also not supported by the &d-i;." msgstr "" -#: hardware.xml:2302 +#: hardware.xml:2340 #, no-c-format #. Tag: para msgid "Any network interface card (NIC) supported by the Linux kernel should also be supported by the boot disks. You may need to load your network driver as a module. Again, see for complete details." msgstr "" -#: hardware.xml:2311 +#: hardware.xml:2349 #, no-c-format #. Tag: para msgid "The following network interface cards (NICs) are supported from the bootable kernel directly:" msgstr "" -#: hardware.xml:2317 +#: hardware.xml:2355 #, no-c-format #. Tag: para msgid "Sun LANCE" msgstr "" -#: hardware.xml:2323 +#: hardware.xml:2361 #, no-c-format #. Tag: para msgid "Sun Happy Meal" msgstr "" -#: hardware.xml:2331 +#: hardware.xml:2369 #, no-c-format #. Tag: para msgid "The following network interface cards are supported as modules. They can be enabled once the drivers are installed during the setup. However, due to the magic of OpenPROM, you still should be able to boot from these devices:" msgstr "" -#: hardware.xml:2339 +#: hardware.xml:2377 #, no-c-format #. Tag: para msgid "Sun BigMAC" msgstr "" -#: hardware.xml:2345 +#: hardware.xml:2383 #, no-c-format #. Tag: para msgid "Sun QuadEthernet" msgstr "" -#: hardware.xml:2350 +#: hardware.xml:2388 #, no-c-format #. Tag: para msgid "MyriCOM Gigabit Ethernet" msgstr "" -#: hardware.xml:2357 hardware.xml:2363 hardware.xml:2369 hardware.xml:2375 hardware.xml:2381 +#: hardware.xml:2395 hardware.xml:2401 hardware.xml:2407 hardware.xml:2413 hardware.xml:2419 #, no-c-format #. Tag: para msgid "Any network interface card (NIC) supported by the Linux kernel should also be supported by the boot disks. You may need to load your network driver as a module." msgstr "" -#: hardware.xml:2387 +#: hardware.xml:2425 #, no-c-format #. Tag: para msgid "Due to kernel limitations only the onboard network interfaces on DECstations are supported, TurboChannel option network cards currently do not work." msgstr "" -#: hardware.xml:2393 +#: hardware.xml:2431 #, no-c-format #. Tag: para msgid "Any network interface card (NIC) supported by the Linux kernel is also be supported by the boot disks. All network drivers are compiled as modules so you need to load one first during the initial network setup. The list of supported network devices is:" msgstr "" -#: hardware.xml:2401 +#: hardware.xml:2439 #, no-c-format #. Tag: para msgid "Channel to Channel (CTC) and ESCON connection (real or emulated)" msgstr "" -#: hardware.xml:2406 +#: hardware.xml:2444 #, no-c-format #. Tag: para msgid "OSA-2 Token Ring/Ethernet and OSA-Express Fast Ethernet (non-QDIO)" msgstr "" -#: hardware.xml:2411 +#: hardware.xml:2449 #, no-c-format #. Tag: para msgid "Inter-User Communication Vehicle (IUCV) — available for VM guests only" msgstr "" -#: hardware.xml:2416 +#: hardware.xml:2454 #, no-c-format #. Tag: para msgid "OSA-Express in QDIO mode, HiperSockets and Guest-LANs" msgstr "" -#: hardware.xml:2425 +#: hardware.xml:2463 #, no-c-format #. Tag: para msgid "The following network interface cards are supported directly by the boot disks on Netwinder and CATS machines:" msgstr "" -#: hardware.xml:2431 +#: hardware.xml:2469 #, no-c-format #. Tag: para msgid "PCI-based NE2000" msgstr "" -#: hardware.xml:2437 +#: hardware.xml:2475 #, no-c-format #. Tag: para msgid "DECchip Tulip" msgstr "" -#: hardware.xml:2444 +#: hardware.xml:2482 #, no-c-format #. Tag: para msgid "The following network interface cards are supported directly by the boot disks on RiscPCs:" msgstr "" -#: hardware.xml:2450 +#: hardware.xml:2488 #, no-c-format #. Tag: para msgid "Ether1" msgstr "" -#: hardware.xml:2455 +#: hardware.xml:2493 #, no-c-format #. Tag: para msgid "Ether3" msgstr "" -#: hardware.xml:2460 +#: hardware.xml:2498 #, no-c-format #. Tag: para msgid "EtherH" msgstr "" -#: hardware.xml:2467 +#: hardware.xml:2505 #, no-c-format #. Tag: para msgid "If your card is mentioned in the lists above, the complete installation can be carried out from the network with no need for CD-ROMs or floppy disks." msgstr "" -#: hardware.xml:2473 +#: hardware.xml:2511 #, no-c-format #. Tag: para msgid "Any other network interface card (NIC) supported by the Linux kernel should also be supported by the boot disks. You may need to load your network driver as a module; this means that you will have to install the operating system kernel and modules using some other media." diff --git a/po/pot/using-d-i.pot b/po/pot/using-d-i.pot index 65a911ff1..1b1b0f9f6 100644 --- a/po/pot/using-d-i.pot +++ b/po/pot/using-d-i.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2006-06-24 19:23+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1012,598 +1012,845 @@ msgstr "" #: using-d-i.xml:1212 #, no-c-format #. Tag: para -msgid "Next, you should choose Configure software RAID from the main partman menu. On the first screen of mdcfg simply select Create MD device. You will be presented with a list of supported types of MD devices, from which you should choose one (e.g. RAID1). What follows depends on the type of MD you selected." +msgid "Next, you should choose Configure software RAID from the main partman menu. (The menu will only appear after you mark at least one partition for use as physical volume for RAID.) On the first screen of mdcfg simply select Create MD device. You will be presented with a list of supported types of MD devices, from which you should choose one (e.g. RAID1). What follows depends on the type of MD you selected." msgstr "" -#: using-d-i.xml:1223 +#: using-d-i.xml:1225 #, no-c-format #. Tag: para msgid "RAID0 is simple — you will be issued with the list of available RAID partitions and your only task is to select the partitions which will form the MD." msgstr "" -#: using-d-i.xml:1230 +#: using-d-i.xml:1232 #, no-c-format #. Tag: para msgid "RAID1 is a bit more tricky. First, you will be asked to enter the number of active devices and the number of spare devices which will form the MD. Next, you need to select from the list of available RAID partitions those that will be active and then those that will be spare. The count of selected partitions must be equal to the number provided few seconds ago. Don't worry. If you make a mistake and select different number of partitions, the &d-i; won't let you continue until you correct the issue." msgstr "" -#: using-d-i.xml:1242 +#: using-d-i.xml:1244 #, no-c-format #. Tag: para msgid "RAID5 has similar setup procedure as RAID1 with the exception that you need to use at least three active partitions." msgstr "" -#: using-d-i.xml:1250 +#: using-d-i.xml:1252 #, no-c-format #. Tag: para msgid "It is perfectly possible to have several types of MD at once. For example if you have three 200 GB hard drives dedicated to MD, each containing two 100 GB partitions, you can combine first partitions on all three disk into the RAID0 (fast 300 GB video editing partition) and use the other three partitions (2 active and 1 spare) for RAID1 (quite reliable 100 GB partition for /home)." msgstr "" -#: using-d-i.xml:1259 +#: using-d-i.xml:1261 #, no-c-format #. Tag: para msgid "After you setup MD devices to your liking, you can Finish mdcfg to return back to the partman to create filesystems on your new MD devices and assign them the usual attributes like mountpoints." msgstr "" -#: using-d-i.xml:1272 +#: using-d-i.xml:1276 +#, no-c-format +#. Tag: title +msgid "Configuring Encrypted Volumes" +msgstr "" + +#: using-d-i.xml:1277 +#, no-c-format +#. Tag: para +msgid "&d-i; allows you to set up encrypted partitions. Every file you write to such a partition is immediately saved to the device in encrypted form. Access to the encrypted data is granted only after entering the passphrase used when the encrypted partition was originally created. This feature is useful to protect sensitive data in case your laptop or hard drive gets stolen. The thief might get physical access to the hard drive, but without knowing the right passphrase, the data on the hard drive will look like random characters." +msgstr "" + +#: using-d-i.xml:1289 +#, no-c-format +#. Tag: para +msgid "The two most important partitions to encrypt are: the home partition, where your private data resides, and the swap partition, where sensitive data might be stored temporarily during operation. Of course, nothing prevents you from encrypting any other partitions that might be of interest. For example /var where database servers, mail servers or print servers store their data, or /tmp which is used by various programs to store potentially interesting temporary files. Some people may even want to encrypt their whole system. The only exception is the /boot partition which must remain unencrypted, because currently there is no way to load the kernel from an encrypted partition." +msgstr "" + +#: using-d-i.xml:1304 +#, no-c-format +#. Tag: para +msgid "Please note that the performance of encrypted partitions will be less than that of unencrypted ones because the data needs to be decrypted or encrypted for every read or write. The performance impact depends on your CPU speed, chosen cipher and a key length." +msgstr "" + +#: using-d-i.xml:1311 +#, no-c-format +#. Tag: para +msgid "To use encryption, you have to create a new partition by selecting some free space in the main partitioning menu. Another option is to choose an existing partition (e.g. a regular partition, an LVM logical volume or a RAID volume). In the Partition setting menu, you need to select physical volume for encryption at the Use as: option. The menu will then change to include several cryptographic options for the partition." +msgstr "" + +#: using-d-i.xml:1322 +#, no-c-format +#. Tag: para +msgid "&d-i; supports several encryption methods. The default method is dm-crypt (included in newer Linux kernels, able to host LVM physical volumes), the other is loop-AES (older, maintained separately from the Linux kernel tree). Unless you have compelling reasons to do otherwise, it is recommended to use the default." +msgstr "" + +#: using-d-i.xml:1334 +#, no-c-format +#. Tag: para +msgid "First, let's have a look at available options available when you select Device-mapper (dm-crypt) as the encryption method. As always: when in doubt, use the defaults, because they have been carefully chosen with security in mind." +msgstr "" + +#: using-d-i.xml:1344 +#, no-c-format +#. Tag: term +msgid "Encryption: aes" +msgstr "" + +#: using-d-i.xml:1346 +#, no-c-format +#. Tag: para +msgid "This option lets you select the encryption algorithm (cipher) which will be used to encrypt the data on the partition. &d-i; currently supports the following block ciphers: aes, blowfish, serpent, and twofish. It is beyond the scope of this document to discuss the qualities of these different algorithms, however, it might help your decision to know that in 2000, AES was chosen by the American National Institute of Standards and Technology as the standard encryption algorithm for protecting sensitive information in the 21st century." +msgstr "" + +#: using-d-i.xml:1364 +#, no-c-format +#. Tag: term +msgid "Key size: 256" +msgstr "" + +#: using-d-i.xml:1366 +#, no-c-format +#. Tag: para +msgid "Here you can specify the length of the encryption key. With a larger key size, the strength of the encryption is generally improved. On the other hand, increasing the length of the key usually has a negative impact on performance. Available key sizes vary depending on the cipher." +msgstr "" + +#: using-d-i.xml:1378 +#, no-c-format +#. Tag: term +msgid "IV algorithm: cbc-essiv:sha256" +msgstr "" + +#: using-d-i.xml:1380 +#, no-c-format +#. Tag: para +msgid "The Initialization Vector or IV algorithm is used in cryptography to ensure that applying the cipher on the same clear text data with the same key always produces a unique cipher text. The idea is to prevent the attacker from deducing information from repeated patterns in the encrypted data." +msgstr "" + +#: using-d-i.xml:1390 +#, no-c-format +#. Tag: para +msgid "From the provided alternatives, the default cbc-essiv:sha256 is currently the least vulnerable to known attacks. Use the other alternatives only when you need to ensure compatibility with some previously installed system that is not able to use newer algorithms." +msgstr "" + +#: using-d-i.xml:1402 +#, no-c-format +#. Tag: term +msgid "Encryption key: Passphrase" +msgstr "" + +#: using-d-i.xml:1404 +#, no-c-format +#. Tag: para +msgid "Here you can choose the type of the encryption key for this partition." +msgstr "" + +#: using-d-i.xml:1410 +#, no-c-format +#. Tag: term +msgid "Passphrase" +msgstr "" + +#: using-d-i.xml:1411 +#, no-c-format +#. Tag: para +msgid "The encryption key will be computed Using a passphrase as the key currently means that the partition will be set up using LUKS. on the basis of a passphrase which you will be able to enter later in the process." +msgstr "" + +#: using-d-i.xml:1426 using-d-i.xml:1519 +#, no-c-format +#. Tag: term +msgid "Random key" +msgstr "" + +#: using-d-i.xml:1427 +#, no-c-format +#. Tag: para +msgid "A new encryption key will be generated from random data each time you try to bring up the encrypted partition. In other words: on every shutdown the content of the partition will be lost as the key is deleted from memory. (Of course, you could try to guess the key with a brute force attack, but unless there is an unknown weakness in the cipher algorithm, it is not achievable in our lifetime.)" +msgstr "" + +#: using-d-i.xml:1436 +#, no-c-format +#. Tag: para +msgid "Random keys are useful for swap partitions because you do not need to bother yourself with remembering the passphrase or wiping sensitive information from the swap partition before shutting down your computer. However, it also means that you will not be able to use the suspend-to-disk functionality offered by newer Linux kernels as it will be impossible (during a subsequent boot) to recover the suspended data written to the swap partition." +msgstr "" + +#: using-d-i.xml:1455 using-d-i.xml:1532 +#, no-c-format +#. Tag: term +msgid "Erase data: yes" +msgstr "" + +#: using-d-i.xml:1457 +#, no-c-format +#. Tag: para +msgid "Determines whether the content of this partition should be overwritten with random data before setting up the encryption. This is recommended because it might otherwise be possible for an attacker to discern which parts of the partition are in use and which are not. In addition, this will make it harder to recover any leftover data from previous installations It is believed that the guys from three-letter agencies can restore the data even after several rewrites of the magnetooptical media, though. ." +msgstr "" + +#: using-d-i.xml:1477 +#, no-c-format +#. Tag: para +msgid "If you select Encryption method: Loopback (loop-AES) , the menu changes to provide the following options:" +msgstr "" + +#: using-d-i.xml:1486 +#, no-c-format +#. Tag: term +msgid "Encryption: AES256" +msgstr "" + +#: using-d-i.xml:1488 +#, no-c-format +#. Tag: para +msgid "For loop-AES, unlike dm-crypt, the options for cipher and key size are combined, so you can select both at the same time. Please see the above sections on ciphers and key sizes for further information." +msgstr "" + +#: using-d-i.xml:1498 +#, no-c-format +#. Tag: term +msgid "Encryption key: Keyfile (GnuPG)" +msgstr "" + +#: using-d-i.xml:1500 +#, no-c-format +#. Tag: para +msgid "Here you can select the type of the encryption key for this partition." +msgstr "" + +#: using-d-i.xml:1506 +#, no-c-format +#. Tag: term +msgid "Keyfile (GnuPG)" +msgstr "" + +#: using-d-i.xml:1507 +#, no-c-format +#. Tag: para +msgid "The encryption key will be generated from random data during the installation. Moreover this key will be encrypted with GnuPG, so to use it, you will need to enter the proper passphrase (you will be asked to provide one later in the process)." +msgstr "" + +#: using-d-i.xml:1520 +#, no-c-format +#. Tag: para +msgid "Please see the the section on random keys above." +msgstr "" + +#: using-d-i.xml:1534 +#, no-c-format +#. Tag: para +msgid "Please see the the section on erasing data above." +msgstr "" + +#: using-d-i.xml:1543 +#, no-c-format +#. Tag: para +msgid "Please note that the graphical version of the installer still has some limitations when compared to the textual one. For cryptography it means you can set up only volumes using passphrases as the encryption keys." +msgstr "" + +#: using-d-i.xml:1550 +#, no-c-format +#. Tag: para +msgid "After you have selected the desired parameters for your encrypted partitions, return back to the main partitioning menu. There should now be a new menu item called Configure encrypted volumes. After you select it, you will be asked to confirm the deletion of data on partitions marked to be erased and possibly other actions such as writing a new partition table. For large partitions this might take some time." +msgstr "" + +#: using-d-i.xml:1561 +#, no-c-format +#. Tag: para +msgid "Next you will be asked to enter a passphrase for partitions configured to use one. Good passphrases should be longer than 8 characters, should be a mixture of letters, numbers and other characters and should not contain common dictionary words or information easily associable with you (such as birthdates, hobbies, pet names, names of family members or relatives, etc.)." +msgstr "" + +#: using-d-i.xml:1570 +#, no-c-format +#. Tag: para +msgid "Before you input any passphrases, you should have made sure that your keyboard is configured correctly and generates the expected characters. If you are unsure, you can switch to the second virtual console and type some text at the prompt. This ensures that you won't be surprised later, e.g. by trying to input a passphrase using a qwerty keyboard layout when you used an azerty layout during the installation. This situation can have several causes. Maybe you switched to another keyboard layout during the installation, or the selected keyboard layout might not have been set up yet when entering the passphrase for the root file system." +msgstr "" + +#: using-d-i.xml:1583 +#, no-c-format +#. Tag: para +msgid "If you selected to use methods other than a passphrase to create encryption keys, they will be generated now. Because the kernel may not have gathered a sufficient amount of entropy at this early stage of the installation, the process may take a long time. You can help speed up the process by generating entropy: e.g. by pressing random keys, or by switching to the shell on the second virtual console and generating some network and disk traffic (downloading some files, feeding big files into /dev/null, etc.). This will be repeated for each partition to be encrypted." +msgstr "" + +#: using-d-i.xml:1599 +#, no-c-format +#. Tag: para +msgid "" + "After returning to the main partitioning menu, you will see all encrypted volumes as additional partitions which can be configured in the same way as ordinary partitions. The following example shows two different volumes. The first one is encrypted via dm-crypt, the second one via loop-AES. \n" + "Encrypted volume (crypt0) - 115.1 GB Linux device-mapper\n" + " #1 115.1 GB F ext3\n" + "\n" + "Loopback (loop0) - 515.2 MB AES256 keyfile\n" + " #1 515.2 MB F ext3\n" + " Now is the time to assign mount points to the volumes and optionally change the file system types if the defaults do not suit you." +msgstr "" + +#: using-d-i.xml:1612 +#, no-c-format +#. Tag: para +msgid "One thing to note here are the identifiers in parentheses (crypt0 and loop0 in this case) and the mount points you assigned to each encrypted volume. You will need this information later when booting the new system. The differences between ordinary boot process and boot process with encryption involved will be covered later in ." +msgstr "" + +#: using-d-i.xml:1622 +#, no-c-format +#. Tag: para +msgid "Once you are satisfied with the partitioning scheme, continue with the installation." +msgstr "" + +#: using-d-i.xml:1633 #, no-c-format #. Tag: title msgid "Setting up the System" msgstr "" -#: using-d-i.xml:1273 +#: using-d-i.xml:1634 #, no-c-format #. Tag: para msgid "After partitioning the installer asks a few more questions that will be used to set up the system it is about to install." msgstr "" -#: using-d-i.xml:1285 +#: using-d-i.xml:1646 #, no-c-format #. Tag: title msgid "Configuring Your Time Zone" msgstr "" -#: using-d-i.xml:1287 +#: using-d-i.xml:1648 #, no-c-format #. Tag: para msgid "Depending on the location selected at the beginning of the installation process, you might be shown a list of timezones relevant for that location. If your location has only one time zone, you will not be asked anything and the system will assume that time zone." msgstr "" -#: using-d-i.xml:1303 +#: using-d-i.xml:1664 #, no-c-format #. Tag: title msgid "Configuring the Clock" msgstr "" -#: using-d-i.xml:1305 +#: using-d-i.xml:1666 #, no-c-format #. Tag: para msgid "The installer might ask you if the computer's clock is set to UTC. Normally this question is avoided if possible and the installer tries to work out whether the clock is set to UTC based on things like what other operating systems are installed." msgstr "" -#: using-d-i.xml:1312 +#: using-d-i.xml:1673 #, no-c-format #. Tag: para msgid "In expert mode you will always be able to choose whether or not the clock is set to UTC. Macintosh hardware clocks are normally set to local time. If you want to dual-boot, select local time instead of GMT. Systems that (also) run Dos or Windows are normally set to local time. If you want to dual-boot, select local time instead of GMT." msgstr "" -#: using-d-i.xml:1323 +#: using-d-i.xml:1684 #, no-c-format #. Tag: para msgid "Note that the installer does not currently allow you to actually set the time in the computer's clock. You can set the clock to the current time after you have installed, if it is incorrect or if it was previously not set to UTC." msgstr "" -#: using-d-i.xml:1339 +#: using-d-i.xml:1700 #, no-c-format #. Tag: title msgid "Setting Up Users And Passwords" msgstr "" -#: using-d-i.xml:1342 +#: using-d-i.xml:1703 #, no-c-format #. Tag: title msgid "Set the Root Password" msgstr "" -#: using-d-i.xml:1344 +#: using-d-i.xml:1705 #, no-c-format #. Tag: para msgid "The root account is also called the super-user; it is a login that bypasses all security protection on your system. The root account should only be used to perform system administration, and only used for as short a time as possible." msgstr "" -#: using-d-i.xml:1352 +#: using-d-i.xml:1713 #, no-c-format #. Tag: para msgid "Any password you create should contain at least 6 characters, and should contain both upper- and lower-case characters, as well as punctuation characters. Take extra care when setting your root password, since it is such a powerful account. Avoid dictionary words or use of any personal information which could be guessed." msgstr "" -#: using-d-i.xml:1360 +#: using-d-i.xml:1721 #, no-c-format #. Tag: para msgid "If anyone ever tells you they need your root password, be extremely wary. You should normally never give your root password out, unless you are administering a machine with more than one system administrator." msgstr "" -#: using-d-i.xml:1370 +#: using-d-i.xml:1731 #, no-c-format #. Tag: title msgid "Create an Ordinary User" msgstr "" -#: using-d-i.xml:1372 +#: using-d-i.xml:1733 #, no-c-format #. Tag: para msgid "The system will ask you whether you wish to create an ordinary user account at this point. This account should be your main personal log-in. You should not use the root account for daily use or as your personal login." msgstr "" -#: using-d-i.xml:1379 +#: using-d-i.xml:1740 #, no-c-format #. Tag: para msgid "Why not? Well, one reason to avoid using root's privileges is that it is very easy to do irreparable damage as root. Another reason is that you might be tricked into running a Trojan-horse program — that is a program that takes advantage of your super-user powers to compromise the security of your system behind your back. Any good book on Unix system administration will cover this topic in more detail — consider reading one if it is new to you." msgstr "" -#: using-d-i.xml:1389 +#: using-d-i.xml:1750 #, no-c-format #. Tag: para msgid "You will first be prompted for the user's full name. Then you'll be asked for a name for the user account; generally your first name or something similar will suffice and indeed will be the default. Finally, you will be prompted for a password for this account." msgstr "" -#: using-d-i.xml:1396 +#: using-d-i.xml:1757 #, no-c-format #. Tag: para msgid "If at any point after installation you would like to create another account, use the adduser command." msgstr "" -#: using-d-i.xml:1408 +#: using-d-i.xml:1769 #, no-c-format #. Tag: title msgid "Installing the Base System" msgstr "" -#: using-d-i.xml:1409 +#: using-d-i.xml:1770 #, no-c-format #. Tag: para msgid "Although this stage is the least problematic, it consumes a significant fraction of the install because it downloads, verifies and unpacks the whole base system. If you have a slow computer or network connection, this could take some time." msgstr "" -#: using-d-i.xml:1423 +#: using-d-i.xml:1784 #, no-c-format #. Tag: title msgid "Base System Installation" msgstr "" -#: using-d-i.xml:1425 +#: using-d-i.xml:1786 #, no-c-format #. Tag: para msgid "During the Base installation, package unpacking and setup messages are redirected to tty4. You can access this terminal by pressing Left AltF4; get back to the main installer process with Left AltF1." msgstr "" -#: using-d-i.xml:1435 +#: using-d-i.xml:1796 #, no-c-format #. Tag: para msgid "The unpack/setup messages generated by the base installation are saved in /var/log/syslog when the installation is performed over a serial console." msgstr "" -#: using-d-i.xml:1441 +#: using-d-i.xml:1802 #, no-c-format #. Tag: para msgid "As part of the installation, a Linux kernel will be installed. At the default priority, the installer will choose one for you that best matches your hardware. In lower priority modes, you will be able to choose from a list of available kernels." msgstr "" -#: using-d-i.xml:1454 +#: using-d-i.xml:1815 #, no-c-format #. Tag: title msgid "Installing Additional Software" msgstr "" -#: using-d-i.xml:1455 +#: using-d-i.xml:1816 #, no-c-format #. Tag: para msgid "After the base system is installed, you have a usable but limited system. Most users will want to add additional software to the system to tune it to their needs, and the installer lets you do so. This step can take even longer than installing the base system if you have a slow computer or network." msgstr "" -#: using-d-i.xml:1469 +#: using-d-i.xml:1830 #, no-c-format #. Tag: title msgid "Configuring apt" msgstr "" -#: using-d-i.xml:1471 +#: using-d-i.xml:1832 #, no-c-format #. Tag: para msgid "The main means that people use to install packages on their system is via a program called apt-get, from the apt package. Note that the actual program that installs packages is called dpkg. However, this program is more of a low-level tool. apt-get is a higher-level tool as it will invoke dpkg as appropriate and also because it knows to install other packages which are required for the package you're trying to install, as well as how to retrieve the package from your CD, the network, or wherever. Other front-ends for package management, like aptitude and synaptic are also in use and depend on apt-get. These front-ends are recommended for new users, since they integrate some additional features (package searching and status checks) in a nice user interface." msgstr "" -#: using-d-i.xml:1495 +#: using-d-i.xml:1856 #, no-c-format #. Tag: para msgid "apt must be configured so that it knows where to retrieve packages from. The installer largely takes care of this automatically based on what it knows about your installation medium. The results of this configuration are written to the file /etc/apt/sources.list, and you can examine and edit it to your liking after the install is complete." msgstr "" -#: using-d-i.xml:1511 +#: using-d-i.xml:1872 #, no-c-format #. Tag: title msgid "Selecting and Installing Software" msgstr "" -#: using-d-i.xml:1513 +#: using-d-i.xml:1874 #, no-c-format #. Tag: para msgid "During the installation process, you are given the opportunity to select additional software to install. Rather than picking individual software packages from the &num-of-distrib-pkgs; available packages, this stage of the installation process focuses on selecting and installing predefined collections of software to quickly set up your computer to perform various tasks." msgstr "" -#: using-d-i.xml:1522 +#: using-d-i.xml:1883 #, no-c-format #. Tag: para msgid "So, you have the ability to choose tasks first, and then add on more individual packages later. These tasks loosely represent a number of different jobs or things you want to do with your computer, such as Desktop environment, Web server, or Print server You should know that to present this list, the installer is merely invoking the tasksel program. It can be run at any time after installation to install (or remove) more packages, or you can use a more fine-grained tool such as aptitude. If you are looking for a specific single package, after installation is complete, simply run aptitude install package, where package is the name of the package you are looking for. . lists the space requirements for the available tasks." msgstr "" -#: using-d-i.xml:1547 +#: using-d-i.xml:1908 #, no-c-format #. Tag: para msgid "Once you've selected your tasks, select Ok. At this point, aptitude will install the packages you've selected." msgstr "" -#: using-d-i.xml:1554 +#: using-d-i.xml:1915 #, no-c-format #. Tag: para msgid "In the standard user interface of the installer, you can use the space bar to toggle selection of a task." msgstr "" -#: using-d-i.xml:1561 +#: using-d-i.xml:1922 #, no-c-format #. Tag: para msgid "Note that some tasks may be pre-selected based on the characteristics of the computer you are installing. If you disagree with these selections you can un-select the tasks. You can even opt to install no tasks at all at this point." msgstr "" -#: using-d-i.xml:1569 +#: using-d-i.xml:1930 #, no-c-format #. Tag: para msgid "Each package you selected with tasksel is downloaded, unpacked and then installed in turn by the apt-get and dpkg programs. If a particular program needs more information from the user, it will prompt you during this process." msgstr "" -#: using-d-i.xml:1578 +#: using-d-i.xml:1939 #, no-c-format #. Tag: title msgid "Configuring Your Mail Transport Agent" msgstr "" -#: using-d-i.xml:1580 +#: using-d-i.xml:1941 #, no-c-format #. Tag: para msgid "Today, email is a very important part of many people's life, so it's no surprise Debian lets you configure your mail system right as a part of the installation process. The standard mail transport agent in Debian is exim4, which is relatively small, flexible, and easy to learn." msgstr "" -#: using-d-i.xml:1588 +#: using-d-i.xml:1949 #, no-c-format #. Tag: para msgid "You may ask if this is needed even if your computer is not connected to any network. The short answer is: Yes. The longer explanation: Some system utilities (like cron, quota, aide, …) may send you important notices via email." msgstr "" -#: using-d-i.xml:1596 +#: using-d-i.xml:1957 #, no-c-format #. Tag: para msgid "So on the first screen you will be presented with several common mail scenarios. Choose the one that most closely resembles your needs:" msgstr "" -#: using-d-i.xml:1605 +#: using-d-i.xml:1966 #, no-c-format #. Tag: term msgid "internet site" msgstr "" -#: using-d-i.xml:1606 +#: using-d-i.xml:1967 #, no-c-format #. Tag: para msgid "Your system is connected to a network and your mail is sent and received directly using SMTP. On the following screens you will be asked a few basic questions, like your machine's mail name, or a list of domains for which you accept or relay mail." msgstr "" -#: using-d-i.xml:1617 +#: using-d-i.xml:1978 #, no-c-format #. Tag: term msgid "mail sent by smarthost" msgstr "" -#: using-d-i.xml:1618 +#: using-d-i.xml:1979 #, no-c-format #. Tag: para msgid "In this scenario is your outgoing mail forwarded to another machine, called a smarthost, which does the actual job for you. Smarthost also usually stores incoming mail addressed to your computer, so you don't need to be permanently online. That also means you have to download your mail from the smarthost via programs like fetchmail. This option is suitable for dial-up users." msgstr "" -#: using-d-i.xml:1631 +#: using-d-i.xml:1992 #, no-c-format #. Tag: term msgid "local delivery only" msgstr "" -#: using-d-i.xml:1632 +#: using-d-i.xml:1993 #, no-c-format #. Tag: para msgid "Your system is not on a network and mail is sent or received only between local users. Even if you don't plan to send any messages, this option is highly recommended, because some system utilities may send you various alerts from time to time (e.g. beloved Disk quota exceeded). This option is also convenient for new users, because it doesn't ask any further questions." msgstr "" -#: using-d-i.xml:1645 +#: using-d-i.xml:2006 #, no-c-format #. Tag: term msgid "no configuration at this time" msgstr "" -#: using-d-i.xml:1646 +#: using-d-i.xml:2007 #, no-c-format #. Tag: para msgid "Choose this if you are absolutely convinced you know what you are doing. This will leave you with an unconfigured mail system — until you configure it, you won't be able to send or receive any mail and you may miss some important messages from your system utilities." msgstr "" -#: using-d-i.xml:1657 +#: using-d-i.xml:2018 #, no-c-format #. Tag: para msgid "If none of these scenarios suits your needs, or if you need a finer setup, you will need to edit configuration files under the /etc/exim4 directory after the installation is complete. More information about exim4 may be found under /usr/share/doc/exim4." msgstr "" -#: using-d-i.xml:1672 +#: using-d-i.xml:2033 #, no-c-format #. Tag: title msgid "Making Your System Bootable" msgstr "" -#: using-d-i.xml:1674 +#: using-d-i.xml:2035 #, no-c-format #. Tag: para msgid "If you are installing a diskless workstation, obviously, booting off the local disk isn't a meaningful option, and this step will be skipped. You may wish to set the OpenBoot to boot from the network by default; see ." msgstr "" -#: using-d-i.xml:1682 +#: using-d-i.xml:2043 #, no-c-format #. Tag: para msgid "Note that multiple operating systems booting on a single machine is still something of a black art. This document does not even attempt to document the various boot managers, which vary by architecture and even by subarchitecture. You should see your boot manager's documentation for more information." msgstr "" -#: using-d-i.xml:1697 +#: using-d-i.xml:2058 #, no-c-format #. Tag: title msgid "Detecting other operating systems" msgstr "" -#: using-d-i.xml:1699 +#: using-d-i.xml:2060 #, no-c-format #. Tag: para msgid "Before a boot loader is installed, the installer will attempt to probe for other operating systems which are installed on the machine. If it finds a supported operating system, you will be informed of this during the boot loader installation step, and the computer will be configured to boot this other operating system in addition to Debian." msgstr "" -#: using-d-i.xml:1707 +#: using-d-i.xml:2068 #, no-c-format #. Tag: para msgid "Note that multiple operating systems booting on a single machine is still something of a black art. The automatic support for detecting and setting up boot loaders to boot other operating systems varies by architecture and even by subarchitecture. If it does not work you should consult your boot manager's documentation for more information." msgstr "" -#: using-d-i.xml:1725 +#: using-d-i.xml:2086 #, no-c-format #. Tag: title msgid "Install aboot on a Hard Disk" msgstr "" -#: using-d-i.xml:1726 +#: using-d-i.xml:2087 #, no-c-format #. Tag: para msgid "If you have booted from SRM, if you select this option, the installer will write aboot to the first sector of the disk on which you installed Debian. Be very careful — it is not possible to boot multiple operating systems (e.g. GNU/Linux, Free/Open/NetBSD, OSF/1 a.k.a. Digital Unix a.k.a. Tru64 Unix, or OpenVMS) from the same disk. If you also have a different operating system installed on the disk where you have installed Debian, you will have to boot GNU/Linux from a floppy instead." msgstr "" -#: using-d-i.xml:1746 +#: using-d-i.xml:2107 #, no-c-format #. Tag: title msgid "palo-installer" msgstr "" -#: using-d-i.xml:1747 +#: using-d-i.xml:2108 #, no-c-format #. Tag: para msgid "The bootloader on PA-RISC is palo. PALO is similar in configuration and usage to LILO, with a few exceptions. First of all, PALO allows you to boot any kernel image on your boot partition. This is because PALO can actually read Linux partitions." msgstr "" -#: using-d-i.xml:1756 +#: using-d-i.xml:2117 #, no-c-format #. Tag: para msgid "hppa FIXME ( need more info )" msgstr "" -#: using-d-i.xml:1768 +#: using-d-i.xml:2129 #, no-c-format #. Tag: title msgid "Install the Grub Boot Loader on a Hard Disk" msgstr "" -#: using-d-i.xml:1770 +#: using-d-i.xml:2131 #, no-c-format #. Tag: para msgid "The main &architecture; boot loader is called grub. Grub is a flexible and robust boot loader and a good default choice for newbies and old hands alike." msgstr "" -#: using-d-i.xml:1776 +#: using-d-i.xml:2137 #, no-c-format #. Tag: para msgid "By default, grub will be installed into the Master Boot Record (MBR), where it will take over complete control of the boot process. If you prefer, you can install it elsewhere. See the grub manual for complete information." msgstr "" -#: using-d-i.xml:1782 +#: using-d-i.xml:2143 #, no-c-format #. Tag: para msgid "If you do not want to install grub at all, use the Back button to get to the main menu, and from there select whatever bootloader you would like to use." msgstr "" -#: using-d-i.xml:1796 +#: using-d-i.xml:2157 #, no-c-format #. Tag: title msgid "Install the LILO Boot Loader on a Hard Disk" msgstr "" -#: using-d-i.xml:1798 +#: using-d-i.xml:2159 #, no-c-format #. Tag: para msgid "The second &architecture; boot loader is called LILO. It is an old complex program which offers lots of functionality, including DOS, Windows, and OS/2 boot management. Please carefully read the instructions in the directory /usr/share/doc/lilo/ if you have special needs; also see the LILO mini-HOWTO." msgstr "" -#: using-d-i.xml:1808 +#: using-d-i.xml:2169 #, no-c-format #. Tag: para msgid "Currently the LILO installation will only create menu entries for other operating systems if these can be chainloaded. This means you may have to manually add a menu entry for operating systems like GNU/Linux and GNU/Hurd after the installation." msgstr "" -#: using-d-i.xml:1816 +#: using-d-i.xml:2177 #, no-c-format #. Tag: para msgid "&d-i; presents you three choices where to install the LILO boot loader:" msgstr "" -#: using-d-i.xml:1823 +#: using-d-i.xml:2184 #, no-c-format #. Tag: term msgid "Master Boot Record (MBR)" msgstr "" -#: using-d-i.xml:1823 +#: using-d-i.xml:2184 #, no-c-format #. Tag: para msgid "This way the LILO will take complete control of the boot process." msgstr "" -#: using-d-i.xml:1830 +#: using-d-i.xml:2191 #, no-c-format #. Tag: term msgid "new Debian partition" msgstr "" -#: using-d-i.xml:1830 +#: using-d-i.xml:2191 #, no-c-format #. Tag: para msgid "Choose this if you want to use another boot manager. LILO will install itself at the beginning of the new Debian partition and it will serve as a secondary boot loader." msgstr "" -#: using-d-i.xml:1839 +#: using-d-i.xml:2200 #, no-c-format #. Tag: term msgid "Other choice" msgstr "" -#: using-d-i.xml:1839 +#: using-d-i.xml:2200 #, no-c-format #. Tag: para msgid "Useful for advanced users who want to install LILO somewhere else. In this case you will be asked for desired location. You can use devfs style names, such as those that start with /dev/ide, /dev/scsi, and /dev/discs, as well as traditional names, such as /dev/hda or /dev/sda." msgstr "" -#: using-d-i.xml:1851 +#: using-d-i.xml:2212 #, no-c-format #. Tag: para msgid "If you can no longer boot into Windows 9x (or DOS) after this step, you'll need to use a Windows 9x (MS-DOS) boot disk and use the fdisk /mbr command to reinstall the MS-DOS master boot record — however, this means that you'll need to use some other way to get back into Debian! For more information on this please read ." msgstr "" -#: using-d-i.xml:1868 +#: using-d-i.xml:2229 #, no-c-format #. Tag: title msgid "Install the ELILO Boot Loader on a Hard Disk" msgstr "" -#: using-d-i.xml:1870 +#: using-d-i.xml:2231 #, no-c-format #. Tag: para msgid "The &architecture; boot loader is called elilo. It is modeled on the lilo boot loader for the x86 architecture and uses a similar configuration file. However, instead of writing an MBR or partition boot record to the disk, it copies the necessary files to a separate FAT formatted disk partition and modifies the EFI Boot Manager menu in the firmware to point to the files in the EFI partition. The elilo boot loader is really in two parts. The /usr/sbin/elilo command manages the partition and copies file into it. The elilo.efi program is copied into the EFI partition and then run by the EFI Boot Manager to actually do the work of loading and starting the Linux kernel." msgstr "" -#: using-d-i.xml:1886 +#: using-d-i.xml:2247 #, no-c-format #. Tag: para msgid "The elilo configuration and installation is done as the last step of installing the packages of the base installation. &d-i; will present you with a list of potential disk partitions that it has found suitable for an EFI partition. Select the partition you set up earlier in the installation, typically a partition on the same disk that contains your root filesystem." msgstr "" -#: using-d-i.xml:1898 +#: using-d-i.xml:2259 #, no-c-format #. Tag: title msgid "Choose the correct partition!" msgstr "" -#: using-d-i.xml:1900 +#: using-d-i.xml:2261 #, no-c-format #. Tag: para msgid "The criteria for selecting a partition is that it is FAT format filesystem with its boot flag set. &d-i; may show multiple choices depending on what it finds from scanning all of the disks of the system including EFI partitions of other system disks and EFI diagnostic partitions. Remember, the elilo may format the partition during the installation, erasing any previous contents!" msgstr "" -#: using-d-i.xml:1915 +#: using-d-i.xml:2276 #, no-c-format #. Tag: title msgid "EFI Partition Contents" msgstr "" -#: using-d-i.xml:1917 +#: using-d-i.xml:2278 #, no-c-format #. Tag: para msgid "The EFI partition is a FAT filesystem format partition on one of the hard disks of the system, usually the same disk that contains the root filesystem. It is normally not mounted on a running system as it is only needed by the EFI Boot Manager to load the system and the installer part of the elilo writes to the filesystem directly. The /usr/sbin/elilo utility writes the following files into the efi/debian directory of the EFI partition during the installation. Note that the EFI Boot Manager would find these files using the path fsn:\\efi\\debian. There may be other files in this filesystem as well over time as the system is updated or re-configured." msgstr "" -#: using-d-i.xml:1939 +#: using-d-i.xml:2300 #, no-c-format #. Tag: filename msgid "elilo.conf" msgstr "" -#: using-d-i.xml:1940 +#: using-d-i.xml:2301 #, no-c-format #. Tag: para msgid "This is the configuration file read by the boot loader when it starts. It is a copy of the /etc/elilo.conf with the filenames re-written to refer to files in the EFI partition." msgstr "" -#: using-d-i.xml:1949 +#: using-d-i.xml:2310 #, no-c-format #. Tag: filename msgid "elilo.efi" msgstr "" -#: using-d-i.xml:1950 +#: using-d-i.xml:2311 #, no-c-format #. Tag: para msgid "This is the boot loader program that the EFI Boot Manager runs to boot the system. It is the program behind the Debian GNU/Linux menu item of the EFI Boot Manager command menu." msgstr "" -#: using-d-i.xml:1960 +#: using-d-i.xml:2321 #, no-c-format #. Tag: filename msgid "initrd.img" msgstr "" -#: using-d-i.xml:1961 +#: using-d-i.xml:2322 #, no-c-format #. Tag: para msgid "This is the initial root filesystem used to boot the kernel. It is a copy of the file referenced in the /etc/elilo.conf. In a standard Debian installation it would be the file in /boot pointed to by the symbolic link /initrd.img." msgstr "" -#: using-d-i.xml:1973 +#: using-d-i.xml:2334 #, no-c-format #. Tag: filename msgid "readme.txt" msgstr "" -#: using-d-i.xml:1974 +#: using-d-i.xml:2335 #, no-c-format #. Tag: para msgid "This is a small text file warning you that the contents of the directory are managed by the elilo and that any local changes would be lost at the next time /usr/sbin/elilo is run." msgstr "" -#: using-d-i.xml:1984 +#: using-d-i.xml:2345 #, no-c-format #. Tag: filename msgid "vmlinuz" msgstr "" -#: using-d-i.xml:1985 +#: using-d-i.xml:2346 #, no-c-format #. Tag: para msgid "This is the compressed kernel itself. It is a copy of the file referenced in the /etc/elilo.conf. In a standard Debian installation it would be the file in /boot pointed to by the symbolic link /vmlinuz." msgstr "" -#: using-d-i.xml:2005 +#: using-d-i.xml:2366 #, no-c-format #. Tag: title msgid "arcboot-installer" msgstr "" -#: using-d-i.xml:2006 +#: using-d-i.xml:2367 #, no-c-format #. Tag: para msgid "" @@ -1616,61 +1863,61 @@ msgid "" " on the firmware prompt, and then typing boot." msgstr "" -#: using-d-i.xml:2025 +#: using-d-i.xml:2386 #, no-c-format #. Tag: replaceable msgid "scsi" msgstr "" -#: using-d-i.xml:2026 +#: using-d-i.xml:2387 #, no-c-format #. Tag: para msgid "is the SCSI bus to be booted from, this is 0 for the onboard controllers" msgstr "" -#: using-d-i.xml:2034 +#: using-d-i.xml:2395 #, no-c-format #. Tag: replaceable msgid "disk" msgstr "" -#: using-d-i.xml:2035 +#: using-d-i.xml:2396 #, no-c-format #. Tag: para msgid "is the SCSI ID of the hard disk on which arcboot is installed" msgstr "" -#: using-d-i.xml:2043 using-d-i.xml:2112 +#: using-d-i.xml:2404 using-d-i.xml:2473 #, no-c-format #. Tag: replaceable msgid "partnr" msgstr "" -#: using-d-i.xml:2044 +#: using-d-i.xml:2405 #, no-c-format #. Tag: para msgid "is the number of the partition on which /etc/arcboot.conf resides" msgstr "" -#: using-d-i.xml:2052 +#: using-d-i.xml:2413 #, no-c-format #. Tag: replaceable msgid "config" msgstr "" -#: using-d-i.xml:2053 +#: using-d-i.xml:2414 #, no-c-format #. Tag: para msgid "is the name of the configuration entry in /etc/arcboot.conf, which is linux by default." msgstr "" -#: using-d-i.xml:2074 +#: using-d-i.xml:2435 #, no-c-format #. Tag: title msgid "delo-installer" msgstr "" -#: using-d-i.xml:2075 +#: using-d-i.xml:2436 #, no-c-format #. Tag: para msgid "" @@ -1679,247 +1926,247 @@ msgid "" " on the firmware prompt." msgstr "" -#: using-d-i.xml:2094 +#: using-d-i.xml:2455 #, no-c-format #. Tag: replaceable msgid "#" msgstr "" -#: using-d-i.xml:2095 +#: using-d-i.xml:2456 #, no-c-format #. Tag: para msgid "is the TurboChannel device to be booted from, on most DECstations this is 3 for the onboard controllers" msgstr "" -#: using-d-i.xml:2103 +#: using-d-i.xml:2464 #, no-c-format #. Tag: replaceable msgid "id" msgstr "" -#: using-d-i.xml:2104 +#: using-d-i.xml:2465 #, no-c-format #. Tag: para msgid "is the SCSI ID of the hard disk on which DELO is installed" msgstr "" -#: using-d-i.xml:2113 +#: using-d-i.xml:2474 #, no-c-format #. Tag: para msgid "is the number of the partition on which /etc/delo.conf resides" msgstr "" -#: using-d-i.xml:2121 +#: using-d-i.xml:2482 #, no-c-format #. Tag: replaceable msgid "name" msgstr "" -#: using-d-i.xml:2122 +#: using-d-i.xml:2483 #, no-c-format #. Tag: para msgid "is the name of the configuration entry in /etc/delo.conf, which is linux by default." msgstr "" -#: using-d-i.xml:2132 +#: using-d-i.xml:2493 #, no-c-format #. Tag: para msgid "In case /etc/delo.conf is on the first partition on the disk and the default configuration shall be booted, it is sufficient to use" msgstr "" -#: using-d-i.xml:2138 +#: using-d-i.xml:2499 #, no-c-format #. Tag: screen msgid "boot #/rzid" msgstr "" -#: using-d-i.xml:2148 +#: using-d-i.xml:2509 #, no-c-format #. Tag: title msgid "Install Yaboot on a Hard Disk" msgstr "" -#: using-d-i.xml:2149 +#: using-d-i.xml:2510 #, no-c-format #. Tag: para msgid "Newer (mid 1998 and on) PowerMacs use yaboot as their boot loader. The installer will set up yaboot automatically, so all you need is a small 820k partition named bootstrap with type Apple_Bootstrap created back in the partitioning component. If this step completes successfully then your disk should now be bootable and OpenFirmware will be set to boot &debian;." msgstr "" -#: using-d-i.xml:2167 +#: using-d-i.xml:2528 #, no-c-format #. Tag: title msgid "Install Quik on a Hard Disk" msgstr "" -#: using-d-i.xml:2168 +#: using-d-i.xml:2529 #, no-c-format #. Tag: para msgid "The boot loader for OldWorld Power Macintosh machines is quik. You can also use it on CHRP. The installer will attempt to set up quik automatically. The setup has been known to work on 7200, 7300, and 7600 Powermacs, and on some Power Computing clones." msgstr "" -#: using-d-i.xml:2184 +#: using-d-i.xml:2545 #, no-c-format #. Tag: title msgid "zipl-installer" msgstr "" -#: using-d-i.xml:2185 +#: using-d-i.xml:2546 #, no-c-format #. Tag: para msgid "The boot loader on &arch-title; is zipl. ZIPL is similar in configuration and usage to LILO, with a few exceptions. Please take a look at LINUX for &arch-title; Device Drivers and Installation Commands from IBM's developerWorks web site if you want to know more about ZIPL." msgstr "" -#: using-d-i.xml:2202 +#: using-d-i.xml:2563 #, no-c-format #. Tag: title msgid "Install the SILO Boot Loader on a Hard Disk" msgstr "" -#: using-d-i.xml:2204 +#: using-d-i.xml:2565 #, no-c-format #. Tag: para msgid "The standard &architecture; boot loader is called silo. It is documented in /usr/share/doc/silo/. SILO is similar in configuration and usage to LILO, with a few exceptions. First of all, SILO allows you to boot any kernel image on your drive, even if it is not listed in /etc/silo.conf. This is because SILO can actually read Linux partitions. Also, /etc/silo.conf is read at boot time, so there is no need to rerun silo after installing a new kernel like you would with LILO. SILO can also read UFS partitions, which means it can boot SunOS/Solaris partitions as well. This is useful if you want to install GNU/Linux alongside an existing SunOS/Solaris install." msgstr "" -#: using-d-i.xml:2229 +#: using-d-i.xml:2590 #, no-c-format #. Tag: title msgid "Continue Without Boot Loader" msgstr "" -#: using-d-i.xml:2231 +#: using-d-i.xml:2592 #, no-c-format #. Tag: para msgid "This option can be used to complete the installation even when no boot loader is to be installed, either because the arch/subarch doesn't provide one, or because none is desired (e.g. you will use existing boot loader). This option is especially useful for Macintosh, Atari, and Amiga systems, where the original operating system must be maintained on the box and used to boot GNU/Linux." msgstr "" -#: using-d-i.xml:2240 +#: using-d-i.xml:2601 #, no-c-format #. Tag: para msgid "If you plan to manually configure your bootloader, you should check the name of the installed kernel in /target/boot. You should also check that directory for the presence of an initrd; if one is present, you will probably have to instruct your bootloader to use it. Other information you will need are the disk and partition you selected for your / filesystem and, if you chose to install /boot on a separate partition, also your /boot filesystem." msgstr "" -#: using-d-i.xml:2257 +#: using-d-i.xml:2618 #, no-c-format #. Tag: title msgid "Finishing the Installation" msgstr "" -#: using-d-i.xml:2258 +#: using-d-i.xml:2619 #, no-c-format #. Tag: para msgid "These are the last bits to do before rebooting to your new system. It mostly consists of tidying up after the &d-i;." msgstr "" -#: using-d-i.xml:2270 +#: using-d-i.xml:2631 #, no-c-format #. Tag: title msgid "Finish the Installation and Reboot" msgstr "" -#: using-d-i.xml:2272 +#: using-d-i.xml:2633 #, no-c-format #. Tag: para msgid "This is the last step in the initial Debian installation process. You will be prompted to remove the boot media (CD, floppy, etc) that you used to boot the installer. The installer will do any last minute tasks, and then reboot into your new Debian system." msgstr "" -#: using-d-i.xml:2279 +#: using-d-i.xml:2640 #, no-c-format #. Tag: para msgid "Select the Finish the installation menu item which will halt the system because rebooting is not supported on &arch-title; in this case. You then need to IPL GNU/Linux from the DASD which you selected for the root filesystem during the first steps of the installation." msgstr "" -#: using-d-i.xml:2293 +#: using-d-i.xml:2654 #, no-c-format #. Tag: title msgid "Miscellaneous" msgstr "" -#: using-d-i.xml:2294 +#: using-d-i.xml:2655 #, no-c-format #. Tag: para msgid "The components listed in this section are usually not involved in the installation process, but are waiting in the background to help the user in case something goes wrong." msgstr "" -#: using-d-i.xml:2307 +#: using-d-i.xml:2668 #, no-c-format #. Tag: title msgid "Saving the installation logs" msgstr "" -#: using-d-i.xml:2309 +#: using-d-i.xml:2670 #, no-c-format #. Tag: para msgid "If the installation is successful, the logfiles created during the installation process will be automatically saved to /var/log/installer/ on your new Debian system." msgstr "" -#: using-d-i.xml:2316 +#: using-d-i.xml:2677 #, no-c-format #. Tag: para msgid "Choosing Save debug logs from the main menu allows you to save the log files to a floppy disk, network, hard disk, or other media. This can be useful if you encounter fatal problems during the installation and wish to study the logs on another system or attach them to an installation report." msgstr "" -#: using-d-i.xml:2336 +#: using-d-i.xml:2697 #, no-c-format #. Tag: title msgid "Using the Shell and Viewing the Logs" msgstr "" -#: using-d-i.xml:2339 +#: using-d-i.xml:2700 #, no-c-format #. Tag: para msgid "There is an Execute a Shell item on the menu. If the menu is not available when you need to use the shell, press Left Alt F2 (on a Mac keyboard, Option F2 ) to switch to the second virtual console. That's the Alt key on the left-hand side of the space bar, and the F2 function key, at the same time. This is a separate window running a Bourne shell clone called ash." msgstr "" -#: using-d-i.xml:2351 +#: using-d-i.xml:2712 #, no-c-format #. Tag: para msgid "At this point you are booted from the RAM disk, and there is a limited set of Unix utilities available for your use. You can see what programs are available with the command ls /bin /sbin /usr/bin /usr/sbin and by typing help. The text editor is nano. The shell has some nice features like autocompletion and history." msgstr "" -#: using-d-i.xml:2360 +#: using-d-i.xml:2721 #, no-c-format #. Tag: para msgid "Use the menus to perform any task that they are able to do — the shell and commands are only there in case something goes wrong. In particular, you should always use the menus, not the shell, to activate your swap partition, because the menu software can't detect that you've done this from the shell. Press Left Alt F1 to get back to menus, or type exit if you used a menu item to open the shell." msgstr "" -#: using-d-i.xml:2379 +#: using-d-i.xml:2740 #, no-c-format #. Tag: title msgid "Installation Over the Network" msgstr "" -#: using-d-i.xml:2381 +#: using-d-i.xml:2742 #, no-c-format #. Tag: para msgid "One of the more interesting components is network-console. It allows you to do a large part of the installation over the network via SSH. The use of the network implies you will have to perform the first steps of the installation from the console, at least to the point of setting up the networking. (Although you can automate that part with .)" msgstr "" -#: using-d-i.xml:2391 +#: using-d-i.xml:2752 #, no-c-format #. Tag: para msgid "This component is not loaded into the main installation menu by default, so you have to explicitly ask for it. If you are installing from CD, you need to boot with medium priority or otherwise invoke the main installation menu and choose Load installer components from CD and from the list of additional components select network-console: Continue installation remotely using SSH. Successful load is indicated by a new menu entry called Continue installation remotely using SSH." msgstr "" -#: using-d-i.xml:2404 +#: using-d-i.xml:2765 #, no-c-format #. Tag: para msgid "For installations on &arch-title;, this is the default method after setting up the network." msgstr "" -#: using-d-i.xml:2409 +#: using-d-i.xml:2770 #, no-c-format #. Tag: para msgid "After selecting this new entry, you You will be asked for a new password to be used for connecting to the installation system and for its confirmation. That's all. Now you should see a screen which instructs you to login remotely as the user installer with the password you just provided. Another important detail to notice on this screen is the fingerprint of this system. You need to transfer the fingerprint securely to the person who will continue the installation remotely." msgstr "" -#: using-d-i.xml:2421 +#: using-d-i.xml:2782 #, no-c-format #. Tag: para msgid "Should you decide to continue with the installation locally, you can always press &enterkey;, which will bring you back to the main menu, where you can select another component." msgstr "" -#: using-d-i.xml:2427 +#: using-d-i.xml:2788 #, no-c-format #. Tag: para msgid "" @@ -1928,25 +2175,25 @@ msgid "" " Where install_host is either the name or IP address of the computer being installed. Before the actual login the fingerprint of the remote system will be displayed and you will have to confirm that it is correct." msgstr "" -#: using-d-i.xml:2444 +#: using-d-i.xml:2805 #, no-c-format #. Tag: para msgid "If you install several computers in turn and they happen to have the same IP address or hostname, ssh will refuse to connect to such host. The reason is that it will have different fingerprint, which is usually a sign of a spoofing attack. If you are sure this is not the case, you will need to delete the relevant line from ~/.ssh/known_hosts and try again." msgstr "" -#: using-d-i.xml:2453 +#: using-d-i.xml:2814 #, no-c-format #. Tag: para msgid "After the login you will be presented with an initial screen where you have two possibilities called Start menu and Start shell. The former brings you to the main installer menu, where you can continue with the installation as usual. The latter starts a shell from which you can examine and possibly fix the remote system. You should only start one SSH session for the installation menu, but may start multiple sessions for shells." msgstr "" -#: using-d-i.xml:2463 +#: using-d-i.xml:2824 #, no-c-format #. Tag: para msgid "After you have started the installation remotely over SSH, you should not go back to the installation session running on the local console. Doing so may corrupt the database that holds the configuration of the new system. This in turn may result in a failed installation or problems with the installed system." msgstr "" -#: using-d-i.xml:2471 +#: using-d-i.xml:2832 #, no-c-format #. Tag: para msgid "Also, if you are running the SSH session from an X terminal, you should not resize the window as that will result in the connection being terminated." diff --git a/po/pt/boot-new.po b/po/pt/boot-new.po index ec7555028..f2c42d319 100644 --- a/po/pt/boot-new.po +++ b/po/pt/boot-new.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: boot-new\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-01-31 23:11+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-01-14 14:44+0000\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" @@ -341,11 +341,166 @@ msgstr "" #. Tag: title #: boot-new.xml:191 #, no-c-format +msgid "Mounting encrypted volumes" +msgstr "" + +#. Tag: para +#: boot-new.xml:193 +#, no-c-format +msgid "" +"If you created encrypted volumes during the installation and assigned them " +"mount points, you will be asked to enter the passphrase for each of these " +"volumes during the boot. The actual procedure differs slightly between dm-" +"crypt and loop-AES." +msgstr "" + +#. Tag: title +#: boot-new.xml:203 +#, no-c-format +msgid "loop-AES" +msgstr "" + +#. Tag: para +#: boot-new.xml:205 +#, no-c-format +msgid "" +"For partitions encrypted via loop-AES you will be shown the following prompt " +"during the boot: \n" +"mount: going to use loop device /dev/loopX\n" +"Password:\n" +" In the first line of the prompt, X is the number of the loop device. You are now probably " +"wondering for which volume you are actually entering " +"the passphrase. Does is relate to your /home? Or to " +"/var? Of course, if you have just one encrypted volume, " +"this is easy and you can just enter the passphrase you used when setting up " +"this volume. If you set up more than one encrypted volume during the " +"installation, the notes you wrote down as the last step in come in handy. If you did not make a note of the " +"mapping between loopX and " +"the mount points before, you can still find it in /etc/fstab of your new system." +msgstr "" + +#. Tag: para +#: boot-new.xml:226 +#, no-c-format +msgid "" +"No characters (even asterisks) will be shown while entering the passphrase. " +"Be careful, you have only one try. If you enter wrong " +"passphrase, an error message will appear and the boot process will skip that " +"volume and continue to mount the next filesystem. Please see for further information." +msgstr "" + +#. Tag: para +#: boot-new.xml:235 +#, no-c-format +msgid "After entering all passphrases the boot should continue as usual." +msgstr "" + +#. Tag: title +#: boot-new.xml:243 +#, no-c-format +msgid "dm-crypt" +msgstr "" + +#. Tag: para +#: boot-new.xml:245 +#, no-c-format +msgid "TODO: write something once it works." +msgstr "" + +#. Tag: title +#: boot-new.xml:253 +#, no-c-format +msgid "Troubleshooting" +msgstr "" + +#. Tag: para +#: boot-new.xml:255 +#, no-c-format +msgid "" +"If some of the encrypted volumes could not be mounted because a wrong " +"passphrase was entered, you will have to mount them manually after the boot. " +"There are several cases." +msgstr "" + +#. Tag: para +#: boot-new.xml:264 +#, no-c-format +msgid "" +"The first case concerns the root partition. When it is not mounted " +"correctly, the boot process will halt and you will have to reboot the " +"computer to try again." +msgstr "" + +#. Tag: para +#: boot-new.xml:271 +#, no-c-format +msgid "" +"The easiest case is for encrypted volumes holding data like /home or /srv. You can simply mount them manually " +"after the boot. For loop-AES this is one-step operation: " +"\n" +"# mount /mount_point\n" +"Password:\n" +" where /mount_point " +"should be replaced by the particular directory (e.g. /home). The only difference from an ordinary mount is that you will be " +"asked to enter the passphrase for this volume." +msgstr "" + +#. Tag: para +#: boot-new.xml:285 +#, no-c-format +msgid "" +"For dm-crypt this is a bit trickier. First you need to register the volumes " +"with device mapper by running: " +"\n" +"# /etc/init.d/cryptdisks start\n" +" This will scan all volumes mentioned in " +"/etc/crypttab and will create appropriate devices under " +"the /dev directory after entering the correct " +"passphrases. (Already registered volumes will be skipped, so you can repeat " +"this command several times without worrying.) After successful registration " +"you can simply mount the volumes the usual way:" +msgstr "" + +#. Tag: screen +#: boot-new.xml:300 +#, no-c-format +msgid "" +"# mount /mount_point" +msgstr "" + +#. Tag: para +#: boot-new.xml:303 +#, no-c-format +msgid "" +"If the volumes holding noncritical system files could not be mounted " +"(/usr or /var), the system should " +"still boot and you should be able to mount the volumes manually like in the " +"previous case. However, you will also need to (re)start any services usually " +"running in your default runlevel because it is very likely that they were " +"not started. The easiest way to achieve this is by switching to the first " +"runlevel and back by entering \n" +"# init 1\n" +" at the shell prompt and pressing " +"Control D when asked for the " +"root password." +msgstr "" + +#. Tag: title +#: boot-new.xml:326 +#, no-c-format msgid "Log In" msgstr "Log In" #. Tag: para -#: boot-new.xml:193 +#: boot-new.xml:328 #, no-c-format msgid "" "Once your system boots, you'll be presented with the login prompt. Log in " @@ -358,7 +513,7 @@ msgstr "" "pronto a ser utilizado." #. Tag: para -#: boot-new.xml:199 +#: boot-new.xml:334 #, no-c-format msgid "" "If you are a new user, you may want to explore the documentation which is " @@ -373,7 +528,7 @@ msgstr "" "pontos de partida." #. Tag: para -#: boot-new.xml:207 +#: boot-new.xml:342 #, no-c-format msgid "" "Documentation accompanying programs you have installed is in /usr/" @@ -390,7 +545,7 @@ msgstr "" "filename>." #. Tag: para -#: boot-new.xml:216 +#: boot-new.xml:351 #, no-c-format msgid "" "In addition, there are some special folders within the /usr/share/" @@ -406,7 +561,7 @@ msgstr "" "índices navegáveis da documentação instalada pelo dhelp." #. Tag: para -#: boot-new.xml:226 +#: boot-new.xml:361 #, no-c-format msgid "" "One easy way to view these documents is to cd /usr/share/doc/info command/usr/" diff --git a/po/pt/hardware.po b/po/pt/hardware.po index 169f4db16..da85d0828 100644 --- a/po/pt/hardware.po +++ b/po/pt/hardware.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: hardware\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-05-04 19:49+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-06-30 21:29+0000\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" @@ -291,9 +291,9 @@ msgstr "RiscPC" #. Tag: entry #: hardware.xml:118 -#, no-c-format -msgid "riscpc" -msgstr "riscpc" +#, fuzzy, no-c-format +msgid "rpc" +msgstr "powerpc" #. Tag: entry #: hardware.xml:122 @@ -339,9 +339,9 @@ msgstr "PReP" #. Tag: entry #: hardware.xml:131 -#, no-c-format -msgid "prep" -msgstr "prep" +#, fuzzy, no-c-format +msgid "prep" +msgstr "powerpc" #. Tag: entry #: hardware.xml:133 @@ -430,126 +430,120 @@ msgstr "r4k-ip22" #. Tag: entry #: hardware.xml:160 #, no-c-format -msgid "r5k-ip22" -msgstr "r5k-ip22" - -#. Tag: entry -#: hardware.xml:162 -#, no-c-format msgid "SGI IP32 (O2)" msgstr "SGI IP32 (O2)" #. Tag: entry -#: hardware.xml:163 +#: hardware.xml:161 #, no-c-format msgid "r5k-ip32" msgstr "r5k-ip32" #. Tag: entry -#: hardware.xml:165 hardware.xml:183 +#: hardware.xml:163 hardware.xml:181 #, no-c-format msgid "Broadcom BCM91250A (SWARM)" msgstr "Broadcom BCM91250A (SWARM)" #. Tag: entry -#: hardware.xml:166 hardware.xml:184 +#: hardware.xml:164 hardware.xml:182 #, no-c-format msgid "sb1-bcm91250a" msgstr "sb1-bcm91250a" #. Tag: entry -#: hardware.xml:168 hardware.xml:186 +#: hardware.xml:166 hardware.xml:184 #, no-c-format msgid "Broadcom BCM91480B (BigSur)" msgstr "Broadcom BCM91480B (BigSur)" #. Tag: entry -#: hardware.xml:169 hardware.xml:187 +#: hardware.xml:167 hardware.xml:185 #, no-c-format msgid "sb1a-bcm91480b" msgstr "sb1a-bcm91480b" #. Tag: entry -#: hardware.xml:173 +#: hardware.xml:171 #, no-c-format msgid "MIPS (little endian)" msgstr "MIPS (little endian)" #. Tag: entry -#: hardware.xml:174 +#: hardware.xml:172 #, no-c-format msgid "mipsel" msgstr "mipsel" #. Tag: entry -#: hardware.xml:175 +#: hardware.xml:173 #, no-c-format msgid "Cobalt" msgstr "Cobalt" #. Tag: entry -#: hardware.xml:176 +#: hardware.xml:174 #, no-c-format msgid "cobalt" msgstr "cobalt" #. Tag: entry -#: hardware.xml:178 +#: hardware.xml:176 #, no-c-format msgid "DECstation" msgstr "DECstation" #. Tag: entry -#: hardware.xml:179 hardware.xml:1010 hardware.xml:1025 hardware.xml:1035 +#: hardware.xml:177 hardware.xml:1008 hardware.xml:1023 hardware.xml:1033 #, no-c-format msgid "r4k-kn04" msgstr "r4k-kn04" #. Tag: entry -#: hardware.xml:181 hardware.xml:1005 hardware.xml:1015 hardware.xml:1020 -#: hardware.xml:1030 +#: hardware.xml:179 hardware.xml:1003 hardware.xml:1013 hardware.xml:1018 +#: hardware.xml:1028 #, no-c-format msgid "r3k-kn02" msgstr "r3k-kn02" #. Tag: entry -#: hardware.xml:191 +#: hardware.xml:189 #, no-c-format msgid "IBM S/390" msgstr "IBM S/390" #. Tag: entry -#: hardware.xml:192 +#: hardware.xml:190 #, no-c-format msgid "s390" msgstr "s390" #. Tag: entry -#: hardware.xml:193 +#: hardware.xml:191 #, no-c-format msgid "IPL from VM-reader and DASD" msgstr "IPL a partir de VM-reader e DASD" #. Tag: entry -#: hardware.xml:194 +#: hardware.xml:192 #, no-c-format msgid "generic" msgstr "generic" #. Tag: entry -#: hardware.xml:196 +#: hardware.xml:194 #, no-c-format msgid "IPL from tape" msgstr "IPL a partir de tape" #. Tag: entry -#: hardware.xml:197 +#: hardware.xml:195 #, no-c-format msgid "tape" msgstr "tape" #. Tag: para -#: hardware.xml:202 +#: hardware.xml:200 #, no-c-format msgid "" "This document covers installation for the &arch-title; " @@ -563,7 +557,7 @@ msgstr "" "www.debian.org/ports/\">Conversões Debian." #. Tag: para -#: hardware.xml:210 +#: hardware.xml:208 #, no-c-format msgid "" "This is the first official release of &debian; for the &arch-title; " @@ -586,15 +580,15 @@ msgstr "" "list debian-&arch-listname;" #. Tag: title -#: hardware.xml:233 hardware.xml:692 hardware.xml:768 hardware.xml:787 -#: hardware.xml:830 hardware.xml:872 hardware.xml:940 hardware.xml:1099 -#: hardware.xml:1505 +#: hardware.xml:231 hardware.xml:690 hardware.xml:766 hardware.xml:785 +#: hardware.xml:828 hardware.xml:870 hardware.xml:938 hardware.xml:1097 +#: hardware.xml:1543 #, no-c-format msgid "CPU, Main Boards, and Video Support" msgstr "Suporte de CPUs, Placas principais e de Vídeo" #. Tag: para -#: hardware.xml:234 +#: hardware.xml:232 #, no-c-format msgid "" "Complete information regarding supported DEC Alphas can be found at XLT" msgstr "XLT" #. Tag: entry -#: hardware.xml:288 +#: hardware.xml:286 #, no-c-format msgid "xlt" msgstr "xlt" #. Tag: entry -#: hardware.xml:292 +#: hardware.xml:290 #, no-c-format msgid "BOOK1" msgstr "BOOK1" #. Tag: entry -#: hardware.xml:293 +#: hardware.xml:291 #, no-c-format msgid "AlphaBook1 (laptop)" msgstr "AlphaBook1 (laptop)" #. Tag: entry -#: hardware.xml:294 +#: hardware.xml:292 #, no-c-format msgid "Alphabook1/Burns" msgstr "Alphabook1/Burns" #. Tag: entry -#: hardware.xml:295 +#: hardware.xml:293 #, no-c-format msgid "book1" msgstr "Alphabook1/Burns" #. Tag: entry -#: hardware.xml:299 +#: hardware.xml:297 #, no-c-format msgid "AVANTI" msgstr "AVANTI" #. Tag: entry -#: hardware.xml:300 +#: hardware.xml:298 #, no-c-format msgid "AlphaStation 200 4/100...166" msgstr "AlphaStation 200 4/100...166" #. Tag: entry -#: hardware.xml:301 +#: hardware.xml:299 #, no-c-format msgid "Mustang" msgstr "Mustang" #. Tag: entry -#: hardware.xml:302 hardware.xml:306 hardware.xml:310 hardware.xml:314 -#: hardware.xml:318 hardware.xml:322 hardware.xml:326 hardware.xml:330 +#: hardware.xml:300 hardware.xml:304 hardware.xml:308 hardware.xml:312 +#: hardware.xml:316 hardware.xml:320 hardware.xml:324 hardware.xml:328 #, no-c-format msgid "avanti" msgstr "avanti" #. Tag: entry -#: hardware.xml:304 +#: hardware.xml:302 #, no-c-format msgid "AlphaStation 200 4/233" msgstr "AlphaStation 200 4/233" #. Tag: entry -#: hardware.xml:305 +#: hardware.xml:303 #, no-c-format msgid "Mustang+" msgstr "Mustang+" #. Tag: entry -#: hardware.xml:308 +#: hardware.xml:306 #, no-c-format msgid "AlphaStation 205 4/133...333" msgstr "AlphaStation 205 4/133...333" #. Tag: entry -#: hardware.xml:309 +#: hardware.xml:307 #, no-c-format msgid "LX3" msgstr "LX3" #. Tag: entry -#: hardware.xml:312 +#: hardware.xml:310 #, no-c-format msgid "AlphaStation 250 4/300" msgstr "AlphaStation 250 4/300" #. Tag: entry -#: hardware.xml:313 +#: hardware.xml:311 #, no-c-format msgid "M3+" msgstr "M3+" #. Tag: entry -#: hardware.xml:316 +#: hardware.xml:314 #, no-c-format msgid "AlphaStation 255 4/133...333" msgstr "AlphaStation 255 4/133...333" #. Tag: entry -#: hardware.xml:317 +#: hardware.xml:315 #, no-c-format msgid "LX3+" msgstr "LX3+" #. Tag: entry -#: hardware.xml:320 +#: hardware.xml:318 #, no-c-format msgid "AlphaStation 300 4/266" msgstr "AlphaStation 300 4/266" #. Tag: entry -#: hardware.xml:321 +#: hardware.xml:319 #, no-c-format msgid "Melmac" msgstr "Melmac" #. Tag: entry -#: hardware.xml:324 +#: hardware.xml:322 #, no-c-format msgid "AlphaStation 400 4/166" msgstr "AlphaStation 400 4/166" #. Tag: entry -#: hardware.xml:325 +#: hardware.xml:323 #, no-c-format msgid "Chinet" msgstr "Chinet" #. Tag: entry -#: hardware.xml:328 +#: hardware.xml:326 #, no-c-format msgid "AlphaStation 400 4/233...300" msgstr "AlphaStation 400 4/233...300" #. Tag: entry -#: hardware.xml:329 +#: hardware.xml:327 #, no-c-format msgid "Avanti" msgstr "Avanti" #. Tag: entry -#: hardware.xml:334 hardware.xml:347 hardware.xml:348 +#: hardware.xml:332 hardware.xml:345 hardware.xml:346 #, no-c-format msgid "EB164" msgstr "EB164" #. Tag: entry -#: hardware.xml:335 +#: hardware.xml:333 #, no-c-format msgid "AlphaPC164" msgstr "AlphaPC164" #. Tag: entry -#: hardware.xml:336 +#: hardware.xml:334 #, no-c-format msgid "PC164" msgstr "PC164" #. Tag: entry -#: hardware.xml:337 +#: hardware.xml:335 #, no-c-format msgid "pc164" msgstr "pc164" #. Tag: entry -#: hardware.xml:339 +#: hardware.xml:337 #, no-c-format msgid "AlphaPC164-LX" msgstr "AlphaPC164-LX" #. Tag: entry -#: hardware.xml:340 +#: hardware.xml:338 #, no-c-format msgid "LX164" msgstr "LX164" #. Tag: entry -#: hardware.xml:341 +#: hardware.xml:339 #, no-c-format msgid "lx164" msgstr "lx164" #. Tag: entry -#: hardware.xml:343 +#: hardware.xml:341 #, no-c-format msgid "AlphaPC164-SX" msgstr "AlphaPC164-SX" #. Tag: entry -#: hardware.xml:344 +#: hardware.xml:342 #, no-c-format msgid "SX164" msgstr "SX164" #. Tag: entry -#: hardware.xml:345 +#: hardware.xml:343 #, no-c-format msgid "sx164" msgstr "sx164" #. Tag: entry -#: hardware.xml:349 +#: hardware.xml:347 #, no-c-format msgid "eb164" msgstr "eb164" #. Tag: entry -#: hardware.xml:353 hardware.xml:362 hardware.xml:363 +#: hardware.xml:351 hardware.xml:360 hardware.xml:361 #, no-c-format msgid "EB64+" msgstr "EB64+" #. Tag: entry -#: hardware.xml:354 +#: hardware.xml:352 #, no-c-format msgid "AlphaPC64" msgstr "AlphaPC64" #. Tag: entry -#: hardware.xml:355 hardware.xml:359 +#: hardware.xml:353 hardware.xml:357 #, no-c-format msgid "Cabriolet" msgstr "Cabriolet" #. Tag: entry -#: hardware.xml:356 hardware.xml:360 +#: hardware.xml:354 hardware.xml:358 #, no-c-format msgid "cabriolet" msgstr "Cabriolet" #. Tag: entry -#: hardware.xml:358 +#: hardware.xml:356 #, no-c-format msgid "AlphaPCI64" msgstr "AlphaPCI64" #. Tag: entry -#: hardware.xml:364 +#: hardware.xml:362 #, no-c-format msgid "eb64p" msgstr "eb64p" #. Tag: entry -#: hardware.xml:368 hardware.xml:369 hardware.xml:370 +#: hardware.xml:366 hardware.xml:367 hardware.xml:368 #, no-c-format msgid "EB66" msgstr "EB66" #. Tag: entry -#: hardware.xml:371 +#: hardware.xml:369 #, no-c-format msgid "eb66" msgstr "eb66" #. Tag: entry -#: hardware.xml:373 hardware.xml:374 +#: hardware.xml:371 hardware.xml:372 #, no-c-format msgid "EB66+" msgstr "EB66+" #. Tag: entry -#: hardware.xml:375 +#: hardware.xml:373 #, no-c-format msgid "eb66p" msgstr "eb66p" #. Tag: entry -#: hardware.xml:379 +#: hardware.xml:377 #, no-c-format msgid "JENSEN" msgstr "JENSEN" #. Tag: entry -#: hardware.xml:380 +#: hardware.xml:378 #, no-c-format msgid "DEC 2000 Model 300(S)" msgstr "DEC 2000 Model 300(S)" #. Tag: entry -#: hardware.xml:381 hardware.xml:389 +#: hardware.xml:379 hardware.xml:387 #, no-c-format msgid "Jensen" msgstr "Jensen" #. Tag: entry -#: hardware.xml:382 hardware.xml:386 hardware.xml:390 hardware.xml:451 -#: hardware.xml:455 hardware.xml:473 hardware.xml:477 hardware.xml:481 -#: hardware.xml:485 hardware.xml:489 hardware.xml:493 hardware.xml:497 -#: hardware.xml:511 hardware.xml:515 hardware.xml:519 hardware.xml:523 -#: hardware.xml:527 hardware.xml:561 hardware.xml:565 hardware.xml:569 -#: hardware.xml:573 hardware.xml:587 hardware.xml:591 hardware.xml:595 -#: hardware.xml:599 hardware.xml:606 hardware.xml:610 hardware.xml:614 -#: hardware.xml:618 hardware.xml:622 hardware.xml:626 hardware.xml:630 -#: hardware.xml:634 hardware.xml:638 hardware.xml:642 hardware.xml:646 -#: hardware.xml:650 hardware.xml:654 hardware.xml:661 hardware.xml:665 +#: hardware.xml:380 hardware.xml:384 hardware.xml:388 hardware.xml:449 +#: hardware.xml:453 hardware.xml:471 hardware.xml:475 hardware.xml:479 +#: hardware.xml:483 hardware.xml:487 hardware.xml:491 hardware.xml:495 +#: hardware.xml:509 hardware.xml:513 hardware.xml:517 hardware.xml:521 +#: hardware.xml:525 hardware.xml:559 hardware.xml:563 hardware.xml:567 +#: hardware.xml:571 hardware.xml:585 hardware.xml:589 hardware.xml:593 +#: hardware.xml:597 hardware.xml:604 hardware.xml:608 hardware.xml:612 +#: hardware.xml:616 hardware.xml:620 hardware.xml:624 hardware.xml:628 +#: hardware.xml:632 hardware.xml:636 hardware.xml:640 hardware.xml:644 +#: hardware.xml:648 hardware.xml:652 hardware.xml:659 hardware.xml:663 #, no-c-format msgid "N/A" msgstr "N/D" #. Tag: entry -#: hardware.xml:384 +#: hardware.xml:382 #, no-c-format msgid "DEC 2000 Model 500" msgstr "DEC 2000 Model 500" #. Tag: entry -#: hardware.xml:385 +#: hardware.xml:383 #, no-c-format msgid "Culzen" msgstr "Culzen" #. Tag: entry -#: hardware.xml:388 +#: hardware.xml:386 #, no-c-format msgid "DECpc 150" msgstr "DECpc 150" #. Tag: entry -#: hardware.xml:394 +#: hardware.xml:392 #, no-c-format msgid "MIATA" msgstr "MIATA" #. Tag: entry -#: hardware.xml:395 +#: hardware.xml:393 #, no-c-format msgid "Personal WorkStation 433a" msgstr "Personal WorkStation 433a" #. Tag: entry -#: hardware.xml:396 hardware.xml:400 hardware.xml:404 hardware.xml:408 -#: hardware.xml:412 hardware.xml:416 hardware.xml:420 hardware.xml:424 +#: hardware.xml:394 hardware.xml:398 hardware.xml:402 hardware.xml:406 +#: hardware.xml:410 hardware.xml:414 hardware.xml:418 hardware.xml:422 #, no-c-format msgid "Miata" msgstr "Miata" #. Tag: entry -#: hardware.xml:397 hardware.xml:401 hardware.xml:405 hardware.xml:409 -#: hardware.xml:413 hardware.xml:417 hardware.xml:421 hardware.xml:425 +#: hardware.xml:395 hardware.xml:399 hardware.xml:403 hardware.xml:407 +#: hardware.xml:411 hardware.xml:415 hardware.xml:419 hardware.xml:423 #, no-c-format msgid "miata" msgstr "miata" #. Tag: entry -#: hardware.xml:399 +#: hardware.xml:397 #, no-c-format msgid "Personal WorkStation 433au" msgstr "Personal WorkStation 433au" #. Tag: entry -#: hardware.xml:403 +#: hardware.xml:401 #, no-c-format msgid "Personal WorkStation 466au" msgstr "Personal WorkStation 466au" #. Tag: entry -#: hardware.xml:407 +#: hardware.xml:405 #, no-c-format msgid "Personal WorkStation 500a" msgstr "Personal WorkStation 500a" #. Tag: entry -#: hardware.xml:411 +#: hardware.xml:409 #, no-c-format msgid "Personal WorkStation 500au" msgstr "Personal WorkStation 500au" #. Tag: entry -#: hardware.xml:415 +#: hardware.xml:413 #, no-c-format msgid "Personal WorkStation 550au" msgstr "Personal WorkStation 550au" #. Tag: entry -#: hardware.xml:419 +#: hardware.xml:417 #, no-c-format msgid "Personal WorkStation 600a" msgstr "Personal WorkStation 600a" #. Tag: entry -#: hardware.xml:423 +#: hardware.xml:421 #, no-c-format msgid "Personal WorkStation 600au" msgstr "Personal WorkStation 600au" #. Tag: entry -#: hardware.xml:429 +#: hardware.xml:427 #, no-c-format msgid "MIKASA" msgstr "MIKASA" #. Tag: entry -#: hardware.xml:430 +#: hardware.xml:428 #, no-c-format msgid "AlphaServer 1000 4/200" msgstr "AlphaServer 1000 4/200" #. Tag: entry -#: hardware.xml:431 +#: hardware.xml:429 #, no-c-format msgid "Mikasa" msgstr "Mikasa" #. Tag: entry -#: hardware.xml:432 hardware.xml:436 hardware.xml:440 hardware.xml:444 +#: hardware.xml:430 hardware.xml:434 hardware.xml:438 hardware.xml:442 #, no-c-format msgid "mikasa" msgstr "mikasa" #. Tag: entry -#: hardware.xml:434 +#: hardware.xml:432 #, no-c-format msgid "AlphaServer 1000 4/233..266" msgstr "AlphaServer 1000 4/233..266" #. Tag: entry -#: hardware.xml:435 +#: hardware.xml:433 #, no-c-format msgid "Mikasa+" msgstr "Mikasa+" #. Tag: entry -#: hardware.xml:438 hardware.xml:442 +#: hardware.xml:436 hardware.xml:440 #, no-c-format msgid "AlphaServer 1000 5/300" msgstr "AlphaServer 1000 5/300" #. Tag: entry -#: hardware.xml:439 +#: hardware.xml:437 #, no-c-format msgid "Mikasa-Pinnacle" msgstr "Mikasa-Pinnacle" #. Tag: entry -#: hardware.xml:443 +#: hardware.xml:441 #, no-c-format msgid "Mikasa-Primo" msgstr "Mikasa-Primo" #. Tag: entry -#: hardware.xml:448 +#: hardware.xml:446 #, no-c-format msgid "NAUTILUS" msgstr "NAUTILUS" #. Tag: entry -#: hardware.xml:449 +#: hardware.xml:447 #, no-c-format msgid "UP1000" msgstr "UP1000" #. Tag: entry -#: hardware.xml:450 +#: hardware.xml:448 #, no-c-format msgid "Nautilus" msgstr "Nautilus" #. Tag: entry -#: hardware.xml:453 +#: hardware.xml:451 #, no-c-format msgid "UP1100" msgstr "UP1100" #. Tag: entry -#: hardware.xml:454 +#: hardware.xml:452 #, no-c-format msgid "Galaxy-Train/Nautilus Jr." msgstr "Galaxy-Train/Nautilus Jr." #. Tag: entry -#: hardware.xml:459 +#: hardware.xml:457 #, no-c-format msgid "NONAME" msgstr "NONAME" #. Tag: entry -#: hardware.xml:460 +#: hardware.xml:458 #, no-c-format msgid "AXPpci33" msgstr "AXPpci33" #. Tag: entry -#: hardware.xml:461 +#: hardware.xml:459 #, no-c-format msgid "Noname" msgstr "Noname" #. Tag: entry -#: hardware.xml:462 hardware.xml:466 +#: hardware.xml:460 hardware.xml:464 #, no-c-format msgid "noname" msgstr "noname" #. Tag: entry -#: hardware.xml:464 +#: hardware.xml:462 #, no-c-format msgid "UDB" msgstr "UDB" #. Tag: entry -#: hardware.xml:465 +#: hardware.xml:463 #, no-c-format msgid "Multia" msgstr "Multia" #. Tag: entry -#: hardware.xml:470 +#: hardware.xml:468 #, no-c-format msgid "NORITAKE" msgstr "NORITAKE" #. Tag: entry -#: hardware.xml:471 +#: hardware.xml:469 #, no-c-format msgid "AlphaServer 1000A 4/233...266" msgstr "AlphaServer 1000A 4/233...266" #. Tag: entry -#: hardware.xml:472 +#: hardware.xml:470 #, no-c-format msgid "Noritake" msgstr "Noritake" #. Tag: entry -#: hardware.xml:475 +#: hardware.xml:473 #, no-c-format msgid "AlphaServer 1000A 5/300" msgstr "AlphaServer 1000A 5/300" #. Tag: entry -#: hardware.xml:476 +#: hardware.xml:474 #, no-c-format msgid "Noritake-Pinnacle" msgstr "Noritake-Pinnacle" #. Tag: entry -#: hardware.xml:479 +#: hardware.xml:477 #, no-c-format msgid "AlphaServer 1000A 5/333...500" msgstr "AlphaServer 1000A 5/333...500" #. Tag: entry -#: hardware.xml:480 +#: hardware.xml:478 #, no-c-format msgid "Noritake-Primo" msgstr "Noritake-Primo" #. Tag: entry -#: hardware.xml:483 +#: hardware.xml:481 #, no-c-format msgid "AlphaServer 800 5/333...500" msgstr "AlphaServer 800 5/333...500" #. Tag: entry -#: hardware.xml:484 hardware.xml:492 hardware.xml:496 +#: hardware.xml:482 hardware.xml:490 hardware.xml:494 #, no-c-format msgid "Corelle" msgstr "Corelle" #. Tag: entry -#: hardware.xml:487 +#: hardware.xml:485 #, no-c-format msgid "AlphaStation 600 A" msgstr "AlphaStation 600 A" #. Tag: entry -#: hardware.xml:488 +#: hardware.xml:486 #, no-c-format msgid "Alcor-Primo" msgstr "Alcor-Primo" #. Tag: entry -#: hardware.xml:491 +#: hardware.xml:489 #, no-c-format msgid "Digital Server 3300" msgstr "Digital Server 3300" #. Tag: entry -#: hardware.xml:495 +#: hardware.xml:493 #, no-c-format msgid "Digital Server 3300R" msgstr "Digital Server 3300R" #. Tag: entry -#: hardware.xml:501 +#: hardware.xml:499 #, no-c-format msgid "PLATFORM 2000" msgstr "PLATFORM 2000" #. Tag: entry -#: hardware.xml:502 hardware.xml:503 +#: hardware.xml:500 hardware.xml:501 #, no-c-format msgid "P2K" msgstr "P2K" #. Tag: entry -#: hardware.xml:504 +#: hardware.xml:502 #, no-c-format msgid "p2k" msgstr "p2k" #. Tag: entry -#: hardware.xml:508 +#: hardware.xml:506 #, no-c-format msgid "RAWHIDE" msgstr "RAWHIDE" #. Tag: entry -#: hardware.xml:509 +#: hardware.xml:507 #, no-c-format msgid "AlphaServer 1200 5/xxx" msgstr "AlphaServer 1200 5/xxx" #. Tag: entry -#: hardware.xml:510 hardware.xml:522 +#: hardware.xml:508 hardware.xml:520 #, no-c-format msgid "Tincup/DaVinci" msgstr "Tincup/DaVinci" #. Tag: entry -#: hardware.xml:513 +#: hardware.xml:511 #, no-c-format msgid "AlphaServer 4000 5/xxx" msgstr "AlphaServer 4000 5/xxx" #. Tag: entry -#: hardware.xml:514 +#: hardware.xml:512 #, no-c-format msgid "Wrangler/Durango" msgstr "Wrangler/Durango" #. Tag: entry -#: hardware.xml:517 +#: hardware.xml:515 #, no-c-format msgid "AlphaServer 4100 5/xxx" msgstr "AlphaServer 4100 5/xxx" #. Tag: entry -#: hardware.xml:518 hardware.xml:526 +#: hardware.xml:516 hardware.xml:524 #, no-c-format msgid "Dodge" msgstr "Dodge" #. Tag: entry -#: hardware.xml:521 +#: hardware.xml:519 #, no-c-format msgid "Digital Server 5300" msgstr "Digital Server 5300" #. Tag: entry -#: hardware.xml:525 +#: hardware.xml:523 #, no-c-format msgid "Digital Server 7300" msgstr "Digital Server 7300" #. Tag: entry -#: hardware.xml:531 +#: hardware.xml:529 #, no-c-format msgid "RUFFIAN" msgstr "RUFFIAN" #. Tag: entry -#: hardware.xml:532 +#: hardware.xml:530 #, no-c-format msgid "DeskStation AlphaPC164-UX" msgstr "DeskStation AlphaPC164-UX" #. Tag: entry -#: hardware.xml:533 hardware.xml:537 hardware.xml:541 hardware.xml:545 -#: hardware.xml:549 hardware.xml:553 +#: hardware.xml:531 hardware.xml:535 hardware.xml:539 hardware.xml:543 +#: hardware.xml:547 hardware.xml:551 #, no-c-format msgid "Ruffian" msgstr "Ruffian" #. Tag: entry -#: hardware.xml:534 hardware.xml:538 hardware.xml:542 hardware.xml:546 -#: hardware.xml:550 hardware.xml:554 +#: hardware.xml:532 hardware.xml:536 hardware.xml:540 hardware.xml:544 +#: hardware.xml:548 hardware.xml:552 #, no-c-format msgid "ruffian" msgstr "ruffian" #. Tag: entry -#: hardware.xml:536 +#: hardware.xml:534 #, no-c-format msgid "DeskStation RPL164-2" msgstr "DeskStation RPL164-2" #. Tag: entry -#: hardware.xml:540 +#: hardware.xml:538 #, no-c-format msgid "DeskStation RPL164-4" msgstr "DeskStation RPL164-4" #. Tag: entry -#: hardware.xml:544 +#: hardware.xml:542 #, no-c-format msgid "DeskStation RPX164-2" msgstr "DeskStation RPX164-2" #. Tag: entry -#: hardware.xml:548 +#: hardware.xml:546 #, no-c-format msgid "DeskStation RPX164-4" msgstr "DeskStation RPX164-4" #. Tag: entry -#: hardware.xml:552 +#: hardware.xml:550 #, no-c-format msgid "Samsung AlphaPC164-BX" msgstr "Samsung AlphaPC164-BX" #. Tag: entry -#: hardware.xml:558 +#: hardware.xml:556 #, no-c-format msgid "SABLE" msgstr "SABLE" #. Tag: entry -#: hardware.xml:559 +#: hardware.xml:557 #, no-c-format msgid "AlphaServer 2000 4/xxx" msgstr "AlphaServer 2000 4/xxx" #. Tag: entry -#: hardware.xml:560 +#: hardware.xml:558 #, no-c-format msgid "Demi-Sable" msgstr "Demi-Sable" #. Tag: entry -#: hardware.xml:563 +#: hardware.xml:561 #, no-c-format msgid "AlphaServer 2000 5/xxx" msgstr "AlphaServer 2000 5/xxx" #. Tag: entry -#: hardware.xml:564 +#: hardware.xml:562 #, no-c-format msgid "Demi-Gamma-Sable" msgstr "Demi-Gamma-Sable" #. Tag: entry -#: hardware.xml:567 +#: hardware.xml:565 #, no-c-format msgid "AlphaServer 2100 4/xxx" msgstr "AlphaServer 2100 4/xxx" #. Tag: entry -#: hardware.xml:568 +#: hardware.xml:566 #, no-c-format msgid "Sable" msgstr "Sable" #. Tag: entry -#: hardware.xml:571 +#: hardware.xml:569 #, no-c-format msgid "AlphaServer 2100 5/xxx" msgstr "AlphaServer 2100 5/xxx" #. Tag: entry -#: hardware.xml:572 +#: hardware.xml:570 #, no-c-format msgid "Gamma-Sable" msgstr "Gamma-Sable" #. Tag: entry -#: hardware.xml:577 +#: hardware.xml:575 #, no-c-format msgid "TAKARA" msgstr "TAKARA" #. Tag: entry -#: hardware.xml:578 +#: hardware.xml:576 #, no-c-format msgid "21164 PICMG SBC" msgstr "21164 PICMG SBC" #. Tag: entry -#: hardware.xml:579 +#: hardware.xml:577 #, no-c-format msgid "Takara" msgstr "Takara" #. Tag: entry -#: hardware.xml:580 +#: hardware.xml:578 #, no-c-format msgid "takara" msgstr "takara" #. Tag: entry -#: hardware.xml:584 +#: hardware.xml:582 #, no-c-format msgid "TITAN" msgstr "TITAN" #. Tag: entry -#: hardware.xml:585 +#: hardware.xml:583 #, no-c-format msgid "AlphaServer DS15" msgstr "AlphaServer DS15" #. Tag: entry -#: hardware.xml:586 +#: hardware.xml:584 #, no-c-format msgid "HyperBrick2" msgstr "HyperBrick2" #. Tag: entry -#: hardware.xml:589 +#: hardware.xml:587 #, no-c-format msgid "AlphaServer DS25" msgstr "AlphaServer DS25" #. Tag: entry -#: hardware.xml:590 +#: hardware.xml:588 #, no-c-format msgid "Granite" msgstr "Granite" #. Tag: entry -#: hardware.xml:593 +#: hardware.xml:591 #, no-c-format msgid "AlphaServer ES45" msgstr "AlphaServer ES45" #. Tag: entry -#: hardware.xml:594 +#: hardware.xml:592 #, no-c-format msgid "Privateer" msgstr "Privateer" #. Tag: entry -#: hardware.xml:597 hardware.xml:636 hardware.xml:640 +#: hardware.xml:595 hardware.xml:634 hardware.xml:638 #, no-c-format msgid "UNKNOWN" msgstr "DESCONHECIDO" #. Tag: entry -#: hardware.xml:598 +#: hardware.xml:596 #, no-c-format msgid "Yukon" msgstr "Yukon" #. Tag: entry -#: hardware.xml:603 +#: hardware.xml:601 #, no-c-format msgid "TSUNAMI" msgstr "TSUNAMI" #. Tag: entry -#: hardware.xml:604 +#: hardware.xml:602 #, no-c-format msgid "AlphaServer DS10" msgstr "AlphaServer DS10" #. Tag: entry -#: hardware.xml:605 hardware.xml:653 +#: hardware.xml:603 hardware.xml:651 #, no-c-format msgid "Webbrick" msgstr "Webbrick" #. Tag: entry -#: hardware.xml:608 +#: hardware.xml:606 #, no-c-format msgid "AlphaServer DS10L" msgstr "AlphaServer DS10L" #. Tag: entry -#: hardware.xml:609 +#: hardware.xml:607 #, no-c-format msgid "Slate" msgstr "Slate" #. Tag: entry -#: hardware.xml:612 +#: hardware.xml:610 #, no-c-format msgid "AlphaServer DS20" msgstr "AlphaServer DS20" #. Tag: entry -#: hardware.xml:613 +#: hardware.xml:611 #, no-c-format msgid "Catamaran/Goldrush" msgstr "Catamaran/Goldrush" #. Tag: entry -#: hardware.xml:616 +#: hardware.xml:614 #, no-c-format msgid "AlphaServer DS20E" msgstr "AlphaServer DS20E" #. Tag: entry -#: hardware.xml:617 +#: hardware.xml:615 #, no-c-format msgid "Goldrack" msgstr "Goldrack" #. Tag: entry -#: hardware.xml:620 +#: hardware.xml:618 #, no-c-format msgid "AlphaServer DS20L" msgstr "AlphaServer DS20L" #. Tag: entry -#: hardware.xml:621 +#: hardware.xml:619 #, no-c-format msgid "Shark" msgstr "Shark" #. Tag: entry -#: hardware.xml:624 +#: hardware.xml:622 #, no-c-format msgid "AlphaServer ES40" msgstr "AlphaServer ES40" #. Tag: entry -#: hardware.xml:625 +#: hardware.xml:623 #, no-c-format msgid "Clipper" msgstr "Clipper" #. Tag: entry -#: hardware.xml:628 hardware.xml:629 +#: hardware.xml:626 hardware.xml:627 #, no-c-format msgid "DP264" msgstr "DP264" #. Tag: entry -#: hardware.xml:632 +#: hardware.xml:630 #, no-c-format msgid "SMARTengine 21264 PCI/ISA SBC" msgstr "SMARTengine 21264 PCI/ISA SBC" #. Tag: entry -#: hardware.xml:633 +#: hardware.xml:631 #, no-c-format msgid "Eiger" msgstr "Eiger" #. Tag: entry -#: hardware.xml:637 +#: hardware.xml:635 #, no-c-format msgid "Warhol" msgstr "Warhol" #. Tag: entry -#: hardware.xml:641 +#: hardware.xml:639 #, no-c-format msgid "Windjammer" msgstr "Windjammer" #. Tag: entry -#: hardware.xml:644 +#: hardware.xml:642 #, no-c-format msgid "UP2000" msgstr "UP2000" #. Tag: entry -#: hardware.xml:645 +#: hardware.xml:643 #, no-c-format msgid "Swordfish" msgstr "Swordfish" #. Tag: entry -#: hardware.xml:648 +#: hardware.xml:646 #, no-c-format msgid "XP1000" msgstr "XP1000" #. Tag: entry -#: hardware.xml:649 +#: hardware.xml:647 #, no-c-format msgid "Monet/Brisbane" msgstr "Monet/Brisbane" #. Tag: entry -#: hardware.xml:652 +#: hardware.xml:650 #, no-c-format msgid "XP900" msgstr "XP900" #. Tag: entry -#: hardware.xml:658 +#: hardware.xml:656 #, no-c-format msgid "WILDFIRE" msgstr "WILDFIRE" #. Tag: entry -#: hardware.xml:659 +#: hardware.xml:657 #, no-c-format msgid "AlphaServer GS160" msgstr "AlphaServer GS160" #. Tag: entry -#: hardware.xml:660 hardware.xml:664 +#: hardware.xml:658 hardware.xml:662 #, no-c-format msgid "Wildfire" msgstr "Wildfire" #. Tag: entry -#: hardware.xml:663 +#: hardware.xml:661 #, no-c-format msgid "AlphaServer GS320" msgstr "AlphaServer GS320" #. Tag: entry -#: hardware.xml:669 hardware.xml:671 +#: hardware.xml:667 hardware.xml:669 #, no-c-format msgid "XL" msgstr "XL" #. Tag: entry -#: hardware.xml:670 +#: hardware.xml:668 #, no-c-format msgid "XL-233...266" msgstr "XL-233...266" #. Tag: entry -#: hardware.xml:672 +#: hardware.xml:670 #, no-c-format msgid "xl" msgstr "xl" #. Tag: para -#: hardware.xml:677 +#: hardware.xml:675 #, no-c-format msgid "" "It is believed that Debian &releasename; supports installing on all alpha " @@ -1751,7 +1745,7 @@ msgstr "" "compilação do kernel." #. Tag: para -#: hardware.xml:694 +#: hardware.xml:692 #, no-c-format msgid "" "Each distinct ARM architecture requires its own kernel. Because of this the " @@ -1765,7 +1759,7 @@ msgstr "" "qualquer processador ARM incluído o xscale." #. Tag: para -#: hardware.xml:702 +#: hardware.xml:700 #, no-c-format msgid "" "Most ARM CPUs may be run in either endian mode (big or little). However, the " @@ -1777,19 +1771,19 @@ msgstr "" "little-endian. Debian actualmente suporta apenas sistemas ARM little-endian." #. Tag: para -#: hardware.xml:710 +#: hardware.xml:708 #, no-c-format msgid "The supported systems are:" msgstr "Os sistemas suportados são:" #. Tag: term -#: hardware.xml:717 +#: hardware.xml:715 #, no-c-format msgid "Netwinder" msgstr "Netwinder" #. Tag: para -#: hardware.xml:718 +#: hardware.xml:716 #, no-c-format msgid "" "This is actually the name for the group of machines based upon the StrongARM " @@ -1805,13 +1799,13 @@ msgstr "" "(cps, também conhecido por skiff)." #. Tag: term -#: hardware.xml:731 +#: hardware.xml:729 #, no-c-format msgid "NSLU2" msgstr "NSLU2" #. Tag: para -#: hardware.xml:732 +#: hardware.xml:730 #, no-c-format msgid "" "The Linksys NSLU2 (Network Storage Link for USB 2.0 Disk Drives) is a small " @@ -1825,13 +1819,13 @@ msgstr "" "USB às quais podem ser ligadas discos rígidos." #. Tag: term -#: hardware.xml:743 +#: hardware.xml:741 #, no-c-format msgid "RiscPC" msgstr "RiscPC" #. Tag: para -#: hardware.xml:744 +#: hardware.xml:742 #, no-c-format msgid "" "This machine is the oldest supported hardware: it was released in 1994. It " @@ -1853,7 +1847,7 @@ msgstr "" "dependendo da configuração, tendo vários desses módulos drivers em Linux." #. Tag: para -#: hardware.xml:769 +#: hardware.xml:767 #, no-c-format msgid "" "The are two major support &architecture; flavors: PA-" @@ -1871,7 +1865,7 @@ msgstr "" "possibilidade de no futuro vir a existir uma userland a 64 bits." #. Tag: para -#: hardware.xml:788 +#: hardware.xml:786 #, no-c-format msgid "" "Complete information concerning supported peripherals can be found at . Esta secção apenas enumera o básico." #. Tag: title -#: hardware.xml:796 hardware.xml:913 +#: hardware.xml:794 hardware.xml:911 #, no-c-format msgid "CPU" msgstr "CPU" #. Tag: para -#: hardware.xml:797 +#: hardware.xml:795 #, no-c-format msgid "" "Nearly all x86-based processors are supported; this includes AMD and VIA " @@ -1903,13 +1897,13 @@ msgstr "" "não corre em processadores 286 ou anteriores." #. Tag: title -#: hardware.xml:807 +#: hardware.xml:805 #, no-c-format msgid "I/O Bus" msgstr "I/O Bus" #. Tag: para -#: hardware.xml:808 +#: hardware.xml:806 #, no-c-format msgid "" "The system bus is the part of the motherboard which allows the CPU to " @@ -1924,7 +1918,7 @@ msgstr "" "por bus VL)." #. Tag: para -#: hardware.xml:831 +#: hardware.xml:829 #, no-c-format msgid "" "Complete information concerning supported M68000 based " @@ -1937,7 +1931,7 @@ msgstr "" "faq;\">Linux/m68k FAQ. Esta secção apenas enumera o básico." #. Tag: para -#: hardware.xml:838 +#: hardware.xml:836 #, no-c-format msgid "" "The &architecture; port of Linux runs on any 680x0 with a PMMU (Paged Memory " @@ -1953,7 +1947,7 @@ msgstr "" "Linux/m68k FAQ." #. Tag: para -#: hardware.xml:846 +#: hardware.xml:844 #, no-c-format msgid "" "There are four major supported &architecture; flavors: " @@ -1967,20 +1961,20 @@ msgid "" "&architecture; architectures, such as the Sun3 architecture and NeXT black " "box, are underway but not yet supported by Debian." msgstr "" -"Existem quatro flavors principais " -"&architecture;: Amiga, Atari, Macintosh e máquinas VME. " -"Amiga e Atari foram os os dois primeiros dois sistemas para os quais foi portado o Linux" -", e por conseguinte, são também os dois ports melhor suportados de " -"Debian. A linha Macintosh tem um suporte incompleto, tanto por Debian como " -"pelo kernel Linux; em Linux m68k para " -"Macintosh encontrará mais informações sobre o estado do projecto e o " -"hardware suportado. O BVM e os computadores Motorola de placa única VMEbus " -"são os sistemas mais recentes na lista das máquinas suportadas por Debian. Ports para " -"outras arquitecturas &architecture;, como a arquitectura Sun3 e a caixa " +"Existem quatro flavors principais &architecture;: " +"Amiga, Atari, Macintosh e máquinas VME. Amiga e Atari foram os os dois " +"primeiros dois sistemas para os quais foi portado o Linux, e por " +"conseguinte, são também os dois ports melhor suportados de Debian. A linha " +"Macintosh tem um suporte incompleto, tanto por Debian como pelo kernel " +"Linux; em Linux m68k para Macintosh " +"encontrará mais informações sobre o estado do projecto e o hardware " +"suportado. O BVM e os computadores Motorola de placa única VMEbus são os " +"sistemas mais recentes na lista das máquinas suportadas por Debian. Ports " +"para outras arquitecturas &architecture;, como a arquitectura Sun3 e a caixa " "negra NeXT, estão a ser trabalhadas não sendo ainda suportadas por Debian." #. Tag: para -#: hardware.xml:873 +#: hardware.xml:871 #, no-c-format msgid "" "Debian on &arch-title; supports the following platforms: " @@ -2018,7 +2012,7 @@ msgstr "" "subscribe;\"> mailing list de debian-&arch-listname;." #. Tag: para -#: hardware.xml:914 +#: hardware.xml:912 #, no-c-format msgid "" "On SGI IP22, SGI Indy, Indigo 2 and Challenge S with R4000, R4400, R4600 and " @@ -2036,7 +2030,7 @@ msgstr "" "cores que são suportados em modo SMP." #. Tag: para -#: hardware.xml:924 +#: hardware.xml:922 #, no-c-format msgid "" "Some MIPS machines can be operated in both big and little endian mode. For " @@ -2048,7 +2042,7 @@ msgstr "" "arquitectura mipsel." #. Tag: para -#: hardware.xml:941 +#: hardware.xml:939 #, no-c-format msgid "" "Debian on &arch-title; supports the following platforms: " @@ -2085,13 +2079,13 @@ msgstr "" "ulink>." #. Tag: title -#: hardware.xml:981 +#: hardware.xml:979 #, no-c-format msgid "CPU/Machine types" msgstr "Tipos de CPU/Máquinas" #. Tag: para -#: hardware.xml:983 +#: hardware.xml:981 #, no-c-format msgid "" "Currently only DECstations with R3000 and R4000/R4400 CPUs are supported by " @@ -2103,115 +2097,115 @@ msgstr "" "sistema de instalação Debian funciona nas seguintes máquinas:" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "System Type" msgstr "Tipo de sistema" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "CPU" msgstr "CPU" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "Code-name" msgstr "Nome de Código" #. Tag: entry -#: hardware.xml:996 +#: hardware.xml:994 #, no-c-format msgid "Debian subarchitecture" msgstr "Sub-arquitectura Debian" #. Tag: entry -#: hardware.xml:1002 +#: hardware.xml:1000 #, no-c-format msgid "DECstation 5000/1xx" msgstr "DECstation 5000/1xx" #. Tag: entry -#: hardware.xml:1003 hardware.xml:1013 hardware.xml:1018 hardware.xml:1028 +#: hardware.xml:1001 hardware.xml:1011 hardware.xml:1016 hardware.xml:1026 #, no-c-format msgid "R3000" msgstr "R3000" #. Tag: entry -#: hardware.xml:1004 hardware.xml:1009 +#: hardware.xml:1002 hardware.xml:1007 #, no-c-format msgid "3MIN" msgstr "3MIN" #. Tag: entry -#: hardware.xml:1007 +#: hardware.xml:1005 #, no-c-format msgid "DECstation 5000/150" msgstr "DECstation 5000/150" #. Tag: entry -#: hardware.xml:1008 hardware.xml:1033 +#: hardware.xml:1006 hardware.xml:1031 #, no-c-format msgid "R4000" msgstr "R4000" #. Tag: entry -#: hardware.xml:1012 +#: hardware.xml:1010 #, no-c-format msgid "DECstation 5000/200" msgstr "DECstation 5000/200" #. Tag: entry -#: hardware.xml:1014 +#: hardware.xml:1012 #, no-c-format msgid "3MAX" msgstr "3MAX" #. Tag: entry -#: hardware.xml:1017 +#: hardware.xml:1015 #, no-c-format msgid "DECstation 5000/240" msgstr "DECstation 5000/240" #. Tag: entry -#: hardware.xml:1019 hardware.xml:1024 +#: hardware.xml:1017 hardware.xml:1022 #, no-c-format msgid "3MAX+" msgstr "3MAX+" #. Tag: entry -#: hardware.xml:1022 +#: hardware.xml:1020 #, no-c-format msgid "DECstation 5000/260" msgstr "DECstation 5000/260" #. Tag: entry -#: hardware.xml:1023 +#: hardware.xml:1021 #, no-c-format msgid "R4400" msgstr "R4400" #. Tag: entry -#: hardware.xml:1027 +#: hardware.xml:1025 #, no-c-format msgid "Personal DECstation 5000/xx" msgstr "Personal DECstation 5000/xx" #. Tag: entry -#: hardware.xml:1029 hardware.xml:1034 +#: hardware.xml:1027 hardware.xml:1032 #, no-c-format msgid "Maxine" msgstr "Maxine" #. Tag: entry -#: hardware.xml:1032 +#: hardware.xml:1030 #, no-c-format msgid "Personal DECstation 5000/50" msgstr "Personal DECstation 5000/50" #. Tag: para -#: hardware.xml:1039 +#: hardware.xml:1037 #, no-c-format msgid "" "All Cobalt machines are supported. In the past, only machines with a serial " @@ -2224,7 +2218,7 @@ msgstr "" "também são possíveis via SSH." #. Tag: para -#: hardware.xml:1046 +#: hardware.xml:1044 #, no-c-format msgid "" "The Broadcom BCM91250A evaluation board comes with an SB1 1250 chip with two " @@ -2238,13 +2232,13 @@ msgstr "" "são suportados em modo SMP." #. Tag: title -#: hardware.xml:1056 +#: hardware.xml:1054 #, no-c-format msgid "Supported console options" msgstr "Opções de consola suportadas" #. Tag: para -#: hardware.xml:1057 +#: hardware.xml:1055 #, no-c-format msgid "" "A serial console is available on all supported DECstations (9600 bps, 8N1). " @@ -2262,11 +2256,11 @@ msgstr "" "literal>x (com x sendo " "o número da porta série que você tem no seu terminal ligado a — " "normalmente 2, mas 0 para as Personal " -"DECstations). Em 3MIN e 3MAX+ (DECstation 5000/1xx, 5000/240 e 5000/260) está " -"disponível uma consola local com as opções gráficas PMAG-BA e PMAGB-B. " +"DECstations). Em 3MIN e 3MAX+ (DECstation 5000/1xx, 5000/240 e 5000/260) " +"está disponível uma consola local com as opções gráficas PMAG-BA e PMAGB-B. " #. Tag: para -#: hardware.xml:1068 +#: hardware.xml:1066 #, no-c-format msgid "" "If you have a Linux system to use as serial terminal, an easy way is to run " @@ -2290,20 +2284,20 @@ msgstr "" "define a velocidade para a ligação (9600 bits por segundo)." #. Tag: para -#: hardware.xml:1086 +#: hardware.xml:1084 #, no-c-format msgid "Both Cobalt and Broadcom BCM91250A/BCM91480B use 115200 bps." msgstr "Ambas, Cobalt e Broadcom BCM91250A/BCM91480B, usam 115200 bps." #. Tag: para -#: hardware.xml:1100 -#, no-c-format +#: hardware.xml:1098 +#, fuzzy, no-c-format msgid "" "There are four major supported &architecture; " -"subarchitectures: PMac (Power-Macintosh), PReP, APUS (Amiga Power-UP " -"System), and CHRP machines. Each subarchitecture has its own boot methods. " -"In addition, there are four different kernel flavours, supporting different " -"CPU variants." +"subarchitectures: PMac (Power-Macintosh or PowerMac), PReP, APUS (Amiga " +"Power-UP System), and CHRP machines. Each subarchitecture has its own boot " +"methods. In addition, there are four different kernel flavours, supporting " +"different CPU variants." msgstr "" "Existem quatro principais sub-arquitecturas de &architecture;: PMac (Power-Macintosh), PReP, APUS (Amiga Power-UP System), e " @@ -2312,7 +2306,7 @@ msgstr "" "diferentes variantes dos processadores. " #. Tag: para -#: hardware.xml:1108 +#: hardware.xml:1106 #, no-c-format msgid "" "Ports to other &architecture; architectures, such as " @@ -2324,13 +2318,13 @@ msgstr "" "suportadas por Debian. Existe a possibilidade de um port 64 bit de futuro." #. Tag: title -#: hardware.xml:1116 +#: hardware.xml:1114 #, no-c-format msgid "Kernel Flavours" msgstr "Kernel Flavours" #. Tag: para -#: hardware.xml:1118 +#: hardware.xml:1116 #, no-c-format msgid "" "There are four flavours of the powerpc kernel in Debian, based on the CPU " @@ -2340,31 +2334,37 @@ msgstr "" "tipo de processador: " #. Tag: term -#: hardware.xml:1125 +#: hardware.xml:1123 #, no-c-format msgid "powerpc" msgstr "powerpc" #. Tag: para -#: hardware.xml:1126 -#, no-c-format +#: hardware.xml:1124 +#, fuzzy, no-c-format msgid "" "Most systems use this kernel flavour, which supports the PowerPC 601, 603, " -"604, 740, 750, and 7400 processors. All Apple Power Macintosh systems up to " -"and including the G4 use one of these processors." +"604, 740, 750, and 7400 processors. All Apple PowerMac machines up to and " +"including the one marketed as G4 use one of these processors." msgstr "" "A maioria dos sistemas usa este flavour de kernel, que suporta os " "processadores PowerPC 601, 603, 604, 740, 750, e 7400. Todos os sistemas " "Apple Power Macintosh até, e incluindo, ao G4 usam estes processadores." #. Tag: term -#: hardware.xml:1136 -#, no-c-format -msgid "power3" -msgstr "power3" +#: hardware.xml:1134 +#, fuzzy, no-c-format +msgid "power64" +msgstr "power4" #. Tag: para -#: hardware.xml:1137 +#: hardware.xml:1135 +#, fuzzy, no-c-format +msgid "The power64 kernel flavour supports the following CPUs:" +msgstr "Este kernel suporta o Amiga Power-UP System. " + +#. Tag: para +#: hardware.xml:1139 #, no-c-format msgid "" "The POWER3 processor is used in older IBM 64-bit server systems: known " @@ -2375,14 +2375,8 @@ msgstr "" "antigos: os modelos conhecidos incluem o IntelliStation POWER Model 265, o " "pSeries 610 e 640, e o RS/6000 7044-170, 7043-260, e 7044-270.\"" -#. Tag: term -#: hardware.xml:1147 -#, no-c-format -msgid "power4" -msgstr "power4" - #. Tag: para -#: hardware.xml:1148 +#: hardware.xml:1145 #, no-c-format msgid "" "The POWER4 processor is used in more recent IBM 64-bit server systems: known " @@ -2393,95 +2387,69 @@ msgstr "" "690.\"" #. Tag: para -#: hardware.xml:1153 -#, no-c-format +#: hardware.xml:1150 +#, fuzzy, no-c-format msgid "" -"The Apple G5 is also based on the POWER4 architecture, and uses this kernel " -"flavour." +"Systems using the Apple G5 (PPC970FX processor) are also based on the POWER4 " +"architecture, and use this kernel flavour." msgstr "" "O Apple G5 é também baseado na arquitectura POWER4, e usa esse kernel " "flavour." #. Tag: term -#: hardware.xml:1162 +#: hardware.xml:1159 +#, fuzzy, no-c-format +msgid "prep" +msgstr "powerpc" + +#. Tag: para +#: hardware.xml:1160 +#, fuzzy, no-c-format +msgid "This kernel flavour supports the PReP subarchitecture." +msgstr "Este kernel suporta o Amiga Power-UP System. " + +#. Tag: term +#: hardware.xml:1168 #, no-c-format msgid "apus" msgstr "apus" #. Tag: para -#: hardware.xml:1163 -#, no-c-format -msgid "This kernel flavour supports the Amiga Power-UP System." +#: hardware.xml:1169 +#, fuzzy, no-c-format +msgid "" +"This kernel flavour supports the Amiga Power-UP System, though it is " +"currently disabled." msgstr "Este kernel suporta o Amiga Power-UP System. " #. Tag: title -#: hardware.xml:1175 +#: hardware.xml:1182 #, no-c-format msgid "Power Macintosh (pmac) subarchitecture" msgstr "Sub-arquitectura Power Macintosh (pmac)" #. Tag: para -#: hardware.xml:1177 -#, no-c-format +#: hardware.xml:1184 +#, fuzzy, no-c-format msgid "" "Apple (and briefly a few other manufacturers — Power Computing, for " -"example) makes a series of Macintosh computers based on the PowerPC " +"example) made a series of Macintosh computers based on the PowerPC " "processor. For purposes of architecture support, they are categorized as " -"NuBus, OldWorld PCI, and NewWorld." +"NuBus (not supported by Debian), OldWorld, and NewWorld." msgstr "" "A Apple (e brevemente outros fabricantes como, por exemplo, — Power " "Computing) produz uma série de computadores Macintosh baseados no " "processador PowerPC. Para propósitos de suporte da arquitectura, eles são " "categorizados com NuBus, OldWorld PCI, e NewWorld. " -#. Tag: para -#: hardware.xml:1184 -#, no-c-format -msgid "" -"Macintosh computers using the 680x0 series of processors are not in the " -"PowerPC family but are instead m68k machines. Those models start with " -"Mac II or have a 3-digit model number such as Centris 650 or " -"Quadra 950. Apple's pre-iMac PowerPC model numbers have four digits." -msgstr "" -"Os computadores Macintosh que usam a série de processadores 680x0 não " -"pertencem a família PowerPC, mas são sim máquinas m68k. Esses modelos " -"começam com Mac II ou têm um número de modelo de 3-dígitos " -"como, por exemplo, o Centris 650 ou o Quadra 950. Os PowerPC pré-iMac da " -"Apple têm números de modelo com quatro dígitos." - #. Tag: para #: hardware.xml:1191 -#, no-c-format -msgid "" -"NuBus systems are not currently supported by debian/powerpc. The monolithic " -"Linux/PPC kernel architecture does not have support for these machines; " -"instead, one must use the MkLinux Mach microkernel, which Debian does not " -"yet support. These include the following: " -"Power Macintosh 6100, 7100, 8100 " -"Performa 5200, 6200, 6300 Powerbook " -"1400, 2300, and 5300 Workgroup Server " -"6150, 8150, 9150 A linux kernel for these " -"machines and limited support is available at " -msgstr "" -"Os sistemas NuBus não são actualmente suportados pelo debian/powerpc. O " -"kernel monolítico Linux/PPC não tem actualmente suporte para estas máquinas; " -"em vez disso tem que utilizar a microkernel Mach MkLinux, que Debian ainda " -"não suporta. Incluídos estão: Power " -"Macintosh 6100, 7100, 8100 Performa " -"5200, 6200, 6300 Powerbook 1400, 2300, e " -"5300 Workgroup Server 6150, 8150, 9150 Uma kernel linux para estas máquina e " -"suporte limitado está disponível em " - -#. Tag: para -#: hardware.xml:1224 -#, no-c-format +#, fuzzy, no-c-format msgid "" "OldWorld systems are most Power Macintoshes with a floppy drive and a PCI " "bus. Most 603, 603e, 604, and 604e based Power Macintoshes are OldWorld " -"machines. The beige colored G3 systems are also OldWorld." +"machines. Those pre-iMac PowerPC models from Apple use a four digit naming " +"scheme, except for the beige colored G3 systems, which are also OldWorld." msgstr "" "Os sistemas OldWorld são a maior parte dos Power Macintoshes com uma drive " "de disquetes e um bus PCI. A maior parte dos Power Machintoshes baseados nos " @@ -2489,14 +2457,14 @@ msgstr "" "OldWorld." #. Tag: para -#: hardware.xml:1230 -#, no-c-format +#: hardware.xml:1199 +#, fuzzy, no-c-format msgid "" "The so called NewWorld PowerMacs are any PowerMacs in translucent colored " -"plastic cases. That includes all iMacs, iBooks, G4 systems, blue colored G3 " -"systems, and most PowerBooks manufactured in and after 1999. The NewWorld " -"PowerMacs are also known for using the ROM in RAM system for " -"MacOS, and were manufactured from mid-1998 onwards." +"plastic cases and later models. That includes all iMacs, iBooks, G4 systems, " +"blue colored G3 systems, and most PowerBooks manufactured in and after 1999. " +"The NewWorld PowerMacs are also known for using the ROM in RAM system for MacOS, and were manufactured from mid-1998 onwards." msgstr "" "Os PowerMacs intitulados de NewWorld são todos os PowerMacs em caixas de " "plástico colorido translúcido. Isto inclui todos os iMacs, iBooks, sistemas " @@ -2506,7 +2474,7 @@ msgstr "" "de meados de 1998 para a frente." #. Tag: para -#: hardware.xml:1238 +#: hardware.xml:1207 #, no-c-format msgid "" "Specifications for Apple hardware are available at AppleSpec Legacy.\"" #. Tag: entry -#: hardware.xml:1254 hardware.xml:1389 hardware.xml:1433 hardware.xml:1462 +#: hardware.xml:1223 hardware.xml:1358 hardware.xml:1402 hardware.xml:1431 #, no-c-format msgid "Model Name/Number" msgstr "Nome de Modelo/Número" #. Tag: entry -#: hardware.xml:1255 +#: hardware.xml:1224 #, no-c-format msgid "Generation" msgstr "Geração" #. Tag: entry -#: hardware.xml:1261 +#: hardware.xml:1230 #, no-c-format msgid "Apple" msgstr "Apple" #. Tag: entry -#: hardware.xml:1262 +#: hardware.xml:1231 #, no-c-format msgid "iMac Bondi Blue, 5 Flavors, Slot Loading" msgstr "iMac·Bondi·Blue,·5·Sabores, Carregamento por Slot" #. Tag: entry -#: hardware.xml:1263 hardware.xml:1266 hardware.xml:1269 hardware.xml:1272 -#: hardware.xml:1275 hardware.xml:1278 hardware.xml:1281 hardware.xml:1284 -#: hardware.xml:1287 hardware.xml:1290 hardware.xml:1293 hardware.xml:1296 -#: hardware.xml:1299 hardware.xml:1302 hardware.xml:1305 hardware.xml:1308 +#: hardware.xml:1232 hardware.xml:1235 hardware.xml:1238 hardware.xml:1241 +#: hardware.xml:1244 hardware.xml:1247 hardware.xml:1250 hardware.xml:1253 +#: hardware.xml:1256 hardware.xml:1259 hardware.xml:1262 hardware.xml:1265 +#: hardware.xml:1268 hardware.xml:1271 hardware.xml:1274 hardware.xml:1277 #, no-c-format msgid "NewWorld" msgstr "NewWorld" #. Tag: entry -#: hardware.xml:1265 +#: hardware.xml:1234 #, no-c-format msgid "iMac Summer 2000, Early 2001" msgstr "iMac Verão 2000 Principio 2001" #. Tag: entry -#: hardware.xml:1268 +#: hardware.xml:1237 #, no-c-format msgid "iMac G5" msgstr "iMac G5" #. Tag: entry -#: hardware.xml:1271 +#: hardware.xml:1240 #, no-c-format msgid "iBook, iBook SE, iBook Dual USB" msgstr "iBook, iBook SE, iBook Dual USB" #. Tag: entry -#: hardware.xml:1274 +#: hardware.xml:1243 #, no-c-format msgid "iBook2" msgstr "iBook2" #. Tag: entry -#: hardware.xml:1277 +#: hardware.xml:1246 #, no-c-format msgid "iBook G4" msgstr "iBook G4" #. Tag: entry -#: hardware.xml:1280 +#: hardware.xml:1249 #, no-c-format msgid "Power Macintosh Blue and White (B&W) G3" msgstr "Power Macintosh Azul e Branco (B&W) G3" #. Tag: entry -#: hardware.xml:1283 +#: hardware.xml:1252 #, no-c-format msgid "Power Macintosh G4 PCI, AGP, Cube" msgstr "Power·Macintosh·G4·PCI,·AGP,·Cubo" #. Tag: entry -#: hardware.xml:1286 +#: hardware.xml:1255 #, no-c-format msgid "Power Macintosh G4 Gigabit Ethernet" msgstr "Power Macintosh G4 Gigabit Ethernet" #. Tag: entry -#: hardware.xml:1289 +#: hardware.xml:1258 #, no-c-format msgid "Power Macintosh G4 Digital Audio, Quicksilver" msgstr "Power Macintosh G4 Digital Audio, Quicksilver" #. Tag: entry -#: hardware.xml:1292 +#: hardware.xml:1261 #, no-c-format msgid "Power Macintosh G5" msgstr "Power·Macintosh·G5" #. Tag: entry -#: hardware.xml:1295 +#: hardware.xml:1264 #, no-c-format msgid "PowerBook G3 FireWire Pismo (2000)" msgstr "PowerBook G3 FireWire Pismo (2000)" #. Tag: entry -#: hardware.xml:1298 +#: hardware.xml:1267 #, no-c-format msgid "PowerBook G3 Lombard (1999)" msgstr "PowerBook G3 Lombard (1999)" #. Tag: entry -#: hardware.xml:1301 +#: hardware.xml:1270 #, no-c-format msgid "PowerBook G4 Titanium" msgstr "PowerBook G4 Titanium" #. Tag: entry -#: hardware.xml:1304 +#: hardware.xml:1273 #, no-c-format msgid "PowerBook G4 Aluminum" msgstr "PowerBook G4 Aluminum" #. Tag: entry -#: hardware.xml:1307 +#: hardware.xml:1276 #, no-c-format msgid "Xserve G5" msgstr "Xserve G5" #. Tag: entry -#: hardware.xml:1310 +#: hardware.xml:1279 #, no-c-format msgid "Performa 4400, 54xx, 5500" msgstr "Performa 4400, 54xx, 5500" #. Tag: entry -#: hardware.xml:1311 hardware.xml:1314 hardware.xml:1317 hardware.xml:1320 -#: hardware.xml:1323 hardware.xml:1326 hardware.xml:1329 hardware.xml:1332 -#: hardware.xml:1335 hardware.xml:1338 hardware.xml:1341 hardware.xml:1344 -#: hardware.xml:1350 hardware.xml:1353 hardware.xml:1359 hardware.xml:1365 -#: hardware.xml:1371 +#: hardware.xml:1280 hardware.xml:1283 hardware.xml:1286 hardware.xml:1289 +#: hardware.xml:1292 hardware.xml:1295 hardware.xml:1298 hardware.xml:1301 +#: hardware.xml:1304 hardware.xml:1307 hardware.xml:1310 hardware.xml:1313 +#: hardware.xml:1319 hardware.xml:1322 hardware.xml:1328 hardware.xml:1334 +#: hardware.xml:1340 #, no-c-format msgid "OldWorld" msgstr "OldWorld" #. Tag: entry -#: hardware.xml:1313 +#: hardware.xml:1282 #, no-c-format msgid "Performa 6360, 6400, 6500" msgstr "Performa 6360, 6400, 6500" #. Tag: entry -#: hardware.xml:1316 +#: hardware.xml:1285 #, no-c-format msgid "Power Macintosh 4400, 5400" msgstr "Power Macintosh 4400, 5400" #. Tag: entry -#: hardware.xml:1319 +#: hardware.xml:1288 #, no-c-format msgid "Power Macintosh 7200, 7300, 7500, 7600" msgstr "Power Macintosh 7200, 7300, 7500, 7600" #. Tag: entry -#: hardware.xml:1322 +#: hardware.xml:1291 #, no-c-format msgid "Power Macintosh 8200, 8500, 8600" msgstr "Power Macintosh 8200, 8500, 8600" #. Tag: entry -#: hardware.xml:1325 +#: hardware.xml:1294 #, no-c-format msgid "Power Macintosh 9500, 9600" msgstr "Power Macintosh 9500, 9600" #. Tag: entry -#: hardware.xml:1328 +#: hardware.xml:1297 #, no-c-format msgid "Power Macintosh (Beige) G3 Minitower" msgstr "Power Macintosh (Beige) G3 Minitower" #. Tag: entry -#: hardware.xml:1331 +#: hardware.xml:1300 #, no-c-format msgid "Power Macintosh (Beige) Desktop, All-in-One" msgstr "Power·Macintosh·(Bege)·Desktop,·All-in-One" #. Tag: entry -#: hardware.xml:1334 +#: hardware.xml:1303 #, no-c-format msgid "PowerBook 2400, 3400, 3500" msgstr "PowerBook 2400, 3400, 3500" #. Tag: entry -#: hardware.xml:1337 +#: hardware.xml:1306 #, no-c-format msgid "PowerBook G3 Wallstreet (1998)" msgstr "PowerBook G3 Wallstreet (1998)" #. Tag: entry -#: hardware.xml:1340 +#: hardware.xml:1309 #, no-c-format msgid "Twentieth Anniversary Macintosh" msgstr "Macintosh Vigésimo aniversário" #. Tag: entry -#: hardware.xml:1343 +#: hardware.xml:1312 #, no-c-format msgid "Workgroup Server 7250, 7350, 8550, 9650, G3" msgstr "Workgroup Server 7250, 7350, 8550, 9650, G3" #. Tag: entry -#: hardware.xml:1348 +#: hardware.xml:1317 #, no-c-format msgid "Power Computing" msgstr "Power Computing" #. Tag: entry -#: hardware.xml:1349 +#: hardware.xml:1318 #, no-c-format msgid "PowerBase, PowerTower / Pro, PowerWave" msgstr "PowerBase, PowerTower / Pro, PowerWave" #. Tag: entry -#: hardware.xml:1352 +#: hardware.xml:1321 #, no-c-format msgid "PowerCenter / Pro, PowerCurve" msgstr "PowerCenter / Pro, PowerCurve" #. Tag: entry -#: hardware.xml:1357 +#: hardware.xml:1326 #, no-c-format msgid "UMAX" msgstr "UMAX" #. Tag: entry -#: hardware.xml:1358 +#: hardware.xml:1327 #, no-c-format msgid "C500, C600, J700, S900" msgstr "C500, C600, J700, S900" #. Tag: entry -#: hardware.xml:1363 +#: hardware.xml:1332 #, no-c-format msgid "APS" msgstr "APS" #. Tag: entry -#: hardware.xml:1364 +#: hardware.xml:1333 #, no-c-format msgid "APS Tech M*Power 604e/2000" msgstr "APS Tech M*Power 604e/2000" #. Tag: entry -#: hardware.xml:1369 hardware.xml:1395 +#: hardware.xml:1338 hardware.xml:1364 #, no-c-format msgid "Motorola" msgstr "Motorola" #. Tag: entry -#: hardware.xml:1370 +#: hardware.xml:1339 #, no-c-format msgid "Starmax 3000, 4000, 5000, 5500" msgstr "Starmax 3000, 4000, 5000, 5500" #. Tag: title -#: hardware.xml:1379 +#: hardware.xml:1348 #, no-c-format msgid "PReP subarchitecture" msgstr "Sub-arquitectura PReP" #. Tag: entry -#: hardware.xml:1396 +#: hardware.xml:1365 #, no-c-format msgid "Firepower, PowerStack Series E, PowerStack II" msgstr "Firepower, PowerStack Series E, PowerStack II" #. Tag: entry -#: hardware.xml:1398 +#: hardware.xml:1367 #, no-c-format msgid "MPC 7xx, 8xx" msgstr "MPC 7xx, 8xx" #. Tag: entry -#: hardware.xml:1400 +#: hardware.xml:1369 #, no-c-format msgid "MTX, MTX+" msgstr "MTX, MTX+" #. Tag: entry -#: hardware.xml:1402 +#: hardware.xml:1371 #, no-c-format msgid "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" msgstr "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" #. Tag: entry -#: hardware.xml:1404 +#: hardware.xml:1373 #, no-c-format msgid "MCP(N)750" msgstr "MCP(N)750" #. Tag: entry -#: hardware.xml:1408 hardware.xml:1439 +#: hardware.xml:1377 hardware.xml:1408 #, no-c-format msgid "IBM RS/6000" msgstr "IBM RS/6000" #. Tag: entry -#: hardware.xml:1409 +#: hardware.xml:1378 #, no-c-format msgid "40P, 43P" msgstr "40P, 43P" #. Tag: entry -#: hardware.xml:1411 +#: hardware.xml:1380 #, no-c-format msgid "Power 830/850/860 (6070, 6050)" msgstr "Power 830/850/860 (6070, 6050)" #. Tag: entry -#: hardware.xml:1413 +#: hardware.xml:1382 #, no-c-format msgid "6030, 7025, 7043" msgstr "6030, 7025, 7043" #. Tag: entry -#: hardware.xml:1415 +#: hardware.xml:1384 #, no-c-format msgid "p640" msgstr "p640" #. Tag: title -#: hardware.xml:1423 +#: hardware.xml:1392 #, no-c-format msgid "CHRP subarchitecture" msgstr "Sub-arquitectura CHRP" #. Tag: entry -#: hardware.xml:1440 +#: hardware.xml:1409 #, no-c-format msgid "B50, 43P-150, 44P" msgstr "B50, 43P-150, 44P" #. Tag: entry -#: hardware.xml:1443 +#: hardware.xml:1412 #, no-c-format msgid "Genesi" msgstr "Genesi" #. Tag: entry -#: hardware.xml:1444 +#: hardware.xml:1413 #, no-c-format msgid "Pegasos I, Pegasos II" msgstr "Pegasos I, Pegasos II" #. Tag: title -#: hardware.xml:1452 +#: hardware.xml:1421 #, no-c-format msgid "APUS subarchitecture" msgstr "Sub-arquitectura APUS" #. Tag: entry -#: hardware.xml:1468 +#: hardware.xml:1437 #, no-c-format msgid "Amiga Power-UP Systems (APUS)" msgstr "Amiga Power-UP Systems (APUS)" #. Tag: entry -#: hardware.xml:1469 +#: hardware.xml:1438 #, no-c-format msgid "A1200, A3000, A4000" msgstr "A1200, A3000, A4000" #. Tag: title -#: hardware.xml:1482 +#: hardware.xml:1446 +#, no-c-format +msgid "Nubus PowerMac subarchitecture (unsupported)" +msgstr "" + +#. Tag: para +#: hardware.xml:1448 +#, fuzzy, no-c-format +msgid "" +"NuBus systems are not currently supported by Debian/powerpc. The monolithic " +"Linux/PPC kernel architecture does not have support for these machines; " +"instead, one must use the MkLinux Mach microkernel, which Debian does not " +"yet support. These include the following: " +"Power Macintosh 6100, 7100, 8100 " +"Performa 5200, 6200, 6300 Powerbook " +"1400, 2300, and 5300 Workgroup Server " +"6150, 8150, 9150 A linux kernel for these " +"machines and limited support is available at ." +msgstr "" +"Os sistemas NuBus não são actualmente suportados pelo debian/powerpc. O " +"kernel monolítico Linux/PPC não tem actualmente suporte para estas máquinas; " +"em vez disso tem que utilizar a microkernel Mach MkLinux, que Debian ainda " +"não suporta. Incluídos estão: Power " +"Macintosh 6100, 7100, 8100 Performa " +"5200, 6200, 6300 Powerbook 1400, 2300, e " +"5300 Workgroup Server 6150, 8150, 9150 Uma kernel linux para estas máquina e " +"suporte limitado está disponível em " + +#. Tag: title +#: hardware.xml:1485 +#, fuzzy, no-c-format +msgid "Non-PowerPC Macs" +msgstr "PowerMac" + +#. Tag: para +#: hardware.xml:1487 +#, no-c-format +msgid "" +"Macintosh computers using the 680x0 series of processors are not in the PowerPC family but are instead m68k machines. Those models " +"start with Mac II series, go on to the LC " +"family, then the Centris series, and culminate in the Quadras and Performas. " +"These models usually have a Roman numeral or 3-digit model number such as " +"Mac IIcx, LCIII or Quadra 950. This model range started with " +"the Mac II (Mac II, IIx, IIcx, IIci, IIsi, IIvi, IIvx, IIfx), then the LC " +"(LC, LCII, III, III+, 475, 520, 550, 575, 580, 630), then the Mac TV, then " +"the Centris (610, 650, 660AV), the Quadra (605, 610, 630, 650, 660AV, 700, " +"800, 840AV, 900, 950), and finally the Performa 200-640CD. In " +"laptops, it started with the Mac Portable, then the PowerBook 100-190cs and " +"the PowerBook Duo 210-550c (excluding PowerBook 500 which is Nubus, please " +"see the section above)." +msgstr "" + +#. Tag: title +#: hardware.xml:1520 #, no-c-format msgid "S/390 and zSeries machine types" msgstr "Tipos de máquina S/390 e zSeries" #. Tag: para -#: hardware.xml:1483 +#: hardware.xml:1521 #, no-c-format msgid "" "Complete information regarding supported S/390 and zSeries machines can be " @@ -2919,7 +2944,7 @@ msgstr "" "point e por isso terão uma performance diminuída." #. Tag: para -#: hardware.xml:1506 +#: hardware.xml:1544 #, no-c-format msgid "" "Currently the &architecture; port supports several " @@ -2953,13 +2978,13 @@ msgstr "" "completa. " #. Tag: title -#: hardware.xml:1526 +#: hardware.xml:1564 #, no-c-format msgid "Memory Configuration" msgstr "Configuração de Memória" #. Tag: para -#: hardware.xml:1527 +#: hardware.xml:1565 #, no-c-format msgid "" "Some older Sun workstations, notably the Sun IPX and Sun IPC have memory " @@ -2977,7 +3002,7 @@ msgstr "" "estiver disponível resultará daí um Data Access Exception." #. Tag: para -#: hardware.xml:1536 +#: hardware.xml:1574 #, no-c-format msgid "" "Thus you must configure the memory so that the lowest memory block is " @@ -2994,7 +3019,7 @@ msgstr "" "suficiente." #. Tag: para -#: hardware.xml:1544 +#: hardware.xml:1582 #, no-c-format msgid "" "Example: In a Sun IPX you have a 16Mb SIMM and a 4Mb SIMM. There are four " @@ -3008,13 +3033,13 @@ msgstr "" "instalar o SIMM de 4Mb no banco 2." #. Tag: title -#: hardware.xml:1555 +#: hardware.xml:1593 #, no-c-format msgid "Graphics Configuration" msgstr "Configuração dos Componentes de Gráficos " #. Tag: para -#: hardware.xml:1556 +#: hardware.xml:1594 #, no-c-format msgid "" "Especially in the case of older Sun workstations, it is very common for " @@ -3030,7 +3055,7 @@ msgstr "" "SunOS isto não causa problemas porque ambas as placas são iniciadas." #. Tag: para -#: hardware.xml:1565 +#: hardware.xml:1603 #, no-c-format msgid "" "However with Linux this can cause a problem, in that the boot PROM monitor " @@ -3046,7 +3071,7 @@ msgstr "" "ecrã, e a máquina aparentemente encravada no carregamento do RAMdisk." #. Tag: para -#: hardware.xml:1573 +#: hardware.xml:1611 #, no-c-format msgid "" "To avoid this problem, connect the monitor (if required) to the video card " @@ -3059,13 +3084,13 @@ msgstr "" "série." #. Tag: title -#: hardware.xml:1585 +#: hardware.xml:1623 #, no-c-format msgid "Graphics Card" msgstr "Placa Gráfica" #. Tag: para -#: hardware.xml:1587 +#: hardware.xml:1625 #, no-c-format msgid "" "You should be using a VGA-compatible display interface for the console " @@ -3081,7 +3106,7 @@ msgstr "" "utilizado durante o processo de instalação descrito neste documento. " #. Tag: para -#: hardware.xml:1595 +#: hardware.xml:1633 #, no-c-format msgid "" "Debian's support for graphical interfaces is determined by the underlying " @@ -3097,7 +3122,7 @@ msgstr "" "\"&url-xorg;\">. Debian &release; vem com X.Org versão &x11ver;." #. Tag: para -#: hardware.xml:1604 +#: hardware.xml:1642 #, no-c-format msgid "" "The X.Org X11 window system is only supported on the SGI Indy and the O2. " @@ -3113,7 +3138,7 @@ msgstr "" "\">lista de compatibilidade para as placas de avaliação Broadcom." #. Tag: para -#: hardware.xml:1613 +#: hardware.xml:1651 #, no-c-format msgid "" "The X.Org X11 window system is supported on some DECstation models. The " @@ -3129,13 +3154,13 @@ msgstr "" "\">lista de compatibilidade para as placas de avaliação Broadcom." #. Tag: title -#: hardware.xml:1625 +#: hardware.xml:1663 #, no-c-format msgid "Laptops" msgstr "Portáteis" #. Tag: para -#: hardware.xml:1626 +#: hardware.xml:1664 #, no-c-format msgid "" "Laptops are also supported. Laptops are often specialized or contain " @@ -3148,13 +3173,13 @@ msgstr "" "do Linux Laptop. " #. Tag: title -#: hardware.xml:1638 hardware.xml:1663 hardware.xml:1686 +#: hardware.xml:1676 hardware.xml:1701 hardware.xml:1724 #, no-c-format msgid "Multiple Processors" msgstr "Múltiplos Processadores" #. Tag: para -#: hardware.xml:1640 +#: hardware.xml:1678 #, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3171,7 +3196,7 @@ msgstr "" "mais alguns recursos." #. Tag: para -#: hardware.xml:1648 +#: hardware.xml:1686 #, no-c-format msgid "" "In order to optimize the kernel for single CPU systems, you'll have to " @@ -3189,7 +3214,7 @@ msgstr "" "configuração da kernel." #. Tag: para -#: hardware.xml:1664 +#: hardware.xml:1702 #, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3206,7 +3231,7 @@ msgstr "" "apenas o primeiro CPU." #. Tag: para -#: hardware.xml:1673 +#: hardware.xml:1711 #, no-c-format msgid "" "In order to take advantage of multiple processors, you'll have to replace " @@ -3224,7 +3249,7 @@ msgstr "" "configuração da kernel. " #. Tag: para -#: hardware.xml:1687 +#: hardware.xml:1725 #, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3243,7 +3268,7 @@ msgstr "" "usar o primeiro CPU." #. Tag: para -#: hardware.xml:1697 +#: hardware.xml:1735 #, no-c-format msgid "" "In order to take advantage of multiple processors, you should check to see " @@ -3264,13 +3289,13 @@ msgstr "" "configuração do kernel." #. Tag: title -#: hardware.xml:1718 +#: hardware.xml:1756 #, no-c-format msgid "Installation Media" msgstr "Meios de Instalação" #. Tag: para -#: hardware.xml:1720 +#: hardware.xml:1758 #, no-c-format msgid "" "This section will help you determine which different media types you can use " @@ -3288,13 +3313,13 @@ msgstr "" "secção pode querer voltar a esta página. " #. Tag: title -#: hardware.xml:1731 +#: hardware.xml:1769 #, no-c-format msgid "Floppies" msgstr "Disquetes" #. Tag: para -#: hardware.xml:1732 +#: hardware.xml:1770 #, no-c-format msgid "" "In some cases, you'll have to do your first boot from floppy disks. " @@ -3306,19 +3331,19 @@ msgstr "" "alta densidade (1440 kilobytes)." #. Tag: para -#: hardware.xml:1738 +#: hardware.xml:1776 #, no-c-format msgid "For CHRP, floppy support is currently broken." msgstr "Para CHRP, o suporte de disquete está actualmente quebrado." #. Tag: title -#: hardware.xml:1745 +#: hardware.xml:1783 #, no-c-format msgid "CD-ROM/DVD-ROM" msgstr "CD-ROM/DVD-ROM" #. Tag: para -#: hardware.xml:1747 +#: hardware.xml:1785 #, no-c-format msgid "" "Whenever you see CD-ROM in this manual, it applies to both CD-" @@ -3332,7 +3357,7 @@ msgstr "" "não standard que não são nem SCSI nem IDE/ATAPI." #. Tag: para -#: hardware.xml:1754 +#: hardware.xml:1792 #, no-c-format msgid "" "CD-ROM based installation is supported for some architectures. On machines " @@ -3352,7 +3377,7 @@ msgstr "" "meios; veja o ." #. Tag: para -#: hardware.xml:1766 +#: hardware.xml:1804 #, no-c-format msgid "" "Both SCSI and IDE/ATAPI CD-ROMs are supported. In addition, all non-standard " @@ -3373,7 +3398,7 @@ msgstr "" "em Linux." #. Tag: para -#: hardware.xml:1776 +#: hardware.xml:1814 #, no-c-format msgid "" "USB CD-ROM drives are also supported, as are FireWire devices that are " @@ -3383,7 +3408,7 @@ msgstr "" "FireWire que são suportados pelos drivers OHCI1394 e sbp2." #. Tag: para -#: hardware.xml:1781 +#: hardware.xml:1819 #, no-c-format msgid "" "Both SCSI and IDE/ATAPI CD-ROMs are supported on &arch-title;, as long as " @@ -3401,7 +3426,7 @@ msgstr "" "pode consultar o SRM HOWTO." #. Tag: para -#: hardware.xml:1790 +#: hardware.xml:1828 #, no-c-format msgid "" "IDE/ATAPI CD-ROMs are supported on all ARM machines. On RiscPCs, SCSI CD-" @@ -3411,7 +3436,7 @@ msgstr "" "CD-ROMs SCSI também são suportados." #. Tag: para -#: hardware.xml:1795 +#: hardware.xml:1833 #, no-c-format msgid "" "On SGI machines, booting from CD-ROM requires a SCSI CD-ROM drive capable of " @@ -3439,7 +3464,7 @@ msgstr "" "BCM91480B, necessita de uma placa PCI IDE, SATA ou SCSI" #. Tag: para -#: hardware.xml:1810 +#: hardware.xml:1848 #, no-c-format msgid "" "On DECstations, booting from CD-ROM requires a SCSI CD-ROM drive capable of " @@ -3448,15 +3473,15 @@ msgid "" "drive has a jumper labeled Unix/PC or 512/2048, place it in the Unix or 512 position." msgstr "" -"Nas DECstations, arrancar a partir de CD-ROM necessita de uma drive de CD-ROM " -"SCSI capaz de trabalhar com blocos lógicos de 512 bytes. Muitas das drives " -"de CD-ROM SCSI vendidas no mercado de PC não têm esta capacidade. Se a sua " -"drive de CD-ROM tem um jumper intitulado Unix/PC ou " +"Nas DECstations, arrancar a partir de CD-ROM necessita de uma drive de CD-" +"ROM SCSI capaz de trabalhar com blocos lógicos de 512 bytes. Muitas das " +"drives de CD-ROM SCSI vendidas no mercado de PC não têm esta capacidade. Se " +"a sua drive de CD-ROM tem um jumper intitulado Unix/PC ou " "512/2048, seleccione a posição Unix ou " "512." #. Tag: para -#: hardware.xml:1819 +#: hardware.xml:1857 #, no-c-format msgid "" "CD 1 contains the installer for the r3k-kn02 subarchitecture (the R3000-" @@ -3472,7 +3497,7 @@ msgstr "" "e também as Personal DECstation 5000/50)." #. Tag: para -#: hardware.xml:1828 +#: hardware.xml:1866 #, no-c-format msgid "" "To boot from CD, issue the command boot ##/rzid " @@ -3502,13 +3527,13 @@ msgstr "" "param1=value1 param2=value2 ..." #. Tag: title -#: hardware.xml:1847 +#: hardware.xml:1885 #, no-c-format msgid "Hard Disk" msgstr "Disco Rígido" #. Tag: para -#: hardware.xml:1849 +#: hardware.xml:1887 #, no-c-format msgid "" "Booting the installation system directly from a hard disk is another option " @@ -3520,7 +3545,7 @@ msgstr "" "operativo carregue o instalador para o disco rígido." #. Tag: para -#: hardware.xml:1855 +#: hardware.xml:1893 #, no-c-format msgid "" "In fact, installation from your local disk is the preferred installation " @@ -3530,7 +3555,7 @@ msgstr "" "instalação para a maioria das máquinas &architecture;." #. Tag: para -#: hardware.xml:1860 +#: hardware.xml:1898 #, no-c-format msgid "" "Although the &arch-title; does not allow booting from SunOS (Solaris), you " @@ -3540,13 +3565,13 @@ msgstr "" "entanto pode instalar a partir de uma partição SunOS (Slice UFS)." #. Tag: title -#: hardware.xml:1868 +#: hardware.xml:1906 #, no-c-format msgid "USB Memory Stick" msgstr "USB Memory Stick" #. Tag: para -#: hardware.xml:1870 +#: hardware.xml:1908 #, no-c-format msgid "" "Many Debian boxes need their floppy and/or CD-ROM drives only for setting up " @@ -3564,13 +3589,13 @@ msgstr "" "desnecessárias." #. Tag: title -#: hardware.xml:1882 +#: hardware.xml:1920 #, no-c-format msgid "Network" msgstr "Rede" #. Tag: para -#: hardware.xml:1884 +#: hardware.xml:1922 #, no-c-format msgid "" "You can also boot your system over the network. " #. Tag: para -#: hardware.xml:1890 +#: hardware.xml:1928 #, no-c-format msgid "" "Diskless installation, using network booting from a local area network and " @@ -3591,7 +3616,7 @@ msgstr "" "local e montando todos os sistemas de ficheiros locais em NFS é outra opção." #. Tag: para -#: hardware.xml:1895 +#: hardware.xml:1933 #, no-c-format msgid "" "After the operating system kernel is installed, you can install the rest of " @@ -3603,13 +3628,13 @@ msgstr "" "instalação do sistema base), via FTP ou HTTP." #. Tag: title -#: hardware.xml:1904 +#: hardware.xml:1942 #, no-c-format msgid "Un*x or GNU system" msgstr "Un*x ou sistema GNU" #. Tag: para -#: hardware.xml:1906 +#: hardware.xml:1944 #, no-c-format msgid "" "If you are running another Unix-like system, you could use it to install " @@ -3626,13 +3651,13 @@ msgstr "" "\"linux-upgrade\"/>." #. Tag: title -#: hardware.xml:1918 +#: hardware.xml:1956 #, no-c-format msgid "Supported Storage Systems" msgstr "Sistemas de Armazenamento Suportados" #. Tag: para -#: hardware.xml:1920 +#: hardware.xml:1958 #, no-c-format msgid "" "The Debian boot disks contain a kernel which is built to maximize the number " @@ -3651,7 +3676,7 @@ msgstr "" "variado possível de hardware. " #. Tag: para -#: hardware.xml:1930 +#: hardware.xml:1968 #, no-c-format msgid "" "Generally, the Debian installation system includes support for floppies, IDE " @@ -3665,7 +3690,7 @@ msgstr "" "FAT, extensões Win-32 de FAT (VFAT) e NTFS." #. Tag: para -#: hardware.xml:1937 +#: hardware.xml:1975 #, no-c-format msgid "" "Disk interfaces that emulate the AT hard disk interface " @@ -3684,7 +3709,7 @@ msgstr "" "Linux para mais detalhes." #. Tag: para -#: hardware.xml:1947 +#: hardware.xml:1985 #, no-c-format msgid "" "Pretty much all storage systems supported by the Linux kernel are supported " @@ -3697,13 +3722,13 @@ msgstr "" "Quase tudos os sistemas de armazenamento suportados pelo kernel Linux são " "suportados também pelo sistema de instalação Debian. É de notar que o kernel " "Linux actual não suporta disquetes em Macintosh, e que o sistema de " -"instalação de Debian não suporta disquetes para os Amiga. Também são suportados " -"no Atari o sistema HFS do Macintosh, e o AFFS como um módulo. Os Macs " -"suportam o sistema de ficheiros do Atari (FAT). Os Amiga suportam o sistema de " -"ficheiros FAT, e HFS como um módulo." +"instalação de Debian não suporta disquetes para os Amiga. Também são " +"suportados no Atari o sistema HFS do Macintosh, e o AFFS como um módulo. Os " +"Macs suportam o sistema de ficheiros do Atari (FAT). Os Amiga suportam o " +"sistema de ficheiros FAT, e HFS como um módulo." #. Tag: para -#: hardware.xml:1957 +#: hardware.xml:1995 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3727,7 +3752,7 @@ msgstr "" "ulink>" #. Tag: para -#: hardware.xml:1990 +#: hardware.xml:2028 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3744,7 +3769,7 @@ msgstr "" "arrancar no Jensen)" #. Tag: para -#: hardware.xml:1999 +#: hardware.xml:2037 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3756,7 +3781,7 @@ msgstr "" "suporta disquetes em sistemas CHRP." #. Tag: para -#: hardware.xml:2005 +#: hardware.xml:2043 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3768,7 +3793,7 @@ msgstr "" "suporta a drive de disquetes." #. Tag: para -#: hardware.xml:2011 +#: hardware.xml:2049 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3778,7 +3803,7 @@ msgstr "" "suportado pelo sistema de arranque." #. Tag: para -#: hardware.xml:2016 +#: hardware.xml:2054 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3791,13 +3816,13 @@ msgstr "" "mais comum organização de disco S/390 (cdl)." #. Tag: title -#: hardware.xml:2033 +#: hardware.xml:2071 #, no-c-format msgid "Peripherals and Other Hardware" msgstr "Periféricos e Outro Hardware" #. Tag: para -#: hardware.xml:2034 +#: hardware.xml:2072 #, no-c-format msgid "" "Linux supports a large variety of hardware devices such as mice, printers, " @@ -3809,7 +3834,7 @@ msgstr "" "destes dispositivos não são necessários durante a instalação do sistema." #. Tag: para -#: hardware.xml:2040 +#: hardware.xml:2078 #, no-c-format msgid "" "USB hardware generally works fine, only some USB keyboards may require " @@ -3820,7 +3845,7 @@ msgstr "" "\"/>)." #. Tag: para -#: hardware.xml:2046 +#: hardware.xml:2084 #, no-c-format msgid "" "Again, see the Linux Hardware " @@ -3832,7 +3857,7 @@ msgstr "" "hardware é suportado por Linux." #. Tag: para -#: hardware.xml:2052 +#: hardware.xml:2090 #, no-c-format msgid "" "Package installations from XPRAM and tape are not supported by this system. " @@ -3844,7 +3869,7 @@ msgstr "" "num DASD ou através de rede utilizando NFS, HTTP ou FTP." #. Tag: para -#: hardware.xml:2058 +#: hardware.xml:2096 #, no-c-format msgid "" "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 " @@ -3856,7 +3881,7 @@ msgstr "" "Broadcom BCM91480B tem quatro slots PCI de 64 bit." #. Tag: para -#: hardware.xml:2064 +#: hardware.xml:2102 #, no-c-format msgid "" "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 " @@ -3870,13 +3895,13 @@ msgstr "" "para dispositivos adicionais, no entanto o Qube tem um slot PCI." #. Tag: title -#: hardware.xml:2074 +#: hardware.xml:2112 #, no-c-format msgid "Purchasing Hardware Specifically for GNU/Linux" msgstr "Comprar Hardware Especificamente para GNU/Linux " #. Tag: para -#: hardware.xml:2076 +#: hardware.xml:2114 #, no-c-format msgid "" "There are several vendors, who ship systems with Debian or other " @@ -3892,7 +3917,7 @@ msgstr "" "suportado por GNU/Linux." #. Tag: para -#: hardware.xml:2084 +#: hardware.xml:2122 #, no-c-format msgid "" "Unfortunately, it's quite rare to find any vendor shipping new &arch-title; " @@ -3902,7 +3927,7 @@ msgstr "" "máquinas &arch-title; de qualquer forma." #. Tag: para -#: hardware.xml:2089 +#: hardware.xml:2127 #, no-c-format msgid "" "If you do have to buy a machine with Windows bundled, carefully read the " @@ -3918,7 +3943,7 @@ msgstr "" "quote> para obter informação que o possa ajudar." #. Tag: para -#: hardware.xml:2097 +#: hardware.xml:2135 #, no-c-format msgid "" "Whether or not you are purchasing a system with Linux bundled, or even a " @@ -3935,13 +3960,13 @@ msgstr "" "hardware amigáveis para com Linux." #. Tag: title -#: hardware.xml:2108 +#: hardware.xml:2146 #, no-c-format msgid "Avoid Proprietary or Closed Hardware" msgstr "Evitar Hardware Fechado ou Proprietário." #. Tag: para -#: hardware.xml:2109 +#: hardware.xml:2147 #, no-c-format msgid "" "Some hardware manufacturers simply won't tell us how to write drivers for " @@ -3955,7 +3980,7 @@ msgstr "" "código fonte de Linux." #. Tag: para -#: hardware.xml:2116 +#: hardware.xml:2154 #, no-c-format msgid "" "Another example is the proprietary hardware in the older Macintosh line. In " @@ -3975,7 +4000,7 @@ msgstr "" "porquê da port Macintosh estar atrasada em relação a outros ports de Linux." #. Tag: para -#: hardware.xml:2127 +#: hardware.xml:2165 #, no-c-format msgid "" "Since we haven't been granted access to the documentation on these devices, " @@ -3990,13 +4015,13 @@ msgstr "" "software livre é um mercado importante." #. Tag: title -#: hardware.xml:2139 +#: hardware.xml:2177 #, no-c-format msgid "Windows-specific Hardware" msgstr "Hardware específico para Windows " #. Tag: para -#: hardware.xml:2140 +#: hardware.xml:2178 #, no-c-format msgid "" "A disturbing trend is the proliferation of Windows-specific modems and " @@ -4023,7 +4048,7 @@ msgstr "" "equivalentes que ainda incluem a inteligência embebida." #. Tag: para -#: hardware.xml:2153 +#: hardware.xml:2191 #, no-c-format msgid "" "You should avoid Windows-specific hardware for two reasons. The first is " @@ -4062,7 +4087,7 @@ msgstr "" "processamento embebido do seu hardware. " #. Tag: para -#: hardware.xml:2174 +#: hardware.xml:2212 #, no-c-format msgid "" "You can help improve this situation by encouraging these manufacturers to " @@ -4072,19 +4097,19 @@ msgid "" "howto;\">Linux Hardware Compatibility HOWTO." msgstr "" "Você pode ajudar nesta situação encorajando estes fabricantes a divulgar a " -"documentação e outros recursos necessários para que possamos programar para o " -"hardware deles, mas a melhor estratégia é simplesmente evitar este género de " -"hardware até serem listados como funcionais no HOWTO de Compatibilidade de Hardware em Linux." #. Tag: title -#: hardware.xml:2187 +#: hardware.xml:2225 #, no-c-format msgid "Fake or Virtual Parity RAM" msgstr "RAM de Paridade Falsa ou Virtual" #. Tag: para -#: hardware.xml:2188 +#: hardware.xml:2226 #, no-c-format msgid "" "If you ask for Parity RAM in a computer store, you'll probably get " @@ -4111,7 +4136,7 @@ msgstr "" "porque na verdade estará a comprar um bit de memória extra por cada 8 bits. " #. Tag: para -#: hardware.xml:2203 +#: hardware.xml:2241 #, no-c-format msgid "" "If you want complete information on &arch-title; RAM issues, and what is the " @@ -4123,7 +4148,7 @@ msgstr "" "de PC." #. Tag: para -#: hardware.xml:2209 +#: hardware.xml:2247 #, no-c-format msgid "Most, if not all, Alpha systems require true-parity RAM." msgstr "" @@ -4131,13 +4156,13 @@ msgstr "" "paridade." #. Tag: title -#: hardware.xml:2224 +#: hardware.xml:2262 #, no-c-format msgid "Memory and Disk Space Requirements" msgstr "Requisitos de Memória e de Espaço em Disco " #. Tag: para -#: hardware.xml:2226 +#: hardware.xml:2264 #, no-c-format msgid "" "You must have at least &minimum-memory; of memory and &minimum-fs-size; of " @@ -4156,7 +4181,7 @@ msgstr "" "necessitará de alguns gigabytes." #. Tag: para -#: hardware.xml:2235 +#: hardware.xml:2273 #, no-c-format msgid "" "On the Amiga the size of FastRAM is relevant towards the total memory " @@ -4171,7 +4196,7 @@ msgstr "" "RAM de 16-bit; veja a FAQ Linux/m68k. " #. Tag: para -#: hardware.xml:2244 +#: hardware.xml:2282 #, no-c-format msgid "" "On the Atari, both ST-RAM and Fast RAM (TT-RAM) are used by Linux. Many " @@ -4186,7 +4211,7 @@ msgstr "" "RAM." #. Tag: para -#: hardware.xml:2252 +#: hardware.xml:2290 #, no-c-format msgid "" "On the Macintosh, care should be taken on machines with RAM-based video " @@ -4201,19 +4226,19 @@ msgstr "" "menos 4MB." #. Tag: emphasis -#: hardware.xml:2262 +#: hardware.xml:2300 #, no-c-format msgid "FIXME: is this still true?" msgstr "FIXME: é isto ainda é verdade?" #. Tag: title -#: hardware.xml:2273 +#: hardware.xml:2311 #, no-c-format msgid "Network Connectivity Hardware" msgstr "Hardware Para Ligação em Rede" #. Tag: para -#: hardware.xml:2275 +#: hardware.xml:2313 #, no-c-format msgid "" "Most PCI and many older ISA network cards are supported. Some network " @@ -4235,7 +4260,7 @@ msgstr "" "suportadas pelo disco de instalação, tanto as placas como os protocolos." #. Tag: para -#: hardware.xml:2294 +#: hardware.xml:2332 #, no-c-format msgid "" "As for ISDN, the D-channel protocol for the (old) German 1TR6 is not " @@ -4246,7 +4271,7 @@ msgstr "" "i;." #. Tag: para -#: hardware.xml:2302 +#: hardware.xml:2340 #, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel should also " @@ -4260,7 +4285,7 @@ msgstr "" "detalhes completos." #. Tag: para -#: hardware.xml:2311 +#: hardware.xml:2349 #, no-c-format msgid "" "The following network interface cards (NICs) are supported from the bootable " @@ -4270,19 +4295,19 @@ msgstr "" "directamente pelo kernel de arranque:" #. Tag: para -#: hardware.xml:2317 +#: hardware.xml:2355 #, no-c-format msgid "Sun LANCE" msgstr "Sun LANCE" #. Tag: para -#: hardware.xml:2323 +#: hardware.xml:2361 #, no-c-format msgid "Sun Happy Meal" msgstr "Sun Happy Meal" #. Tag: para -#: hardware.xml:2331 +#: hardware.xml:2369 #, no-c-format msgid "" "The following network interface cards are supported as modules. They can be " @@ -4295,26 +4320,26 @@ msgstr "" "dispositivos:" #. Tag: para -#: hardware.xml:2339 +#: hardware.xml:2377 #, no-c-format msgid "Sun BigMAC" msgstr "Sun BigMAC" #. Tag: para -#: hardware.xml:2345 +#: hardware.xml:2383 #, no-c-format msgid "Sun QuadEthernet" msgstr "Sun QuadEthernet" #. Tag: para -#: hardware.xml:2350 +#: hardware.xml:2388 #, no-c-format msgid "MyriCOM Gigabit Ethernet" msgstr "MyriCOM Gigabit Ethernet" #. Tag: para -#: hardware.xml:2357 hardware.xml:2363 hardware.xml:2369 hardware.xml:2375 -#: hardware.xml:2381 +#: hardware.xml:2395 hardware.xml:2401 hardware.xml:2407 hardware.xml:2413 +#: hardware.xml:2419 #, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel should also " @@ -4326,7 +4351,7 @@ msgstr "" "rede como módulo." #. Tag: para -#: hardware.xml:2387 +#: hardware.xml:2425 #, no-c-format msgid "" "Due to kernel limitations only the onboard network interfaces on DECstations " @@ -4337,7 +4362,7 @@ msgstr "" "suportadas neste momento." #. Tag: para -#: hardware.xml:2393 +#: hardware.xml:2431 #, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel is also be " @@ -4345,25 +4370,25 @@ msgid "" "you need to load one first during the initial network setup. The list of " "supported network devices is:" msgstr "" -"Qualquer placa de rede (NIC) suportada pelo kernel Linux também é" -"suportada pelos discos de arranque. Todos os drivers de rede estão " -"compilados como módulos por isso terá primeiro de carregar um durante a " -"configuração de rede inicial. A lista de dispositivos de rede suportados é:" +"Qualquer placa de rede (NIC) suportada pelo kernel Linux também ésuportada " +"pelos discos de arranque. Todos os drivers de rede estão compilados como " +"módulos por isso terá primeiro de carregar um durante a configuração de rede " +"inicial. A lista de dispositivos de rede suportados é:" #. Tag: para -#: hardware.xml:2401 +#: hardware.xml:2439 #, no-c-format msgid "Channel to Channel (CTC) and ESCON connection (real or emulated)" msgstr "Channel to Channel (CTC) e ligação ESCON (real ou emulada)" #. Tag: para -#: hardware.xml:2406 +#: hardware.xml:2444 #, no-c-format msgid "OSA-2 Token Ring/Ethernet and OSA-Express Fast Ethernet (non-QDIO)" msgstr "OSA-2 Token Ring/Ethernet e OSA-Express Fast Ethernet (non-QDIO)" #. Tag: para -#: hardware.xml:2411 +#: hardware.xml:2449 #, no-c-format msgid "" "Inter-User Communication Vehicle (IUCV) — available for VM guests only" @@ -4372,13 +4397,13 @@ msgstr "" "guests" #. Tag: para -#: hardware.xml:2416 +#: hardware.xml:2454 #, no-c-format msgid "OSA-Express in QDIO mode, HiperSockets and Guest-LANs" msgstr "OSA-Express no modo QDIO, HiperSockets e Guest-Lans" #. Tag: para -#: hardware.xml:2425 +#: hardware.xml:2463 #, no-c-format msgid "" "The following network interface cards are supported directly by the boot " @@ -4388,19 +4413,19 @@ msgstr "" "arranque no NetWinder e maquinas CATS:" #. Tag: para -#: hardware.xml:2431 +#: hardware.xml:2469 #, no-c-format msgid "PCI-based NE2000" msgstr "PCI-based NE2000" #. Tag: para -#: hardware.xml:2437 +#: hardware.xml:2475 #, no-c-format msgid "DECchip Tulip" msgstr "DECchip Tulip" #. Tag: para -#: hardware.xml:2444 +#: hardware.xml:2482 #, no-c-format msgid "" "The following network interface cards are supported directly by the boot " @@ -4410,25 +4435,25 @@ msgstr "" "disco de arranque nos RiscPCs" #. Tag: para -#: hardware.xml:2450 +#: hardware.xml:2488 #, no-c-format msgid "Ether1" msgstr "Ether1" #. Tag: para -#: hardware.xml:2455 +#: hardware.xml:2493 #, no-c-format msgid "Ether3" msgstr "Ether3" #. Tag: para -#: hardware.xml:2460 +#: hardware.xml:2498 #, no-c-format msgid "EtherH" msgstr "EtherH" #. Tag: para -#: hardware.xml:2467 +#: hardware.xml:2505 #, no-c-format msgid "" "If your card is mentioned in the lists above, the complete installation can " @@ -4438,7 +4463,7 @@ msgstr "" "ser levada a cabo pela rede sem necessidade de CD ROMs ou disquetes." #. Tag: para -#: hardware.xml:2473 +#: hardware.xml:2511 #, no-c-format msgid "" "Any other network interface card (NIC) supported by the Linux kernel should " @@ -4451,6 +4476,30 @@ msgstr "" "de rede como módulo. Isto significa que terá de instalar o kernel e módulos " "do sistema operativo usando algum outro meio." +#~ msgid "riscpc" +#~ msgstr "riscpc" + +#~ msgid "prep" +#~ msgstr "prep" + +#~ msgid "r5k-ip22" +#~ msgstr "r5k-ip22" + +#~ msgid "power3" +#~ msgstr "power3" + +#~ msgid "" +#~ "Macintosh computers using the 680x0 series of processors are not in the " +#~ "PowerPC family but are instead m68k machines. Those models start with " +#~ "Mac II or have a 3-digit model number such as Centris 650 " +#~ "or Quadra 950. Apple's pre-iMac PowerPC model numbers have four digits." +#~ msgstr "" +#~ "Os computadores Macintosh que usam a série de processadores 680x0 não " +#~ "pertencem a família PowerPC, mas são sim máquinas m68k. Esses modelos " +#~ "começam com Mac II ou têm um número de modelo de 3-dígitos " +#~ "como, por exemplo, o Centris 650 ou o Quadra 950. Os PowerPC pré-iMac da " +#~ "Apple têm números de modelo com quatro dígitos." + #~ msgid "RiscPC and Riscstation" #~ msgstr "RiscPC e Riscstation" diff --git a/po/pt/using-d-i.po b/po/pt/using-d-i.po index e4bb19868..f4224906f 100644 --- a/po/pt/using-d-i.po +++ b/po/pt/using-d-i.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: using-d-i\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-06-24 19:23+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-06-25 11:01+0100\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" @@ -123,7 +123,12 @@ msgid "" "priority=low. Expert mode gives you full control over " "&d-i;." msgstr "" -"Se o seu hardware necessita que você lhe passe opções aos módulos do kernel à medida que são instalados, irá necessitar de iniciar o instalador no modo expert. Isto pode ser feito quer utilizando o comando expert para iniciar o instalador ou adicionando o argumento de arranque priority=low. O modo expert dá-lhe total controlo sobre o &d-i;." +"Se o seu hardware necessita que você lhe passe opções aos módulos do kernel " +"à medida que são instalados, irá necessitar de iniciar o instalador no modo " +"expert. Isto pode ser feito quer utilizando o comando " +"expert para iniciar o instalador ou adicionando o " +"argumento de arranque priority=low. O modo expert dá-" +"lhe total controlo sobre o &d-i;." #. Tag: para #: using-d-i.xml:59 @@ -1010,12 +1015,15 @@ msgid "" "for US keyboards." msgstr "" "Para ter um teclado funcional, você deve iniciar o instalador com o " -"parâmetro priority=medium. Quando você chegar " -"à selecção de teclado Se você está a instalar com a " +"parâmetro priority=medium. Quando você chegar à " +"selecção de teclado Se você está a instalar com a " "prioridade por omissão você deve utilizar o botãoVoltar Atrás para voltar ao menu do instalador quando lhe for mostrada uma " "lista de keymaps do tipo Sun. , escolha sem " -"teclado para configurar se tem um teclado com uma disposição Americana (US), ou escolha teclado USB se tem um teclado com uma disposição localizada. Escolher Sem teclado para configurar irá deixar o keymap do kernel, que é o correcto para teclados US." +"teclado para configurar se tem um teclado com uma disposição " +"Americana (US), ou escolha teclado USB se tem um teclado com " +"uma disposição localizada. Escolher Sem teclado para configurar irá deixar o keymap do kernel, que é o correcto para teclados US." #. Tag: title #: using-d-i.xml:611 @@ -2009,14 +2017,16 @@ msgstr "" #. Tag: para #: using-d-i.xml:1212 -#, no-c-format +#, fuzzy, no-c-format msgid "" "Next, you should choose Configure software RAID " -"from the main partman menu. On the first screen of " -"mdcfg simply select Create MD device. You will be presented with a list of supported types of MD " -"devices, from which you should choose one (e.g. RAID1). What follows depends " -"on the type of MD you selected." +"from the main partman menu. (The menu will only appear " +"after you mark at least one partition for use as physical " +"volume for RAID.) On the first screen of mdcfg simply select Create MD device. You will " +"be presented with a list of supported types of MD devices, from which you " +"should choose one (e.g. RAID1). What follows depends on the type of MD you " +"selected." msgstr "" "Em seguida, deverá escolher Configurar RAID por software a partir do menu principal partman. No " @@ -2027,7 +2037,7 @@ msgstr "" "que seleccionar." #. Tag: para -#: using-d-i.xml:1223 +#: using-d-i.xml:1225 #, no-c-format msgid "" "RAID0 is simple — you will be issued with the list of available RAID " @@ -2039,7 +2049,7 @@ msgstr "" "formaram o MD." #. Tag: para -#: using-d-i.xml:1230 +#: using-d-i.xml:1232 #, no-c-format msgid "" "RAID1 is a bit more tricky. First, you will be asked to enter the number of " @@ -2060,7 +2070,7 @@ msgstr "" "erro seja corrigido." #. Tag: para -#: using-d-i.xml:1242 +#: using-d-i.xml:1244 #, no-c-format msgid "" "RAID5 has similar setup procedure as RAID1 with the exception that you need " @@ -2070,7 +2080,7 @@ msgstr "" "necessita de utilizar pelo menos três partições activas." #. Tag: para -#: using-d-i.xml:1250 +#: using-d-i.xml:1252 #, no-c-format msgid "" "It is perfectly possible to have several types of MD at once. For example if " @@ -2088,7 +2098,7 @@ msgstr "" "partição /home de 100GB)." #. Tag: para -#: using-d-i.xml:1259 +#: using-d-i.xml:1261 #, no-c-format msgid "" "After you setup MD devices to your liking, you can Finishpassphrase used when the encrypted partition was " +"originally created. This feature is useful to protect sensitive data in case " +"your laptop or hard drive gets stolen. The thief might get physical access " +"to the hard drive, but without knowing the right passphrase, the data on the " +"hard drive will look like random characters." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1289 +#, no-c-format +msgid "" +"The two most important partitions to encrypt are: the home partition, where " +"your private data resides, and the swap partition, where sensitive data " +"might be stored temporarily during operation. Of course, nothing prevents " +"you from encrypting any other partitions that might be of interest. For " +"example /var where database servers, mail servers or " +"print servers store their data, or /tmp which is used " +"by various programs to store potentially interesting temporary files. Some " +"people may even want to encrypt their whole system. The only exception is " +"the /boot partition which must remain unencrypted, " +"because currently there is no way to load the kernel from an encrypted " +"partition." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1304 +#, no-c-format +msgid "" +"Please note that the performance of encrypted partitions will be less than " +"that of unencrypted ones because the data needs to be decrypted or encrypted " +"for every read or write. The performance impact depends on your CPU speed, " +"chosen cipher and a key length." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1311 +#, no-c-format +msgid "" +"To use encryption, you have to create a new partition by selecting some free " +"space in the main partitioning menu. Another option is to choose an existing " +"partition (e.g. a regular partition, an LVM logical volume or a RAID " +"volume). In the Partition setting menu, you need to " +"select physical volume for encryption at the " +" Use as: option. The menu will " +"then change to include several cryptographic options for the partition." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1322 +#, no-c-format +msgid "" +"&d-i; supports several encryption methods. The default method is " +"dm-crypt (included in newer Linux kernels, able to " +"host LVM physical volumes), the other is loop-AES " +"(older, maintained separately from the Linux kernel tree). Unless you have " +"compelling reasons to do otherwise, it is recommended to use the default." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1334 +#, no-c-format +msgid "" +"First, let's have a look at available options available when you select " +"Device-mapper (dm-crypt) as the encryption method. As " +"always: when in doubt, use the defaults, because they have been carefully " +"chosen with security in mind." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1344 +#, no-c-format +msgid "Encryption: aes" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1346 +#, no-c-format +msgid "" +"This option lets you select the encryption algorithm (cipher) which will be used to encrypt the data on the partition. &d-i; " +"currently supports the following block ciphers: aes, " +"blowfish, serpent, and " +"twofish. It is beyond the scope of this document to " +"discuss the qualities of these different algorithms, however, it might help " +"your decision to know that in 2000, AES was chosen by " +"the American National Institute of Standards and Technology as the standard " +"encryption algorithm for protecting sensitive information in the 21st " +"century." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1364 +#, no-c-format +msgid "Key size: 256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1366 +#, no-c-format +msgid "" +"Here you can specify the length of the encryption key. With a larger key " +"size, the strength of the encryption is generally improved. On the other " +"hand, increasing the length of the key usually has a negative impact on " +"performance. Available key sizes vary depending on the cipher." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1378 +#, no-c-format +msgid "IV algorithm: cbc-essiv:sha256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1380 +#, no-c-format +msgid "" +"The Initialization Vector or IV algorithm is used in cryptography to ensure that applying the " +"cipher on the same clear text data with the same key " +"always produces a unique cipher text. The idea is to " +"prevent the attacker from deducing information from repeated patterns in the " +"encrypted data." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1390 +#, no-c-format +msgid "" +"From the provided alternatives, the default cbc-essiv:sha256 is currently the least vulnerable to known attacks. Use the other " +"alternatives only when you need to ensure compatibility with some previously " +"installed system that is not able to use newer algorithms." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1402 +#, no-c-format +msgid "Encryption key: Passphrase" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1404 +#, no-c-format +msgid "Here you can choose the type of the encryption key for this partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1410 +#, no-c-format +msgid "Passphrase" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1411 +#, no-c-format +msgid "" +"The encryption key will be computed Using a passphrase as " +"the key currently means that the partition will be set up using LUKS. on the basis of a passphrase " +"which you will be able to enter later in the process." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1426 using-d-i.xml:1519 +#, no-c-format +msgid "Random key" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1427 +#, no-c-format +msgid "" +"A new encryption key will be generated from random data each time you try to " +"bring up the encrypted partition. In other words: on every shutdown the " +"content of the partition will be lost as the key is deleted from memory. (Of " +"course, you could try to guess the key with a brute force attack, but unless " +"there is an unknown weakness in the cipher algorithm, it is not achievable " +"in our lifetime.)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1436 +#, no-c-format +msgid "" +"Random keys are useful for swap partitions because you do not need to bother " +"yourself with remembering the passphrase or wiping sensitive information " +"from the swap partition before shutting down your computer. However, it also " +"means that you will not be able to use the " +"suspend-to-disk functionality offered by newer Linux kernels " +"as it will be impossible (during a subsequent boot) to recover the suspended " +"data written to the swap partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1455 using-d-i.xml:1532 +#, no-c-format +msgid "Erase data: yes" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1457 +#, no-c-format +msgid "" +"Determines whether the content of this partition should be overwritten with " +"random data before setting up the encryption. This is recommended because it " +"might otherwise be possible for an attacker to discern which parts of the " +"partition are in use and which are not. In addition, this will make it " +"harder to recover any leftover data from previous " +"installations It is believed that the guys from three-letter " +"agencies can restore the data even after several rewrites of the " +"magnetooptical media, though. ." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1477 +#, no-c-format +msgid "" +"If you select Encryption method: " +"Loopback (loop-AES) , the menu " +"changes to provide the following options:" +msgstr "" + +#. Tag: term +#: using-d-i.xml:1486 +#, no-c-format +msgid "Encryption: AES256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1488 +#, no-c-format +msgid "" +"For loop-AES, unlike dm-crypt, the options for cipher and key size are " +"combined, so you can select both at the same time. Please see the above " +"sections on ciphers and key sizes for further information." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1498 +#, no-c-format +msgid "Encryption key: Keyfile (GnuPG)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1500 +#, no-c-format +msgid "Here you can select the type of the encryption key for this partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1506 +#, no-c-format +msgid "Keyfile (GnuPG)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1507 +#, no-c-format +msgid "" +"The encryption key will be generated from random data during the " +"installation. Moreover this key will be encrypted with GnuPG, so to use it, you will need to enter the proper passphrase " +"(you will be asked to provide one later in the process)." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1520 +#, no-c-format +msgid "Please see the the section on random keys above." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1534 +#, no-c-format +msgid "Please see the the section on erasing data above." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1543 +#, no-c-format +msgid "" +"Please note that the graphical version of the installer " +"still has some limitations when compared to the textual one. For " +"cryptography it means you can set up only volumes using " +"passphrases as the encryption keys." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1550 +#, no-c-format +msgid "" +"After you have selected the desired parameters for your encrypted " +"partitions, return back to the main partitioning menu. There should now be a " +"new menu item called Configure encrypted volumes. After " +"you select it, you will be asked to confirm the deletion of data on " +"partitions marked to be erased and possibly other actions such as writing a " +"new partition table. For large partitions this might take some time." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1561 +#, no-c-format +msgid "" +"Next you will be asked to enter a passphrase for partitions configured to " +"use one. Good passphrases should be longer than 8 characters, should be a " +"mixture of letters, numbers and other characters and should not contain " +"common dictionary words or information easily associable with you (such as " +"birthdates, hobbies, pet names, names of family members or relatives, etc.)." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1570 +#, no-c-format +msgid "" +"Before you input any passphrases, you should have made sure that your " +"keyboard is configured correctly and generates the expected characters. If " +"you are unsure, you can switch to the second virtual console and type some " +"text at the prompt. This ensures that you won't be surprised later, e.g. by " +"trying to input a passphrase using a qwerty keyboard layout when you used an " +"azerty layout during the installation. This situation can have several " +"causes. Maybe you switched to another keyboard layout during the " +"installation, or the selected keyboard layout might not have been set up yet " +"when entering the passphrase for the root file system." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1583 +#, no-c-format +msgid "" +"If you selected to use methods other than a passphrase to create encryption " +"keys, they will be generated now. Because the kernel may not have gathered a " +"sufficient amount of entropy at this early stage of the installation, the " +"process may take a long time. You can help speed up the process by " +"generating entropy: e.g. by pressing random keys, or by switching to the " +"shell on the second virtual console and generating some network and disk " +"traffic (downloading some files, feeding big files into /dev/null, etc.). This will be repeated for each partition to be encrypted." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1599 +#, no-c-format +msgid "" +"After returning to the main partitioning menu, you will see all encrypted " +"volumes as additional partitions which can be configured in the same way as " +"ordinary partitions. The following example shows two different volumes. The " +"first one is encrypted via dm-crypt, the second one via loop-AES. " +"\n" +"Encrypted volume (crypt0) - 115.1 GB Linux device-" +"mapper\n" +" #1 115.1 GB F ext3\n" +"\n" +"Loopback (loop0) - 515.2 MB AES256 keyfile\n" +" #1 515.2 MB F ext3\n" +" Now is the time to assign mount points to the " +"volumes and optionally change the file system types if the defaults do not " +"suit you." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1612 +#, no-c-format +msgid "" +"One thing to note here are the identifiers in parentheses " +"(crypt0 and loop0 in " +"this case) and the mount points you assigned to each encrypted volume. You " +"will need this information later when booting the new system. The " +"differences between ordinary boot process and boot process with encryption " +"involved will be covered later in ." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1622 +#, no-c-format +msgid "" +"Once you are satisfied with the partitioning scheme, continue with the " +"installation." +msgstr "" + +#. Tag: title +#: using-d-i.xml:1633 #, no-c-format msgid "Setting up the System" msgstr "Configurar o Sistema" #. Tag: para -#: using-d-i.xml:1273 +#: using-d-i.xml:1634 #, no-c-format msgid "" "After partitioning the installer asks a few more questions that will be used " @@ -2119,13 +2522,13 @@ msgstr "" "utilizadas para configurar o sistema que vai ser instalado." #. Tag: title -#: using-d-i.xml:1285 +#: using-d-i.xml:1646 #, no-c-format msgid "Configuring Your Time Zone" msgstr "Configurar O Seu Fuso Horário" #. Tag: para -#: using-d-i.xml:1287 +#: using-d-i.xml:1648 #, no-c-format msgid "" "Depending on the location selected at the beginning of the installation " @@ -2139,13 +2542,13 @@ msgstr "" "perguntado nada e o sistema assumirá esse fuso horário." #. Tag: title -#: using-d-i.xml:1303 +#: using-d-i.xml:1664 #, no-c-format msgid "Configuring the Clock" msgstr "Configurar o Relógio" #. Tag: para -#: using-d-i.xml:1305 +#: using-d-i.xml:1666 #, no-c-format msgid "" "The installer might ask you if the computer's clock is set to UTC. Normally " @@ -2159,7 +2562,7 @@ msgstr "" "outros sistemas operativos estão instalados." #. Tag: para -#: using-d-i.xml:1312 +#: using-d-i.xml:1673 #, no-c-format msgid "" "In expert mode you will always be able to choose whether or not the clock is " @@ -2177,7 +2580,7 @@ msgstr "" "fazer dual-boot, escolha hora local em vez de GMT." #. Tag: para -#: using-d-i.xml:1323 +#: using-d-i.xml:1684 #, no-c-format msgid "" "Note that the installer does not currently allow you to actually set the " @@ -2190,19 +2593,19 @@ msgstr "" "UTC você pode acertar o relógio para a hora actual depois de ter instalado." #. Tag: title -#: using-d-i.xml:1339 +#: using-d-i.xml:1700 #, no-c-format msgid "Setting Up Users And Passwords" msgstr "Definir Utilizadores E Palavras Passe" #. Tag: title -#: using-d-i.xml:1342 +#: using-d-i.xml:1703 #, no-c-format msgid "Set the Root Password" msgstr "Definir a Palavra Pass de Root" #. Tag: para -#: using-d-i.xml:1344 +#: using-d-i.xml:1705 #, no-c-format msgid "" "The root account is also called the super-" @@ -2217,7 +2620,7 @@ msgstr "" "possível." #. Tag: para -#: using-d-i.xml:1352 +#: using-d-i.xml:1713 #, no-c-format msgid "" "Any password you create should contain at least 6 characters, and should " @@ -2234,7 +2637,7 @@ msgstr "" "possa ser adivinhada." #. Tag: para -#: using-d-i.xml:1360 +#: using-d-i.xml:1721 #, no-c-format msgid "" "If anyone ever tells you they need your root password, be extremely wary. " @@ -2247,13 +2650,13 @@ msgstr "" "sistemas." #. Tag: title -#: using-d-i.xml:1370 +#: using-d-i.xml:1731 #, no-c-format msgid "Create an Ordinary User" msgstr "Criar um Utilizador Normal" #. Tag: para -#: using-d-i.xml:1372 +#: using-d-i.xml:1733 #, no-c-format msgid "" "The system will ask you whether you wish to create an ordinary user account " @@ -2267,7 +2670,7 @@ msgstr "" "seu o acesso pessoal." #. Tag: para -#: using-d-i.xml:1379 +#: using-d-i.xml:1740 #, no-c-format msgid "" "Why not? Well, one reason to avoid using root's privileges is that it is " @@ -2288,7 +2691,7 @@ msgstr "" "for novo para si." #. Tag: para -#: using-d-i.xml:1389 +#: using-d-i.xml:1750 #, no-c-format msgid "" "You will first be prompted for the user's full name. Then you'll be asked " @@ -2303,7 +2706,7 @@ msgstr "" "conta." #. Tag: para -#: using-d-i.xml:1396 +#: using-d-i.xml:1757 #, no-c-format msgid "" "If at any point after installation you would like to create another account, " @@ -2313,13 +2716,13 @@ msgstr "" "utilize o comando adduser." #. Tag: title -#: using-d-i.xml:1408 +#: using-d-i.xml:1769 #, no-c-format msgid "Installing the Base System" msgstr "Instalar o Sistema Base" #. Tag: para -#: using-d-i.xml:1409 +#: using-d-i.xml:1770 #, no-c-format msgid "" "Although this stage is the least problematic, it consumes a significant " @@ -2332,13 +2735,13 @@ msgstr "" "computador ou uma ligação de rede lenta, isto poderá demorar algum tempo." #. Tag: title -#: using-d-i.xml:1423 +#: using-d-i.xml:1784 #, no-c-format msgid "Base System Installation" msgstr "Instalação do Sistema Base" #. Tag: para -#: using-d-i.xml:1425 +#: using-d-i.xml:1786 #, no-c-format msgid "" "During the Base installation, package unpacking and setup messages are " @@ -2354,7 +2757,7 @@ msgstr "" "Left AltF1." #. Tag: para -#: using-d-i.xml:1435 +#: using-d-i.xml:1796 #, no-c-format msgid "" "The unpack/setup messages generated by the base installation are saved in " @@ -2366,7 +2769,7 @@ msgstr "" "efectuada através de uma consola série." #. Tag: para -#: using-d-i.xml:1441 +#: using-d-i.xml:1802 #, no-c-format msgid "" "As part of the installation, a Linux kernel will be installed. At the " @@ -2380,13 +2783,13 @@ msgstr "" "de uma lista de kernels disponíveis." #. Tag: title -#: using-d-i.xml:1454 +#: using-d-i.xml:1815 #, no-c-format msgid "Installing Additional Software" msgstr "Instalar Software Adicional" #. Tag: para -#: using-d-i.xml:1455 +#: using-d-i.xml:1816 #, no-c-format msgid "" "After the base system is installed, you have a usable but limited system. " @@ -2402,13 +2805,13 @@ msgstr "" "base se tiver um computador ou uma rede lentos." #. Tag: title -#: using-d-i.xml:1469 +#: using-d-i.xml:1830 #, no-c-format msgid "Configuring apt" msgstr "Configurar o apt" #. Tag: para -#: using-d-i.xml:1471 +#: using-d-i.xml:1832 #, no-c-format msgid "" "The main means that people use to install packages on their system is via a " @@ -2443,7 +2846,7 @@ msgstr "" "bom interface com o utilizador." #. Tag: para -#: using-d-i.xml:1495 +#: using-d-i.xml:1856 #, no-c-format msgid "" "apt must be configured so that it knows where to retrieve " @@ -2461,13 +2864,13 @@ msgstr "" "estar completa." #. Tag: title -#: using-d-i.xml:1511 +#: using-d-i.xml:1872 #, no-c-format msgid "Selecting and Installing Software" msgstr "Seleccionar e Instalar Software" #. Tag: para -#: using-d-i.xml:1513 +#: using-d-i.xml:1874 #, no-c-format msgid "" "During the installation process, you are given the opportunity to select " @@ -2485,7 +2888,7 @@ msgstr "" "executar várias tarefas." #. Tag: para -#: using-d-i.xml:1522 +#: using-d-i.xml:1883 #, no-c-format msgid "" "So, you have the ability to choose tasks first, and " @@ -2519,7 +2922,7 @@ msgstr "" "size-list\"/> lista as necessidades de espaço para as tarefas disponíveis." #. Tag: para -#: using-d-i.xml:1547 +#: using-d-i.xml:1908 #, no-c-format msgid "" "Once you've selected your tasks, select Ok. At this " @@ -2530,7 +2933,7 @@ msgstr "" "pacotes que seleccionou." #. Tag: para -#: using-d-i.xml:1554 +#: using-d-i.xml:1915 #, no-c-format msgid "" "In the standard user interface of the installer, you can use the space bar " @@ -2540,7 +2943,7 @@ msgstr "" "barra de espaços para mudar a selecção de uma tarefa." #. Tag: para -#: using-d-i.xml:1561 +#: using-d-i.xml:1922 #, no-c-format msgid "" "Note that some tasks may be pre-selected based on the characteristics of the " @@ -2554,7 +2957,7 @@ msgstr "" "não instalar nenhuma tarefa." #. Tag: para -#: using-d-i.xml:1569 +#: using-d-i.xml:1930 #, no-c-format msgid "" "Each package you selected with tasksel is downloaded, " @@ -2569,13 +2972,13 @@ msgstr "" "este processo." #. Tag: title -#: using-d-i.xml:1578 +#: using-d-i.xml:1939 #, no-c-format msgid "Configuring Your Mail Transport Agent" msgstr "Configurar o Mail Transport Agent" #. Tag: para -#: using-d-i.xml:1580 +#: using-d-i.xml:1941 #, no-c-format msgid "" "Today, email is a very important part of many people's life, so it's no " @@ -2591,7 +2994,7 @@ msgstr "" "command>, que é relativamente pequeno, flexível, e fácil de aprender." #. Tag: para -#: using-d-i.xml:1588 +#: using-d-i.xml:1949 #, no-c-format msgid "" "You may ask if this is needed even if your computer is not connected to any " @@ -2606,7 +3009,7 @@ msgstr "" "lhe avisos importantes por email." #. Tag: para -#: using-d-i.xml:1596 +#: using-d-i.xml:1957 #, no-c-format msgid "" "So on the first screen you will be presented with several common mail " @@ -2616,13 +3019,13 @@ msgstr "" "de mail. Escolha o que mais se adequa às suas necessidades:" #. Tag: term -#: using-d-i.xml:1605 +#: using-d-i.xml:1966 #, no-c-format msgid "internet site" msgstr "site de internet" #. Tag: para -#: using-d-i.xml:1606 +#: using-d-i.xml:1967 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -2636,13 +3039,13 @@ msgstr "" "domínios para os quais deseja aceitar e encaminhar o correio." #. Tag: term -#: using-d-i.xml:1617 +#: using-d-i.xml:1978 #, no-c-format msgid "mail sent by smarthost" msgstr "correio enviado por smarthost" #. Tag: para -#: using-d-i.xml:1618 +#: using-d-i.xml:1979 #, no-c-format msgid "" "In this scenario is your outgoing mail forwarded to another machine, called " @@ -2661,13 +3064,13 @@ msgstr "" "telefónico." #. Tag: term -#: using-d-i.xml:1631 +#: using-d-i.xml:1992 #, no-c-format msgid "local delivery only" msgstr "distribuição local apenas" #. Tag: para -#: using-d-i.xml:1632 +#: using-d-i.xml:1993 #, no-c-format msgid "" "Your system is not on a network and mail is sent or received only between " @@ -2686,13 +3089,13 @@ msgstr "" "pergunta." #. Tag: term -#: using-d-i.xml:1645 +#: using-d-i.xml:2006 #, no-c-format msgid "no configuration at this time" msgstr "sem configuração neste momento" #. Tag: para -#: using-d-i.xml:1646 +#: using-d-i.xml:2007 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -2707,7 +3110,7 @@ msgstr "" "sistema." #. Tag: para -#: using-d-i.xml:1657 +#: using-d-i.xml:2018 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer setup, " @@ -2723,13 +3126,13 @@ msgstr "" "exim4 em /usr/share/doc/exim4." #. Tag: title -#: using-d-i.xml:1672 +#: using-d-i.xml:2033 #, no-c-format msgid "Making Your System Bootable" msgstr "Tornar o Sistema Iniciável" #. Tag: para -#: using-d-i.xml:1674 +#: using-d-i.xml:2035 #, no-c-format msgid "" "If you are installing a diskless workstation, obviously, booting off the " @@ -2744,7 +3147,7 @@ msgstr "" "\"boot-dev-select-sun\"/>." #. Tag: para -#: using-d-i.xml:1682 +#: using-d-i.xml:2043 #, no-c-format msgid "" "Note that multiple operating systems booting on a single machine is still " @@ -2760,13 +3163,13 @@ msgstr "" "arranque para mais informações." #. Tag: title -#: using-d-i.xml:1697 +#: using-d-i.xml:2058 #, no-c-format msgid "Detecting other operating systems" msgstr "Detecção de outros sistemas operativos" #. Tag: para -#: using-d-i.xml:1699 +#: using-d-i.xml:2060 #, no-c-format msgid "" "Before a boot loader is installed, the installer will attempt to probe for " @@ -2782,7 +3185,7 @@ msgstr "" "adição ao Debian." #. Tag: para -#: using-d-i.xml:1707 +#: using-d-i.xml:2068 #, no-c-format msgid "" "Note that multiple operating systems booting on a single machine is still " @@ -2799,13 +3202,13 @@ msgstr "" "mais informações." #. Tag: title -#: using-d-i.xml:1725 +#: using-d-i.xml:2086 #, no-c-format msgid "Install aboot on a Hard Disk" msgstr "Instalar o aboot num Disco Rígido" #. Tag: para -#: using-d-i.xml:1726 +#: using-d-i.xml:2087 #, no-c-format msgid "" "If you have booted from SRM, if you select this option, the installer will " @@ -2827,13 +3230,13 @@ msgstr "" "terá que arrancar o GNU/Linux a partir de uma disquete." #. Tag: title -#: using-d-i.xml:1746 +#: using-d-i.xml:2107 #, no-c-format msgid "palo-installer" msgstr "palo-installer" #. Tag: para -#: using-d-i.xml:1747 +#: using-d-i.xml:2108 #, no-c-format msgid "" "The bootloader on PA-RISC is palo. PALO is " @@ -2850,19 +3253,19 @@ msgstr "" "Linux." #. Tag: para -#: using-d-i.xml:1756 +#: using-d-i.xml:2117 #, no-c-format msgid "hppa FIXME ( need more info )" msgstr "hppa FIXME ( mais informação necessária )" #. Tag: title -#: using-d-i.xml:1768 +#: using-d-i.xml:2129 #, no-c-format msgid "Install the Grub Boot Loader on a Hard Disk" msgstr "Instalar o Gestor de Arranque Grub num Disco Rígido" #. Tag: para -#: using-d-i.xml:1770 +#: using-d-i.xml:2131 #, no-c-format msgid "" "The main &architecture; boot loader is called grub. Grub is a " @@ -2874,7 +3277,7 @@ msgstr "" "quer para novatos quer para utilizadores experientes." #. Tag: para -#: using-d-i.xml:1776 +#: using-d-i.xml:2137 #, no-c-format msgid "" "By default, grub will be installed into the Master Boot Record (MBR), where " @@ -2886,7 +3289,7 @@ msgstr "" "qualquer outro local. Veja o manual do grub para uma informação completa." #. Tag: para -#: using-d-i.xml:1782 +#: using-d-i.xml:2143 #, no-c-format msgid "" "If you do not want to install grub at all, use the Back button to get to the " @@ -2896,13 +3299,13 @@ msgstr "" "menu principal e a partir daí seleccione o gestor de arranque que desejar." #. Tag: title -#: using-d-i.xml:1796 +#: using-d-i.xml:2157 #, no-c-format msgid "Install the LILO Boot Loader on a Hard Disk" msgstr "Instalar o Gestor de Arranque LILO num Disco Rígido" #. Tag: para -#: using-d-i.xml:1798 +#: using-d-i.xml:2159 #, no-c-format msgid "" "The second &architecture; boot loader is called LILO. It is " @@ -2919,7 +3322,7 @@ msgstr "" "\">LILO mini-HOWTO." #. Tag: para -#: using-d-i.xml:1808 +#: using-d-i.xml:2169 #, no-c-format msgid "" "Currently the LILO installation will only create menu entries for other " @@ -2933,7 +3336,7 @@ msgstr "" "sistemas operativos como o GNU/Linux e GNU/Hurd depois da instalação." #. Tag: para -#: using-d-i.xml:1816 +#: using-d-i.xml:2177 #, no-c-format msgid "" "&d-i; presents you three choices where to install the LILOLILO." #. Tag: term -#: using-d-i.xml:1823 +#: using-d-i.xml:2184 #, no-c-format msgid "Master Boot Record (MBR)" msgstr "Master Boot Record (MBR)" #. Tag: para -#: using-d-i.xml:1823 +#: using-d-i.xml:2184 #, no-c-format msgid "" "This way the LILO will take complete control of the boot " @@ -2959,13 +3362,13 @@ msgstr "" "de arranque." #. Tag: term -#: using-d-i.xml:1830 +#: using-d-i.xml:2191 #, no-c-format msgid "new Debian partition" msgstr "nova partição Debian" #. Tag: para -#: using-d-i.xml:1830 +#: using-d-i.xml:2191 #, no-c-format msgid "" "Choose this if you want to use another boot manager. LILO " @@ -2977,13 +3380,13 @@ msgstr "" "gestor de arranque secundário." #. Tag: term -#: using-d-i.xml:1839 +#: using-d-i.xml:2200 #, no-c-format msgid "Other choice" msgstr "Outra escolha" #. Tag: para -#: using-d-i.xml:1839 +#: using-d-i.xml:2200 #, no-c-format msgid "" "Useful for advanced users who want to install LILO " @@ -3001,7 +3404,7 @@ msgstr "" "/dev/sda." #. Tag: para -#: using-d-i.xml:1851 +#: using-d-i.xml:2212 #, no-c-format msgid "" "If you can no longer boot into Windows 9x (or DOS) after this step, you'll " @@ -3019,14 +3422,14 @@ msgstr "" "assunto leia por favor a ." #. Tag: title -#: using-d-i.xml:1868 +#: using-d-i.xml:2229 #, no-c-format msgid "Install the ELILO Boot Loader on a Hard Disk" msgstr "" "Instalar o Gestor de Arranque ELILO num Disco Rígido" #. Tag: para -#: using-d-i.xml:1870 +#: using-d-i.xml:2231 #, no-c-format msgid "" "The &architecture; boot loader is called elilo. It is modeled " @@ -3055,7 +3458,7 @@ msgstr "" "na realidade o arranque do kernel Linux." #. Tag: para -#: using-d-i.xml:1886 +#: using-d-i.xml:2247 #, no-c-format msgid "" "The elilo configuration and installation is done as the last " @@ -3073,13 +3476,13 @@ msgstr "" "contém o seu sistema de ficheiros root." #. Tag: title -#: using-d-i.xml:1898 +#: using-d-i.xml:2259 #, no-c-format msgid "Choose the correct partition!" msgstr "Escolha a partição correcta!" #. Tag: para -#: using-d-i.xml:1900 +#: using-d-i.xml:2261 #, no-c-format msgid "" "The criteria for selecting a partition is that it is FAT format filesystem " @@ -3097,13 +3500,13 @@ msgstr "" "pode formatar a partição durante a instalação, apagando todo o seu conteúdo!" #. Tag: title -#: using-d-i.xml:1915 +#: using-d-i.xml:2276 #, no-c-format msgid "EFI Partition Contents" msgstr "Conteúdo das Partições EFI" #. Tag: para -#: using-d-i.xml:1917 +#: using-d-i.xml:2278 #, no-c-format msgid "" "The EFI partition is a FAT filesystem format partition on one of the hard " @@ -3133,13 +3536,13 @@ msgstr "" "conforme o sistema é actualizado ou reconfigurado." #. Tag: filename -#: using-d-i.xml:1939 +#: using-d-i.xml:2300 #, no-c-format msgid "elilo.conf" msgstr "elilo.conf" #. Tag: para -#: using-d-i.xml:1940 +#: using-d-i.xml:2301 #, no-c-format msgid "" "This is the configuration file read by the boot loader when it starts. It is " @@ -3151,13 +3554,13 @@ msgstr "" "dos ficheiros reescritos de modo a referir os ficheiros da partição EFI." #. Tag: filename -#: using-d-i.xml:1949 +#: using-d-i.xml:2310 #, no-c-format msgid "elilo.efi" msgstr "elilo.efi" #. Tag: para -#: using-d-i.xml:1950 +#: using-d-i.xml:2311 #, no-c-format msgid "" "This is the boot loader program that the EFI Boot Manager " @@ -3171,13 +3574,13 @@ msgstr "" "EFI Boot Manager." #. Tag: filename -#: using-d-i.xml:1960 +#: using-d-i.xml:2321 #, no-c-format msgid "initrd.img" msgstr "initrd.img" #. Tag: para -#: using-d-i.xml:1961 +#: using-d-i.xml:2322 #, no-c-format msgid "" "This is the initial root filesystem used to boot the kernel. It is a copy of " @@ -3192,13 +3595,13 @@ msgstr "" "filename>." #. Tag: filename -#: using-d-i.xml:1973 +#: using-d-i.xml:2334 #, no-c-format msgid "readme.txt" msgstr "readme.txt" #. Tag: para -#: using-d-i.xml:1974 +#: using-d-i.xml:2335 #, no-c-format msgid "" "This is a small text file warning you that the contents of the directory are " @@ -3211,13 +3614,13 @@ msgstr "" "seja executado." #. Tag: filename -#: using-d-i.xml:1984 +#: using-d-i.xml:2345 #, no-c-format msgid "vmlinuz" msgstr "vmlinuz" #. Tag: para -#: using-d-i.xml:1985 +#: using-d-i.xml:2346 #, no-c-format msgid "" "This is the compressed kernel itself. It is a copy of the file referenced in " @@ -3231,13 +3634,13 @@ msgstr "" "/vmlinuz." #. Tag: title -#: using-d-i.xml:2005 +#: using-d-i.xml:2366 #, no-c-format msgid "arcboot-installer" msgstr "arcboot-installer" #. Tag: para -#: using-d-i.xml:2006 +#: using-d-i.xml:2367 #, no-c-format msgid "" "The boot loader on SGI machines is arcboot. It has to be " @@ -3281,13 +3684,13 @@ msgstr "" "executando boot." #. Tag: replaceable -#: using-d-i.xml:2025 +#: using-d-i.xml:2386 #, no-c-format msgid "scsi" msgstr "scsi" #. Tag: para -#: using-d-i.xml:2026 +#: using-d-i.xml:2387 #, no-c-format msgid "" "is the SCSI bus to be booted from, this is 0 for the " @@ -3297,13 +3700,13 @@ msgstr "" "userinput> para controladores onboard." #. Tag: replaceable -#: using-d-i.xml:2034 +#: using-d-i.xml:2395 #, no-c-format msgid "disk" msgstr "disk" #. Tag: para -#: using-d-i.xml:2035 +#: using-d-i.xml:2396 #, no-c-format msgid "" "is the SCSI ID of the hard disk on which arcboot is " @@ -3312,13 +3715,13 @@ msgstr "" "é o SCSI ID do disco rígido onde o arcboot está instalado" #. Tag: replaceable -#: using-d-i.xml:2043 using-d-i.xml:2112 +#: using-d-i.xml:2404 using-d-i.xml:2473 #, no-c-format msgid "partnr" msgstr "partnr" #. Tag: para -#: using-d-i.xml:2044 +#: using-d-i.xml:2405 #, no-c-format msgid "" "is the number of the partition on which /etc/arcboot.conf/etc/arcboot.conf reside" #. Tag: replaceable -#: using-d-i.xml:2052 +#: using-d-i.xml:2413 #, no-c-format msgid "config" msgstr "config" #. Tag: para -#: using-d-i.xml:2053 +#: using-d-i.xml:2414 #, no-c-format msgid "" "is the name of the configuration entry in /etc/arcboot.conflinux." #. Tag: title -#: using-d-i.xml:2074 +#: using-d-i.xml:2435 #, no-c-format msgid "delo-installer" msgstr "delo-installer" #. Tag: para -#: using-d-i.xml:2075 +#: using-d-i.xml:2436 #, no-c-format msgid "" "The boot loader on DECstations is DELO. It has to be " @@ -3378,13 +3781,13 @@ msgstr "" " na linha de comando do firmware." #. Tag: replaceable -#: using-d-i.xml:2094 +#: using-d-i.xml:2455 #, no-c-format msgid "#" msgstr "#" #. Tag: para -#: using-d-i.xml:2095 +#: using-d-i.xml:2456 #, no-c-format msgid "" "is the TurboChannel device to be booted from, on most DECstations this is " @@ -3394,13 +3797,13 @@ msgstr "" "parte das DECstations, 3 para controladores onboard" #. Tag: replaceable -#: using-d-i.xml:2103 +#: using-d-i.xml:2464 #, no-c-format msgid "id" msgstr "id" #. Tag: para -#: using-d-i.xml:2104 +#: using-d-i.xml:2465 #, no-c-format msgid "" "is the SCSI ID of the hard disk on which DELO is installed" @@ -3408,7 +3811,7 @@ msgstr "" "é o SCSI ID do disco rígido onde o DELO será instalado" #. Tag: para -#: using-d-i.xml:2113 +#: using-d-i.xml:2474 #, no-c-format msgid "" "is the number of the partition on which /etc/delo.conf " @@ -3417,13 +3820,13 @@ msgstr "" "é o número da partição onde o /etc/delo.conf reside" #. Tag: replaceable -#: using-d-i.xml:2121 +#: using-d-i.xml:2482 #, no-c-format msgid "name" msgstr "nome" #. Tag: para -#: using-d-i.xml:2122 +#: using-d-i.xml:2483 #, no-c-format msgid "" "is the name of the configuration entry in /etc/delo.conflinux." #. Tag: para -#: using-d-i.xml:2132 +#: using-d-i.xml:2493 #, no-c-format msgid "" "In case /etc/delo.conf is on the first partition on the " @@ -3444,19 +3847,19 @@ msgstr "" "para a sua utilização." #. Tag: screen -#: using-d-i.xml:2138 +#: using-d-i.xml:2499 #, no-c-format msgid "boot #/rzid" msgstr "boot #/rzid" #. Tag: title -#: using-d-i.xml:2148 +#: using-d-i.xml:2509 #, no-c-format msgid "Install Yaboot on a Hard Disk" msgstr "Instalar o Yaboot num Disco Rígido" #. Tag: para -#: using-d-i.xml:2149 +#: using-d-i.xml:2510 #, no-c-format msgid "" "Newer (mid 1998 and on) PowerMacs use yaboot as their " @@ -3477,13 +3880,13 @@ msgstr "" "iniciar o &debian;." #. Tag: title -#: using-d-i.xml:2167 +#: using-d-i.xml:2528 #, no-c-format msgid "Install Quik on a Hard Disk" msgstr "Instalar o Quik num Disco Rígido" #. Tag: para -#: using-d-i.xml:2168 +#: using-d-i.xml:2529 #, no-c-format msgid "" "The boot loader for OldWorld Power Macintosh machines is quikzipl-installer" msgstr "zipl-installer" #. Tag: para -#: using-d-i.xml:2185 +#: using-d-i.xml:2546 #, no-c-format msgid "" "The boot loader on &arch-title; is zipl. ZIPLZIPL." #. Tag: title -#: using-d-i.xml:2202 +#: using-d-i.xml:2563 #, no-c-format msgid "Install the SILO Boot Loader on a Hard Disk" msgstr "Instalar o gestor de arranque SILO num Disco Rígido" #. Tag: para -#: using-d-i.xml:2204 +#: using-d-i.xml:2565 #, no-c-format msgid "" "The standard &architecture; boot loader is called silo. It is " @@ -3559,13 +3962,13 @@ msgstr "" "instalação SunOS/Solaris já existente." #. Tag: title -#: using-d-i.xml:2229 +#: using-d-i.xml:2590 #, no-c-format msgid "Continue Without Boot Loader" msgstr "Continuar Sem Gestor de Arranque" #. Tag: para -#: using-d-i.xml:2231 +#: using-d-i.xml:2592 #, no-c-format msgid "" "This option can be used to complete the installation even when no boot " @@ -3584,7 +3987,7 @@ msgstr "" "arrancar o GNU/Linux." #. Tag: para -#: using-d-i.xml:2240 +#: using-d-i.xml:2601 #, no-c-format msgid "" "If you plan to manually configure your bootloader, you should check the name " @@ -3606,13 +4009,13 @@ msgstr "" "numa partição separada." #. Tag: title -#: using-d-i.xml:2257 +#: using-d-i.xml:2618 #, no-c-format msgid "Finishing the Installation" msgstr "Terminar a Instalação" #. Tag: para -#: using-d-i.xml:2258 +#: using-d-i.xml:2619 #, no-c-format msgid "" "These are the last bits to do before rebooting to your new system. It mostly " @@ -3622,13 +4025,13 @@ msgstr "" "novo. Consiste basicamente em arrumar o &d-i;." #. Tag: title -#: using-d-i.xml:2270 +#: using-d-i.xml:2631 #, no-c-format msgid "Finish the Installation and Reboot" msgstr "Terminar a Instalação e Reiniciar" #. Tag: para -#: using-d-i.xml:2272 +#: using-d-i.xml:2633 #, no-c-format msgid "" "This is the last step in the initial Debian installation process. You will " @@ -3642,7 +4045,7 @@ msgstr "" "reiniciará já no seu novo sistema Debian." #. Tag: para -#: using-d-i.xml:2279 +#: using-d-i.xml:2640 #, no-c-format msgid "" "Select the Finish the installation menu item " @@ -3656,13 +4059,13 @@ msgstr "" "escolhido para sistema de ficheiros root durante a fase de instalação." #. Tag: title -#: using-d-i.xml:2293 +#: using-d-i.xml:2654 #, no-c-format msgid "Miscellaneous" msgstr "Miscelânea" #. Tag: para -#: using-d-i.xml:2294 +#: using-d-i.xml:2655 #, no-c-format msgid "" "The components listed in this section are usually not involved in the " @@ -3674,13 +4077,13 @@ msgstr "" "utilizador no caso de algo correr mal." #. Tag: title -#: using-d-i.xml:2307 +#: using-d-i.xml:2668 #, no-c-format msgid "Saving the installation logs" msgstr "Gravar os logs de instalação" #. Tag: para -#: using-d-i.xml:2309 +#: using-d-i.xml:2670 #, no-c-format msgid "" "If the installation is successful, the logfiles created during the " @@ -3692,7 +4095,7 @@ msgstr "" "installer/ no seu novo sistema Debian." #. Tag: para -#: using-d-i.xml:2316 +#: using-d-i.xml:2677 #, no-c-format msgid "" "Choosing Save debug logs from the main menu " @@ -3708,13 +4111,13 @@ msgstr "" "sistema ou incluí-los num relatório de instalação. " #. Tag: title -#: using-d-i.xml:2336 +#: using-d-i.xml:2697 #, no-c-format msgid "Using the Shell and Viewing the Logs" msgstr "Utilizar a Shell e Ver os Logs" #. Tag: para -#: using-d-i.xml:2339 +#: using-d-i.xml:2700 #, no-c-format msgid "" "There is an Execute a Shell item on the menu. If " @@ -3737,7 +4140,7 @@ msgstr "" "chamada de ash." #. Tag: para -#: using-d-i.xml:2351 +#: using-d-i.xml:2712 #, no-c-format msgid "" "At this point you are booted from the RAM disk, and there is a limited set " @@ -3755,7 +4158,7 @@ msgstr "" "autocompletion e o historial." #. Tag: para -#: using-d-i.xml:2360 +#: using-d-i.xml:2721 #, no-c-format msgid "" "Use the menus to perform any task that they are able to do — the shell " @@ -3775,13 +4178,13 @@ msgstr "" "exit se tiver usado um item de menu para abrir a shell." #. Tag: title -#: using-d-i.xml:2379 +#: using-d-i.xml:2740 #, no-c-format msgid "Installation Over the Network" msgstr "Instalação Através da Rede" #. Tag: para -#: using-d-i.xml:2381 +#: using-d-i.xml:2742 #, no-c-format msgid "" "One of the more interesting components is network-console.)" #. Tag: para -#: using-d-i.xml:2391 +#: using-d-i.xml:2752 #, no-c-format msgid "" "This component is not loaded into the main installation menu by default, so " @@ -3822,7 +4225,7 @@ msgstr "" "com SSH." #. Tag: para -#: using-d-i.xml:2404 +#: using-d-i.xml:2765 #, no-c-format msgid "" "For installations on &arch-title;, this is the default method after setting " @@ -3832,7 +4235,7 @@ msgstr "" "configurar a rede." #. Tag: para -#: using-d-i.xml:2409 +#: using-d-i.xml:2770 #, no-c-format msgid "" "After selecting this new entry, you " @@ -3855,7 +4258,7 @@ msgstr "" "remotamente." #. Tag: para -#: using-d-i.xml:2421 +#: using-d-i.xml:2782 #, no-c-format msgid "" "Should you decide to continue with the installation locally, you can always " @@ -3867,7 +4270,7 @@ msgstr "" "poderá escolher outro componente." #. Tag: para -#: using-d-i.xml:2427 +#: using-d-i.xml:2788 #, no-c-format msgid "" "Now let's switch to the other side of the wire. As a prerequisite, you need " @@ -3899,7 +4302,7 @@ msgstr "" "de confirmar se é o correcto." #. Tag: para -#: using-d-i.xml:2444 +#: using-d-i.xml:2805 #, no-c-format msgid "" "If you install several computers in turn and they happen to have the same IP " @@ -3917,7 +4320,7 @@ msgstr "" "~/.ssh/known_hosts e tentar novamente." #. Tag: para -#: using-d-i.xml:2453 +#: using-d-i.xml:2814 #, no-c-format msgid "" "After the login you will be presented with an initial screen where you have " @@ -3937,7 +4340,7 @@ msgstr "" "SSH para o menu de instalação, mas pode iniciar várias sessões para shells." #. Tag: para -#: using-d-i.xml:2463 +#: using-d-i.xml:2824 #, no-c-format msgid "" "After you have started the installation remotely over SSH, you should not go " @@ -3953,7 +4356,7 @@ msgstr "" "sistema instalado." #. Tag: para -#: using-d-i.xml:2471 +#: using-d-i.xml:2832 #, no-c-format msgid "" "Also, if you are running the SSH session from an X terminal, you should not " diff --git a/po/ru/boot-new.po b/po/ru/boot-new.po index 6aebf5132..d7ba97127 100644 --- a/po/ru/boot-new.po +++ b/po/ru/boot-new.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: boot-new\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-01-31 23:11+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-01-05 12:46+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -340,11 +340,166 @@ msgstr "" #. Tag: title #: boot-new.xml:191 #, no-c-format +msgid "Mounting encrypted volumes" +msgstr "" + +#. Tag: para +#: boot-new.xml:193 +#, no-c-format +msgid "" +"If you created encrypted volumes during the installation and assigned them " +"mount points, you will be asked to enter the passphrase for each of these " +"volumes during the boot. The actual procedure differs slightly between dm-" +"crypt and loop-AES." +msgstr "" + +#. Tag: title +#: boot-new.xml:203 +#, no-c-format +msgid "loop-AES" +msgstr "" + +#. Tag: para +#: boot-new.xml:205 +#, no-c-format +msgid "" +"For partitions encrypted via loop-AES you will be shown the following prompt " +"during the boot: \n" +"mount: going to use loop device /dev/loopX\n" +"Password:\n" +" In the first line of the prompt, X is the number of the loop device. You are now probably " +"wondering for which volume you are actually entering " +"the passphrase. Does is relate to your /home? Or to " +"/var? Of course, if you have just one encrypted volume, " +"this is easy and you can just enter the passphrase you used when setting up " +"this volume. If you set up more than one encrypted volume during the " +"installation, the notes you wrote down as the last step in come in handy. If you did not make a note of the " +"mapping between loopX and " +"the mount points before, you can still find it in /etc/fstab of your new system." +msgstr "" + +#. Tag: para +#: boot-new.xml:226 +#, no-c-format +msgid "" +"No characters (even asterisks) will be shown while entering the passphrase. " +"Be careful, you have only one try. If you enter wrong " +"passphrase, an error message will appear and the boot process will skip that " +"volume and continue to mount the next filesystem. Please see for further information." +msgstr "" + +#. Tag: para +#: boot-new.xml:235 +#, no-c-format +msgid "After entering all passphrases the boot should continue as usual." +msgstr "" + +#. Tag: title +#: boot-new.xml:243 +#, no-c-format +msgid "dm-crypt" +msgstr "" + +#. Tag: para +#: boot-new.xml:245 +#, no-c-format +msgid "TODO: write something once it works." +msgstr "" + +#. Tag: title +#: boot-new.xml:253 +#, no-c-format +msgid "Troubleshooting" +msgstr "" + +#. Tag: para +#: boot-new.xml:255 +#, no-c-format +msgid "" +"If some of the encrypted volumes could not be mounted because a wrong " +"passphrase was entered, you will have to mount them manually after the boot. " +"There are several cases." +msgstr "" + +#. Tag: para +#: boot-new.xml:264 +#, no-c-format +msgid "" +"The first case concerns the root partition. When it is not mounted " +"correctly, the boot process will halt and you will have to reboot the " +"computer to try again." +msgstr "" + +#. Tag: para +#: boot-new.xml:271 +#, no-c-format +msgid "" +"The easiest case is for encrypted volumes holding data like /home or /srv. You can simply mount them manually " +"after the boot. For loop-AES this is one-step operation: " +"\n" +"# mount /mount_point\n" +"Password:\n" +" where /mount_point " +"should be replaced by the particular directory (e.g. /home). The only difference from an ordinary mount is that you will be " +"asked to enter the passphrase for this volume." +msgstr "" + +#. Tag: para +#: boot-new.xml:285 +#, no-c-format +msgid "" +"For dm-crypt this is a bit trickier. First you need to register the volumes " +"with device mapper by running: " +"\n" +"# /etc/init.d/cryptdisks start\n" +" This will scan all volumes mentioned in " +"/etc/crypttab and will create appropriate devices under " +"the /dev directory after entering the correct " +"passphrases. (Already registered volumes will be skipped, so you can repeat " +"this command several times without worrying.) After successful registration " +"you can simply mount the volumes the usual way:" +msgstr "" + +#. Tag: screen +#: boot-new.xml:300 +#, no-c-format +msgid "" +"# mount /mount_point" +msgstr "" + +#. Tag: para +#: boot-new.xml:303 +#, no-c-format +msgid "" +"If the volumes holding noncritical system files could not be mounted " +"(/usr or /var), the system should " +"still boot and you should be able to mount the volumes manually like in the " +"previous case. However, you will also need to (re)start any services usually " +"running in your default runlevel because it is very likely that they were " +"not started. The easiest way to achieve this is by switching to the first " +"runlevel and back by entering \n" +"# init 1\n" +" at the shell prompt and pressing " +"Control D when asked for the " +"root password." +msgstr "" + +#. Tag: title +#: boot-new.xml:326 +#, no-c-format msgid "Log In" msgstr "Вход в систему" #. Tag: para -#: boot-new.xml:193 +#: boot-new.xml:328 #, no-c-format msgid "" "Once your system boots, you'll be presented with the login prompt. Log in " @@ -356,7 +511,7 @@ msgstr "" "процесса установки. Система готова к работе." #. Tag: para -#: boot-new.xml:199 +#: boot-new.xml:334 #, no-c-format msgid "" "If you are a new user, you may want to explore the documentation which is " @@ -369,7 +524,7 @@ msgstr "" "работа над их объединением. Вот несколько мест, откуда можно начать." #. Tag: para -#: boot-new.xml:207 +#: boot-new.xml:342 #, no-c-format msgid "" "Documentation accompanying programs you have installed is in /usr/" @@ -385,7 +540,7 @@ msgstr "" "html/index.html." #. Tag: para -#: boot-new.xml:216 +#: boot-new.xml:351 #, no-c-format msgid "" "In addition, there are some special folders within the /usr/share/" @@ -401,7 +556,7 @@ msgstr "" "html со ссылками на документацию." #. Tag: para -#: boot-new.xml:226 +#: boot-new.xml:361 #, no-c-format msgid "" "One easy way to view these documents is to cd /usr/share/doc/info command/usr/" diff --git a/po/ru/hardware.po b/po/ru/hardware.po index 2bb5c6008..cab50abef 100644 --- a/po/ru/hardware.po +++ b/po/ru/hardware.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: hardware\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-05-04 19:49+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-05-05 19:56+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -291,9 +291,9 @@ msgstr "RiscPC" #. Tag: entry #: hardware.xml:118 -#, no-c-format -msgid "riscpc" -msgstr "riscpc" +#, fuzzy, no-c-format +msgid "rpc" +msgstr "powerpc" #. Tag: entry #: hardware.xml:122 @@ -339,9 +339,9 @@ msgstr "PReP" #. Tag: entry #: hardware.xml:131 -#, no-c-format -msgid "prep" -msgstr "prep" +#, fuzzy, no-c-format +msgid "prep" +msgstr "powerpc" #. Tag: entry #: hardware.xml:133 @@ -433,134 +433,128 @@ msgstr "r4k-ip22" #. Tag: entry #: hardware.xml:160 #, no-c-format -msgid "r5k-ip22" -msgstr "r5k-ip22" - -#. Tag: entry -#: hardware.xml:162 -#, no-c-format msgid "SGI IP32 (O2)" msgstr "SGI IP32 (O2)" #. Tag: entry -#: hardware.xml:163 +#: hardware.xml:161 #, no-c-format msgid "r5k-ip32" msgstr "r5k-ip32" # index.docbook:166, index.docbook:181 #. Tag: entry -#: hardware.xml:165 hardware.xml:183 +#: hardware.xml:163 hardware.xml:181 #, no-c-format msgid "Broadcom BCM91250A (SWARM)" msgstr "Broadcom BCM91250A (SWARM)" # index.docbook:167, index.docbook:182 #. Tag: entry -#: hardware.xml:166 hardware.xml:184 +#: hardware.xml:164 hardware.xml:182 #, no-c-format msgid "sb1-bcm91250a" msgstr "sb1-bcm91250a" # index.docbook:166, index.docbook:181 #. Tag: entry -#: hardware.xml:168 hardware.xml:186 +#: hardware.xml:166 hardware.xml:184 #, no-c-format msgid "Broadcom BCM91480B (BigSur)" msgstr "Broadcom BCM91480B (BigSur)" # index.docbook:167, index.docbook:182 #. Tag: entry -#: hardware.xml:169 hardware.xml:187 +#: hardware.xml:167 hardware.xml:185 #, no-c-format msgid "sb1a-bcm91480b" msgstr "sb1a-bcm91480b" #. Tag: entry -#: hardware.xml:173 +#: hardware.xml:171 #, no-c-format msgid "MIPS (little endian)" msgstr "MIPS (с обратным порядком байтов)" # index.docbook:426, index.docbook:430, index.docbook:434, index.docbook:438 #. Tag: entry -#: hardware.xml:174 +#: hardware.xml:172 #, no-c-format msgid "mipsel" msgstr "mipsel" #. Tag: entry -#: hardware.xml:175 +#: hardware.xml:173 #, no-c-format msgid "Cobalt" msgstr "Cobalt" #. Tag: entry -#: hardware.xml:176 +#: hardware.xml:174 #, no-c-format msgid "cobalt" msgstr "cobalt" #. Tag: entry -#: hardware.xml:178 +#: hardware.xml:176 #, no-c-format msgid "DECstation" msgstr "DECstation" # index.docbook:177, index.docbook:981, index.docbook:996, index.docbook:1006 #. Tag: entry -#: hardware.xml:179 hardware.xml:1010 hardware.xml:1025 hardware.xml:1035 +#: hardware.xml:177 hardware.xml:1008 hardware.xml:1023 hardware.xml:1033 #, no-c-format msgid "r4k-kn04" msgstr "r4k-kn04" # index.docbook:179, index.docbook:976, index.docbook:986, index.docbook:991, index.docbook:1001 #. Tag: entry -#: hardware.xml:181 hardware.xml:1005 hardware.xml:1015 hardware.xml:1020 -#: hardware.xml:1030 +#: hardware.xml:179 hardware.xml:1003 hardware.xml:1013 hardware.xml:1018 +#: hardware.xml:1028 #, no-c-format msgid "r3k-kn02" msgstr "r3k-kn02" # index.docbook:1370, index.docbook:1401 #. Tag: entry -#: hardware.xml:191 +#: hardware.xml:189 #, no-c-format msgid "IBM S/390" msgstr "IBM S/390" #. Tag: entry -#: hardware.xml:192 +#: hardware.xml:190 #, no-c-format msgid "s390" msgstr "s390" #. Tag: entry -#: hardware.xml:193 +#: hardware.xml:191 #, no-c-format msgid "IPL from VM-reader and DASD" msgstr "IPL с VM-reader и DASD" #. Tag: entry -#: hardware.xml:194 +#: hardware.xml:192 #, no-c-format msgid "generic" msgstr "generic" #. Tag: entry -#: hardware.xml:196 +#: hardware.xml:194 #, no-c-format msgid "IPL from tape" msgstr "IPL с ленты" #. Tag: entry -#: hardware.xml:197 +#: hardware.xml:195 #, no-c-format msgid "tape" msgstr "tape" #. Tag: para -#: hardware.xml:202 +#: hardware.xml:200 #, no-c-format msgid "" "This document covers installation for the &arch-title; " @@ -574,7 +568,7 @@ msgstr "" "org/ports/\">переносов Debian." #. Tag: para -#: hardware.xml:210 +#: hardware.xml:208 #, no-c-format msgid "" "This is the first official release of &debian; for the &arch-title; " @@ -598,15 +592,15 @@ msgstr "" # index.docbook:227, index.docbook:661, index.docbook:759, index.docbook:778, index.docbook:821, index.docbook:863, index.docbook:917, index.docbook:1061, index.docbook:1467 #. Tag: title -#: hardware.xml:233 hardware.xml:692 hardware.xml:768 hardware.xml:787 -#: hardware.xml:830 hardware.xml:872 hardware.xml:940 hardware.xml:1099 -#: hardware.xml:1505 +#: hardware.xml:231 hardware.xml:690 hardware.xml:766 hardware.xml:785 +#: hardware.xml:828 hardware.xml:870 hardware.xml:938 hardware.xml:1097 +#: hardware.xml:1543 #, no-c-format msgid "CPU, Main Boards, and Video Support" msgstr "Поддерживаемые процессоры, материнские платы и видеокарты" #. Tag: para -#: hardware.xml:234 +#: hardware.xml:232 #, no-c-format msgid "" "Complete information regarding supported DEC Alphas can be found at XLT" msgstr "XLT" # index.docbook:647, index.docbook:649 #. Tag: entry -#: hardware.xml:288 +#: hardware.xml:286 #, no-c-format msgid "xlt" msgstr "xlt" #. Tag: entry -#: hardware.xml:292 +#: hardware.xml:290 #, no-c-format msgid "BOOK1" msgstr "BOOK1" #. Tag: entry -#: hardware.xml:293 +#: hardware.xml:291 #, no-c-format msgid "AlphaBook1 (laptop)" msgstr "AlphaBook1 (ноутбук)" #. Tag: entry -#: hardware.xml:294 +#: hardware.xml:292 #, no-c-format msgid "Alphabook1/Burns" msgstr "Alphabook1/Burns" #. Tag: entry -#: hardware.xml:295 +#: hardware.xml:293 #, no-c-format msgid "book1" msgstr "book1" #. Tag: entry -#: hardware.xml:299 +#: hardware.xml:297 #, no-c-format msgid "AVANTI" msgstr "AVANTI" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:300 +#: hardware.xml:298 #, no-c-format msgid "AlphaStation 200 4/100...166" msgstr "AlphaStation 200 4/100...166" #. Tag: entry -#: hardware.xml:301 +#: hardware.xml:299 #, no-c-format msgid "Mustang" msgstr "Mustang" # index.docbook:296, index.docbook:300, index.docbook:304, index.docbook:308, index.docbook:312, index.docbook:316, index.docbook:320, index.docbook:324 #. Tag: entry -#: hardware.xml:302 hardware.xml:306 hardware.xml:310 hardware.xml:314 -#: hardware.xml:318 hardware.xml:322 hardware.xml:326 hardware.xml:330 +#: hardware.xml:300 hardware.xml:304 hardware.xml:308 hardware.xml:312 +#: hardware.xml:316 hardware.xml:320 hardware.xml:324 hardware.xml:328 #, no-c-format msgid "avanti" msgstr "avanti" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:304 +#: hardware.xml:302 #, no-c-format msgid "AlphaStation 200 4/233" msgstr "AlphaStation 200 4/233" #. Tag: entry -#: hardware.xml:305 +#: hardware.xml:303 #, no-c-format msgid "Mustang+" msgstr "Mustang+" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:308 +#: hardware.xml:306 #, no-c-format msgid "AlphaStation 205 4/133...333" msgstr "AlphaStation 205 4/133...333" # index.docbook:647, index.docbook:649 #. Tag: entry -#: hardware.xml:309 +#: hardware.xml:307 #, no-c-format msgid "LX3" msgstr "LX3" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:312 +#: hardware.xml:310 #, no-c-format msgid "AlphaStation 250 4/300" msgstr "AlphaStation 250 4/300" # index.docbook:647, index.docbook:649 #. Tag: entry -#: hardware.xml:313 +#: hardware.xml:311 #, no-c-format msgid "M3+" msgstr "M3+" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:316 +#: hardware.xml:314 #, no-c-format msgid "AlphaStation 255 4/133...333" msgstr "AlphaStation 255 4/133...333" #. Tag: entry -#: hardware.xml:317 +#: hardware.xml:315 #, no-c-format msgid "LX3+" msgstr "LX3+" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:320 +#: hardware.xml:318 #, no-c-format msgid "AlphaStation 300 4/266" msgstr "AlphaStation 300 4/266" #. Tag: entry -#: hardware.xml:321 +#: hardware.xml:319 #, no-c-format msgid "Melmac" msgstr "Melmac" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:324 +#: hardware.xml:322 #, no-c-format msgid "AlphaStation 400 4/166" msgstr "AlphaStation 400 4/166" #. Tag: entry -#: hardware.xml:325 +#: hardware.xml:323 #, no-c-format msgid "Chinet" msgstr "Chinet" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:328 +#: hardware.xml:326 #, no-c-format msgid "AlphaStation 400 4/233...300" msgstr "AlphaStation 400 4/233...300" # index.docbook:296, index.docbook:300, index.docbook:304, index.docbook:308, index.docbook:312, index.docbook:316, index.docbook:320, index.docbook:324 #. Tag: entry -#: hardware.xml:329 +#: hardware.xml:327 #, no-c-format msgid "Avanti" msgstr "Avanti" # index.docbook:328, index.docbook:341, index.docbook:342 #. Tag: entry -#: hardware.xml:334 hardware.xml:347 hardware.xml:348 +#: hardware.xml:332 hardware.xml:345 hardware.xml:346 #, no-c-format msgid "EB164" msgstr "EB164" # index.docbook:606, index.docbook:607 #. Tag: entry -#: hardware.xml:335 +#: hardware.xml:333 #, no-c-format msgid "AlphaPC164" msgstr "AlphaPC164" # index.docbook:606, index.docbook:607 #. Tag: entry -#: hardware.xml:336 +#: hardware.xml:334 #, no-c-format msgid "PC164" msgstr "PC164" # index.docbook:328, index.docbook:341, index.docbook:342 #. Tag: entry -#: hardware.xml:337 +#: hardware.xml:335 #, no-c-format msgid "pc164" msgstr "pc164" # index.docbook:606, index.docbook:607 #. Tag: entry -#: hardware.xml:339 +#: hardware.xml:337 #, no-c-format msgid "AlphaPC164-LX" msgstr "AlphaPC164-LX" # index.docbook:328, index.docbook:341, index.docbook:342 #. Tag: entry -#: hardware.xml:340 +#: hardware.xml:338 #, no-c-format msgid "LX164" msgstr "LX164" # index.docbook:328, index.docbook:341, index.docbook:342 #. Tag: entry -#: hardware.xml:341 +#: hardware.xml:339 #, no-c-format msgid "lx164" msgstr "lx164" # index.docbook:606, index.docbook:607 #. Tag: entry -#: hardware.xml:343 +#: hardware.xml:341 #, no-c-format msgid "AlphaPC164-SX" msgstr "AlphaPC164-SX" # index.docbook:328, index.docbook:341, index.docbook:342 #. Tag: entry -#: hardware.xml:344 +#: hardware.xml:342 #, no-c-format msgid "SX164" msgstr "SX164" # index.docbook:328, index.docbook:341, index.docbook:342 #. Tag: entry -#: hardware.xml:345 +#: hardware.xml:343 #, no-c-format msgid "sx164" msgstr "sx164" # index.docbook:328, index.docbook:341, index.docbook:342 #. Tag: entry -#: hardware.xml:349 +#: hardware.xml:347 #, no-c-format msgid "eb164" msgstr "eb164" # index.docbook:347, index.docbook:356, index.docbook:357 #. Tag: entry -#: hardware.xml:353 hardware.xml:362 hardware.xml:363 +#: hardware.xml:351 hardware.xml:360 hardware.xml:361 #, no-c-format msgid "EB64+" msgstr "EB64+" # index.docbook:606, index.docbook:607 #. Tag: entry -#: hardware.xml:354 +#: hardware.xml:352 #, no-c-format msgid "AlphaPC64" msgstr "AlphaPC64" # index.docbook:349, index.docbook:353 #. Tag: entry -#: hardware.xml:355 hardware.xml:359 +#: hardware.xml:353 hardware.xml:357 #, no-c-format msgid "Cabriolet" msgstr "Cabriolet" # index.docbook:350, index.docbook:354 #. Tag: entry -#: hardware.xml:356 hardware.xml:360 +#: hardware.xml:354 hardware.xml:358 #, no-c-format msgid "cabriolet" msgstr "cabriolet" # index.docbook:606, index.docbook:607 #. Tag: entry -#: hardware.xml:358 +#: hardware.xml:356 #, no-c-format msgid "AlphaPCI64" msgstr "AlphaPCI64" # index.docbook:328, index.docbook:341, index.docbook:342 #. Tag: entry -#: hardware.xml:364 +#: hardware.xml:362 #, no-c-format msgid "eb64p" msgstr "eb64p" # index.docbook:362, index.docbook:363, index.docbook:364 #. Tag: entry -#: hardware.xml:368 hardware.xml:369 hardware.xml:370 +#: hardware.xml:366 hardware.xml:367 hardware.xml:368 #, no-c-format msgid "EB66" msgstr "EB66" # index.docbook:328, index.docbook:341, index.docbook:342 #. Tag: entry -#: hardware.xml:371 +#: hardware.xml:369 #, no-c-format msgid "eb66" msgstr "eb66" # index.docbook:367, index.docbook:368 #. Tag: entry -#: hardware.xml:373 hardware.xml:374 +#: hardware.xml:371 hardware.xml:372 #, no-c-format msgid "EB66+" msgstr "EB66+" # index.docbook:328, index.docbook:341, index.docbook:342 #. Tag: entry -#: hardware.xml:375 +#: hardware.xml:373 #, no-c-format msgid "eb66p" msgstr "eb66p" #. Tag: entry -#: hardware.xml:379 +#: hardware.xml:377 #, no-c-format msgid "JENSEN" msgstr "JENSEN" #. Tag: entry -#: hardware.xml:380 +#: hardware.xml:378 #, no-c-format msgid "DEC 2000 Model 300(S)" msgstr "DEC 2000 модель 300(S)" # index.docbook:375, index.docbook:383 #. Tag: entry -#: hardware.xml:381 hardware.xml:389 +#: hardware.xml:379 hardware.xml:387 #, no-c-format msgid "Jensen" msgstr "Jensen" # index.docbook:376, index.docbook:380, index.docbook:384, index.docbook:445, index.docbook:449, index.docbook:467, index.docbook:471, index.docbook:475, index.docbook:479, index.docbook:483, index.docbook:487, index.docbook:491, index.docbook:505, index.docbook:509, index.docbook:513, index.docbook:517, index.docbook:521, index.docbook:555, index.docbook:559, index.docbook:563, index.docbook:567, index.docbook:581, index.docbook:585, index.docbook:592, index.docbook:596, index.docbook:600, index.docbook:604, index.docbook:608, index.docbook:612, index.docbook:616, index.docbook:620, index.docbook:624, index.docbook:628, index.docbook:632, index.docbook:639, index.docbook:643 #. Tag: entry -#: hardware.xml:382 hardware.xml:386 hardware.xml:390 hardware.xml:451 -#: hardware.xml:455 hardware.xml:473 hardware.xml:477 hardware.xml:481 -#: hardware.xml:485 hardware.xml:489 hardware.xml:493 hardware.xml:497 -#: hardware.xml:511 hardware.xml:515 hardware.xml:519 hardware.xml:523 -#: hardware.xml:527 hardware.xml:561 hardware.xml:565 hardware.xml:569 -#: hardware.xml:573 hardware.xml:587 hardware.xml:591 hardware.xml:595 -#: hardware.xml:599 hardware.xml:606 hardware.xml:610 hardware.xml:614 -#: hardware.xml:618 hardware.xml:622 hardware.xml:626 hardware.xml:630 -#: hardware.xml:634 hardware.xml:638 hardware.xml:642 hardware.xml:646 -#: hardware.xml:650 hardware.xml:654 hardware.xml:661 hardware.xml:665 +#: hardware.xml:380 hardware.xml:384 hardware.xml:388 hardware.xml:449 +#: hardware.xml:453 hardware.xml:471 hardware.xml:475 hardware.xml:479 +#: hardware.xml:483 hardware.xml:487 hardware.xml:491 hardware.xml:495 +#: hardware.xml:509 hardware.xml:513 hardware.xml:517 hardware.xml:521 +#: hardware.xml:525 hardware.xml:559 hardware.xml:563 hardware.xml:567 +#: hardware.xml:571 hardware.xml:585 hardware.xml:589 hardware.xml:593 +#: hardware.xml:597 hardware.xml:604 hardware.xml:608 hardware.xml:612 +#: hardware.xml:616 hardware.xml:620 hardware.xml:624 hardware.xml:628 +#: hardware.xml:632 hardware.xml:636 hardware.xml:640 hardware.xml:644 +#: hardware.xml:648 hardware.xml:652 hardware.xml:659 hardware.xml:663 #, no-c-format msgid "N/A" msgstr "N/A" #. Tag: entry -#: hardware.xml:384 +#: hardware.xml:382 #, no-c-format msgid "DEC 2000 Model 500" msgstr "DEC 2000 модель 500" #. Tag: entry -#: hardware.xml:385 +#: hardware.xml:383 #, no-c-format msgid "Culzen" msgstr "Culzen" #. Tag: entry -#: hardware.xml:388 +#: hardware.xml:386 #, no-c-format msgid "DECpc 150" msgstr "DECpc 150" #. Tag: entry -#: hardware.xml:394 +#: hardware.xml:392 #, no-c-format msgid "MIATA" msgstr "MIATA" #. Tag: entry -#: hardware.xml:395 +#: hardware.xml:393 #, no-c-format msgid "Personal WorkStation 433a" msgstr "Personal WorkStation 433a" # index.docbook:390, index.docbook:394, index.docbook:398, index.docbook:402, index.docbook:406, index.docbook:410, index.docbook:414, index.docbook:418 #. Tag: entry -#: hardware.xml:396 hardware.xml:400 hardware.xml:404 hardware.xml:408 -#: hardware.xml:412 hardware.xml:416 hardware.xml:420 hardware.xml:424 +#: hardware.xml:394 hardware.xml:398 hardware.xml:402 hardware.xml:406 +#: hardware.xml:410 hardware.xml:414 hardware.xml:418 hardware.xml:422 #, no-c-format msgid "Miata" msgstr "Miata" # index.docbook:391, index.docbook:395, index.docbook:399, index.docbook:403, index.docbook:407, index.docbook:411, index.docbook:415, index.docbook:419 #. Tag: entry -#: hardware.xml:397 hardware.xml:401 hardware.xml:405 hardware.xml:409 -#: hardware.xml:413 hardware.xml:417 hardware.xml:421 hardware.xml:425 +#: hardware.xml:395 hardware.xml:399 hardware.xml:403 hardware.xml:407 +#: hardware.xml:411 hardware.xml:415 hardware.xml:419 hardware.xml:423 #, no-c-format msgid "miata" msgstr "miata" #. Tag: entry -#: hardware.xml:399 +#: hardware.xml:397 #, no-c-format msgid "Personal WorkStation 433au" msgstr "Personal WorkStation 433au" #. Tag: entry -#: hardware.xml:403 +#: hardware.xml:401 #, no-c-format msgid "Personal WorkStation 466au" msgstr "Personal WorkStation 466au" #. Tag: entry -#: hardware.xml:407 +#: hardware.xml:405 #, no-c-format msgid "Personal WorkStation 500a" msgstr "Personal WorkStation 500a" #. Tag: entry -#: hardware.xml:411 +#: hardware.xml:409 #, no-c-format msgid "Personal WorkStation 500au" msgstr "Personal WorkStation 500au" #. Tag: entry -#: hardware.xml:415 +#: hardware.xml:413 #, no-c-format msgid "Personal WorkStation 550au" msgstr "Personal WorkStation 550au" #. Tag: entry -#: hardware.xml:419 +#: hardware.xml:417 #, no-c-format msgid "Personal WorkStation 600a" msgstr "Personal WorkStation 600a" #. Tag: entry -#: hardware.xml:423 +#: hardware.xml:421 #, no-c-format msgid "Personal WorkStation 600au" msgstr "Personal WorkStation 600au" #. Tag: entry -#: hardware.xml:429 +#: hardware.xml:427 #, no-c-format msgid "MIKASA" msgstr "MIKASA" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:430 +#: hardware.xml:428 #, no-c-format msgid "AlphaServer 1000 4/200" msgstr "AlphaServer 1000 4/200" # index.docbook:426, index.docbook:430, index.docbook:434, index.docbook:438 #. Tag: entry -#: hardware.xml:431 +#: hardware.xml:429 #, no-c-format msgid "Mikasa" msgstr "Mikasa" # index.docbook:426, index.docbook:430, index.docbook:434, index.docbook:438 #. Tag: entry -#: hardware.xml:432 hardware.xml:436 hardware.xml:440 hardware.xml:444 +#: hardware.xml:430 hardware.xml:434 hardware.xml:438 hardware.xml:442 #, no-c-format msgid "mikasa" msgstr "mikasa" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:434 +#: hardware.xml:432 #, no-c-format msgid "AlphaServer 1000 4/233..266" msgstr "AlphaServer 1000 4/233..266" # index.docbook:426, index.docbook:430, index.docbook:434, index.docbook:438 #. Tag: entry -#: hardware.xml:435 +#: hardware.xml:433 #, no-c-format msgid "Mikasa+" msgstr "Mikasa+" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:438 hardware.xml:442 +#: hardware.xml:436 hardware.xml:440 #, no-c-format msgid "AlphaServer 1000 5/300" msgstr "AlphaServer 1000 5/300" #. Tag: entry -#: hardware.xml:439 +#: hardware.xml:437 #, no-c-format msgid "Mikasa-Pinnacle" msgstr "Mikasa-Pinnacle" # index.docbook:426, index.docbook:430, index.docbook:434, index.docbook:438 #. Tag: entry -#: hardware.xml:443 +#: hardware.xml:441 #, no-c-format msgid "Mikasa-Primo" msgstr "Mikasa-Primo" #. Tag: entry -#: hardware.xml:448 +#: hardware.xml:446 #, no-c-format msgid "NAUTILUS" msgstr "NAUTILUS" #. Tag: entry -#: hardware.xml:449 +#: hardware.xml:447 #, no-c-format msgid "UP1000" msgstr "UP1000" #. Tag: entry -#: hardware.xml:450 +#: hardware.xml:448 #, no-c-format msgid "Nautilus" msgstr "Nautilus" #. Tag: entry -#: hardware.xml:453 +#: hardware.xml:451 #, no-c-format msgid "UP1100" msgstr "UP1100" #. Tag: entry -#: hardware.xml:454 +#: hardware.xml:452 #, no-c-format msgid "Galaxy-Train/Nautilus Jr." msgstr "Galaxy-Train/Nautilus Jr." #. Tag: entry -#: hardware.xml:459 +#: hardware.xml:457 #, no-c-format msgid "NONAME" msgstr "БЕЗ ИМЕНИ" #. Tag: entry -#: hardware.xml:460 +#: hardware.xml:458 #, no-c-format msgid "AXPpci33" msgstr "AXPpci33" # index.docbook:456, index.docbook:460 #. Tag: entry -#: hardware.xml:461 +#: hardware.xml:459 #, no-c-format msgid "Noname" msgstr "Без имени" # index.docbook:456, index.docbook:460 #. Tag: entry -#: hardware.xml:462 hardware.xml:466 +#: hardware.xml:460 hardware.xml:464 #, no-c-format msgid "noname" msgstr "без имени" #. Tag: entry -#: hardware.xml:464 +#: hardware.xml:462 #, no-c-format msgid "UDB" msgstr "UDB" #. Tag: entry -#: hardware.xml:465 +#: hardware.xml:463 #, no-c-format msgid "Multia" msgstr "Multia" #. Tag: entry -#: hardware.xml:470 +#: hardware.xml:468 #, no-c-format msgid "NORITAKE" msgstr "NORITAKE" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:471 +#: hardware.xml:469 #, no-c-format msgid "AlphaServer 1000A 4/233...266" msgstr "AlphaServer 1000A 4/233...266" #. Tag: entry -#: hardware.xml:472 +#: hardware.xml:470 #, no-c-format msgid "Noritake" msgstr "Noritake" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:475 +#: hardware.xml:473 #, no-c-format msgid "AlphaServer 1000A 5/300" msgstr "AlphaServer 1000A 5/300" #. Tag: entry -#: hardware.xml:476 +#: hardware.xml:474 #, no-c-format msgid "Noritake-Pinnacle" msgstr "Noritake-Pinnacle" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:479 +#: hardware.xml:477 #, no-c-format msgid "AlphaServer 1000A 5/333...500" msgstr "AlphaServer 1000A 5/333...500" #. Tag: entry -#: hardware.xml:480 +#: hardware.xml:478 #, no-c-format msgid "Noritake-Primo" msgstr "Noritake-Primo" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:483 +#: hardware.xml:481 #, no-c-format msgid "AlphaServer 800 5/333...500" msgstr "AlphaServer 800 5/333...500" # index.docbook:478, index.docbook:486, index.docbook:490 #. Tag: entry -#: hardware.xml:484 hardware.xml:492 hardware.xml:496 +#: hardware.xml:482 hardware.xml:490 hardware.xml:494 #, no-c-format msgid "Corelle" msgstr "Corelle" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:487 +#: hardware.xml:485 #, no-c-format msgid "AlphaStation 600 A" msgstr "AlphaStation 600 A" # index.docbook:270, index.docbook:274, index.docbook:278 #. Tag: entry -#: hardware.xml:488 +#: hardware.xml:486 #, no-c-format msgid "Alcor-Primo" msgstr "Alcor-Primo" #. Tag: entry -#: hardware.xml:491 +#: hardware.xml:489 #, no-c-format msgid "Digital Server 3300" msgstr "Digital Server 3300" #. Tag: entry -#: hardware.xml:495 +#: hardware.xml:493 #, no-c-format msgid "Digital Server 3300R" msgstr "Digital Server 3300R" #. Tag: entry -#: hardware.xml:501 +#: hardware.xml:499 #, no-c-format msgid "PLATFORM 2000" msgstr "PLATFORM 2000" # index.docbook:496, index.docbook:497 #. Tag: entry -#: hardware.xml:502 hardware.xml:503 +#: hardware.xml:500 hardware.xml:501 #, no-c-format msgid "P2K" msgstr "P2K" # index.docbook:496, index.docbook:497 #. Tag: entry -#: hardware.xml:504 +#: hardware.xml:502 #, no-c-format msgid "p2k" msgstr "p2k" #. Tag: entry -#: hardware.xml:508 +#: hardware.xml:506 #, no-c-format msgid "RAWHIDE" msgstr "RAWHIDE" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:509 +#: hardware.xml:507 #, no-c-format msgid "AlphaServer 1200 5/xxx" msgstr "AlphaServer 1200 5/xxx" # index.docbook:504, index.docbook:516 #. Tag: entry -#: hardware.xml:510 hardware.xml:522 +#: hardware.xml:508 hardware.xml:520 #, no-c-format msgid "Tincup/DaVinci" msgstr "Tincup/DaVinci" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:513 +#: hardware.xml:511 #, no-c-format msgid "AlphaServer 4000 5/xxx" msgstr "AlphaServer 4000 5/xxx" #. Tag: entry -#: hardware.xml:514 +#: hardware.xml:512 #, no-c-format msgid "Wrangler/Durango" msgstr "Wrangler/Durango" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:517 +#: hardware.xml:515 #, no-c-format msgid "AlphaServer 4100 5/xxx" msgstr "AlphaServer 4100 5/xxx" # index.docbook:512, index.docbook:520 #. Tag: entry -#: hardware.xml:518 hardware.xml:526 +#: hardware.xml:516 hardware.xml:524 #, no-c-format msgid "Dodge" msgstr "Dodge" #. Tag: entry -#: hardware.xml:521 +#: hardware.xml:519 #, no-c-format msgid "Digital Server 5300" msgstr "Digital Server 5300" #. Tag: entry -#: hardware.xml:525 +#: hardware.xml:523 #, no-c-format msgid "Digital Server 7300" msgstr "Digital Server 7300" #. Tag: entry -#: hardware.xml:531 +#: hardware.xml:529 #, no-c-format msgid "RUFFIAN" msgstr "RUFFIAN" #. Tag: entry -#: hardware.xml:532 +#: hardware.xml:530 #, no-c-format msgid "DeskStation AlphaPC164-UX" msgstr "DeskStation AlphaPC164-UX" # index.docbook:527, index.docbook:531, index.docbook:535, index.docbook:539, index.docbook:543, index.docbook:547 #. Tag: entry -#: hardware.xml:533 hardware.xml:537 hardware.xml:541 hardware.xml:545 -#: hardware.xml:549 hardware.xml:553 +#: hardware.xml:531 hardware.xml:535 hardware.xml:539 hardware.xml:543 +#: hardware.xml:547 hardware.xml:551 #, no-c-format msgid "Ruffian" msgstr "Ruffian" # index.docbook:528, index.docbook:532, index.docbook:536, index.docbook:540, index.docbook:544, index.docbook:548 #. Tag: entry -#: hardware.xml:534 hardware.xml:538 hardware.xml:542 hardware.xml:546 -#: hardware.xml:550 hardware.xml:554 +#: hardware.xml:532 hardware.xml:536 hardware.xml:540 hardware.xml:544 +#: hardware.xml:548 hardware.xml:552 #, no-c-format msgid "ruffian" msgstr "ruffian" #. Tag: entry -#: hardware.xml:536 +#: hardware.xml:534 #, no-c-format msgid "DeskStation RPL164-2" msgstr "DeskStation RPL164-2" #. Tag: entry -#: hardware.xml:540 +#: hardware.xml:538 #, no-c-format msgid "DeskStation RPL164-4" msgstr "DeskStation RPL164-4" #. Tag: entry -#: hardware.xml:544 +#: hardware.xml:542 #, no-c-format msgid "DeskStation RPX164-2" msgstr "DeskStation RPX164-2" #. Tag: entry -#: hardware.xml:548 +#: hardware.xml:546 #, no-c-format msgid "DeskStation RPX164-4" msgstr "DeskStation RPX164-4" # index.docbook:606, index.docbook:607 #. Tag: entry -#: hardware.xml:552 +#: hardware.xml:550 #, no-c-format msgid "Samsung AlphaPC164-BX" msgstr "Samsung AlphaPC164-BX" #. Tag: entry -#: hardware.xml:558 +#: hardware.xml:556 #, no-c-format msgid "SABLE" msgstr "SABLE" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:559 +#: hardware.xml:557 #, no-c-format msgid "AlphaServer 2000 4/xxx" msgstr "AlphaServer 2000 4/xxx" #. Tag: entry -#: hardware.xml:560 +#: hardware.xml:558 #, no-c-format msgid "Demi-Sable" msgstr "Demi-Sable" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:563 +#: hardware.xml:561 #, no-c-format msgid "AlphaServer 2000 5/xxx" msgstr "AlphaServer 2000 5/xxx" #. Tag: entry -#: hardware.xml:564 +#: hardware.xml:562 #, no-c-format msgid "Demi-Gamma-Sable" msgstr "Demi-Gamma-Sable" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:567 +#: hardware.xml:565 #, no-c-format msgid "AlphaServer 2100 4/xxx" msgstr "AlphaServer 2100 4/xxx" #. Tag: entry -#: hardware.xml:568 +#: hardware.xml:566 #, no-c-format msgid "Sable" msgstr "Sable" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:571 +#: hardware.xml:569 #, no-c-format msgid "AlphaServer 2100 5/xxx" msgstr "AlphaServer 2100 5/xxx" #. Tag: entry -#: hardware.xml:572 +#: hardware.xml:570 #, no-c-format msgid "Gamma-Sable" msgstr "Gamma-Sable" #. Tag: entry -#: hardware.xml:577 +#: hardware.xml:575 #, no-c-format msgid "TAKARA" msgstr "TAKARA" #. Tag: entry -#: hardware.xml:578 +#: hardware.xml:576 #, no-c-format msgid "21164 PICMG SBC" msgstr "21164 PICMG SBC" #. Tag: entry -#: hardware.xml:579 +#: hardware.xml:577 #, no-c-format msgid "Takara" msgstr "Takara" #. Tag: entry -#: hardware.xml:580 +#: hardware.xml:578 #, no-c-format msgid "takara" msgstr "takara" #. Tag: entry -#: hardware.xml:584 +#: hardware.xml:582 #, no-c-format msgid "TITAN" msgstr "TITAN" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:585 +#: hardware.xml:583 #, no-c-format msgid "AlphaServer DS15" msgstr "AlphaServer DS15" #. Tag: entry -#: hardware.xml:586 +#: hardware.xml:584 #, no-c-format msgid "HyperBrick2" msgstr "HyperBrick2" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:589 +#: hardware.xml:587 #, no-c-format msgid "AlphaServer DS25" msgstr "AlphaServer DS25" #. Tag: entry -#: hardware.xml:590 +#: hardware.xml:588 #, no-c-format msgid "Granite" msgstr "Granite" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:593 +#: hardware.xml:591 #, no-c-format msgid "AlphaServer ES45" msgstr "AlphaServer ES45" #. Tag: entry -#: hardware.xml:594 +#: hardware.xml:592 #, no-c-format msgid "Privateer" msgstr "Privateer" # index.docbook:583, index.docbook:614, index.docbook:618 #. Tag: entry -#: hardware.xml:597 hardware.xml:636 hardware.xml:640 +#: hardware.xml:595 hardware.xml:634 hardware.xml:638 #, no-c-format msgid "UNKNOWN" msgstr "НЕИЗВЕСТНО" #. Tag: entry -#: hardware.xml:598 +#: hardware.xml:596 #, no-c-format msgid "Yukon" msgstr "Yukon" #. Tag: entry -#: hardware.xml:603 +#: hardware.xml:601 #, no-c-format msgid "TSUNAMI" msgstr "TSUNAMI" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:604 +#: hardware.xml:602 #, no-c-format msgid "AlphaServer DS10" msgstr "AlphaServer DS10" # index.docbook:591, index.docbook:631 #. Tag: entry -#: hardware.xml:605 hardware.xml:653 +#: hardware.xml:603 hardware.xml:651 #, no-c-format msgid "Webbrick" msgstr "Webbrick" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:608 +#: hardware.xml:606 #, no-c-format msgid "AlphaServer DS10L" msgstr "AlphaServer DS10L" #. Tag: entry -#: hardware.xml:609 +#: hardware.xml:607 #, no-c-format msgid "Slate" msgstr "Slate" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:612 +#: hardware.xml:610 #, no-c-format msgid "AlphaServer DS20" msgstr "AlphaServer DS20" #. Tag: entry -#: hardware.xml:613 +#: hardware.xml:611 #, no-c-format msgid "Catamaran/Goldrush" msgstr "Catamaran/Goldrush" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:616 +#: hardware.xml:614 #, no-c-format msgid "AlphaServer DS20E" msgstr "AlphaServer DS20E" #. Tag: entry -#: hardware.xml:617 +#: hardware.xml:615 #, no-c-format msgid "Goldrack" msgstr "Goldrack" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:620 +#: hardware.xml:618 #, no-c-format msgid "AlphaServer DS20L" msgstr "AlphaServer DS20L" #. Tag: entry -#: hardware.xml:621 +#: hardware.xml:619 #, no-c-format msgid "Shark" msgstr "Shark" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:624 +#: hardware.xml:622 #, no-c-format msgid "AlphaServer ES40" msgstr "AlphaServer ES40" #. Tag: entry -#: hardware.xml:625 +#: hardware.xml:623 #, no-c-format msgid "Clipper" msgstr "Clipper" # index.docbook:606, index.docbook:607 #. Tag: entry -#: hardware.xml:628 hardware.xml:629 +#: hardware.xml:626 hardware.xml:627 #, no-c-format msgid "DP264" msgstr "DP264" #. Tag: entry -#: hardware.xml:632 +#: hardware.xml:630 #, no-c-format msgid "SMARTengine 21264 PCI/ISA SBC" msgstr "SMARTengine 21264 PCI/ISA SBC" #. Tag: entry -#: hardware.xml:633 +#: hardware.xml:631 #, no-c-format msgid "Eiger" msgstr "Eiger" #. Tag: entry -#: hardware.xml:637 +#: hardware.xml:635 #, no-c-format msgid "Warhol" msgstr "Warhol" #. Tag: entry -#: hardware.xml:641 +#: hardware.xml:639 #, no-c-format msgid "Windjammer" msgstr "Windjammer" #. Tag: entry -#: hardware.xml:644 +#: hardware.xml:642 #, no-c-format msgid "UP2000" msgstr "UP2000" #. Tag: entry -#: hardware.xml:645 +#: hardware.xml:643 #, no-c-format msgid "Swordfish" msgstr "Swordfish" #. Tag: entry -#: hardware.xml:648 +#: hardware.xml:646 #, no-c-format msgid "XP1000" msgstr "XP1000" #. Tag: entry -#: hardware.xml:649 +#: hardware.xml:647 #, no-c-format msgid "Monet/Brisbane" msgstr "Monet/Brisbane" #. Tag: entry -#: hardware.xml:652 +#: hardware.xml:650 #, no-c-format msgid "XP900" msgstr "XP900" #. Tag: entry -#: hardware.xml:658 +#: hardware.xml:656 #, no-c-format msgid "WILDFIRE" msgstr "WILDFIRE" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:659 +#: hardware.xml:657 #, no-c-format msgid "AlphaServer GS160" msgstr "AlphaServer GS160" # index.docbook:638, index.docbook:642 #. Tag: entry -#: hardware.xml:660 hardware.xml:664 +#: hardware.xml:658 hardware.xml:662 #, no-c-format msgid "Wildfire" msgstr "Wildfire" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:663 +#: hardware.xml:661 #, no-c-format msgid "AlphaServer GS320" msgstr "AlphaServer GS320" # index.docbook:647, index.docbook:649 #. Tag: entry -#: hardware.xml:669 hardware.xml:671 +#: hardware.xml:667 hardware.xml:669 #, no-c-format msgid "XL" msgstr "XL" #. Tag: entry -#: hardware.xml:670 +#: hardware.xml:668 #, no-c-format msgid "XL-233...266" msgstr "XL-233...266" # index.docbook:647, index.docbook:649 #. Tag: entry -#: hardware.xml:672 +#: hardware.xml:670 #, no-c-format msgid "xl" msgstr "xl" #. Tag: para -#: hardware.xml:677 +#: hardware.xml:675 #, no-c-format msgid "" "It is believed that Debian &releasename; supports installing on all alpha " @@ -1854,7 +1848,7 @@ msgstr "" "для которых нужно изменять параметры компиляции ядра." #. Tag: para -#: hardware.xml:694 +#: hardware.xml:692 #, no-c-format msgid "" "Each distinct ARM architecture requires its own kernel. Because of this the " @@ -1868,7 +1862,7 @@ msgstr "" "могут работать на любом ЦП ARM, включая xscale." #. Tag: para -#: hardware.xml:702 +#: hardware.xml:700 #, no-c-format msgid "" "Most ARM CPUs may be run in either endian mode (big or little). However, the " @@ -1881,19 +1875,19 @@ msgstr "" "только системы ARM с адресацией little-endian." #. Tag: para -#: hardware.xml:710 +#: hardware.xml:708 #, no-c-format msgid "The supported systems are:" msgstr "Поддерживаемые системы:" #. Tag: term -#: hardware.xml:717 +#: hardware.xml:715 #, no-c-format msgid "Netwinder" msgstr "Netwinder" #. Tag: para -#: hardware.xml:718 +#: hardware.xml:716 #, no-c-format msgid "" "This is actually the name for the group of machines based upon the StrongARM " @@ -1909,13 +1903,13 @@ msgstr "" "server (также известна как cps или skiff)." #. Tag: term -#: hardware.xml:731 +#: hardware.xml:729 #, no-c-format msgid "NSLU2" msgstr "NSLU2" #. Tag: para -#: hardware.xml:732 +#: hardware.xml:730 #, no-c-format msgid "" "The Linksys NSLU2 (Network Storage Link for USB 2.0 Disk Drives) is a small " @@ -1929,13 +1923,13 @@ msgstr "" "дисков." #. Tag: term -#: hardware.xml:743 +#: hardware.xml:741 #, no-c-format msgid "RiscPC" msgstr "RiscPC" #. Tag: para -#: hardware.xml:744 +#: hardware.xml:742 #, no-c-format msgid "" "This machine is the oldest supported hardware: it was released in 1994. It " @@ -1958,7 +1952,7 @@ msgstr "" "существуют драйверы Linux." #. Tag: para -#: hardware.xml:769 +#: hardware.xml:767 #, no-c-format msgid "" "The are two major support &architecture; flavors: PA-" @@ -1976,7 +1970,7 @@ msgstr "" "использовать 64-битные пользовательские программы." #. Tag: para -#: hardware.xml:788 +#: hardware.xml:786 #, no-c-format msgid "" "Complete information concerning supported peripherals can be found at CPU" msgstr "Центральный процессор" #. Tag: para -#: hardware.xml:797 +#: hardware.xml:795 #, no-c-format msgid "" "Nearly all x86-based processors are supported; this includes AMD and VIA " @@ -2009,13 +2003,13 @@ msgstr "" "286 и более ранних процессорах." #. Tag: title -#: hardware.xml:807 +#: hardware.xml:805 #, no-c-format msgid "I/O Bus" msgstr "Шина ввода-вывода (I/O)" #. Tag: para -#: hardware.xml:808 +#: hardware.xml:806 #, no-c-format msgid "" "The system bus is the part of the motherboard which allows the CPU to " @@ -2030,7 +2024,7 @@ msgstr "" "называемая VL шина)." #. Tag: para -#: hardware.xml:831 +#: hardware.xml:829 #, no-c-format msgid "" "Complete information concerning supported M68000 based " @@ -2043,7 +2037,7 @@ msgstr "" "faq;\">Linux/m68k FAQ. Этот раздел содержит только базовые сведения." #. Tag: para -#: hardware.xml:838 +#: hardware.xml:836 #, no-c-format msgid "" "The &architecture; port of Linux runs on any 680x0 with a PMMU (Paged Memory " @@ -2059,7 +2053,7 @@ msgstr "" "ulink>." #. Tag: para -#: hardware.xml:846 +#: hardware.xml:844 #, no-c-format msgid "" "There are four major supported &architecture; flavors: " @@ -2085,7 +2079,7 @@ msgstr "" "Sun3 и чёрный ящик NeXT, продвигается, но ещё не поддерживается Debian." #. Tag: para -#: hardware.xml:873 +#: hardware.xml:871 #, no-c-format msgid "" "Debian on &arch-title; supports the following platforms: " @@ -2122,7 +2116,7 @@ msgstr "" "listname;." #. Tag: para -#: hardware.xml:914 +#: hardware.xml:912 #, no-c-format msgid "" "On SGI IP22, SGI Indy, Indigo 2 and Challenge S with R4000, R4400, R4600 and " @@ -2141,7 +2135,7 @@ msgstr "" "четырьмя ядрами и поддерживается в режиме SMP." #. Tag: para -#: hardware.xml:924 +#: hardware.xml:922 #, no-c-format msgid "" "Some MIPS machines can be operated in both big and little endian mode. For " @@ -2153,7 +2147,7 @@ msgstr "" "документации по архитектуре mipsel." #. Tag: para -#: hardware.xml:941 +#: hardware.xml:939 #, no-c-format msgid "" "Debian on &arch-title; supports the following platforms: " @@ -2188,13 +2182,13 @@ msgstr "" "subscribe;\">список рассылки debian-&arch-listname;." #. Tag: title -#: hardware.xml:981 +#: hardware.xml:979 #, no-c-format msgid "CPU/Machine types" msgstr "Типы процессоров/машин" #. Tag: para -#: hardware.xml:983 +#: hardware.xml:981 #, no-c-format msgid "" "Currently only DECstations with R3000 and R4000/R4400 CPUs are supported by " @@ -2206,123 +2200,123 @@ msgstr "" "R4400. Программа установки Debian работает на следующих машинах:" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "System Type" msgstr "Тип системы" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "CPU" msgstr "ЦП" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "Code-name" msgstr "Кодовое наименование" #. Tag: entry -#: hardware.xml:996 +#: hardware.xml:994 #, no-c-format msgid "Debian subarchitecture" msgstr "Субархитектура Debian" #. Tag: entry -#: hardware.xml:1002 +#: hardware.xml:1000 #, no-c-format msgid "DECstation 5000/1xx" msgstr "DECstation 5000/1xx" # index.docbook:974, index.docbook:984, index.docbook:989, index.docbook:999 #. Tag: entry -#: hardware.xml:1003 hardware.xml:1013 hardware.xml:1018 hardware.xml:1028 +#: hardware.xml:1001 hardware.xml:1011 hardware.xml:1016 hardware.xml:1026 #, no-c-format msgid "R3000" msgstr "R3000" # index.docbook:975, index.docbook:980 #. Tag: entry -#: hardware.xml:1004 hardware.xml:1009 +#: hardware.xml:1002 hardware.xml:1007 #, no-c-format msgid "3MIN" msgstr "3MIN" #. Tag: entry -#: hardware.xml:1007 +#: hardware.xml:1005 #, no-c-format msgid "DECstation 5000/150" msgstr "DECstation 5000/150" # index.docbook:979, index.docbook:1004 #. Tag: entry -#: hardware.xml:1008 hardware.xml:1033 +#: hardware.xml:1006 hardware.xml:1031 #, no-c-format msgid "R4000" msgstr "R4000" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:1012 +#: hardware.xml:1010 #, no-c-format msgid "DECstation 5000/200" msgstr "DECstation 5000/200" # index.docbook:990, index.docbook:995 #. Tag: entry -#: hardware.xml:1014 +#: hardware.xml:1012 #, no-c-format msgid "3MAX" msgstr "3MAX" #. Tag: entry -#: hardware.xml:1017 +#: hardware.xml:1015 #, no-c-format msgid "DECstation 5000/240" msgstr "DECstation 5000/240" # index.docbook:990, index.docbook:995 #. Tag: entry -#: hardware.xml:1019 hardware.xml:1024 +#: hardware.xml:1017 hardware.xml:1022 #, no-c-format msgid "3MAX+" msgstr "3MAX+" # index.docbook:432, index.docbook:436 #. Tag: entry -#: hardware.xml:1022 +#: hardware.xml:1020 #, no-c-format msgid "DECstation 5000/260" msgstr "DECstation 5000/260" # index.docbook:979, index.docbook:1004 #. Tag: entry -#: hardware.xml:1023 +#: hardware.xml:1021 #, no-c-format msgid "R4400" msgstr "R4400" #. Tag: entry -#: hardware.xml:1027 +#: hardware.xml:1025 #, no-c-format msgid "Personal DECstation 5000/xx" msgstr "Personal DECstation 5000/xx" #. Tag: entry -#: hardware.xml:1029 hardware.xml:1034 +#: hardware.xml:1027 hardware.xml:1032 #, no-c-format msgid "Maxine" msgstr "Maxine" #. Tag: entry -#: hardware.xml:1032 +#: hardware.xml:1030 #, no-c-format msgid "Personal DECstation 5000/50" msgstr "Personal DECstation 5000/50" #. Tag: para -#: hardware.xml:1039 +#: hardware.xml:1037 #, no-c-format msgid "" "All Cobalt machines are supported. In the past, only machines with a serial " @@ -2334,7 +2328,7 @@ msgstr "" "Однако теперь возможна установка по SSH." #. Tag: para -#: hardware.xml:1046 +#: hardware.xml:1044 #, no-c-format msgid "" "The Broadcom BCM91250A evaluation board comes with an SB1 1250 chip with two " @@ -2348,13 +2342,13 @@ msgstr "" "поддерживается программой установки в режиме SMP." #. Tag: title -#: hardware.xml:1056 +#: hardware.xml:1054 #, no-c-format msgid "Supported console options" msgstr "Поддерживаемые параметры консоли" #. Tag: para -#: hardware.xml:1057 +#: hardware.xml:1055 #, no-c-format msgid "" "A serial console is available on all supported DECstations (9600 bps, 8N1). " @@ -2377,7 +2371,7 @@ msgstr "" "PMAG-BA и PMAGB-B." #. Tag: para -#: hardware.xml:1068 +#: hardware.xml:1066 #, no-c-format msgid "" "If you have a Linux system to use as serial terminal, an easy way is to run " @@ -2401,7 +2395,7 @@ msgstr "" "указывается скорость соединения (9600 бит в секунду)." #. Tag: para -#: hardware.xml:1086 +#: hardware.xml:1084 #, no-c-format msgid "Both Cobalt and Broadcom BCM91250A/BCM91480B use 115200 bps." msgstr "" @@ -2409,14 +2403,14 @@ msgstr "" "секунду." #. Tag: para -#: hardware.xml:1100 -#, no-c-format +#: hardware.xml:1098 +#, fuzzy, no-c-format msgid "" "There are four major supported &architecture; " -"subarchitectures: PMac (Power-Macintosh), PReP, APUS (Amiga Power-UP " -"System), and CHRP machines. Each subarchitecture has its own boot methods. " -"In addition, there are four different kernel flavours, supporting different " -"CPU variants." +"subarchitectures: PMac (Power-Macintosh or PowerMac), PReP, APUS (Amiga " +"Power-UP System), and CHRP machines. Each subarchitecture has its own boot " +"methods. In addition, there are four different kernel flavours, supporting " +"different CPU variants." msgstr "" "Поддерживаются четыре основные разновидности &architecture;: PMac (Power-Macintosh) PReP, APUS (Amiga Power-UP System) и CHRP. " @@ -2424,7 +2418,7 @@ msgstr "" "них собирается свой вариант ядра." #. Tag: para -#: hardware.xml:1108 +#: hardware.xml:1106 #, no-c-format msgid "" "Ports to other &architecture; architectures, such as " @@ -2436,13 +2430,13 @@ msgstr "" "Возможно, в будущем мы будем поддерживать 64-битный перенос." #. Tag: title -#: hardware.xml:1116 +#: hardware.xml:1114 #, no-c-format msgid "Kernel Flavours" msgstr "Варианты ядер" #. Tag: para -#: hardware.xml:1118 +#: hardware.xml:1116 #, no-c-format msgid "" "There are four flavours of the powerpc kernel in Debian, based on the CPU " @@ -2452,31 +2446,37 @@ msgstr "" "процессора:" #. Tag: term -#: hardware.xml:1125 +#: hardware.xml:1123 #, no-c-format msgid "powerpc" msgstr "powerpc" #. Tag: para -#: hardware.xml:1126 -#, no-c-format +#: hardware.xml:1124 +#, fuzzy, no-c-format msgid "" "Most systems use this kernel flavour, which supports the PowerPC 601, 603, " -"604, 740, 750, and 7400 processors. All Apple Power Macintosh systems up to " -"and including the G4 use one of these processors." +"604, 740, 750, and 7400 processors. All Apple PowerMac machines up to and " +"including the one marketed as G4 use one of these processors." msgstr "" "На большинстве систем используется это ядро. Оно работает на процессорах " "PowerPC 601, 603, 604, 740, 750 и 7400. Все системы Apple Power Macintosh до " "G4 включительно используются один из этих процессоров." #. Tag: term -#: hardware.xml:1136 -#, no-c-format -msgid "power3" -msgstr "power3" +#: hardware.xml:1134 +#, fuzzy, no-c-format +msgid "power64" +msgstr "power4" #. Tag: para -#: hardware.xml:1137 +#: hardware.xml:1135 +#, fuzzy, no-c-format +msgid "The power64 kernel flavour supports the following CPUs:" +msgstr "Этот вариант ядра используется на Amiga Power-UP System." + +#. Tag: para +#: hardware.xml:1139 #, no-c-format msgid "" "The POWER3 processor is used in older IBM 64-bit server systems: known " @@ -2487,14 +2487,8 @@ msgstr "" "IntelliStation POWER модель 265, pSeries 610 и 640, RS/6000 7044-170, 7044-" "260 и 7044-270." -#. Tag: term -#: hardware.xml:1147 -#, no-c-format -msgid "power4" -msgstr "power4" - #. Tag: para -#: hardware.xml:1148 +#: hardware.xml:1145 #, no-c-format msgid "" "The POWER4 processor is used in more recent IBM 64-bit server systems: known " @@ -2504,94 +2498,68 @@ msgstr "" "IBM: pSeries 615, 630, 650, 655, 670 и 690." #. Tag: para -#: hardware.xml:1153 -#, no-c-format +#: hardware.xml:1150 +#, fuzzy, no-c-format msgid "" -"The Apple G5 is also based on the POWER4 architecture, and uses this kernel " -"flavour." +"Systems using the Apple G5 (PPC970FX processor) are also based on the POWER4 " +"architecture, and use this kernel flavour." msgstr "" "Apple G5 также основан на архитектуре POWER4 и использует эту разновидность " "ядра." #. Tag: term -#: hardware.xml:1162 +#: hardware.xml:1159 +#, fuzzy, no-c-format +msgid "prep" +msgstr "powerpc" + +#. Tag: para +#: hardware.xml:1160 +#, fuzzy, no-c-format +msgid "This kernel flavour supports the PReP subarchitecture." +msgstr "Этот вариант ядра используется на Amiga Power-UP System." + +#. Tag: term +#: hardware.xml:1168 #, no-c-format msgid "apus" msgstr "apus" #. Tag: para -#: hardware.xml:1163 -#, no-c-format -msgid "This kernel flavour supports the Amiga Power-UP System." +#: hardware.xml:1169 +#, fuzzy, no-c-format +msgid "" +"This kernel flavour supports the Amiga Power-UP System, though it is " +"currently disabled." msgstr "Этот вариант ядра используется на Amiga Power-UP System." #. Tag: title -#: hardware.xml:1175 +#: hardware.xml:1182 #, no-c-format msgid "Power Macintosh (pmac) subarchitecture" msgstr "Субархитектура Power Macintosh (pmac)" #. Tag: para -#: hardware.xml:1177 -#, no-c-format +#: hardware.xml:1184 +#, fuzzy, no-c-format msgid "" "Apple (and briefly a few other manufacturers — Power Computing, for " -"example) makes a series of Macintosh computers based on the PowerPC " +"example) made a series of Macintosh computers based on the PowerPC " "processor. For purposes of architecture support, they are categorized as " -"NuBus, OldWorld PCI, and NewWorld." +"NuBus (not supported by Debian), OldWorld, and NewWorld." msgstr "" "Apple (и несколько других производителей, например, Power Computing) " "выпускает серию компьютеров Macintosh на основе процессоров PowerPC. С целью " "поддержки архитектуры они подразделяются на NuBus, OldWorld PCI и NewWorld." -#. Tag: para -#: hardware.xml:1184 -#, no-c-format -msgid "" -"Macintosh computers using the 680x0 series of processors are not in the " -"PowerPC family but are instead m68k machines. Those models start with " -"Mac II or have a 3-digit model number such as Centris 650 or " -"Quadra 950. Apple's pre-iMac PowerPC model numbers have four digits." -msgstr "" -"Компьютеры Macintosh на основе процессоров серии 680x0 принадлежат не к " -"семейству PowerPC, а к семейству m68k. Название этих моделей начинается с " -"Mac II или содержат трёхзначный номер модели (например, " -"Centris 650 или Quadra 950). Номера моделей Apple на основе PowerPC до iMac " -"состоят из четырёх цифр." - #. Tag: para #: hardware.xml:1191 -#, no-c-format -msgid "" -"NuBus systems are not currently supported by debian/powerpc. The monolithic " -"Linux/PPC kernel architecture does not have support for these machines; " -"instead, one must use the MkLinux Mach microkernel, which Debian does not " -"yet support. These include the following: " -"Power Macintosh 6100, 7100, 8100 " -"Performa 5200, 6200, 6300 Powerbook " -"1400, 2300, and 5300 Workgroup Server " -"6150, 8150, 9150 A linux kernel for these " -"machines and limited support is available at " -msgstr "" -"Системы NuBus на данный момент не поддерживаются debian/powerpc. Монолитная " -"архитектура ядра Linux/PPC не поддерживается на этих машинах. Следует " -"использовать микроядро MkLinux Mach, которое Debian пока не поддерживает. " -"Это относится к следующим машинам: " -"PowerMacintosh 6100, 7100, 8100 Performa " -"5200, 6200, 6300 Powerbook 1400, 2300 и " -"5300 Workgroup Server 6150, 8150, 9150 Ядро Linux для этих машин и ограниченную " -"поддержку можно получить на " - -#. Tag: para -#: hardware.xml:1224 -#, no-c-format +#, fuzzy, no-c-format msgid "" "OldWorld systems are most Power Macintoshes with a floppy drive and a PCI " "bus. Most 603, 603e, 604, and 604e based Power Macintoshes are OldWorld " -"machines. The beige colored G3 systems are also OldWorld." +"machines. Those pre-iMac PowerPC models from Apple use a four digit naming " +"scheme, except for the beige colored G3 systems, which are also OldWorld." msgstr "" "Системы OldWorld — это большая часть машин Power Macintosh с " "дисководом и шиной PCI. Большая часть систем PowerMacintosh на основе 603, " @@ -2599,14 +2567,14 @@ msgstr "" "относятся к ней." #. Tag: para -#: hardware.xml:1230 -#, no-c-format +#: hardware.xml:1199 +#, fuzzy, no-c-format msgid "" "The so called NewWorld PowerMacs are any PowerMacs in translucent colored " -"plastic cases. That includes all iMacs, iBooks, G4 systems, blue colored G3 " -"systems, and most PowerBooks manufactured in and after 1999. The NewWorld " -"PowerMacs are also known for using the ROM in RAM system for " -"MacOS, and were manufactured from mid-1998 onwards." +"plastic cases and later models. That includes all iMacs, iBooks, G4 systems, " +"blue colored G3 systems, and most PowerBooks manufactured in and after 1999. " +"The NewWorld PowerMacs are also known for using the ROM in RAM system for MacOS, and were manufactured from mid-1998 onwards." msgstr "" "Так называемые системы NewWorld PowerMac — это системы PowerMacintosh " "в прозрачных пластиковых корпусах. Сюда входят системы iMac, iBook, G4, " @@ -2615,7 +2583,7 @@ msgstr "" "для MacOS и производятся с середины 1998 года." #. Tag: para -#: hardware.xml:1238 +#: hardware.xml:1207 #, no-c-format msgid "" "Specifications for Apple hardware are available at APS" msgstr "APS" #. Tag: entry -#: hardware.xml:1364 +#: hardware.xml:1333 #, no-c-format msgid "APS Tech M*Power 604e/2000" msgstr "APS Tech M*Power 604e/2000" # index.docbook:1331, index.docbook:1357 #. Tag: entry -#: hardware.xml:1369 hardware.xml:1395 +#: hardware.xml:1338 hardware.xml:1364 #, no-c-format msgid "Motorola" msgstr "Motorola" #. Tag: entry -#: hardware.xml:1370 +#: hardware.xml:1339 #, no-c-format msgid "Starmax 3000, 4000, 5000, 5500" msgstr "Starmax 3000, 4000, 5000, 5500" #. Tag: title -#: hardware.xml:1379 +#: hardware.xml:1348 #, no-c-format msgid "PReP subarchitecture" msgstr "Субархитектура PReP" #. Tag: entry -#: hardware.xml:1396 +#: hardware.xml:1365 #, no-c-format msgid "Firepower, PowerStack Series E, PowerStack II" msgstr "Firepower, PowerStack Series E, PowerStack II" #. Tag: entry -#: hardware.xml:1398 +#: hardware.xml:1367 #, no-c-format msgid "MPC 7xx, 8xx" msgstr "MPC 7xx, 8xx" #. Tag: entry -#: hardware.xml:1400 +#: hardware.xml:1369 #, no-c-format msgid "MTX, MTX+" msgstr "MTX, MTX+" #. Tag: entry -#: hardware.xml:1402 +#: hardware.xml:1371 #, no-c-format msgid "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" msgstr "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" #. Tag: entry -#: hardware.xml:1404 +#: hardware.xml:1373 #, no-c-format msgid "MCP(N)750" msgstr "MCP(N)750" # index.docbook:1370, index.docbook:1401 #. Tag: entry -#: hardware.xml:1408 hardware.xml:1439 +#: hardware.xml:1377 hardware.xml:1408 #, no-c-format msgid "IBM RS/6000" msgstr "IBM RS/6000" #. Tag: entry -#: hardware.xml:1409 +#: hardware.xml:1378 #, no-c-format msgid "40P, 43P" msgstr "40P, 43P" #. Tag: entry -#: hardware.xml:1411 +#: hardware.xml:1380 #, no-c-format msgid "Power 830/850/860 (6070, 6050)" msgstr "Power 830/850/860 (6070, 6050)" #. Tag: entry -#: hardware.xml:1413 +#: hardware.xml:1382 #, no-c-format msgid "6030, 7025, 7043" msgstr "6030, 7025, 7043" # index.docbook:328, index.docbook:341, index.docbook:342 #. Tag: entry -#: hardware.xml:1415 +#: hardware.xml:1384 #, no-c-format msgid "p640" msgstr "B164" #. Tag: title -#: hardware.xml:1423 +#: hardware.xml:1392 #, no-c-format msgid "CHRP subarchitecture" msgstr "Субархитектура CHRP" #. Tag: entry -#: hardware.xml:1440 +#: hardware.xml:1409 #, no-c-format msgid "B50, 43P-150, 44P" msgstr "B50, 43P-150, 44P" #. Tag: entry -#: hardware.xml:1443 +#: hardware.xml:1412 #, no-c-format msgid "Genesi" msgstr "Genesi" #. Tag: entry -#: hardware.xml:1444 +#: hardware.xml:1413 #, no-c-format msgid "Pegasos I, Pegasos II" msgstr "Pegasos I, Pegasos II" #. Tag: title -#: hardware.xml:1452 +#: hardware.xml:1421 #, no-c-format msgid "APUS subarchitecture" msgstr "Субархитектура APUS" #. Tag: entry -#: hardware.xml:1468 +#: hardware.xml:1437 #, no-c-format msgid "Amiga Power-UP Systems (APUS)" msgstr "Amiga Power-UP Systems (APUS)" #. Tag: entry -#: hardware.xml:1469 +#: hardware.xml:1438 #, no-c-format msgid "A1200, A3000, A4000" msgstr "A1200, A3000, A4000" #. Tag: title -#: hardware.xml:1482 +#: hardware.xml:1446 +#, no-c-format +msgid "Nubus PowerMac subarchitecture (unsupported)" +msgstr "" + +#. Tag: para +#: hardware.xml:1448 +#, fuzzy, no-c-format +msgid "" +"NuBus systems are not currently supported by Debian/powerpc. The monolithic " +"Linux/PPC kernel architecture does not have support for these machines; " +"instead, one must use the MkLinux Mach microkernel, which Debian does not " +"yet support. These include the following: " +"Power Macintosh 6100, 7100, 8100 " +"Performa 5200, 6200, 6300 Powerbook " +"1400, 2300, and 5300 Workgroup Server " +"6150, 8150, 9150 A linux kernel for these " +"machines and limited support is available at ." +msgstr "" +"Системы NuBus на данный момент не поддерживаются debian/powerpc. Монолитная " +"архитектура ядра Linux/PPC не поддерживается на этих машинах. Следует " +"использовать микроядро MkLinux Mach, которое Debian пока не поддерживает. " +"Это относится к следующим машинам: " +"PowerMacintosh 6100, 7100, 8100 Performa " +"5200, 6200, 6300 Powerbook 1400, 2300 и " +"5300 Workgroup Server 6150, 8150, 9150 Ядро Linux для этих машин и ограниченную " +"поддержку можно получить на " + +#. Tag: title +#: hardware.xml:1485 +#, fuzzy, no-c-format +msgid "Non-PowerPC Macs" +msgstr "PowerMac" + +#. Tag: para +#: hardware.xml:1487 +#, no-c-format +msgid "" +"Macintosh computers using the 680x0 series of processors are not in the PowerPC family but are instead m68k machines. Those models " +"start with Mac II series, go on to the LC " +"family, then the Centris series, and culminate in the Quadras and Performas. " +"These models usually have a Roman numeral or 3-digit model number such as " +"Mac IIcx, LCIII or Quadra 950. This model range started with " +"the Mac II (Mac II, IIx, IIcx, IIci, IIsi, IIvi, IIvx, IIfx), then the LC " +"(LC, LCII, III, III+, 475, 520, 550, 575, 580, 630), then the Mac TV, then " +"the Centris (610, 650, 660AV), the Quadra (605, 610, 630, 650, 660AV, 700, " +"800, 840AV, 900, 950), and finally the Performa 200-640CD. In " +"laptops, it started with the Mac Portable, then the PowerBook 100-190cs and " +"the PowerBook Duo 210-550c (excluding PowerBook 500 which is Nubus, please " +"see the section above)." +msgstr "" + +#. Tag: title +#: hardware.xml:1520 #, no-c-format msgid "S/390 and zSeries machine types" msgstr "машины типа S/390 и zSeries" #. Tag: para -#: hardware.xml:1483 +#: hardware.xml:1521 #, no-c-format msgid "" "Complete information regarding supported S/390 and zSeries machines can be " @@ -3035,7 +3060,7 @@ msgstr "" "IEEE, и из-за этого с пониженной производительностью." #. Tag: para -#: hardware.xml:1506 +#: hardware.xml:1544 #, no-c-format msgid "" "Currently the &architecture; port supports several " @@ -3067,13 +3092,13 @@ msgstr "" "процессорах SPARC." #. Tag: title -#: hardware.xml:1526 +#: hardware.xml:1564 #, no-c-format msgid "Memory Configuration" msgstr "Настройка памяти" #. Tag: para -#: hardware.xml:1527 +#: hardware.xml:1565 #, no-c-format msgid "" "Some older Sun workstations, notably the Sun IPX and Sun IPC have memory " @@ -3091,7 +3116,7 @@ msgstr "" "Exception." #. Tag: para -#: hardware.xml:1536 +#: hardware.xml:1574 #, no-c-format msgid "" "Thus you must configure the memory so that the lowest memory block is " @@ -3108,7 +3133,7 @@ msgstr "" "emphasis>." #. Tag: para -#: hardware.xml:1544 +#: hardware.xml:1582 #, no-c-format msgid "" "Example: In a Sun IPX you have a 16Mb SIMM and a 4Mb SIMM. There are four " @@ -3122,13 +3147,13 @@ msgstr "" "Модуль размером 4 МБ рекомендуется в этом случае установить в банк 2." #. Tag: title -#: hardware.xml:1555 +#: hardware.xml:1593 #, no-c-format msgid "Graphics Configuration" msgstr "Настройка графики" #. Tag: para -#: hardware.xml:1556 +#: hardware.xml:1594 #, no-c-format msgid "" "Especially in the case of older Sun workstations, it is very common for " @@ -3144,7 +3169,7 @@ msgstr "" "поскольку инициализируются обе карты." #. Tag: para -#: hardware.xml:1565 +#: hardware.xml:1603 #, no-c-format msgid "" "However with Linux this can cause a problem, in that the boot PROM monitor " @@ -3161,7 +3186,7 @@ msgstr "" "диска памяти." #. Tag: para -#: hardware.xml:1573 +#: hardware.xml:1611 #, no-c-format msgid "" "To avoid this problem, connect the monitor (if required) to the video card " @@ -3174,13 +3199,13 @@ msgstr "" "использовать последовательную консоль." #. Tag: title -#: hardware.xml:1585 +#: hardware.xml:1623 #, no-c-format msgid "Graphics Card" msgstr "Видеокарты" #. Tag: para -#: hardware.xml:1587 +#: hardware.xml:1625 #, no-c-format msgid "" "You should be using a VGA-compatible display interface for the console " @@ -3196,7 +3221,7 @@ msgstr "" "описанной в этом документе." #. Tag: para -#: hardware.xml:1595 +#: hardware.xml:1633 #, no-c-format msgid "" "Debian's support for graphical interfaces is determined by the underlying " @@ -3212,7 +3237,7 @@ msgstr "" "&release; поставляется с X.Org версии &x11ver;." #. Tag: para -#: hardware.xml:1604 +#: hardware.xml:1642 #, no-c-format msgid "" "The X.Org X11 window system is only supported on the SGI Indy and the O2. " @@ -3228,7 +3253,7 @@ msgstr "" "ulink> для плат Broadcom." #. Tag: para -#: hardware.xml:1613 +#: hardware.xml:1651 #, no-c-format msgid "" "The X.Org X11 window system is supported on some DECstation models. The " @@ -3244,13 +3269,13 @@ msgstr "" "совместимого оборудования для плат Broadcom." #. Tag: title -#: hardware.xml:1625 +#: hardware.xml:1663 #, no-c-format msgid "Laptops" msgstr "Ноутбуки" #. Tag: para -#: hardware.xml:1626 +#: hardware.xml:1664 #, no-c-format msgid "" "Laptops are also supported. Laptops are often specialized or contain " @@ -3264,13 +3289,13 @@ msgstr "" # index.docbook:1600, index.docbook:1625, index.docbook:1648 #. Tag: title -#: hardware.xml:1638 hardware.xml:1663 hardware.xml:1686 +#: hardware.xml:1676 hardware.xml:1701 hardware.xml:1724 #, no-c-format msgid "Multiple Processors" msgstr "Несколько процессоров" #. Tag: para -#: hardware.xml:1640 +#: hardware.xml:1678 #, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3286,7 +3311,7 @@ msgstr "" "загружаться на не-SMP системах; ядро просто чуть больше размером." #. Tag: para -#: hardware.xml:1648 +#: hardware.xml:1686 #, no-c-format msgid "" "In order to optimize the kernel for single CPU systems, you'll have to " @@ -3303,7 +3328,7 @@ msgstr "" "секции General конфигурации ядра." #. Tag: para -#: hardware.xml:1664 +#: hardware.xml:1702 #, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3320,7 +3345,7 @@ msgstr "" "использовать только первый процессор." #. Tag: para -#: hardware.xml:1673 +#: hardware.xml:1711 #, no-c-format msgid "" "In order to take advantage of multiple processors, you'll have to replace " @@ -3337,7 +3362,7 @@ msgstr "" "quote> в секции General конфигурации ядра." #. Tag: para -#: hardware.xml:1687 +#: hardware.xml:1725 #, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3355,7 +3380,7 @@ msgstr "" "системах; ядро просто будет использовать только первый процессор." #. Tag: para -#: hardware.xml:1697 +#: hardware.xml:1735 #, no-c-format msgid "" "In order to take advantage of multiple processors, you should check to see " @@ -3375,13 +3400,13 @@ msgstr "" "quote> в секции General конфигурации ядра." #. Tag: title -#: hardware.xml:1718 +#: hardware.xml:1756 #, no-c-format msgid "Installation Media" msgstr "Установочные носители" #. Tag: para -#: hardware.xml:1720 +#: hardware.xml:1758 #, no-c-format msgid "" "This section will help you determine which different media types you can use " @@ -3399,13 +3424,13 @@ msgstr "" "вернуться к этой странице, когда прочитаете эту главу." #. Tag: title -#: hardware.xml:1731 +#: hardware.xml:1769 #, no-c-format msgid "Floppies" msgstr "Дискеты" #. Tag: para -#: hardware.xml:1732 +#: hardware.xml:1770 #, no-c-format msgid "" "In some cases, you'll have to do your first boot from floppy disks. " @@ -3417,19 +3442,19 @@ msgstr "" "высокой плотности (1440 килобайт)." #. Tag: para -#: hardware.xml:1738 +#: hardware.xml:1776 #, no-c-format msgid "For CHRP, floppy support is currently broken." msgstr "В настоящий момент поддержка дискет для CHRP не работает." #. Tag: title -#: hardware.xml:1745 +#: hardware.xml:1783 #, no-c-format msgid "CD-ROM/DVD-ROM" msgstr "CD-ROM/DVD-ROM" #. Tag: para -#: hardware.xml:1747 +#: hardware.xml:1785 #, no-c-format msgid "" "Whenever you see CD-ROM in this manual, it applies to both CD-" @@ -3443,7 +3468,7 @@ msgstr "" "очень старые нестандартные (ни SCSI и ни IDE/ATAPI) приводы CD-ROM." #. Tag: para -#: hardware.xml:1754 +#: hardware.xml:1792 #, no-c-format msgid "" "CD-ROM based installation is supported for some architectures. On machines " @@ -3463,7 +3488,7 @@ msgstr "" "installer\"/>." #. Tag: para -#: hardware.xml:1766 +#: hardware.xml:1804 #, no-c-format msgid "" "Both SCSI and IDE/ATAPI CD-ROMs are supported. In addition, all non-standard " @@ -3483,7 +3508,7 @@ msgstr "" "содержится подробная информация об использовании приводов CD-ROM в Linux." #. Tag: para -#: hardware.xml:1776 +#: hardware.xml:1814 #, no-c-format msgid "" "USB CD-ROM drives are also supported, as are FireWire devices that are " @@ -3493,7 +3518,7 @@ msgstr "" "которые поддерживаются драйверами ohci1394 и sbp2." #. Tag: para -#: hardware.xml:1781 +#: hardware.xml:1819 #, no-c-format msgid "" "Both SCSI and IDE/ATAPI CD-ROMs are supported on &arch-title;, as long as " @@ -3511,7 +3536,7 @@ msgstr "" "SRM HOWTO." #. Tag: para -#: hardware.xml:1790 +#: hardware.xml:1828 #, no-c-format msgid "" "IDE/ATAPI CD-ROMs are supported on all ARM machines. On RiscPCs, SCSI CD-" @@ -3521,7 +3546,7 @@ msgstr "" "приводы SCSI CD-ROM также будут работать." #. Tag: para -#: hardware.xml:1795 +#: hardware.xml:1833 #, no-c-format msgid "" "On SGI machines, booting from CD-ROM requires a SCSI CD-ROM drive capable of " @@ -3549,7 +3574,7 @@ msgstr "" "Broadcom BCM91480B вам потребуется карта PCI IDE, SATA или SCSI." #. Tag: para -#: hardware.xml:1810 +#: hardware.xml:1848 #, no-c-format msgid "" "On DECstations, booting from CD-ROM requires a SCSI CD-ROM drive capable of " @@ -3566,7 +3591,7 @@ msgstr "" "quote>." #. Tag: para -#: hardware.xml:1819 +#: hardware.xml:1857 #, no-c-format msgid "" "CD 1 contains the installer for the r3k-kn02 subarchitecture (the R3000-" @@ -3582,7 +3607,7 @@ msgstr "" "DECstation 5000/50)." #. Tag: para -#: hardware.xml:1828 +#: hardware.xml:1866 #, no-c-format msgid "" "To boot from CD, issue the command boot ##/rzid " @@ -3612,13 +3637,13 @@ msgstr "" "параметр1=значение1 параметр2=значение2 ..." #. Tag: title -#: hardware.xml:1847 +#: hardware.xml:1885 #, no-c-format msgid "Hard Disk" msgstr "Жёсткий диск" #. Tag: para -#: hardware.xml:1849 +#: hardware.xml:1887 #, no-c-format msgid "" "Booting the installation system directly from a hard disk is another option " @@ -3631,7 +3656,7 @@ msgstr "" "жёсткий диск." #. Tag: para -#: hardware.xml:1855 +#: hardware.xml:1893 #, no-c-format msgid "" "In fact, installation from your local disk is the preferred installation " @@ -3641,7 +3666,7 @@ msgstr "" "техника установки для большинства машин с архитектурой &architecture;." #. Tag: para -#: hardware.xml:1860 +#: hardware.xml:1898 #, no-c-format msgid "" "Although the &arch-title; does not allow booting from SunOS (Solaris), you " @@ -3651,13 +3676,13 @@ msgstr "" "можете установить систему из раздела SunOS (слои UFS)." #. Tag: title -#: hardware.xml:1868 +#: hardware.xml:1906 #, no-c-format msgid "USB Memory Stick" msgstr "Карта памяти USB" #. Tag: para -#: hardware.xml:1870 +#: hardware.xml:1908 #, no-c-format msgid "" "Many Debian boxes need their floppy and/or CD-ROM drives only for setting up " @@ -3675,13 +3700,13 @@ msgstr "" "места для ненужных дисководов." #. Tag: title -#: hardware.xml:1882 +#: hardware.xml:1920 #, no-c-format msgid "Network" msgstr "Сеть" #. Tag: para -#: hardware.xml:1884 +#: hardware.xml:1922 #, no-c-format msgid "" "You can also boot your system over the network. Это предпочтительная техника установки на Mips." #. Tag: para -#: hardware.xml:1890 +#: hardware.xml:1928 #, no-c-format msgid "" "Diskless installation, using network booting from a local area network and " @@ -3701,7 +3726,7 @@ msgstr "" "локальной сети и монтированием всех локальных файловых систем через NFS." #. Tag: para -#: hardware.xml:1895 +#: hardware.xml:1933 #, no-c-format msgid "" "After the operating system kernel is installed, you can install the rest of " @@ -3713,13 +3738,13 @@ msgstr "" "базовой системы): FTP или HTTP." #. Tag: title -#: hardware.xml:1904 +#: hardware.xml:1942 #, no-c-format msgid "Un*x or GNU system" msgstr "Система Un*x или GNU" #. Tag: para -#: hardware.xml:1906 +#: hardware.xml:1944 #, no-c-format msgid "" "If you are running another Unix-like system, you could use it to install " @@ -3736,13 +3761,13 @@ msgstr "" "linkend=\"linux-upgrade\"/>." #. Tag: title -#: hardware.xml:1918 +#: hardware.xml:1956 #, no-c-format msgid "Supported Storage Systems" msgstr "Поддерживаемые системы хранения" #. Tag: para -#: hardware.xml:1920 +#: hardware.xml:1958 #, no-c-format msgid "" "The Debian boot disks contain a kernel which is built to maximize the number " @@ -3762,7 +3787,7 @@ msgstr "" "Debian сможет быть установлен на широком спектре оборудования." #. Tag: para -#: hardware.xml:1930 +#: hardware.xml:1968 #, no-c-format msgid "" "Generally, the Debian installation system includes support for floppies, IDE " @@ -3776,7 +3801,7 @@ msgstr "" "расширения FAT (VFAT) и NTFS." #. Tag: para -#: hardware.xml:1937 +#: hardware.xml:1975 #, no-c-format msgid "" "Disk interfaces that emulate the AT hard disk interface " @@ -3795,7 +3820,7 @@ msgstr "" "ulink>." #. Tag: para -#: hardware.xml:1947 +#: hardware.xml:1985 #, no-c-format msgid "" "Pretty much all storage systems supported by the Linux kernel are supported " @@ -3813,7 +3838,7 @@ msgstr "" "(FAT). Amiga поддерживает файловую систему FAT и HFS как модуль." #. Tag: para -#: hardware.xml:1957 +#: hardware.xml:1995 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3837,7 +3862,7 @@ msgstr "" "SPARC." #. Tag: para -#: hardware.xml:1990 +#: hardware.xml:2028 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3853,7 +3878,7 @@ msgstr "" "Jensen смотрите в )" #. Tag: para -#: hardware.xml:1999 +#: hardware.xml:2037 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3865,7 +3890,7 @@ msgstr "" "поддерживает гибкие диски на системах CHRP вообще." #. Tag: para -#: hardware.xml:2005 +#: hardware.xml:2043 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3877,7 +3902,7 @@ msgstr "" "поддерживает дисководы." #. Tag: para -#: hardware.xml:2011 +#: hardware.xml:2049 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3887,7 +3912,7 @@ msgstr "" "также системой загрузки." #. Tag: para -#: hardware.xml:2016 +#: hardware.xml:2054 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3899,13 +3924,13 @@ msgstr "" "старой схемой дисков Linux (ldl) и новой общей схемой дисков S/390 (cdl)." #. Tag: title -#: hardware.xml:2033 +#: hardware.xml:2071 #, no-c-format msgid "Peripherals and Other Hardware" msgstr "Периферия и другое оборудование" #. Tag: para -#: hardware.xml:2034 +#: hardware.xml:2072 #, no-c-format msgid "" "Linux supports a large variety of hardware devices such as mice, printers, " @@ -3917,7 +3942,7 @@ msgstr "" "требуются для установки системы." #. Tag: para -#: hardware.xml:2040 +#: hardware.xml:2078 #, no-c-format msgid "" "USB hardware generally works fine, only some USB keyboards may require " @@ -3928,7 +3953,7 @@ msgstr "" ")." #. Tag: para -#: hardware.xml:2046 +#: hardware.xml:2084 #, no-c-format msgid "" "Again, see the Linux Hardware " @@ -3940,7 +3965,7 @@ msgstr "" "HOWTO." #. Tag: para -#: hardware.xml:2052 +#: hardware.xml:2090 #, no-c-format msgid "" "Package installations from XPRAM and tape are not supported by this system. " @@ -3952,7 +3977,7 @@ msgstr "" "сети с использованием NFS, HTTP или FTP." #. Tag: para -#: hardware.xml:2058 +#: hardware.xml:2096 #, no-c-format msgid "" "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 " @@ -3964,7 +3989,7 @@ msgstr "" "четыре 64-битных PCI слота." #. Tag: para -#: hardware.xml:2064 +#: hardware.xml:2102 #, no-c-format msgid "" "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 " @@ -3978,13 +4003,13 @@ msgstr "" "устройства, но Qube содержит один слот PCI." #. Tag: title -#: hardware.xml:2074 +#: hardware.xml:2112 #, no-c-format msgid "Purchasing Hardware Specifically for GNU/Linux" msgstr "Покупка аппаратного обеспечения специально для GNU/Linux" #. Tag: para -#: hardware.xml:2076 +#: hardware.xml:2114 #, no-c-format msgid "" "There are several vendors, who ship systems with Debian or other " @@ -4000,7 +4025,7 @@ msgstr "" "аппаратное обеспечение хорошо поддерживается GNU/Linux." #. Tag: para -#: hardware.xml:2084 +#: hardware.xml:2122 #, no-c-format msgid "" "Unfortunately, it's quite rare to find any vendor shipping new &arch-title; " @@ -4010,7 +4035,7 @@ msgstr "" "title;." #. Tag: para -#: hardware.xml:2089 +#: hardware.xml:2127 #, no-c-format msgid "" "If you do have to buy a machine with Windows bundled, carefully read the " @@ -4025,7 +4050,7 @@ msgstr "" "словам windows refund может дать полезную информацию об этом." #. Tag: para -#: hardware.xml:2097 +#: hardware.xml:2135 #, no-c-format msgid "" "Whether or not you are purchasing a system with Linux bundled, or even a " @@ -4042,13 +4067,13 @@ msgstr "" "продавцов аппаратного обеспечения." #. Tag: title -#: hardware.xml:2108 +#: hardware.xml:2146 #, no-c-format msgid "Avoid Proprietary or Closed Hardware" msgstr "Избегайте собственнического или закрытого аппаратного обеспечения" #. Tag: para -#: hardware.xml:2109 +#: hardware.xml:2147 #, no-c-format msgid "" "Some hardware manufacturers simply won't tell us how to write drivers for " @@ -4062,7 +4087,7 @@ msgstr "" "выпускать исходный код под Linux." #. Tag: para -#: hardware.xml:2116 +#: hardware.xml:2154 #, no-c-format msgid "" "Another example is the proprietary hardware in the older Macintosh line. In " @@ -4083,7 +4108,7 @@ msgstr "" "других переносов Linux." #. Tag: para -#: hardware.xml:2127 +#: hardware.xml:2165 #, no-c-format msgid "" "Since we haven't been granted access to the documentation on these devices, " @@ -4097,13 +4122,13 @@ msgstr "" "сообщество свободного программного обеспечения тоже важный рынок." #. Tag: title -#: hardware.xml:2139 +#: hardware.xml:2177 #, no-c-format msgid "Windows-specific Hardware" msgstr "Аппаратное обеспечение, работающее только в Windows" #. Tag: para -#: hardware.xml:2140 +#: hardware.xml:2178 #, no-c-format msgid "" "A disturbing trend is the proliferation of Windows-specific modems and " @@ -4129,7 +4154,7 @@ msgstr "" "интеллект." #. Tag: para -#: hardware.xml:2153 +#: hardware.xml:2191 #, no-c-format msgid "" "You should avoid Windows-specific hardware for two reasons. The first is " @@ -4168,7 +4193,7 @@ msgstr "" "урезают задачи, выполняемые самими устройствами." #. Tag: para -#: hardware.xml:2174 +#: hardware.xml:2212 #, no-c-format msgid "" "You can help improve this situation by encouraging these manufacturers to " @@ -4184,13 +4209,13 @@ msgstr "" "\">Linux Hardware Compatibility HOWTO." #. Tag: title -#: hardware.xml:2187 +#: hardware.xml:2225 #, no-c-format msgid "Fake or Virtual Parity RAM" msgstr "Фальшивая или виртуальная чётность оперативной памяти" #. Tag: para -#: hardware.xml:2188 +#: hardware.xml:2226 #, no-c-format msgid "" "If you ask for Parity RAM in a computer store, you'll probably get " @@ -4218,7 +4243,7 @@ msgstr "" "покупаете один дополнительный бит памяти на каждые 8." #. Tag: para -#: hardware.xml:2203 +#: hardware.xml:2241 #, no-c-format msgid "" "If you want complete information on &arch-title; RAM issues, and what is the " @@ -4230,7 +4255,7 @@ msgstr "" "Hardware FAQ." #. Tag: para -#: hardware.xml:2209 +#: hardware.xml:2247 #, no-c-format msgid "Most, if not all, Alpha systems require true-parity RAM." msgstr "" @@ -4238,13 +4263,13 @@ msgstr "" "настоящей чётностью." #. Tag: title -#: hardware.xml:2224 +#: hardware.xml:2262 #, no-c-format msgid "Memory and Disk Space Requirements" msgstr "Требования к памяти и дисковому пространству" #. Tag: para -#: hardware.xml:2226 +#: hardware.xml:2264 #, no-c-format msgid "" "You must have at least &minimum-memory; of memory and &minimum-fs-size; of " @@ -4262,7 +4287,7 @@ msgstr "" "настольной системы вам понадобится несколько гигабайт." #. Tag: para -#: hardware.xml:2235 +#: hardware.xml:2273 #, no-c-format msgid "" "On the Amiga the size of FastRAM is relevant towards the total memory " @@ -4279,7 +4304,7 @@ msgstr "" "память автоматически." #. Tag: para -#: hardware.xml:2244 +#: hardware.xml:2282 #, no-c-format msgid "" "On the Atari, both ST-RAM and Fast RAM (TT-RAM) are used by Linux. Many " @@ -4293,7 +4318,7 @@ msgstr "" "как минимум, 2 МБ ST-RAM. Понадобится также не менее 12 МБ TT-RAM." #. Tag: para -#: hardware.xml:2252 +#: hardware.xml:2290 #, no-c-format msgid "" "On the Macintosh, care should be taken on machines with RAM-based video " @@ -4308,19 +4333,19 @@ msgstr "" "памяти должен быть не менее 4 МБ." #. Tag: emphasis -#: hardware.xml:2262 +#: hardware.xml:2300 #, no-c-format msgid "FIXME: is this still true?" msgstr "FIXME: это всё ещё верно?" #. Tag: title -#: hardware.xml:2273 +#: hardware.xml:2311 #, no-c-format msgid "Network Connectivity Hardware" msgstr "Аппаратура для подключения к сети" #. Tag: para -#: hardware.xml:2275 +#: hardware.xml:2313 #, no-c-format msgid "" "Most PCI and many older ISA network cards are supported. Some network " @@ -4342,7 +4367,7 @@ msgstr "" "дисками: ни платы, ни протоколы." #. Tag: para -#: hardware.xml:2294 +#: hardware.xml:2332 #, no-c-format msgid "" "As for ISDN, the D-channel protocol for the (old) German 1TR6 is not " @@ -4352,7 +4377,7 @@ msgstr "" "1TR6 и платы Spellcaster BRI ISDN." #. Tag: para -#: hardware.xml:2302 +#: hardware.xml:2340 #, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel should also " @@ -4366,7 +4391,7 @@ msgstr "" "ulink>." #. Tag: para -#: hardware.xml:2311 +#: hardware.xml:2349 #, no-c-format msgid "" "The following network interface cards (NICs) are supported from the bootable " @@ -4376,19 +4401,19 @@ msgstr "" "ядром:" #. Tag: para -#: hardware.xml:2317 +#: hardware.xml:2355 #, no-c-format msgid "Sun LANCE" msgstr "Sun LANCE" #. Tag: para -#: hardware.xml:2323 +#: hardware.xml:2361 #, no-c-format msgid "Sun Happy Meal" msgstr "Sun Happy Meal" #. Tag: para -#: hardware.xml:2331 +#: hardware.xml:2369 #, no-c-format msgid "" "The following network interface cards are supported as modules. They can be " @@ -4400,27 +4425,27 @@ msgstr "" "магии OpenPROM, вы всё ещё должны уметь загружаться с этих устройств:" #. Tag: para -#: hardware.xml:2339 +#: hardware.xml:2377 #, no-c-format msgid "Sun BigMAC" msgstr "Sun BigMAC" #. Tag: para -#: hardware.xml:2345 +#: hardware.xml:2383 #, no-c-format msgid "Sun QuadEthernet" msgstr "Sun QuadEthernet" #. Tag: para -#: hardware.xml:2350 +#: hardware.xml:2388 #, no-c-format msgid "MyriCOM Gigabit Ethernet" msgstr "MyriCOM Gigabit Ethernet" # index.docbook:2333, index.docbook:2339, index.docbook:2345 #. Tag: para -#: hardware.xml:2357 hardware.xml:2363 hardware.xml:2369 hardware.xml:2375 -#: hardware.xml:2381 +#: hardware.xml:2395 hardware.xml:2401 hardware.xml:2407 hardware.xml:2413 +#: hardware.xml:2419 #, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel should also " @@ -4432,7 +4457,7 @@ msgstr "" "модуль." #. Tag: para -#: hardware.xml:2387 +#: hardware.xml:2425 #, no-c-format msgid "" "Due to kernel limitations only the onboard network interfaces on DECstations " @@ -4443,7 +4468,7 @@ msgstr "" "не работают." #. Tag: para -#: hardware.xml:2393 +#: hardware.xml:2431 #, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel is also be " @@ -4457,33 +4482,34 @@ msgstr "" "Вот список поддерживаемых сетевых устройств:" #. Tag: para -#: hardware.xml:2401 +#: hardware.xml:2439 #, no-c-format msgid "Channel to Channel (CTC) and ESCON connection (real or emulated)" msgstr "Channel to Channel (CTC) или ESCON connection (реальная или эмуляция)" #. Tag: para -#: hardware.xml:2406 +#: hardware.xml:2444 #, no-c-format msgid "OSA-2 Token Ring/Ethernet and OSA-Express Fast Ethernet (non-QDIO)" msgstr "OSA-2 Token Ring/Ethernet или OSA-Express Fast Ethernet (не-QDIO)" #. Tag: para -#: hardware.xml:2411 +#: hardware.xml:2449 #, no-c-format -msgid "Inter-User Communication Vehicle (IUCV) — available for VM guests only" +msgid "" +"Inter-User Communication Vehicle (IUCV) — available for VM guests only" msgstr "" "Inter-User Communication Vehicle (IUCV) — доступно только для гостевых " "VM" #. Tag: para -#: hardware.xml:2416 +#: hardware.xml:2454 #, no-c-format msgid "OSA-Express in QDIO mode, HiperSockets and Guest-LANs" msgstr "OSA-Express в режиме QDIO, HiperSockets и Guest-LANs" #. Tag: para -#: hardware.xml:2425 +#: hardware.xml:2463 #, no-c-format msgid "" "The following network interface cards are supported directly by the boot " @@ -4493,19 +4519,19 @@ msgstr "" "на машинах Netwinder и CATS:" #. Tag: para -#: hardware.xml:2431 +#: hardware.xml:2469 #, no-c-format msgid "PCI-based NE2000" msgstr "PCI-карты NE2000" #. Tag: para -#: hardware.xml:2437 +#: hardware.xml:2475 #, no-c-format msgid "DECchip Tulip" msgstr "DECchip Tulip" #. Tag: para -#: hardware.xml:2444 +#: hardware.xml:2482 #, no-c-format msgid "" "The following network interface cards are supported directly by the boot " @@ -4515,25 +4541,25 @@ msgstr "" "на RiscPC:" #. Tag: para -#: hardware.xml:2450 +#: hardware.xml:2488 #, no-c-format msgid "Ether1" msgstr "Ether1" #. Tag: para -#: hardware.xml:2455 +#: hardware.xml:2493 #, no-c-format msgid "Ether3" msgstr "Ether3" #. Tag: para -#: hardware.xml:2460 +#: hardware.xml:2498 #, no-c-format msgid "EtherH" msgstr "EtherH" #. Tag: para -#: hardware.xml:2467 +#: hardware.xml:2505 #, no-c-format msgid "" "If your card is mentioned in the lists above, the complete installation can " @@ -4543,7 +4569,7 @@ msgstr "" "по сети, без использования компакт-дисков или дискет." #. Tag: para -#: hardware.xml:2473 +#: hardware.xml:2511 #, no-c-format msgid "" "Any other network interface card (NIC) supported by the Linux kernel should " @@ -4556,3 +4582,26 @@ msgstr "" "драйвер платы как модуль; это означает, что вы будете устанавливать ядро " "операционной системы и модули с использованием каких-то других носителей." +#~ msgid "riscpc" +#~ msgstr "riscpc" + +#~ msgid "prep" +#~ msgstr "prep" + +#~ msgid "r5k-ip22" +#~ msgstr "r5k-ip22" + +#~ msgid "power3" +#~ msgstr "power3" + +#~ msgid "" +#~ "Macintosh computers using the 680x0 series of processors are not in the " +#~ "PowerPC family but are instead m68k machines. Those models start with " +#~ "Mac II or have a 3-digit model number such as Centris 650 " +#~ "or Quadra 950. Apple's pre-iMac PowerPC model numbers have four digits." +#~ msgstr "" +#~ "Компьютеры Macintosh на основе процессоров серии 680x0 принадлежат не к " +#~ "семейству PowerPC, а к семейству m68k. Название этих моделей начинается с " +#~ "Mac II или содержат трёхзначный номер модели (например, " +#~ "Centris 650 или Quadra 950). Номера моделей Apple на основе PowerPC до " +#~ "iMac состоят из четырёх цифр." diff --git a/po/ru/using-d-i.po b/po/ru/using-d-i.po index 32849270e..ce510bca5 100644 --- a/po/ru/using-d-i.po +++ b/po/ru/using-d-i.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: using-d-i\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-06-24 19:23+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-03-25 13:44+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -1987,14 +1987,16 @@ msgstr "" #. Tag: para #: using-d-i.xml:1212 -#, no-c-format +#, fuzzy, no-c-format msgid "" "Next, you should choose Configure software RAID " -"from the main partman menu. On the first screen of " -"mdcfg simply select Create MD device. You will be presented with a list of supported types of MD " -"devices, from which you should choose one (e.g. RAID1). What follows depends " -"on the type of MD you selected." +"from the main partman menu. (The menu will only appear " +"after you mark at least one partition for use as physical " +"volume for RAID.) On the first screen of mdcfg simply select Create MD device. You will " +"be presented with a list of supported types of MD devices, from which you " +"should choose one (e.g. RAID1). What follows depends on the type of MD you " +"selected." msgstr "" "Далее, вы должны выбрать Настройка программного RAID из главного меню partman. На первом экране " @@ -2004,7 +2006,7 @@ msgstr "" "зависят от типа выбранного MD." #. Tag: para -#: using-d-i.xml:1223 +#: using-d-i.xml:1225 #, no-c-format msgid "" "RAID0 is simple — you will be issued with the list of available RAID " @@ -2015,7 +2017,7 @@ msgstr "" "вашей задачей будет выбор разделов, из которых вы хотите сформировать MD." #. Tag: para -#: using-d-i.xml:1230 +#: using-d-i.xml:1232 #, no-c-format msgid "" "RAID1 is a bit more tricky. First, you will be asked to enter the number of " @@ -2035,7 +2037,7 @@ msgstr "" "позволит вам продолжить, пока вы не исправите ошибку." #. Tag: para -#: using-d-i.xml:1242 +#: using-d-i.xml:1244 #, no-c-format msgid "" "RAID5 has similar setup procedure as RAID1 with the exception that you need " @@ -2045,7 +2047,7 @@ msgstr "" "использовать как минимум три активных раздела." #. Tag: para -#: using-d-i.xml:1250 +#: using-d-i.xml:1252 #, no-c-format msgid "" "It is perfectly possible to have several types of MD at once. For example if " @@ -2063,7 +2065,7 @@ msgstr "" "/home)." #. Tag: para -#: using-d-i.xml:1259 +#: using-d-i.xml:1261 #, no-c-format msgid "" "After you setup MD devices to your liking, you can Finishpassphrase used when the encrypted partition was " +"originally created. This feature is useful to protect sensitive data in case " +"your laptop or hard drive gets stolen. The thief might get physical access " +"to the hard drive, but without knowing the right passphrase, the data on the " +"hard drive will look like random characters." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1289 +#, no-c-format +msgid "" +"The two most important partitions to encrypt are: the home partition, where " +"your private data resides, and the swap partition, where sensitive data " +"might be stored temporarily during operation. Of course, nothing prevents " +"you from encrypting any other partitions that might be of interest. For " +"example /var where database servers, mail servers or " +"print servers store their data, or /tmp which is used " +"by various programs to store potentially interesting temporary files. Some " +"people may even want to encrypt their whole system. The only exception is " +"the /boot partition which must remain unencrypted, " +"because currently there is no way to load the kernel from an encrypted " +"partition." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1304 +#, no-c-format +msgid "" +"Please note that the performance of encrypted partitions will be less than " +"that of unencrypted ones because the data needs to be decrypted or encrypted " +"for every read or write. The performance impact depends on your CPU speed, " +"chosen cipher and a key length." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1311 +#, no-c-format +msgid "" +"To use encryption, you have to create a new partition by selecting some free " +"space in the main partitioning menu. Another option is to choose an existing " +"partition (e.g. a regular partition, an LVM logical volume or a RAID " +"volume). In the Partition setting menu, you need to " +"select physical volume for encryption at the " +" Use as: option. The menu will " +"then change to include several cryptographic options for the partition." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1322 +#, no-c-format +msgid "" +"&d-i; supports several encryption methods. The default method is " +"dm-crypt (included in newer Linux kernels, able to " +"host LVM physical volumes), the other is loop-AES " +"(older, maintained separately from the Linux kernel tree). Unless you have " +"compelling reasons to do otherwise, it is recommended to use the default." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1334 +#, no-c-format +msgid "" +"First, let's have a look at available options available when you select " +"Device-mapper (dm-crypt) as the encryption method. As " +"always: when in doubt, use the defaults, because they have been carefully " +"chosen with security in mind." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1344 +#, no-c-format +msgid "Encryption: aes" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1346 +#, no-c-format +msgid "" +"This option lets you select the encryption algorithm (cipher) which will be used to encrypt the data on the partition. &d-i; " +"currently supports the following block ciphers: aes, " +"blowfish, serpent, and " +"twofish. It is beyond the scope of this document to " +"discuss the qualities of these different algorithms, however, it might help " +"your decision to know that in 2000, AES was chosen by " +"the American National Institute of Standards and Technology as the standard " +"encryption algorithm for protecting sensitive information in the 21st " +"century." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1364 +#, no-c-format +msgid "Key size: 256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1366 +#, no-c-format +msgid "" +"Here you can specify the length of the encryption key. With a larger key " +"size, the strength of the encryption is generally improved. On the other " +"hand, increasing the length of the key usually has a negative impact on " +"performance. Available key sizes vary depending on the cipher." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1378 +#, no-c-format +msgid "IV algorithm: cbc-essiv:sha256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1380 +#, no-c-format +msgid "" +"The Initialization Vector or IV algorithm is used in cryptography to ensure that applying the " +"cipher on the same clear text data with the same key " +"always produces a unique cipher text. The idea is to " +"prevent the attacker from deducing information from repeated patterns in the " +"encrypted data." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1390 +#, no-c-format +msgid "" +"From the provided alternatives, the default cbc-essiv:sha256 is currently the least vulnerable to known attacks. Use the other " +"alternatives only when you need to ensure compatibility with some previously " +"installed system that is not able to use newer algorithms." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1402 +#, no-c-format +msgid "Encryption key: Passphrase" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1404 +#, no-c-format +msgid "Here you can choose the type of the encryption key for this partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1410 +#, no-c-format +msgid "Passphrase" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1411 +#, no-c-format +msgid "" +"The encryption key will be computed Using a passphrase as " +"the key currently means that the partition will be set up using LUKS. on the basis of a passphrase " +"which you will be able to enter later in the process." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1426 using-d-i.xml:1519 +#, no-c-format +msgid "Random key" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1427 +#, no-c-format +msgid "" +"A new encryption key will be generated from random data each time you try to " +"bring up the encrypted partition. In other words: on every shutdown the " +"content of the partition will be lost as the key is deleted from memory. (Of " +"course, you could try to guess the key with a brute force attack, but unless " +"there is an unknown weakness in the cipher algorithm, it is not achievable " +"in our lifetime.)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1436 +#, no-c-format +msgid "" +"Random keys are useful for swap partitions because you do not need to bother " +"yourself with remembering the passphrase or wiping sensitive information " +"from the swap partition before shutting down your computer. However, it also " +"means that you will not be able to use the " +"suspend-to-disk functionality offered by newer Linux kernels " +"as it will be impossible (during a subsequent boot) to recover the suspended " +"data written to the swap partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1455 using-d-i.xml:1532 +#, no-c-format +msgid "Erase data: yes" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1457 +#, no-c-format +msgid "" +"Determines whether the content of this partition should be overwritten with " +"random data before setting up the encryption. This is recommended because it " +"might otherwise be possible for an attacker to discern which parts of the " +"partition are in use and which are not. In addition, this will make it " +"harder to recover any leftover data from previous " +"installations It is believed that the guys from three-letter " +"agencies can restore the data even after several rewrites of the " +"magnetooptical media, though. ." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1477 +#, no-c-format +msgid "" +"If you select Encryption method: " +"Loopback (loop-AES) , the menu " +"changes to provide the following options:" +msgstr "" + +#. Tag: term +#: using-d-i.xml:1486 +#, no-c-format +msgid "Encryption: AES256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1488 +#, no-c-format +msgid "" +"For loop-AES, unlike dm-crypt, the options for cipher and key size are " +"combined, so you can select both at the same time. Please see the above " +"sections on ciphers and key sizes for further information." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1498 +#, no-c-format +msgid "Encryption key: Keyfile (GnuPG)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1500 +#, no-c-format +msgid "Here you can select the type of the encryption key for this partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1506 +#, no-c-format +msgid "Keyfile (GnuPG)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1507 +#, no-c-format +msgid "" +"The encryption key will be generated from random data during the " +"installation. Moreover this key will be encrypted with GnuPG, so to use it, you will need to enter the proper passphrase " +"(you will be asked to provide one later in the process)." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1520 +#, no-c-format +msgid "Please see the the section on random keys above." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1534 +#, no-c-format +msgid "Please see the the section on erasing data above." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1543 +#, no-c-format +msgid "" +"Please note that the graphical version of the installer " +"still has some limitations when compared to the textual one. For " +"cryptography it means you can set up only volumes using " +"passphrases as the encryption keys." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1550 +#, no-c-format +msgid "" +"After you have selected the desired parameters for your encrypted " +"partitions, return back to the main partitioning menu. There should now be a " +"new menu item called Configure encrypted volumes. After " +"you select it, you will be asked to confirm the deletion of data on " +"partitions marked to be erased and possibly other actions such as writing a " +"new partition table. For large partitions this might take some time." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1561 +#, no-c-format +msgid "" +"Next you will be asked to enter a passphrase for partitions configured to " +"use one. Good passphrases should be longer than 8 characters, should be a " +"mixture of letters, numbers and other characters and should not contain " +"common dictionary words or information easily associable with you (such as " +"birthdates, hobbies, pet names, names of family members or relatives, etc.)." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1570 +#, no-c-format +msgid "" +"Before you input any passphrases, you should have made sure that your " +"keyboard is configured correctly and generates the expected characters. If " +"you are unsure, you can switch to the second virtual console and type some " +"text at the prompt. This ensures that you won't be surprised later, e.g. by " +"trying to input a passphrase using a qwerty keyboard layout when you used an " +"azerty layout during the installation. This situation can have several " +"causes. Maybe you switched to another keyboard layout during the " +"installation, or the selected keyboard layout might not have been set up yet " +"when entering the passphrase for the root file system." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1583 +#, no-c-format +msgid "" +"If you selected to use methods other than a passphrase to create encryption " +"keys, they will be generated now. Because the kernel may not have gathered a " +"sufficient amount of entropy at this early stage of the installation, the " +"process may take a long time. You can help speed up the process by " +"generating entropy: e.g. by pressing random keys, or by switching to the " +"shell on the second virtual console and generating some network and disk " +"traffic (downloading some files, feeding big files into /dev/null, etc.). This will be repeated for each partition to be encrypted." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1599 +#, no-c-format +msgid "" +"After returning to the main partitioning menu, you will see all encrypted " +"volumes as additional partitions which can be configured in the same way as " +"ordinary partitions. The following example shows two different volumes. The " +"first one is encrypted via dm-crypt, the second one via loop-AES. " +"\n" +"Encrypted volume (crypt0) - 115.1 GB Linux device-" +"mapper\n" +" #1 115.1 GB F ext3\n" +"\n" +"Loopback (loop0) - 515.2 MB AES256 keyfile\n" +" #1 515.2 MB F ext3\n" +" Now is the time to assign mount points to the " +"volumes and optionally change the file system types if the defaults do not " +"suit you." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1612 +#, no-c-format +msgid "" +"One thing to note here are the identifiers in parentheses " +"(crypt0 and loop0 in " +"this case) and the mount points you assigned to each encrypted volume. You " +"will need this information later when booting the new system. The " +"differences between ordinary boot process and boot process with encryption " +"involved will be covered later in ." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1622 +#, no-c-format +msgid "" +"Once you are satisfied with the partitioning scheme, continue with the " +"installation." +msgstr "" + +#. Tag: title +#: using-d-i.xml:1633 #, no-c-format msgid "Setting up the System" msgstr "Настройка системы" #. Tag: para -#: using-d-i.xml:1273 +#: using-d-i.xml:1634 #, no-c-format msgid "" "After partitioning the installer asks a few more questions that will be used " @@ -2093,13 +2488,13 @@ msgstr "" "настройки устанавливаемой системы." #. Tag: title -#: using-d-i.xml:1285 +#: using-d-i.xml:1646 #, no-c-format msgid "Configuring Your Time Zone" msgstr "Настройка часового пояса" #. Tag: para -#: using-d-i.xml:1287 +#: using-d-i.xml:1648 #, no-c-format msgid "" "Depending on the location selected at the beginning of the installation " @@ -2113,13 +2508,13 @@ msgstr "" "выберет этот часовой пояс." #. Tag: title -#: using-d-i.xml:1303 +#: using-d-i.xml:1664 #, no-c-format msgid "Configuring the Clock" msgstr "Настройка времени" #. Tag: para -#: using-d-i.xml:1305 +#: using-d-i.xml:1666 #, no-c-format msgid "" "The installer might ask you if the computer's clock is set to UTC. Normally " @@ -2133,7 +2528,7 @@ msgstr "" "установлено других операционных систем." #. Tag: para -#: using-d-i.xml:1312 +#: using-d-i.xml:1673 #, no-c-format msgid "" "In expert mode you will always be able to choose whether or not the clock is " @@ -2152,7 +2547,7 @@ msgstr "" "время вместо GMT." #. Tag: para -#: using-d-i.xml:1323 +#: using-d-i.xml:1684 #, no-c-format msgid "" "Note that the installer does not currently allow you to actually set the " @@ -2165,19 +2560,19 @@ msgstr "" "неправильное или если оно раньше показывало время не по Гринвичу." #. Tag: title -#: using-d-i.xml:1339 +#: using-d-i.xml:1700 #, no-c-format msgid "Setting Up Users And Passwords" msgstr "Добавление пользователей и паролей" #. Tag: title -#: using-d-i.xml:1342 +#: using-d-i.xml:1703 #, no-c-format msgid "Set the Root Password" msgstr "Установка пароля суперпользователя (root)" #. Tag: para -#: using-d-i.xml:1344 +#: using-d-i.xml:1705 #, no-c-format msgid "" "The root account is also called the super-" @@ -2192,7 +2587,7 @@ msgstr "" "время." #. Tag: para -#: using-d-i.xml:1352 +#: using-d-i.xml:1713 #, no-c-format msgid "" "Any password you create should contain at least 6 characters, and should " @@ -2208,7 +2603,7 @@ msgstr "" "персональной информации, которую можно угадать." #. Tag: para -#: using-d-i.xml:1360 +#: using-d-i.xml:1721 #, no-c-format msgid "" "If anyone ever tells you they need your root password, be extremely wary. " @@ -2221,13 +2616,13 @@ msgstr "" "администраторами." #. Tag: title -#: using-d-i.xml:1370 +#: using-d-i.xml:1731 #, no-c-format msgid "Create an Ordinary User" msgstr "Создание учётной записи обычного пользователя" #. Tag: para -#: using-d-i.xml:1372 +#: using-d-i.xml:1733 #, no-c-format msgid "" "The system will ask you whether you wish to create an ordinary user account " @@ -2242,7 +2637,7 @@ msgstr "" "персональной учётной записи." #. Tag: para -#: using-d-i.xml:1379 +#: using-d-i.xml:1740 #, no-c-format msgid "" "Why not? Well, one reason to avoid using root's privileges is that it is " @@ -2263,7 +2658,7 @@ msgstr "" "прочтите одну из них, если это для вас в новинку." #. Tag: para -#: using-d-i.xml:1389 +#: using-d-i.xml:1750 #, no-c-format msgid "" "You will first be prompted for the user's full name. Then you'll be asked " @@ -2276,7 +2671,7 @@ msgstr "" "вполне подойдёт. И, наконец, вас попросят ввести пароль учётной записи." #. Tag: para -#: using-d-i.xml:1396 +#: using-d-i.xml:1757 #, no-c-format msgid "" "If at any point after installation you would like to create another account, " @@ -2286,13 +2681,13 @@ msgstr "" "запись, воспользуйтесь командой adduser." #. Tag: title -#: using-d-i.xml:1408 +#: using-d-i.xml:1769 #, no-c-format msgid "Installing the Base System" msgstr "Установка базовой системы" #. Tag: para -#: using-d-i.xml:1409 +#: using-d-i.xml:1770 #, no-c-format msgid "" "Although this stage is the least problematic, it consumes a significant " @@ -2306,13 +2701,13 @@ msgstr "" "может занять определённое время." #. Tag: title -#: using-d-i.xml:1423 +#: using-d-i.xml:1784 #, no-c-format msgid "Base System Installation" msgstr "Установка базовой системы" #. Tag: para -#: using-d-i.xml:1425 +#: using-d-i.xml:1786 #, no-c-format msgid "" "During the Base installation, package unpacking and setup messages are " @@ -2328,7 +2723,7 @@ msgstr "" "нажмите левый AltF1." #. Tag: para -#: using-d-i.xml:1435 +#: using-d-i.xml:1796 #, no-c-format msgid "" "The unpack/setup messages generated by the base installation are saved in " @@ -2340,7 +2735,7 @@ msgstr "" "файле /var/log/syslog." #. Tag: para -#: using-d-i.xml:1441 +#: using-d-i.xml:1802 #, no-c-format msgid "" "As part of the installation, a Linux kernel will be installed. At the " @@ -2354,13 +2749,13 @@ msgstr "" "списка доступных ядер." #. Tag: title -#: using-d-i.xml:1454 +#: using-d-i.xml:1815 #, no-c-format msgid "Installing Additional Software" msgstr "Установка дополнительного программного обеспечения" #. Tag: para -#: using-d-i.xml:1455 +#: using-d-i.xml:1816 #, no-c-format msgid "" "After the base system is installed, you have a usable but limited system. " @@ -2377,13 +2772,13 @@ msgstr "" "с сетью." #. Tag: title -#: using-d-i.xml:1469 +#: using-d-i.xml:1830 #, no-c-format msgid "Configuring apt" msgstr "Настройка apt" #. Tag: para -#: using-d-i.xml:1471 +#: using-d-i.xml:1832 #, no-c-format msgid "" "The main means that people use to install packages on their system is via a " @@ -2417,7 +2812,7 @@ msgstr "" "(поиск пакетов и отображение состояния) в отличном интерфейсе пользователя." #. Tag: para -#: using-d-i.xml:1495 +#: using-d-i.xml:1856 #, no-c-format msgid "" "apt must be configured so that it knows where to retrieve " @@ -2434,13 +2829,13 @@ msgstr "" "его по желаю после завершения установки." #. Tag: title -#: using-d-i.xml:1511 +#: using-d-i.xml:1872 #, no-c-format msgid "Selecting and Installing Software" msgstr "Выбор и установка программного обеспечения" #. Tag: para -#: using-d-i.xml:1513 +#: using-d-i.xml:1874 #, no-c-format msgid "" "During the installation process, you are given the opportunity to select " @@ -2457,7 +2852,7 @@ msgstr "" "настроить компьютер на выполнение определённых задач." #. Tag: para -#: using-d-i.xml:1522 +#: using-d-i.xml:1883 #, no-c-format msgid "" "So, you have the ability to choose tasks first, and " @@ -2492,7 +2887,7 @@ msgstr "" "необходимое пространство для возможных задач." #. Tag: para -#: using-d-i.xml:1547 +#: using-d-i.xml:1908 #, no-c-format msgid "" "Once you've selected your tasks, select Ok. At this " @@ -2502,7 +2897,7 @@ msgstr "" "aptitude начнёт установку выбранных пакетов. " #. Tag: para -#: using-d-i.xml:1554 +#: using-d-i.xml:1915 #, no-c-format msgid "" "In the standard user interface of the installer, you can use the space bar " @@ -2512,7 +2907,7 @@ msgstr "" "отмены задач используется клавиша пробел." #. Tag: para -#: using-d-i.xml:1561 +#: using-d-i.xml:1922 #, no-c-format msgid "" "Note that some tasks may be pre-selected based on the characteristics of the " @@ -2526,7 +2921,7 @@ msgstr "" "можете вообще ничего не устанавливать с помощью задач." #. Tag: para -#: using-d-i.xml:1569 +#: using-d-i.xml:1930 #, no-c-format msgid "" "Each package you selected with tasksel is downloaded, " @@ -2541,13 +2936,13 @@ msgstr "" "этого процесса." #. Tag: title -#: using-d-i.xml:1578 +#: using-d-i.xml:1939 #, no-c-format msgid "Configuring Your Mail Transport Agent" msgstr "Настройка программы пересылки почты (MTA)" #. Tag: para -#: using-d-i.xml:1580 +#: using-d-i.xml:1941 #, no-c-format msgid "" "Today, email is a very important part of many people's life, so it's no " @@ -2563,7 +2958,7 @@ msgstr "" "маленькая, гибкая и лёгкая в освоении программа." #. Tag: para -#: using-d-i.xml:1588 +#: using-d-i.xml:1949 #, no-c-format msgid "" "You may ask if this is needed even if your computer is not connected to any " @@ -2578,7 +2973,7 @@ msgstr "" "электронной почте." #. Tag: para -#: using-d-i.xml:1596 +#: using-d-i.xml:1957 #, no-c-format msgid "" "So on the first screen you will be presented with several common mail " @@ -2588,13 +2983,13 @@ msgstr "" "Выберите тот, который подходит вам больше всего:" #. Tag: term -#: using-d-i.xml:1605 +#: using-d-i.xml:1966 #, no-c-format msgid "internet site" msgstr "интернет-сайт" #. Tag: para -#: using-d-i.xml:1606 +#: using-d-i.xml:1967 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -2608,13 +3003,13 @@ msgstr "" "которых вы принимаете или передаёте почту." #. Tag: term -#: using-d-i.xml:1617 +#: using-d-i.xml:1978 #, no-c-format msgid "mail sent by smarthost" msgstr "отправка почты через компьютер-шлюз (smarthost)" #. Tag: para -#: using-d-i.xml:1618 +#: using-d-i.xml:1979 #, no-c-format msgid "" "In this scenario is your outgoing mail forwarded to another machine, called " @@ -2633,13 +3028,13 @@ msgstr "" "подключение по телефонной линии." #. Tag: term -#: using-d-i.xml:1631 +#: using-d-i.xml:1992 #, no-c-format msgid "local delivery only" msgstr "доставка только локальной почты" #. Tag: para -#: using-d-i.xml:1632 +#: using-d-i.xml:1993 #, no-c-format msgid "" "Your system is not on a network and mail is sent or received only between " @@ -2657,13 +3052,13 @@ msgstr "" "пользователям, потому что далее не задаётся больше никаких вопросов." #. Tag: term -#: using-d-i.xml:1645 +#: using-d-i.xml:2006 #, no-c-format msgid "no configuration at this time" msgstr "в данный момент конфигурация отсутствует" #. Tag: para -#: using-d-i.xml:1646 +#: using-d-i.xml:2007 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -2677,7 +3072,7 @@ msgstr "" "пропустить некоторые важные сообщения от ваших системных утилит." #. Tag: para -#: using-d-i.xml:1657 +#: using-d-i.xml:2018 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer setup, " @@ -2693,13 +3088,13 @@ msgstr "" "filename>." #. Tag: title -#: using-d-i.xml:1672 +#: using-d-i.xml:2033 #, no-c-format msgid "Making Your System Bootable" msgstr "Установка и настройка системного загрузчика" #. Tag: para -#: using-d-i.xml:1674 +#: using-d-i.xml:2035 #, no-c-format msgid "" "If you are installing a diskless workstation, obviously, booting off the " @@ -2713,7 +3108,7 @@ msgstr "" "умолчанию; смотрите ." #. Tag: para -#: using-d-i.xml:1682 +#: using-d-i.xml:2043 #, no-c-format msgid "" "Note that multiple operating systems booting on a single machine is still " @@ -2729,13 +3124,13 @@ msgstr "" "в документации по менеджеру загрузки." #. Tag: title -#: using-d-i.xml:1697 +#: using-d-i.xml:2058 #, no-c-format msgid "Detecting other operating systems" msgstr "Обнаружение операционных систем" #. Tag: para -#: using-d-i.xml:1699 +#: using-d-i.xml:2060 #, no-c-format msgid "" "Before a boot loader is installed, the installer will attempt to probe for " @@ -2751,7 +3146,7 @@ msgstr "" "операционную систему в дополнении к Debian." #. Tag: para -#: using-d-i.xml:1707 +#: using-d-i.xml:2068 #, no-c-format msgid "" "Note that multiple operating systems booting on a single machine is still " @@ -2767,13 +3162,13 @@ msgstr "" "информацию можно найти в документации по менеджеру загрузки." #. Tag: title -#: using-d-i.xml:1725 +#: using-d-i.xml:2086 #, no-c-format msgid "Install aboot on a Hard Disk" msgstr "Установка aboot на жёсткий диск" #. Tag: para -#: using-d-i.xml:1726 +#: using-d-i.xml:2087 #, no-c-format msgid "" "If you have booted from SRM, if you select this option, the installer will " @@ -2795,13 +3190,13 @@ msgstr "" "установлен Debian, то используйте загрузку GNU/Linux с дискеты." #. Tag: title -#: using-d-i.xml:1746 +#: using-d-i.xml:2107 #, no-c-format msgid "palo-installer" msgstr "Системный загрузчик palo" #. Tag: para -#: using-d-i.xml:1747 +#: using-d-i.xml:2108 #, no-c-format msgid "" "The bootloader on PA-RISC is palo. PALO is " @@ -2817,20 +3212,20 @@ msgstr "" "есть PALO умеет работать с разделами Linux." #. Tag: para -#: using-d-i.xml:1756 +#: using-d-i.xml:2117 #, no-c-format msgid "hppa FIXME ( need more info )" msgstr "hppa FIXME (нужно больше информации)" #. Tag: title -#: using-d-i.xml:1768 +#: using-d-i.xml:2129 #, no-c-format msgid "Install the Grub Boot Loader on a Hard Disk" msgstr "" "Установка системного загрузчика Grub на жёсткий диск" #. Tag: para -#: using-d-i.xml:1770 +#: using-d-i.xml:2131 #, no-c-format msgid "" "The main &architecture; boot loader is called grub. Grub is a " @@ -2842,7 +3237,7 @@ msgstr "" "хорошим выбором по умолчанию для новичков и опытных пользователей." #. Tag: para -#: using-d-i.xml:1776 +#: using-d-i.xml:2137 #, no-c-format msgid "" "By default, grub will be installed into the Master Boot Record (MBR), where " @@ -2855,7 +3250,7 @@ msgstr "" "grub." #. Tag: para -#: using-d-i.xml:1782 +#: using-d-i.xml:2143 #, no-c-format msgid "" "If you do not want to install grub at all, use the Back button to get to the " @@ -2866,14 +3261,14 @@ msgstr "" "использовать." #. Tag: title -#: using-d-i.xml:1796 +#: using-d-i.xml:2157 #, no-c-format msgid "Install the LILO Boot Loader on a Hard Disk" msgstr "" "Установка системного загрузчика LILO на жёсткий диск" #. Tag: para -#: using-d-i.xml:1798 +#: using-d-i.xml:2159 #, no-c-format msgid "" "The second &architecture; boot loader is called LILO. It is " @@ -2890,7 +3285,7 @@ msgstr "" "ulink>." #. Tag: para -#: using-d-i.xml:1808 +#: using-d-i.xml:2169 #, no-c-format msgid "" "Currently the LILO installation will only create menu entries for other " @@ -2904,7 +3299,7 @@ msgstr "" "операционных систем, например GNU/Linux и GNU/Hurd после установки." #. Tag: para -#: using-d-i.xml:1816 +#: using-d-i.xml:2177 #, no-c-format msgid "" "&d-i; presents you three choices where to install the LILOLILO:" #. Tag: term -#: using-d-i.xml:1823 +#: using-d-i.xml:2184 #, no-c-format msgid "Master Boot Record (MBR)" msgstr "Главная загрузочная запись (MBR)" #. Tag: para -#: using-d-i.xml:1823 +#: using-d-i.xml:2184 #, no-c-format msgid "" "This way the LILO will take complete control of the boot " @@ -2930,13 +3325,13 @@ msgstr "" "загрузки." #. Tag: term -#: using-d-i.xml:1830 +#: using-d-i.xml:2191 #, no-c-format msgid "new Debian partition" msgstr "раздел, созданный для Debian" #. Tag: para -#: using-d-i.xml:1830 +#: using-d-i.xml:2191 #, no-c-format msgid "" "Choose this if you want to use another boot manager. LILO " @@ -2948,13 +3343,13 @@ msgstr "" "Debian и будет играть роль вторичного системного загрузчика." #. Tag: term -#: using-d-i.xml:1839 +#: using-d-i.xml:2200 #, no-c-format msgid "Other choice" msgstr "Другой" #. Tag: para -#: using-d-i.xml:1839 +#: using-d-i.xml:2200 #, no-c-format msgid "" "Useful for advanced users who want to install LILO " @@ -2972,7 +3367,7 @@ msgstr "" "filename> или /dev/sda." #. Tag: para -#: using-d-i.xml:1851 +#: using-d-i.xml:2212 #, no-c-format msgid "" "If you can no longer boot into Windows 9x (or DOS) after this step, you'll " @@ -2990,14 +3385,14 @@ msgstr "" "читайте в ." #. Tag: title -#: using-d-i.xml:1868 +#: using-d-i.xml:2229 #, no-c-format msgid "Install the ELILO Boot Loader on a Hard Disk" msgstr "" "Установка системного загрузчика ELILO на жёсткий диск" #. Tag: para -#: using-d-i.xml:1870 +#: using-d-i.xml:2231 #, no-c-format msgid "" "The &architecture; boot loader is called elilo. It is modeled " @@ -3025,7 +3420,7 @@ msgstr "" "quote>, чтобы загрузить и выполнить ядро Linux." #. Tag: para -#: using-d-i.xml:1886 +#: using-d-i.xml:2247 #, no-c-format msgid "" "The elilo configuration and installation is done as the last " @@ -3042,13 +3437,13 @@ msgstr "" "диске что и корневая файловая система." #. Tag: title -#: using-d-i.xml:1898 +#: using-d-i.xml:2259 #, no-c-format msgid "Choose the correct partition!" msgstr "Выберите правильный раздел!" #. Tag: para -#: using-d-i.xml:1900 +#: using-d-i.xml:2261 #, no-c-format msgid "" "The criteria for selecting a partition is that it is FAT format filesystem " @@ -3066,13 +3461,13 @@ msgstr "" "установки, стерев его содержимое!" #. Tag: title -#: using-d-i.xml:1915 +#: using-d-i.xml:2276 #, no-c-format msgid "EFI Partition Contents" msgstr "Содержимое EFI раздела" #. Tag: para -#: using-d-i.xml:1917 +#: using-d-i.xml:2278 #, no-c-format msgid "" "The EFI partition is a FAT filesystem format partition on one of the hard " @@ -3102,13 +3497,13 @@ msgstr "" "настройки системы." #. Tag: filename -#: using-d-i.xml:1939 +#: using-d-i.xml:2300 #, no-c-format msgid "elilo.conf" msgstr "elilo.conf" #. Tag: para -#: using-d-i.xml:1940 +#: using-d-i.xml:2301 #, no-c-format msgid "" "This is the configuration file read by the boot loader when it starts. It is " @@ -3120,13 +3515,13 @@ msgstr "" "указывающими на файлы в EFI разделе." #. Tag: filename -#: using-d-i.xml:1949 +#: using-d-i.xml:2310 #, no-c-format msgid "elilo.efi" msgstr "elilo.efi" #. Tag: para -#: using-d-i.xml:1950 +#: using-d-i.xml:2311 #, no-c-format msgid "" "This is the boot loader program that the EFI Boot Manager " @@ -3140,13 +3535,13 @@ msgstr "" "менеджер загрузки EFI." #. Tag: filename -#: using-d-i.xml:1960 +#: using-d-i.xml:2321 #, no-c-format msgid "initrd.img" msgstr "initrd.img" #. Tag: para -#: using-d-i.xml:1961 +#: using-d-i.xml:2322 #, no-c-format msgid "" "This is the initial root filesystem used to boot the kernel. It is a copy of " @@ -3161,13 +3556,13 @@ msgstr "" "символическая ссылка /initrd.img." #. Tag: filename -#: using-d-i.xml:1973 +#: using-d-i.xml:2334 #, no-c-format msgid "readme.txt" msgstr "readme.txt" #. Tag: para -#: using-d-i.xml:1974 +#: using-d-i.xml:2335 #, no-c-format msgid "" "This is a small text file warning you that the contents of the directory are " @@ -3179,13 +3574,13 @@ msgstr "" "будут уничтожены при следующем запуске /usr/sbin/elilo." #. Tag: filename -#: using-d-i.xml:1984 +#: using-d-i.xml:2345 #, no-c-format msgid "vmlinuz" msgstr "vmlinuz" #. Tag: para -#: using-d-i.xml:1985 +#: using-d-i.xml:2346 #, no-c-format msgid "" "This is the compressed kernel itself. It is a copy of the file referenced in " @@ -3199,13 +3594,13 @@ msgstr "" "символическая ссылка /vmlinuz." #. Tag: title -#: using-d-i.xml:2005 +#: using-d-i.xml:2366 #, no-c-format msgid "arcboot-installer" msgstr "Системный загрузчик arcboot" #. Tag: para -#: using-d-i.xml:2006 +#: using-d-i.xml:2367 #, no-c-format msgid "" "The boot loader on SGI machines is arcboot. It has to be " @@ -3249,13 +3644,13 @@ msgstr "" "boot." #. Tag: replaceable -#: using-d-i.xml:2025 +#: using-d-i.xml:2386 #, no-c-format msgid "scsi" msgstr "scsi" #. Tag: para -#: using-d-i.xml:2026 +#: using-d-i.xml:2387 #, no-c-format msgid "" "is the SCSI bus to be booted from, this is 0 for the " @@ -3265,13 +3660,13 @@ msgstr "" "userinput> для встроенных контроллеров" #. Tag: replaceable -#: using-d-i.xml:2034 +#: using-d-i.xml:2395 #, no-c-format msgid "disk" msgstr "disk" #. Tag: para -#: using-d-i.xml:2035 +#: using-d-i.xml:2396 #, no-c-format msgid "" "is the SCSI ID of the hard disk on which arcboot is " @@ -3281,13 +3676,13 @@ msgstr "" # index.docbook:1600, index.docbook:1669 #. Tag: replaceable -#: using-d-i.xml:2043 using-d-i.xml:2112 +#: using-d-i.xml:2404 using-d-i.xml:2473 #, no-c-format msgid "partnr" msgstr "partnr" #. Tag: para -#: using-d-i.xml:2044 +#: using-d-i.xml:2405 #, no-c-format msgid "" "is the number of the partition on which /etc/arcboot.conf/etc/arcboot.conf" #. Tag: replaceable -#: using-d-i.xml:2052 +#: using-d-i.xml:2413 #, no-c-format msgid "config" msgstr "config" #. Tag: para -#: using-d-i.xml:2053 +#: using-d-i.xml:2414 #, no-c-format msgid "" "is the name of the configuration entry in /etc/arcboot.conflinux." #. Tag: title -#: using-d-i.xml:2074 +#: using-d-i.xml:2435 #, no-c-format msgid "delo-installer" msgstr "Системный загрузчик delo" #. Tag: para -#: using-d-i.xml:2075 +#: using-d-i.xml:2436 #, no-c-format msgid "" "The boot loader on DECstations is DELO. It has to be " @@ -3346,13 +3741,13 @@ msgstr "" " в приглашении микропрограммы." #. Tag: replaceable -#: using-d-i.xml:2094 +#: using-d-i.xml:2455 #, no-c-format msgid "#" msgstr "#" #. Tag: para -#: using-d-i.xml:2095 +#: using-d-i.xml:2456 #, no-c-format msgid "" "is the TurboChannel device to be booted from, on most DECstations this is " @@ -3363,13 +3758,13 @@ msgstr "" "встроенных контроллеров" #. Tag: replaceable -#: using-d-i.xml:2103 +#: using-d-i.xml:2464 #, no-c-format msgid "id" msgstr "id" #. Tag: para -#: using-d-i.xml:2104 +#: using-d-i.xml:2465 #, no-c-format msgid "" "is the SCSI ID of the hard disk on which DELO is installed" @@ -3377,7 +3772,7 @@ msgstr "" "это SCSI ID жёсткого диска, на котором установлен DELO" #. Tag: para -#: using-d-i.xml:2113 +#: using-d-i.xml:2474 #, no-c-format msgid "" "is the number of the partition on which /etc/delo.conf " @@ -3386,13 +3781,13 @@ msgstr "" "это номер раздела, на котором хранится /etc/delo.conf" #. Tag: replaceable -#: using-d-i.xml:2121 +#: using-d-i.xml:2482 #, no-c-format msgid "name" msgstr "name" #. Tag: para -#: using-d-i.xml:2122 +#: using-d-i.xml:2483 #, no-c-format msgid "" "is the name of the configuration entry in /etc/delo.conflinux." #. Tag: para -#: using-d-i.xml:2132 +#: using-d-i.xml:2493 #, no-c-format msgid "" "In case /etc/delo.conf is on the first partition on the " @@ -3412,20 +3807,20 @@ msgstr "" "должна быть загружена конфигурация по умолчанию, то достаточно набрать" #. Tag: screen -#: using-d-i.xml:2138 +#: using-d-i.xml:2499 #, no-c-format msgid "boot #/rzid" msgstr "boot #/rzid" #. Tag: title -#: using-d-i.xml:2148 +#: using-d-i.xml:2509 #, no-c-format msgid "Install Yaboot on a Hard Disk" msgstr "" "Установка системного загрузчика Yaboot на жёсткий диск" #. Tag: para -#: using-d-i.xml:2149 +#: using-d-i.xml:2510 #, no-c-format msgid "" "Newer (mid 1998 and on) PowerMacs use yaboot as their " @@ -3445,14 +3840,14 @@ msgstr "" "OpenFirmware установлена на загрузку &debian;." #. Tag: title -#: using-d-i.xml:2167 +#: using-d-i.xml:2528 #, no-c-format msgid "Install Quik on a Hard Disk" msgstr "" "Установка системного загрузчика Quik на жёсткий диск" #. Tag: para -#: using-d-i.xml:2168 +#: using-d-i.xml:2529 #, no-c-format msgid "" "The boot loader for OldWorld Power Macintosh machines is quikzipl-installer" msgstr "Установка системного загрузчика zipl" #. Tag: para -#: using-d-i.xml:2185 +#: using-d-i.xml:2546 #, no-c-format msgid "" "The boot loader on &arch-title; is zipl. ZIPLZIPL." #. Tag: title -#: using-d-i.xml:2202 +#: using-d-i.xml:2563 #, no-c-format msgid "Install the SILO Boot Loader on a Hard Disk" msgstr "" "Установка системного загрузчика SILO на жёсткий диск" #. Tag: para -#: using-d-i.xml:2204 +#: using-d-i.xml:2565 #, no-c-format msgid "" "The standard &architecture; boot loader is called silo. It is " @@ -3527,13 +3922,13 @@ msgstr "" "Solaris." #. Tag: title -#: using-d-i.xml:2229 +#: using-d-i.xml:2590 #, no-c-format msgid "Continue Without Boot Loader" msgstr "Продолжение без системного загрузчика" #. Tag: para -#: using-d-i.xml:2231 +#: using-d-i.xml:2592 #, no-c-format msgid "" "This option can be used to complete the installation even when no boot " @@ -3552,7 +3947,7 @@ msgstr "" "phrase>" #. Tag: para -#: using-d-i.xml:2240 +#: using-d-i.xml:2601 #, no-c-format msgid "" "If you plan to manually configure your bootloader, you should check the name " @@ -3574,13 +3969,13 @@ msgstr "" "то также и раздел файловой системы с /boot." #. Tag: title -#: using-d-i.xml:2257 +#: using-d-i.xml:2618 #, no-c-format msgid "Finishing the Installation" msgstr "Завершение установки" #. Tag: para -#: using-d-i.xml:2258 +#: using-d-i.xml:2619 #, no-c-format msgid "" "These are the last bits to do before rebooting to your new system. It mostly " @@ -3590,13 +3985,13 @@ msgstr "" "уборка за &d-i;." #. Tag: title -#: using-d-i.xml:2270 +#: using-d-i.xml:2631 #, no-c-format msgid "Finish the Installation and Reboot" msgstr "Завершение установки и перезагрузка" #. Tag: para -#: using-d-i.xml:2272 +#: using-d-i.xml:2633 #, no-c-format msgid "" "This is the last step in the initial Debian installation process. You will " @@ -3610,7 +4005,7 @@ msgstr "" "действия, а затем перезагрузит машину в новую систему Debian." #. Tag: para -#: using-d-i.xml:2279 +#: using-d-i.xml:2640 #, no-c-format msgid "" "Select the Finish the installation menu item " @@ -3624,13 +4019,13 @@ msgstr "" "качестве корневой файловой системы в самом начале установки." #. Tag: title -#: using-d-i.xml:2293 +#: using-d-i.xml:2654 #, no-c-format msgid "Miscellaneous" msgstr "Разное" #. Tag: para -#: using-d-i.xml:2294 +#: using-d-i.xml:2655 #, no-c-format msgid "" "The components listed in this section are usually not involved in the " @@ -3642,13 +4037,13 @@ msgstr "" "пойдёт не так." #. Tag: title -#: using-d-i.xml:2307 +#: using-d-i.xml:2668 #, no-c-format msgid "Saving the installation logs" msgstr "Сохранение протокола установки" #. Tag: para -#: using-d-i.xml:2309 +#: using-d-i.xml:2670 #, no-c-format msgid "" "If the installation is successful, the logfiles created during the " @@ -3660,7 +4055,7 @@ msgstr "" "installer/ в новой системе Debian." #. Tag: para -#: using-d-i.xml:2316 +#: using-d-i.xml:2677 #, no-c-format msgid "" "Choosing Save debug logs from the main menu " @@ -3676,13 +4071,13 @@ msgstr "" "протокол на другой системе или послать его вместе с отчётом об ошибке." #. Tag: title -#: using-d-i.xml:2336 +#: using-d-i.xml:2697 #, no-c-format msgid "Using the Shell and Viewing the Logs" msgstr "Использование командной строки и просмотр журнальных файлов" #. Tag: para -#: using-d-i.xml:2339 +#: using-d-i.xml:2700 #, no-c-format msgid "" "There is an Execute a Shell item on the menu. If " @@ -3705,7 +4100,7 @@ msgstr "" "называемый ash." #. Tag: para -#: using-d-i.xml:2351 +#: using-d-i.xml:2712 #, no-c-format msgid "" "At this point you are booted from the RAM disk, and there is a limited set " @@ -3723,7 +4118,7 @@ msgstr "" "такие как автодополнение и история команд." #. Tag: para -#: using-d-i.xml:2360 +#: using-d-i.xml:2721 #, no-c-format msgid "" "Use the menus to perform any task that they are able to do — the shell " @@ -3744,13 +4139,13 @@ msgstr "" "меню для входа в режим командной строки." #. Tag: title -#: using-d-i.xml:2379 +#: using-d-i.xml:2740 #, no-c-format msgid "Installation Over the Network" msgstr "Установка по сети" #. Tag: para -#: using-d-i.xml:2381 +#: using-d-i.xml:2742 #, no-c-format msgid "" "One of the more interesting components is network-console.)" #. Tag: para -#: using-d-i.xml:2391 +#: using-d-i.xml:2752 #, no-c-format msgid "" "This component is not loaded into the main installation menu by default, so " @@ -3790,7 +4185,7 @@ msgstr "" "Продолжение установки через SSH." #. Tag: para -#: using-d-i.xml:2404 +#: using-d-i.xml:2765 #, no-c-format msgid "" "For installations on &arch-title;, this is the default method after setting " @@ -3800,7 +4195,7 @@ msgstr "" "после настройки сети." #. Tag: para -#: using-d-i.xml:2409 +#: using-d-i.xml:2770 #, no-c-format msgid "" "After selecting this new entry, you " @@ -3822,7 +4217,7 @@ msgstr "" "человеку, который будет продолжать установку удалённо." #. Tag: para -#: using-d-i.xml:2421 +#: using-d-i.xml:2782 #, no-c-format msgid "" "Should you decide to continue with the installation locally, you can always " @@ -3834,7 +4229,7 @@ msgstr "" "компоненту." #. Tag: para -#: using-d-i.xml:2427 +#: using-d-i.xml:2788 #, no-c-format msgid "" "Now let's switch to the other side of the wire. As a prerequisite, you need " @@ -3865,7 +4260,7 @@ msgstr "" "чтобы вы смогли убедиться, что это именно тот компьютер." #. Tag: para -#: using-d-i.xml:2444 +#: using-d-i.xml:2805 #, no-c-format msgid "" "If you install several computers in turn and they happen to have the same IP " @@ -3883,7 +4278,7 @@ msgstr "" "~/.ssh/known_hosts и попробовать подключиться ещё раз." #. Tag: para -#: using-d-i.xml:2453 +#: using-d-i.xml:2814 #, no-c-format msgid "" "After the login you will be presented with an initial screen where you have " @@ -3903,7 +4298,7 @@ msgstr "" "для установочного меню и несколько для оболочки командной строки." #. Tag: para -#: using-d-i.xml:2463 +#: using-d-i.xml:2824 #, no-c-format msgid "" "After you have started the installation remotely over SSH, you should not go " @@ -3918,7 +4313,7 @@ msgstr "" "завершению установки или проблемам в установленной системой." #. Tag: para -#: using-d-i.xml:2471 +#: using-d-i.xml:2832 #, no-c-format msgid "" "Also, if you are running the SSH session from an X terminal, you should not " diff --git a/po/sv/boot-new.po b/po/sv/boot-new.po index 23ac5f9ae..ec2cee2f4 100644 --- a/po/sv/boot-new.po +++ b/po/sv/boot-new.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: boot-new\n" -"POT-Creation-Date: 2006-01-03 19:55+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-04-20 01:54+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -28,14 +28,34 @@ msgstr "Sanningens minut" #. Tag: para #: boot-new.xml:8 #, no-c-format -msgid "Your system's first boot on its own power is what electrical engineers call the smoke test." -msgstr "Första uppstarten för ditt nya system kallas på el-ingenjörsspråk för röktest." +msgid "" +"Your system's first boot on its own power is what electrical engineers call " +"the smoke test." +msgstr "" +"Första uppstarten för ditt nya system kallas på el-ingenjörsspråk för " +"röktest." #. Tag: para #: boot-new.xml:13 #, no-c-format -msgid "If you are booting directly into Debian, and the system doesn't start up, either use your original installation boot media, or insert the custom boot floppy if you have one, and reset your system. This way, you will probably need to add some boot arguments like root=root, where root is your root partition, such as /dev/sda1. Alternatively, see for instructions on using the installer's built-in rescue mode." -msgstr "Om du startar upp direkt i Debian och systemet inte startar upp korrekt, använd antingen ditt originalmedia för installation eller mata in en anpassad uppstartsdiskett om du har en och starta om ditt system. På det här sättet behöver du antagligen lägga till några startargument som root=rot, där rot är din rotpartition, såsom /dev/sda1. Alternativt, se för instruktioner hur man använder installerarens inbyggda räddningsläge." +msgid "" +"If you are booting directly into Debian, and the system doesn't start up, " +"either use your original installation boot media, or insert the custom boot " +"floppy if you have one, and reset your system. This way, you will probably " +"need to add some boot arguments like root=root, where root is your root " +"partition, such as /dev/sda1. Alternatively, see for instructions on using the installer's built-in " +"rescue mode." +msgstr "" +"Om du startar upp direkt i Debian och systemet inte startar upp korrekt, " +"använd antingen ditt originalmedia för installation eller mata in en " +"anpassad uppstartsdiskett om du har en och starta om ditt system. På det här " +"sättet behöver du antagligen lägga till några startargument som " +"root=rot, där " +"rot är din rotpartition, såsom /dev/" +"sda1. Alternativt, se för " +"instruktioner hur man använder installerarens inbyggda räddningsläge." #. Tag: title #: boot-new.xml:27 @@ -46,26 +66,40 @@ msgstr "Uppstart för BVME 6000" #. Tag: para #: boot-new.xml:28 #, no-c-format -msgid "If you have just performed a diskless install on a BVM or Motorola VMEbus machine: once the system has loaded the tftplilo program from the TFTP server, from the LILO Boot: prompt enter one of:" -msgstr "Om du precis har genomfört en disklös installation på en BVM eller Motorola VMEbus-maskin: när systemet har läst in programmet tftplilo från TFTP-servern, mata in vid LILO Boot: en av:" +msgid "" +"If you have just performed a diskless install on a BVM or Motorola VMEbus " +"machine: once the system has loaded the tftplilo program " +"from the TFTP server, from the LILO Boot: prompt enter one " +"of:" +msgstr "" +"Om du precis har genomfört en disklös installation på en BVM eller Motorola " +"VMEbus-maskin: när systemet har läst in programmet tftplilo från TFTP-servern, mata in vid LILO Boot: en av:" #. Tag: para #: boot-new.xml:36 #, no-c-format -msgid "b6000 followed by &enterkey; to boot a BVME 4000/6000" -msgstr "b6000 följt av &enterkey; för att starta upp en BVME 4000/6000" +msgid "" +"b6000 followed by &enterkey; to boot a BVME 4000/6000" +msgstr "" +"b6000 följt av &enterkey; för att starta upp en BVME " +"4000/6000" #. Tag: para #: boot-new.xml:41 #, no-c-format msgid "b162 followed by &enterkey; to boot an MVME162" -msgstr "b162 följt av &enterkey; för att starta upp en MVME162" +msgstr "" +"b162 följt av &enterkey; för att starta upp en MVME162" #. Tag: para #: boot-new.xml:46 #, no-c-format -msgid "b167 followed by &enterkey; to boot an MVME166/167" -msgstr "b167 följt av &enterkey; för att starta upp en MVME166/167" +msgid "" +"b167 followed by &enterkey; to boot an MVME166/167" +msgstr "" +"b167 följt av &enterkey; för att starta upp en " +"MVME166/167" #. Tag: title #: boot-new.xml:58 @@ -76,32 +110,78 @@ msgstr "Uppstart för Macintosh" #. Tag: para #: boot-new.xml:60 #, no-c-format -msgid "Go to the directory containing the installation files and start up the Penguin booter, holding down the command key. Go to the Settings dialogue ( command T ), and locate the kernel options line which should look like root=/dev/ram video=font:VGA8x16 or similar." -msgstr "Gå till katalogen som innehåller installationsfilerna och starta upp uppstartaren Penguin, håll nere tangenten command. Gå till dialogen Settings ( command T ), och leta upp raden med kärnflaggor som bör se ut som root=/dev/ram video=font:VGA8x16 eller liknande." +msgid "" +"Go to the directory containing the installation files and start up the " +"Penguin booter, holding down the command " +"key. Go to the Settings dialogue ( " +"command T ), and locate the " +"kernel options line which should look like root=/dev/ram " +"video=font:VGA8x16 or similar." +msgstr "" +"Gå till katalogen som innehåller installationsfilerna och starta upp " +"uppstartaren Penguin, håll nere tangenten " +"command. Gå till dialogen Settings " +"( command T ), och " +"leta upp raden med kärnflaggor som bör se ut som root=/dev/ram " +"video=font:VGA8x16 eller liknande." #. Tag: para #: boot-new.xml:70 #, no-c-format -msgid "You need to change the entry to root=/dev/yyyy. Replace the yyyy with the Linux name of the partition onto which you installed the system (e.g. /dev/sda1); you wrote this down earlier. The video=font:VGA8x8 is recommended especially for users with tiny screens. The kernel would pick a prettier (6x11) font but the console driver for this font can hang the machine, so using 8x16 or 8x8 is safer at this stage. You can change this at any time." -msgstr "Du behöver ändra posten till root=/dev/yyyy. Ersätt yyyy med Linux-namnet på partitionen till vilken du installerat systemet (alltså /dev/sda1); du skriv ner det här tidigare. video=font:VGA8x8 rekommenderas speciellt för användare med små skärmar. Kärnan skulle välja ett snyggare (6x11) typsnitt men konsolldrivrutinen för det här typsnittet kan hänga maskinen, så användning av 8x16 eller 8x8 är säkrare för tillfället. Du kan ändra det här när som helst." +msgid "" +"You need to change the entry to root=/dev/yyyy. Replace the yyyy with " +"the Linux name of the partition onto which you installed the system (e.g. " +"/dev/sda1); you wrote this down earlier. The " +"video=font:VGA8x8 is recommended especially for users " +"with tiny screens. The kernel would pick a prettier (6x11) font but the " +"console driver for this font can hang the machine, so using 8x16 or 8x8 is " +"safer at this stage. You can change this at any time." +msgstr "" +"Du behöver ändra posten till root=/dev/yyyy. Ersätt yyyy med Linux-" +"namnet på partitionen till vilken du installerat systemet (alltså /" +"dev/sda1); du skriv ner det här tidigare. video=font:" +"VGA8x8 rekommenderas speciellt för användare med små skärmar. " +"Kärnan skulle välja ett snyggare (6x11) typsnitt men konsolldrivrutinen för " +"det här typsnittet kan hänga maskinen, så användning av 8x16 eller 8x8 är " +"säkrare för tillfället. Du kan ändra det här när som helst." #. Tag: para #: boot-new.xml:83 #, no-c-format -msgid "If you don't want to start GNU/Linux immediately each time you start, uncheck the Auto Boot option. Save your settings in the Prefs file using the Save Settings As Default option." -msgstr "Om du inte vill starta GNU/Linux omedelbart varje gång du startar, kryssa av alternativet Auto Boot. Spara dina inställningar i filen Prefs med alternativet Save Settings As Default." +msgid "" +"If you don't want to start GNU/Linux immediately each time you start, " +"uncheck the Auto Boot option. Save your settings in " +"the Prefs file using the Save Settings As " +"Default option." +msgstr "" +"Om du inte vill starta GNU/Linux omedelbart varje gång du startar, kryssa av " +"alternativet Auto Boot. Spara dina inställningar i " +"filen Prefs med alternativet Save Settings " +"As Default." #. Tag: para #: boot-new.xml:90 #, no-c-format -msgid "Now select Boot Now ( command B ) to start your freshly installed GNU/Linux instead of the RAMdisk installer system." -msgstr "Välj nu Boot Now ( command B ) för att starta ditt nyligen installerade GNU/Linux istället för RAMdisk-installationssystemet." +msgid "" +"Now select Boot Now ( command B ) to start your freshly installed GNU/" +"Linux instead of the RAMdisk installer system." +msgstr "" +"Välj nu Boot Now ( command " +"B ) för att starta ditt nyligen installerade GNU/" +"Linux istället för RAMdisk-installationssystemet." #. Tag: para #: boot-new.xml:96 #, no-c-format -msgid "Debian should boot, and you should see the same messages as when you first booted the installation system, followed by some new messages." -msgstr "Debian bör starta upp och du bör se samma meddelanden som när du först startade installationssystemet, följt av några nya meddelanden." +msgid "" +"Debian should boot, and you should see the same messages as when you first " +"booted the installation system, followed by some new messages." +msgstr "" +"Debian bör starta upp och du bör se samma meddelanden som när du först " +"startade installationssystemet, följt av några nya meddelanden." #. Tag: title #: boot-new.xml:106 @@ -112,20 +192,68 @@ msgstr "OldWorld PowerMac" #. Tag: para #: boot-new.xml:107 #, no-c-format -msgid "If the machine fails to boot after completing the installation, and stops with a boot: prompt, try typing Linux followed by &enterkey;. (The default boot configuration in quik.conf is labeled Linux). The labels defined in quik.conf will be displayed if you press the Tab key at the boot: prompt. You can also try booting back into the installer, and editing the /target/etc/quik.conf placed there by the Install Quik on a Hard Disk step. Clues for dealing with quik are available at ." -msgstr "Om maskinen misslyckas att starta upp efter färdigställandet av installationen, och stoppar med en boot:-prompt, försök mata in Linux följt av &enterkey;. (Standardkonfiguration för uppstart i quik.conf är märkt som Linux). Märkningen definierad i quik.conf kommer att visas om du trycker tangenten Tab vid prompten boot:. Du kan också försöka starta upp i installeraren, och redigera /target/etc/quik.conf placerad där av steget Install Quik on a Hard Disk. Ledtrådar för hantering av quik finns tillgängliga på ." +msgid "" +"If the machine fails to boot after completing the installation, and stops " +"with a boot: prompt, try typing Linux followed by &enterkey;. (The default boot configuration in " +"quik.conf is labeled Linux). The labels defined in " +"quik.conf will be displayed if you press the " +"Tab key at the boot: prompt. You can also " +"try booting back into the installer, and editing the /target/etc/" +"quik.conf placed there by the Install Quik on a Hard " +"Disk step. Clues for dealing with quik are " +"available at ." +msgstr "" +"Om maskinen misslyckas att starta upp efter färdigställandet av " +"installationen, och stoppar med en boot:-prompt, försök " +"mata in Linux följt av &enterkey;. " +"(Standardkonfiguration för uppstart i quik.conf är " +"märkt som Linux). Märkningen definierad i quik.conf " +"kommer att visas om du trycker tangenten Tab vid prompten " +"boot:. Du kan också försöka starta upp i installeraren, och " +"redigera /target/etc/quik.conf placerad där av steget " +"Install Quik on a Hard Disk. Ledtrådar för " +"hantering av quik finns tillgängliga på ." #. Tag: para #: boot-new.xml:121 #, no-c-format -msgid "To boot back into MacOS without resetting the nvram, type bye at the OpenFirmware prompt (assuming MacOS has not been removed from the machine). To obtain an OpenFirmware prompt, hold down the command option o f keys while cold booting the machine. If you need to reset the OpenFirmware nvram changes to the MacOS default in order to boot back to MacOS, hold down the command option p r keys while cold booting the machine." -msgstr "För att starta upp det gamla MacOS utan att återställa nvram, skriv bye vid OpenFirmware-prompten (antar att MacOS inte har tagits bort från maskinen). För att få fram en OpenFirmware-prompt, håll nere tangenterna command option o f vid kallstart av maskinen. Om du behöver återställa ändringar i nvram till MacOS-standard för att kunna starta upp tillbaka till MacOS, håll ned tangenterna command option p r vid kallstart av maskinen." +msgid "" +"To boot back into MacOS without resetting the nvram, type bye at the OpenFirmware prompt (assuming MacOS has not been removed " +"from the machine). To obtain an OpenFirmware prompt, hold down the " +" command option o f keys while cold booting the machine. " +"If you need to reset the OpenFirmware nvram changes to the MacOS default in " +"order to boot back to MacOS, hold down the command option p r keys while cold booting the machine." +msgstr "" +"För att starta upp det gamla MacOS utan att återställa nvram, skriv " +"bye vid OpenFirmware-prompten (antar att MacOS inte " +"har tagits bort från maskinen). För att få fram en OpenFirmware-prompt, håll " +"nere tangenterna command option " +"o f vid kallstart av maskinen. " +"Om du behöver återställa ändringar i nvram till MacOS-standard för att kunna " +"starta upp tillbaka till MacOS, håll ned tangenterna " +"command option p " +"r vid kallstart av maskinen." #. Tag: para #: boot-new.xml:134 #, no-c-format -msgid "If you use BootX to boot into the installed system, just select your desired kernel in the Linux Kernels folder, un-choose the ramdisk option, and add a root device corresponding to your installation; e.g. /dev/hda8." -msgstr "Om du använder BootX för att starta upp i det installerade system, välj bara din önskade kärna i katalogen Linux Kernels, välj bort ramdisk-alternativet, och lägg till en rotenhet som passar din installation; exempelvis /dev/hda8." +msgid "" +"If you use BootX to boot into the installed system, just " +"select your desired kernel in the Linux Kernels folder, " +"un-choose the ramdisk option, and add a root device corresponding to your " +"installation; e.g. /dev/hda8." +msgstr "" +"Om du använder BootX för att starta upp i det " +"installerade system, välj bara din önskade kärna i katalogen Linux " +"Kernels, välj bort ramdisk-alternativet, och lägg till en " +"rotenhet som passar din installation; exempelvis /dev/hda8." #. Tag: title #: boot-new.xml:146 @@ -136,107 +264,382 @@ msgstr "NewWorld PowerMac" #. Tag: para #: boot-new.xml:147 #, no-c-format -msgid "On G4 machines and iBooks, you can hold down the option key and get a graphical screen with a button for each bootable OS, &debian; will be a button with a small penguin icon." -msgstr "På G4-maskiner och iBook:ar kan du hålla ned tangenten option och få en grafisk skärm med en knapp för varje startbart OS, &debian; kommer att vara en knapp med en liten pingvin på." +msgid "" +"On G4 machines and iBooks, you can hold down the option key " +"and get a graphical screen with a button for each bootable OS, &debian; will " +"be a button with a small penguin icon." +msgstr "" +"På G4-maskiner och iBook:ar kan du hålla ned tangenten option och få en grafisk skärm med en knapp för varje startbart OS, " +"&debian; kommer att vara en knapp med en liten pingvin på." #. Tag: para #: boot-new.xml:154 #, no-c-format -msgid "If you kept MacOS and at some point it changes the OpenFirmware boot-device variable you should reset OpenFirmware to its default configuration. To do this hold down the command option p r keys while cold booting the machine." -msgstr "Om du behållde MacOS och vid någon tidpunkt ändrar boot-device-variabeln i OpenFirmware bör du återställa OpenFirmware till sin standardkonfiguration. För att göra det här, håll ned tangenterna command option p r vid kallstart av maskinen." +msgid "" +"If you kept MacOS and at some point it changes the OpenFirmware boot-" +"device variable you should reset OpenFirmware to its default " +"configuration. To do this hold down the command " +"option p r " +"keys while cold booting the machine." +msgstr "" +"Om du behållde MacOS och vid någon tidpunkt ändrar boot-device-variabeln i OpenFirmware bör du återställa OpenFirmware till sin " +"standardkonfiguration. För att göra det här, håll ned tangenterna " +"command option p " +"r vid kallstart av maskinen." #. Tag: para #: boot-new.xml:162 #, no-c-format -msgid "The labels defined in yaboot.conf will be displayed if you press the Tab key at the boot: prompt." -msgstr "Märkena definierade i yaboot.conf kommer att visas om du trycker ned tangenten Tab vid boot:-prompten." +msgid "" +"The labels defined in yaboot.conf will be displayed if " +"you press the Tab key at the boot: prompt." +msgstr "" +"Märkena definierade i yaboot.conf kommer att visas om " +"du trycker ned tangenten Tab vid boot:-" +"prompten." #. Tag: para #: boot-new.xml:168 #, no-c-format -msgid "Resetting OpenFirmware on G3 or G4 hardware will cause it to boot &debian; by default (if you correctly partitioned and placed the Apple_Bootstrap partition first). If you have &debian; on a SCSI disk and MacOS on an IDE disk this may not work and you will have to enter OpenFirmware and set the boot-device variable, ybin normally does this automatically." -msgstr "Återställning av OpenFirmware på G3 eller G4-maskinvara kommer att göra att den startar upp &debian; som standard (om du partitionerat den korrekt och placerat Apple_Bootstrap-partitionen först). Om du har &debian; på en SCSI-disk och MacOS på en IDE-disk kanske inte det här fungerar om du kommer att behöva på in i OpenFirmware och ställa in variabeln boot-device, ybin gör normalt det här helt automatiskt." +msgid "" +"Resetting OpenFirmware on G3 or G4 hardware will cause it to boot &debian; " +"by default (if you correctly partitioned and placed the Apple_Bootstrap " +"partition first). If you have &debian; on a SCSI disk and MacOS on an IDE " +"disk this may not work and you will have to enter OpenFirmware and set the " +"boot-device variable, ybin normally does " +"this automatically." +msgstr "" +"Återställning av OpenFirmware på G3 eller G4-maskinvara kommer att göra att " +"den startar upp &debian; som standard (om du partitionerat den korrekt och " +"placerat Apple_Bootstrap-partitionen först). Om du har &debian; på en SCSI-" +"disk och MacOS på en IDE-disk kanske inte det här fungerar om du kommer att " +"behöva på in i OpenFirmware och ställa in variabeln boot-device, ybin gör normalt det här helt automatiskt." #. Tag: para #: boot-new.xml:177 #, no-c-format -msgid "After you boot &debian; for the first time you can add any additional options you desire (such as dual boot options) to /etc/yaboot.conf and run ybin to update your boot partition with the changed configuration. Please read the yaboot HOWTO for more information." -msgstr "Efter du har startat upp &debian; för första gången kan du lägga till ytterligare flaggor som du önskar (såsom flaggor för dubbla startalternativ) till /etc/yaboot.conf och köra ybin för att uppdatera din startpartition med den ändrade konfigurationen. Vänligen läs yaboot HOWTO för mer information." +msgid "" +"After you boot &debian; for the first time you can add any additional " +"options you desire (such as dual boot options) to /etc/yaboot." +"conf and run ybin to update your boot " +"partition with the changed configuration. Please read the yaboot HOWTO for more information." +msgstr "" +"Efter du har startat upp &debian; för första gången kan du lägga till " +"ytterligare flaggor som du önskar (såsom flaggor för dubbla startalternativ) " +"till /etc/yaboot.conf och köra ybin " +"för att uppdatera din startpartition med den ändrade konfigurationen. " +"Vänligen läs yaboot HOWTO " +"för mer information." #. Tag: title #: boot-new.xml:191 #, no-c-format +msgid "Mounting encrypted volumes" +msgstr "" + +#. Tag: para +#: boot-new.xml:193 +#, no-c-format +msgid "" +"If you created encrypted volumes during the installation and assigned them " +"mount points, you will be asked to enter the passphrase for each of these " +"volumes during the boot. The actual procedure differs slightly between dm-" +"crypt and loop-AES." +msgstr "" + +#. Tag: title +#: boot-new.xml:203 +#, no-c-format +msgid "loop-AES" +msgstr "" + +#. Tag: para +#: boot-new.xml:205 +#, no-c-format +msgid "" +"For partitions encrypted via loop-AES you will be shown the following prompt " +"during the boot: \n" +"mount: going to use loop device /dev/loopX\n" +"Password:\n" +" In the first line of the prompt, X is the number of the loop device. You are now probably " +"wondering for which volume you are actually entering " +"the passphrase. Does is relate to your /home? Or to " +"/var? Of course, if you have just one encrypted volume, " +"this is easy and you can just enter the passphrase you used when setting up " +"this volume. If you set up more than one encrypted volume during the " +"installation, the notes you wrote down as the last step in come in handy. If you did not make a note of the " +"mapping between loopX and " +"the mount points before, you can still find it in /etc/fstab of your new system." +msgstr "" + +#. Tag: para +#: boot-new.xml:226 +#, no-c-format +msgid "" +"No characters (even asterisks) will be shown while entering the passphrase. " +"Be careful, you have only one try. If you enter wrong " +"passphrase, an error message will appear and the boot process will skip that " +"volume and continue to mount the next filesystem. Please see for further information." +msgstr "" + +#. Tag: para +#: boot-new.xml:235 +#, no-c-format +msgid "After entering all passphrases the boot should continue as usual." +msgstr "" + +#. Tag: title +#: boot-new.xml:243 +#, no-c-format +msgid "dm-crypt" +msgstr "" + +#. Tag: para +#: boot-new.xml:245 +#, no-c-format +msgid "TODO: write something once it works." +msgstr "" + +#. Tag: title +#: boot-new.xml:253 +#, no-c-format +msgid "Troubleshooting" +msgstr "" + +#. Tag: para +#: boot-new.xml:255 +#, no-c-format +msgid "" +"If some of the encrypted volumes could not be mounted because a wrong " +"passphrase was entered, you will have to mount them manually after the boot. " +"There are several cases." +msgstr "" + +#. Tag: para +#: boot-new.xml:264 +#, no-c-format +msgid "" +"The first case concerns the root partition. When it is not mounted " +"correctly, the boot process will halt and you will have to reboot the " +"computer to try again." +msgstr "" + +#. Tag: para +#: boot-new.xml:271 +#, no-c-format +msgid "" +"The easiest case is for encrypted volumes holding data like /home or /srv. You can simply mount them manually " +"after the boot. For loop-AES this is one-step operation: " +"\n" +"# mount /mount_point\n" +"Password:\n" +" where /mount_point " +"should be replaced by the particular directory (e.g. /home). The only difference from an ordinary mount is that you will be " +"asked to enter the passphrase for this volume." +msgstr "" + +#. Tag: para +#: boot-new.xml:285 +#, no-c-format +msgid "" +"For dm-crypt this is a bit trickier. First you need to register the volumes " +"with device mapper by running: " +"\n" +"# /etc/init.d/cryptdisks start\n" +" This will scan all volumes mentioned in " +"/etc/crypttab and will create appropriate devices under " +"the /dev directory after entering the correct " +"passphrases. (Already registered volumes will be skipped, so you can repeat " +"this command several times without worrying.) After successful registration " +"you can simply mount the volumes the usual way:" +msgstr "" + +#. Tag: screen +#: boot-new.xml:300 +#, no-c-format +msgid "" +"# mount /mount_point" +msgstr "" + +#. Tag: para +#: boot-new.xml:303 +#, no-c-format +msgid "" +"If the volumes holding noncritical system files could not be mounted " +"(/usr or /var), the system should " +"still boot and you should be able to mount the volumes manually like in the " +"previous case. However, you will also need to (re)start any services usually " +"running in your default runlevel because it is very likely that they were " +"not started. The easiest way to achieve this is by switching to the first " +"runlevel and back by entering \n" +"# init 1\n" +" at the shell prompt and pressing " +"Control D when asked for the " +"root password." +msgstr "" + +#. Tag: title +#: boot-new.xml:326 +#, no-c-format msgid "Log In" msgstr "Logga in" #. Tag: para -#: boot-new.xml:193 +#: boot-new.xml:328 #, no-c-format -msgid "Once your system boots, you'll be presented with the login prompt. Log in using the personal login and password you selected during the installation process. Your system is now ready to use." -msgstr "När ditt system startar upp kommer du bli presenterad med inloggningsprompten. Logga in med ditt personliga konto och lösenord som du valde under installationsprocessen. Ditt system är nu klart att användas." +msgid "" +"Once your system boots, you'll be presented with the login prompt. Log in " +"using the personal login and password you selected during the installation " +"process. Your system is now ready to use." +msgstr "" +"När ditt system startar upp kommer du bli presenterad med " +"inloggningsprompten. Logga in med ditt personliga konto och lösenord som du " +"valde under installationsprocessen. Ditt system är nu klart att användas." #. Tag: para -#: boot-new.xml:199 +#: boot-new.xml:334 #, no-c-format -msgid "If you are a new user, you may want to explore the documentation which is already installed on your system as you start to use it. There are currently several documentation systems, work is proceeding on integrating the different types of documentation. Here are a few starting points." -msgstr "Om du är en ny användare kanske du vill utforska dokumentationen som redan finns installerad på ditt system när du börjar använda det. Det finns för närvarande ett flertal dokumentationssystem, arbete fortgår på att integrera de olika dokumentationstyperna. Här är ett par startpunkter." +msgid "" +"If you are a new user, you may want to explore the documentation which is " +"already installed on your system as you start to use it. There are currently " +"several documentation systems, work is proceeding on integrating the " +"different types of documentation. Here are a few starting points." +msgstr "" +"Om du är en ny användare kanske du vill utforska dokumentationen som redan " +"finns installerad på ditt system när du börjar använda det. Det finns för " +"närvarande ett flertal dokumentationssystem, arbete fortgår på att integrera " +"de olika dokumentationstyperna. Här är ett par startpunkter." #. Tag: para -#: boot-new.xml:207 +#: boot-new.xml:342 #, no-c-format -msgid "Documentation accompanying programs you have installed is in /usr/share/doc/, under a subdirectory named after the program. For example, the APT User's Guide for using apt to install other programs on your system, is located in /usr/share/doc/apt/guide.html/index.html." -msgstr "Dokumentation följer med program som du installerar finns i /usr/share/doc/, under en underkatalog uppkallad efter programmet. Till exempel, APT:s användarguiden för att använda apt för att installera andra program på ditt system, finns i /usr/share/doc/apt/guide.html/index.html." +msgid "" +"Documentation accompanying programs you have installed is in /usr/" +"share/doc/, under a subdirectory named after the program. For " +"example, the APT User's Guide for using apt to install " +"other programs on your system, is located in /usr/share/doc/apt/" +"guide.html/index.html." +msgstr "" +"Dokumentation följer med program som du installerar finns i /usr/" +"share/doc/, under en underkatalog uppkallad efter programmet. " +"Till exempel, APT:s användarguiden för att använda apt " +"för att installera andra program på ditt system, finns i /usr/" +"share/doc/apt/guide.html/index.html." #. Tag: para -#: boot-new.xml:216 +#: boot-new.xml:351 #, no-c-format -msgid "In addition, there are some special folders within the /usr/share/doc/ hierarchy. Linux HOWTOs are installed in .gz format, in /usr/share/doc/HOWTO/en-txt/. After installing dhelp you will find a browse-able index of documentation in /usr/share/doc/HTML/index.html." -msgstr "I tillägg finns det några speciella kataloger i hierarkin /usr/share/doc/. Olika Linux HOWTO finns installerade i .gz-format, i /usr/share/doc/HOWTO/en-txt/. Efter installation av dhelp kommer du att hitta ett bläddringsbart index av dokumentation i /usr/share/doc/HTML/index.html." +msgid "" +"In addition, there are some special folders within the /usr/share/" +"doc/ hierarchy. Linux HOWTOs are installed in .gz format, in /usr/share/doc/HOWTO/en-txt/. " +"After installing dhelp you will find a browse-able index " +"of documentation in /usr/share/doc/HTML/index.html." +msgstr "" +"I tillägg finns det några speciella kataloger i hierarkin /usr/" +"share/doc/. Olika Linux HOWTO finns installerade i .gz-format, i /usr/share/doc/HOWTO/en-txt/. Efter " +"installation av dhelp kommer du att hitta ett " +"bläddringsbart index av dokumentation i /usr/share/doc/HTML/index." +"html." #. Tag: para -#: boot-new.xml:226 +#: boot-new.xml:361 #, no-c-format -msgid "One easy way to view these documents is to cd /usr/share/doc/, and type lynx followed by a space and a dot (the dot stands for the current directory)." -msgstr "Ett lätt sätt att visa dessa dokument är att cd /usr/share/doc/, och skriva lynx följt av ett blanksteg och en punkt (punkten står för aktuell katalog)." +msgid "" +"One easy way to view these documents is to cd /usr/share/doc/, and type lynx followed by a space and a " +"dot (the dot stands for the current directory)." +msgstr "" +"Ett lätt sätt att visa dessa dokument är att cd /usr/share/doc/, och skriva lynx följt av ett blanksteg " +"och en punkt (punkten står för aktuell katalog)." #. Tag: para -#: boot-new.xml:233 +#: boot-new.xml:368 #, no-c-format -msgid "You can also type info command or man command to see documentation on most commands available at the command prompt. Typing help will display help on shell commands. And typing a command followed by --help will usually display a short summary of the command's usage. If a command's results scroll past the top of the screen, type | more after the command to cause the results to pause before scrolling past the top of the screen. To see a list of all commands available which begin with a certain letter, type the letter and then two tabs." -msgstr "Du kan också skriva info kommando eller man kommando för att se dokumentation om de flesta tillgängliga kommandon på kommandoprompten. Skriva help kommer att visa hjälp om skalkommandon. Skriva ett kommando följt av --help visar normalt sett kortfattad information om hur kommandot används. Om ett kommandos resultat rullar förbi på skärmen, skriv | more efter kommandot för att pausa resultatet före det rullar förbi på skärmen. För att se en lista på alla tillgängliga kommandon som börjar med en speciell bokstav, skriv bokstaven och tryck två gånger på tabulatorn." +msgid "" +"You can also type info command or man command " +"to see documentation on most commands available at the command prompt. " +"Typing help will display help on shell commands. And " +"typing a command followed by --help will usually " +"display a short summary of the command's usage. If a command's results " +"scroll past the top of the screen, type | more after " +"the command to cause the results to pause before scrolling past the top of " +"the screen. To see a list of all commands available which begin with a " +"certain letter, type the letter and then two tabs." +msgstr "" +"Du kan också skriva info kommando eller man kommando för att se dokumentation om de flesta tillgängliga kommandon på " +"kommandoprompten. Skriva help kommer att visa hjälp " +"om skalkommandon. Skriva ett kommando följt av --help " +"visar normalt sett kortfattad information om hur kommandot används. Om ett " +"kommandos resultat rullar förbi på skärmen, skriv | more efter kommandot för att pausa resultatet före det rullar förbi på " +"skärmen. För att se en lista på alla tillgängliga kommandon som börjar med " +"en speciell bokstav, skriv bokstaven och tryck två gånger på tabulatorn." #. Tag: para -#: boot-new.xml:248 +#: boot-new.xml:383 #, no-c-format -msgid "For a more complete introduction to Debian and GNU/Linux, see /usr/share/doc/debian-guide/html/noframes/index.html." -msgstr "För en mer komplett introduktion till Debian och GNU/Linux, se /usr/share/doc/debian-guide/html/noframes/index.html." +msgid "" +"For a more complete introduction to Debian and GNU/Linux, see /usr/" +"share/doc/debian-guide/html/noframes/index.html." +msgstr "" +"För en mer komplett introduktion till Debian och GNU/Linux, se /" +"usr/share/doc/debian-guide/html/noframes/index.html." #~ msgid "Configuring Your Time Zone" #~ msgstr "Konfigurera din tidszon" + #~ msgid "Setting Up Users And Passwords" #~ msgstr "Skapa användare och lösenord" + #~ msgid "Set the Root Password" #~ msgstr "Sätta ett lösenord för root" + #~ msgid "Create an Ordinary User" #~ msgstr "Skapa en vanlig användare" + #~ msgid "Setting Up PPP" #~ msgstr "Sätta upp PPP" + #~ msgid "" #~ "Read /usr/share/doc/ppp/README.Debian.gz file for " #~ "more information on using PPP on Debian." #~ msgstr "" #~ "Läs filen /usr/share/doc/ppp/README.Debian.gz för " #~ "mer information om hur man använder PPP i Debian." + #~ msgid "Setting Up PPP over Ethernet (PPPOE)" #~ msgstr "Ställa in PPP över Ethernet (PPPoE)" + #~ msgid "Configuring APT" #~ msgstr "Konfigurera APT" + #~ msgid "Configuring Network Package Sources" #~ msgstr "Konfigurera paketkällor på nätverket" + #~ msgid "Package Installation" #~ msgstr "Paketinstallation" + #~ msgid "Advanced Package Selection with aptitude" #~ msgstr "Avancerade paketval med aptitude" + #~ msgid "" #~ "Aptitude is a modern program for managing packages. " #~ "aptitude allows you to select individual packages, set " @@ -246,6 +649,7 @@ msgstr "För en mer komplett introduktion till Debian och GNU/Linux, se aptitude låter dig att välja individuella paket, " #~ "paketuppsättningar som matchar angivna kriterier (för avancerade " #~ "användare) eller kompletta uppgifter." + #~ msgid "" #~ "The most basic keybindings are: " #~ " KeyAction " @@ -277,19 +681,25 @@ msgstr "För en mer komplett introduktion till Debian och GNU/Linux, se F10 Aktivera meny. För flera kommandon, se " #~ "onlinehjälpen under ?-tangenten." + #~ msgid "Settings for the X Server" #~ msgstr "Inställningar för X-servern" + #~ msgid "" #~ "The mouse device should be set to /dev/input/mice." #~ msgstr "Musenheten bör sättas till /dev/input/mice." + #~ msgid "Configuring Your Mail Transport Agent" #~ msgstr "Konfigurera din mailserver (MTA)" + #~ msgid "internet site" #~ msgstr "internetsystem" + #~ msgid "mail sent by smarthost" #~ msgstr "e-post skickad av smart värd" + #~ msgid "local delivery only" #~ msgstr "endast lokal leverans" + #~ msgid "no configuration at this time" #~ msgstr "ingen konfiguration för närvarande" - diff --git a/po/sv/hardware.po b/po/sv/hardware.po index 795b81226..e86922c46 100644 --- a/po/sv/hardware.po +++ b/po/sv/hardware.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: hardware\n" -"POT-Creation-Date: 2006-05-04 19:49+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-05-12 12:26+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -22,8 +22,14 @@ msgstr "Systemkrav" #. Tag: para #: hardware.xml:7 #, no-c-format -msgid "This section contains information about what hardware you need to get started with Debian. You will also find links to further information about hardware supported by GNU and Linux." -msgstr "Den här sektionen innehåller information om vilken maskinvara du behöver för att börja med Debian. Du kommer också att hitta länkar till ytterligare information om vilken maskinvara som stöds av GNU och Linux." +msgid "" +"This section contains information about what hardware you need to get " +"started with Debian. You will also find links to further information about " +"hardware supported by GNU and Linux." +msgstr "" +"Den här sektionen innehåller information om vilken maskinvara du behöver för " +"att börja med Debian. Du kommer också att hitta länkar till ytterligare " +"information om vilken maskinvara som stöds av GNU och Linux." #. Tag: title #: hardware.xml:20 @@ -34,14 +40,33 @@ msgstr "Maskinvara som stöds" #. Tag: para #: hardware.xml:22 #, no-c-format -msgid "Debian does not impose hardware requirements beyond the requirements of the Linux kernel and the GNU tool-sets. Therefore, any architecture or platform to which the Linux kernel, libc, gcc, etc. have been ported, and for which a Debian port exists, can run Debian. Please refer to the Ports pages at for more details on &arch-title; architecture systems which have been tested with Debian." -msgstr "Debian sätter inga maskinvarukrav utöver kraven ställda för Linux-kärnan och GNU:s verktyg. Därför har alla arkitekturer eller plattformar till vilken Linuxkärna, libc, gcc och så vidare som har blivit porterade och för vilken en portering till Debian finns, kan köra Debian. Vänligen referera till Ports-sidorna på för mera detaljer om &arch-title;-arkitektursystem som har blivit testade med Debian." +msgid "" +"Debian does not impose hardware requirements beyond the requirements of the " +"Linux kernel and the GNU tool-sets. Therefore, any architecture or platform " +"to which the Linux kernel, libc, gcc, etc. have been " +"ported, and for which a Debian port exists, can run Debian. Please refer to " +"the Ports pages at for more details on " +"&arch-title; architecture systems which have been tested with Debian." +msgstr "" +"Debian sätter inga maskinvarukrav utöver kraven ställda för Linux-kärnan och " +"GNU:s verktyg. Därför har alla arkitekturer eller plattformar till vilken " +"Linuxkärna, libc, gcc och så vidare som har blivit " +"porterade och för vilken en portering till Debian finns, kan köra Debian. " +"Vänligen referera till Ports-sidorna på " +"för mera detaljer om &arch-title;-arkitektursystem som har blivit testade " +"med Debian." #. Tag: para #: hardware.xml:33 #, no-c-format -msgid "Rather than attempting to describe all the different hardware configurations which are supported for &arch-title;, this section contains general information and pointers to where additional information can be found." -msgstr "Hellre än att försöka att beskriva alla de olika maskinvarukonfigurationerna som finns stöd för i &arch-title; innehåller den här sektionen allmän information och pekare till var ytterligare information kan hittas." +msgid "" +"Rather than attempting to describe all the different hardware configurations " +"which are supported for &arch-title;, this section contains general " +"information and pointers to where additional information can be found." +msgstr "" +"Hellre än att försöka att beskriva alla de olika maskinvarukonfigurationerna " +"som finns stöd för i &arch-title; innehåller den här sektionen allmän " +"information och pekare till var ytterligare information kan hittas." #. Tag: title #: hardware.xml:42 @@ -52,8 +77,12 @@ msgstr "Arkitekturer som stöds" #. Tag: para #: hardware.xml:44 #, no-c-format -msgid "Debian &release; supports eleven major architectures and several variations of each architecture known as flavors." -msgstr "Debian &release; stöder elva större arkitekturer och ett flertal variationer av varje arkitektur kända som varianter." +msgid "" +"Debian &release; supports eleven major architectures and several variations " +"of each architecture known as flavors." +msgstr "" +"Debian &release; stöder elva större arkitekturer och ett flertal variationer " +"av varje arkitektur kända som varianter." #. Tag: entry #: hardware.xml:55 @@ -261,9 +290,9 @@ msgstr "RiscPC" #. Tag: entry #: hardware.xml:118 -#, no-c-format -msgid "riscpc" -msgstr "riscpc" +#, fuzzy, no-c-format +msgid "rpc" +msgstr "powerpc" #. Tag: entry #: hardware.xml:122 @@ -309,9 +338,9 @@ msgstr "PReP" #. Tag: entry #: hardware.xml:131 -#, no-c-format -msgid "prep" -msgstr "prep" +#, fuzzy, no-c-format +msgid "prep" +msgstr "powerpc" #. Tag: entry #: hardware.xml:133 @@ -400,2931 +429,4058 @@ msgstr "r4k-ip22" #. Tag: entry #: hardware.xml:160 #, no-c-format -msgid "r5k-ip22" -msgstr "r5k-ip22" - -#. Tag: entry -#: hardware.xml:162 -#, no-c-format msgid "SGI IP32 (O2)" msgstr "SGI IP32 (O2)" #. Tag: entry -#: hardware.xml:163 +#: hardware.xml:161 #, no-c-format msgid "r5k-ip32" msgstr "r5k-ip32" #. Tag: entry -#: hardware.xml:165 -#: hardware.xml:183 +#: hardware.xml:163 hardware.xml:181 #, no-c-format msgid "Broadcom BCM91250A (SWARM)" msgstr "Broadcom BCM91250A (SWARM)" #. Tag: entry -#: hardware.xml:166 -#: hardware.xml:184 +#: hardware.xml:164 hardware.xml:182 #, no-c-format msgid "sb1-bcm91250a" msgstr "sb1-bcm91250a" #. Tag: entry -#: hardware.xml:168 -#: hardware.xml:186 +#: hardware.xml:166 hardware.xml:184 #, no-c-format msgid "Broadcom BCM91480B (BigSur)" msgstr "Broadcom BCM91480B (BigSur)" #. Tag: entry -#: hardware.xml:169 -#: hardware.xml:187 +#: hardware.xml:167 hardware.xml:185 #, no-c-format msgid "sb1a-bcm91480b" msgstr "sb1a-bcm91480b" #. Tag: entry -#: hardware.xml:173 +#: hardware.xml:171 #, no-c-format msgid "MIPS (little endian)" msgstr "MIPS (little endian)" #. Tag: entry -#: hardware.xml:174 +#: hardware.xml:172 #, no-c-format msgid "mipsel" msgstr "mipsel" #. Tag: entry -#: hardware.xml:175 +#: hardware.xml:173 #, no-c-format msgid "Cobalt" msgstr "Cobalt" #. Tag: entry -#: hardware.xml:176 +#: hardware.xml:174 #, no-c-format msgid "cobalt" msgstr "cobalt" #. Tag: entry -#: hardware.xml:178 +#: hardware.xml:176 #, no-c-format msgid "DECstation" msgstr "DECstation" #. Tag: entry -#: hardware.xml:179 -#: hardware.xml:1010 -#: hardware.xml:1025 -#: hardware.xml:1035 +#: hardware.xml:177 hardware.xml:1008 hardware.xml:1023 hardware.xml:1033 #, no-c-format msgid "r4k-kn04" msgstr "r4k-kn04" #. Tag: entry -#: hardware.xml:181 -#: hardware.xml:1005 -#: hardware.xml:1015 -#: hardware.xml:1020 -#: hardware.xml:1030 +#: hardware.xml:179 hardware.xml:1003 hardware.xml:1013 hardware.xml:1018 +#: hardware.xml:1028 #, no-c-format msgid "r3k-kn02" msgstr "r3k-kn02" #. Tag: entry -#: hardware.xml:191 +#: hardware.xml:189 #, no-c-format msgid "IBM S/390" msgstr "IBM S/390" #. Tag: entry -#: hardware.xml:192 +#: hardware.xml:190 #, no-c-format msgid "s390" msgstr "s390" #. Tag: entry -#: hardware.xml:193 +#: hardware.xml:191 #, no-c-format msgid "IPL from VM-reader and DASD" msgstr "IPL från VM-läsare och DASD" #. Tag: entry -#: hardware.xml:194 +#: hardware.xml:192 #, no-c-format msgid "generic" msgstr "generic" #. Tag: entry -#: hardware.xml:196 +#: hardware.xml:194 #, no-c-format msgid "IPL from tape" msgstr "IPL från tape" #. Tag: entry -#: hardware.xml:197 +#: hardware.xml:195 #, no-c-format msgid "tape" msgstr "tape" #. Tag: para -#: hardware.xml:202 +#: hardware.xml:200 #, no-c-format -msgid "This document covers installation for the &arch-title; architecture. If you are looking for information on any of the other Debian-supported architectures take a look at the Debian-Ports pages." -msgstr "Det här dokumentet täcker in installationen för &arch-title;-arkitekturen. Om du letar efter information om någon av de andra arkitekturerna som Debian stöder kan du se på sidorna för Anpassningar (porteringar)." +msgid "" +"This document covers installation for the &arch-title; " +"architecture. If you are looking for information on any of the other Debian-" +"supported architectures take a look at the Debian-Ports pages." +msgstr "" +"Det här dokumentet täcker in installationen för &arch-title;-arkitekturen. Om du letar efter information om någon av de andra " +"arkitekturerna som Debian stöder kan du se på sidorna för Anpassningar (porteringar)." #. Tag: para -#: hardware.xml:210 +#: hardware.xml:208 #, no-c-format -msgid "This is the first official release of &debian; for the &arch-title; architecture. We feel that it has proven itself sufficiently to be released. However, because it has not had the exposure (and hence testing by users) that some other architectures have had, you may encounter a few bugs. Use our Bug Tracking System to report any problems; make sure to mention the fact that the bug is on the &arch-title; platform. It can be necessary to use the debian-&arch-listname; mailing list as well." -msgstr "Det här är den första officiella utgåvan av &debian; för arkitekturen &arch-title;. Vi känner att den har bevisat sig vara tillräckligt bra för att ges ut. Dock har den inte haft samma exponering (och följaktligen testad av användarna) som andra arkitekturer har haft, kan du påträffa ett fåtal fel. Använd vår Felhanteringssystem för att rapportera problem; se till att påpeka fakta att felet gäller för plattformen &arch-title;. Det kan vara nödvändigt att använda sändlistan debian-&arch-listname; också." +msgid "" +"This is the first official release of &debian; for the &arch-title; " +"architecture. We feel that it has proven itself sufficiently to be released. " +"However, because it has not had the exposure (and hence testing by users) " +"that some other architectures have had, you may encounter a few bugs. Use " +"our Bug Tracking System to report any " +"problems; make sure to mention the fact that the bug is on the &arch-title; " +"platform. It can be necessary to use the debian-&arch-listname; mailing list as well." +msgstr "" +"Det här är den första officiella utgåvan av &debian; för arkitekturen &arch-" +"title;. Vi känner att den har bevisat sig vara tillräckligt bra för att ges " +"ut. Dock har den inte haft samma exponering (och följaktligen testad av " +"användarna) som andra arkitekturer har haft, kan du påträffa ett fåtal fel. " +"Använd vår Felhanteringssystem för att " +"rapportera problem; se till att påpeka fakta att felet gäller för " +"plattformen &arch-title;. Det kan vara nödvändigt att använda sändlistan debian-&arch-listname; också." #. Tag: title -#: hardware.xml:233 -#: hardware.xml:692 -#: hardware.xml:768 -#: hardware.xml:787 -#: hardware.xml:830 -#: hardware.xml:872 -#: hardware.xml:940 -#: hardware.xml:1099 -#: hardware.xml:1505 +#: hardware.xml:231 hardware.xml:690 hardware.xml:766 hardware.xml:785 +#: hardware.xml:828 hardware.xml:870 hardware.xml:938 hardware.xml:1097 +#: hardware.xml:1543 #, no-c-format msgid "CPU, Main Boards, and Video Support" msgstr "Processor, moderkort och grafikstöd" #. Tag: para -#: hardware.xml:234 +#: hardware.xml:232 #, no-c-format -msgid "Complete information regarding supported DEC Alphas can be found at Linux Alpha HOWTO. The purpose of this section is to describe the systems supported by the boot disks." -msgstr "Komplett information angående DEC Alphas som stöds kan hittas på Linux Alpha HOWTO. Meningen med den här sektionen är att beskriva system som stöds av uppstartsdisketter." +msgid "" +"Complete information regarding supported DEC Alphas can be found at Linux Alpha HOWTO. The purpose of this " +"section is to describe the systems supported by the boot disks." +msgstr "" +"Komplett information angående DEC Alphas som stöds kan hittas på Linux Alpha HOWTO. Meningen med den här " +"sektionen är att beskriva system som stöds av uppstartsdisketter." #. Tag: para -#: hardware.xml:241 +#: hardware.xml:239 #, no-c-format -msgid "Alpha machines are subdivided into different system types because there are a number of generations of motherboard and supporting chipsets. Different systems (sub-architectures) often have radically different engineering and capabilities. Therefore, the process of installing and, more to the point, booting, can vary from system to system." -msgstr "Alpha-maskiner är uppdelade i olika systemtyper för att de är ett antal generationer av moderkort och chipset. Olika system (underarkitekturer) är ofta radikalt olikt utvecklade och har olika möjligheter. Därför kan processen att installera och starta upp variera från system till system. " +msgid "" +"Alpha machines are subdivided into different system types because there are " +"a number of generations of motherboard and supporting chipsets. Different " +"systems (sub-architectures) often have radically different " +"engineering and capabilities. Therefore, the process of installing and, more " +"to the point, booting, can vary from system to system." +msgstr "" +"Alpha-maskiner är uppdelade i olika systemtyper för att de är ett antal " +"generationer av moderkort och chipset. Olika system " +"(underarkitekturer) är ofta radikalt olikt utvecklade och har " +"olika möjligheter. Därför kan processen att installera och starta upp " +"variera från system till system. " #. Tag: para -#: hardware.xml:249 +#: hardware.xml:247 #, no-c-format -msgid "The following table lists the system types supported by the Debian installation system. The table also indicates the code name for these system types. You'll need to know this code name when you actually begin the installation process:" -msgstr "Följande tabell listar de systemtyper som stöds av Debians installationssystem. Tabellen indikerar också kodnamnet för dessa systemtyper. Du behöver veta det här kodnamnet när du påbörjar installationsprocessen:" +msgid "" +"The following table lists the system types supported by the Debian " +"installation system. The table also indicates the code name for these system types. You'll need to know this code name when " +"you actually begin the installation process:" +msgstr "" +"Följande tabell listar de systemtyper som stöds av Debians " +"installationssystem. Tabellen indikerar också kodnamnet " +"för dessa systemtyper. Du behöver veta det här kodnamnet när du påbörjar " +"installationsprocessen:" #. Tag: entry -#: hardware.xml:266 +#: hardware.xml:264 #, no-c-format msgid "Hardware Type" msgstr "Maskinvarutyp" #. Tag: entry -#: hardware.xml:267 +#: hardware.xml:265 #, no-c-format msgid "Aliases" msgstr "Alias" #. Tag: entry -#: hardware.xml:267 +#: hardware.xml:265 #, no-c-format msgid "MILO image" msgstr "MILO-avbild" #. Tag: entry -#: hardware.xml:273 +#: hardware.xml:271 #, no-c-format msgid "ALCOR" msgstr "ALCOR" #. Tag: entry -#: hardware.xml:274 +#: hardware.xml:272 #, no-c-format msgid "AlphaStation 500 5/266.300" msgstr "AlphaStation 500 5/266.300" #. Tag: entry -#: hardware.xml:275 +#: hardware.xml:273 #, no-c-format msgid "Maverick" msgstr "Maverick" #. Tag: entry -#: hardware.xml:276 -#: hardware.xml:280 -#: hardware.xml:284 +#: hardware.xml:274 hardware.xml:278 hardware.xml:282 #, no-c-format msgid "alcor" msgstr "alcor" #. Tag: entry -#: hardware.xml:278 +#: hardware.xml:276 #, no-c-format msgid "AlphaStation 500 5/333...500" msgstr "AlphaStation 500 5/333...500" #. Tag: entry -#: hardware.xml:279 +#: hardware.xml:277 #, no-c-format msgid "Bret" msgstr "Bret" #. Tag: entry -#: hardware.xml:282 +#: hardware.xml:280 #, no-c-format msgid "AlphaStation 600/266...300" msgstr "AlphaStation 600/266...300" #. Tag: entry -#: hardware.xml:283 +#: hardware.xml:281 #, no-c-format msgid "Alcor" msgstr "Alcor" #. Tag: entry -#: hardware.xml:286 +#: hardware.xml:284 #, no-c-format msgid "AlphaStation 600/300...433" msgstr "AlphaStation 600/300...433" #. Tag: entry -#: hardware.xml:287 +#: hardware.xml:285 #, no-c-format msgid "XLT" msgstr "XLT" #. Tag: entry -#: hardware.xml:288 +#: hardware.xml:286 #, no-c-format msgid "xlt" msgstr "xlt" #. Tag: entry -#: hardware.xml:292 +#: hardware.xml:290 #, no-c-format msgid "BOOK1" msgstr "BOOK1" #. Tag: entry -#: hardware.xml:293 +#: hardware.xml:291 #, no-c-format msgid "AlphaBook1 (laptop)" msgstr "AlphaBook1 (laptop)" #. Tag: entry -#: hardware.xml:294 +#: hardware.xml:292 #, no-c-format msgid "Alphabook1/Burns" msgstr "Alphabook1/Burns" #. Tag: entry -#: hardware.xml:295 +#: hardware.xml:293 #, no-c-format msgid "book1" msgstr "book1" #. Tag: entry -#: hardware.xml:299 +#: hardware.xml:297 #, no-c-format msgid "AVANTI" msgstr "AVANTI" #. Tag: entry -#: hardware.xml:300 +#: hardware.xml:298 #, no-c-format msgid "AlphaStation 200 4/100...166" msgstr "AlphaStation 200 4/100...166" #. Tag: entry -#: hardware.xml:301 +#: hardware.xml:299 #, no-c-format msgid "Mustang" msgstr "Mustang" #. Tag: entry -#: hardware.xml:302 -#: hardware.xml:306 -#: hardware.xml:310 -#: hardware.xml:314 -#: hardware.xml:318 -#: hardware.xml:322 -#: hardware.xml:326 -#: hardware.xml:330 +#: hardware.xml:300 hardware.xml:304 hardware.xml:308 hardware.xml:312 +#: hardware.xml:316 hardware.xml:320 hardware.xml:324 hardware.xml:328 #, no-c-format msgid "avanti" msgstr "avanti" #. Tag: entry -#: hardware.xml:304 +#: hardware.xml:302 #, no-c-format msgid "AlphaStation 200 4/233" msgstr "AlphaStation 200 4/233" #. Tag: entry -#: hardware.xml:305 +#: hardware.xml:303 #, no-c-format msgid "Mustang+" msgstr "Mustang+" #. Tag: entry -#: hardware.xml:308 +#: hardware.xml:306 #, no-c-format msgid "AlphaStation 205 4/133...333" msgstr "AlphaStation 205 4/133...333" #. Tag: entry -#: hardware.xml:309 +#: hardware.xml:307 #, no-c-format msgid "LX3" msgstr "LX3" #. Tag: entry -#: hardware.xml:312 +#: hardware.xml:310 #, no-c-format msgid "AlphaStation 250 4/300" msgstr "AlphaStation 250 4/300" #. Tag: entry -#: hardware.xml:313 +#: hardware.xml:311 #, no-c-format msgid "M3+" msgstr "M3+" #. Tag: entry -#: hardware.xml:316 +#: hardware.xml:314 #, no-c-format msgid "AlphaStation 255 4/133...333" msgstr "AlphaStation 255 4/133...333" #. Tag: entry -#: hardware.xml:317 +#: hardware.xml:315 #, no-c-format msgid "LX3+" msgstr "LX3+" #. Tag: entry -#: hardware.xml:320 +#: hardware.xml:318 #, no-c-format msgid "AlphaStation 300 4/266" msgstr "AlphaStation 300 4/266" #. Tag: entry -#: hardware.xml:321 +#: hardware.xml:319 #, no-c-format msgid "Melmac" msgstr "Melmac" #. Tag: entry -#: hardware.xml:324 +#: hardware.xml:322 #, no-c-format msgid "AlphaStation 400 4/166" msgstr "AlphaStation 400 4/166" #. Tag: entry -#: hardware.xml:325 +#: hardware.xml:323 #, no-c-format msgid "Chinet" msgstr "Chinet" #. Tag: entry -#: hardware.xml:328 +#: hardware.xml:326 #, no-c-format msgid "AlphaStation 400 4/233...300" msgstr "AlphaStation 400 4/233...300" #. Tag: entry -#: hardware.xml:329 +#: hardware.xml:327 #, no-c-format msgid "Avanti" msgstr "Avanti" #. Tag: entry -#: hardware.xml:334 -#: hardware.xml:347 -#: hardware.xml:348 +#: hardware.xml:332 hardware.xml:345 hardware.xml:346 #, no-c-format msgid "EB164" msgstr "EB164" #. Tag: entry -#: hardware.xml:335 +#: hardware.xml:333 #, no-c-format msgid "AlphaPC164" msgstr "AlphaPC164" #. Tag: entry -#: hardware.xml:336 +#: hardware.xml:334 #, no-c-format msgid "PC164" msgstr "PC164" #. Tag: entry -#: hardware.xml:337 +#: hardware.xml:335 #, no-c-format msgid "pc164" msgstr "pc164" #. Tag: entry -#: hardware.xml:339 +#: hardware.xml:337 #, no-c-format msgid "AlphaPC164-LX" msgstr "AlphaPC164-LX" #. Tag: entry -#: hardware.xml:340 +#: hardware.xml:338 #, no-c-format msgid "LX164" msgstr "LX164" #. Tag: entry -#: hardware.xml:341 +#: hardware.xml:339 #, no-c-format msgid "lx164" msgstr "lx164" #. Tag: entry -#: hardware.xml:343 +#: hardware.xml:341 #, no-c-format msgid "AlphaPC164-SX" msgstr "AlphaPC164-SX" #. Tag: entry -#: hardware.xml:344 +#: hardware.xml:342 #, no-c-format msgid "SX164" msgstr "SX164" #. Tag: entry -#: hardware.xml:345 +#: hardware.xml:343 #, no-c-format msgid "sx164" msgstr "sx164" #. Tag: entry -#: hardware.xml:349 +#: hardware.xml:347 #, no-c-format msgid "eb164" msgstr "eb164" #. Tag: entry -#: hardware.xml:353 -#: hardware.xml:362 -#: hardware.xml:363 +#: hardware.xml:351 hardware.xml:360 hardware.xml:361 #, no-c-format msgid "EB64+" msgstr "EB64+" #. Tag: entry -#: hardware.xml:354 +#: hardware.xml:352 #, no-c-format msgid "AlphaPC64" msgstr "AlphaPC64" #. Tag: entry -#: hardware.xml:355 -#: hardware.xml:359 +#: hardware.xml:353 hardware.xml:357 #, no-c-format msgid "Cabriolet" msgstr "Cabriolet" #. Tag: entry -#: hardware.xml:356 -#: hardware.xml:360 +#: hardware.xml:354 hardware.xml:358 #, no-c-format msgid "cabriolet" msgstr "cabriolet" #. Tag: entry -#: hardware.xml:358 +#: hardware.xml:356 #, no-c-format msgid "AlphaPCI64" msgstr "AlphaPCI64" #. Tag: entry -#: hardware.xml:364 +#: hardware.xml:362 #, no-c-format msgid "eb64p" msgstr "eb64p" #. Tag: entry -#: hardware.xml:368 -#: hardware.xml:369 -#: hardware.xml:370 +#: hardware.xml:366 hardware.xml:367 hardware.xml:368 #, no-c-format msgid "EB66" msgstr "EB66" #. Tag: entry -#: hardware.xml:371 +#: hardware.xml:369 #, no-c-format msgid "eb66" msgstr "eb66" #. Tag: entry -#: hardware.xml:373 -#: hardware.xml:374 +#: hardware.xml:371 hardware.xml:372 #, no-c-format msgid "EB66+" msgstr "EB66+" #. Tag: entry -#: hardware.xml:375 +#: hardware.xml:373 #, no-c-format msgid "eb66p" msgstr "eb66p" #. Tag: entry -#: hardware.xml:379 +#: hardware.xml:377 #, no-c-format msgid "JENSEN" msgstr "JENSEN" #. Tag: entry -#: hardware.xml:380 +#: hardware.xml:378 #, no-c-format msgid "DEC 2000 Model 300(S)" msgstr "DEC 2000 Modell 300(S)" #. Tag: entry -#: hardware.xml:381 -#: hardware.xml:389 +#: hardware.xml:379 hardware.xml:387 #, no-c-format msgid "Jensen" msgstr "Jensen" #. Tag: entry -#: hardware.xml:382 -#: hardware.xml:386 -#: hardware.xml:390 -#: hardware.xml:451 -#: hardware.xml:455 -#: hardware.xml:473 -#: hardware.xml:477 -#: hardware.xml:481 -#: hardware.xml:485 -#: hardware.xml:489 -#: hardware.xml:493 -#: hardware.xml:497 -#: hardware.xml:511 -#: hardware.xml:515 -#: hardware.xml:519 -#: hardware.xml:523 -#: hardware.xml:527 -#: hardware.xml:561 -#: hardware.xml:565 -#: hardware.xml:569 -#: hardware.xml:573 -#: hardware.xml:587 -#: hardware.xml:591 -#: hardware.xml:595 -#: hardware.xml:599 -#: hardware.xml:606 -#: hardware.xml:610 -#: hardware.xml:614 -#: hardware.xml:618 -#: hardware.xml:622 -#: hardware.xml:626 -#: hardware.xml:630 -#: hardware.xml:634 -#: hardware.xml:638 -#: hardware.xml:642 -#: hardware.xml:646 -#: hardware.xml:650 -#: hardware.xml:654 -#: hardware.xml:661 -#: hardware.xml:665 +#: hardware.xml:380 hardware.xml:384 hardware.xml:388 hardware.xml:449 +#: hardware.xml:453 hardware.xml:471 hardware.xml:475 hardware.xml:479 +#: hardware.xml:483 hardware.xml:487 hardware.xml:491 hardware.xml:495 +#: hardware.xml:509 hardware.xml:513 hardware.xml:517 hardware.xml:521 +#: hardware.xml:525 hardware.xml:559 hardware.xml:563 hardware.xml:567 +#: hardware.xml:571 hardware.xml:585 hardware.xml:589 hardware.xml:593 +#: hardware.xml:597 hardware.xml:604 hardware.xml:608 hardware.xml:612 +#: hardware.xml:616 hardware.xml:620 hardware.xml:624 hardware.xml:628 +#: hardware.xml:632 hardware.xml:636 hardware.xml:640 hardware.xml:644 +#: hardware.xml:648 hardware.xml:652 hardware.xml:659 hardware.xml:663 #, no-c-format msgid "N/A" msgstr "Inte tillgänglig" #. Tag: entry -#: hardware.xml:384 +#: hardware.xml:382 #, no-c-format msgid "DEC 2000 Model 500" msgstr "DEC 2000 Modell 500" #. Tag: entry -#: hardware.xml:385 +#: hardware.xml:383 #, no-c-format msgid "Culzen" msgstr "Culzen" #. Tag: entry -#: hardware.xml:388 +#: hardware.xml:386 #, no-c-format msgid "DECpc 150" msgstr "DECpc 150" #. Tag: entry -#: hardware.xml:394 +#: hardware.xml:392 #, no-c-format msgid "MIATA" msgstr "MIATA" #. Tag: entry -#: hardware.xml:395 +#: hardware.xml:393 #, no-c-format msgid "Personal WorkStation 433a" msgstr "Personal WorkStation 433a" #. Tag: entry -#: hardware.xml:396 -#: hardware.xml:400 -#: hardware.xml:404 -#: hardware.xml:408 -#: hardware.xml:412 -#: hardware.xml:416 -#: hardware.xml:420 -#: hardware.xml:424 +#: hardware.xml:394 hardware.xml:398 hardware.xml:402 hardware.xml:406 +#: hardware.xml:410 hardware.xml:414 hardware.xml:418 hardware.xml:422 #, no-c-format msgid "Miata" msgstr "Miata" #. Tag: entry -#: hardware.xml:397 -#: hardware.xml:401 -#: hardware.xml:405 -#: hardware.xml:409 -#: hardware.xml:413 -#: hardware.xml:417 -#: hardware.xml:421 -#: hardware.xml:425 +#: hardware.xml:395 hardware.xml:399 hardware.xml:403 hardware.xml:407 +#: hardware.xml:411 hardware.xml:415 hardware.xml:419 hardware.xml:423 #, no-c-format msgid "miata" msgstr "miata" #. Tag: entry -#: hardware.xml:399 +#: hardware.xml:397 #, no-c-format msgid "Personal WorkStation 433au" msgstr "Personal WorkStation 433au" #. Tag: entry -#: hardware.xml:403 +#: hardware.xml:401 #, no-c-format msgid "Personal WorkStation 466au" msgstr "Personal WorkStation 466au" #. Tag: entry -#: hardware.xml:407 +#: hardware.xml:405 #, no-c-format msgid "Personal WorkStation 500a" msgstr "Personal WorkStation 500a" #. Tag: entry -#: hardware.xml:411 +#: hardware.xml:409 #, no-c-format msgid "Personal WorkStation 500au" msgstr "Personal WorkStation 500au" #. Tag: entry -#: hardware.xml:415 +#: hardware.xml:413 #, no-c-format msgid "Personal WorkStation 550au" msgstr "Personal WorkStation 550au" #. Tag: entry -#: hardware.xml:419 +#: hardware.xml:417 #, no-c-format msgid "Personal WorkStation 600a" msgstr "Personal WorkStation 600a" #. Tag: entry -#: hardware.xml:423 +#: hardware.xml:421 #, no-c-format msgid "Personal WorkStation 600au" msgstr "Personal WorkStation 600au" #. Tag: entry -#: hardware.xml:429 +#: hardware.xml:427 #, no-c-format msgid "MIKASA" msgstr "MIKASA" #. Tag: entry -#: hardware.xml:430 +#: hardware.xml:428 #, no-c-format msgid "AlphaServer 1000 4/200" msgstr "AlphaServer 1000 4/200" #. Tag: entry -#: hardware.xml:431 +#: hardware.xml:429 #, no-c-format msgid "Mikasa" msgstr "Mikasa" #. Tag: entry -#: hardware.xml:432 -#: hardware.xml:436 -#: hardware.xml:440 -#: hardware.xml:444 +#: hardware.xml:430 hardware.xml:434 hardware.xml:438 hardware.xml:442 #, no-c-format msgid "mikasa" msgstr "mikasa" #. Tag: entry -#: hardware.xml:434 +#: hardware.xml:432 #, no-c-format msgid "AlphaServer 1000 4/233..266" msgstr "AlphaServer 1000 4/233..266" #. Tag: entry -#: hardware.xml:435 +#: hardware.xml:433 #, no-c-format msgid "Mikasa+" msgstr "Mikasa+" #. Tag: entry -#: hardware.xml:438 -#: hardware.xml:442 +#: hardware.xml:436 hardware.xml:440 #, no-c-format msgid "AlphaServer 1000 5/300" msgstr "AlphaServer 1000 5/300" #. Tag: entry -#: hardware.xml:439 +#: hardware.xml:437 #, no-c-format msgid "Mikasa-Pinnacle" msgstr "Mikasa-Pinnacle" #. Tag: entry -#: hardware.xml:443 +#: hardware.xml:441 #, no-c-format msgid "Mikasa-Primo" msgstr "Mikasa-Primo" #. Tag: entry -#: hardware.xml:448 +#: hardware.xml:446 #, no-c-format msgid "NAUTILUS" msgstr "NAUTILUS" #. Tag: entry -#: hardware.xml:449 +#: hardware.xml:447 #, no-c-format msgid "UP1000" msgstr "UP1000" #. Tag: entry -#: hardware.xml:450 +#: hardware.xml:448 #, no-c-format msgid "Nautilus" msgstr "Nautilus" #. Tag: entry -#: hardware.xml:453 +#: hardware.xml:451 #, no-c-format msgid "UP1100" msgstr "UP1100" #. Tag: entry -#: hardware.xml:454 +#: hardware.xml:452 #, no-c-format msgid "Galaxy-Train/Nautilus Jr." msgstr "Galaxy-Train/Nautilus Jr." #. Tag: entry -#: hardware.xml:459 +#: hardware.xml:457 #, no-c-format msgid "NONAME" msgstr "NONAME" #. Tag: entry -#: hardware.xml:460 +#: hardware.xml:458 #, no-c-format msgid "AXPpci33" msgstr "AXPpci33" #. Tag: entry -#: hardware.xml:461 +#: hardware.xml:459 #, no-c-format msgid "Noname" msgstr "Noname" #. Tag: entry -#: hardware.xml:462 -#: hardware.xml:466 +#: hardware.xml:460 hardware.xml:464 #, no-c-format msgid "noname" msgstr "noname" #. Tag: entry -#: hardware.xml:464 +#: hardware.xml:462 #, no-c-format msgid "UDB" msgstr "UDB" #. Tag: entry -#: hardware.xml:465 +#: hardware.xml:463 #, no-c-format msgid "Multia" msgstr "Multia" #. Tag: entry -#: hardware.xml:470 +#: hardware.xml:468 #, no-c-format msgid "NORITAKE" msgstr "NORITAKE" #. Tag: entry -#: hardware.xml:471 +#: hardware.xml:469 #, no-c-format msgid "AlphaServer 1000A 4/233...266" msgstr "AlphaServer 1000A 4/233...266" #. Tag: entry -#: hardware.xml:472 +#: hardware.xml:470 #, no-c-format msgid "Noritake" msgstr "Noritake" #. Tag: entry -#: hardware.xml:475 +#: hardware.xml:473 #, no-c-format msgid "AlphaServer 1000A 5/300" msgstr "AlphaServer 1000A 5/300" #. Tag: entry -#: hardware.xml:476 +#: hardware.xml:474 #, no-c-format msgid "Noritake-Pinnacle" msgstr "Noritake-Pinnacle" #. Tag: entry -#: hardware.xml:479 +#: hardware.xml:477 #, no-c-format msgid "AlphaServer 1000A 5/333...500" msgstr "AlphaServer 1000A 5/333...500" #. Tag: entry -#: hardware.xml:480 +#: hardware.xml:478 #, no-c-format msgid "Noritake-Primo" msgstr "Noritake-Primo" #. Tag: entry -#: hardware.xml:483 +#: hardware.xml:481 #, no-c-format msgid "AlphaServer 800 5/333...500" msgstr "AlphaServer 800 5/333...500" #. Tag: entry -#: hardware.xml:484 -#: hardware.xml:492 -#: hardware.xml:496 +#: hardware.xml:482 hardware.xml:490 hardware.xml:494 #, no-c-format msgid "Corelle" msgstr "Corelle" #. Tag: entry -#: hardware.xml:487 +#: hardware.xml:485 #, no-c-format msgid "AlphaStation 600 A" msgstr "AlphaStation 600 A" #. Tag: entry -#: hardware.xml:488 +#: hardware.xml:486 #, no-c-format msgid "Alcor-Primo" msgstr "Alcor-Primo" #. Tag: entry -#: hardware.xml:491 +#: hardware.xml:489 #, no-c-format msgid "Digital Server 3300" msgstr "Digital Server 3300" #. Tag: entry -#: hardware.xml:495 +#: hardware.xml:493 #, no-c-format msgid "Digital Server 3300R" msgstr "Digital Server 3300R" #. Tag: entry -#: hardware.xml:501 +#: hardware.xml:499 #, no-c-format msgid "PLATFORM 2000" msgstr "PLATTFORM 2000" #. Tag: entry -#: hardware.xml:502 -#: hardware.xml:503 +#: hardware.xml:500 hardware.xml:501 #, no-c-format msgid "P2K" msgstr "P2K" #. Tag: entry -#: hardware.xml:504 +#: hardware.xml:502 #, no-c-format msgid "p2k" msgstr "p2k" #. Tag: entry -#: hardware.xml:508 +#: hardware.xml:506 #, no-c-format msgid "RAWHIDE" msgstr "RAWHIDE" #. Tag: entry -#: hardware.xml:509 +#: hardware.xml:507 #, no-c-format msgid "AlphaServer 1200 5/xxx" msgstr "AlphaServer 1200 5/xxx" #. Tag: entry -#: hardware.xml:510 -#: hardware.xml:522 +#: hardware.xml:508 hardware.xml:520 #, no-c-format msgid "Tincup/DaVinci" msgstr "Tincup/DaVinci" #. Tag: entry -#: hardware.xml:513 +#: hardware.xml:511 #, no-c-format msgid "AlphaServer 4000 5/xxx" msgstr "AlphaServer 4000 5/xxx" #. Tag: entry -#: hardware.xml:514 +#: hardware.xml:512 #, no-c-format msgid "Wrangler/Durango" msgstr "Wrangler/Durango" #. Tag: entry -#: hardware.xml:517 +#: hardware.xml:515 #, no-c-format msgid "AlphaServer 4100 5/xxx" msgstr "AlphaServer 4100 5/xxx" #. Tag: entry -#: hardware.xml:518 -#: hardware.xml:526 +#: hardware.xml:516 hardware.xml:524 #, no-c-format msgid "Dodge" msgstr "Dodge" #. Tag: entry -#: hardware.xml:521 +#: hardware.xml:519 #, no-c-format msgid "Digital Server 5300" msgstr "Digital Server 5300" #. Tag: entry -#: hardware.xml:525 +#: hardware.xml:523 #, no-c-format msgid "Digital Server 7300" msgstr "Digital Server 7300" #. Tag: entry -#: hardware.xml:531 +#: hardware.xml:529 #, no-c-format msgid "RUFFIAN" msgstr "RUFFIAN" #. Tag: entry -#: hardware.xml:532 +#: hardware.xml:530 #, no-c-format msgid "DeskStation AlphaPC164-UX" msgstr "DeskStation AlphaPC164-UX" #. Tag: entry -#: hardware.xml:533 -#: hardware.xml:537 -#: hardware.xml:541 -#: hardware.xml:545 -#: hardware.xml:549 -#: hardware.xml:553 +#: hardware.xml:531 hardware.xml:535 hardware.xml:539 hardware.xml:543 +#: hardware.xml:547 hardware.xml:551 #, no-c-format msgid "Ruffian" msgstr "Ruffian" #. Tag: entry -#: hardware.xml:534 -#: hardware.xml:538 -#: hardware.xml:542 -#: hardware.xml:546 -#: hardware.xml:550 -#: hardware.xml:554 +#: hardware.xml:532 hardware.xml:536 hardware.xml:540 hardware.xml:544 +#: hardware.xml:548 hardware.xml:552 #, no-c-format msgid "ruffian" msgstr "ruffian" #. Tag: entry -#: hardware.xml:536 +#: hardware.xml:534 #, no-c-format msgid "DeskStation RPL164-2" msgstr "DeskStation RPL164-2" #. Tag: entry -#: hardware.xml:540 +#: hardware.xml:538 #, no-c-format msgid "DeskStation RPL164-4" msgstr "DeskStation RPL164-4" #. Tag: entry -#: hardware.xml:544 +#: hardware.xml:542 #, no-c-format msgid "DeskStation RPX164-2" msgstr "DeskStation RPX164-2" #. Tag: entry -#: hardware.xml:548 +#: hardware.xml:546 #, no-c-format msgid "DeskStation RPX164-4" msgstr "DeskStation RPX164-4" #. Tag: entry -#: hardware.xml:552 +#: hardware.xml:550 #, no-c-format msgid "Samsung AlphaPC164-BX" msgstr "Samsung AlphaPC164-BX" #. Tag: entry -#: hardware.xml:558 +#: hardware.xml:556 #, no-c-format msgid "SABLE" msgstr "SABLE" #. Tag: entry -#: hardware.xml:559 +#: hardware.xml:557 #, no-c-format msgid "AlphaServer 2000 4/xxx" msgstr "AlphaServer 2000 4/xxx" #. Tag: entry -#: hardware.xml:560 +#: hardware.xml:558 #, no-c-format msgid "Demi-Sable" msgstr "Demi-Sable" #. Tag: entry -#: hardware.xml:563 +#: hardware.xml:561 #, no-c-format msgid "AlphaServer 2000 5/xxx" msgstr "AlphaServer 2000 5/xxx" #. Tag: entry -#: hardware.xml:564 +#: hardware.xml:562 #, no-c-format msgid "Demi-Gamma-Sable" msgstr "Demi-Gamma-Sable" #. Tag: entry -#: hardware.xml:567 +#: hardware.xml:565 #, no-c-format msgid "AlphaServer 2100 4/xxx" msgstr "AlphaServer 2100 4/xxx" #. Tag: entry -#: hardware.xml:568 +#: hardware.xml:566 #, no-c-format msgid "Sable" msgstr "Sable" #. Tag: entry -#: hardware.xml:571 +#: hardware.xml:569 #, no-c-format msgid "AlphaServer 2100 5/xxx" msgstr "AlphaServer 2100 5/xxx" #. Tag: entry -#: hardware.xml:572 +#: hardware.xml:570 #, no-c-format msgid "Gamma-Sable" msgstr "Gamma-Sable" #. Tag: entry -#: hardware.xml:577 +#: hardware.xml:575 #, no-c-format msgid "TAKARA" msgstr "TAKARA" #. Tag: entry -#: hardware.xml:578 +#: hardware.xml:576 #, no-c-format msgid "21164 PICMG SBC" msgstr "21164 PICMG SBC" #. Tag: entry -#: hardware.xml:579 +#: hardware.xml:577 #, no-c-format msgid "Takara" msgstr "Takara" #. Tag: entry -#: hardware.xml:580 +#: hardware.xml:578 #, no-c-format msgid "takara" msgstr "takara" #. Tag: entry -#: hardware.xml:584 +#: hardware.xml:582 #, no-c-format msgid "TITAN" msgstr "TITAN" #. Tag: entry -#: hardware.xml:585 +#: hardware.xml:583 #, no-c-format msgid "AlphaServer DS15" msgstr "AlphaServer DS15" #. Tag: entry -#: hardware.xml:586 +#: hardware.xml:584 #, no-c-format msgid "HyperBrick2" msgstr "HyperBrick2" #. Tag: entry -#: hardware.xml:589 +#: hardware.xml:587 #, no-c-format msgid "AlphaServer DS25" msgstr "AlphaServer DS25" #. Tag: entry -#: hardware.xml:590 +#: hardware.xml:588 #, no-c-format msgid "Granite" msgstr "Granite" #. Tag: entry -#: hardware.xml:593 +#: hardware.xml:591 #, no-c-format msgid "AlphaServer ES45" msgstr "AlphaServer ES45" #. Tag: entry -#: hardware.xml:594 +#: hardware.xml:592 #, no-c-format msgid "Privateer" msgstr "Privateer" #. Tag: entry -#: hardware.xml:597 -#: hardware.xml:636 -#: hardware.xml:640 +#: hardware.xml:595 hardware.xml:634 hardware.xml:638 #, no-c-format msgid "UNKNOWN" msgstr "OKÄND" #. Tag: entry -#: hardware.xml:598 +#: hardware.xml:596 #, no-c-format msgid "Yukon" msgstr "Yukon" #. Tag: entry -#: hardware.xml:603 +#: hardware.xml:601 #, no-c-format msgid "TSUNAMI" msgstr "TSUNAMI" #. Tag: entry -#: hardware.xml:604 +#: hardware.xml:602 #, no-c-format msgid "AlphaServer DS10" msgstr "AlphaServer DS10" #. Tag: entry -#: hardware.xml:605 -#: hardware.xml:653 +#: hardware.xml:603 hardware.xml:651 #, no-c-format msgid "Webbrick" msgstr "Webbrick" #. Tag: entry -#: hardware.xml:608 +#: hardware.xml:606 #, no-c-format msgid "AlphaServer DS10L" msgstr "AlphaServer DS10L" #. Tag: entry -#: hardware.xml:609 +#: hardware.xml:607 #, no-c-format msgid "Slate" msgstr "Slate" #. Tag: entry -#: hardware.xml:612 +#: hardware.xml:610 #, no-c-format msgid "AlphaServer DS20" msgstr "AlphaServer DS20" #. Tag: entry -#: hardware.xml:613 +#: hardware.xml:611 #, no-c-format msgid "Catamaran/Goldrush" msgstr "Catamaran/Goldrush" #. Tag: entry -#: hardware.xml:616 +#: hardware.xml:614 #, no-c-format msgid "AlphaServer DS20E" msgstr "AlphaServer DS20E" #. Tag: entry -#: hardware.xml:617 +#: hardware.xml:615 #, no-c-format msgid "Goldrack" msgstr "Goldrack" #. Tag: entry -#: hardware.xml:620 +#: hardware.xml:618 #, no-c-format msgid "AlphaServer DS20L" msgstr "AlphaServer DS20L" #. Tag: entry -#: hardware.xml:621 +#: hardware.xml:619 #, no-c-format msgid "Shark" msgstr "Shark" #. Tag: entry -#: hardware.xml:624 +#: hardware.xml:622 #, no-c-format msgid "AlphaServer ES40" msgstr "AlphaServer ES40" #. Tag: entry -#: hardware.xml:625 +#: hardware.xml:623 #, no-c-format msgid "Clipper" msgstr "Clipper" #. Tag: entry -#: hardware.xml:628 -#: hardware.xml:629 +#: hardware.xml:626 hardware.xml:627 #, no-c-format msgid "DP264" msgstr "DP264" #. Tag: entry -#: hardware.xml:632 +#: hardware.xml:630 #, no-c-format msgid "SMARTengine 21264 PCI/ISA SBC" msgstr "SMARTengine 21264 PCI/ISA SBC" #. Tag: entry -#: hardware.xml:633 +#: hardware.xml:631 #, no-c-format msgid "Eiger" msgstr "Eiger" #. Tag: entry -#: hardware.xml:637 +#: hardware.xml:635 #, no-c-format msgid "Warhol" msgstr "Warhol" #. Tag: entry -#: hardware.xml:641 +#: hardware.xml:639 #, no-c-format msgid "Windjammer" msgstr "Windjammer" #. Tag: entry -#: hardware.xml:644 +#: hardware.xml:642 #, no-c-format msgid "UP2000" msgstr "UP2000" #. Tag: entry -#: hardware.xml:645 +#: hardware.xml:643 #, no-c-format msgid "Swordfish" msgstr "Swordfish" #. Tag: entry -#: hardware.xml:648 +#: hardware.xml:646 #, no-c-format msgid "XP1000" msgstr "XP1000" #. Tag: entry -#: hardware.xml:649 +#: hardware.xml:647 #, no-c-format msgid "Monet/Brisbane" msgstr "Monet/Brisbane" #. Tag: entry -#: hardware.xml:652 +#: hardware.xml:650 #, no-c-format msgid "XP900" msgstr "XP900" #. Tag: entry -#: hardware.xml:658 +#: hardware.xml:656 #, no-c-format msgid "WILDFIRE" msgstr "WILDFIRE" #. Tag: entry -#: hardware.xml:659 +#: hardware.xml:657 #, no-c-format msgid "AlphaServer GS160" msgstr "AlphaServer GS160" #. Tag: entry -#: hardware.xml:660 -#: hardware.xml:664 +#: hardware.xml:658 hardware.xml:662 #, no-c-format msgid "Wildfire" msgstr "Wildfire" #. Tag: entry -#: hardware.xml:663 +#: hardware.xml:661 #, no-c-format msgid "AlphaServer GS320" msgstr "AlphaServer GS320" #. Tag: entry -#: hardware.xml:669 -#: hardware.xml:671 +#: hardware.xml:667 hardware.xml:669 #, no-c-format msgid "XL" msgstr "XL" #. Tag: entry -#: hardware.xml:670 +#: hardware.xml:668 #, no-c-format msgid "XL-233...266" msgstr "XL-233...266" #. Tag: entry -#: hardware.xml:672 +#: hardware.xml:670 #, no-c-format msgid "xl" msgstr "xl" #. Tag: para -#: hardware.xml:677 +#: hardware.xml:675 #, no-c-format -msgid "It is believed that Debian &releasename; supports installing on all alpha sub-architectures with the exception of the ARC-only Ruffian and XL sub-architectures and the Titan subarchitecture, which requires a change to the kernel compile options." -msgstr "Det är känt att Debian &releasename; har stöd för installationer på alla Alphas underarkitekturer med undantaget för Ruffian (endast ARC) och underarkitekturerna XL och Titan som kräver en ändring i inställningarna för kärnbyggnationen." +msgid "" +"It is believed that Debian &releasename; supports installing on all alpha " +"sub-architectures with the exception of the ARC-only Ruffian and XL sub-" +"architectures and the Titan subarchitecture, which requires a change to the " +"kernel compile options." +msgstr "" +"Det är känt att Debian &releasename; har stöd för installationer på alla " +"Alphas underarkitekturer med undantaget för Ruffian (endast ARC) och " +"underarkitekturerna XL och Titan som kräver en ändring i inställningarna för " +"kärnbyggnationen." #. Tag: para -#: hardware.xml:694 +#: hardware.xml:692 #, no-c-format -msgid "Each distinct ARM architecture requires its own kernel. Because of this the standard Debian distribution only supports installation on a number of the most common systems. The Debian userland however may be used by any ARM CPU including xscale." -msgstr "Varje enstake ARM-arkitektur kräver sin egna kärna. På grund av det här har Debian-utgåvan endast stöd för installation på ett antal av de mest vanliga systemen. Debians användarmiljö kan dock användas av alla ARM-processor inklusive xscale." +msgid "" +"Each distinct ARM architecture requires its own kernel. Because of this the " +"standard Debian distribution only supports installation on a number of the " +"most common systems. The Debian userland however may be used by " +"any ARM CPU including xscale." +msgstr "" +"Varje enstake ARM-arkitektur kräver sin egna kärna. På grund av det här har " +"Debian-utgåvan endast stöd för installation på ett antal av de mest vanliga " +"systemen. Debians användarmiljö kan dock användas av alla ARM-processor inklusive xscale." #. Tag: para -#: hardware.xml:702 +#: hardware.xml:700 #, no-c-format -msgid "Most ARM CPUs may be run in either endian mode (big or little). However, the majority of current system implementation uses little-endian mode. Debian currently only supports little-endian ARM systems." -msgstr "De flesta ARM-processorer kan köras i båda endian-lägena (big eller little). Dock använder majoriteten av alla nuvarande systemimplementationer läget för little-endian. Debian har för närvarande endast stöd för little-endian på ARM-system." +msgid "" +"Most ARM CPUs may be run in either endian mode (big or little). However, the " +"majority of current system implementation uses little-endian mode. Debian " +"currently only supports little-endian ARM systems." +msgstr "" +"De flesta ARM-processorer kan köras i båda endian-lägena (big eller little). " +"Dock använder majoriteten av alla nuvarande systemimplementationer läget för " +"little-endian. Debian har för närvarande endast stöd för little-endian på " +"ARM-system." #. Tag: para -#: hardware.xml:710 +#: hardware.xml:708 #, no-c-format msgid "The supported systems are:" msgstr "De system som stöds är:" #. Tag: term -#: hardware.xml:717 +#: hardware.xml:715 #, no-c-format msgid "Netwinder" msgstr "Netwinder" #. Tag: para -#: hardware.xml:718 +#: hardware.xml:716 #, no-c-format -msgid "This is actually the name for the group of machines based upon the StrongARM 110 CPU and Intel 21285 Northbridge (also known as Footbridge). It comprises of machines like: Netwinder (possibly one of the most common ARM boxes), CATS (also known as the EB110ATX), EBSA 285 and Compaq personal server (cps, aka skiff)." -msgstr "Det här är det faktiska namnet för gruppen av maskiner baserade på StrongARM 110-processorn och Intel 21285 Northbridge (även känd som Footbridge). Det omfattar maskiner såsom: Netwinder (antagligen en av de mest vanliga ARM-boxarna), CATS (också känd som EB110ATX), EBSA 285 och Compaq personal server (cps, också känd som skiff)." +msgid "" +"This is actually the name for the group of machines based upon the StrongARM " +"110 CPU and Intel 21285 Northbridge (also known as Footbridge). It comprises " +"of machines like: Netwinder (possibly one of the most common ARM boxes), " +"CATS (also known as the EB110ATX), EBSA 285 and Compaq personal server (cps, " +"aka skiff)." +msgstr "" +"Det här är det faktiska namnet för gruppen av maskiner baserade på StrongARM " +"110-processorn och Intel 21285 Northbridge (även känd som Footbridge). Det " +"omfattar maskiner såsom: Netwinder (antagligen en av de mest vanliga ARM-" +"boxarna), CATS (också känd som EB110ATX), EBSA 285 och Compaq personal " +"server (cps, också känd som skiff)." #. Tag: term -#: hardware.xml:731 +#: hardware.xml:729 #, no-c-format msgid "NSLU2" msgstr "NSLU2" #. Tag: para -#: hardware.xml:732 +#: hardware.xml:730 #, no-c-format -msgid "The Linksys NSLU2 (Network Storage Link for USB 2.0 Disk Drives) is a small device which allows you to easily provide storage via the network. It comes with an Ethernet connection and two USB ports to which hard drives can be connected." -msgstr "Linksys NSLU2 (Nätverkslagringslänk för USB 2.0-hårddiskar) är en liten enhet som låter dig enkelt erbjuda lagringsmöjlighet via nätverket. Den kommer med en Ethernet-anslutning och två USB-portar till vilka hårddiskar kan anslutas." +msgid "" +"The Linksys NSLU2 (Network Storage Link for USB 2.0 Disk Drives) is a small " +"device which allows you to easily provide storage via the network. It comes " +"with an Ethernet connection and two USB ports to which hard drives can be " +"connected." +msgstr "" +"Linksys NSLU2 (Nätverkslagringslänk för USB 2.0-hårddiskar) är en liten " +"enhet som låter dig enkelt erbjuda lagringsmöjlighet via nätverket. Den " +"kommer med en Ethernet-anslutning och två USB-portar till vilka hårddiskar " +"kan anslutas." #. Tag: term -#: hardware.xml:743 +#: hardware.xml:741 #, no-c-format msgid "RiscPC" msgstr "RiscPC" #. Tag: para -#: hardware.xml:744 +#: hardware.xml:742 #, no-c-format -msgid "This machine is the oldest supported hardware: it was released in 1994. It has RISC OS in ROM, Linux can be booted from that OS using linloader. The RiscPC has a modular CPU card and typically has a 30MHz 610, 40MHz 710 or 233MHz Strongarm 110 CPU fitted. The mainboard has integrated IDE, SVGA video, parallel port, single serial port, PS/2 keyboard and proprietary mouse port. The proprietary module expansion bus allows for up to eight expansion cards to be fitted depending on configuration, several of these modules have Linux drivers." -msgstr "Den här maskinen är den äldsta maskinvaran som stöds: den gavs ut 1994. Det har RISC OS i ROM, Linux kan startas från det med linloader. RiscPC har ett modulärt processorkort och har normalt sett en 30MHz 610, 40MHz 710 eller en 233MHz Strongarm 110-processor. Moderkortet har integrerad IDE, SVGA, video, parallellport, en seriellport, PS/2-tangentbord och properitär musport. Den properitära modulutökningsbussen tillåter upp till åtta utökningskort att monteras beroende på konfiguration, flera av dessa moduler har Linux-drivrutiner." +msgid "" +"This machine is the oldest supported hardware: it was released in 1994. It " +"has RISC OS in ROM, Linux can be booted from that OS using linloader. The " +"RiscPC has a modular CPU card and typically has a 30MHz 610, 40MHz 710 or " +"233MHz Strongarm 110 CPU fitted. The mainboard has integrated IDE, SVGA " +"video, parallel port, single serial port, PS/2 keyboard and proprietary " +"mouse port. The proprietary module expansion bus allows for up to eight " +"expansion cards to be fitted depending on configuration, several of these " +"modules have Linux drivers." +msgstr "" +"Den här maskinen är den äldsta maskinvaran som stöds: den gavs ut 1994. Det " +"har RISC OS i ROM, Linux kan startas från det med linloader. RiscPC har ett " +"modulärt processorkort och har normalt sett en 30MHz 610, 40MHz 710 eller en " +"233MHz Strongarm 110-processor. Moderkortet har integrerad IDE, SVGA, video, " +"parallellport, en seriellport, PS/2-tangentbord och properitär musport. Den " +"properitära modulutökningsbussen tillåter upp till åtta utökningskort att " +"monteras beroende på konfiguration, flera av dessa moduler har Linux-" +"drivrutiner." #. Tag: para -#: hardware.xml:769 +#: hardware.xml:767 #, no-c-format -msgid "The are two major support &architecture; flavors: PA-RISC 1.1 and PA-RISC 2.0. The PA-RISC 1.1 architecture is targeted at 32-bit processors whereas the 2.0 architecture is targeted to the 64-bit processors. Some systems are able to run either kernel. In both cases, the userland is 32-bit. There is the possibility of a 64-bit userland in the future." -msgstr "Det finns två större &architecture; varianter som stöds: PA-RISC 1.1 och PA-RISC 2.0. Målsättningen för arkitekturen PA-RISC 1.1 är 32-bitars processor och 2.0-arkitekturen är målet 64-bitar processorer. Vissa system kan köra båda kärnorna. I båda fallet är userland 32-bitars. Det finns en möjlighet för ett 64-bitars userland i framtiden." +msgid "" +"The are two major support &architecture; flavors: PA-" +"RISC 1.1 and PA-RISC 2.0. The PA-RISC 1.1 architecture is targeted at 32-bit " +"processors whereas the 2.0 architecture is targeted to the 64-bit " +"processors. Some systems are able to run either kernel. In both cases, the " +"userland is 32-bit. There is the possibility of a 64-bit userland in the " +"future." +msgstr "" +"Det finns två större &architecture; varianter som " +"stöds: PA-RISC 1.1 och PA-RISC 2.0. Målsättningen för arkitekturen PA-RISC " +"1.1 är 32-bitars processor och 2.0-arkitekturen är målet 64-bitar " +"processorer. Vissa system kan köra båda kärnorna. I båda fallet är userland " +"32-bitars. Det finns en möjlighet för ett 64-bitars userland i framtiden." #. Tag: para -#: hardware.xml:788 +#: hardware.xml:786 #, no-c-format -msgid "Complete information concerning supported peripherals can be found at Linux Hardware Compatibility HOWTO. This section merely outlines the basics." -msgstr "Komplett information angående kringutrustning som stöds kan hittas i Linux Hardware Compatibility HOWTO. Den här sektionen innehåller endast grundläggande information." +msgid "" +"Complete information concerning supported peripherals can be found at Linux Hardware Compatibility HOWTO. " +"This section merely outlines the basics." +msgstr "" +"Komplett information angående kringutrustning som stöds kan hittas i Linux Hardware Compatibility HOWTO. Den " +"här sektionen innehåller endast grundläggande information." #. Tag: title -#: hardware.xml:796 -#: hardware.xml:913 +#: hardware.xml:794 hardware.xml:911 #, no-c-format msgid "CPU" msgstr "Processor" #. Tag: para -#: hardware.xml:797 +#: hardware.xml:795 #, no-c-format -msgid "Nearly all x86-based processors are supported; this includes AMD and VIA (former Cyrix) processors as well. Also the new processors like Athlon XP and Intel P4 Xeon are supported. However, Linux will not run on 286 or earlier processors." -msgstr "Nästan alla x86-baserade processorer finns stöd för; det här inkluderar processorer från AMD och VIA (tidigare Cyrix) också. Även nya processorer som Athlon XP och Intel P4 Xeon finns stöd för. Dock kan Linux inte köras på 286 eller tidigare processorer." +msgid "" +"Nearly all x86-based processors are supported; this includes AMD and VIA " +"(former Cyrix) processors as well. Also the new processors like Athlon XP " +"and Intel P4 Xeon are supported. However, Linux will not run on 286 or earlier processors." +msgstr "" +"Nästan alla x86-baserade processorer finns stöd för; det här inkluderar " +"processorer från AMD och VIA (tidigare Cyrix) också. Även nya processorer " +"som Athlon XP och Intel P4 Xeon finns stöd för. Dock kan Linux " +"inte köras på 286 eller tidigare processorer." #. Tag: title -#: hardware.xml:807 +#: hardware.xml:805 #, no-c-format msgid "I/O Bus" msgstr "In/ut-buss" #. Tag: para -#: hardware.xml:808 +#: hardware.xml:806 #, no-c-format -msgid "The system bus is the part of the motherboard which allows the CPU to communicate with peripherals such as storage devices. Your computer must use the ISA, EISA, PCI, the Microchannel Architecture (MCA, used in IBM's PS/2 line), or VESA Local Bus (VLB, sometimes called the VL bus)." -msgstr "Systembussen är den del av moderkortet som tillåter processorn att kommunicera med kringutrustning såsom lagringsenheter. Din dator måste använda ISA, EISA, PCI, MCA (Microchannel Architecture som används i IBM:s PS/2-utrustning) eller VESA Local Bus (VLB, kallas ibland VL-buss)." +msgid "" +"The system bus is the part of the motherboard which allows the CPU to " +"communicate with peripherals such as storage devices. Your computer must use " +"the ISA, EISA, PCI, the Microchannel Architecture (MCA, used in IBM's PS/2 " +"line), or VESA Local Bus (VLB, sometimes called the VL bus)." +msgstr "" +"Systembussen är den del av moderkortet som tillåter processorn att " +"kommunicera med kringutrustning såsom lagringsenheter. Din dator måste " +"använda ISA, EISA, PCI, MCA (Microchannel Architecture som används i IBM:s " +"PS/2-utrustning) eller VESA Local Bus (VLB, kallas ibland VL-buss)." #. Tag: para -#: hardware.xml:831 +#: hardware.xml:829 #, no-c-format -msgid "Complete information concerning supported M68000 based (&architecture;) systems can be found at the Linux/m68k FAQ. This section merely outlines the basics." -msgstr "Komplett information angående stöd för M68000-baserade (&architecture;) system kan hittas i Linux/m68k FAQ. Den här sektionen innehåller endast grundläggande information." +msgid "" +"Complete information concerning supported M68000 based " +"(&architecture;) systems can be found at the Linux/m68k FAQ. This section merely outlines the " +"basics." +msgstr "" +"Komplett information angående stöd för M68000-baserade " +"(&architecture;) system kan hittas i Linux/m68k FAQ. Den här sektionen innehåller endast " +"grundläggande information." #. Tag: para -#: hardware.xml:838 +#: hardware.xml:836 #, no-c-format -msgid "The &architecture; port of Linux runs on any 680x0 with a PMMU (Paged Memory Management Unit) and a FPU (floating-point unit). This includes the 68020 with an external 68851 PMMU, the 68030, and better, and excludes the EC line of 680x0 processors. See the Linux/m68k FAQ for complete details." -msgstr "Porteringen av &architecture; för Linux körs på valfri 680x0 med en PMMU (Paged Memory Management Unit) och en FPU (flyttalsprocessor). Det här inkluderar 68020 med en extern 68851 PMMU, 68030 och bättre men inte de olika EC-modellerna av 680x0-processorerna. Se Linux/m68k FAQ för kompletterande detaljer." +msgid "" +"The &architecture; port of Linux runs on any 680x0 with a PMMU (Paged Memory " +"Management Unit) and a FPU (floating-point unit). This includes the 68020 " +"with an external 68851 PMMU, the 68030, and better, and excludes the " +"EC line of 680x0 processors. See the Linux/m68k FAQ for complete details." +msgstr "" +"Porteringen av &architecture; för Linux körs på valfri 680x0 med en PMMU " +"(Paged Memory Management Unit) och en FPU (flyttalsprocessor). Det här " +"inkluderar 68020 med en extern 68851 PMMU, 68030 och bättre men inte de " +"olika EC-modellerna av 680x0-processorerna. Se Linux/m68k FAQ för kompletterande detaljer." #. Tag: para -#: hardware.xml:846 +#: hardware.xml:844 #, no-c-format -msgid "There are four major supported &architecture; flavors: Amiga, Atari, Macintosh and VME machines. Amiga and Atari were the first two systems to which Linux was ported; in keeping, they are also the two most well-supported Debian ports. The Macintosh line is supported incompletely, both by Debian and by the Linux kernel; see Linux m68k for Macintosh for project status and supported hardware. The BVM and Motorola single board VMEbus computers are the most recent addition to the list of machines supported by Debian. Ports to other &architecture; architectures, such as the Sun3 architecture and NeXT black box, are underway but not yet supported by Debian." -msgstr "Det finns fyra större varianter av &architecture; som stöds: Amiga, Atari, Macintosh och VME-maskiner. Amiga och Atari var de första två system till vilka Linux porterades; de var också de två Debianporteringar med mest stöd. Macintosh-familjen saknar fullt stöd, både av Debian och av Linux-kärnan; se Linux m68k för Macintosh för projektstatus och maskinvara som stöds. BVM- och Motorola enkelkorts VMEbus-datorer är de senast tillagda till listan av maskiner som stöds av Debian. Porteringar till andra &architecture;-arkitekturer, såsom Sun3-arkitekturen och NeXT-blackbox pågår men stöds ännu inte av Debian." +msgid "" +"There are four major supported &architecture; flavors: " +"Amiga, Atari, Macintosh and VME machines. Amiga and Atari were the first two " +"systems to which Linux was ported; in keeping, they are also the two most " +"well-supported Debian ports. The Macintosh line is supported incompletely, " +"both by Debian and by the Linux kernel; see Linux m68k for Macintosh for project status and supported " +"hardware. The BVM and Motorola single board VMEbus computers are the most " +"recent addition to the list of machines supported by Debian. Ports to other " +"&architecture; architectures, such as the Sun3 architecture and NeXT black " +"box, are underway but not yet supported by Debian." +msgstr "" +"Det finns fyra större varianter av &architecture; som " +"stöds: Amiga, Atari, Macintosh och VME-maskiner. Amiga och Atari var de " +"första två system till vilka Linux porterades; de var också de två " +"Debianporteringar med mest stöd. Macintosh-familjen saknar fullt stöd, både " +"av Debian och av Linux-kärnan; se Linux m68k " +"för Macintosh för projektstatus och maskinvara som stöds. BVM- och " +"Motorola enkelkorts VMEbus-datorer är de senast tillagda till listan av " +"maskiner som stöds av Debian. Porteringar till andra &architecture;-" +"arkitekturer, såsom Sun3-arkitekturen och NeXT-blackbox pågår men stöds ännu " +"inte av Debian." #. Tag: para -#: hardware.xml:873 +#: hardware.xml:871 #, no-c-format -msgid "Debian on &arch-title; supports the following platforms: SGI IP22: this platform includes the SGI machines Indy, Indigo 2 and Challenge S. Since these machines are very similar, whenever this document refers to the SGI Indy, the Indigo 2 and Challenge S are meant as well. SGI IP32: this platform is generally known as SGI O2. Broadcom BCM91250A (SWARM): this is an ATX form factor evaluation board from Broadcom based on the dual-core SB1 1250 CPU. Broadcom BCM91480B (BigSur): this is an ATX form factor evaluation board from Broadcom based on the quad-core SB1A 1480 CPU. Complete information regarding supported mips/mipsel machines can be found at the Linux-MIPS homepage. In the following, only the systems supported by the Debian installer will be covered. If you are looking for support for other subarchitectures, please contact the debian-&arch-listname; mailing list." -msgstr "Debian på &arch-title; stöder för närvarande följande plattformar: SGI IP22: den här plattformen inkluderar SGI-maskinerna Indy, Indigo 2 och Challenge S. Eftersom dessa maskiner är mycket lika och när det här dokumentet refererar till SGI Indy, innefattar det även Indigo 2 och Challenge S. SGI IP32: den här plattformen är generellt sett känd som SGI O2. Broadcom BCM91250A (SWARM): det här är ett ATX-evalueringskort från Broadcom baserat på deras dubbelkärnade SB1 1250-processor. Broadcom BCM91480B (BigSur): det är är ett ATX-format evalueringskort från Broadcom baserad på deras fyrkärnade SB1A 1480-processor. Komplett information angående stöd för mips/mipsel-maskiner kan hittas på Linux-MIPS-hemsidan. Från och med nu kommer endast system som stöds av Debians installerare av täckas in. Om du letar efter stöd för andra underarkitekturer, vänligen kontakta sändlistan debian-&arch-listname;." - -#. Tag: para -#: hardware.xml:914 +msgid "" +"Debian on &arch-title; supports the following platforms: " +" SGI IP22: this platform includes the SGI machines Indy, " +"Indigo 2 and Challenge S. Since these machines are very similar, whenever " +"this document refers to the SGI Indy, the Indigo 2 and Challenge S are meant " +"as well. SGI IP32: this platform is " +"generally known as SGI O2. Broadcom " +"BCM91250A (SWARM): this is an ATX form factor evaluation board from Broadcom " +"based on the dual-core SB1 1250 CPU. " +"Broadcom BCM91480B (BigSur): this is an ATX form factor evaluation board " +"from Broadcom based on the quad-core SB1A 1480 CPU. Complete information regarding supported mips/mipsel machines " +"can be found at the Linux-MIPS homepage. In the following, only the systems supported by the Debian installer " +"will be covered. If you are looking for support for other subarchitectures, " +"please contact the debian-&arch-" +"listname; mailing list." +msgstr "" +"Debian på &arch-title; stöder för närvarande följande plattformar: " +" SGI IP22: den här plattformen inkluderar SGI-" +"maskinerna Indy, Indigo 2 och Challenge S. Eftersom dessa maskiner är mycket " +"lika och när det här dokumentet refererar till SGI Indy, innefattar det även " +"Indigo 2 och Challenge S. SGI IP32: den " +"här plattformen är generellt sett känd som SGI O2. " +" Broadcom BCM91250A (SWARM): det här är ett ATX-" +"evalueringskort från Broadcom baserat på deras dubbelkärnade SB1 1250-" +"processor. Broadcom BCM91480B (BigSur): " +"det är är ett ATX-format evalueringskort från Broadcom baserad på deras " +"fyrkärnade SB1A 1480-processor. Komplett " +"information angående stöd för mips/mipsel-maskiner kan hittas på Linux-MIPS-hemsidan. Från och med nu kommer " +"endast system som stöds av Debians installerare av täckas in. Om du letar " +"efter stöd för andra underarkitekturer, vänligen kontakta sändlistan debian-&arch-listname;." + +#. Tag: para +#: hardware.xml:912 #, no-c-format -msgid "On SGI IP22, SGI Indy, Indigo 2 and Challenge S with R4000, R4400, R4600 and R5000 processors are supported by the Debian installation system on big endian MIPS. On SGI IP32, currently only systems based on the R5000 are supported. The Broadcom BCM91250A evaluation board comes with an SB1 1250 chip with two cores which are supported in SMP mode by this installer. Similarly, the BCM91480B evaluation board contains an SB1A 1480 chip with four cores which are supported in SMP mode." -msgstr "På SGI IP22, SGI Indy, Indigo 2 och Challenge S med R4000, R4400, R4600 och R5000-processorer stöds av Debians installationssystem på big-endian MIPS. På SGI IP32, stöds för närvarande endast system baserade på R5000. Evalueringskortet Broadcom BCM91250A kommer med ett SB1 1250-chip med två kärnor som stöds i SMP-läget av den här installeraren. Även evalueringskortet BCM91480B som innehåller ett SB1A 1480-chip med fyra kärnor stöds i SMP-läget." +msgid "" +"On SGI IP22, SGI Indy, Indigo 2 and Challenge S with R4000, R4400, R4600 and " +"R5000 processors are supported by the Debian installation system on big " +"endian MIPS. On SGI IP32, currently only systems based on the R5000 are " +"supported. The Broadcom BCM91250A evaluation board comes with an SB1 1250 " +"chip with two cores which are supported in SMP mode by this installer. " +"Similarly, the BCM91480B evaluation board contains an SB1A 1480 chip with " +"four cores which are supported in SMP mode." +msgstr "" +"På SGI IP22, SGI Indy, Indigo 2 och Challenge S med R4000, R4400, R4600 och " +"R5000-processorer stöds av Debians installationssystem på big-endian MIPS. " +"På SGI IP32, stöds för närvarande endast system baserade på R5000. " +"Evalueringskortet Broadcom BCM91250A kommer med ett SB1 1250-chip med två " +"kärnor som stöds i SMP-läget av den här installeraren. Även " +"evalueringskortet BCM91480B som innehåller ett SB1A 1480-chip med fyra " +"kärnor stöds i SMP-läget." #. Tag: para -#: hardware.xml:924 +#: hardware.xml:922 #, no-c-format -msgid "Some MIPS machines can be operated in both big and little endian mode. For little endian MIPS, please read the documentation for the mipsel architecture." -msgstr "Vissa MIPS-maskiner kan opereras i både big- och little-endian. För little-endian MIPS, vänligen läs dokumentationen för arkitekturen mipsel." +msgid "" +"Some MIPS machines can be operated in both big and little endian mode. For " +"little endian MIPS, please read the documentation for the mipsel " +"architecture." +msgstr "" +"Vissa MIPS-maskiner kan opereras i både big- och little-endian. För little-" +"endian MIPS, vänligen läs dokumentationen för arkitekturen mipsel." #. Tag: para -#: hardware.xml:941 +#: hardware.xml:939 #, no-c-format -msgid "Debian on &arch-title; supports the following platforms: DECstation: various models of the DECstation are supported. Cobalt Microserver: only MIPS based Cobalt machines are covered here. This includes the Cobalt Qube 2700 (Qube1), RaQ, Qube2 and RaQ2, and the Gateway Microserver. Broadcom BCM91250A (SWARM): this is an ATX form factor evaluation board from Broadcom based on the dual-core SB1 1250 CPU. Broadcom BCM91480B (BigSur): this is an ATX form factor evaluation board from Broadcom based on the quad-core SB1A 1480 CPU. Complete information regarding supported mips/mipsel machines can be found at the Linux-MIPS homepage. In the following, only the systems supported by the Debian installer will be covered. If you are looking for support for other subarchitectures, please contact the debian-&arch-listname; mailing list." -msgstr "Debian på &arch-title; stöds på följande plattformar: DECstation: olika modeller av DECstation stöds. Cobalt Microserver: endast MIPS-baserade Cobalt-maskiner täcks in här. Det här inkluderar Cobalt Qube 2700 (Qube1), RaQ, Qube2 och RaQ2, och Gateway Microserver. Broadcom BCM91250A (SWARM): det här är ett ATX-evalueringskort från Broadcom baserat på deras dubbelkärnade SB1 1250-processor. Broadcom BCM91480B (BigSur): detta är ett ATX-evalueringskort från Broadcom baserad på deras fyrkärnade SB1A 1480-processor. Komplett information angående vilka mips/mipsel-maskiner som stöds kan hittas på Linux-MIPS-hemsidan. Från och med nu kommer endast system som stöds av Debians installerare att täckas in. Om du letar efter stöds för andra underarkitekturer, vänligen kontakta sändlistan debian-&arch-listname;." +msgid "" +"Debian on &arch-title; supports the following platforms: " +" DECstation: various models of the DECstation are supported. " +" Cobalt Microserver: only MIPS based " +"Cobalt machines are covered here. This includes the Cobalt Qube 2700 " +"(Qube1), RaQ, Qube2 and RaQ2, and the Gateway Microserver. Broadcom BCM91250A (SWARM): this is an ATX form " +"factor evaluation board from Broadcom based on the dual-core SB1 1250 CPU. Broadcom BCM91480B (BigSur): this is an " +"ATX form factor evaluation board from Broadcom based on the quad-core SB1A " +"1480 CPU. Complete information regarding " +"supported mips/mipsel machines can be found at the Linux-MIPS homepage. In the following, only the systems " +"supported by the Debian installer will be covered. If you are looking for " +"support for other subarchitectures, please contact the debian-&arch-listname; mailing list." +msgstr "" +"Debian på &arch-title; stöds på följande plattformar: " +" DECstation: olika modeller av DECstation stöds. Cobalt Microserver: endast MIPS-baserade Cobalt-" +"maskiner täcks in här. Det här inkluderar Cobalt Qube 2700 (Qube1), RaQ, " +"Qube2 och RaQ2, och Gateway Microserver. " +"Broadcom BCM91250A (SWARM): det här är ett ATX-evalueringskort från Broadcom " +"baserat på deras dubbelkärnade SB1 1250-processor. " +" Broadcom BCM91480B (BigSur): detta är ett ATX-" +"evalueringskort från Broadcom baserad på deras fyrkärnade SB1A 1480-" +"processor. Komplett information angående " +"vilka mips/mipsel-maskiner som stöds kan hittas på Linux-MIPS-hemsidan. Från och med nu kommer endast system " +"som stöds av Debians installerare att täckas in. Om du letar efter stöds för " +"andra underarkitekturer, vänligen kontakta sändlistan debian-&arch-listname;." #. Tag: title -#: hardware.xml:981 +#: hardware.xml:979 #, no-c-format msgid "CPU/Machine types" msgstr "Processor/Maskintyper" #. Tag: para -#: hardware.xml:983 +#: hardware.xml:981 #, no-c-format -msgid "Currently only DECstations with R3000 and R4000/R4400 CPUs are supported by the Debian installation system on little endian MIPS. The Debian installation system works on the following machines:" -msgstr "För närvarande stöds endast DECstations med R3000 och R4000/R4400-processorer av Debians installationssystem på little-endian MIPS. Debians installationssystem fungerar på följande maskiner:" +msgid "" +"Currently only DECstations with R3000 and R4000/R4400 CPUs are supported by " +"the Debian installation system on little endian MIPS. The Debian " +"installation system works on the following machines:" +msgstr "" +"För närvarande stöds endast DECstations med R3000 och R4000/R4400-" +"processorer av Debians installationssystem på little-endian MIPS. Debians " +"installationssystem fungerar på följande maskiner:" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "System Type" msgstr "Systemtyp" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "CPU" msgstr "Processor" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "Code-name" msgstr "Kodnamn" #. Tag: entry -#: hardware.xml:996 +#: hardware.xml:994 #, no-c-format msgid "Debian subarchitecture" msgstr "Debian underarkitektur" #. Tag: entry -#: hardware.xml:1002 +#: hardware.xml:1000 #, no-c-format msgid "DECstation 5000/1xx" msgstr "DECstation 5000/1xx" #. Tag: entry -#: hardware.xml:1003 -#: hardware.xml:1013 -#: hardware.xml:1018 -#: hardware.xml:1028 +#: hardware.xml:1001 hardware.xml:1011 hardware.xml:1016 hardware.xml:1026 #, no-c-format msgid "R3000" msgstr "R3000" #. Tag: entry -#: hardware.xml:1004 -#: hardware.xml:1009 +#: hardware.xml:1002 hardware.xml:1007 #, no-c-format msgid "3MIN" msgstr "3MIN" #. Tag: entry -#: hardware.xml:1007 +#: hardware.xml:1005 #, no-c-format msgid "DECstation 5000/150" msgstr "DECstation 5000/150" #. Tag: entry -#: hardware.xml:1008 -#: hardware.xml:1033 +#: hardware.xml:1006 hardware.xml:1031 #, no-c-format msgid "R4000" msgstr "R4000" #. Tag: entry -#: hardware.xml:1012 +#: hardware.xml:1010 #, no-c-format msgid "DECstation 5000/200" msgstr "DECstation 5000/200" #. Tag: entry -#: hardware.xml:1014 +#: hardware.xml:1012 #, no-c-format msgid "3MAX" msgstr "3MAX" #. Tag: entry -#: hardware.xml:1017 +#: hardware.xml:1015 #, no-c-format msgid "DECstation 5000/240" msgstr "DECstation 5000/240" #. Tag: entry -#: hardware.xml:1019 -#: hardware.xml:1024 +#: hardware.xml:1017 hardware.xml:1022 #, no-c-format msgid "3MAX+" msgstr "3MAX+" #. Tag: entry -#: hardware.xml:1022 +#: hardware.xml:1020 #, no-c-format msgid "DECstation 5000/260" msgstr "DECstation 5000/260" #. Tag: entry -#: hardware.xml:1023 +#: hardware.xml:1021 #, no-c-format msgid "R4400" msgstr "R4400" #. Tag: entry -#: hardware.xml:1027 +#: hardware.xml:1025 #, no-c-format msgid "Personal DECstation 5000/xx" msgstr "Personal DECstation 5000/xx" #. Tag: entry -#: hardware.xml:1029 -#: hardware.xml:1034 +#: hardware.xml:1027 hardware.xml:1032 #, no-c-format msgid "Maxine" msgstr "Maxine" #. Tag: entry -#: hardware.xml:1032 +#: hardware.xml:1030 #, no-c-format msgid "Personal DECstation 5000/50" msgstr "Personal DECstation 5000/50" #. Tag: para -#: hardware.xml:1039 +#: hardware.xml:1037 #, no-c-format -msgid "All Cobalt machines are supported. In the past, only machines with a serial console were supported (that is, all machines except for the Qube 2700, aka Qube1). However, installations are now also possible through SSH." -msgstr "Alla Cobalt-maskiner stöds. Tidigare fanns det bara stöd för maskiner med en seriekonsoll (alltså, alla maskiner förutom Qube 2700, även kallad Qube1). Dock är nu även installationer möjliga genom SSH." +msgid "" +"All Cobalt machines are supported. In the past, only machines with a serial " +"console were supported (that is, all machines except for the Qube 2700, aka " +"Qube1). However, installations are now also possible through SSH." +msgstr "" +"Alla Cobalt-maskiner stöds. Tidigare fanns det bara stöd för maskiner med en " +"seriekonsoll (alltså, alla maskiner förutom Qube 2700, även kallad Qube1). " +"Dock är nu även installationer möjliga genom SSH." #. Tag: para -#: hardware.xml:1046 +#: hardware.xml:1044 #, no-c-format -msgid "The Broadcom BCM91250A evaluation board comes with an SB1 1250 chip with two cores which are supported in SMP mode by this installer. Similarly, the BCM91480B evaluation board contains an SB1A 1480 chip with four cores which are supported in SMP mode." -msgstr "Evalueringskortet Broadcom BCM91250A kommer med ett SB1 1250-chip med två kärnor som stöds i SMP-läget av den här installeraren. Även evalueringskortet BCM91480B som innehåller ett SB1A 1480-chip med fyra kärnor stöds i SMP-läget." +msgid "" +"The Broadcom BCM91250A evaluation board comes with an SB1 1250 chip with two " +"cores which are supported in SMP mode by this installer. Similarly, the " +"BCM91480B evaluation board contains an SB1A 1480 chip with four cores which " +"are supported in SMP mode." +msgstr "" +"Evalueringskortet Broadcom BCM91250A kommer med ett SB1 1250-chip med två " +"kärnor som stöds i SMP-läget av den här installeraren. Även " +"evalueringskortet BCM91480B som innehåller ett SB1A 1480-chip med fyra " +"kärnor stöds i SMP-läget." #. Tag: title -#: hardware.xml:1056 +#: hardware.xml:1054 #, no-c-format msgid "Supported console options" msgstr "Konsollinställningar som stöds" #. Tag: para -#: hardware.xml:1057 +#: hardware.xml:1055 #, no-c-format -msgid "A serial console is available on all supported DECstations (9600 bps, 8N1). To use the serial console, you have to boot the installer image with the console=ttySx kernel parameter (with x being the number of the serial port you have your terminal connected to — usually 2, but 0 for the Personal DECstations). On 3MIN and 3MAX+ (DECstation 5000/1xx, 5000/240 and 5000/260) a local console is available with the PMAG-BA and the PMAGB-B graphics options." -msgstr "En seriekonsoll finns tillgänglig på alla DECstation (9600 bps, 8N1) som stöds. För att använda en seriekonsoll måste du starta upp installationsavbilden med kärnparametern console=ttySx (där x är siffran på den serieport som du har din terminal ansluten till — normalt sett 2, men 0 för Personal DECstation). För 3MIN och 3MAX+ (DECstation 5000/1xx, 5000/240 och 5000/260) är lokal konsoll tillgänglig med grafikalternativen PMAG-BA och PMAGB-B." - +msgid "" +"A serial console is available on all supported DECstations (9600 bps, 8N1). " +"To use the serial console, you have to boot the installer image with the " +"console=ttySx kernel parameter " +"(with x being the number of the serial port you " +"have your terminal connected to — usually 2, but " +"0 for the Personal DECstations). On 3MIN and 3MAX+ " +"(DECstation 5000/1xx, 5000/240 and 5000/260) a local console is available " +"with the PMAG-BA and the PMAGB-B graphics options." +msgstr "" +"En seriekonsoll finns tillgänglig på alla DECstation (9600 bps, 8N1) som " +"stöds. För att använda en seriekonsoll måste du starta upp " +"installationsavbilden med kärnparametern console=ttySx (där x är " +"siffran på den serieport som du har din terminal ansluten till — " +"normalt sett 2, men 0 för Personal " +"DECstation). För 3MIN och 3MAX+ (DECstation 5000/1xx, 5000/240 och 5000/260) " +"är lokal konsoll tillgänglig med grafikalternativen PMAG-BA och PMAGB-B." + #. Tag: para -#: hardware.xml:1068 +#: hardware.xml:1066 #, no-c-format msgid "" -"If you have a Linux system to use as serial terminal, an easy way is to run cu In Woody this command was part of the uucp package, but in later releases it is available as a separate package. on it. Example: \n" +"If you have a Linux system to use as serial terminal, an easy way is to run " +"cu In Woody this command was part of the " +"uucp package, but in later releases it is available " +"as a separate package. on it. Example: " +"\n" "$ cu -l /dev/ttyS1 -s 9600\n" -" where the option -l (line) sets the serial port to use and -s (speed) sets the speed for the connection (9600 bits per second)." +" where the option -l (line) " +"sets the serial port to use and -s (speed) sets the speed " +"for the connection (9600 bits per second)." msgstr "" -"Om du har ett Linux-system att använda som serieterminal, ett lätt sätt är att köra cu I Woody var det här kommandot en del av paketet uucp, men i senare utgåvor är det tillgängligt som ett separat paket. på det. Exempel: \n" +"Om du har ett Linux-system att använda som serieterminal, ett lätt sätt är " +"att köra cu I Woody var det här " +"kommandot en del av paketet uucp, men i senare " +"utgåvor är det tillgängligt som ett separat paket. på " +"det. Exempel: \n" "$ cu -l /dev/ttyS1 -s 9600\n" -" där flaggan -l (line) ställer in serieporten som ska användas och -s (hastighet) ställer in hastigheten för anslutningen (9600 bitar per sekund)." +" där flaggan -l (line) ställer " +"in serieporten som ska användas och -s (hastighet) " +"ställer in hastigheten för anslutningen (9600 bitar per sekund)." #. Tag: para -#: hardware.xml:1086 +#: hardware.xml:1084 #, no-c-format msgid "Both Cobalt and Broadcom BCM91250A/BCM91480B use 115200 bps." msgstr "Både Cobalt och Broadcom BCM91250A/BCM91480B använder 115200 bps." #. Tag: para -#: hardware.xml:1100 -#, no-c-format -msgid "There are four major supported &architecture; subarchitectures: PMac (Power-Macintosh), PReP, APUS (Amiga Power-UP System), and CHRP machines. Each subarchitecture has its own boot methods. In addition, there are four different kernel flavours, supporting different CPU variants." -msgstr "Det finns fyra större &architecture; underarkitekturer som stöds: PMac (Power-Macintosh), PReP, APUS (Amiga Power-UP System) och CHRP-maskiner. Varje underarkitektur har sina egna uppstartsmetoder. I tillägg finns det fyra olika varianter av kärnan med stöd för olika processorvarianter." +#: hardware.xml:1098 +#, fuzzy, no-c-format +msgid "" +"There are four major supported &architecture; " +"subarchitectures: PMac (Power-Macintosh or PowerMac), PReP, APUS (Amiga " +"Power-UP System), and CHRP machines. Each subarchitecture has its own boot " +"methods. In addition, there are four different kernel flavours, supporting " +"different CPU variants." +msgstr "" +"Det finns fyra större &architecture; underarkitekturer " +"som stöds: PMac (Power-Macintosh), PReP, APUS (Amiga Power-UP System) och " +"CHRP-maskiner. Varje underarkitektur har sina egna uppstartsmetoder. I " +"tillägg finns det fyra olika varianter av kärnan med stöd för olika " +"processorvarianter." #. Tag: para -#: hardware.xml:1108 +#: hardware.xml:1106 #, no-c-format -msgid "Ports to other &architecture; architectures, such as the Be-Box and MBX architecture, are underway but not yet supported by Debian. We may have a 64-bit port in the future." -msgstr "Porteringar till andra &architecture; arkitekturer, såsom Be-Box och MBX-arkitekturen är på gång men stöds ännu inte av Debian. Vi kan ha en 64-bitars portering i framtiden." +msgid "" +"Ports to other &architecture; architectures, such as " +"the Be-Box and MBX architecture, are underway but not yet supported by " +"Debian. We may have a 64-bit port in the future." +msgstr "" +"Porteringar till andra &architecture; arkitekturer, " +"såsom Be-Box och MBX-arkitekturen är på gång men stöds ännu inte av Debian. " +"Vi kan ha en 64-bitars portering i framtiden." #. Tag: title -#: hardware.xml:1116 +#: hardware.xml:1114 #, no-c-format msgid "Kernel Flavours" msgstr "Varianter av kärnan" #. Tag: para -#: hardware.xml:1118 +#: hardware.xml:1116 #, no-c-format -msgid "There are four flavours of the powerpc kernel in Debian, based on the CPU type:" -msgstr "Det finns fyra varianter av powerpc-kärnan i Debian, baserat på processortypen:" +msgid "" +"There are four flavours of the powerpc kernel in Debian, based on the CPU " +"type:" +msgstr "" +"Det finns fyra varianter av powerpc-kärnan i Debian, baserat på " +"processortypen:" #. Tag: term -#: hardware.xml:1125 +#: hardware.xml:1123 #, no-c-format msgid "powerpc" msgstr "powerpc" #. Tag: para -#: hardware.xml:1126 -#, no-c-format -msgid "Most systems use this kernel flavour, which supports the PowerPC 601, 603, 604, 740, 750, and 7400 processors. All Apple Power Macintosh systems up to and including the G4 use one of these processors." -msgstr "De flesta system använder den här varianten av kärnan, vilken har stöds för PowerPC 601, 603, 604, 740, 750 och 7400-processorerna. Alla Apple Power Macintosh-system upp till och med G4 använder en av dessa processorer." +#: hardware.xml:1124 +#, fuzzy, no-c-format +msgid "" +"Most systems use this kernel flavour, which supports the PowerPC 601, 603, " +"604, 740, 750, and 7400 processors. All Apple PowerMac machines up to and " +"including the one marketed as G4 use one of these processors." +msgstr "" +"De flesta system använder den här varianten av kärnan, vilken har stöds för " +"PowerPC 601, 603, 604, 740, 750 och 7400-processorerna. Alla Apple Power " +"Macintosh-system upp till och med G4 använder en av dessa processorer." #. Tag: term -#: hardware.xml:1136 -#, no-c-format -msgid "power3" -msgstr "power3" +#: hardware.xml:1134 +#, fuzzy, no-c-format +msgid "power64" +msgstr "power4" #. Tag: para -#: hardware.xml:1137 -#, no-c-format -msgid "The POWER3 processor is used in older IBM 64-bit server systems: known models include the IntelliStation POWER Model 265, the pSeries 610 and 640, and the RS/6000 7044-170, 7043-260, and 7044-270." -msgstr "POWER3-processorn används i äldre IBM 64-bitars serversystem: kända modeller inkluderar IntelliStation POWER Model 265, pSeries 610 och 640, RS/6000 7044-170, 7043-260 och 7044-270." +#: hardware.xml:1135 +#, fuzzy, no-c-format +msgid "The power64 kernel flavour supports the following CPUs:" +msgstr "Den här varianten av kärnan har stöd för Amiga Power-UP System." -#. Tag: term -#: hardware.xml:1147 +#. Tag: para +#: hardware.xml:1139 #, no-c-format -msgid "power4" -msgstr "power4" +msgid "" +"The POWER3 processor is used in older IBM 64-bit server systems: known " +"models include the IntelliStation POWER Model 265, the pSeries 610 and 640, " +"and the RS/6000 7044-170, 7043-260, and 7044-270." +msgstr "" +"POWER3-processorn används i äldre IBM 64-bitars serversystem: kända modeller " +"inkluderar IntelliStation POWER Model 265, pSeries 610 och 640, RS/6000 7044-" +"170, 7043-260 och 7044-270." #. Tag: para -#: hardware.xml:1148 +#: hardware.xml:1145 #, no-c-format -msgid "The POWER4 processor is used in more recent IBM 64-bit server systems: known models include the pSeries 615, 630, 650, 655, 670, and 690." -msgstr "Processorn POWER4 används i senare IBM 64-bitars serversystem: kända modeller inkluderar pSeries 615, 630, 650, 655, 670 och 690." +msgid "" +"The POWER4 processor is used in more recent IBM 64-bit server systems: known " +"models include the pSeries 615, 630, 650, 655, 670, and 690." +msgstr "" +"Processorn POWER4 används i senare IBM 64-bitars serversystem: kända " +"modeller inkluderar pSeries 615, 630, 650, 655, 670 och 690." #. Tag: para -#: hardware.xml:1153 -#, no-c-format -msgid "The Apple G5 is also based on the POWER4 architecture, and uses this kernel flavour." -msgstr "Apple G5 är också baserad på POWER4-arkitekturen och använder den här varianten av kärnan." +#: hardware.xml:1150 +#, fuzzy, no-c-format +msgid "" +"Systems using the Apple G5 (PPC970FX processor) are also based on the POWER4 " +"architecture, and use this kernel flavour." +msgstr "" +"Apple G5 är också baserad på POWER4-arkitekturen och använder den här " +"varianten av kärnan." #. Tag: term -#: hardware.xml:1162 +#: hardware.xml:1159 +#, fuzzy, no-c-format +msgid "prep" +msgstr "powerpc" + +#. Tag: para +#: hardware.xml:1160 +#, fuzzy, no-c-format +msgid "This kernel flavour supports the PReP subarchitecture." +msgstr "Den här varianten av kärnan har stöd för Amiga Power-UP System." + +#. Tag: term +#: hardware.xml:1168 #, no-c-format msgid "apus" msgstr "apus" #. Tag: para -#: hardware.xml:1163 -#, no-c-format -msgid "This kernel flavour supports the Amiga Power-UP System." +#: hardware.xml:1169 +#, fuzzy, no-c-format +msgid "" +"This kernel flavour supports the Amiga Power-UP System, though it is " +"currently disabled." msgstr "Den här varianten av kärnan har stöd för Amiga Power-UP System." #. Tag: title -#: hardware.xml:1175 +#: hardware.xml:1182 #, no-c-format msgid "Power Macintosh (pmac) subarchitecture" msgstr "Power Macintosh (pmac) underarkitektur" -#. Tag: para -#: hardware.xml:1177 -#, no-c-format -msgid "Apple (and briefly a few other manufacturers — Power Computing, for example) makes a series of Macintosh computers based on the PowerPC processor. For purposes of architecture support, they are categorized as NuBus, OldWorld PCI, and NewWorld." -msgstr "Apple (och några få andra tillverkare — Power Computing, till exempel) tillverkare en serie av Macintosh-datorer baserade på PowerPC-processorn. För ändamålet att ge stöd för arkitekturerna har de kategoriserats som NuBus, OldWorld PCI och NewWorld." - #. Tag: para #: hardware.xml:1184 -#, no-c-format -msgid "Macintosh computers using the 680x0 series of processors are not in the PowerPC family but are instead m68k machines. Those models start with Mac II or have a 3-digit model number such as Centris 650 or Quadra 950. Apple's pre-iMac PowerPC model numbers have four digits." -msgstr "Macintosh-datorer som använder 680x0-serien av processor är inte i PowerPC-familjen men är istället m68k-maskiner. Dessa modeller börjar med Mac II eller har ett 3-siffrigt modellnummer såsom Centris 650 eller Quadra 950. Modellnumren på Apple-datorer före iMac PowerPC har fyra siffror." +#, fuzzy, no-c-format +msgid "" +"Apple (and briefly a few other manufacturers — Power Computing, for " +"example) made a series of Macintosh computers based on the PowerPC " +"processor. For purposes of architecture support, they are categorized as " +"NuBus (not supported by Debian), OldWorld, and NewWorld." +msgstr "" +"Apple (och några få andra tillverkare — Power Computing, till exempel) " +"tillverkare en serie av Macintosh-datorer baserade på PowerPC-processorn. " +"För ändamålet att ge stöd för arkitekturerna har de kategoriserats som " +"NuBus, OldWorld PCI och NewWorld." #. Tag: para #: hardware.xml:1191 -#, no-c-format -msgid "NuBus systems are not currently supported by debian/powerpc. The monolithic Linux/PPC kernel architecture does not have support for these machines; instead, one must use the MkLinux Mach microkernel, which Debian does not yet support. These include the following: Power Macintosh 6100, 7100, 8100 Performa 5200, 6200, 6300 Powerbook 1400, 2300, and 5300 Workgroup Server 6150, 8150, 9150 A linux kernel for these machines and limited support is available at " -msgstr "NuBus-system finns för närvarande inte stöd i debian/powerpc. den monolitiska Linux/PPC-kärnarkitekturen har inte stöd för dessa maskiner; istället måste man använda mikrokärnan MkLinux Mach, vilken Debian ännu inte har stöd för. Det inkluderar följande: Power Macintosh 6100, 7100, 8100 Performa 5200, 6200, 6300 Powerbook 1400, 2300 och 5300 Workgroup Server 6150, 8150, 9150 En Linux-kärna för dessa maskiner och begränsat stöd finns tillgänglig på " - -#. Tag: para -#: hardware.xml:1224 -#, no-c-format -msgid "OldWorld systems are most Power Macintoshes with a floppy drive and a PCI bus. Most 603, 603e, 604, and 604e based Power Macintoshes are OldWorld machines. The beige colored G3 systems are also OldWorld." -msgstr "OldWorld-system är de flesta Power Macintosh med en diskettenhet och en PCI-buss. De flesta 603, 603e, 604 och 604e-baserade Power Macintosh är OldWorld-maskiner. De beigefärgade G3-systemen är också OldWorld." +#, fuzzy, no-c-format +msgid "" +"OldWorld systems are most Power Macintoshes with a floppy drive and a PCI " +"bus. Most 603, 603e, 604, and 604e based Power Macintoshes are OldWorld " +"machines. Those pre-iMac PowerPC models from Apple use a four digit naming " +"scheme, except for the beige colored G3 systems, which are also OldWorld." +msgstr "" +"OldWorld-system är de flesta Power Macintosh med en diskettenhet och en PCI-" +"buss. De flesta 603, 603e, 604 och 604e-baserade Power Macintosh är OldWorld-" +"maskiner. De beigefärgade G3-systemen är också OldWorld." #. Tag: para -#: hardware.xml:1230 -#, no-c-format -msgid "The so called NewWorld PowerMacs are any PowerMacs in translucent colored plastic cases. That includes all iMacs, iBooks, G4 systems, blue colored G3 systems, and most PowerBooks manufactured in and after 1999. The NewWorld PowerMacs are also known for using the ROM in RAM system for MacOS, and were manufactured from mid-1998 onwards." -msgstr "De så kallade NewWorld PowerMac är alla PowerMac i halvgenomskinligt färgade plastkabinett. Det här inkluderar alla iMac, iBook, G4-system, blåfärgade G3-system och de flesta PowerBook tillverkade i och efter 1999. NewWorld PowerMac är också kända för att använda ROM i RAM-system för MacOS och var tillverkade från mitten av 1998 och framåt." +#: hardware.xml:1199 +#, fuzzy, no-c-format +msgid "" +"The so called NewWorld PowerMacs are any PowerMacs in translucent colored " +"plastic cases and later models. That includes all iMacs, iBooks, G4 systems, " +"blue colored G3 systems, and most PowerBooks manufactured in and after 1999. " +"The NewWorld PowerMacs are also known for using the ROM in RAM system for MacOS, and were manufactured from mid-1998 onwards." +msgstr "" +"De så kallade NewWorld PowerMac är alla PowerMac i halvgenomskinligt färgade " +"plastkabinett. Det här inkluderar alla iMac, iBook, G4-system, blåfärgade G3-" +"system och de flesta PowerBook tillverkade i och efter 1999. NewWorld " +"PowerMac är också kända för att använda ROM i RAM-system för " +"MacOS och var tillverkade från mitten av 1998 och framåt." #. Tag: para -#: hardware.xml:1238 +#: hardware.xml:1207 #, no-c-format -msgid "Specifications for Apple hardware are available at AppleSpec, and, for older hardware, AppleSpec Legacy." -msgstr "Specifikationer för Apple-maskinvara finns tillgänglig på AppleSpec och för äldre maskinvara, AppleSpec Legacy." +msgid "" +"Specifications for Apple hardware are available at AppleSpec, and, for older " +"hardware, AppleSpec Legacy." +msgstr "" +"Specifikationer för Apple-maskinvara finns tillgänglig på AppleSpec och " +"för äldre maskinvara, AppleSpec Legacy." #. Tag: entry -#: hardware.xml:1254 -#: hardware.xml:1389 -#: hardware.xml:1433 -#: hardware.xml:1462 +#: hardware.xml:1223 hardware.xml:1358 hardware.xml:1402 hardware.xml:1431 #, no-c-format msgid "Model Name/Number" msgstr "Modellnamn/Nummer" #. Tag: entry -#: hardware.xml:1255 +#: hardware.xml:1224 #, no-c-format msgid "Generation" msgstr "Generation" #. Tag: entry -#: hardware.xml:1261 +#: hardware.xml:1230 #, no-c-format msgid "Apple" msgstr "Apple" #. Tag: entry -#: hardware.xml:1262 +#: hardware.xml:1231 #, no-c-format msgid "iMac Bondi Blue, 5 Flavors, Slot Loading" msgstr "iMac Bondi Blue, 5 sorter, Slot Loading" #. Tag: entry -#: hardware.xml:1263 -#: hardware.xml:1266 -#: hardware.xml:1269 -#: hardware.xml:1272 -#: hardware.xml:1275 -#: hardware.xml:1278 -#: hardware.xml:1281 -#: hardware.xml:1284 -#: hardware.xml:1287 -#: hardware.xml:1290 -#: hardware.xml:1293 -#: hardware.xml:1296 -#: hardware.xml:1299 -#: hardware.xml:1302 -#: hardware.xml:1305 -#: hardware.xml:1308 +#: hardware.xml:1232 hardware.xml:1235 hardware.xml:1238 hardware.xml:1241 +#: hardware.xml:1244 hardware.xml:1247 hardware.xml:1250 hardware.xml:1253 +#: hardware.xml:1256 hardware.xml:1259 hardware.xml:1262 hardware.xml:1265 +#: hardware.xml:1268 hardware.xml:1271 hardware.xml:1274 hardware.xml:1277 #, no-c-format msgid "NewWorld" msgstr "NewWorld" #. Tag: entry -#: hardware.xml:1265 +#: hardware.xml:1234 #, no-c-format msgid "iMac Summer 2000, Early 2001" msgstr "iMac Summer 2000, tidigt 2001" #. Tag: entry -#: hardware.xml:1268 +#: hardware.xml:1237 #, no-c-format msgid "iMac G5" msgstr "iMac G5" #. Tag: entry -#: hardware.xml:1271 +#: hardware.xml:1240 #, no-c-format msgid "iBook, iBook SE, iBook Dual USB" msgstr "iBook, iBook SE, iBook Dual USB" #. Tag: entry -#: hardware.xml:1274 +#: hardware.xml:1243 #, no-c-format msgid "iBook2" msgstr "iBook2" #. Tag: entry -#: hardware.xml:1277 +#: hardware.xml:1246 #, no-c-format msgid "iBook G4" msgstr "iBook G4" #. Tag: entry -#: hardware.xml:1280 +#: hardware.xml:1249 #, no-c-format msgid "Power Macintosh Blue and White (B&W) G3" msgstr "Power Macintosh Blå och Vit (B&W) G3" #. Tag: entry -#: hardware.xml:1283 +#: hardware.xml:1252 #, no-c-format msgid "Power Macintosh G4 PCI, AGP, Cube" msgstr "Power Macintosh G4 PCI, AGP, Cube" #. Tag: entry -#: hardware.xml:1286 +#: hardware.xml:1255 #, no-c-format msgid "Power Macintosh G4 Gigabit Ethernet" msgstr "Power Macintosh G4 Gigabit Ethernet" #. Tag: entry -#: hardware.xml:1289 +#: hardware.xml:1258 #, no-c-format msgid "Power Macintosh G4 Digital Audio, Quicksilver" msgstr "Power Macintosh G4 Digital Audio, Quicksilver" #. Tag: entry -#: hardware.xml:1292 +#: hardware.xml:1261 #, no-c-format msgid "Power Macintosh G5" msgstr "Power Macintosh G5" #. Tag: entry -#: hardware.xml:1295 +#: hardware.xml:1264 #, no-c-format msgid "PowerBook G3 FireWire Pismo (2000)" msgstr "PowerBook G3 FireWire Pismo (2000)" #. Tag: entry -#: hardware.xml:1298 +#: hardware.xml:1267 #, no-c-format msgid "PowerBook G3 Lombard (1999)" msgstr "PowerBook G3 Lombard (1999)" #. Tag: entry -#: hardware.xml:1301 +#: hardware.xml:1270 #, no-c-format msgid "PowerBook G4 Titanium" msgstr "PowerBook G4 Titanium" #. Tag: entry -#: hardware.xml:1304 +#: hardware.xml:1273 #, no-c-format msgid "PowerBook G4 Aluminum" msgstr "PowerBook G4 Aluminum" #. Tag: entry -#: hardware.xml:1307 +#: hardware.xml:1276 #, no-c-format msgid "Xserve G5" msgstr "Xserve G5" #. Tag: entry -#: hardware.xml:1310 +#: hardware.xml:1279 #, no-c-format msgid "Performa 4400, 54xx, 5500" msgstr "Performa 4400, 54xx, 5500" #. Tag: entry -#: hardware.xml:1311 -#: hardware.xml:1314 -#: hardware.xml:1317 -#: hardware.xml:1320 -#: hardware.xml:1323 -#: hardware.xml:1326 -#: hardware.xml:1329 -#: hardware.xml:1332 -#: hardware.xml:1335 -#: hardware.xml:1338 -#: hardware.xml:1341 -#: hardware.xml:1344 -#: hardware.xml:1350 -#: hardware.xml:1353 -#: hardware.xml:1359 -#: hardware.xml:1365 -#: hardware.xml:1371 +#: hardware.xml:1280 hardware.xml:1283 hardware.xml:1286 hardware.xml:1289 +#: hardware.xml:1292 hardware.xml:1295 hardware.xml:1298 hardware.xml:1301 +#: hardware.xml:1304 hardware.xml:1307 hardware.xml:1310 hardware.xml:1313 +#: hardware.xml:1319 hardware.xml:1322 hardware.xml:1328 hardware.xml:1334 +#: hardware.xml:1340 #, no-c-format msgid "OldWorld" msgstr "OldWorld" #. Tag: entry -#: hardware.xml:1313 +#: hardware.xml:1282 #, no-c-format msgid "Performa 6360, 6400, 6500" msgstr "Performa 6360, 6400, 6500" #. Tag: entry -#: hardware.xml:1316 +#: hardware.xml:1285 #, no-c-format msgid "Power Macintosh 4400, 5400" msgstr "Power Macintosh 4400, 5400" #. Tag: entry -#: hardware.xml:1319 +#: hardware.xml:1288 #, no-c-format msgid "Power Macintosh 7200, 7300, 7500, 7600" msgstr "Power Macintosh 7200, 7300, 7500, 7600" #. Tag: entry -#: hardware.xml:1322 +#: hardware.xml:1291 #, no-c-format msgid "Power Macintosh 8200, 8500, 8600" msgstr "Power Macintosh 8200, 8500, 8600" #. Tag: entry -#: hardware.xml:1325 +#: hardware.xml:1294 #, no-c-format msgid "Power Macintosh 9500, 9600" msgstr "Power Macintosh 9500, 9600" #. Tag: entry -#: hardware.xml:1328 +#: hardware.xml:1297 #, no-c-format msgid "Power Macintosh (Beige) G3 Minitower" msgstr "Power Macintosh (Beige) G3 Minitower" #. Tag: entry -#: hardware.xml:1331 +#: hardware.xml:1300 #, no-c-format msgid "Power Macintosh (Beige) Desktop, All-in-One" msgstr "Power Macintosh (Beige) Desktop, All-in-One" #. Tag: entry -#: hardware.xml:1334 +#: hardware.xml:1303 #, no-c-format msgid "PowerBook 2400, 3400, 3500" msgstr "PowerBook 2400, 3400, 3500" #. Tag: entry -#: hardware.xml:1337 +#: hardware.xml:1306 #, no-c-format msgid "PowerBook G3 Wallstreet (1998)" msgstr "PowerBook G3 Wallstreet (1998)" #. Tag: entry -#: hardware.xml:1340 +#: hardware.xml:1309 #, no-c-format msgid "Twentieth Anniversary Macintosh" msgstr "Twentieth Anniversary Macintosh" #. Tag: entry -#: hardware.xml:1343 +#: hardware.xml:1312 #, no-c-format msgid "Workgroup Server 7250, 7350, 8550, 9650, G3" msgstr "Workgroup Server 7250, 7350, 8550, 9650, G3" #. Tag: entry -#: hardware.xml:1348 +#: hardware.xml:1317 #, no-c-format msgid "Power Computing" msgstr "Power Computing" #. Tag: entry -#: hardware.xml:1349 +#: hardware.xml:1318 #, no-c-format msgid "PowerBase, PowerTower / Pro, PowerWave" msgstr "PowerBase, PowerTower / Pro, PowerWave" #. Tag: entry -#: hardware.xml:1352 +#: hardware.xml:1321 #, no-c-format msgid "PowerCenter / Pro, PowerCurve" msgstr "PowerCenter / Pro, PowerCurve" #. Tag: entry -#: hardware.xml:1357 +#: hardware.xml:1326 #, no-c-format msgid "UMAX" msgstr "UMAX" #. Tag: entry -#: hardware.xml:1358 +#: hardware.xml:1327 #, no-c-format msgid "C500, C600, J700, S900" msgstr "C500, C600, J700, S900" #. Tag: entry -#: hardware.xml:1363 +#: hardware.xml:1332 #, no-c-format msgid "APS" msgstr "APS" #. Tag: entry -#: hardware.xml:1364 +#: hardware.xml:1333 #, no-c-format msgid "APS Tech M*Power 604e/2000" msgstr "APS Tech M*Power 604e/2000" #. Tag: entry -#: hardware.xml:1369 -#: hardware.xml:1395 +#: hardware.xml:1338 hardware.xml:1364 #, no-c-format msgid "Motorola" msgstr "Motorola" #. Tag: entry -#: hardware.xml:1370 +#: hardware.xml:1339 #, no-c-format msgid "Starmax 3000, 4000, 5000, 5500" msgstr "Starmax 3000, 4000, 5000, 5500" #. Tag: title -#: hardware.xml:1379 +#: hardware.xml:1348 #, no-c-format msgid "PReP subarchitecture" msgstr "Underarkitekturen PReP" #. Tag: entry -#: hardware.xml:1396 +#: hardware.xml:1365 #, no-c-format msgid "Firepower, PowerStack Series E, PowerStack II" msgstr "Firepower, PowerStack Series E, PowerStack II" #. Tag: entry -#: hardware.xml:1398 +#: hardware.xml:1367 #, no-c-format msgid "MPC 7xx, 8xx" msgstr "MPC 7xx, 8xx" #. Tag: entry -#: hardware.xml:1400 +#: hardware.xml:1369 #, no-c-format msgid "MTX, MTX+" msgstr "MTX, MTX+" #. Tag: entry -#: hardware.xml:1402 +#: hardware.xml:1371 #, no-c-format msgid "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" msgstr "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" #. Tag: entry -#: hardware.xml:1404 +#: hardware.xml:1373 #, no-c-format msgid "MCP(N)750" msgstr "MCP(N)750" #. Tag: entry -#: hardware.xml:1408 -#: hardware.xml:1439 +#: hardware.xml:1377 hardware.xml:1408 #, no-c-format msgid "IBM RS/6000" msgstr "IBM RS/6000" #. Tag: entry -#: hardware.xml:1409 +#: hardware.xml:1378 #, no-c-format msgid "40P, 43P" msgstr "40P, 43P" #. Tag: entry -#: hardware.xml:1411 +#: hardware.xml:1380 #, no-c-format msgid "Power 830/850/860 (6070, 6050)" msgstr "Power 830/850/860 (6070, 6050)" #. Tag: entry -#: hardware.xml:1413 +#: hardware.xml:1382 #, no-c-format msgid "6030, 7025, 7043" msgstr "6030, 7025, 7043" #. Tag: entry -#: hardware.xml:1415 +#: hardware.xml:1384 #, no-c-format msgid "p640" msgstr "p640" #. Tag: title -#: hardware.xml:1423 +#: hardware.xml:1392 #, no-c-format msgid "CHRP subarchitecture" msgstr "Underarkitekturen CHRP" #. Tag: entry -#: hardware.xml:1440 +#: hardware.xml:1409 #, no-c-format msgid "B50, 43P-150, 44P" msgstr "B50, 43P-150, 44P" #. Tag: entry -#: hardware.xml:1443 +#: hardware.xml:1412 #, no-c-format msgid "Genesi" msgstr "Genesi" #. Tag: entry -#: hardware.xml:1444 +#: hardware.xml:1413 #, no-c-format msgid "Pegasos I, Pegasos II" msgstr "Pegasos I, Pegasos II" #. Tag: title -#: hardware.xml:1452 +#: hardware.xml:1421 #, no-c-format msgid "APUS subarchitecture" msgstr "APUS underarkitektur" #. Tag: entry -#: hardware.xml:1468 +#: hardware.xml:1437 #, no-c-format msgid "Amiga Power-UP Systems (APUS)" msgstr "Amiga Power-UP Systems (APUS)" #. Tag: entry -#: hardware.xml:1469 +#: hardware.xml:1438 #, no-c-format msgid "A1200, A3000, A4000" msgstr "A1200, A3000, A4000" #. Tag: title -#: hardware.xml:1482 +#: hardware.xml:1446 +#, no-c-format +msgid "Nubus PowerMac subarchitecture (unsupported)" +msgstr "" + +#. Tag: para +#: hardware.xml:1448 +#, fuzzy, no-c-format +msgid "" +"NuBus systems are not currently supported by Debian/powerpc. The monolithic " +"Linux/PPC kernel architecture does not have support for these machines; " +"instead, one must use the MkLinux Mach microkernel, which Debian does not " +"yet support. These include the following: " +"Power Macintosh 6100, 7100, 8100 " +"Performa 5200, 6200, 6300 Powerbook " +"1400, 2300, and 5300 Workgroup Server " +"6150, 8150, 9150 A linux kernel for these " +"machines and limited support is available at ." +msgstr "" +"NuBus-system finns för närvarande inte stöd i debian/powerpc. den " +"monolitiska Linux/PPC-kärnarkitekturen har inte stöd för dessa maskiner; " +"istället måste man använda mikrokärnan MkLinux Mach, vilken Debian ännu inte " +"har stöd för. Det inkluderar följande: Power " +"Macintosh 6100, 7100, 8100 Performa " +"5200, 6200, 6300 Powerbook 1400, 2300 " +"och 5300 Workgroup Server 6150, 8150, " +"9150 En Linux-kärna för dessa maskiner " +"och begränsat stöd finns tillgänglig på " + +#. Tag: title +#: hardware.xml:1485 +#, fuzzy, no-c-format +msgid "Non-PowerPC Macs" +msgstr "PowerMac" + +#. Tag: para +#: hardware.xml:1487 +#, no-c-format +msgid "" +"Macintosh computers using the 680x0 series of processors are not in the PowerPC family but are instead m68k machines. Those models " +"start with Mac II series, go on to the LC " +"family, then the Centris series, and culminate in the Quadras and Performas. " +"These models usually have a Roman numeral or 3-digit model number such as " +"Mac IIcx, LCIII or Quadra 950. This model range started with " +"the Mac II (Mac II, IIx, IIcx, IIci, IIsi, IIvi, IIvx, IIfx), then the LC " +"(LC, LCII, III, III+, 475, 520, 550, 575, 580, 630), then the Mac TV, then " +"the Centris (610, 650, 660AV), the Quadra (605, 610, 630, 650, 660AV, 700, " +"800, 840AV, 900, 950), and finally the Performa 200-640CD. In " +"laptops, it started with the Mac Portable, then the PowerBook 100-190cs and " +"the PowerBook Duo 210-550c (excluding PowerBook 500 which is Nubus, please " +"see the section above)." +msgstr "" + +#. Tag: title +#: hardware.xml:1520 #, no-c-format msgid "S/390 and zSeries machine types" msgstr "S/390 och zSeries-maskintyper" #. Tag: para -#: hardware.xml:1483 +#: hardware.xml:1521 #, no-c-format -msgid "Complete information regarding supported S/390 and zSeries machines can be found in IBM's Redbook Linux for IBM eServer zSeries and S/390: Distributions in chapter 2.1 or at the technical details web page at developerWorks. In short, G5, Multiprise 3000, G6 and all zSeries are fully supported; Multiprise 2000, G3 and G4 machines are supported with IEEE floating point emulation and thus degraded performance." -msgstr "Komplett information angående stöd för S/390 och zSeries-maskiner kan hittas i IBMs Redbook Linux för IBM eServer zSeries och S/390: Distributioner i kapitel 2.1 eller i tekniska detaljerdeveloperWorks. I korthet, G5, Multiprise 3000, G6 och alla zSeries finns det fullt stöd för; Multiprise 2000, G3 och G4-maskiner finns stöd för med emulering av IEEE-flyttalsprocessorn och därav minskad prestanda." +msgid "" +"Complete information regarding supported S/390 and zSeries machines can be " +"found in IBM's Redbook Linux for IBM eServer zSeries and S/390: " +"Distributions in chapter 2.1 or at the technical details web page at developerWorks. In short, G5, Multiprise 3000, G6 and all zSeries are fully " +"supported; Multiprise 2000, G3 and G4 machines are supported with IEEE " +"floating point emulation and thus degraded performance." +msgstr "" +"Komplett information angående stöd för S/390 och zSeries-maskiner kan hittas " +"i IBMs Redbook Linux för IBM eServer zSeries och S/390: Distributioner i kapitel 2.1 eller i tekniska " +"detaljerdeveloperWorks. I korthet, G5, " +"Multiprise 3000, G6 och alla zSeries finns det fullt stöd för; Multiprise " +"2000, G3 och G4-maskiner finns stöd för med emulering av IEEE-" +"flyttalsprocessorn och därav minskad prestanda." #. Tag: para -#: hardware.xml:1506 +#: hardware.xml:1544 #, no-c-format -msgid "Currently the &architecture; port supports several types of Sparc systems. The most common identifiers for Sparc systems are sun4, sun4c, sun4m, sun4d and sun4u. Currently we do not support very old sun4 hardware. However, the other systems are supported. Sun4d has been tested the least of these, so expect possible problems with regard to the kernel stability. Sun4c and Sun4m, the most common of the older Sparc hardware, includes such systems as SparcStation 1, 1+, IPC, IPX and the SparcStation LX, 5, 10, and 20, respectively. The UltraSPARC class systems fall under the sun4u identifier, and are supported using the sun4u set of install images. Some systems that fall under these supported identifiers are known to not be supported. Known unsupported systems are the AP1000 multicomputer and the Tadpole Sparcbook 1. See the Linux for SPARCProcessors FAQ for complete information." -msgstr "För närvarande finns det stöd för flera typer av Sparc-system i porteringen &architecture;. De mest vanliga identifierarna för Sparc-system är sun4, sun4c, sun4m, sun4d och sun4u. För närvarande har vi inte stöd för väldigt gammal sun4-maskinvara. Dock finns det stöd för de andra systemen. Sun4d har testats minst av dessa så förvänta dig eventuella problem med stabiliteten i kärnan. Sun4c och Sun4m, de mest vanliga av den äldre Sparc-maskinvaran, inkluderar system som SparcStation 1, 1+, IPC, IPX och SparcStation LX, 5, 10, och 20, respektive. UltraSPARC-systemklassen ligger under identifieraren sun4u, och finns stöd för med uppsättningen sun4u av installationsavbilderna. Vissa system som faller under dessa stödda identifierare är kända att inte var stödda. Kända system som inte stöds är AP1000 multicomputer och Tadpole Sparcbook 1. Se Linux för SPARC-processorer FAQ för utförlig information." +msgid "" +"Currently the &architecture; port supports several " +"types of Sparc systems. The most common identifiers for Sparc systems are " +"sun4, sun4c, sun4m, sun4d and sun4u. Currently we do not support very old " +"sun4 hardware. However, the other systems are supported. Sun4d has been " +"tested the least of these, so expect possible problems with regard to the " +"kernel stability. Sun4c and Sun4m, the most common of the older Sparc " +"hardware, includes such systems as SparcStation 1, 1+, IPC, IPX and the " +"SparcStation LX, 5, 10, and 20, respectively. The UltraSPARC class systems " +"fall under the sun4u identifier, and are supported using the sun4u set of " +"install images. Some systems that fall under these supported identifiers are " +"known to not be supported. Known unsupported systems are the AP1000 " +"multicomputer and the Tadpole Sparcbook 1. See the Linux for SPARCProcessors FAQ for complete information." +msgstr "" +"För närvarande finns det stöd för flera typer av Sparc-system i porteringen " +"&architecture;. De mest vanliga identifierarna för " +"Sparc-system är sun4, sun4c, sun4m, sun4d och sun4u. För närvarande har vi " +"inte stöd för väldigt gammal sun4-maskinvara. Dock finns det stöd för de " +"andra systemen. Sun4d har testats minst av dessa så förvänta dig eventuella " +"problem med stabiliteten i kärnan. Sun4c och Sun4m, de mest vanliga av den " +"äldre Sparc-maskinvaran, inkluderar system som SparcStation 1, 1+, IPC, IPX " +"och SparcStation LX, 5, 10, och 20, respektive. UltraSPARC-systemklassen " +"ligger under identifieraren sun4u, och finns stöd för med uppsättningen " +"sun4u av installationsavbilderna. Vissa system som faller under dessa stödda " +"identifierare är kända att inte var stödda. Kända system som inte stöds är " +"AP1000 multicomputer och Tadpole Sparcbook 1. Se Linux för SPARC-processorer FAQ för utförlig " +"information." #. Tag: title -#: hardware.xml:1526 +#: hardware.xml:1564 #, no-c-format msgid "Memory Configuration" msgstr "Minneskonfiguration" #. Tag: para -#: hardware.xml:1527 +#: hardware.xml:1565 #, no-c-format -msgid "Some older Sun workstations, notably the Sun IPX and Sun IPC have memory banks located at fixed locations in physical memory. Thus if the banks are not filled gaps will exist in the physical memory space. The Linux installation requires a contiguous memory block into which to load the kernel and the initial RAMdisk. If this is not available a Data Access Exception will result." -msgstr "Vissa äldre Sun-arbetstationer, speciellt Sun IPX och Sun IPC har minnesbanker placerade på fixerade platser i den fysiska minnet. Om inte bankerna fylls kommer tomrum att finns i det fysisk minnesutrymmet. Linux-installationen kräver ett närliggande minnesblock till vilken kärnan och den initiala ramdisken läses in. Om det här inte är tillgängligt inträffar en Data Access Exception." +msgid "" +"Some older Sun workstations, notably the Sun IPX and Sun IPC have memory " +"banks located at fixed locations in physical memory. Thus if the banks are " +"not filled gaps will exist in the physical memory space. The Linux " +"installation requires a contiguous memory block into which to load the " +"kernel and the initial RAMdisk. If this is not available a Data " +"Access Exception will result." +msgstr "" +"Vissa äldre Sun-arbetstationer, speciellt Sun IPX och Sun IPC har " +"minnesbanker placerade på fixerade platser i den fysiska minnet. Om inte " +"bankerna fylls kommer tomrum att finns i det fysisk minnesutrymmet. Linux-" +"installationen kräver ett närliggande minnesblock till vilken kärnan och den " +"initiala ramdisken läses in. Om det här inte är tillgängligt inträffar en " +"Data Access Exception." #. Tag: para -#: hardware.xml:1536 +#: hardware.xml:1574 #, no-c-format -msgid "Thus you must configure the memory so that the lowest memory block is contiguous for at least 8Mb. In the IPX and IPC cited above, memory banks are mapped in at 16Mb boundaries. In effect this means that you must have a sufficiently large SIMM in bank zero to hold the kernel and RAMdisk. In this case 4Mb is not sufficient." -msgstr "Därför måste du konfigurera minnet så att det lägsta minnesblocket saknar hål upp till åtminstone 8Mb. För IPX och IPC nämnda ovan är minnebankerna mappade i 16Mb gränser. Det här betyder att du måste ha ett tillräckligt stort SIMM-minne i bank noll för att hålla kärnan och ramdisk. I det här fallet är 4Mb inte tillräckligt." +msgid "" +"Thus you must configure the memory so that the lowest memory block is " +"contiguous for at least 8Mb. In the IPX and IPC cited above, memory banks " +"are mapped in at 16Mb boundaries. In effect this means that you must have a " +"sufficiently large SIMM in bank zero to hold the kernel and RAMdisk. In this " +"case 4Mb is not sufficient." +msgstr "" +"Därför måste du konfigurera minnet så att det lägsta minnesblocket saknar " +"hål upp till åtminstone 8Mb. För IPX och IPC nämnda ovan är minnebankerna " +"mappade i 16Mb gränser. Det här betyder att du måste ha ett tillräckligt " +"stort SIMM-minne i bank noll för att hålla kärnan och ramdisk. I det här " +"fallet är 4Mb inte tillräckligt." #. Tag: para -#: hardware.xml:1544 +#: hardware.xml:1582 #, no-c-format -msgid "Example: In a Sun IPX you have a 16Mb SIMM and a 4Mb SIMM. There are four SIMM banks (0,1,2,3). [Bank zero is that furthest away from the SBUS connectors]. You must therefore install the 16Mb SIMM in bank 0; it is then recommended to install the 4Mb SIMM in bank 2." -msgstr "Exempel: I en Sun IPX har du en 16MB SIMM och en 4MB SIMM. Det finns fyra SIMM-banker (0,1,2,3). [Bank noll är den längst bort från SBUS-anslutningen]. Du måste därför installera en 16MB SIMM i bank 0; det är då rekommenderat att installera en 4MB SIMM i bank 2." +msgid "" +"Example: In a Sun IPX you have a 16Mb SIMM and a 4Mb SIMM. There are four " +"SIMM banks (0,1,2,3). [Bank zero is that furthest away from the SBUS " +"connectors]. You must therefore install the 16Mb SIMM in bank 0; it is then " +"recommended to install the 4Mb SIMM in bank 2." +msgstr "" +"Exempel: I en Sun IPX har du en 16MB SIMM och en 4MB SIMM. Det finns fyra " +"SIMM-banker (0,1,2,3). [Bank noll är den längst bort från SBUS-" +"anslutningen]. Du måste därför installera en 16MB SIMM i bank 0; det är då " +"rekommenderat att installera en 4MB SIMM i bank 2." #. Tag: title -#: hardware.xml:1555 +#: hardware.xml:1593 #, no-c-format msgid "Graphics Configuration" msgstr "Grafikkonfiguration" # Kolla denna. #. Tag: para -#: hardware.xml:1556 +#: hardware.xml:1594 #, no-c-format -msgid "Especially in the case of older Sun workstations, it is very common for there to be an onboard framebuffer which has been superseded (for example the bwtwo on a sun IPC), and an SBUS card containing a later probably accelerated buffer is then plugged in to an SBUS slot. Under Solaris/SunOS this causes no problems because both cards are initialized." -msgstr "Speciellt om det gäller äldre Sun-arbetsstationer, det är mycket vanligt att det finns ett inbyggt grafikkort som har ersatts (till exempel bwtwp på en Sun IPC) och ett SBUS-kort innehållandes en senare antagligen accelererad buffert som sen är inkopplad på en SBUS-plats. Under Solaris/SunOS skapar det här inga problem därför att båda korten är initierade." +msgid "" +"Especially in the case of older Sun workstations, it is very common for " +"there to be an onboard framebuffer which has been superseded (for example " +"the bwtwo on a sun IPC), and an SBUS card containing a later probably " +"accelerated buffer is then plugged in to an SBUS slot. Under Solaris/SunOS " +"this causes no problems because both cards are initialized." +msgstr "" +"Speciellt om det gäller äldre Sun-arbetsstationer, det är mycket vanligt att " +"det finns ett inbyggt grafikkort som har ersatts (till exempel bwtwp på en " +"Sun IPC) och ett SBUS-kort innehållandes en senare antagligen accelererad " +"buffert som sen är inkopplad på en SBUS-plats. Under Solaris/SunOS skapar " +"det här inga problem därför att båda korten är initierade." #. Tag: para -#: hardware.xml:1565 +#: hardware.xml:1603 #, no-c-format -msgid "However with Linux this can cause a problem, in that the boot PROM monitor may display its output on this additional card; however the linux kernel boot messages may then be directed to the original on board framebuffer, leaving no error messages on the screen, with the machine apparently stuck loading the RAMdisk." -msgstr "Dock kan det här orsaka problem med Linux, i det att boot PROM-skärmen kan visa sin utskrift på det här extrakortet; dock kan linux-kärnan uppstartsmeddelanden omdirigeras till det inbyggda originalgrafikkortet, och inte skicka några felmeddelanden till skärmen och maskinen tydligen fastnat vid inläsning av ramdisken." +msgid "" +"However with Linux this can cause a problem, in that the boot PROM monitor " +"may display its output on this additional card; however the linux kernel " +"boot messages may then be directed to the original on board framebuffer, " +"leaving no error messages on the screen, with the " +"machine apparently stuck loading the RAMdisk." +msgstr "" +"Dock kan det här orsaka problem med Linux, i det att boot PROM-skärmen kan " +"visa sin utskrift på det här extrakortet; dock kan linux-kärnan " +"uppstartsmeddelanden omdirigeras till det inbyggda originalgrafikkortet, och " +"inte skicka några felmeddelanden till skärmen och " +"maskinen tydligen fastnat vid inläsning av ramdisken." #. Tag: para -#: hardware.xml:1573 +#: hardware.xml:1611 #, no-c-format -msgid "To avoid this problem, connect the monitor (if required) to the video card in the lowest numbered SBUS slot (on motherboard card counts as below external slots). Alternatively it is possible to use a serial console." -msgstr "För att undvika det här problemet, anslut skärmen (om krävs) till grafikkortet på de lägst numrerade SBUS-platsen (på moderkortet räknas de under externa platser). Alternativt är det möjligt att använda en seriellkonsoll." +msgid "" +"To avoid this problem, connect the monitor (if required) to the video card " +"in the lowest numbered SBUS slot (on motherboard card counts as below " +"external slots). Alternatively it is possible to use a serial console." +msgstr "" +"För att undvika det här problemet, anslut skärmen (om krävs) till " +"grafikkortet på de lägst numrerade SBUS-platsen (på moderkortet räknas de " +"under externa platser). Alternativt är det möjligt att använda en " +"seriellkonsoll." #. Tag: title -#: hardware.xml:1585 +#: hardware.xml:1623 #, no-c-format msgid "Graphics Card" msgstr "Grafikkort" #. Tag: para -#: hardware.xml:1587 +#: hardware.xml:1625 #, no-c-format -msgid "You should be using a VGA-compatible display interface for the console terminal. Nearly every modern display card is compatible with VGA. Ancient standards such CGA, MDA, or HGA should also work, assuming you do not require X11 support. Note that X11 is not used during the installation process described in this document." -msgstr "Du bör använda ett VGA-kompatibelt skärmgränssnitt för konsollterminalen. Nästan alla moderna grafikkort är kompatibla med VGA. Urgamla standarder som CGA, MDA eller HGA bör också fungera om du inte kräver X11-stöd. Notera att X11 inte används under installationsprocessen som beskrivs i det här dokumentet." +msgid "" +"You should be using a VGA-compatible display interface for the console " +"terminal. Nearly every modern display card is compatible with VGA. Ancient " +"standards such CGA, MDA, or HGA should also work, assuming you do not " +"require X11 support. Note that X11 is not used during the installation " +"process described in this document." +msgstr "" +"Du bör använda ett VGA-kompatibelt skärmgränssnitt för konsollterminalen. " +"Nästan alla moderna grafikkort är kompatibla med VGA. Urgamla standarder som " +"CGA, MDA eller HGA bör också fungera om du inte kräver X11-stöd. Notera att " +"X11 inte används under installationsprocessen som beskrivs i det här " +"dokumentet." #. Tag: para -#: hardware.xml:1595 +#: hardware.xml:1633 #, no-c-format -msgid "Debian's support for graphical interfaces is determined by the underlying support found in X.Org's X11 system. Most AGP, PCI and PCIe video cards work under X.Org. Details on supported graphics buses, cards, monitors, and pointing devices can be found at . Debian &release; ships with X.Org version &x11ver;." -msgstr "Debians stöd för grafiska gränssnitt bestäms av det underliggande stöd som hittas i X.Org:s X11-system. De flesta AGP-, PCI- och PCIe-grafikkort fungerar under X.Org. Detaljer för grafikbussar, kort, skärmar och pekenheter som stöds kan hittas på . Debian &release; skickar med X.Org version &x11ver;." +msgid "" +"Debian's support for graphical interfaces is determined by the underlying " +"support found in X.Org's X11 system. Most AGP, PCI and PCIe video cards work " +"under X.Org. Details on supported graphics buses, cards, monitors, and " +"pointing devices can be found at . Debian " +"&release; ships with X.Org version &x11ver;." +msgstr "" +"Debians stöd för grafiska gränssnitt bestäms av det underliggande stöd som " +"hittas i X.Org:s X11-system. De flesta AGP-, PCI- och PCIe-grafikkort " +"fungerar under X.Org. Detaljer för grafikbussar, kort, skärmar och " +"pekenheter som stöds kan hittas på . " +"Debian &release; skickar med X.Org version &x11ver;." #. Tag: para -#: hardware.xml:1604 +#: hardware.xml:1642 #, no-c-format -msgid "The X.Org X11 window system is only supported on the SGI Indy and the O2. The Broadcom BCM91250A and BCM91480B evaluation boards have standard 3.3v PCI slots and support VGA emulation or Linux framebuffer on a selected range of graphics cards. A compatibility listing for Broadcom evaluation boards is available." -msgstr "X.Org X11-fönstersystemet stöds endast på SGI Indy och O2. Evalueringskorten Broadcom BCM91250A och BCM91480B har standard 3.3v PCI-platser och har stöd för VGA-emulering eller Linux-framebuffer på ett urval av grafikkort. En kompatibilitetslista för Broadcom-evalueringskorten finns tillgänglig." +msgid "" +"The X.Org X11 window system is only supported on the SGI Indy and the O2. " +"The Broadcom BCM91250A and BCM91480B evaluation boards have standard 3.3v " +"PCI slots and support VGA emulation or Linux framebuffer on a selected range " +"of graphics cards. A compatibility " +"listing for Broadcom evaluation boards is available." +msgstr "" +"X.Org X11-fönstersystemet stöds endast på SGI Indy och O2. Evalueringskorten " +"Broadcom BCM91250A och BCM91480B har standard 3.3v PCI-platser och har stöd " +"för VGA-emulering eller Linux-framebuffer på ett urval av grafikkort. En " +"kompatibilitetslista för " +"Broadcom-evalueringskorten finns tillgänglig." #. Tag: para -#: hardware.xml:1613 +#: hardware.xml:1651 #, no-c-format -msgid "The X.Org X11 window system is supported on some DECstation models. The Broadcom BCM91250A and BCM91480B evaluation boards have standard 3.3v PCI slots and support VGA emulation or Linux framebuffer on a selected range of graphics cards. A compatibility listing for Broadcom evaluation boards is available." -msgstr "X.Org X11-fönstersystemet stöds på några DECstation-modeller. Evalueringskorten Broadcom BCM91250A och BCM91480B har standard 3.3v PCI-platser och har stöd för VGA-emulering eller Linux-framebuffer på ett urval av grafikkort. En kompatibilitetslista för Broadcom-evalueringskorten finns tillgänglig." +msgid "" +"The X.Org X11 window system is supported on some DECstation models. The " +"Broadcom BCM91250A and BCM91480B evaluation boards have standard 3.3v PCI " +"slots and support VGA emulation or Linux framebuffer on a selected range of " +"graphics cards. A compatibility " +"listing for Broadcom evaluation boards is available." +msgstr "" +"X.Org X11-fönstersystemet stöds på några DECstation-modeller. " +"Evalueringskorten Broadcom BCM91250A och BCM91480B har standard 3.3v PCI-" +"platser och har stöd för VGA-emulering eller Linux-framebuffer på ett urval " +"av grafikkort. En kompatibilitetslista för Broadcom-evalueringskorten finns " +"tillgänglig." #. Tag: title -#: hardware.xml:1625 +#: hardware.xml:1663 #, no-c-format msgid "Laptops" msgstr "Bärbara datorer" #. Tag: para -#: hardware.xml:1626 +#: hardware.xml:1664 #, no-c-format -msgid "Laptops are also supported. Laptops are often specialized or contain proprietary hardware. To see if your particular laptop works well with GNU/Linux, see the Linux Laptop pages" -msgstr "Bärbara datorer stöds också. Bärbara är ofta specialiserade eller innehåller properitär maskinvara. För att se om din speciella bärbara dator fungerar bra med GNU/Linux, se Linux för bärbara" +msgid "" +"Laptops are also supported. Laptops are often specialized or contain " +"proprietary hardware. To see if your particular laptop works well with GNU/" +"Linux, see the Linux Laptop pages" +msgstr "" +"Bärbara datorer stöds också. Bärbara är ofta specialiserade eller innehåller " +"properitär maskinvara. För att se om din speciella bärbara dator fungerar " +"bra med GNU/Linux, se Linux för bärbara" #. Tag: title -#: hardware.xml:1638 -#: hardware.xml:1663 -#: hardware.xml:1686 +#: hardware.xml:1676 hardware.xml:1701 hardware.xml:1724 #, no-c-format msgid "Multiple Processors" msgstr "Flera processorer" #. Tag: para -#: hardware.xml:1640 +#: hardware.xml:1678 #, no-c-format -msgid "Multi-processor support — also called symmetric multi-processing or SMP — is available for this architecture. The standard Debian &release; kernel image was compiled with SMP support. This should not prevent installation, since the SMP kernel should boot on non-SMP systems; the kernel will simply cause a bit more overhead." -msgstr "Stöd för flera processorer — även kallat symmetrisk multi-processing eller SMP — finns tillgängligt för den här arkitekturen. Standardkärnavbilden för Debian &release; blev byggd med SMP-stöd. Det här bör inte förhindra installation eftersom SMP-kärnan kan starta på system utan SMP; kärnan kommer helt enkelt skapa lite mer overhead." +msgid "" +"Multi-processor support — also called symmetric multi-" +"processing or SMP — is available for this architecture. The " +"standard Debian &release; kernel image was compiled with SMP support. This " +"should not prevent installation, since the SMP kernel should boot on non-SMP " +"systems; the kernel will simply cause a bit more overhead." +msgstr "" +"Stöd för flera processorer — även kallat symmetrisk multi-" +"processing eller SMP — finns tillgängligt för den här " +"arkitekturen. Standardkärnavbilden för Debian &release; blev byggd med SMP-" +"stöd. Det här bör inte förhindra installation eftersom SMP-kärnan kan starta " +"på system utan SMP; kärnan kommer helt enkelt skapa lite mer overhead." #. Tag: para -#: hardware.xml:1648 +#: hardware.xml:1686 #, no-c-format -msgid "In order to optimize the kernel for single CPU systems, you'll have to replace the standard Debian kernel. You can find a discussion of how to do this in . At this time (kernel version &kernelversion;) the way you disable SMP is to deselect &smp-config-option; in the &smp-config-section; section of the kernel config." -msgstr "För att optimera kärnan för system en en processor behöver du ersätta Debians standardkärna. Du kan hitta en diskussion om hur man gör det här i . Det sätt (version &kernelversion; av kärnan) som du inaktiverar SMP på är att välja bort &smp-config-option; i &smp-config-section;-sektionen i konfigurationen av kärnan." +msgid "" +"In order to optimize the kernel for single CPU systems, you'll have to " +"replace the standard Debian kernel. You can find a discussion of how to do " +"this in . At this time (kernel version " +"&kernelversion;) the way you disable SMP is to deselect &smp-config-" +"option; in the &smp-config-section; section of the " +"kernel config." +msgstr "" +"För att optimera kärnan för system en en processor behöver du ersätta " +"Debians standardkärna. Du kan hitta en diskussion om hur man gör det här i " +". Det sätt (version &kernelversion; av " +"kärnan) som du inaktiverar SMP på är att välja bort &smp-config-" +"option; i &smp-config-section;-sektionen i " +"konfigurationen av kärnan." #. Tag: para -#: hardware.xml:1664 +#: hardware.xml:1702 #, no-c-format -msgid "Multi-processor support — also called symmetric multi-processing or SMP — is available for this architecture. However, the standard Debian &release; kernel image does not support SMP. This should not prevent installation, since the standard, non-SMP kernel should boot on SMP systems; the kernel will simply use the first CPU." -msgstr "Stöd för flera processorer — kallas även för symmetrisk multi-processing eller SMP — finns tillgängligt för den här arkitekturen. Dock finns det inte stöd för SMP i standardkärnavbilden för Debian &release;. Det här bör inte förhindra en installation eftersom den standard icke-SMP-kärnan ska kunna starta upp på SMP-system; kärnan kommer helt enkelt att använda den första processorn." +msgid "" +"Multi-processor support — also called symmetric multi-" +"processing or SMP — is available for this architecture. " +"However, the standard Debian &release; kernel image does not support SMP. " +"This should not prevent installation, since the standard, non-SMP kernel " +"should boot on SMP systems; the kernel will simply use the first CPU." +msgstr "" +"Stöd för flera processorer — kallas även för symmetrisk multi-" +"processing eller SMP — finns tillgängligt för den här " +"arkitekturen. Dock finns det inte stöd för SMP i standardkärnavbilden för " +"Debian &release;. Det här bör inte förhindra en installation eftersom den " +"standard icke-SMP-kärnan ska kunna starta upp på SMP-system; kärnan kommer " +"helt enkelt att använda den första processorn." #. Tag: para -#: hardware.xml:1673 +#: hardware.xml:1711 #, no-c-format -msgid "In order to take advantage of multiple processors, you'll have to replace the standard Debian kernel. You can find a discussion of how to do this in . At this time (kernel version &kernelversion;) the way you enable SMP is to select &smp-config-option; in the &smp-config-section; section of the kernel config." -msgstr "För att dra fördel av flera processorer behöver du ersätta standardkärnan i Debian. Du kan hitta en diskussion om hur du gör det här i . Det sätt (version &kernelversion; av kärnan) du aktiverar SMP på är att välja &smp-config-option; i &smp-config-section;-sektionen i konfigurationen av kärnan." +msgid "" +"In order to take advantage of multiple processors, you'll have to replace " +"the standard Debian kernel. You can find a discussion of how to do this in " +". At this time (kernel version " +"&kernelversion;) the way you enable SMP is to select &smp-config-" +"option; in the &smp-config-section; section of the " +"kernel config." +msgstr "" +"För att dra fördel av flera processorer behöver du ersätta standardkärnan i " +"Debian. Du kan hitta en diskussion om hur du gör det här i . Det sätt (version &kernelversion; av kärnan) du " +"aktiverar SMP på är att välja &smp-config-option; i " +"&smp-config-section;-sektionen i konfigurationen av kärnan." #. Tag: para -#: hardware.xml:1687 +#: hardware.xml:1725 #, no-c-format -msgid "Multi-processor support — also called symmetric multi-processing or SMP — is available for this architecture, and is supported by a precompiled Debian kernel image. Depending on your install media, this SMP-capable kernel may or may not be installed by default. This should not prevent installation, since the standard, non-SMP kernel should boot on SMP systems; the kernel will simply use the first CPU." -msgstr "Stöd för flera processorer — kallas även för symmetrisk multi-processing eller SMP — finns tillgängligt för den här arkitekturen, och stöd finns i en förkompilerad Debian-kärnavbild. Beroende på ditt installationsmedia kan eller kan den här SMP-kapabla kärnan inte installeras som standard. Det här ska inte förhindra en installation eftersom den standard icke-SMP-kärnan bör kunna starta upp på SMP-system; kärnan kommer helt enkelt att använda den första processorn." +msgid "" +"Multi-processor support — also called symmetric multi-" +"processing or SMP — is available for this architecture, and is " +"supported by a precompiled Debian kernel image. Depending on your install " +"media, this SMP-capable kernel may or may not be installed by default. This " +"should not prevent installation, since the standard, non-SMP kernel should " +"boot on SMP systems; the kernel will simply use the first CPU." +msgstr "" +"Stöd för flera processorer — kallas även för symmetrisk multi-" +"processing eller SMP — finns tillgängligt för den här " +"arkitekturen, och stöd finns i en förkompilerad Debian-kärnavbild. Beroende " +"på ditt installationsmedia kan eller kan den här SMP-kapabla kärnan inte " +"installeras som standard. Det här ska inte förhindra en installation " +"eftersom den standard icke-SMP-kärnan bör kunna starta upp på SMP-system; " +"kärnan kommer helt enkelt att använda den första processorn." #. Tag: para -#: hardware.xml:1697 +#: hardware.xml:1735 #, no-c-format -msgid "In order to take advantage of multiple processors, you should check to see if a kernel package that supports SMP is installed, and if not, choose an appropriate kernel package. You can also build your own customized kernel to support SMP. You can find a discussion of how to do this in . At this time (kernel version &kernelversion;) the way you enable SMP is to select &smp-config-option; in the &smp-config-section; section of the kernel config." -msgstr "För att dra nytta av flera processorer bör du kontrollera om ett kärnpaket som har stöd för SMP finns installerat, och om inte välja ett lämpligt kärnpaket. Du kan också bygga din egna anpassade kärna för att få stöd för SMP. Du kan hitta en diskussion om hur man gör det här i . Det sätt (version &kernelversion; av kärnan) du aktiverar SMP på är att välja &smp-config-option; i &smp-config-section;-sektionen i konfigurationen av kärnan." +msgid "" +"In order to take advantage of multiple processors, you should check to see " +"if a kernel package that supports SMP is installed, and if not, choose an " +"appropriate kernel package. You can also build your own customized kernel to " +"support SMP. You can find a discussion of how to do this in . At this time (kernel version &kernelversion;) the way " +"you enable SMP is to select &smp-config-option; in the " +"&smp-config-section; section of the kernel config." +msgstr "" +"För att dra nytta av flera processorer bör du kontrollera om ett kärnpaket " +"som har stöd för SMP finns installerat, och om inte välja ett lämpligt " +"kärnpaket. Du kan också bygga din egna anpassade kärna för att få stöd för " +"SMP. Du kan hitta en diskussion om hur man gör det här i . Det sätt (version &kernelversion; av kärnan) du " +"aktiverar SMP på är att välja &smp-config-option; i " +"&smp-config-section;-sektionen i konfigurationen av kärnan." #. Tag: title -#: hardware.xml:1718 +#: hardware.xml:1756 #, no-c-format msgid "Installation Media" msgstr "Installationsmedia" #. Tag: para -#: hardware.xml:1720 +#: hardware.xml:1758 #, no-c-format -msgid "This section will help you determine which different media types you can use to install Debian. For example, if you have a floppy disk drive on your machine, it can be used to install Debian. There is a whole chapter devoted media, , which lists the advantages and disadvantages of each media type. You may want to refer back to this page once you reach that section." -msgstr "Den här sektionen kommer att hjälpa dig att fastställa vilka olika medium du kan använda för att installera Debian. Till exempel om du har en diskettenhet i din dator kan den användas för att installera Debian. Det finns ett helt kapitel tillägnat media, , som listar fördelar och nackdelar med varje typ av media. Du kanske vill referera tillbaka till den här sidan när du har nått fram till den sektionen." +msgid "" +"This section will help you determine which different media types you can use " +"to install Debian. For example, if you have a floppy disk drive on your " +"machine, it can be used to install Debian. There is a whole chapter devoted " +"media, , which lists the advantages and " +"disadvantages of each media type. You may want to refer back to this page " +"once you reach that section." +msgstr "" +"Den här sektionen kommer att hjälpa dig att fastställa vilka olika medium du " +"kan använda för att installera Debian. Till exempel om du har en " +"diskettenhet i din dator kan den användas för att installera Debian. Det " +"finns ett helt kapitel tillägnat media, , " +"som listar fördelar och nackdelar med varje typ av media. Du kanske vill " +"referera tillbaka till den här sidan när du har nått fram till den sektionen." #. Tag: title -#: hardware.xml:1731 +#: hardware.xml:1769 #, no-c-format msgid "Floppies" msgstr "Disketter" #. Tag: para -#: hardware.xml:1732 +#: hardware.xml:1770 #, no-c-format -msgid "In some cases, you'll have to do your first boot from floppy disks. Generally, all you will need is a high-density (1440 kilobytes) 3.5 inch floppy drive." -msgstr "I vissa fall behöver du göra din första uppstart från startdisketter. Generellt sett är allt du behöver en högdensitets (1440 kilobyte) 3.5-tums diskettenhet." +msgid "" +"In some cases, you'll have to do your first boot from floppy disks. " +"Generally, all you will need is a high-density (1440 kilobytes) 3.5 inch " +"floppy drive." +msgstr "" +"I vissa fall behöver du göra din första uppstart från startdisketter. " +"Generellt sett är allt du behöver en högdensitets (1440 kilobyte) 3.5-tums " +"diskettenhet." #. Tag: para -#: hardware.xml:1738 +#: hardware.xml:1776 #, no-c-format msgid "For CHRP, floppy support is currently broken." msgstr "För CHRP är stöd för disketter för närvarande trasig." #. Tag: title -#: hardware.xml:1745 +#: hardware.xml:1783 #, no-c-format msgid "CD-ROM/DVD-ROM" msgstr "Cd-rom/Dvd-rom" #. Tag: para -#: hardware.xml:1747 +#: hardware.xml:1785 #, no-c-format -msgid "Whenever you see CD-ROM in this manual, it applies to both CD-ROMs and DVD-ROMs, because both technologies are really the same from the operating system's point of view, except for some very old nonstandard CD-ROM drives which are neither SCSI nor IDE/ATAPI." -msgstr "När du ser cd-rom i den här manualen betyder det både cd-rom och dvd-rom för att båda teknikerna är egentligen samma från operativsystemets synvinkel med undantag för vissa mycket gamla icke-standard cd-rom-enheter som varken är SCSI eller IDE/ATAPI." +msgid "" +"Whenever you see CD-ROM in this manual, it applies to both CD-" +"ROMs and DVD-ROMs, because both technologies are really the same from the " +"operating system's point of view, except for some very old nonstandard CD-" +"ROM drives which are neither SCSI nor IDE/ATAPI." +msgstr "" +"När du ser cd-rom i den här manualen betyder det både cd-rom " +"och dvd-rom för att båda teknikerna är egentligen samma från " +"operativsystemets synvinkel med undantag för vissa mycket gamla icke-" +"standard cd-rom-enheter som varken är SCSI eller IDE/ATAPI." #. Tag: para -#: hardware.xml:1754 +#: hardware.xml:1792 #, no-c-format -msgid "CD-ROM based installation is supported for some architectures. On machines which support bootable CD-ROMs, you should be able to do a completely floppy-less tape-less installation. Even if your system doesn't support booting from a CD-ROM, you can use the CD-ROM in conjunction with the other techniques to install your system, once you've booted up by other means; see ." -msgstr "Cd-rom-baserad installation stöds för vissa arkitekturer. På maskiner som har stöd för startbara cd-rom bör du kunna för en göra en totalt diskettlös tapelös installation. Även om ditt system inte har stöd för att starta upp från en cd-rom kan du använda cd-rom:en i förbindelse med andra tekniker för att installera ditt system, när du väl har startat upp på andra sätt; se ." +msgid "" +"CD-ROM based installation is supported for some architectures. On machines " +"which support bootable CD-ROMs, you should be able to do a completely " +"floppy-less tape-" +"less installation. Even if your system doesn't support booting from " +"a CD-ROM, you can use the CD-ROM in conjunction with the other techniques to " +"install your system, once you've booted up by other means; see ." +msgstr "" +"Cd-rom-baserad installation stöds för vissa arkitekturer. På maskiner som " +"har stöd för startbara cd-rom bör du kunna för en göra en totalt diskettlös tapelös " +"installation. Även om ditt system inte har stöd för att starta upp från en " +"cd-rom kan du använda cd-rom:en i förbindelse med andra tekniker för att " +"installera ditt system, när du väl har startat upp på andra sätt; se ." #. Tag: para -#: hardware.xml:1766 +#: hardware.xml:1804 #, no-c-format -msgid "Both SCSI and IDE/ATAPI CD-ROMs are supported. In addition, all non-standard CD interfaces supported by Linux are supported by the boot disks (such as Mitsumi and Matsushita drives). However, these models might require special boot parameters or other massaging to get them to work, and booting off these non-standard interfaces is unlikely. The Linux CD-ROM HOWTO contains in-depth information on using CD-ROMs with Linux." -msgstr "Både cd-rom med SCSI- och IDE/ATAPI-gränssnitt stöds. I tillägg stöds icke-standardiserade cd-gränssnitt som stöds av Linux stöds av startdisketterna (såsom Mitsumi och Matsushita-enheter). Dock kräver dessa modeller speciella startparametrar eller annan massage för att få dem att fungerar, och att starta upp från dessa icke-standardiserade gränssnitt är nog inte möjligt. Linux CD-ROM HOWTO innehåller djupare information om hur man använder cd-enheter med Linux." +msgid "" +"Both SCSI and IDE/ATAPI CD-ROMs are supported. In addition, all non-standard " +"CD interfaces supported by Linux are supported by the boot disks (such as " +"Mitsumi and Matsushita drives). However, these models might require special " +"boot parameters or other massaging to get them to work, and booting off " +"these non-standard interfaces is unlikely. The Linux CD-ROM HOWTO contains in-depth information on using CD-ROMs " +"with Linux." +msgstr "" +"Både cd-rom med SCSI- och IDE/ATAPI-gränssnitt stöds. I tillägg stöds icke-" +"standardiserade cd-gränssnitt som stöds av Linux stöds av startdisketterna " +"(såsom Mitsumi och Matsushita-enheter). Dock kräver dessa modeller speciella " +"startparametrar eller annan massage för att få dem att fungerar, och att " +"starta upp från dessa icke-standardiserade gränssnitt är nog inte möjligt. " +"Linux CD-ROM HOWTO innehåller djupare " +"information om hur man använder cd-enheter med Linux." #. Tag: para -#: hardware.xml:1776 +#: hardware.xml:1814 #, no-c-format -msgid "USB CD-ROM drives are also supported, as are FireWire devices that are supported by the ohci1394 and sbp2 drivers." -msgstr "Cd-rom-enheter via USB stöds också, såväl som FireWire-enheter som stöds av drivrutinerna ohci1394 och sbp2." +msgid "" +"USB CD-ROM drives are also supported, as are FireWire devices that are " +"supported by the ohci1394 and sbp2 drivers." +msgstr "" +"Cd-rom-enheter via USB stöds också, såväl som FireWire-enheter som stöds av " +"drivrutinerna ohci1394 och sbp2." #. Tag: para -#: hardware.xml:1781 +#: hardware.xml:1819 #, no-c-format -msgid "Both SCSI and IDE/ATAPI CD-ROMs are supported on &arch-title;, as long as the controller is supported by the SRM console. This rules out many add-on controller cards, but most integrated IDE and SCSI chips and controller cards that were provided by the manufacturer can be expected to work. To find out whether your device is supported from the SRM console, see the SRM HOWTO." -msgstr "Både cd-rom med SCSI- och IDE/ATAPI-gränssnitt stöds på &arch-title;, så länge som kontrollern stöds av SRM-konsollen. Det här utesluter många tilläggskontrollerkort men de flesta integrerade IDE- och SCSI-chip som kontrollerkort som erbjöds av tillverkaren kan förväntas att fungera. För att ta reda på om din enhet stöds från SRM-konsollen, se SRM HOWTO." +msgid "" +"Both SCSI and IDE/ATAPI CD-ROMs are supported on &arch-title;, as long as " +"the controller is supported by the SRM console. This rules out many add-on " +"controller cards, but most integrated IDE and SCSI chips and controller " +"cards that were provided by the manufacturer can be expected to work. To " +"find out whether your device is supported from the SRM console, see the " +"SRM HOWTO." +msgstr "" +"Både cd-rom med SCSI- och IDE/ATAPI-gränssnitt stöds på &arch-title;, så " +"länge som kontrollern stöds av SRM-konsollen. Det här utesluter många " +"tilläggskontrollerkort men de flesta integrerade IDE- och SCSI-chip som " +"kontrollerkort som erbjöds av tillverkaren kan förväntas att fungera. För " +"att ta reda på om din enhet stöds från SRM-konsollen, se SRM HOWTO." #. Tag: para -#: hardware.xml:1790 +#: hardware.xml:1828 #, no-c-format -msgid "IDE/ATAPI CD-ROMs are supported on all ARM machines. On RiscPCs, SCSI CD-ROMs are also supported." -msgstr "IDE/ATAPI cd-rom stöds på alla ARM-maskiner. På RiscPC stöds även SCSI cd-rom." +msgid "" +"IDE/ATAPI CD-ROMs are supported on all ARM machines. On RiscPCs, SCSI CD-" +"ROMs are also supported." +msgstr "" +"IDE/ATAPI cd-rom stöds på alla ARM-maskiner. På RiscPC stöds även SCSI cd-" +"rom." #. Tag: para -#: hardware.xml:1795 +#: hardware.xml:1833 #, no-c-format -msgid "On SGI machines, booting from CD-ROM requires a SCSI CD-ROM drive capable of working with a logical blocksize of 512 bytes. Many of the SCSI CD-ROM drives sold on the PC market do not have this capability. If your CD-ROM drive has a jumper labeled Unix/PC or 512/2048, place it in the Unix or 512 position. To start the install, simply choose the System installation entry in the firmware. The Broadcom BCM91250A supports standard IDE devices, including CD-ROM drives, but CD images for this platform are currently not provided because the firmware doesn't recognize CD drives. In order to install Debian on an Broadcom BCM91480B evaluation board, you need an PCI IDE, SATA or SCSI card." -msgstr "På SGI-maskiner kräver uppstart från cd-rom en SCSI-cd-enhet som är kapabel att fungera med en logisk blockstorlek på 512 byte. Många av de SCSI-cd-rom-enheter som säljs på PC-marknaden har inte den här färdigheten. Om din cd-rom-enhet har en bygel som är märkt Unix/PC eller 512/2048, sätt den i positionen Unix eller 512. För att starta installationen, välj helt enkelt System installation i firmware. Broadcom BCM91250A har stöd för standard IDE-enheter inklusive cd-rom-enheter, men cd-avbilder för den här plattformen finns inte på grund av att firmware inte känner igen cd-enheter. För att installera Debian på ett Broadcom BCM91480B-evalueringskort, behöver du ett PCI IDE, SATA eller SCSI-kort." +msgid "" +"On SGI machines, booting from CD-ROM requires a SCSI CD-ROM drive capable of " +"working with a logical blocksize of 512 bytes. Many of the SCSI CD-ROM " +"drives sold on the PC market do not have this capability. If your CD-ROM " +"drive has a jumper labeled Unix/PC or 512/2048, place it in the Unix or 512 position. " +"To start the install, simply choose the System installation " +"entry in the firmware. The Broadcom BCM91250A supports standard IDE devices, " +"including CD-ROM drives, but CD images for this platform are currently not " +"provided because the firmware doesn't recognize CD drives. In order to " +"install Debian on an Broadcom BCM91480B evaluation board, you need an PCI " +"IDE, SATA or SCSI card." +msgstr "" +"På SGI-maskiner kräver uppstart från cd-rom en SCSI-cd-enhet som är kapabel " +"att fungera med en logisk blockstorlek på 512 byte. Många av de SCSI-cd-rom-" +"enheter som säljs på PC-marknaden har inte den här färdigheten. Om din cd-" +"rom-enhet har en bygel som är märkt Unix/PC eller " +"512/2048, sätt den i positionen Unix eller " +"512. För att starta installationen, välj helt enkelt " +"System installation i firmware. Broadcom BCM91250A har stöd " +"för standard IDE-enheter inklusive cd-rom-enheter, men cd-avbilder för den " +"här plattformen finns inte på grund av att firmware inte känner igen cd-" +"enheter. För att installera Debian på ett Broadcom BCM91480B-" +"evalueringskort, behöver du ett PCI IDE, SATA eller SCSI-kort." #. Tag: para -#: hardware.xml:1810 +#: hardware.xml:1848 #, no-c-format -msgid "On DECstations, booting from CD-ROM requires a SCSI CD-ROM drive capable of working with a logical blocksize of 512 bytes. Many of the SCSI CD-ROM drives sold on the PC market do not have this capability. If your CD-ROM drive has a jumper labeled Unix/PC or 512/2048, place it in the Unix or 512 position." -msgstr "På DECstationer kräver uppstart från cd-rom en SCSI cd-rom-enhet som är kapabel att fungera med en logisk blockstorlek på 512 byte. Många av de SCSI cd-rom-enheter som säljs på PC-marknaden har inte den här färdigheten. Om din cd-rom-enhet har en jumper som är märkt Unix/PC eller 512/2048, sätt den i positionen Unix eller 512." +msgid "" +"On DECstations, booting from CD-ROM requires a SCSI CD-ROM drive capable of " +"working with a logical blocksize of 512 bytes. Many of the SCSI CD-ROM " +"drives sold on the PC market do not have this capability. If your CD-ROM " +"drive has a jumper labeled Unix/PC or 512/2048, place it in the Unix or 512 position." +msgstr "" +"På DECstationer kräver uppstart från cd-rom en SCSI cd-rom-enhet som är " +"kapabel att fungera med en logisk blockstorlek på 512 byte. Många av de SCSI " +"cd-rom-enheter som säljs på PC-marknaden har inte den här färdigheten. Om " +"din cd-rom-enhet har en jumper som är märkt Unix/PC eller " +"512/2048, sätt den i positionen Unix eller " +"512." #. Tag: para -#: hardware.xml:1819 +#: hardware.xml:1857 #, no-c-format -msgid "CD 1 contains the installer for the r3k-kn02 subarchitecture (the R3000-based DECstations 5000/1xx and 5000/240 as well as the R3000-based Personal DECstation models), CD 2 the installer for the r4k-kn04 subarchitecture (the R4x00-based DECstations 5000/150 and 5000/260 as well as the Personal DECstation 5000/50)." -msgstr "Cd 1 innehåller installeraren för underarkitekturen r3k-kn02 (R3000-baserade DECstation 5000/1xx och 5000/240 såväl som de R3000-baserade Personal DECstation-modellerna), Cd 2 innehåller installeraren för underarkitekturen r4k-kn04 (R4x00-baserade DECstation 5000/150 och 5000/260 såväl som Personal DECstation 5000/50)." +msgid "" +"CD 1 contains the installer for the r3k-kn02 subarchitecture (the R3000-" +"based DECstations 5000/1xx and 5000/240 as well as the R3000-based Personal " +"DECstation models), CD 2 the installer for the r4k-kn04 subarchitecture (the " +"R4x00-based DECstations 5000/150 and 5000/260 as well as the Personal " +"DECstation 5000/50)." +msgstr "" +"Cd 1 innehåller installeraren för underarkitekturen r3k-kn02 (R3000-baserade " +"DECstation 5000/1xx och 5000/240 såväl som de R3000-baserade Personal " +"DECstation-modellerna), Cd 2 innehåller installeraren för underarkitekturen " +"r4k-kn04 (R4x00-baserade DECstation 5000/150 och 5000/260 såväl som Personal " +"DECstation 5000/50)." #. Tag: para -#: hardware.xml:1828 +#: hardware.xml:1866 #, no-c-format -msgid "To boot from CD, issue the command boot #/rzid on the firmware prompt, where # is the number of the TurboChannel device from which to boot (3 on most DECstations) and id is the SCSI ID of the CD-ROM drive. If you need to pass additional parameters, they can optionally be appended with the following syntax:" -msgstr "För att starta från en cd, ange kommandot boot #/rzid vid firmware-prompten, där # är numret för TurboChannel-enheten som ska startas från (3 på de flesta DECstationer) och id är SCSI ID för cd-enheten. Om du behöver skicka med ytterligare parametrar kan de valfritt läggas till med följande syntax:" +msgid "" +"To boot from CD, issue the command boot #/rzid on the firmware " +"prompt, where # is the number of the TurboChannel " +"device from which to boot (3 on most DECstations) and id is the SCSI ID of the CD-ROM drive. If you need to pass " +"additional parameters, they can optionally be appended with the following " +"syntax:" +msgstr "" +"För att starta från en cd, ange kommandot boot #/rzid vid firmware-" +"prompten, där # är numret för TurboChannel-" +"enheten som ska startas från (3 på de flesta DECstationer) och " +"id är SCSI ID för cd-enheten. Om du behöver " +"skicka med ytterligare parametrar kan de valfritt läggas till med följande " +"syntax:" #. Tag: userinput -#: hardware.xml:1840 +#: hardware.xml:1878 #, no-c-format -msgid "boot #/rzid param1=value1 param2=value2 ..." -msgstr "boot #/rzid param1=värde1 param2=värde2 ..." +msgid "" +"boot #/rzid " +"param1=value1 param2=value2 ..." +msgstr "" +"boot #/rzid " +"param1=värde1 param2=värde2 ..." #. Tag: title -#: hardware.xml:1847 +#: hardware.xml:1885 #, no-c-format msgid "Hard Disk" msgstr "Hårddisk" #. Tag: para -#: hardware.xml:1849 +#: hardware.xml:1887 #, no-c-format -msgid "Booting the installation system directly from a hard disk is another option for many architectures. This will require some other operating system to load the installer onto the hard disk." -msgstr "Starta upp installationssystemet direkt från en hårddisk är en annan möjlighet för många arkitekturer. Det här kräver ett annat operativsystem för att läsa in installeraren på hårddisken." +msgid "" +"Booting the installation system directly from a hard disk is another option " +"for many architectures. This will require some other operating system to " +"load the installer onto the hard disk." +msgstr "" +"Starta upp installationssystemet direkt från en hårddisk är en annan " +"möjlighet för många arkitekturer. Det här kräver ett annat operativsystem " +"för att läsa in installeraren på hårddisken." #. Tag: para -#: hardware.xml:1855 +#: hardware.xml:1893 #, no-c-format -msgid "In fact, installation from your local disk is the preferred installation technique for most &architecture; machines." -msgstr "Faktiskt är installation från din lokala disk den installationsteknik som föredras för de flesta &architecture;-maskiner." +msgid "" +"In fact, installation from your local disk is the preferred installation " +"technique for most &architecture; machines." +msgstr "" +"Faktiskt är installation från din lokala disk den installationsteknik som " +"föredras för de flesta &architecture;-maskiner." #. Tag: para -#: hardware.xml:1860 +#: hardware.xml:1898 #, no-c-format -msgid "Although the &arch-title; does not allow booting from SunOS (Solaris), you can install from a SunOS partition (UFS slices)." -msgstr "Även om &arch-title; inte tillåter uppstart från SunOS (Solaris) kan du installera från en SunOS-partition (UFS-slice)." +msgid "" +"Although the &arch-title; does not allow booting from SunOS (Solaris), you " +"can install from a SunOS partition (UFS slices)." +msgstr "" +"Även om &arch-title; inte tillåter uppstart från SunOS (Solaris) kan du " +"installera från en SunOS-partition (UFS-slice)." #. Tag: title -#: hardware.xml:1868 +#: hardware.xml:1906 #, no-c-format msgid "USB Memory Stick" msgstr "USB-minne" #. Tag: para -#: hardware.xml:1870 +#: hardware.xml:1908 #, no-c-format -msgid "Many Debian boxes need their floppy and/or CD-ROM drives only for setting up the system and for rescue purposes. If you operate some servers, you will probably already have thought about omitting those drives and using an USB memory stick for installing and (when necessary) for recovering the system. This is also useful for small systems which have no room for unnecessary drives." -msgstr "Många Debianburkar behöver sina diskett- och/eller cd-enheter endast för att ställa in systemet och för räddningsaktioner. Om du använder ett antal servrar har du säkert redan tänkt på att strunta i dessa enheter och använda ett USB-minne för att installera och (vid behov) återställa systemet. Det är också användbart för mindre system som inte har plats för onödiga enheter." +msgid "" +"Many Debian boxes need their floppy and/or CD-ROM drives only for setting up " +"the system and for rescue purposes. If you operate some servers, you will " +"probably already have thought about omitting those drives and using an USB " +"memory stick for installing and (when necessary) for recovering the system. " +"This is also useful for small systems which have no room for unnecessary " +"drives." +msgstr "" +"Många Debianburkar behöver sina diskett- och/eller cd-enheter endast för att " +"ställa in systemet och för räddningsaktioner. Om du använder ett antal " +"servrar har du säkert redan tänkt på att strunta i dessa enheter och använda " +"ett USB-minne för att installera och (vid behov) återställa systemet. Det är " +"också användbart för mindre system som inte har plats för onödiga enheter." #. Tag: title -#: hardware.xml:1882 +#: hardware.xml:1920 #, no-c-format msgid "Network" msgstr "Nätverk" #. Tag: para -#: hardware.xml:1884 +#: hardware.xml:1922 #, no-c-format -msgid "You can also boot your system over the network. This is the preferred installation technique for Mips." -msgstr "Du kan också starta upp ditt system över nätverket. Det är den installtionsteknik som föredras för Mips." +msgid "" +"You can also boot your system over the network. This is the preferred installation technique for Mips." +msgstr "" +"Du kan också starta upp ditt system över nätverket. " +"Det är den installtionsteknik som föredras för Mips." #. Tag: para -#: hardware.xml:1890 +#: hardware.xml:1928 #, no-c-format -msgid "Diskless installation, using network booting from a local area network and NFS-mounting of all local filesystems, is another option." -msgstr "Disklös installation med nätverksuppstart från ett lokalt nätverk och nfs-montering av alla lokala filsystem är ett annat alternativ." +msgid "" +"Diskless installation, using network booting from a local area network and " +"NFS-mounting of all local filesystems, is another option." +msgstr "" +"Disklös installation med nätverksuppstart från ett lokalt nätverk och nfs-" +"montering av alla lokala filsystem är ett annat alternativ." #. Tag: para -#: hardware.xml:1895 +#: hardware.xml:1933 #, no-c-format -msgid "After the operating system kernel is installed, you can install the rest of your system via any sort of network connection (including PPP after installation of the base system), via FTP or HTTP." -msgstr "Efter att operativsystemskärnan är installerad kan du installera resten av ditt system via någon form av nätverksanslutning (inklusive PPP efter installation av grundsystemet), via FTP eller HTTP." +msgid "" +"After the operating system kernel is installed, you can install the rest of " +"your system via any sort of network connection (including PPP after " +"installation of the base system), via FTP or HTTP." +msgstr "" +"Efter att operativsystemskärnan är installerad kan du installera resten av " +"ditt system via någon form av nätverksanslutning (inklusive PPP efter " +"installation av grundsystemet), via FTP eller HTTP." #. Tag: title -#: hardware.xml:1904 +#: hardware.xml:1942 #, no-c-format msgid "Un*x or GNU system" msgstr "Un*x eller GNU-system" #. Tag: para -#: hardware.xml:1906 +#: hardware.xml:1944 #, no-c-format -msgid "If you are running another Unix-like system, you could use it to install &debian; without using the &d-i; described in the rest of the manual. This kind of install may be useful for users with otherwise unsupported hardware or on hosts which can't afford downtime. If you are interested in this technique, skip to the ." -msgstr "Om du kör ett annat Unix-liknande system skulle du kunna använda det för att installera &debian; utan att använda &d-i; som beskrivs i resten av manualen. Den här typen av installation kan vara användbar för användare med maskinvara som annars inte stöds eller på värdar som inte kan vara nere. Om du är intresserad i den här tekniken, hoppa över till ." +msgid "" +"If you are running another Unix-like system, you could use it to install " +"&debian; without using the &d-i; described in the rest of the manual. This " +"kind of install may be useful for users with otherwise unsupported hardware " +"or on hosts which can't afford downtime. If you are interested in this " +"technique, skip to the ." +msgstr "" +"Om du kör ett annat Unix-liknande system skulle du kunna använda det för att " +"installera &debian; utan att använda &d-i; som beskrivs i resten av " +"manualen. Den här typen av installation kan vara användbar för användare med " +"maskinvara som annars inte stöds eller på värdar som inte kan vara nere. Om " +"du är intresserad i den här tekniken, hoppa över till ." #. Tag: title -#: hardware.xml:1918 +#: hardware.xml:1956 #, no-c-format msgid "Supported Storage Systems" msgstr "Lagringssystem som stöds" #. Tag: para -#: hardware.xml:1920 +#: hardware.xml:1958 #, no-c-format -msgid "The Debian boot disks contain a kernel which is built to maximize the number of systems it runs on. Unfortunately, this makes for a larger kernel, which includes many drivers that won't be used for your machine (see to learn how to build your own kernel). Support for the widest possible range of devices is desirable in general, to ensure that Debian can be installed on the widest array of hardware." -msgstr "Debians startdisketter innehåller en kärna som är byggd för att maximera antalet system de kan köras på. Tyvärr betyder det här att kärnan blir stor, vilket inkluderar många drivrutiner som inte kommer att användas för din maskin (se för att lära dig hur man bygger en egen kärna). Stöd för ett stort antal enheter är allmänt önskvärt, för att se till att Debian kan installeras på ett stort antal maskinvaror." +msgid "" +"The Debian boot disks contain a kernel which is built to maximize the number " +"of systems it runs on. Unfortunately, this makes for a larger kernel, which " +"includes many drivers that won't be used for your machine (see to learn how to build your own kernel). Support for the " +"widest possible range of devices is desirable in general, to ensure that " +"Debian can be installed on the widest array of hardware." +msgstr "" +"Debians startdisketter innehåller en kärna som är byggd för att maximera " +"antalet system de kan köras på. Tyvärr betyder det här att kärnan blir stor, " +"vilket inkluderar många drivrutiner som inte kommer att användas för din " +"maskin (se för att lära dig hur man bygger " +"en egen kärna). Stöd för ett stort antal enheter är allmänt önskvärt, för " +"att se till att Debian kan installeras på ett stort antal maskinvaror." #. Tag: para -#: hardware.xml:1930 +#: hardware.xml:1968 #, no-c-format -msgid "Generally, the Debian installation system includes support for floppies, IDE drives, IDE floppies, parallel port IDE devices, SCSI controllers and drives, USB, and FireWire. The supported file systems include FAT, Win-32 FAT extensions (VFAT) and NTFS." -msgstr "Generellt sett inkluderar Debians installationssystem stöd för disketter, IDE-diskar, IDE-disketter, IDE-enheter via parallellport, SCSI-kontrollrar och diskar, USB och FireWire. Filsystemen som stöds inkluderar FAT, Win-32 FAT-utökningar (VFAT) och NTFS." +msgid "" +"Generally, the Debian installation system includes support for floppies, IDE " +"drives, IDE floppies, parallel port IDE devices, SCSI controllers and " +"drives, USB, and FireWire. The supported file systems include FAT, Win-32 " +"FAT extensions (VFAT) and NTFS." +msgstr "" +"Generellt sett inkluderar Debians installationssystem stöd för disketter, " +"IDE-diskar, IDE-disketter, IDE-enheter via parallellport, SCSI-kontrollrar " +"och diskar, USB och FireWire. Filsystemen som stöds inkluderar FAT, Win-32 " +"FAT-utökningar (VFAT) och NTFS." #. Tag: para -#: hardware.xml:1937 +#: hardware.xml:1975 #, no-c-format -msgid "Disk interfaces that emulate the AT hard disk interface — often called MFM, RLL, IDE, or ATA — are supported. Very old 8–bit hard disk controllers used in the IBM XT computer are supported only as a module. SCSI disk controllers from many different manufacturers are supported. See the Linux Hardware Compatibility HOWTO for more details." -msgstr "Diskgränssnitten som emulerar AT-hårddiskgränssnittet som ofta kallas MFM, RLL, IDE eller ATA finns det stöd för. Mycket gamla 8–bitars hårddiskkontrollrar som används i IBM XT-datorn stöds endast som en modul. SCSI-diskkontrollrar från många olika tillverkare stöds. Se Linux Hardware Compatibility HOWTO för fler detaljer." +msgid "" +"Disk interfaces that emulate the AT hard disk interface " +"— often called MFM, RLL, IDE, or ATA — are supported. Very old " +"8–bit hard disk controllers used in the IBM XT computer are supported " +"only as a module. SCSI disk controllers from many different manufacturers " +"are supported. See the Linux Hardware " +"Compatibility HOWTO for more details." +msgstr "" +"Diskgränssnitten som emulerar AT-hårddiskgränssnittet som " +"ofta kallas MFM, RLL, IDE eller ATA finns det stöd för. Mycket gamla 8–" +"bitars hårddiskkontrollrar som används i IBM XT-datorn stöds endast som en " +"modul. SCSI-diskkontrollrar från många olika tillverkare stöds. Se Linux Hardware Compatibility HOWTO för " +"fler detaljer." #. Tag: para -#: hardware.xml:1947 +#: hardware.xml:1985 #, no-c-format -msgid "Pretty much all storage systems supported by the Linux kernel are supported by the Debian installation system. Note that the current Linux kernel does not support floppies on the Macintosh at all, and the Debian installation system doesn't support floppies for Amigas. Also supported on the Atari is the Macintosh HFS system, and AFFS as a module. Macs support the Atari (FAT) file system. Amigas support the FAT file system, and HFS as a module." -msgstr "Så gott som alla lagringssystem som stöds av Linux-kärnan stöds av Debians installationssystem. Notera att nuvarande Linux-kärna inte har stöd för disketter alls på Macintosh och att Debians installationsystem inte har stöd för disketter för Amiga. På Atari finns även stöd för Machintosh HFS-system och AFFS som en modul. Mac:ar har stöd för Ataris (FAT) filsystem. Amiga har stöd för FAT-filsystemet och HFS som en modul." +msgid "" +"Pretty much all storage systems supported by the Linux kernel are supported " +"by the Debian installation system. Note that the current Linux kernel does " +"not support floppies on the Macintosh at all, and the Debian installation " +"system doesn't support floppies for Amigas. Also supported on the Atari is " +"the Macintosh HFS system, and AFFS as a module. Macs support the Atari (FAT) " +"file system. Amigas support the FAT file system, and HFS as a module." +msgstr "" +"Så gott som alla lagringssystem som stöds av Linux-kärnan stöds av Debians " +"installationssystem. Notera att nuvarande Linux-kärna inte har stöd för " +"disketter alls på Macintosh och att Debians installationsystem inte har stöd " +"för disketter för Amiga. På Atari finns även stöd för Machintosh HFS-system " +"och AFFS som en modul. Mac:ar har stöd för Ataris (FAT) filsystem. Amiga har " +"stöd för FAT-filsystemet och HFS som en modul." #. Tag: para -#: hardware.xml:1957 +#: hardware.xml:1995 #, no-c-format -msgid "Any storage system supported by the Linux kernel is also supported by the boot system. The following SCSI drivers are supported in the default kernel: Sparc ESP PTI Qlogic,ISP Adaptec AIC7xxx NCR and Symbios 53C8XX IDE systems (such as the UltraSPARC 5) are also supported. See Linux for SPARC Processors FAQ for more information on SPARC hardware supported by the Linux kernel." -msgstr "Alla lagringssystem som stöds av Linux-kärnan finns också stöd för av uppstartssystemet. Följande SCSI-drivrutiner stöds i standardkärnan: Sparc ESP PTI Qlogic,ISP Adaptec AIC7xxx NCR och Symbios 53C8XX IDE systems (såsom UltraSPARC 5) stöds också. Se Linux för SPARC-processorer FAQ för mer information om SPARC-maskinvara som stöds av Linux-kärnan." +msgid "" +"Any storage system supported by the Linux kernel is also supported by the " +"boot system. The following SCSI drivers are supported in the default kernel: " +" Sparc ESP " +" PTI Qlogic,ISP Adaptec " +"AIC7xxx NCR and Symbios 53C8XX IDE systems (such as the UltraSPARC 5) are also " +"supported. See Linux for SPARC " +"Processors FAQ for more information on SPARC hardware supported by " +"the Linux kernel." +msgstr "" +"Alla lagringssystem som stöds av Linux-kärnan finns också stöd för av " +"uppstartssystemet. Följande SCSI-drivrutiner stöds i standardkärnan: " +" Sparc ESP " +" PTI Qlogic,ISP Adaptec " +"AIC7xxx NCR och Symbios 53C8XX IDE systems (såsom UltraSPARC 5) stöds också. Se " +"Linux för SPARC-processorer FAQ " +"för mer information om SPARC-maskinvara som stöds av Linux-kärnan." #. Tag: para -#: hardware.xml:1990 +#: hardware.xml:2028 #, no-c-format -msgid "Any storage system supported by the Linux kernel is also supported by the boot system. This includes both SCSI and IDE disks. Note, however, that on many systems, the SRM console is unable to boot from IDE drives, and the Jensen is unable to boot from floppies. (see for more information on booting the Jensen)" -msgstr "Alla lagringssystem som stöds av Linux-kärnan finns också stöd för av uppstartssystemet. Det här inkluderar både SCSI och IDE-diskar. Notera, dock på många system kan inte SRM-konsollen starta upp från IDE-enheter och Jensen kan inte starta upp från disketter. (se för mere information hur man starta upp en Jensen)" +msgid "" +"Any storage system supported by the Linux kernel is also supported by the " +"boot system. This includes both SCSI and IDE disks. Note, however, that on " +"many systems, the SRM console is unable to boot from IDE drives, and the " +"Jensen is unable to boot from floppies. (see for more information on booting the Jensen)" +msgstr "" +"Alla lagringssystem som stöds av Linux-kärnan finns också stöd för av " +"uppstartssystemet. Det här inkluderar både SCSI och IDE-diskar. Notera, dock " +"på många system kan inte SRM-konsollen starta upp från IDE-enheter och " +"Jensen kan inte starta upp från disketter. (se för mere information hur man starta upp en Jensen)" #. Tag: para -#: hardware.xml:1999 +#: hardware.xml:2037 #, no-c-format -msgid "Any storage system supported by the Linux kernel is also supported by the boot system. Note that the current Linux kernel does not support floppies on CHRP systems at all." -msgstr "Alla lagringssystem som stöds av Linux-kärnan finns också stöd för av uppstartssystemet. Notera att nuvarande Linux-kärna inte har stöd för disketter på CHRP-system alls." +msgid "" +"Any storage system supported by the Linux kernel is also supported by the " +"boot system. Note that the current Linux kernel does not support floppies on " +"CHRP systems at all." +msgstr "" +"Alla lagringssystem som stöds av Linux-kärnan finns också stöd för av " +"uppstartssystemet. Notera att nuvarande Linux-kärna inte har stöd för " +"disketter på CHRP-system alls." #. Tag: para -#: hardware.xml:2005 +#: hardware.xml:2043 #, no-c-format -msgid "Any storage system supported by the Linux kernel is also supported by the boot system. Note that the current Linux kernel does not support the floppy drive." -msgstr "Alla lagringssystem som stöds av Linux-kärnan finns också stöd för av uppstartssystemet. Notera att nuvarande Linux-kärna inte har stöd för diskettenheten." +msgid "" +"Any storage system supported by the Linux kernel is also supported by the " +"boot system. Note that the current Linux kernel does not support the floppy " +"drive." +msgstr "" +"Alla lagringssystem som stöds av Linux-kärnan finns också stöd för av " +"uppstartssystemet. Notera att nuvarande Linux-kärna inte har stöd för " +"diskettenheten." #. Tag: para -#: hardware.xml:2011 +#: hardware.xml:2049 #, no-c-format -msgid "Any storage system supported by the Linux kernel is also supported by the boot system." -msgstr "Alla lagringssystem som stöds av Linux-kärnan finns också stöd för av uppstartssystemet. " +msgid "" +"Any storage system supported by the Linux kernel is also supported by the " +"boot system." +msgstr "" +"Alla lagringssystem som stöds av Linux-kärnan finns också stöd för av " +"uppstartssystemet. " #. Tag: para -#: hardware.xml:2016 +#: hardware.xml:2054 #, no-c-format -msgid "Any storage system supported by the Linux kernel is also supported by the boot system. This means that FBA and ECKD DASDs are supported with the old Linux disk layout (ldl) and the new common S/390 disk layout (cdl)." -msgstr "Alla lagringssystem som stöds av Linux-kärnan finns också stöd för av uppstartssystemet. Det här betyder att FBA och ECKD DASDs stöds med den gamla disklayouten i Linux (ldl) och den nya vanliga S/390 disklayout (cdl)." +msgid "" +"Any storage system supported by the Linux kernel is also supported by the " +"boot system. This means that FBA and ECKD DASDs are supported with the old " +"Linux disk layout (ldl) and the new common S/390 disk layout (cdl)." +msgstr "" +"Alla lagringssystem som stöds av Linux-kärnan finns också stöd för av " +"uppstartssystemet. Det här betyder att FBA och ECKD DASDs stöds med den " +"gamla disklayouten i Linux (ldl) och den nya vanliga S/390 disklayout (cdl)." #. Tag: title -#: hardware.xml:2033 +#: hardware.xml:2071 #, no-c-format msgid "Peripherals and Other Hardware" msgstr "Kringutrustning och annan maskinvara" #. Tag: para -#: hardware.xml:2034 +#: hardware.xml:2072 #, no-c-format -msgid "Linux supports a large variety of hardware devices such as mice, printers, scanners, PCMCIA and USB devices. However, most of these devices are not required while installing the system." -msgstr "Linux har stöd för ett stort antal maskinvaruenheter såsom möss, skrivare, skannrar, PCMCIA och USB-enheter. Dock krävs inte de flesta av dessa enheter vid installation av systemet." +msgid "" +"Linux supports a large variety of hardware devices such as mice, printers, " +"scanners, PCMCIA and USB devices. However, most of these devices are not " +"required while installing the system." +msgstr "" +"Linux har stöd för ett stort antal maskinvaruenheter såsom möss, skrivare, " +"skannrar, PCMCIA och USB-enheter. Dock krävs inte de flesta av dessa enheter " +"vid installation av systemet." #. Tag: para -#: hardware.xml:2040 +#: hardware.xml:2078 #, no-c-format -msgid "USB hardware generally works fine, only some USB keyboards may require additional configuration (see )." -msgstr "USB-maskinvara fungerar allmänt bra, endast vissa USB-tangentbord kan kräva ytterligare konfiguration (se )." +msgid "" +"USB hardware generally works fine, only some USB keyboards may require " +"additional configuration (see )." +msgstr "" +"USB-maskinvara fungerar allmänt bra, endast vissa USB-tangentbord kan kräva " +"ytterligare konfiguration (se )." #. Tag: para -#: hardware.xml:2046 +#: hardware.xml:2084 #, no-c-format -msgid "Again, see the Linux Hardware Compatibility HOWTO to determine whether your specific hardware is supported by Linux." -msgstr "Än en gång, se Linux Hardware Compatibility HOWTO för att fastställa om din specifika maskinvara stöds av Linux. " +msgid "" +"Again, see the Linux Hardware " +"Compatibility HOWTO to determine whether your specific hardware is " +"supported by Linux." +msgstr "" +"Än en gång, se Linux Hardware " +"Compatibility HOWTO för att fastställa om din specifika maskinvara " +"stöds av Linux. " #. Tag: para -#: hardware.xml:2052 +#: hardware.xml:2090 #, no-c-format -msgid "Package installations from XPRAM and tape are not supported by this system. All packages that you want to install need to be available on a DASD or over the network using NFS, HTTP or FTP." -msgstr "Paketinstallationer från XPRAM och tape stöds inte av det här systemet. Alla paket som du vill installera behöver vara tillgängliga på en DASD eller över nätverket via NFS, HTTP eller FTP." +msgid "" +"Package installations from XPRAM and tape are not supported by this system. " +"All packages that you want to install need to be available on a DASD or over " +"the network using NFS, HTTP or FTP." +msgstr "" +"Paketinstallationer från XPRAM och tape stöds inte av det här systemet. Alla " +"paket som du vill installera behöver vara tillgängliga på en DASD eller över " +"nätverket via NFS, HTTP eller FTP." #. Tag: para -#: hardware.xml:2058 +#: hardware.xml:2096 #, no-c-format -msgid "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 bit PCI slots as well as USB connectors. The Broadcom BCM91480B evaluation board features four 64 bit PCI slots." -msgstr "Evalueringskortet Broadcom BCM91250A erbjuder standard 3.3v 32-bitars och 64-bitars PCI-platser såväl som USB-anslutningar. Evalueringskortet Broadcom BCM91480B innehåller fyra 64-bitars PCI-platser." +msgid "" +"The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 " +"bit PCI slots as well as USB connectors. The Broadcom BCM91480B evaluation " +"board features four 64 bit PCI slots." +msgstr "" +"Evalueringskortet Broadcom BCM91250A erbjuder standard 3.3v 32-bitars och 64-" +"bitars PCI-platser såväl som USB-anslutningar. Evalueringskortet Broadcom " +"BCM91480B innehåller fyra 64-bitars PCI-platser." #. Tag: para -#: hardware.xml:2064 +#: hardware.xml:2102 #, no-c-format -msgid "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 bit PCI slots as well as USB connectors. The Broadcom BCM91480B evaluation board features four 64 bit PCI slots. The Cobalt RaQ has no support for additional devices but the Qube has one PCI slot." -msgstr "Evalueringskortet Broadcom BCM91250A erbjuder standard 3.3v 32-bitars och 64-bitars PCI-platser såväl som USB-anslutningar. Evalueringskortet Broadcom BCM91480B innehåller fyra 64-bitars PCI-platser. Cobalt RaQ har inget stöd för ytterligare enheter men Qube har en PCI-plats." +msgid "" +"The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 " +"bit PCI slots as well as USB connectors. The Broadcom BCM91480B evaluation " +"board features four 64 bit PCI slots. The Cobalt RaQ has no support for " +"additional devices but the Qube has one PCI slot." +msgstr "" +"Evalueringskortet Broadcom BCM91250A erbjuder standard 3.3v 32-bitars och 64-" +"bitars PCI-platser såväl som USB-anslutningar. Evalueringskortet Broadcom " +"BCM91480B innehåller fyra 64-bitars PCI-platser. Cobalt RaQ har inget stöd " +"för ytterligare enheter men Qube har en PCI-plats." #. Tag: title -#: hardware.xml:2074 +#: hardware.xml:2112 #, no-c-format msgid "Purchasing Hardware Specifically for GNU/Linux" msgstr "Köpa maskinvara specifikt för GNU/Linux" #. Tag: para -#: hardware.xml:2076 +#: hardware.xml:2114 #, no-c-format -msgid "There are several vendors, who ship systems with Debian or other distributions of GNU/Linux pre-installed. You might pay more for the privilege, but it does buy a level of peace of mind, since you can be sure that the hardware is well-supported by GNU/Linux." -msgstr "Det finns ett flertal tillverkare som levererar system med Debian eller andra distributioner av GNU/Linux förinstallerat. Du kan betala mer för privilegiet men det ger en känsla av trygghet eftersom du kan vara säker på att maskinvaran har bra stöd av GNU/Linux." +msgid "" +"There are several vendors, who ship systems with Debian or other " +"distributions of GNU/Linux pre-installed. You might pay more for the privilege, but it does buy a level of " +"peace of mind, since you can be sure that the hardware is well-supported by " +"GNU/Linux." +msgstr "" +"Det finns ett flertal tillverkare som levererar system med Debian eller " +"andra distributioner av GNU/Linux förinstallerat. Du kan betala mer för privilegiet men det ger en " +"känsla av trygghet eftersom du kan vara säker på att maskinvaran har bra " +"stöd av GNU/Linux." #. Tag: para -#: hardware.xml:2084 +#: hardware.xml:2122 #, no-c-format -msgid "Unfortunately, it's quite rare to find any vendor shipping new &arch-title; machines at all." -msgstr "Tyvärr är det ganska ovanligt att hitta någon tillverkare som levererar nya &arch-title;-maskiner." +msgid "" +"Unfortunately, it's quite rare to find any vendor shipping new &arch-title; " +"machines at all." +msgstr "" +"Tyvärr är det ganska ovanligt att hitta någon tillverkare som levererar nya " +"&arch-title;-maskiner." #. Tag: para -#: hardware.xml:2089 +#: hardware.xml:2127 #, no-c-format -msgid "If you do have to buy a machine with Windows bundled, carefully read the software license that comes with Windows; you may be able to reject the license and obtain a rebate from your vendor. Searching the Internet for windows refund may get you some useful information to help with that." -msgstr "Om du måste köpa en maskin paketerad med Windows, läs noga igenom programvarulicensen som kommer med Windows; du kan ha möjligheten att vägra licensen och hämta ut en återbetalning från din försäljare. Sök på Internet efter windows refund och du kan hitta användbar information för det här ändamålet." +msgid "" +"If you do have to buy a machine with Windows bundled, carefully read the " +"software license that comes with Windows; you may be able to reject the " +"license and obtain a rebate from your vendor. Searching the Internet for " +"windows refund may get you some useful information to help " +"with that." +msgstr "" +"Om du måste köpa en maskin paketerad med Windows, läs noga igenom " +"programvarulicensen som kommer med Windows; du kan ha möjligheten att vägra " +"licensen och hämta ut en återbetalning från din försäljare. Sök på Internet " +"efter windows refund och du kan hitta användbar information " +"för det här ändamålet." #. Tag: para -#: hardware.xml:2097 +#: hardware.xml:2135 #, no-c-format -msgid "Whether or not you are purchasing a system with Linux bundled, or even a used system, it is still important to check that your hardware is supported by the Linux kernel. Check if your hardware is listed in the references found above. Let your salesperson (if any) know that you're shopping for a Linux system. Support Linux-friendly hardware vendors." -msgstr "Om du köper ett system paketerat med Linux eller inte, eller till och med ett begagnat system är det fortfarande viktigt att kontrollera att din maskinvara stöds av Linux-kärnan. Kontrollera om din maskinvara finns listad i referenserna som hittas ovan. Låt din försäljare (om någon) veta att du vill köpa ett system för Linux. Stöd de maskinvarutillverkare som är Linux-vänliga." +msgid "" +"Whether or not you are purchasing a system with Linux bundled, or even a " +"used system, it is still important to check that your hardware is supported " +"by the Linux kernel. Check if your hardware is listed in the references " +"found above. Let your salesperson (if any) know that you're shopping for a " +"Linux system. Support Linux-friendly hardware vendors." +msgstr "" +"Om du köper ett system paketerat med Linux eller inte, eller till och med " +"ett begagnat system är det fortfarande viktigt att kontrollera att din " +"maskinvara stöds av Linux-kärnan. Kontrollera om din maskinvara finns listad " +"i referenserna som hittas ovan. Låt din försäljare (om någon) veta att du " +"vill köpa ett system för Linux. Stöd de maskinvarutillverkare som är Linux-" +"vänliga." #. Tag: title -#: hardware.xml:2108 +#: hardware.xml:2146 #, no-c-format msgid "Avoid Proprietary or Closed Hardware" msgstr "Undvik properitär eller sluten maskinvara" #. Tag: para -#: hardware.xml:2109 +#: hardware.xml:2147 #, no-c-format -msgid "Some hardware manufacturers simply won't tell us how to write drivers for their hardware. Others won't allow us access to the documentation without a non-disclosure agreement that would prevent us from releasing the Linux source code." -msgstr "Vissa maskinvarutillverkare berättar helt enkelt inte för oss hur man skriver drivrutiner för deras maskinvara. Andra tillåter inte att vi får tillgång till dokumentationen utan ett avtal för tystnadsplikt som skulle hindra oss från att ge ut Linux källkod." +msgid "" +"Some hardware manufacturers simply won't tell us how to write drivers for " +"their hardware. Others won't allow us access to the documentation without a " +"non-disclosure agreement that would prevent us from releasing the Linux " +"source code." +msgstr "" +"Vissa maskinvarutillverkare berättar helt enkelt inte för oss hur man " +"skriver drivrutiner för deras maskinvara. Andra tillåter inte att vi får " +"tillgång till dokumentationen utan ett avtal för tystnadsplikt som skulle " +"hindra oss från att ge ut Linux källkod." #. Tag: para -#: hardware.xml:2116 +#: hardware.xml:2154 #, no-c-format -msgid "Another example is the proprietary hardware in the older Macintosh line. In fact, no specifications or documentation have ever been released for any Macintosh hardware, most notably the ADB controller (used by the mouse and keyboard), the floppy controller, and all acceleration and CLUT manipulation of the video hardware (though we do now support CLUT manipulation on nearly all internal video chips). In a nutshell, this explains why the Macintosh Linux port lags behind other Linux ports." -msgstr "Ett annat exempel är dem properitära maskinvaran i den äldre Macintosh-familjen. Faktum är att inga specifikationer eller dokumentationer har någonsin getts ut för någon Macintosh-maskinvara, mest tänkvärd är ADB-kontrollern (används av mus och tangentbord), diskettkontrollern och all accelering och CLUT-manipulering i grafikmaskinvaran (även om vi nu har stöd för CLUT-manipulering på nästan alla interna grafikchip). I ett nötskal, det här förklarar varför Linux-porteringen till Macintosh ligger efter andra Linux-porteringar." +msgid "" +"Another example is the proprietary hardware in the older Macintosh line. In " +"fact, no specifications or documentation have ever been released for any " +"Macintosh hardware, most notably the ADB controller (used by the mouse and " +"keyboard), the floppy controller, and all acceleration and CLUT manipulation " +"of the video hardware (though we do now support CLUT manipulation on nearly " +"all internal video chips). In a nutshell, this explains why the Macintosh " +"Linux port lags behind other Linux ports." +msgstr "" +"Ett annat exempel är dem properitära maskinvaran i den äldre Macintosh-" +"familjen. Faktum är att inga specifikationer eller dokumentationer har " +"någonsin getts ut för någon Macintosh-maskinvara, mest tänkvärd är ADB-" +"kontrollern (används av mus och tangentbord), diskettkontrollern och all " +"accelering och CLUT-manipulering i grafikmaskinvaran (även om vi nu har stöd " +"för CLUT-manipulering på nästan alla interna grafikchip). I ett nötskal, det " +"här förklarar varför Linux-porteringen till Macintosh ligger efter andra " +"Linux-porteringar." #. Tag: para -#: hardware.xml:2127 +#: hardware.xml:2165 #, no-c-format -msgid "Since we haven't been granted access to the documentation on these devices, they simply won't work under Linux. You can help by asking the manufacturers of such hardware to release the documentation. If enough people ask, they will realize that the free software community is an important market." -msgstr "Eftersom vi inte har tillåtits ta del av dokumentationen för dessa enheter fungerar de helt enkelt inte under Linux. Du kan hjälpa till genom att fråga tillverkare av sådan maskinvara att ge ut dokumentationen. Om ett tillräckligt antal personer frågar kommer de förstå att den fria programvarugemenskapen är en viktig marknad." +msgid "" +"Since we haven't been granted access to the documentation on these devices, " +"they simply won't work under Linux. You can help by asking the manufacturers " +"of such hardware to release the documentation. If enough people ask, they " +"will realize that the free software community is an important market." +msgstr "" +"Eftersom vi inte har tillåtits ta del av dokumentationen för dessa enheter " +"fungerar de helt enkelt inte under Linux. Du kan hjälpa till genom att fråga " +"tillverkare av sådan maskinvara att ge ut dokumentationen. Om ett " +"tillräckligt antal personer frågar kommer de förstå att den fria " +"programvarugemenskapen är en viktig marknad." #. Tag: title -#: hardware.xml:2139 +#: hardware.xml:2177 #, no-c-format msgid "Windows-specific Hardware" msgstr "Windows-specifik maskinvara" #. Tag: para -#: hardware.xml:2140 +#: hardware.xml:2178 #, no-c-format -msgid "A disturbing trend is the proliferation of Windows-specific modems and printers. In some cases these are specially designed to be operated by the Microsoft Windows operating system and bear the legend WinModem or Made especially for Windows-based computers. This is generally done by removing the embedded processors of the hardware and shifting the work they do over to a Windows driver that is run by your computer's main CPU. This strategy makes the hardware less expensive, but the savings are often not passed on to the user and this hardware may even be more expensive than equivalent devices that retain their embedded intelligence." -msgstr "En besvärande trend är ökningen av Windows-specifika modem och skrivare. I vissa fall är dessa speciellt designade för att köras på operativsystemet Microsoft Windows och har märken såsom WinModem eller Tillverkad speciellt för Windows-baserade datorer. Det här är generellt sett gjort genom att ta bort de inbäddade processorerna från maskinvaran och flytta över det jobb de gjort över till en Windows-drivrutin som körs av din dators huvudprocessor. Den här strategin gör maskinvaran billigare men prissänkningen flyttas ofta inte över på användaren och den här maskinvaran kan även vara dyrare än liknande enheter som har kvar sin inbäddade intelligens." +msgid "" +"A disturbing trend is the proliferation of Windows-specific modems and " +"printers. In some cases these are specially designed to be operated by the " +"Microsoft Windows operating system and bear the legend WinModem or Made especially for Windows-based computers. This " +"is generally done by removing the embedded processors of the hardware and " +"shifting the work they do over to a Windows driver that is run by your " +"computer's main CPU. This strategy makes the hardware less expensive, but " +"the savings are often not passed on to the user and " +"this hardware may even be more expensive than equivalent devices that retain " +"their embedded intelligence." +msgstr "" +"En besvärande trend är ökningen av Windows-specifika modem och skrivare. I " +"vissa fall är dessa speciellt designade för att köras på operativsystemet " +"Microsoft Windows och har märken såsom WinModem eller " +"Tillverkad speciellt för Windows-baserade datorer. Det här är " +"generellt sett gjort genom att ta bort de inbäddade processorerna från " +"maskinvaran och flytta över det jobb de gjort över till en Windows-drivrutin " +"som körs av din dators huvudprocessor. Den här strategin gör maskinvaran " +"billigare men prissänkningen flyttas ofta inte över på " +"användaren och den här maskinvaran kan även vara dyrare än liknande enheter " +"som har kvar sin inbäddade intelligens." #. Tag: para -#: hardware.xml:2153 +#: hardware.xml:2191 #, no-c-format -msgid "You should avoid Windows-specific hardware for two reasons. The first is that the manufacturers do not generally make the resources available to write a Linux driver. Generally, the hardware and software interface to the device is proprietary, and documentation is not available without a non-disclosure agreement, if it is available at all. This precludes its being used for free software, since free software writers disclose the source code of their programs. The second reason is that when devices like these have had their embedded processors removed, the operating system must perform the work of the embedded processors, often at real-time priority, and thus the CPU is not available to run your programs while it is driving these devices. Since the typical Windows user does not multi-process as intensively as a Linux user, the manufacturers hope that the Windows user simply won't notice the burden this hardware places on their CPU. However, any multi-processing operating system, even Windows 2000 or XP, suffers from degraded performance when peripheral manufacturers skimp on the embedded processing power of their hardware." -msgstr "Du bör undvika Windows-specifik maskinvara av två anledningar. Första är att tillverkarna generellt sett inte gör resurser tillgängliga för att skriva en Linux-drivrutin. Generellt sett är maskinvaran och programvarugränssnittet till enheten properitär och dokumentationen är inte tillgänglig utan ett avtal om tystnadsplikt, om den finns tillgänglig över huvudtaget. Det här förhindrar att den kan användas för fri programvara eftersom utvecklare av fri programvara delger källkoden för sina program. Den andra anledningen är att när enheter som dessa har fått sina inbäddade processorer borttagna måste operativsystemet göra arbetet som de inbäddade processorerna gjorde tidigare, ofta i realtidsprioritet och därför är inte processorn tillgänglig för att köra dina program när den kör dessa enheter. Eftersom de typiska Windows-användarna inte kör flera processer lika intensivt som en Linux-användare, hoppas tillverkarna att Windows-användarna inte ska märka av den extra börda som den här maskinvaran belastar deras processor med. Dock lider alla operativsystem med multi-processing, även Windows 2000 eller XP, från minskad prestanda när tillverkare av kringutrustning snålar med den inbäddade processorkraften i sin maskinvara." - -#. Tag: para -#: hardware.xml:2174 +msgid "" +"You should avoid Windows-specific hardware for two reasons. The first is " +"that the manufacturers do not generally make the resources available to " +"write a Linux driver. Generally, the hardware and software interface to the " +"device is proprietary, and documentation is not available without a non-" +"disclosure agreement, if it is available at all. This precludes its being " +"used for free software, since free software writers disclose the source code " +"of their programs. The second reason is that when devices like these have " +"had their embedded processors removed, the operating system must perform the " +"work of the embedded processors, often at real-time " +"priority, and thus the CPU is not available to run your programs while it is " +"driving these devices. Since the typical Windows user does not multi-process " +"as intensively as a Linux user, the manufacturers hope that the Windows user " +"simply won't notice the burden this hardware places on their CPU. However, " +"any multi-processing operating system, even Windows 2000 or XP, suffers from " +"degraded performance when peripheral manufacturers skimp on the embedded " +"processing power of their hardware." +msgstr "" +"Du bör undvika Windows-specifik maskinvara av två anledningar. Första är att " +"tillverkarna generellt sett inte gör resurser tillgängliga för att skriva en " +"Linux-drivrutin. Generellt sett är maskinvaran och programvarugränssnittet " +"till enheten properitär och dokumentationen är inte tillgänglig utan ett " +"avtal om tystnadsplikt, om den finns tillgänglig över huvudtaget. Det här " +"förhindrar att den kan användas för fri programvara eftersom utvecklare av " +"fri programvara delger källkoden för sina program. Den andra anledningen är " +"att när enheter som dessa har fått sina inbäddade processorer borttagna " +"måste operativsystemet göra arbetet som de inbäddade processorerna gjorde " +"tidigare, ofta i realtidsprioritet och därför är inte " +"processorn tillgänglig för att köra dina program när den kör dessa enheter. " +"Eftersom de typiska Windows-användarna inte kör flera processer lika " +"intensivt som en Linux-användare, hoppas tillverkarna att Windows-användarna " +"inte ska märka av den extra börda som den här maskinvaran belastar deras " +"processor med. Dock lider alla operativsystem med multi-processing, även " +"Windows 2000 eller XP, från minskad prestanda när tillverkare av " +"kringutrustning snålar med den inbäddade processorkraften i sin maskinvara." + +#. Tag: para +#: hardware.xml:2212 #, no-c-format -msgid "You can help improve this situation by encouraging these manufacturers to release the documentation and other resources necessary for us to program their hardware, but the best strategy is simply to avoid this sort of hardware until it is listed as working in the Linux Hardware Compatibility HOWTO." -msgstr "Du kan hjälpa till genom att uppmuntra dessa tillverkare att ge ut dokumentation och andra resurser som är nödvändiga för oss att programmera deras maskinvara, men den bästa strategin är helt enkelt att undvika den här typen av maskinvara tills den är listad som fungerande i Linux Hardware Compatibility HOWTO." +msgid "" +"You can help improve this situation by encouraging these manufacturers to " +"release the documentation and other resources necessary for us to program " +"their hardware, but the best strategy is simply to avoid this sort of " +"hardware until it is listed as working in the Linux Hardware Compatibility HOWTO." +msgstr "" +"Du kan hjälpa till genom att uppmuntra dessa tillverkare att ge ut " +"dokumentation och andra resurser som är nödvändiga för oss att programmera " +"deras maskinvara, men den bästa strategin är helt enkelt att undvika den här " +"typen av maskinvara tills den är listad som fungerande i Linux Hardware Compatibility HOWTO." #. Tag: title -#: hardware.xml:2187 +#: hardware.xml:2225 #, no-c-format msgid "Fake or Virtual Parity RAM" msgstr "RAM-minne med falsk eller virtuell paritet" #. Tag: para -#: hardware.xml:2188 +#: hardware.xml:2226 #, no-c-format -msgid "If you ask for Parity RAM in a computer store, you'll probably get virtual parity memory modules instead of true parity ones. Virtual parity SIMMs can often (but not always) be distinguished because they only have one more chip than an equivalent non-parity SIMM, and that one extra chip is smaller than all the others. Virtual-parity SIMMs work exactly like non-parity memory. They can't tell you when you have a single-bit RAM error the way true-parity SIMMs do in a motherboard that implements parity. Don't ever pay more for a virtual-parity SIMM than a non-parity one. Do expect to pay a little more for true-parity SIMMs, because you are actually buying one extra bit of memory for every 8 bits." -msgstr "Om du frågar efter RAM-minne med paritet i en datorbutik får du antagligen minnesmoduler med virtuell paritet istället för riktig paritet. SIMM med virtuell paritet kan ofta (men inte alltid) urskiljas därför att de endast har ett chip mer än motsvarande SIMM-minnen med icke-paritet och det extra chippet är mindre än alla de andra. SIMM-minnen med virtuell paritet fungerar exakt som minnen med icke-paritet. De kan inte säga till dig när du har ett bitfel i RAM på det sätt som SIMM med riktig paritet gör på ett moderkort som implementerar paritet. Betala aldrig mer för ett SIMM-minne med virtuell paritet än ett med icke-paritet. Förvänta dig att betala lite mer för SIMM med riktig paritet för att du faktiskt köper en extra bit minne för varje 8 bitar." +msgid "" +"If you ask for Parity RAM in a computer store, you'll probably get " +"virtual parity memory modules instead of true " +"parity ones. Virtual parity SIMMs can often (but not always) be " +"distinguished because they only have one more chip than an equivalent non-" +"parity SIMM, and that one extra chip is smaller than all the others. Virtual-" +"parity SIMMs work exactly like non-parity memory. They can't tell you when " +"you have a single-bit RAM error the way true-parity SIMMs do in a " +"motherboard that implements parity. Don't ever pay more for a virtual-parity " +"SIMM than a non-parity one. Do expect to pay a little more for true-parity " +"SIMMs, because you are actually buying one extra bit of memory for every 8 " +"bits." +msgstr "" +"Om du frågar efter RAM-minne med paritet i en datorbutik får du antagligen " +"minnesmoduler med virtuell paritet istället för " +"riktig paritet. SIMM med virtuell paritet kan ofta (men " +"inte alltid) urskiljas därför att de endast har ett chip mer än motsvarande " +"SIMM-minnen med icke-paritet och det extra chippet är mindre än alla de " +"andra. SIMM-minnen med virtuell paritet fungerar exakt som minnen med icke-" +"paritet. De kan inte säga till dig när du har ett bitfel i RAM på det sätt " +"som SIMM med riktig paritet gör på ett moderkort som implementerar paritet. " +"Betala aldrig mer för ett SIMM-minne med virtuell paritet än ett med icke-" +"paritet. Förvänta dig att betala lite mer för SIMM med riktig paritet för " +"att du faktiskt köper en extra bit minne för varje 8 bitar." #. Tag: para -#: hardware.xml:2203 +#: hardware.xml:2241 #, no-c-format -msgid "If you want complete information on &arch-title; RAM issues, and what is the best RAM to buy, see the PC Hardware FAQ." -msgstr "Om du vill ha mer komplett information om RAM-problem på &arch-title;, och vad som är det bästa RAM-minnet att köpa, se PC Hardware FAQ." +msgid "" +"If you want complete information on &arch-title; RAM issues, and what is the " +"best RAM to buy, see the PC Hardware FAQ." +msgstr "" +"Om du vill ha mer komplett information om RAM-problem på &arch-title;, och " +"vad som är det bästa RAM-minnet att köpa, se PC Hardware FAQ." #. Tag: para -#: hardware.xml:2209 +#: hardware.xml:2247 #, no-c-format msgid "Most, if not all, Alpha systems require true-parity RAM." -msgstr "De flesta, om inte alla, Alpha-system kräver RAM-minne med riktig paritet." +msgstr "" +"De flesta, om inte alla, Alpha-system kräver RAM-minne med riktig paritet." #. Tag: title -#: hardware.xml:2224 +#: hardware.xml:2262 #, no-c-format msgid "Memory and Disk Space Requirements" msgstr "Krav för minne och diskplats" #. Tag: para -#: hardware.xml:2226 +#: hardware.xml:2264 #, no-c-format -msgid "You must have at least &minimum-memory; of memory and &minimum-fs-size; of hard disk space. For a minimal console-based system (all standard packages), 250MB is required. If you want to install a reasonable amount of software, including the X Window System, and some development programs and libraries, you'll need at least 400MB. For a more or less complete desktop system, you'll need a few gigabytes." -msgstr "Du måste ha åtminstone &minimum-memory; minne och &minimum-fs-size; hårddiskutrymme. På ett minimalt konsollbaserat system (alla standardpaket) krävs det 250MB. Om du vill installera en rimlig mängd programvara, inklusive fönstersystemet X och några programvaror för utveckling och bibliotek behöver du minst 400MB. För ett mer eller mindre komplett skrivbordssystem behöver du ett par gigabyte." +msgid "" +"You must have at least &minimum-memory; of memory and &minimum-fs-size; of " +"hard disk space. For a minimal console-based system (all standard packages), " +"250MB is required. If you want to install a reasonable amount of software, " +"including the X Window System, and some development programs and libraries, " +"you'll need at least 400MB. For a more or less complete desktop system, " +"you'll need a few gigabytes." +msgstr "" +"Du måste ha åtminstone &minimum-memory; minne och &minimum-fs-size; " +"hårddiskutrymme. På ett minimalt konsollbaserat system (alla standardpaket) " +"krävs det 250MB. Om du vill installera en rimlig mängd programvara, " +"inklusive fönstersystemet X och några programvaror för utveckling och " +"bibliotek behöver du minst 400MB. För ett mer eller mindre komplett " +"skrivbordssystem behöver du ett par gigabyte." #. Tag: para -#: hardware.xml:2235 +#: hardware.xml:2273 #, no-c-format -msgid "On the Amiga the size of FastRAM is relevant towards the total memory requirements. Also, using Zorro cards with 16-bit RAM is not supported; you'll need 32-bit RAM. The amiboot program can be used to disable 16-bit RAM; see the Linux/m68k FAQ. Recent kernels should disable 16-bit RAM automatically." -msgstr "På Amigan är storleken på FastRAM relevant jäntemot de totala minneskraven. Tänk även på att Zorro-kort med 16-bitars RAM-minne inte stöds, du behöver 32-bitars RAM-minne. Programmet amiboot kan användas för att stänga av 16-bitars RAM; se Linux/m68k FAQ. Senare kärnor bör stänga av 16-bitars RAM automatiskt." +msgid "" +"On the Amiga the size of FastRAM is relevant towards the total memory " +"requirements. Also, using Zorro cards with 16-bit RAM is not supported; " +"you'll need 32-bit RAM. The amiboot program can be used " +"to disable 16-bit RAM; see the Linux/m68k FAQ. Recent kernels should disable 16-bit RAM automatically." +msgstr "" +"På Amigan är storleken på FastRAM relevant jäntemot de totala minneskraven. " +"Tänk även på att Zorro-kort med 16-bitars RAM-minne inte stöds, du behöver " +"32-bitars RAM-minne. Programmet amiboot kan användas för " +"att stänga av 16-bitars RAM; se Linux/m68k " +"FAQ. Senare kärnor bör stänga av 16-bitars RAM automatiskt." #. Tag: para -#: hardware.xml:2244 +#: hardware.xml:2282 #, no-c-format -msgid "On the Atari, both ST-RAM and Fast RAM (TT-RAM) are used by Linux. Many users have reported problems running the kernel itself in Fast RAM, so the Atari bootstrap will place the kernel in ST-RAM. The minimum requirement for ST-RAM is 2 MB. You will need an additional 12 MB or more of TT-RAM." -msgstr "På Atari är både ST-RAM och Fast RAM (TT-RAM) använt av Linux. Många användare har rapporterat problem med att köra kärnan i Fast RAM så Ataris bootstrap kommer att placera kärnan i ST-RAM. Minimikrav för ST-RAM är 2 MB. Du kommer att behöva ytterligare 12 MB eller mer av TT-RAM." +msgid "" +"On the Atari, both ST-RAM and Fast RAM (TT-RAM) are used by Linux. Many " +"users have reported problems running the kernel itself in Fast RAM, so the " +"Atari bootstrap will place the kernel in ST-RAM. The minimum requirement for " +"ST-RAM is 2 MB. You will need an additional 12 MB or more of TT-RAM." +msgstr "" +"På Atari är både ST-RAM och Fast RAM (TT-RAM) använt av Linux. Många " +"användare har rapporterat problem med att köra kärnan i Fast RAM så Ataris " +"bootstrap kommer att placera kärnan i ST-RAM. Minimikrav för ST-RAM är 2 MB. " +"Du kommer att behöva ytterligare 12 MB eller mer av TT-RAM." #. Tag: para -#: hardware.xml:2252 +#: hardware.xml:2290 #, no-c-format -msgid "On the Macintosh, care should be taken on machines with RAM-based video (RBV). The RAM segment at physical address 0 is used as screen memory, making the default load position for the kernel unavailable. The alternate RAM segment used for kernel and RAMdisk must be at least 4 MB." -msgstr "På Macintosh bör man vara försiktig på maskiner med RAM-baserad grafik (RBV). RAM-segmentet på fysiska adressen 0 används som skärmminne och gör standardpositionen för inläsning av kärnan inte tillgänglig. Det alternativa RAM-segmentet som används för kärna och ramdisk måste vara minst 4 MB." +msgid "" +"On the Macintosh, care should be taken on machines with RAM-based video " +"(RBV). The RAM segment at physical address 0 is used as screen memory, " +"making the default load position for the kernel unavailable. The alternate " +"RAM segment used for kernel and RAMdisk must be at least 4 MB." +msgstr "" +"På Macintosh bör man vara försiktig på maskiner med RAM-baserad grafik " +"(RBV). RAM-segmentet på fysiska adressen 0 används som skärmminne och gör " +"standardpositionen för inläsning av kärnan inte tillgänglig. Det alternativa " +"RAM-segmentet som används för kärna och ramdisk måste vara minst 4 MB." #. Tag: emphasis -#: hardware.xml:2262 +#: hardware.xml:2300 #, no-c-format msgid "FIXME: is this still true?" msgstr "FIXME: är det här fortfarande sant?" #. Tag: title -#: hardware.xml:2273 +#: hardware.xml:2311 #, no-c-format msgid "Network Connectivity Hardware" msgstr "Maskinvara för anslutning till nätverk" #. Tag: para -#: hardware.xml:2275 +#: hardware.xml:2313 #, no-c-format -msgid "Most PCI and many older ISA network cards are supported. Some network interface cards are not supported by most Debian installation disks, such as AX.25 cards and protocols; NI16510 EtherBlaster cards; Schneider & Koch G16 cards; and the Zenith Z-Note built-in network card. Microchannel (MCA) network cards are not supported by the standard installation system, but see Linux on MCA for some (old) instructions. FDDI networks are also not supported by the installation disks, both cards and protocols." -msgstr "De flesta PCI och många äldre ISA-nätverkskort stöds. Vissa nätverkskort stöds inte av de flesta av Debians installationsdisketter, såsom AX.25-kort och protokoll; NI16510 EtherBlaster-kort; Schneider & Koch G16-kot; och Zenith Z-Note inbyggt nätverkskort. Nätverkskort som använder microchannel (MCA) stöds inte av standardinstallationssystemet, men se på Linux på MCA för några (gamla) instruktioner. FDDI-nätverk stöds inte heller av installationsdisketterna, både kort och protokoll." +msgid "" +"Most PCI and many older ISA network cards are supported. Some network " +"interface cards are not supported by most Debian installation disks, such as " +"AX.25 cards and protocols; NI16510 EtherBlaster cards; Schneider & Koch " +"G16 cards; and the Zenith Z-Note built-in network card. Microchannel (MCA) " +"network cards are not supported by the standard installation system, but see " +"Linux on MCA for some (old) " +"instructions. FDDI networks are also not supported by the installation " +"disks, both cards and protocols." +msgstr "" +"De flesta PCI och många äldre ISA-nätverkskort stöds. Vissa nätverkskort " +"stöds inte av de flesta av Debians installationsdisketter, såsom AX.25-kort " +"och protokoll; NI16510 EtherBlaster-kort; Schneider & Koch G16-kot; och " +"Zenith Z-Note inbyggt nätverkskort. Nätverkskort som använder microchannel " +"(MCA) stöds inte av standardinstallationssystemet, men se på Linux på MCA för några (gamla) instruktioner. " +"FDDI-nätverk stöds inte heller av installationsdisketterna, både kort och " +"protokoll." #. Tag: para -#: hardware.xml:2294 +#: hardware.xml:2332 #, no-c-format -msgid "As for ISDN, the D-channel protocol for the (old) German 1TR6 is not supported; Spellcaster BRI ISDN boards are also not supported by the &d-i;." -msgstr "För ISDN, D-kanalsprotokollet för (gamla) tyska 1TR6 stöds inte; Spellcaster BRI ISDN-kort stöds inte heller av &d-i;." +msgid "" +"As for ISDN, the D-channel protocol for the (old) German 1TR6 is not " +"supported; Spellcaster BRI ISDN boards are also not supported by the &d-i;." +msgstr "" +"För ISDN, D-kanalsprotokollet för (gamla) tyska 1TR6 stöds inte; Spellcaster " +"BRI ISDN-kort stöds inte heller av &d-i;." #. Tag: para -#: hardware.xml:2302 +#: hardware.xml:2340 #, no-c-format -msgid "Any network interface card (NIC) supported by the Linux kernel should also be supported by the boot disks. You may need to load your network driver as a module. Again, see for complete details." -msgstr "De nätverkskort (NIC) som stöds av Linux-kärnan bör också finnas stöd för på startdisketterna. Du kan behöva att läsa in din nätverksdrivrutin som en modul. Än en gång, se för utförliga detaljer." +msgid "" +"Any network interface card (NIC) supported by the Linux kernel should also " +"be supported by the boot disks. You may need to load your network driver as " +"a module. Again, see for complete " +"details." +msgstr "" +"De nätverkskort (NIC) som stöds av Linux-kärnan bör också finnas stöd för på " +"startdisketterna. Du kan behöva att läsa in din nätverksdrivrutin som en " +"modul. Än en gång, se för utförliga " +"detaljer." #. Tag: para -#: hardware.xml:2311 +#: hardware.xml:2349 #, no-c-format -msgid "The following network interface cards (NICs) are supported from the bootable kernel directly:" +msgid "" +"The following network interface cards (NICs) are supported from the bootable " +"kernel directly:" msgstr "Följande nätverkskort (NIC) stöds direkt i den startbara kärnan:" #. Tag: para -#: hardware.xml:2317 +#: hardware.xml:2355 #, no-c-format msgid "Sun LANCE" msgstr "Sun LANCE" #. Tag: para -#: hardware.xml:2323 +#: hardware.xml:2361 #, no-c-format msgid "Sun Happy Meal" msgstr "Sun Happy Meal" #. Tag: para -#: hardware.xml:2331 +#: hardware.xml:2369 #, no-c-format -msgid "The following network interface cards are supported as modules. They can be enabled once the drivers are installed during the setup. However, due to the magic of OpenPROM, you still should be able to boot from these devices:" -msgstr "Följande nätverkskort stöds som moduler. De kan aktiveras när drivrutinerna har installerats under inställningen. Dock, på grund av magin i OpenPROM, bör du fortfarande kunna starta upp från dessa enheter:" +msgid "" +"The following network interface cards are supported as modules. They can be " +"enabled once the drivers are installed during the setup. However, due to the " +"magic of OpenPROM, you still should be able to boot from these devices:" +msgstr "" +"Följande nätverkskort stöds som moduler. De kan aktiveras när drivrutinerna " +"har installerats under inställningen. Dock, på grund av magin i OpenPROM, " +"bör du fortfarande kunna starta upp från dessa enheter:" #. Tag: para -#: hardware.xml:2339 +#: hardware.xml:2377 #, no-c-format msgid "Sun BigMAC" msgstr "Sun BigMAC" #. Tag: para -#: hardware.xml:2345 +#: hardware.xml:2383 #, no-c-format msgid "Sun QuadEthernet" msgstr "Sun QuadEthernet" #. Tag: para -#: hardware.xml:2350 +#: hardware.xml:2388 #, no-c-format msgid "MyriCOM Gigabit Ethernet" msgstr "MyriCOM Gigabit Ethernet" #. Tag: para -#: hardware.xml:2357 -#: hardware.xml:2363 -#: hardware.xml:2369 -#: hardware.xml:2375 -#: hardware.xml:2381 +#: hardware.xml:2395 hardware.xml:2401 hardware.xml:2407 hardware.xml:2413 +#: hardware.xml:2419 #, no-c-format -msgid "Any network interface card (NIC) supported by the Linux kernel should also be supported by the boot disks. You may need to load your network driver as a module." -msgstr "Alla nätverkskort (NIC) som stöds av Linux-kärnan bör också finnas stöd för av startdisketterna. Du kan behöva läsa in din nätverksdrivrutin som en modul." +msgid "" +"Any network interface card (NIC) supported by the Linux kernel should also " +"be supported by the boot disks. You may need to load your network driver as " +"a module." +msgstr "" +"Alla nätverkskort (NIC) som stöds av Linux-kärnan bör också finnas stöd för " +"av startdisketterna. Du kan behöva läsa in din nätverksdrivrutin som en " +"modul." #. Tag: para -#: hardware.xml:2387 +#: hardware.xml:2425 #, no-c-format -msgid "Due to kernel limitations only the onboard network interfaces on DECstations are supported, TurboChannel option network cards currently do not work." -msgstr "På grund av begränsningar i kärnan finns endast stöd för nätverkskort på moderkortet för DECstation, TurboChannel-nätverkskort fungerar för närvarande inte." +msgid "" +"Due to kernel limitations only the onboard network interfaces on DECstations " +"are supported, TurboChannel option network cards currently do not work." +msgstr "" +"På grund av begränsningar i kärnan finns endast stöd för nätverkskort på " +"moderkortet för DECstation, TurboChannel-nätverkskort fungerar för " +"närvarande inte." #. Tag: para -#: hardware.xml:2393 +#: hardware.xml:2431 #, no-c-format -msgid "Any network interface card (NIC) supported by the Linux kernel is also be supported by the boot disks. All network drivers are compiled as modules so you need to load one first during the initial network setup. The list of supported network devices is:" -msgstr "Alla nätverksgränssnittskort (NIC) som stöds av Linux-kärnan stöds även av startdisketterna. Alla nätverksdrivrutiner byggs som moduler så att du behöver läsa in en först under den initiala nätverksinställningen. Listan över nätverksenheter som stöds är:" +msgid "" +"Any network interface card (NIC) supported by the Linux kernel is also be " +"supported by the boot disks. All network drivers are compiled as modules so " +"you need to load one first during the initial network setup. The list of " +"supported network devices is:" +msgstr "" +"Alla nätverksgränssnittskort (NIC) som stöds av Linux-kärnan stöds även av " +"startdisketterna. Alla nätverksdrivrutiner byggs som moduler så att du " +"behöver läsa in en först under den initiala nätverksinställningen. Listan " +"över nätverksenheter som stöds är:" #. Tag: para -#: hardware.xml:2401 +#: hardware.xml:2439 #, no-c-format msgid "Channel to Channel (CTC) and ESCON connection (real or emulated)" msgstr "Channel to Channel (CTC) och ESCON-anslutning (riktig eller emulerad)" #. Tag: para -#: hardware.xml:2406 +#: hardware.xml:2444 #, no-c-format msgid "OSA-2 Token Ring/Ethernet and OSA-Express Fast Ethernet (non-QDIO)" msgstr "OSA-2 Token Ring/Ethernet och OSA-Express Fast Ethernet (non-QDIO)" #. Tag: para -#: hardware.xml:2411 +#: hardware.xml:2449 #, no-c-format -msgid "Inter-User Communication Vehicle (IUCV) — available for VM guests only" -msgstr "Inter-User Communication Vehicle (IUCV) — endast tillgänglig för VM-gäster" +msgid "" +"Inter-User Communication Vehicle (IUCV) — available for VM guests only" +msgstr "" +"Inter-User Communication Vehicle (IUCV) — endast tillgänglig för VM-" +"gäster" #. Tag: para -#: hardware.xml:2416 +#: hardware.xml:2454 #, no-c-format msgid "OSA-Express in QDIO mode, HiperSockets and Guest-LANs" msgstr "OSA-Express i QDIO-läge, HiperSockets och Gäst-LAN" #. Tag: para -#: hardware.xml:2425 +#: hardware.xml:2463 #, no-c-format -msgid "The following network interface cards are supported directly by the boot disks on Netwinder and CATS machines:" -msgstr "De följande nätverkskorten har stöds direkt av startdisketterna på NetWinder och CATS-maskiner:" +msgid "" +"The following network interface cards are supported directly by the boot " +"disks on Netwinder and CATS machines:" +msgstr "" +"De följande nätverkskorten har stöds direkt av startdisketterna på NetWinder " +"och CATS-maskiner:" #. Tag: para -#: hardware.xml:2431 +#: hardware.xml:2469 #, no-c-format msgid "PCI-based NE2000" msgstr "PCI-baserad NE2000" #. Tag: para -#: hardware.xml:2437 +#: hardware.xml:2475 #, no-c-format msgid "DECchip Tulip" msgstr "DECchip Tulip" #. Tag: para -#: hardware.xml:2444 +#: hardware.xml:2482 #, no-c-format -msgid "The following network interface cards are supported directly by the boot disks on RiscPCs:" +msgid "" +"The following network interface cards are supported directly by the boot " +"disks on RiscPCs:" msgstr "Följande nätverkskort har direktstöd av startdisketterna på RiscPC:" #. Tag: para -#: hardware.xml:2450 +#: hardware.xml:2488 #, no-c-format msgid "Ether1" msgstr "Ether1" #. Tag: para -#: hardware.xml:2455 +#: hardware.xml:2493 #, no-c-format msgid "Ether3" msgstr "Ether3" #. Tag: para -#: hardware.xml:2460 +#: hardware.xml:2498 #, no-c-format msgid "EtherH" msgstr "EtherH" #. Tag: para -#: hardware.xml:2467 +#: hardware.xml:2505 #, no-c-format -msgid "If your card is mentioned in the lists above, the complete installation can be carried out from the network with no need for CD-ROMs or floppy disks." -msgstr "Om ditt kort nämns i listan ovan kan en komplett installation utföras från nätverket utan behov av cd-rom eller disketter." +msgid "" +"If your card is mentioned in the lists above, the complete installation can " +"be carried out from the network with no need for CD-ROMs or floppy disks." +msgstr "" +"Om ditt kort nämns i listan ovan kan en komplett installation utföras från " +"nätverket utan behov av cd-rom eller disketter." #. Tag: para -#: hardware.xml:2473 +#: hardware.xml:2511 #, no-c-format -msgid "Any other network interface card (NIC) supported by the Linux kernel should also be supported by the boot disks. You may need to load your network driver as a module; this means that you will have to install the operating system kernel and modules using some other media." -msgstr "Alla övriga nätverkskort (NIC) som stöds av Linux-kärnan bör också finnas stöd för av startdisketterna. Du kan behöva att läsa in din nätverksdrivrutin som en modul; det här betyder att du måste installera operativsystemskärnan och moduler via ett annat media." +msgid "" +"Any other network interface card (NIC) supported by the Linux kernel should " +"also be supported by the boot disks. You may need to load your network " +"driver as a module; this means that you will have to install the operating " +"system kernel and modules using some other media." +msgstr "" +"Alla övriga nätverkskort (NIC) som stöds av Linux-kärnan bör också finnas " +"stöd för av startdisketterna. Du kan behöva att läsa in din " +"nätverksdrivrutin som en modul; det här betyder att du måste installera " +"operativsystemskärnan och moduler via ett annat media." + +#~ msgid "riscpc" +#~ msgstr "riscpc" + +#~ msgid "prep" +#~ msgstr "prep" + +#~ msgid "r5k-ip22" +#~ msgstr "r5k-ip22" + +#~ msgid "power3" +#~ msgstr "power3" + +#~ msgid "" +#~ "Macintosh computers using the 680x0 series of processors are not in the " +#~ "PowerPC family but are instead m68k machines. Those models start with " +#~ "Mac II or have a 3-digit model number such as Centris 650 " +#~ "or Quadra 950. Apple's pre-iMac PowerPC model numbers have four digits." +#~ msgstr "" +#~ "Macintosh-datorer som använder 680x0-serien av processor är inte i " +#~ "PowerPC-familjen men är istället m68k-maskiner. Dessa modeller börjar med " +#~ "Mac II eller har ett 3-siffrigt modellnummer såsom Centris " +#~ "650 eller Quadra 950. Modellnumren på Apple-datorer före iMac PowerPC har " +#~ "fyra siffror." #~ msgid "RiscPC and Riscstation" #~ msgstr "RiscPC och Riscstation" + #~ msgid "RiscPC" #~ msgstr "RiscPC" + #~ msgid "Riscstation" #~ msgstr "Riscstation" + #~ msgid "" #~ "This is an inexpensive 56MHz 7500FE based machine with integrated video, " #~ "IDE, PS/2 keyboard and mouse and two serial ports. Its lack of processing " @@ -3335,18 +4491,23 @@ msgstr "Alla övriga nätverkskort (NIC) som stöds av Linux-kärnan bör också #~ "IDE, PS/2-tangentbord, mus och två seriellportar. Avsaknaden av " #~ "processorkraft var mindre viktigt på grund av dess pris. Den kan hittas i " #~ "två konfigurationer, en med RISC OS och en med en enkel starthanterare." + #~ msgid "" #~ "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and " #~ "64 bit PCI slots as well as USB connectors." #~ msgstr "" #~ "Evalueringskortet Broadcom BCM91250A erbjuder standard 3.3v 32-bitar och " #~ "64-bitars PCI-platser såväl som USB-anslutningar." + #~ msgid "shark" #~ msgstr "shark" + #~ msgid "lart" #~ msgstr "lart" + #~ msgid "Bast" #~ msgstr "Bast" + #~ msgid "" #~ "This is a modern ARM 920 board with a 266MHz Samsung processor. It has " #~ "integrated IDE, USB, Serial, Parallel, audio, video, flash and two " @@ -3357,8 +4518,10 @@ msgstr "Alla övriga nätverkskort (NIC) som stöds av Linux-kärnan bör också #~ "har integrerad IDE, USB, Seriell, Parallell, ljud, grafik, flash och två " #~ "Ethernetportar. Det här systemet har en bra starthanterare som också " #~ "hittas på CATS och Riscstation-system." + #~ msgid "LART" #~ msgstr "LART" + #~ msgid "" #~ "This is a modular open hardware platform intended to be built by " #~ "enthusiasts. To be useful to install Debian it requires its KSB expansion " @@ -3367,10 +4530,10 @@ msgstr "Alla övriga nätverkskort (NIC) som stöds av Linux-kärnan bör också #~ "Det här är en modulär och öppen hårdvaruplattform menad för att byggas av " #~ "entusiaster. För att vara användbar för installation med Debian kräver " #~ "den sitt KSB-utökningskort." + #~ msgid "" #~ "All Cobalt machines are supported which have a serial console (which is " #~ "needed for the installation)." #~ msgstr "" #~ "Alla Cobalt-maskiner stöds som har en seriell konsoll (som behövs för " #~ "installationen)." - diff --git a/po/sv/using-d-i.po b/po/sv/using-d-i.po index 23de676d4..f57ee78db 100644 --- a/po/sv/using-d-i.po +++ b/po/sv/using-d-i.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: installation-guide 20051025 using d-i\n" -"POT-Creation-Date: 2006-06-24 19:23+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-06-25 15:06+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -28,62 +28,182 @@ msgstr "Hur installeraren fungerar" #. Tag: para #: using-d-i.xml:8 #, no-c-format -msgid "The Debian Installer consists of a number of special-purpose components to perform each installation task. Each component performs its task, asking the user questions as necessary to do its job. The questions themselves are given priorities, and the priority of questions to be asked is set when the installer is started." -msgstr "Debian-installeraren innehåller ett antal komponenter för speciella ändamål för att genomföra varje uppgift i installationen. Varje komponent gör din uppgift och frågar användaren frågor som behövs för att utföra jobbet. Själva frågorna ger olika prioriteringar och prioriteten för frågorna som kommer att frågas sätt när installeraren är startad." +msgid "" +"The Debian Installer consists of a number of special-purpose components to " +"perform each installation task. Each component performs its task, asking the " +"user questions as necessary to do its job. The questions themselves are " +"given priorities, and the priority of questions to be asked is set when the " +"installer is started." +msgstr "" +"Debian-installeraren innehåller ett antal komponenter för speciella ändamål " +"för att genomföra varje uppgift i installationen. Varje komponent gör din " +"uppgift och frågar användaren frågor som behövs för att utföra jobbet. " +"Själva frågorna ger olika prioriteringar och prioriteten för frågorna som " +"kommer att frågas sätt när installeraren är startad." #. Tag: para #: using-d-i.xml:16 #, no-c-format -msgid "When a default installation is performed, only essential (high priority) questions will be asked. This results in a highly automated installation process with little user interaction. Components are automatically run in sequence; which components are run depends mainly on the installation method you use and on your hardware. The installer will use default values for questions that are not asked." -msgstr "När en standardinstallation är genomförd kommer endast viktiga (hög prioritet) frågor att ställas. Det här resulterar i en mycket automatiserad installationsprocess med liten interaktivitet för användaren. Komponenter körs automatiskt i sekvens; vilka komponenter som körs beror huvudsakligen på installationsmetoden du använder och på din maskinvara. Installeraren kommer att använda förvalda värden för frågor som inte ställs." +msgid "" +"When a default installation is performed, only essential (high priority) " +"questions will be asked. This results in a highly automated installation " +"process with little user interaction. Components are automatically run in " +"sequence; which components are run depends mainly on the installation method " +"you use and on your hardware. The installer will use default values for " +"questions that are not asked." +msgstr "" +"När en standardinstallation är genomförd kommer endast viktiga (hög " +"prioritet) frågor att ställas. Det här resulterar i en mycket automatiserad " +"installationsprocess med liten interaktivitet för användaren. Komponenter " +"körs automatiskt i sekvens; vilka komponenter som körs beror huvudsakligen " +"på installationsmetoden du använder och på din maskinvara. Installeraren " +"kommer att använda förvalda värden för frågor som inte ställs." #. Tag: para #: using-d-i.xml:25 #, no-c-format -msgid "If there is a problem, the user will see an error screen, and the installer menu may be shown in order to select some alternative action. If there are no problems, the user will never see the installer menu, but will simply answer questions for each component in turn. Serious error notifications are set to priority critical so the user will always be notified." -msgstr "Om problem uppstår kommer användaren att se ett felmeddelande och installationsmenyn kan visas för att välja en alternativ åtgärd. Om det inte uppstår problem kommer användaren aldrig att se installationsmenyn men kommer helt enkelt svara på frågor för varje komponent i turordning. Allvarliga felnotifieringar är satta till kritisk prioritet så att användaren alltid blir notifierad." +msgid "" +"If there is a problem, the user will see an error screen, and the installer " +"menu may be shown in order to select some alternative action. If there are " +"no problems, the user will never see the installer menu, but will simply " +"answer questions for each component in turn. Serious error notifications are " +"set to priority critical so the user will always be notified." +msgstr "" +"Om problem uppstår kommer användaren att se ett felmeddelande och " +"installationsmenyn kan visas för att välja en alternativ åtgärd. Om det inte " +"uppstår problem kommer användaren aldrig att se installationsmenyn men " +"kommer helt enkelt svara på frågor för varje komponent i turordning. " +"Allvarliga felnotifieringar är satta till kritisk prioritet " +"så att användaren alltid blir notifierad." #. Tag: para #: using-d-i.xml:34 #, no-c-format -msgid "Some of the defaults that the installer uses can be influenced by passing boot arguments when &d-i; is started. If, for example, you wish to force static network configuration (DHCP is used by default if available), you could add the boot parameter netcfg/disable_dhcp=true. See for available options." -msgstr "Några av de förvalda värden som installeraren använder kan ges genom att skicka med uppstartsargument när &d-i; startas. Om, till exempel du önskar att tvinga fram statisk nätverkskonfiguration (DHCP används som standard om tillgänglig) kan du lägga till uppstartsparametern netcfg/disable_dhcp=true. Se för tillgängliga flaggor." +msgid "" +"Some of the defaults that the installer uses can be influenced by passing " +"boot arguments when &d-i; is started. If, for example, you wish to force " +"static network configuration (DHCP is used by default if available), you " +"could add the boot parameter netcfg/disable_dhcp=true. See for available options." +msgstr "" +"Några av de förvalda värden som installeraren använder kan ges genom att " +"skicka med uppstartsargument när &d-i; startas. Om, till exempel du önskar " +"att tvinga fram statisk nätverkskonfiguration (DHCP används som standard om " +"tillgänglig) kan du lägga till uppstartsparametern netcfg/" +"disable_dhcp=true. Se för " +"tillgängliga flaggor." #. Tag: para #: using-d-i.xml:42 #, no-c-format -msgid "Power users may be more comfortable with a menu-driven interface, where each step is controlled by the user rather than the installer performing each step automatically in sequence. To use the installer in a manual, menu-driven way, add the boot argument priority=medium." -msgstr "Erfarna användare kan känna sig mer komfortabla med ett menydrivet gränssnitt där varje steg kontrolleras av användaren i stället för att installeraren genomför varje steg automatiskt i sekvens. För att använda installeraren på ett manuellt menydrivet sätt kan du lägga till uppstartsargumentet priority=medium." +msgid "" +"Power users may be more comfortable with a menu-driven interface, where each " +"step is controlled by the user rather than the installer performing each " +"step automatically in sequence. To use the installer in a manual, menu-" +"driven way, add the boot argument priority=medium." +msgstr "" +"Erfarna användare kan känna sig mer komfortabla med ett menydrivet " +"gränssnitt där varje steg kontrolleras av användaren i stället för att " +"installeraren genomför varje steg automatiskt i sekvens. För att använda " +"installeraren på ett manuellt menydrivet sätt kan du lägga till " +"uppstartsargumentet priority=medium." #. Tag: para #: using-d-i.xml:50 #, no-c-format -msgid "If your hardware requires you to pass options to kernel modules as they are installed, you will need to start the installer in expert mode. This can be done by either using the expert command to start the installer or by adding the boot argument priority=low. Expert mode gives you full control over &d-i;." -msgstr "Om din maskinvara kräver att du skickar med flaggor till kärnmodulerna när de installeras behöver du starta upp installeraren i expertläget. Det här kan göras genom att antingen använda kommandot expert för att starta installeraren eller genom att lägga till uppstartsargumentet priority=low. Expertläget ger dig full kontroll över &d-i;." +msgid "" +"If your hardware requires you to pass options to kernel modules as they are " +"installed, you will need to start the installer in expert " +"mode. This can be done by either using the expert command " +"to start the installer or by adding the boot argument " +"priority=low. Expert mode gives you full control over " +"&d-i;." +msgstr "" +"Om din maskinvara kräver att du skickar med flaggor till kärnmodulerna när " +"de installeras behöver du starta upp installeraren i expertläget. Det här kan göras genom att antingen använda kommandot " +"expert för att starta installeraren eller genom att lägga " +"till uppstartsargumentet priority=low. Expertläget " +"ger dig full kontroll över &d-i;." #. Tag: para #: using-d-i.xml:59 #, no-c-format -msgid "The normal installer display is character-based (as opposed to the now more familiar graphical interface). The mouse is not operational in this environment. Here are the keys you can use to navigate within the various dialogs. The Tab or right arrow keys move forward, and the Shift Tab or left arrow keys move backward between displayed buttons and selections. The up and down arrow select different items within a scrollable list, and also scroll the list itself. In addition, in long lists, you can type a letter to cause the list to scroll directly to the section with items starting with the letter you typed and use Pg-Up and Pg-Down to scroll the list in sections. The space bar selects an item such as a checkbox. Use &enterkey; to activate choices." -msgstr "Den normala installeraren är teckenbaserad (i motsättning till det nu mer kända grafiska gränssnittet). Mus är inte användbar i den här miljön. Här är tangenterna du kan använda för att navigera i de olika dialogerna. Tab eller höger piltangent flyttar framåt och Shift Tab eller vänster piltangent flyttar bakåt mellan visade knappar och val. upp och ned-pilarna väljer olika poster i den rullbara listan och rullar även själva listan. I tillägg till det, i långa listor, kan du trycka en bokstav för att rulla direkt till den sektion som börjar med den bokstav du tryckte och använda PgUp och PgDown för att rulla listan i sektioner. Mellanslag väljer en post såsom en kryssruta. Använd &enterkey; för att aktivera val." +msgid "" +"The normal installer display is character-based (as opposed to the now more " +"familiar graphical interface). The mouse is not operational in this " +"environment. Here are the keys you can use to navigate within the various " +"dialogs. The Tab or right arrow keys move " +"forward, and the Shift " +"Tab or left arrow keys move " +"backward between displayed buttons and selections. The " +"up and down arrow select different items " +"within a scrollable list, and also scroll the list itself. In addition, in " +"long lists, you can type a letter to cause the list to scroll directly to " +"the section with items starting with the letter you typed and use Pg-" +"Up and Pg-Down to scroll the list in sections. The " +"space bar selects an item such as a checkbox. Use " +"&enterkey; to activate choices." +msgstr "" +"Den normala installeraren är teckenbaserad (i motsättning till det nu mer " +"kända grafiska gränssnittet). Mus är inte användbar i den här miljön. Här är " +"tangenterna du kan använda för att navigera i de olika dialogerna. " +"Tab eller höger piltangent flyttar " +"framåt och Shift Tab eller vänster piltangent flyttar " +"bakåt mellan visade knappar och val. upp " +"och ned-pilarna väljer olika poster i den rullbara listan " +"och rullar även själva listan. I tillägg till det, i långa listor, kan du " +"trycka en bokstav för att rulla direkt till den sektion som börjar med den " +"bokstav du tryckte och använda PgUp och PgDown för att rulla listan i sektioner. Mellanslag väljer " +"en post såsom en kryssruta. Använd &enterkey; för att aktivera val." #. Tag: para #: using-d-i.xml:77 #, no-c-format -msgid "S/390 does not support virtual consoles. You may open a second and third ssh session to view the logs described below." -msgstr "S/390 har inte stöd för virtuella konsoller. Du kan öppna en andra och tredje ssh-session för att se loggar som beskrivs nedan." +msgid "" +"S/390 does not support virtual consoles. You may open a second and third ssh " +"session to view the logs described below." +msgstr "" +"S/390 har inte stöd för virtuella konsoller. Du kan öppna en andra och " +"tredje ssh-session för att se loggar som beskrivs nedan." #. Tag: para #: using-d-i.xml:82 #, no-c-format -msgid "Error messages and logs are redirected to the fourth console. You can access this console by pressing Left AltF4 (hold the left Alt key while pressing the F4 function key); get back to the main installer process with Left AltF1." -msgstr "Felmeddelanden omdirigeras till den tredje konsollen. Du kan tillgå den här konsollen genom att trycka Vänster AltF3 (håll nere vänster Alt-tangent när du trycker ned funktionstangenten F3); gå tillbaka till huvudkonsollen för installeraren med Vänster AltF1." +msgid "" +"Error messages and logs are redirected to the fourth console. You can access " +"this console by pressing Left AltF4 (hold the left Alt key while pressing " +"the F4 function key); get back to the main installer " +"process with Left AltF1." +msgstr "" +"Felmeddelanden omdirigeras till den tredje konsollen. Du kan tillgå den här " +"konsollen genom att trycka Vänster AltF3 (håll nere vänster Alt-tangent när du " +"trycker ned funktionstangenten F3); gå tillbaka till " +"huvudkonsollen för installeraren med Vänster AltF1." #. Tag: para #: using-d-i.xml:92 #, no-c-format -msgid "These messages can also be found in /var/log/syslog. After installation, this log is copied to /var/log/installer/syslog on your new system. Other installation messages may be found in /var/log/ during the installation, and /var/log/installer/ after the computer has been booted into the installed system." -msgstr "Dessa meddelanden kan också hittas i /var/log/syslog. Efter installation blir den här loggen kopierad till /var/log/installer/syslog på ditt nya system. Andra installationsmeddelanden kan hittas i /var/log/ under installationen och /var/log/installer/ efter att datorn har startats om till det nya systemet." +msgid "" +"These messages can also be found in /var/log/syslog. " +"After installation, this log is copied to /var/log/installer/" +"syslog on your new system. Other installation messages may be " +"found in /var/log/ during the installation, and " +"/var/log/installer/ after the computer has been booted " +"into the installed system." +msgstr "" +"Dessa meddelanden kan också hittas i /var/log/syslog. " +"Efter installation blir den här loggen kopierad till /var/log/" +"installer/syslog på ditt nya system. Andra " +"installationsmeddelanden kan hittas i /var/log/ under " +"installationen och /var/log/installer/ efter att datorn " +"har startats om till det nya systemet." #. Tag: title #: using-d-i.xml:106 @@ -94,8 +214,14 @@ msgstr "Introduktion till komponenter" #. Tag: para #: using-d-i.xml:107 #, no-c-format -msgid "Here is a list of installer components with a brief description of each component's purpose. Details you might need to know about using a particular component are in ." -msgstr "Här är en lista på installationskomponenter med en kort beskrivning av varje komponents syfte. Detaljer du kanske behöver känna till om en specifik komponent finns i ." +msgid "" +"Here is a list of installer components with a brief description of each " +"component's purpose. Details you might need to know about using a particular " +"component are in ." +msgstr "" +"Här är en lista på installationskomponenter med en kort beskrivning av varje " +"komponents syfte. Detaljer du kanske behöver känna till om en specifik " +"komponent finns i ." #. Tag: term #: using-d-i.xml:118 @@ -106,14 +232,31 @@ msgstr "main-menu" #. Tag: para #: using-d-i.xml:118 #, no-c-format -msgid "Shows the list of components to the user during installer operation, and starts a component when it is selected. Main-menu's questions are set to priority medium, so if your priority is set to high or critical (high is the default), you will not see the menu. On the other hand, if there is an error which requires your intervention, the question priority may be downgraded temporarily to allow you to resolve the problem, and in that case the menu may appear." -msgstr "Visar listan av komponenter för användaren under installationen och startar en komponent när den väljs. Huvudmenyns frågor är satta till medium prioritet så om din prioritet är satt till hög eller kritisk (hög är förvald) kommer du inte att se den här menyn. Om det inträffar fel som kräver ingripande från dig kommer prioriteten att nergraderas temporärt för att låta dig lösa problemet och i så fall kommer menyn att visas." +msgid "" +"Shows the list of components to the user during installer operation, and " +"starts a component when it is selected. Main-menu's questions are set to " +"priority medium, so if your priority is set to high or critical (high is the " +"default), you will not see the menu. On the other hand, if there is an error " +"which requires your intervention, the question priority may be downgraded " +"temporarily to allow you to resolve the problem, and in that case the menu " +"may appear." +msgstr "" +"Visar listan av komponenter för användaren under installationen och startar " +"en komponent när den väljs. Huvudmenyns frågor är satta till medium " +"prioritet så om din prioritet är satt till hög eller kritisk (hög är " +"förvald) kommer du inte att se den här menyn. Om det inträffar fel som " +"kräver ingripande från dig kommer prioriteten att nergraderas temporärt för " +"att låta dig lösa problemet och i så fall kommer menyn att visas." #. Tag: para #: using-d-i.xml:128 #, no-c-format -msgid "You can get to the main menu by selecting the Back button repeatedly to back all the way out of the currently running component." -msgstr "Du kan komma till huvudmenyn genom att välja Tillbaka-knappen flera gånger för att backa hela vägen ut ur nuvarande komponent." +msgid "" +"You can get to the main menu by selecting the Back button " +"repeatedly to back all the way out of the currently running component." +msgstr "" +"Du kan komma till huvudmenyn genom att välja Tillbaka-knappen " +"flera gånger för att backa hela vägen ut ur nuvarande komponent." #. Tag: term #: using-d-i.xml:137 @@ -124,8 +267,16 @@ msgstr "localechooser" #. Tag: para #: using-d-i.xml:137 #, no-c-format -msgid "Allows the user to select localization options for the installation and the installed system: language, country and locales. The installer will display messages in the selected language, unless the translation for that language is not complete in which case some messages may be shown in English." -msgstr "Låter användaren lokalanpassa installationen och det installerade systemet: språk, land och lokaler. Installeraren kommer att visa meddelanden på det valda språket om inte översättningen för det språket inte är komplett och då kommer vissa meddelanden att visas på engelska." +msgid "" +"Allows the user to select localization options for the installation and the " +"installed system: language, country and locales. The installer will display " +"messages in the selected language, unless the translation for that language " +"is not complete in which case some messages may be shown in English." +msgstr "" +"Låter användaren lokalanpassa installationen och det installerade systemet: " +"språk, land och lokaler. Installeraren kommer att visa meddelanden på det " +"valda språket om inte översättningen för det språket inte är komplett och då " +"kommer vissa meddelanden att visas på engelska." #. Tag: term #: using-d-i.xml:149 @@ -136,8 +287,12 @@ msgstr "kbd-chooser" #. Tag: para #: using-d-i.xml:149 #, no-c-format -msgid "Shows a list of keyboards, from which the user chooses the model which matches his own." -msgstr "Visar en lista på tangentbord från vilken användaren kan välja den modell som passar bäst." +msgid "" +"Shows a list of keyboards, from which the user chooses the model which " +"matches his own." +msgstr "" +"Visar en lista på tangentbord från vilken användaren kan välja den modell " +"som passar bäst." #. Tag: term #: using-d-i.xml:158 @@ -148,8 +303,12 @@ msgstr "hw-detect" #. Tag: para #: using-d-i.xml:158 #, no-c-format -msgid "Automatically detects most of the system's hardware, including network cards, disk drives, and PCMCIA." -msgstr "Identifierar automatiskt det mesta av systemets maskinvara inklusive nätverkskort, diskettenheter och PCMCIA." +msgid "" +"Automatically detects most of the system's hardware, including network " +"cards, disk drives, and PCMCIA." +msgstr "" +"Identifierar automatiskt det mesta av systemets maskinvara inklusive " +"nätverkskort, diskettenheter och PCMCIA." #. Tag: term #: using-d-i.xml:167 @@ -172,8 +331,12 @@ msgstr "netcfg" #. Tag: para #: using-d-i.xml:175 #, no-c-format -msgid "Configures the computer's network connections so it can communicate over the internet." -msgstr "Konfigurerar datorns nätverksanslutning så att den kan kommunicera mot Internet." +msgid "" +"Configures the computer's network connections so it can communicate over the " +"internet." +msgstr "" +"Konfigurerar datorns nätverksanslutning så att den kan kommunicera mot " +"Internet." #. Tag: term #: using-d-i.xml:184 @@ -184,8 +347,10 @@ msgstr "iso-scan" #. Tag: para #: using-d-i.xml:184 #, no-c-format -msgid "Looks for ISO file systems, which may be on a CD-ROM or on the hard drive." -msgstr "Letar efter ISO-filsystem som kan finnas på en cd-rom eller på hårddisken." +msgid "" +"Looks for ISO file systems, which may be on a CD-ROM or on the hard drive." +msgstr "" +"Letar efter ISO-filsystem som kan finnas på en cd-rom eller på hårddisken." #. Tag: term #: using-d-i.xml:193 @@ -196,8 +361,12 @@ msgstr "choose-mirror" #. Tag: para #: using-d-i.xml:193 #, no-c-format -msgid "Presents a list of Debian archive mirrors. The user may choose the source of his installation packages." -msgstr "Presenterar en lista av Debian-arkivets speglar. Användaren kan välja källan för sina installationspaket." +msgid "" +"Presents a list of Debian archive mirrors. The user may choose the source of " +"his installation packages." +msgstr "" +"Presenterar en lista av Debian-arkivets speglar. Användaren kan välja källan " +"för sina installationspaket." #. Tag: term #: using-d-i.xml:202 @@ -208,8 +377,12 @@ msgstr "cdrom-checker" #. Tag: para #: using-d-i.xml:202 #, no-c-format -msgid "Checks integrity of a CD-ROM. This way the user may assure him/herself that the installation CD-ROM was not corrupted." -msgstr "Kontrollerar integriteten på en cd-rom. På det här sättet kan användare förlita sig på att installationsskivan inte är felaktig." +msgid "" +"Checks integrity of a CD-ROM. This way the user may assure him/herself that " +"the installation CD-ROM was not corrupted." +msgstr "" +"Kontrollerar integriteten på en cd-rom. På det här sättet kan användare " +"förlita sig på att installationsskivan inte är felaktig." #. Tag: term #: using-d-i.xml:211 @@ -220,8 +393,14 @@ msgstr "lowmem" #. Tag: para #: using-d-i.xml:211 #, no-c-format -msgid "Lowmem tries to detect systems with low memory and then does various tricks to remove unnecessary parts of &d-i; from the memory (at the cost of some features)." -msgstr "Lowmem försöker att identifiera system med lite minne och gör då olika trick att ta bort onödiga delar av &d-i; från minnet (på bekostnad av vissa funktioner)." +msgid "" +"Lowmem tries to detect systems with low memory and then does various tricks " +"to remove unnecessary parts of &d-i; from the memory (at the cost of some " +"features)." +msgstr "" +"Lowmem försöker att identifiera system med lite minne och gör då olika trick " +"att ta bort onödiga delar av &d-i; från minnet (på bekostnad av vissa " +"funktioner)." #. Tag: term #: using-d-i.xml:221 @@ -232,8 +411,12 @@ msgstr "anna" #. Tag: para #: using-d-i.xml:221 #, no-c-format -msgid "Anna's Not Nearly APT. Installs packages which have been retrieved from the chosen mirror or CD." -msgstr "Anna's Not Nearly APT. Installerar paket som har hämtats från den valda spegeln eller cd-skiva." +msgid "" +"Anna's Not Nearly APT. Installs packages which have been retrieved from the " +"chosen mirror or CD." +msgstr "" +"Anna's Not Nearly APT. Installerar paket som har hämtats från den valda " +"spegeln eller cd-skiva." #. Tag: term #: using-d-i.xml:230 @@ -244,8 +427,17 @@ msgstr "partman" #. Tag: para #: using-d-i.xml:230 #, no-c-format -msgid "Allows the user to partition disks attached to the system, create file systems on the selected partitions, and attach them to the mountpoints. Included are also interesting features like a fully automatic mode or LVM support. This is the preferred partitioning tool in Debian." -msgstr "Låter användaren partitionera hårddiskar ansluta till systemet, skapa filsystem på de valda partitionerna och ansluta dem till monteringspunkter. Inkluderat är också intressanta funktioner som ett fullt automatiskt läge eller stöd för LVM. Det här är det verktyg som föredras för partitionering i Debian." +msgid "" +"Allows the user to partition disks attached to the system, create file " +"systems on the selected partitions, and attach them to the mountpoints. " +"Included are also interesting features like a fully automatic mode or LVM " +"support. This is the preferred partitioning tool in Debian." +msgstr "" +"Låter användaren partitionera hårddiskar ansluta till systemet, skapa " +"filsystem på de valda partitionerna och ansluta dem till monteringspunkter. " +"Inkluderat är också intressanta funktioner som ett fullt automatiskt läge " +"eller stöd för LVM. Det här är det verktyg som föredras för partitionering i " +"Debian." #. Tag: term #: using-d-i.xml:242 @@ -256,8 +448,11 @@ msgstr "autopartkit" #. Tag: para #: using-d-i.xml:242 #, no-c-format -msgid "Automatically partitions an entire disk according to preset user preferences." -msgstr "Partitionerar automatiskt en hel disk enligt förinställda egenskaper från användaren." +msgid "" +"Automatically partitions an entire disk according to preset user preferences." +msgstr "" +"Partitionerar automatiskt en hel disk enligt förinställda egenskaper från " +"användaren." #. Tag: term #: using-d-i.xml:251 @@ -268,8 +463,12 @@ msgstr "partitioner" #. Tag: para #: using-d-i.xml:251 #, no-c-format -msgid "Allows the user to partition disks attached to the system. A partitioning program appropriate to your computer's architecture is chosen." -msgstr "Låter användaren partitionera disks kopplade till systemet. Ett partitioneringsprogram som lämpar sig för din dators arkitektur väljs." +msgid "" +"Allows the user to partition disks attached to the system. A partitioning " +"program appropriate to your computer's architecture is chosen." +msgstr "" +"Låter användaren partitionera disks kopplade till systemet. Ett " +"partitioneringsprogram som lämpar sig för din dators arkitektur väljs." #. Tag: term #: using-d-i.xml:261 @@ -280,8 +479,12 @@ msgstr "partconf" #. Tag: para #: using-d-i.xml:261 #, no-c-format -msgid "Displays a list of partitions, and creates file systems on the selected partitions according to user instructions." -msgstr "Visar en lista av partitioner och skapar filsystem på de valda partitionerna enligt användarens instruktioner." +msgid "" +"Displays a list of partitions, and creates file systems on the selected " +"partitions according to user instructions." +msgstr "" +"Visar en lista av partitioner och skapar filsystem på de valda partitionerna " +"enligt användarens instruktioner." #. Tag: term #: using-d-i.xml:270 @@ -292,8 +495,12 @@ msgstr "lvmcfg" #. Tag: para #: using-d-i.xml:270 #, no-c-format -msgid "Helps the user with the configuration of the LVM (Logical Volume Manager)." -msgstr "Hjälper användaren med konfigurationen av LVM (logisk volymhantering)." +msgid "" +"Helps the user with the configuration of the LVM " +"(Logical Volume Manager)." +msgstr "" +"Hjälper användaren med konfigurationen av LVM (logisk " +"volymhantering)." #. Tag: term #: using-d-i.xml:279 @@ -304,8 +511,15 @@ msgstr "mdcfg" #. Tag: para #: using-d-i.xml:279 #, no-c-format -msgid "Allows the user to setup Software RAID (Redundant Array of Inexpensive Disks). This Software RAID is usually superior to the cheap IDE (pseudo hardware) RAID controllers found on newer motherboards." -msgstr "Låter användaren ställa in programvaru-RAID (Redundant Array of Inexpensive Disks). Den här programvaru-RAID är normalt sett överlägsen till de billiga IDE (pseudomaskinvara) RAID-kontrollrar som finns på nyare moderkort." +msgid "" +"Allows the user to setup Software RAID (Redundant " +"Array of Inexpensive Disks). This Software RAID is usually superior to the " +"cheap IDE (pseudo hardware) RAID controllers found on newer motherboards." +msgstr "" +"Låter användaren ställa in programvaru-RAID " +"(Redundant Array of Inexpensive Disks). Den här programvaru-RAID är normalt " +"sett överlägsen till de billiga IDE (pseudomaskinvara) RAID-kontrollrar som " +"finns på nyare moderkort." #. Tag: term #: using-d-i.xml:290 @@ -352,8 +566,12 @@ msgstr "base-installer" #. Tag: para #: using-d-i.xml:314 #, no-c-format -msgid "Installs the most basic set of packages which would allow the computer to operate under Linux when rebooted." -msgstr "Installerar de mest enkla paketuppsättningar som tillåter datorn att köra Linux efter omstart." +msgid "" +"Installs the most basic set of packages which would allow the computer to " +"operate under Linux when rebooted." +msgstr "" +"Installerar de mest enkla paketuppsättningar som tillåter datorn att köra " +"Linux efter omstart." #. Tag: term #: using-d-i.xml:323 @@ -364,8 +582,12 @@ msgstr "apt-setup" #. Tag: para #: using-d-i.xml:323 #, no-c-format -msgid "Configures apt, mostly automatically, based on what media the installer is running from." -msgstr "Konfigurerar apt, mestadels automatiskt, baserad på vilket media som installeraren körs från." +msgid "" +"Configures apt, mostly automatically, based on what media the installer is " +"running from." +msgstr "" +"Konfigurerar apt, mestadels automatiskt, baserad på vilket media som " +"installeraren körs från." #. Tag: term #: using-d-i.xml:332 @@ -376,8 +598,12 @@ msgstr "pkgsel" #. Tag: para #: using-d-i.xml:332 #, no-c-format -msgid "Uses tasksel to select and install additional software." -msgstr "Använder tasksel för att välja och installera ytterligare programvara." +msgid "" +"Uses tasksel to select and install additional " +"software." +msgstr "" +"Använder tasksel för att välja och installera " +"ytterligare programvara." #. Tag: term #: using-d-i.xml:340 @@ -388,8 +614,18 @@ msgstr "os-prober" #. Tag: para #: using-d-i.xml:340 #, no-c-format -msgid "Detects currently installed operating systems on the computer and passes this information to the bootloader-installer, which may offer you an ability to add discovered operating systems to the bootloader's start menu. This way the user could easily choose at the boot time which operating system to start." -msgstr "Identifierar nuvarande installerade operativsystem på datorn och skickar informationen till bootloader-installer vilken kan erbjuda dig möjligheten att lägga till upptäckta operativsystem till starthanterarens startmeny. Det här sättet gör att användaren lätt kan välja vilken operativsystem som ska startas vid uppstart." +msgid "" +"Detects currently installed operating systems on the computer and passes " +"this information to the bootloader-installer, which may offer you an ability " +"to add discovered operating systems to the bootloader's start menu. This way " +"the user could easily choose at the boot time which operating system to " +"start." +msgstr "" +"Identifierar nuvarande installerade operativsystem på datorn och skickar " +"informationen till bootloader-installer vilken kan erbjuda dig möjligheten " +"att lägga till upptäckta operativsystem till starthanterarens startmeny. Det " +"här sättet gör att användaren lätt kan välja vilken operativsystem som ska " +"startas vid uppstart." #. Tag: term #: using-d-i.xml:352 @@ -400,8 +636,17 @@ msgstr "bootloader-installer" #. Tag: para #: using-d-i.xml:352 #, no-c-format -msgid "The various bootloader installers each install a boot loader program on the hard disk, which is necessary for the computer to start up using Linux without using a floppy or CD-ROM. Many boot loaders allow the user to choose an alternate operating system each time the computer boots." -msgstr "De olika installerarna av starthanterare installerar ett starthanteringsprogram på hårddisken som är nödvändig för att datorn ska starta upp med Linux utan att använda en diskett eller cd-rom. Många starthanterare låter användaren välja ett alternativt operativsystem varje gång datorn startas." +msgid "" +"The various bootloader installers each install a boot loader program on the " +"hard disk, which is necessary for the computer to start up using Linux " +"without using a floppy or CD-ROM. Many boot loaders allow the user to choose " +"an alternate operating system each time the computer boots." +msgstr "" +"De olika installerarna av starthanterare installerar ett " +"starthanteringsprogram på hårddisken som är nödvändig för att datorn ska " +"starta upp med Linux utan att använda en diskett eller cd-rom. Många " +"starthanterare låter användaren välja ett alternativt operativsystem varje " +"gång datorn startas." #. Tag: term #: using-d-i.xml:363 @@ -412,8 +657,10 @@ msgstr "shell" #. Tag: para #: using-d-i.xml:363 #, no-c-format -msgid "Allows the user to execute a shell from the menu, or in the second console." -msgstr "Låter användaren starta ett skal från menyn eller på den andra konsollen." +msgid "" +"Allows the user to execute a shell from the menu, or in the second console." +msgstr "" +"Låter användaren starta ett skal från menyn eller på den andra konsollen." #. Tag: term #: using-d-i.xml:372 @@ -424,8 +671,15 @@ msgstr "save-logs" #. Tag: para #: using-d-i.xml:372 #, no-c-format -msgid "Provides a way for the user to record information on a floppy disk, network, hard disk, or other media when trouble is encountered, in order to accurately report installer software problems to Debian developers later." -msgstr "Ger ett sätt för användaren att spela in information på en diskett, nätverk, hårddisk eller andra media när problem påträffas för att senare kunna skicka en noggrann rapport om problem i installationsprogramvaran till Debian-utvecklarna." +msgid "" +"Provides a way for the user to record information on a floppy disk, network, " +"hard disk, or other media when trouble is encountered, in order to " +"accurately report installer software problems to Debian developers later." +msgstr "" +"Ger ett sätt för användaren att spela in information på en diskett, nätverk, " +"hårddisk eller andra media när problem påträffas för att senare kunna skicka " +"en noggrann rapport om problem i installationsprogramvaran till Debian-" +"utvecklarna." #. Tag: title #: using-d-i.xml:390 @@ -436,8 +690,20 @@ msgstr "Användning av individuella komponenter" #. Tag: para #: using-d-i.xml:391 #, no-c-format -msgid "In this section we will describe each installer component in detail. The components have been grouped into stages that should be recognizable for users. They are presented in the order they appear during the install. Note that not all modules will be used for every installation; which modules are actually used depends on the installation method you use and on your hardware." -msgstr "I den här sektionen kommer vi att beskriva varje installationskomponent i detalj. Komponenterna har blivit grupperade i steg som bör kännas igen av användarna. De presenteras i den ordning de dyker upp under installationen. Notera att inte alla moduler kommer att användas för varje installation; vilka moduler som faktiskt används beror på installationsmetoden du använder och på din maskinvara." +msgid "" +"In this section we will describe each installer component in detail. The " +"components have been grouped into stages that should be recognizable for " +"users. They are presented in the order they appear during the install. Note " +"that not all modules will be used for every installation; which modules are " +"actually used depends on the installation method you use and on your " +"hardware." +msgstr "" +"I den här sektionen kommer vi att beskriva varje installationskomponent i " +"detalj. Komponenterna har blivit grupperade i steg som bör kännas igen av " +"användarna. De presenteras i den ordning de dyker upp under installationen. " +"Notera att inte alla moduler kommer att användas för varje installation; " +"vilka moduler som faktiskt används beror på installationsmetoden du använder " +"och på din maskinvara." #. Tag: title #: using-d-i.xml:403 @@ -448,14 +714,43 @@ msgstr "Inställning av Debian-installeraren och maskinvarukonfiguration" #. Tag: para #: using-d-i.xml:404 #, no-c-format -msgid "Let's assume the Debian Installer has booted and you are facing its first screen. At this time, the capabilities of &d-i; are still quite limited. It doesn't know much about your hardware, preferred language, or even the task it should perform. Don't worry. Because &d-i; is quite clever, it can automatically probe your hardware, locate the rest of its components and upgrade itself to a capable installation system. However, you still need to help &d-i; with some information it can't determine automatically (like selecting your preferred language, keyboard layout or desired network mirror)." -msgstr "Låt oss anta att Debian Installer har startat upp och du ser dess första skärm. Vid den här punkten är de färdigheter som &d-i; har ganska begränsade. Den vet inte mycket om din maskinvara, vilket språk som föredras eller inte ens vilken uppgift installation ska ha. Var lugn. På grund av att &d-i; är ganska smart kan den automatiskt söka av din maskinvara, lokalisera resten av sina komponenter och uppgradera sig själv till ett kapabelt installationssystem. Dock, du behöver fortfarande hjälpa &d-i; med viss information som den inte kan fastställa automatiskt (såsom välja ditt föredragna språk, tangentbordslayout eller val av nätverksspegel). " +msgid "" +"Let's assume the Debian Installer has booted and you are facing its first " +"screen. At this time, the capabilities of &d-i; are still quite limited. It " +"doesn't know much about your hardware, preferred language, or even the task " +"it should perform. Don't worry. Because &d-i; is quite clever, it can " +"automatically probe your hardware, locate the rest of its components and " +"upgrade itself to a capable installation system. However, you still need to " +"help &d-i; with some information it can't determine automatically (like " +"selecting your preferred language, keyboard layout or desired network " +"mirror)." +msgstr "" +"Låt oss anta att Debian Installer har startat upp och du ser dess första " +"skärm. Vid den här punkten är de färdigheter som &d-i; har ganska " +"begränsade. Den vet inte mycket om din maskinvara, vilket språk som föredras " +"eller inte ens vilken uppgift installation ska ha. Var lugn. På grund av att " +"&d-i; är ganska smart kan den automatiskt söka av din maskinvara, lokalisera " +"resten av sina komponenter och uppgradera sig själv till ett kapabelt " +"installationssystem. Dock, du behöver fortfarande hjälpa &d-i; med viss " +"information som den inte kan fastställa automatiskt (såsom välja ditt " +"föredragna språk, tangentbordslayout eller val av nätverksspegel). " #. Tag: para #: using-d-i.xml:417 #, no-c-format -msgid "You will notice that &d-i; performs hardware detection several times during this stage. The first time is targeted specifically at the hardware needed to load installer components (e.g. your CD-ROM or network card). As not all drivers may be available during this first run, hardware detection needs to be repeated later in the process." -msgstr "Du kommer att märka att &d-i; genomför identifiering av maskinvara flera gånger under det här steget. Första gången är målet den maskinvara som behövs för att läsa in komponenter för installeraren (exempelvis din cd-rom eller nätverkskort). Eftersom alla drivrutiner kanske inte finns tillgängliga under den första körningen behövs en repetering av identifieringen senare i processen. " +msgid "" +"You will notice that &d-i; performs hardware detection several times during this stage. The first time is targeted " +"specifically at the hardware needed to load installer components (e.g. your " +"CD-ROM or network card). As not all drivers may be available during this " +"first run, hardware detection needs to be repeated later in the process." +msgstr "" +"Du kommer att märka att &d-i; genomför identifiering av " +"maskinvara flera gånger under det här steget. Första gången är " +"målet den maskinvara som behövs för att läsa in komponenter för " +"installeraren (exempelvis din cd-rom eller nätverkskort). Eftersom alla " +"drivrutiner kanske inte finns tillgängliga under den första körningen behövs " +"en repetering av identifieringen senare i processen. " #. Tag: title #: using-d-i.xml:432 @@ -466,14 +761,28 @@ msgstr "Kontrollera tillgängligt minne" #. Tag: para #: using-d-i.xml:434 #, no-c-format -msgid "One of the first things &d-i; does, is to check available memory. If the available memory is limited, this component will make some changes in the installation process which hopefully will allow you to install &debian; on your system." -msgstr "En av de första sakerna som &d-i; gör är att kontrollera tillgängligt minne. Om det tillgängliga minnet är begränsat kommer den här komponenten att göra ändringar i installationsprocessen som förhoppningsvis låter dig installera &debian; på ditt system." +msgid "" +"One of the first things &d-i; does, is to check available memory. If the " +"available memory is limited, this component will make some changes in the " +"installation process which hopefully will allow you to install &debian; on " +"your system." +msgstr "" +"En av de första sakerna som &d-i; gör är att kontrollera tillgängligt minne. " +"Om det tillgängliga minnet är begränsat kommer den här komponenten att göra " +"ändringar i installationsprocessen som förhoppningsvis låter dig installera " +"&debian; på ditt system." #. Tag: para #: using-d-i.xml:441 #, no-c-format -msgid "During a low memory install, not all components will be available. One of the limitations is that you won't be able to choose a language for the installation." -msgstr "Under en installation med lite minne kommer inte alla komponenter vara tillgängliga. En av de begränsningarna är att du inte kan välja språk för installationen." +msgid "" +"During a low memory install, not all components will be available. One of " +"the limitations is that you won't be able to choose a language for the " +"installation." +msgstr "" +"Under en installation med lite minne kommer inte alla komponenter vara " +"tillgängliga. En av de begränsningarna är att du inte kan välja språk för " +"installationen." #. Tag: title #: using-d-i.xml:456 @@ -484,38 +793,104 @@ msgstr "Val av lokalinställningar" #. Tag: para #: using-d-i.xml:458 #, no-c-format -msgid "In most cases the first questions you will be asked concern the selection of localization options to be used both for the installation and for the installed system. The localization options consist of language, country and locales." -msgstr "I de flesta fall är de första frågorna som ställs angående valet av lokaliseringsalternativ som kommer att användas både för installationen och för det installerade systemet. Lokaliseringsalternativen består av språk, land och lokaler." +msgid "" +"In most cases the first questions you will be asked concern the selection of " +"localization options to be used both for the installation and for the " +"installed system. The localization options consist of language, country and " +"locales." +msgstr "" +"I de flesta fall är de första frågorna som ställs angående valet av " +"lokaliseringsalternativ som kommer att användas både för installationen och " +"för det installerade systemet. Lokaliseringsalternativen består av språk, " +"land och lokaler." #. Tag: para #: using-d-i.xml:465 #, no-c-format -msgid "The language you choose will be used for the rest of the installation process, provided a translation of the different dialogs is available. If no valid translation is available for the selected language, the installer will default to English." -msgstr "Språket du väljer kommer att användas i resten av installationsprocessen om en översättning av de olika dialogerna finns tillgänglig. Om ingen giltig översättning finns tillgänglig för det valda språket kommer installeraren att falla tillbaka på engelska." +msgid "" +"The language you choose will be used for the rest of the installation " +"process, provided a translation of the different dialogs is available. If no " +"valid translation is available for the selected language, the installer will " +"default to English." +msgstr "" +"Språket du väljer kommer att användas i resten av installationsprocessen om " +"en översättning av de olika dialogerna finns tillgänglig. Om ingen giltig " +"översättning finns tillgänglig för det valda språket kommer installeraren " +"att falla tillbaka på engelska." #. Tag: para #: using-d-i.xml:472 #, no-c-format -msgid "The selected country will be used later in the installation process to pick the default timezone and a Debian mirror appropriate for your geographic location. Language and country together will be used to set the default locale for your system and to help select your keyboard." -msgstr "Det valda landet kommer att användas senare i installationsprocessen för att välja den tidszon som ska vara standard och en Debian-spegel som är lämplig för ditt geografiska område. Språk och land kommer att användas tillsammans för att ställa in standardlokalen för ditt system och att hjälpa till att välja ditt tangentbord." +msgid "" +"The selected country will be used later in the installation process to pick " +"the default timezone and a Debian mirror appropriate for your geographic " +"location. Language and country together will be used to set the default " +"locale for your system and to help select your keyboard." +msgstr "" +"Det valda landet kommer att användas senare i installationsprocessen för att " +"välja den tidszon som ska vara standard och en Debian-spegel som är lämplig " +"för ditt geografiska område. Språk och land kommer att användas tillsammans " +"för att ställa in standardlokalen för ditt system och att hjälpa till att " +"välja ditt tangentbord." #. Tag: para #: using-d-i.xml:479 #, no-c-format -msgid "You will first be asked to select your preferred language. The language names are listed in both English (left side) and in the language itself (right side); the names on the right side are also shown in the proper script for the language. The list is sorted on the English names. At the top of the list is an extra option that allows you to select the C locale instead of a language. Choosing the C locale will result in the installation proceding in English; the installed system will have no localization support as the locales package will not be installed." -msgstr "Du kommer först att bli frågad att välja ditt föredragna språk. Namnen på språken listas på både engelska (vänstra sidan) och på själva språket (högra sidan); namnen på högra sidan visas också i språkets korrekta skrift. Listan är sorterad efter de engelska namnen. På toppen av listan finns ett extra alternativ som låter dig att välja lokalen C istället för ett språk. Välja lokalen C betyder att installationen fortsätter på engelska; det installerade systemet kommer inte att ha något stöd för lokalisering eftersom paketet locales inte kommer att installeras." +msgid "" +"You will first be asked to select your preferred language. The language " +"names are listed in both English (left side) and in the language itself " +"(right side); the names on the right side are also shown in the proper " +"script for the language. The list is sorted on the English names. At the top " +"of the list is an extra option that allows you to select the C locale instead of a language. Choosing the C locale " +"will result in the installation proceding in English; the installed system " +"will have no localization support as the locales " +"package will not be installed." +msgstr "" +"Du kommer först att bli frågad att välja ditt föredragna språk. Namnen på " +"språken listas på både engelska (vänstra sidan) och på själva språket (högra " +"sidan); namnen på högra sidan visas också i språkets korrekta skrift. Listan " +"är sorterad efter de engelska namnen. På toppen av listan finns ett extra " +"alternativ som låter dig att välja lokalen C istället för ett " +"språk. Välja lokalen C betyder att installationen fortsätter " +"på engelska; det installerade systemet kommer inte att ha något stöd för " +"lokalisering eftersom paketet locales inte kommer att " +"installeras." #. Tag: para #: using-d-i.xml:491 #, no-c-format -msgid "If you selected a language that is recognized as an official language for more than one country In technical terms: where multiple locales exist for that language with differing country codes. , you will next be asked to select a country. If you choose Other at the bottom of the list, you will be presented with a list of all countries, grouped by continent. If the language has only one country associated with it, that country will be selected automatically." -msgstr "Om du valde ett språk som är erkänt som ett officiellt språk för fler än ett land I tekniska termer: där multipla lokaler existerar för det språket med olika landskoder. , du kommer härnäst att bli frågad att välja ett land. Om du väljer Annat i slutet av listan, kommer du bli visad en lista på alla länder, grupperade efter kontinent. Om språket endast har ett land associerat med sig kommer det landet att automatiskt väljas." +msgid "" +"If you selected a language that is recognized as an official language for " +"more than one country In technical terms: where multiple " +"locales exist for that language with differing country codes. , you will next be asked to select a country. If you choose " +"Other at the bottom of the list, you will be " +"presented with a list of all countries, grouped by continent. If the " +"language has only one country associated with it, that country will be " +"selected automatically." +msgstr "" +"Om du valde ett språk som är erkänt som ett officiellt språk för fler än ett " +"land I tekniska termer: där multipla lokaler existerar för " +"det språket med olika landskoder. , du kommer härnäst att " +"bli frågad att välja ett land. Om du väljer Annat " +"i slutet av listan, kommer du bli visad en lista på alla länder, grupperade " +"efter kontinent. Om språket endast har ett land associerat med sig kommer " +"det landet att automatiskt väljas." #. Tag: para #: using-d-i.xml:509 #, no-c-format -msgid "A default locale will be selected based on the selected language and country. If you are installing at medium or low priority, you will have the option of selecting a different default locale and of selecting additional locales to be generated for the installed system." -msgstr "En standardlokal kommer att väljas baserad på det valda språket och landet. Om du installerar med medium eller låg prioritet, kommer du få möjligheten att välja en annan standardlokal och att välja ytterligare lokaler som ska genereras för det installerade systemet." +msgid "" +"A default locale will be selected based on the selected language and " +"country. If you are installing at medium or low priority, you will have the " +"option of selecting a different default locale and of selecting additional " +"locales to be generated for the installed system." +msgstr "" +"En standardlokal kommer att väljas baserad på det valda språket och landet. " +"Om du installerar med medium eller låg prioritet, kommer du få möjligheten " +"att välja en annan standardlokal och att välja ytterligare lokaler som ska " +"genereras för det installerade systemet." #. Tag: title #: using-d-i.xml:524 @@ -526,38 +901,115 @@ msgstr "Val av tangentbord" #. Tag: para #: using-d-i.xml:526 #, no-c-format -msgid "Keyboards are often tailored to the characters used in a language. Select a layout that conforms to the keyboard you are using, or select something close if the keyboard layout you want isn't represented. Once the system installation is complete, you'll be able to select a keyboard layout from a wider range of choices (run kbdconfig as root after you have completed the installation)." -msgstr "Tangentbord är ofta anpassade efter de tecken som används i ett språk. Välj en layout som gäller för tangentbordet du använder, eller välj något som liknar det om tangentbordslayouten du vill välja inte finns. När installationen av systemet är färdig kommer du kunna välja en tangentbordslayout från en bredare skala (kör kbdconfig som root efter att du har färdigställt installationen)." +msgid "" +"Keyboards are often tailored to the characters used in a language. Select a " +"layout that conforms to the keyboard you are using, or select something " +"close if the keyboard layout you want isn't represented. Once the system " +"installation is complete, you'll be able to select a keyboard layout from a " +"wider range of choices (run kbdconfig as root after you " +"have completed the installation)." +msgstr "" +"Tangentbord är ofta anpassade efter de tecken som används i ett språk. Välj " +"en layout som gäller för tangentbordet du använder, eller välj något som " +"liknar det om tangentbordslayouten du vill välja inte finns. När " +"installationen av systemet är färdig kommer du kunna välja en " +"tangentbordslayout från en bredare skala (kör kbdconfig " +"som root efter att du har färdigställt installationen)." #. Tag: para #: using-d-i.xml:536 #, no-c-format -msgid "Move the highlight to the keyboard selection you desire and press &enterkey;. Use the arrow keys to move the highlight — they are in the same place in all national language keyboard layouts, so they are independent of the keyboard configuration. An 'extended' keyboard is one with F1 through F10 keys along the top row." -msgstr "Flytta markören till tangentbordsvalet du önskar och tryck på &enterkey;. Använd piltangenterna för att flytta markören — de är på samma plats för alla tangentbordslayouter på alla språk, så de är oberoende av tangentbordskonfiguration. Ett \"utökat\"-tangentbord är ett med tangenterna F1 till F10 längs översta raden." +msgid "" +"Move the highlight to the keyboard selection you desire and press " +"&enterkey;. Use the arrow keys to move the highlight — they are in the " +"same place in all national language keyboard layouts, so they are " +"independent of the keyboard configuration. An 'extended' keyboard is one " +"with F1 through F10 keys along the top row." +msgstr "" +"Flytta markören till tangentbordsvalet du önskar och tryck på &enterkey;. " +"Använd piltangenterna för att flytta markören — de är på samma plats " +"för alla tangentbordslayouter på alla språk, så de är oberoende av " +"tangentbordskonfiguration. Ett \"utökat\"-tangentbord är ett med tangenterna " +"F1 till F10 längs översta raden." #. Tag: para #: using-d-i.xml:545 #, no-c-format -msgid "On DECstations there is currently no loadable keymap available, so you have to skip the keyboard selection and keep the default kernel keymap (LK201 US). This may change in the future as it depends on further Linux/MIPS kernel development." -msgstr "På DECstationer finns det för närvarande ingen inläsningsbar tangentstabell tillgänglig, så du kan hoppa över tangentbordsvalet och behålla kärnans standardtabeller (LK201 US). Det här kan ändras i framtiden eftersom det beror på ytterligare utveckling av Linux/MIPS-kärnan." +msgid "" +"On DECstations there is currently no loadable keymap available, so you have " +"to skip the keyboard selection and keep the default kernel keymap (LK201 " +"US). This may change in the future as it depends on further Linux/MIPS " +"kernel development." +msgstr "" +"På DECstationer finns det för närvarande ingen inläsningsbar tangentstabell " +"tillgänglig, så du kan hoppa över tangentbordsvalet och behålla kärnans " +"standardtabeller (LK201 US). Det här kan ändras i framtiden eftersom det " +"beror på ytterligare utveckling av Linux/MIPS-kärnan." #. Tag: para #: using-d-i.xml:552 #, no-c-format -msgid "There are two keyboard layouts for US keyboards; the qwerty/mac-usb-us (Apple USB) layout will place the Alt function on the Command/Apple key (in the keyboard position next to the space key similar to Alt on PC keyboards), while the qwerty/us (Standard) layout will place the Alt function on the Option key (engraved with 'alt' on most Mac keyboards). In other respects the two layouts are similar." -msgstr "Det finns två tangentbordslayouter för amerikanska tangentbord; layouten qwerty/mac-usb-us (Apple USB) har placerat Alt function på tangenten Command/Apple (i tangentbordspositionen bredvid tangenten blanksteg liknande Alt på PC-tangentbord), medan layouten qwerty/us (Standard) kommer att placera Alt function på tangenten Option (markerad med \"alt\" på de flesta Mac-tangentbord). I övriga aspekter är de två layouterna lika." +msgid "" +"There are two keyboard layouts for US keyboards; the qwerty/mac-usb-us " +"(Apple USB) layout will place the Alt function on the Command/Apple key (in the keyboard position next to the space key " +"similar to Alt on PC keyboards), while the qwerty/us " +"(Standard) layout will place the Alt function on the Option " +"key (engraved with 'alt' on most Mac keyboards). In other respects the two " +"layouts are similar." +msgstr "" +"Det finns två tangentbordslayouter för amerikanska tangentbord; layouten " +"qwerty/mac-usb-us (Apple USB) har placerat Alt function på tangenten " +"Command/Apple (i tangentbordspositionen bredvid tangenten " +"blanksteg liknande Alt på PC-tangentbord), " +"medan layouten qwerty/us (Standard) kommer att placera Alt function på " +"tangenten Option (markerad med \"alt\" på de flesta Mac-" +"tangentbord). I övriga aspekter är de två layouterna lika." #. Tag: para #: using-d-i.xml:564 #, no-c-format -msgid "If you are installing on a system that has a Sun USB keyboard and have booted the installer with the default 2.4 kernel, the keyboard will not be identified correctly by the installation system. The installer will show you a list of Sun type keymaps to choose from, but selecting one of these will result in a non-working keyboard. If you are installing with the 2.6 kernel, there is no problem." -msgstr "Om du installerar på ett system som har ett Sun USB-tangentbord och startat upp installeraren med en standard 2.4-kärna, kommer tangentbordet inte att identifieras korrekt av installationssystemet. Installeraren kommer att visa dig en lista på tangenttabeller av Sun-typ att välja från, men välja en av dessa kommer att resultera i ett icke-fungerande tangentbord. Om du installerar med en 2.6-kärna är det inga problem." +msgid "" +"If you are installing on a system that has a Sun USB keyboard and have " +"booted the installer with the default 2.4 kernel, the keyboard will not be " +"identified correctly by the installation system. The installer will show you " +"a list of Sun type keymaps to choose from, but selecting one of these will " +"result in a non-working keyboard. If you are installing with the 2.6 kernel, " +"there is no problem." +msgstr "" +"Om du installerar på ett system som har ett Sun USB-tangentbord och startat " +"upp installeraren med en standard 2.4-kärna, kommer tangentbordet inte att " +"identifieras korrekt av installationssystemet. Installeraren kommer att visa " +"dig en lista på tangenttabeller av Sun-typ att välja från, men välja en av " +"dessa kommer att resultera i ett icke-fungerande tangentbord. Om du " +"installerar med en 2.6-kärna är det inga problem." #. Tag: para #: using-d-i.xml:573 #, no-c-format -msgid "To get a working keyboard, you should boot the installer with parameter priority=medium. When you get to keyboard selection If you are installing at default priority you should use the Go Back button to return to the installer menu when you are shown the list of Sun type keymaps. , choose No keyboard to configure if you have a keyboard with an American (US) layout, or choose USB keyboard if you have a keyboard with a localized layout. Selecting No keyboard to configure will leave the kernel keymap in place, which is correct for US keyboards." -msgstr "För att få ett fungerande tangentbord, bör du starta upp installeraren med parametern priority=medium. När du kommer till tangentbordsvalet Om du installerar med standardprioritet ska du använda knappen Gå tillbaka för att återvända till installationsmenyn när du ser listan av tangentlayouter av Sun-typ. , välj då Det finns inget tangentbord att konfigurera om du har ett tangentbord med en amerikansk (US) layout, eller välj USB-tangentbord om du har ett tangenbord med en lokalanpassad layout. Välja Det finns inget tangentbord att konfigurera kommer att lämna kvar kärnans tangentlayout, vilken är korrekt för amerikanska tangentbord." +msgid "" +"To get a working keyboard, you should boot the installer with parameter " +"priority=medium. When you get to keyboard " +"selection If you are installing at default priority you " +"should use the Go Back button to return to the " +"installer menu when you are shown the list of Sun type keymaps. , choose No keyboard to configure if you have a " +"keyboard with an American (US) layout, or choose USB keyboard " +"if you have a keyboard with a localized layout. Selecting No keyboard " +"to configure will leave the kernel keymap in place, which is correct " +"for US keyboards." +msgstr "" +"För att få ett fungerande tangentbord, bör du starta upp installeraren med " +"parametern priority=medium. När du kommer till " +"tangentbordsvalet Om du installerar med standardprioritet " +"ska du använda knappen Gå tillbaka för att återvända " +"till installationsmenyn när du ser listan av tangentlayouter av Sun-typ. , välj då Det finns inget tangentbord att " +"konfigurera om du har ett tangentbord med en amerikansk (US) layout, " +"eller välj USB-tangentbord om du har ett tangenbord med en " +"lokalanpassad layout. Välja Det finns inget tangentbord att " +"konfigurera kommer att lämna kvar kärnans tangentlayout, vilken är " +"korrekt för amerikanska tangentbord." #. Tag: title #: using-d-i.xml:611 @@ -568,26 +1020,79 @@ msgstr "Leta efter en ISO-avbild för Debian Installer" #. Tag: para #: using-d-i.xml:612 #, no-c-format -msgid "When installing via the hd-media method, there will be a moment where you need to find and mount the Debian Installer iso image in order to get the rest of the installation files. The component iso-scan does exactly this." -msgstr "När installation görs via metoden hd-media kommer du till en punkt där du behöver hitta och montera iso-avbilden för Debian Installer för att få tag på resten av installationsfilerna. Komponenten iso-scan gör exakt det." +msgid "" +"When installing via the hd-media method, there will be " +"a moment where you need to find and mount the Debian Installer iso image in " +"order to get the rest of the installation files. The component iso-" +"scan does exactly this." +msgstr "" +"När installation görs via metoden hd-media kommer du " +"till en punkt där du behöver hitta och montera iso-avbilden för Debian " +"Installer för att få tag på resten av installationsfilerna. Komponenten " +"iso-scan gör exakt det." #. Tag: para #: using-d-i.xml:619 #, no-c-format -msgid "At first, iso-scan automatically mounts all block devices (e.g. partitions) which have some known filesystem on them and sequentially searches for filenames ending with .iso (or .ISO for that matter). Beware that the first attempt scans only files in the root directory and in the first level of subdirectories (i.e. it finds /whatever.iso, /data/whatever.iso, but not /data/tmp/whatever.iso). After an iso image has been found, iso-scan checks its content to determine if the image is a valid Debian iso image or not. In the former case we are done, in the latter iso-scan seeks for another image." -msgstr "Först monterar iso-scan automatiskt alla blockenheter (exempelvis partitioner) som har något känt filsystem på sig och söker sekventiellt efter filnamn som slutar på .iso (eller .ISO för den sakens skull). Tänk på att det första försöket söker endast av filer i rotkatalogen på i första nivån av underkatalogerna (alltså, den hittar /vadsomhelst.iso, /data/vadsomhelst.iso, men inte /data/tmp/vadsomhelst.iso). Efter en iso-avbild har hittats, kontrollerar iso-scan dess innehåll för att fastställa om avbilden är en giltig Debian-avbild eller inte. I det första fallet är vi klara, i det senare söker iso-scan efter en annan avbild." +msgid "" +"At first, iso-scan automatically mounts all block devices " +"(e.g. partitions) which have some known filesystem on them and sequentially " +"searches for filenames ending with .iso (or ." +"ISO for that matter). Beware that the first attempt scans only " +"files in the root directory and in the first level of subdirectories (i.e. " +"it finds /whatever.iso, " +"/data/whatever.iso, but not " +"/data/tmp/whatever.iso). " +"After an iso image has been found, iso-scan checks its " +"content to determine if the image is a valid Debian iso image or not. In the " +"former case we are done, in the latter iso-scan seeks for " +"another image." +msgstr "" +"Först monterar iso-scan automatiskt alla blockenheter " +"(exempelvis partitioner) som har något känt filsystem på sig och söker " +"sekventiellt efter filnamn som slutar på .iso (eller " +".ISO för den sakens skull). Tänk på att det första " +"försöket söker endast av filer i rotkatalogen på i första nivån av " +"underkatalogerna (alltså, den hittar /vadsomhelst.iso, /data/vadsomhelst.iso, men inte /data/tmp/" +"vadsomhelst.iso). Efter en iso-avbild " +"har hittats, kontrollerar iso-scan dess innehåll för att " +"fastställa om avbilden är en giltig Debian-avbild eller inte. I det första " +"fallet är vi klara, i det senare söker iso-scan efter en " +"annan avbild." #. Tag: para #: using-d-i.xml:636 #, no-c-format -msgid "In case the previous attempt to find an installer iso image fails, iso-scan will ask you whether you would like to perform a more thorough search. This pass doesn't just look into the topmost directories, but really traverses whole filesystem." -msgstr "Om det tidigare försöket att hitta en iso-avbild för installeraren misslyckades, kommer iso-scan att fråga dig om du vill genomföra en mer genomgående sökning. Den här fasen kommer inte bara att se på de översta katalogerna utan gå igenom hela filsystemet." +msgid "" +"In case the previous attempt to find an installer iso image fails, " +"iso-scan will ask you whether you would like to perform a " +"more thorough search. This pass doesn't just look into the topmost " +"directories, but really traverses whole filesystem." +msgstr "" +"Om det tidigare försöket att hitta en iso-avbild för installeraren " +"misslyckades, kommer iso-scan att fråga dig om du vill " +"genomföra en mer genomgående sökning. Den här fasen kommer inte bara att se " +"på de översta katalogerna utan gå igenom hela filsystemet." #. Tag: para #: using-d-i.xml:643 #, no-c-format -msgid "If iso-scan does not discover your installer iso image, reboot back to your original operating system and check if the image is named correctly (ending in .iso), if it is placed on a filesystem recognizable by &d-i;, and if it is not corrupted (verify the checksum). Experienced Unix users could do this without rebooting on the second console." -msgstr "Om iso-scan inte hittar din iso-avbild för installeraren, starta om till ditt ursprungliga operativsystem och kontrollera om avbilden är namngiven korrekt (slutar på .iso), om den är placerad på ett filsystem som känns igen av &d-i;, och om det inte är skadat (validera kontrollsumman). Erfarna Unix-användare kunde ha gjort det här på andra konsollen, utan att starta om." +msgid "" +"If iso-scan does not discover your installer iso image, " +"reboot back to your original operating system and check if the image is " +"named correctly (ending in .iso), if it is placed on a " +"filesystem recognizable by &d-i;, and if it is not corrupted (verify the " +"checksum). Experienced Unix users could do this without rebooting on the " +"second console." +msgstr "" +"Om iso-scan inte hittar din iso-avbild för " +"installeraren, starta om till ditt ursprungliga operativsystem och " +"kontrollera om avbilden är namngiven korrekt (slutar på .iso), om den är placerad på ett filsystem som känns igen av &d-i;, och " +"om det inte är skadat (validera kontrollsumman). Erfarna Unix-användare " +"kunde ha gjort det här på andra konsollen, utan att starta om." #. Tag: title #: using-d-i.xml:664 @@ -598,26 +1103,94 @@ msgstr "Konfigurering av nätverk" #. Tag: para #: using-d-i.xml:666 #, no-c-format -msgid "As you enter this step, if the system detects that you have more than one network device, you'll be asked to choose which device will be your primary network interface, i.e. the one which you want to use for installation. The other interfaces won't be configured at this time. You may configure additional interfaces after installation is complete; see the interfaces 5 man page." -msgstr "När du kommer till det här steget, om systemet upptäcker att du har fler än en nätverksenhet, kommer du att bli frågad att välja vilken enhet som ska vara ditt primära nätverksgränssnitt, alltså det som du vill använda för installationen. Övriga gränssnitt kommer inte att bli konfigurerade vid den här tidpunkten. Du kan konfigurera ytterligare gränssnitt efter att installationen är färdig; se manualsidan interfaces 5 ." +msgid "" +"As you enter this step, if the system detects that you have more than one " +"network device, you'll be asked to choose which device will be your " +"primary network interface, i.e. the one which you want " +"to use for installation. The other interfaces won't be configured at this " +"time. You may configure additional interfaces after installation is " +"complete; see the interfaces " +"5 man page." +msgstr "" +"När du kommer till det här steget, om systemet upptäcker att du har fler än " +"en nätverksenhet, kommer du att bli frågad att välja vilken enhet som ska " +"vara ditt primära nätverksgränssnitt, alltså det som du " +"vill använda för installationen. Övriga gränssnitt kommer inte att bli " +"konfigurerade vid den här tidpunkten. Du kan konfigurera ytterligare " +"gränssnitt efter att installationen är färdig; se manualsidan " +"interfaces 5 ." #. Tag: para #: using-d-i.xml:677 #, no-c-format -msgid "By default, &d-i; tries to configure your computer's network automatically via DHCP. If the DHCP probe succeeds, you are done. If the probe fails, it may be caused by many factors ranging from unplugged network cable, to a misconfigured DHCP setup. Or maybe you don't have a DHCP server in your local network at all. For further explanation check the error messages on the third console. In any case, you will be asked if you want to retry, or if you want to perform manual setup. DHCP servers are sometimes really slow in their responses, so if you are sure everything is in place, try again." -msgstr "Som standard försöker &d-i; att konfigurera din dators nätverk automatiskt via DHCP. Om DHCP-sökningen lyckas, är du klar. Om sökningen misslyckas, kan det bero på många faktorer som sträcker sig från nätverkskablar som inte varit inkopplade till en felinställd DHCP-konfiguration. Det kan också vara så att du inte har en DHCP-server alls i ditt lokala nätverk. För vidare förklaringar kan du kontrollera felmeddelandena på den tredje konsollen. I alla fall, du kommer att bli frågad om du vill försöka igen, eller om du vill genomföra en manuell konfiguration. DHCP-servrar är ibland riktiga långsamma i sina svar, så om du är säker att allt ska fungera, försök igen." +msgid "" +"By default, &d-i; tries to configure your computer's network automatically " +"via DHCP. If the DHCP probe succeeds, you are done. If the probe fails, it " +"may be caused by many factors ranging from unplugged network cable, to a " +"misconfigured DHCP setup. Or maybe you don't have a DHCP server in your " +"local network at all. For further explanation check the error messages on " +"the third console. In any case, you will be asked if you want to retry, or " +"if you want to perform manual setup. DHCP servers are sometimes really slow " +"in their responses, so if you are sure everything is in place, try again." +msgstr "" +"Som standard försöker &d-i; att konfigurera din dators nätverk automatiskt " +"via DHCP. Om DHCP-sökningen lyckas, är du klar. Om sökningen misslyckas, kan " +"det bero på många faktorer som sträcker sig från nätverkskablar som inte " +"varit inkopplade till en felinställd DHCP-konfiguration. Det kan också vara " +"så att du inte har en DHCP-server alls i ditt lokala nätverk. För vidare " +"förklaringar kan du kontrollera felmeddelandena på den tredje konsollen. I " +"alla fall, du kommer att bli frågad om du vill försöka igen, eller om du " +"vill genomföra en manuell konfiguration. DHCP-servrar är ibland riktiga " +"långsamma i sina svar, så om du är säker att allt ska fungera, försök igen." #. Tag: para #: using-d-i.xml:689 #, no-c-format -msgid "The manual network setup in turn asks you a number of questions about your network, notably IP address, Netmask, Gateway, Name server addresses, and a Hostname. Moreover, if you have a wireless network interface, you will be asked to provide your Wireless ESSID and a WEP key. Fill in the answers from ." -msgstr "Den manuella nätverkskonfigurationen kommer att fråga dig ett antal frågor om ditt nätverk, speciellt IP-adress, nätmask, gateway, adresser till namnservrar, och ett värdnamn. Dessutom, om du har ett trådlöst nätverkskort, kommer du att bli frågad att ange ESSID och en WEP-nyckel för ditt trådlösa nätverk. Fyll i svaren från ." +msgid "" +"The manual network setup in turn asks you a number of questions about your " +"network, notably IP address, " +"Netmask, Gateway, Name server addresses, and " +"a Hostname. Moreover, if you have a " +"wireless network interface, you will be asked to provide your " +"Wireless ESSID and a WEP " +"key. Fill in the answers from ." +msgstr "" +"Den manuella nätverkskonfigurationen kommer att fråga dig ett antal frågor " +"om ditt nätverk, speciellt IP-adress, " +"nätmask, gateway, adresser till namnservrar, " +"och ett värdnamn. Dessutom, om du har ett " +"trådlöst nätverkskort, kommer du att bli frågad att ange " +"ESSID och en WEP-nyckel för ditt trådlösa nätverk. Fyll i svaren från ." #. Tag: para #: using-d-i.xml:703 #, no-c-format -msgid "Some technical details you might, or might not, find handy: the program assumes the network IP address is the bitwise-AND of your system's IP address and your netmask. It will guess the broadcast address is the bitwise OR of your system's IP address with the bitwise negation of the netmask. It will also guess your gateway. If you can't find any of these answers, use the system's guesses — you can change them once the system has been installed, if necessary, by editing /etc/network/interfaces. Alternatively, you can install etherconf, which will step you through your network setup." -msgstr "Några tekniska detaljer du kanske eller kanske inte tycker är smidiga: programmet anser att nätverkets IP-adress är bitvis-OCH av ditt systems IP-adress och din nätmask. Den kommer att gissa att broadcastadressen är bitvis-ELLER av ditt systems IP-adress med bitvis negation av nätmasken. Den kommer även att gissa din gateway. Om du inte kan hitta något av de här svaren, använd systemets gissningar — du kan ändra dem när systemet har installerats, om nödvändigt, genom att redigera /etc/network/interfaces. Alternativt kan du installera etherconf som kommer att hjälpa dig med din nätverkskonfigurering." +msgid "" +"Some technical details you might, or might not, find handy: the program " +"assumes the network IP address is the bitwise-AND of your system's IP " +"address and your netmask. It will guess the broadcast address is the bitwise " +"OR of your system's IP address with the bitwise negation of the netmask. It " +"will also guess your gateway. If you can't find any of these answers, use " +"the system's guesses — you can change them once the system has been " +"installed, if necessary, by editing /etc/network/interfaces. Alternatively, you can install etherconf, " +"which will step you through your network setup." +msgstr "" +"Några tekniska detaljer du kanske eller kanske inte tycker är smidiga: " +"programmet anser att nätverkets IP-adress är bitvis-OCH av ditt systems IP-" +"adress och din nätmask. Den kommer att gissa att broadcastadressen är bitvis-" +"ELLER av ditt systems IP-adress med bitvis negation av nätmasken. Den kommer " +"även att gissa din gateway. Om du inte kan hitta något av de här svaren, " +"använd systemets gissningar — du kan ändra dem när systemet har " +"installerats, om nödvändigt, genom att redigera /etc/network/" +"interfaces. Alternativt kan du installera etherconf som kommer att hjälpa dig med din nätverkskonfigurering." #. Tag: title #: using-d-i.xml:742 @@ -628,8 +1201,20 @@ msgstr "Partitionering och val av monteringspunkter" #. Tag: para #: using-d-i.xml:743 #, no-c-format -msgid "At this time, after hardware detection has been executed a final time, &d-i; should be at its full strength, customized for the user's needs and ready to do some real work. As the title of this section indicates, the main task of the next few components lies in partitioning your disks, creating filesystems, assigning mountpoints and optionally configuring closely related issues like LVM or RAID devices." -msgstr "Vid den här tidpunkten, efter identifiering av maskinvara har startats en sista gång, bör &d-i; vara vid sin fulla kraft, anpassad för användarens behov och klar att göra ett riktigt jobb. Som titeln av den här sektionen indikerar, huvuduppgiften för de nästa komponenterna är partitionering av dina diskar, skapa filsystem, tilldela monteringspunkter och även konfigurering av närliggande saker som LVM eller RAID-enheter." +msgid "" +"At this time, after hardware detection has been executed a final time, &d-i; " +"should be at its full strength, customized for the user's needs and ready to " +"do some real work. As the title of this section indicates, the main task of " +"the next few components lies in partitioning your disks, creating " +"filesystems, assigning mountpoints and optionally configuring closely " +"related issues like LVM or RAID devices." +msgstr "" +"Vid den här tidpunkten, efter identifiering av maskinvara har startats en " +"sista gång, bör &d-i; vara vid sin fulla kraft, anpassad för användarens " +"behov och klar att göra ett riktigt jobb. Som titeln av den här sektionen " +"indikerar, huvuduppgiften för de nästa komponenterna är partitionering av " +"dina diskar, skapa filsystem, tilldela monteringspunkter och även " +"konfigurering av närliggande saker som LVM eller RAID-enheter." #. Tag: title #: using-d-i.xml:765 @@ -640,26 +1225,68 @@ msgstr "Partitionera dina diskar" #. Tag: para #: using-d-i.xml:767 #, no-c-format -msgid "Now it is time to partition your disks. If you are uncomfortable with partitioning, or just want to know more details, see ." -msgstr "Nu är det dags för att partitionera dina diskar. Om du känner dig okomfortabel med partitionering eller bara vill veta mer detaljer, se ." +msgid "" +"Now it is time to partition your disks. If you are uncomfortable with " +"partitioning, or just want to know more details, see ." +msgstr "" +"Nu är det dags för att partitionera dina diskar. Om du känner dig " +"okomfortabel med partitionering eller bara vill veta mer detaljer, se ." #. Tag: para #: using-d-i.xml:773 #, no-c-format -msgid "First you will be given the opportunity to automatically partition either an entire drive, or free space on a drive. This is also called guided partitioning. If you do not want to autopartition, choose Manually edit partition table from the menu." -msgstr "Först kommer du få möjligheten att automatiskt partitionera antingen en hel disk eller ledigt utrymme på en disk. Det finns också en så kallad guidad partitionering. Om du inte vill partitionera automatiskt, välj Redigera partitionstabellen manuellt från menyn." +msgid "" +"First you will be given the opportunity to automatically partition either an " +"entire drive, or free space on a drive. This is also called guided partitioning. If you do not want to autopartition, choose " +"Manually edit partition table from the menu." +msgstr "" +"Först kommer du få möjligheten att automatiskt partitionera antingen en hel " +"disk eller ledigt utrymme på en disk. Det finns också en så kallad " +"guidad partitionering. Om du inte vill partitionera " +"automatiskt, välj Redigera partitionstabellen manuellt från menyn." #. Tag: para #: using-d-i.xml:781 #, no-c-format -msgid "If you choose guided partitioning, you may have two options: to create partitions directly on the hard disk (classic method) or to use Logical Volume Management (LVM). In the second case, the installer will create most partitions inside one big partition; the advantage of this method is that partitions inside this big partition can be resized relatively easily later. Note: the option to use LVM may not be available on all architectures." -msgstr "Om du väljer en guidad partitionering kommer du att ha två valmöjligheter: att skapa partitioner direkt på hårddisken (klassisk metod) eller att använda Logisk volymhantering (LVM). I det andra fallet kommer installeraren att skapa de flesta partitionerna inom en stor partition; fördelen med denna metod är att partitioner inom denna stora partition kan förstoras och förminskas relativt enkelt. Notera: möjligheten att använda LVM kanske inte finns tillgänglig på alla arkitekturer." +msgid "" +"If you choose guided partitioning, you may have two options: to create " +"partitions directly on the hard disk (classic method) or to use Logical " +"Volume Management (LVM). In the second case, the installer will create most " +"partitions inside one big partition; the advantage of this method is that " +"partitions inside this big partition can be resized relatively easily later. " +"Note: the option to use LVM may not be available on all architectures." +msgstr "" +"Om du väljer en guidad partitionering kommer du att ha två valmöjligheter: " +"att skapa partitioner direkt på hårddisken (klassisk metod) eller att " +"använda Logisk volymhantering (LVM). I det andra fallet kommer installeraren " +"att skapa de flesta partitionerna inom en stor partition; fördelen med denna " +"metod är att partitioner inom denna stora partition kan förstoras och " +"förminskas relativt enkelt. Notera: möjligheten att använda LVM kanske inte " +"finns tillgänglig på alla arkitekturer." #. Tag: para #: using-d-i.xml:790 #, no-c-format -msgid "After you choose guided partitioning (either classic or using LVM), you will be able to choose from the schemes listed in the table below. All schemes have their pros and cons, some of which are discussed in . If you are unsure, choose the first one. Bear in mind that guided partitioning needs a certain minimal amount of free space to operate with. If you don't give it at least about 1GB of space (depends on chosen scheme), guided partitioning will fail." -msgstr "Efter att du valt guidad partitionering (antingen klassisk eller med LVM), kommer du kunna välja från de planer som listas i tabellen nedan. Alla planer har sina för- och nackdelar, vissa av dem diskuteras i . Om du är osäker, välj den första. Tänk dock på att guidad partitionering behöver en viss minimal mängd ledigt utrymme att arbeta på. Om du inte ger den åtminstone 1GB utrymme (beroende på vald plan), kommer den guidade partitioneringen att misslyckas." +msgid "" +"After you choose guided partitioning (either classic or using LVM), you will " +"be able to choose from the schemes listed in the table below. All schemes " +"have their pros and cons, some of which are discussed in . If you are unsure, choose the first one. Bear in mind " +"that guided partitioning needs a certain minimal amount of free space to " +"operate with. If you don't give it at least about 1GB of space (depends on " +"chosen scheme), guided partitioning will fail." +msgstr "" +"Efter att du valt guidad partitionering (antingen klassisk eller med LVM), " +"kommer du kunna välja från de planer som listas i tabellen nedan. Alla " +"planer har sina för- och nackdelar, vissa av dem diskuteras i . Om du är osäker, välj den första. Tänk dock på att " +"guidad partitionering behöver en viss minimal mängd ledigt utrymme att " +"arbeta på. Om du inte ger den åtminstone 1GB utrymme (beroende på vald " +"plan), kommer den guidade partitioneringen att misslyckas." #. Tag: entry #: using-d-i.xml:807 @@ -730,32 +1357,63 @@ msgstr "1GB" #. Tag: entry #: using-d-i.xml:827 #, no-c-format -msgid "/, /home, /usr, /var, /tmp, swap" -msgstr "/, /home, /usr, /var, /tmp, swap" +msgid "" +"/, /home, /usr, /var, /tmp, swap" +msgstr "" +"/, /home, /usr, /var, /tmp, swap" #. Tag: para #: using-d-i.xml:836 #, no-c-format -msgid "If you choose guided partitioning using LVM, the installer will also create a separate /boot partition. The other partitions, except for the swap partition, will be created inside the LVM partition." -msgstr "Om du väljer guidad partitionering med LVM kommer installeraren även att skapa en separat partition för /boot. De andra partitionerna, förutom växlingsutrymmet kommer att skapas inom LVM-partitionen." +msgid "" +"If you choose guided partitioning using LVM, the installer will also create " +"a separate /boot partition. The other partitions, except for the swap " +"partition, will be created inside the LVM partition." +msgstr "" +"Om du väljer guidad partitionering med LVM kommer installeraren även att " +"skapa en separat partition för /boot. De andra partitionerna, förutom " +"växlingsutrymmet kommer att skapas inom LVM-partitionen." #. Tag: para #: using-d-i.xml:842 #, no-c-format -msgid "If you choose guided partitioning for your IA64 system, there will be an additional partition, formatted as a FAT16 bootable filesystem, for the EFI boot loader. There is also an additional menu item in the formatting menu to manually set up a partition as an EFI boot partition." -msgstr "Om du väljer en guidad partitionering för ditt IA64-system, kommer det att finnas ytterligare en partition, formaterad som ett startbart FAT16-filsystem, för EFI-starthanteraren. Det finns också ytterligare en menypost i formateringsmenyn för att manuellt ställa in en partition som en EFI-uppstartspartition." +msgid "" +"If you choose guided partitioning for your IA64 system, there will be an " +"additional partition, formatted as a FAT16 bootable filesystem, for the EFI " +"boot loader. There is also an additional menu item in the formatting menu to " +"manually set up a partition as an EFI boot partition." +msgstr "" +"Om du väljer en guidad partitionering för ditt IA64-system, kommer det att " +"finnas ytterligare en partition, formaterad som ett startbart FAT16-" +"filsystem, för EFI-starthanteraren. Det finns också ytterligare en menypost " +"i formateringsmenyn för att manuellt ställa in en partition som en EFI-" +"uppstartspartition." #. Tag: para #: using-d-i.xml:850 #, no-c-format -msgid "If you choose guided partitioning for your Alpha system, an additional, unformatted partition will be allocated at the beginning of your disk to reserve this space for the aboot boot loader." -msgstr "Om du väljer en guidad partitionering för ditt Alpha-system, kommer en extra oformaterad partition att allokeras i början av din disk för att reservera utrymme till starthanteraren aboot." +msgid "" +"If you choose guided partitioning for your Alpha system, an additional, " +"unformatted partition will be allocated at the beginning of your disk to " +"reserve this space for the aboot boot loader." +msgstr "" +"Om du väljer en guidad partitionering för ditt Alpha-system, kommer en extra " +"oformaterad partition att allokeras i början av din disk för att reservera " +"utrymme till starthanteraren aboot." #. Tag: para #: using-d-i.xml:856 #, no-c-format -msgid "After selecting a scheme, the next screen will show your new partition table, including information on whether and how partitions will be formatted and where they will be mounted." -msgstr "Efter du valt en plan kommer nästa skärm att visa din nya partitionstabell, inklusive information om hur och om partitionerna kommer att formateras och var de kommer att monteras." +msgid "" +"After selecting a scheme, the next screen will show your new partition " +"table, including information on whether and how partitions will be formatted " +"and where they will be mounted." +msgstr "" +"Efter du valt en plan kommer nästa skärm att visa din nya partitionstabell, " +"inklusive information om hur och om partitionerna kommer att formateras och " +"var de kommer att monteras." #. Tag: para #: using-d-i.xml:862 @@ -777,7 +1435,12 @@ msgid "" " #7 logical 498.8 MB ext3\n" " #8 logical 551.5 MB swap swap\n" " #9 logical 65.8 GB ext2\n" -" This example shows two IDE harddrives divided into several partitions; the first disk has some free space. Each partition line consists of the partition number, its type, size, optional flags, file system, and mountpoint (if any). Note: this particular setup cannot be created using guided partitioning but it does show possible variation that can be achieved using manual partitioning)." +" This example shows two IDE harddrives divided " +"into several partitions; the first disk has some free space. Each partition " +"line consists of the partition number, its type, size, optional flags, file " +"system, and mountpoint (if any). Note: this particular setup cannot be " +"created using guided partitioning but it does show possible variation that " +"can be achieved using manual partitioning)." msgstr "" "Listan på partitioner kan se ut som den här: \n" " IDE1 master (hda) - 6.4 GB WDC AC36400L\n" @@ -795,61 +1458,184 @@ msgstr "" " #7 logisk 498.8 MB ext3\n" " #8 logisk 551.5 MB swap swap\n" " #9 logisk 65.8 GB ext2\n" -" Det här exemplet visar två IDE-hårddiskar som delats upp i flera partitioner; första disken har ledigt utrymme. Varje partitionsrad innehåller partitionsnumret, dess typ, storlek, valfria flaggor, filsystem och monteringspunkt (om det finns någon). Notera: denna specifika konfiguration kan inte skapas med en guidad partitionering men det visar en möjlig variation som kan uppnås med manuell partitionering." +" Det här exemplet visar två IDE-hårddiskar som " +"delats upp i flera partitioner; första disken har ledigt utrymme. Varje " +"partitionsrad innehåller partitionsnumret, dess typ, storlek, valfria " +"flaggor, filsystem och monteringspunkt (om det finns någon). Notera: denna " +"specifika konfiguration kan inte skapas med en guidad partitionering men det " +"visar en möjlig variation som kan uppnås med manuell partitionering." #. Tag: para #: using-d-i.xml:875 #, no-c-format -msgid "This concludes the guided partitioning. If you are satisfied with the generated partition table, you can choose Finish partitioning and write changes to disk from the menu to implement the new partition table (as described at the end of this section). If you are not happy, you can choose to Undo changes to partitions If you selected guided partitioning using LVM, you will not be able to undo all changes made as some changes will already have been committed to the hard disk. The installer will warn you before that happens though. and run guided partitioning again, or modify the proposed changes as described below for manual partitioning." -msgstr "Det här sammanfattar den guidade partitioneringen. Om du är nöjd med den genererade partitionstabellen, kan du välja Slutför partitioneringen och skriv ändringarna till hårddisken från menyn för att implementera den nya partitionstabellen (som beskrivs i slutet av den här sektionen). Om du inte är nöjd, kan du välja att Ångra ändringarna på partitionerna Om du valde guidad partitionering med LVM kommer du inte kunna ångra alla ändringar eftersom några ändringar redan har verkställts på hårddisken. Installeraren kommer att varna dig före detta händer. och köra den guidade partitioneringen igen eller modifiera de föreslagna ändringarna som beskrivs nedan för manuell partitionering." +msgid "" +"This concludes the guided partitioning. If you are satisfied with the " +"generated partition table, you can choose Finish partitioning " +"and write changes to disk from the menu to implement the new " +"partition table (as described at the end of this section). If you are not " +"happy, you can choose to Undo changes to partitions If you selected guided partitioning using LVM, " +"you will not be able to undo all changes made as some changes will already " +"have been committed to the hard disk. The installer will warn you before " +"that happens though. and run guided partitioning again, " +"or modify the proposed changes as described below for manual partitioning." +msgstr "" +"Det här sammanfattar den guidade partitioneringen. Om du är nöjd med den " +"genererade partitionstabellen, kan du välja Slutför " +"partitioneringen och skriv ändringarna till hårddisken från " +"menyn för att implementera den nya partitionstabellen (som beskrivs i slutet " +"av den här sektionen). Om du inte är nöjd, kan du välja att " +"Ångra ändringarna på partitionerna " +" Om du valde guidad partitionering med LVM kommer du inte kunna ångra " +"alla ändringar eftersom några ändringar redan har verkställts på hårddisken. " +"Installeraren kommer att varna dig före detta händer. " +"och köra den guidade partitioneringen igen eller modifiera de föreslagna " +"ändringarna som beskrivs nedan för manuell partitionering." #. Tag: para #: using-d-i.xml:895 #, no-c-format -msgid "A similar screen to the one shown just above will be displayed if you choose manual partitioning except that your existing partition table will be shown and without the mount points. How to manually setup your partition table and the usage of partitions by your new Debian system will be covered in the remainder of this section." -msgstr "En liknande skärm till den som visades ovanför kommer att visas om du väljer manuell partitionering förutom att din existerande partitionstabell kommer att visas och utan monteringspunkterna. Hur du manuellt konfigurerar din partitionstabell och användningen av partitioner av ditt nya Debian-system kommer att täckas in av den återstående delen av den här sektionen." +msgid "" +"A similar screen to the one shown just above will be displayed if you choose " +"manual partitioning except that your existing partition table will be shown " +"and without the mount points. How to manually setup your partition table and " +"the usage of partitions by your new Debian system will be covered in the " +"remainder of this section." +msgstr "" +"En liknande skärm till den som visades ovanför kommer att visas om du väljer " +"manuell partitionering förutom att din existerande partitionstabell kommer " +"att visas och utan monteringspunkterna. Hur du manuellt konfigurerar din " +"partitionstabell och användningen av partitioner av ditt nya Debian-system " +"kommer att täckas in av den återstående delen av den här sektionen." #. Tag: para #: using-d-i.xml:903 #, no-c-format -msgid "If you select a pristine disk which doesn't have neither partitions nor free space on it, you will be offered to create a new partition table (this is needed so you can create new partitions). After this a new line entitled FREE SPACE should appear under the selected disk." -msgstr "Om du väljer en ren disk som inte har några partitioner eller ledigt utrymme på sig kommer du bli tillfrågad att skapa en ny partitionstabell (det behövs så att du kan skapa nya partitioner). Efter den bör en ny rad visas med texten LEDIGT UTRYMME under en valda disken." +msgid "" +"If you select a pristine disk which doesn't have neither partitions nor free " +"space on it, you will be offered to create a new partition table (this is " +"needed so you can create new partitions). After this a new line entitled " +"FREE SPACE should appear under the selected disk." +msgstr "" +"Om du väljer en ren disk som inte har några partitioner eller ledigt utrymme " +"på sig kommer du bli tillfrågad att skapa en ny partitionstabell (det behövs " +"så att du kan skapa nya partitioner). Efter den bör en ny rad visas med " +"texten LEDIGT UTRYMME under en valda disken." #. Tag: para #: using-d-i.xml:911 #, no-c-format -msgid "If you select some free space, you will be offered to create new partition. You will have to answer a quick series of questions about its size, type (primary or logical), and location (beginning or end of the free space). After this, you will be presented with detailed overview of your new partition. There are options like mountpoint, mount options, bootable flag, or way of usage. If you don't like the preselected defaults, feel free to change them to your liking. E.g. by selecting the option Use as:, you can choose different filesystem for this partition including the possibility to use the partition for swap, software RAID, LVM, or not use it at all. Other nice feature is the possibility to copy data from existing partition onto this one. When you are satisfied with your new partition, select Done setting up the partition and you will be thrown back to partman's main screen." -msgstr "Om du väljer ett ledigt utrymme kommer du bli erbjuden att skapa en ny partition. Du kommer att få svara på några snabba frågor om dess storlek, typ (primär eller logisk), och platsen (början eller slutet på det lediga utrymmet). Efter det kommer du att bli visad en detaljerad överblick av din nya partition. Det finns alternativ såsom monteringspunkt, monteringsflaggor, startflagga eller användningssätt. Om du inte tycker om de förvalda standardvärdena, känn dig fri att ändra dem för att passa din smak. Exempelvis genom att välja alternativet Använd som:, kan du välja olika filsystem för den här partitionen inklusive möjligheten att använda partitionen som växlingsutrymme, programvaru-RAID, LVM eller inte använda den alls. En annan trevlig funktion är möjligheten att kopiera data från en existerande partition till den nya. När du är nöjd med din nya partition, välj Klar med partitionen och du kommer att skickas tillbaka till huvudskärmen i partman." +msgid "" +"If you select some free space, you will be offered to create new partition. " +"You will have to answer a quick series of questions about its size, type " +"(primary or logical), and location (beginning or end of the free space). " +"After this, you will be presented with detailed overview of your new " +"partition. There are options like mountpoint, mount options, bootable flag, " +"or way of usage. If you don't like the preselected defaults, feel free to " +"change them to your liking. E.g. by selecting the option Use as:" +", you can choose different filesystem for this partition " +"including the possibility to use the partition for swap, software RAID, LVM, " +"or not use it at all. Other nice feature is the possibility to copy data " +"from existing partition onto this one. When you are satisfied with your new " +"partition, select Done setting up the partition " +"and you will be thrown back to partman's main screen." +msgstr "" +"Om du väljer ett ledigt utrymme kommer du bli erbjuden att skapa en ny " +"partition. Du kommer att få svara på några snabba frågor om dess storlek, " +"typ (primär eller logisk), och platsen (början eller slutet på det lediga " +"utrymmet). Efter det kommer du att bli visad en detaljerad överblick av din " +"nya partition. Det finns alternativ såsom monteringspunkt, " +"monteringsflaggor, startflagga eller användningssätt. Om du inte tycker om " +"de förvalda standardvärdena, känn dig fri att ändra dem för att passa din " +"smak. Exempelvis genom att välja alternativet Använd som:, kan du välja olika filsystem för den här partitionen inklusive " +"möjligheten att använda partitionen som växlingsutrymme, programvaru-RAID, " +"LVM eller inte använda den alls. En annan trevlig funktion är möjligheten " +"att kopiera data från en existerande partition till den nya. När du är nöjd " +"med din nya partition, välj Klar med partitionen " +"och du kommer att skickas tillbaka till huvudskärmen i partman." #. Tag: para #: using-d-i.xml:929 #, no-c-format -msgid "If you decide you want to change something about your partition, simply select the partition, which will bring you to the partition configuration menu. Because this is the same screen like when creating a new partition, you can change the same set of options. One thing which might not be very obvious at a first glance is that you can resize the partition by selecting the item displaying the size of the partition. Filesystems known to work are at least fat16, fat32, ext2, ext3 and swap. This menu also allows you to delete a partition." -msgstr "Om du bestämmer dig för att du vill ändra något på din partition, välj helt enkelt partitionen som kommer att ta dig till konfigurationsmenyn för partitioner. Därför att det här är samma skärm som när man skapar en ny partition, kan du ändra samma uppsättning av alternativ. En sak som kanske inte är självklar vid första anblicken är att du kan ändra storleken på partitionen genom att välja posten som visar partitionens storlek. Filsystem som är kända att fungera är bland annat fat16, fat32, ext2, ext3 och swap. Den här menyn låter dig även ta bort en partition." +msgid "" +"If you decide you want to change something about your partition, simply " +"select the partition, which will bring you to the partition configuration " +"menu. Because this is the same screen like when creating a new partition, " +"you can change the same set of options. One thing which might not be very " +"obvious at a first glance is that you can resize the partition by selecting " +"the item displaying the size of the partition. Filesystems known to work are " +"at least fat16, fat32, ext2, ext3 and swap. This menu also allows you to " +"delete a partition." +msgstr "" +"Om du bestämmer dig för att du vill ändra något på din partition, välj helt " +"enkelt partitionen som kommer att ta dig till konfigurationsmenyn för " +"partitioner. Därför att det här är samma skärm som när man skapar en ny " +"partition, kan du ändra samma uppsättning av alternativ. En sak som kanske " +"inte är självklar vid första anblicken är att du kan ändra storleken på " +"partitionen genom att välja posten som visar partitionens storlek. Filsystem " +"som är kända att fungera är bland annat fat16, fat32, ext2, ext3 och swap. " +"Den här menyn låter dig även ta bort en partition." #. Tag: para #: using-d-i.xml:940 #, no-c-format -msgid "Be sure to create at least two partitions: one for the root filesystem (which must be mounted as /) and one for swap. If you forget to mount the root filesystem, partman won't let you continue until you correct this issue." -msgstr "Var säker på att du skapar åtminstone två partitioner: en för rotfilsystemet (som måste monteras som /) och en för swap (växlingsutrymme). Om du glömde att montera rotfilsystemet kommer partman inte låta dig fortsätta förrän du har rättat till det." +msgid "" +"Be sure to create at least two partitions: one for the root filesystem (which must be mounted as /) and " +"one for swap. If you forget to mount the root " +"filesystem, partman won't let you continue until you " +"correct this issue." +msgstr "" +"Var säker på att du skapar åtminstone två partitioner: en för rotfilsystemet (som måste monteras som /) och en " +"för swap (växlingsutrymme). Om du glömde att montera " +"rotfilsystemet kommer partman inte låta dig fortsätta " +"förrän du har rättat till det." #. Tag: para #: using-d-i.xml:948 #, no-c-format -msgid "If you forget to select and format an EFI boot partition, partman will detect this and will not let you continue until you allocate one." -msgstr "Om du glömmer att välja och formatera en uppstartspartition för EFI kommer partman att upptäcka det och inte låta dig fortsätta förrän du har allokerat en." +msgid "" +"If you forget to select and format an EFI boot partition, partman will detect this and will not let you continue until you allocate " +"one." +msgstr "" +"Om du glömmer att välja och formatera en uppstartspartition för EFI kommer " +"partman att upptäcka det och inte låta dig fortsätta " +"förrän du har allokerat en." #. Tag: para #: using-d-i.xml:954 #, no-c-format -msgid "Capabilities of partman can be extended with installer modules, but are dependent on your system's architecture. So if you can't see all promised goodies, check if you have loaded all required modules (e.g. partman-ext3, partman-xfs, or partman-lvm)." -msgstr "Färdigheterna som partman besitter kan utökas med moduler, men är beroende på din systemarkitektur. Om du inte kan se alla utlovade godsaker, kontrollera om du har läst in alla nödvändiga moduler (exempelvis partman-ext3, partman-xfs eller partman-lvm)." +msgid "" +"Capabilities of partman can be extended with installer " +"modules, but are dependent on your system's architecture. So if you can't " +"see all promised goodies, check if you have loaded all required modules (e." +"g. partman-ext3, partman-xfs, or " +"partman-lvm)." +msgstr "" +"Färdigheterna som partman besitter kan utökas med " +"moduler, men är beroende på din systemarkitektur. Om du inte kan se alla " +"utlovade godsaker, kontrollera om du har läst in alla nödvändiga moduler " +"(exempelvis partman-ext3, partman-xfs eller partman-lvm)." #. Tag: para #: using-d-i.xml:962 #, no-c-format -msgid "After you are satisfied with partitioning, select Finish partitioning and write changes to disk from the partitioning menu. You will be presented with a summary of changes made to the disks and asked to confirm that the filesystems should be created as requested." -msgstr "Efter att du är nöjd med partitioneringen, välj Slutför partitioneringen och skriv ändringarna till hårddisken från partitioneringsmenyn. Du kommer att bli visad ett sammandrag på ändringar gjorda på diskarna och bli frågad att bekräfta skapandet av begärda filsystem." +msgid "" +"After you are satisfied with partitioning, select Finish " +"partitioning and write changes to disk from the partitioning " +"menu. You will be presented with a summary of changes made to the disks and " +"asked to confirm that the filesystems should be created as requested." +msgstr "" +"Efter att du är nöjd med partitioneringen, välj Slutför " +"partitioneringen och skriv ändringarna till hårddisken från " +"partitioneringsmenyn. Du kommer att bli visad ett sammandrag på ändringar " +"gjorda på diskarna och bli frågad att bekräfta skapandet av begärda " +"filsystem." #. Tag: title #: using-d-i.xml:990 @@ -860,32 +1646,99 @@ msgstr "Konfigurering av logisk volymhanterare (LVM)" #. Tag: para #: using-d-i.xml:991 #, no-c-format -msgid "If you are working with computers at the level of system administrator or advanced user, you have surely seen the situation where some disk partition (usually the most important one) was short on space, while some other partition was grossly underused and you had to manage this situation with moving stuff around, symlinking, etc." -msgstr "Om du arbetar med datorer som en systemadministratör eller avancerad användare har du säkert upplevt en situation där någon diskpartition (oftast den mest viktiga) fått slut på ledigt utrymme medan någon annan partition haft otroligt mycket oanvänt utrymme och du har behövt att hantera den här situationen genom att flytta runt saker, symboliska länkar, etc." +msgid "" +"If you are working with computers at the level of system administrator or " +"advanced user, you have surely seen the situation where some " +"disk partition (usually the most important one) was short on space, while " +"some other partition was grossly underused and you had to manage this " +"situation with moving stuff around, symlinking, etc." +msgstr "" +"Om du arbetar med datorer som en systemadministratör eller avancerad användare har du säkert upplevt en situation där någon diskpartition " +"(oftast den mest viktiga) fått slut på ledigt utrymme medan någon annan " +"partition haft otroligt mycket oanvänt utrymme och du har behövt att hantera " +"den här situationen genom att flytta runt saker, symboliska länkar, etc." #. Tag: para #: using-d-i.xml:999 #, no-c-format -msgid "To avoid the described situation you can use Logical Volume Manager (LVM). Simply said, with LVM you can combine your partitions (physical volumes in LVM lingo) to form a virtual disc (so called volume group), which can then be divided into virtual partitions (logical volumes). The point is that logical volumes (and of course underlying volume groups) can span across several physical discs." -msgstr "För att undvika situationen som beskrivs kan du använda logisk volymhantering (LVM). Kort sagt, med LVM kan du kombinera dina partitioner (fysiska volymer på LVM-språk) för att forma en virtuell disk (en så kallad volymgrupp), som sedan kan delas upp i virtuella partitioner (logiska volymer). Meningen är att logiska volymer (och så klart de underliggande volymgrupperna) kan spänna över flera fysiska diskar." +msgid "" +"To avoid the described situation you can use Logical Volume Manager (LVM). " +"Simply said, with LVM you can combine your partitions (physical " +"volumes in LVM lingo) to form a virtual disc (so called " +"volume group), which can then be divided into virtual " +"partitions (logical volumes). The point is that " +"logical volumes (and of course underlying volume groups) can span across " +"several physical discs." +msgstr "" +"För att undvika situationen som beskrivs kan du använda logisk " +"volymhantering (LVM). Kort sagt, med LVM kan du kombinera dina partitioner " +"(fysiska volymer på LVM-språk) för att forma en " +"virtuell disk (en så kallad volymgrupp), som sedan " +"kan delas upp i virtuella partitioner (logiska volymer). Meningen är att logiska volymer (och så klart de underliggande " +"volymgrupperna) kan spänna över flera fysiska diskar." #. Tag: para #: using-d-i.xml:1009 #, no-c-format -msgid "Now when you realize you need more space for your old 160GB /home partition, you can simply add a new 300GB disc to the computer, join it with your existing volume group and then resize the logical volume which holds your /home filesystem and voila — your users have some room again on their renewed 460GB partition. This example is of course a bit oversimplified. If you haven't read it yet, you should consult the LVM HOWTO." -msgstr "Nu när du har insett att du behöver mer utrymme för din gamla 160 GB stora /home-partition kan du helt enkelt lägga till en ny 300 GB stor disk till datorn, låta den bli medlem av din existerande volymgrupp och sedan förstora den logiska volymen som tillhandahåller ditt /home-filsystem och voila — dina användare har lite plats igen på deras nya 460 GB stora partition. Det här exemplet är så klart lite förenklat. Om du inte har läst det än bör du konsultera LVM HOWTO." +msgid "" +"Now when you realize you need more space for your old 160GB /home partition, you can simply add a new 300GB disc to the computer, " +"join it with your existing volume group and then resize the logical volume " +"which holds your /home filesystem and voila — " +"your users have some room again on their renewed 460GB partition. This " +"example is of course a bit oversimplified. If you haven't read it yet, you " +"should consult the LVM HOWTO." +msgstr "" +"Nu när du har insett att du behöver mer utrymme för din gamla 160 GB stora " +"/home-partition kan du helt enkelt lägga till en ny 300 " +"GB stor disk till datorn, låta den bli medlem av din existerande volymgrupp " +"och sedan förstora den logiska volymen som tillhandahåller ditt /" +"home-filsystem och voila — dina användare har lite plats " +"igen på deras nya 460 GB stora partition. Det här exemplet är så klart lite " +"förenklat. Om du inte har läst det än bör du konsultera LVM HOWTO." #. Tag: para #: using-d-i.xml:1020 #, no-c-format -msgid "LVM setup in &d-i; is quite simple. At first, you have to mark your partitions to be used as physical volumes for LVM. (This is done in partman in the Partition settings menu where you should select Use as: physical volume for LVM .) Then start the lvmcfg module (either directly from partman or from the &d-i;'s main menu) and combine physical volumes to volume group(s) under the Modify volume groups (VG) menu. After that, you should create logical volumes on the top of volume groups from the menu Modify logical volumes (LV)." -msgstr "LVM-konfigurering i &d-i; är ganska enkel. Först måste du markera dina partitioner som ska användas som fysiska volymer för LVM. (Det här görs i partman i menyn Partitionsinställningar där du bör välja Använd som: fysisk volym för LVM .) Starta sedan modulen lvmcfg (antingen direkt från partman eller från huvudmenyn i &d-i;) och kombinera fysiska volymer till volymgrupp(er) under menyn Konfigurera volymgrupper (VG). Efter det ska du skapa logiska volymer på toppen av volymgrupper från menyn Konfigurera logiska volymer (LV)." +msgid "" +"LVM setup in &d-i; is quite simple. At first, you have to mark your " +"partitions to be used as physical volumes for LVM. (This is done in " +"partman in the Partition settings menu " +"where you should select Use as: " +"physical volume for LVM .) Then " +"start the lvmcfg module (either directly from " +"partman or from the &d-i;'s main menu) and combine " +"physical volumes to volume group(s) under the Modify volume " +"groups (VG) menu. After that, you should create logical " +"volumes on the top of volume groups from the menu Modify " +"logical volumes (LV)." +msgstr "" +"LVM-konfigurering i &d-i; är ganska enkel. Först måste du markera dina " +"partitioner som ska användas som fysiska volymer för LVM. (Det här görs i " +"partman i menyn Partitionsinställningar där du bör välja Använd som: " +"fysisk volym för LVM .) Starta sedan " +"modulen lvmcfg (antingen direkt från partman eller från huvudmenyn i &d-i;) och kombinera fysiska volymer till " +"volymgrupp(er) under menyn Konfigurera volymgrupper (VG). Efter det ska du skapa logiska volymer på toppen av " +"volymgrupper från menyn Konfigurera logiska volymer (LV)." #. Tag: para #: using-d-i.xml:1035 #, no-c-format -msgid "After returning from lvmcfg back to partman, you will see any created logical volumes in the same way as ordinary partitions (and you should treat them like that)." -msgstr "Efter du återvänt från lvmcfg till partman, kommer du att se de logiska volymerna på samma sätt som vanliga partitioner (och du bör se dem som det)." +msgid "" +"After returning from lvmcfg back to partman, you will see any created logical volumes in the same way as " +"ordinary partitions (and you should treat them like that)." +msgstr "" +"Efter du återvänt från lvmcfg till partman, kommer du att se de logiska volymerna på samma sätt som vanliga " +"partitioner (och du bör se dem som det)." #. Tag: title #: using-d-i.xml:1050 @@ -896,20 +1749,116 @@ msgstr "Konfiguration av multidiskenhet (Programvaru-RAID)" #. Tag: para #: using-d-i.xml:1051 #, no-c-format -msgid "If you have more than one harddrive To be honest, you can construct MD device even from partitions residing on single physical drive, but that won't bring you anything useful. in your computer, you can use mdcfg to setup your drives for increased performance and/or better reliability of your data. The result is called Multidisk Device (or after its most famous variant software RAID)." -msgstr "Om du har fler än en hårddisk För att vara ärlig kan du bygga en MD-enhet även från partitioner som finns på samma fysiska disk, men det kommer inte att ge dig något användbart. i din dator, kan du använda mdcfg för att ställa in dina diskar för ökad prestanda och/eller bättre tillförlitlighet på ditt data. Resultat kallas för Multidisk Device (eller efter dess mest kända variant programvaru-RAID)." +msgid "" +"If you have more than one harddrive To be honest, you can " +"construct MD device even from partitions residing on single physical drive, " +"but that won't bring you anything useful. in your " +"computer, you can use mdcfg to setup your drives for " +"increased performance and/or better reliability of your data. The result is " +"called Multidisk Device (or after its most famous " +"variant software RAID)." +msgstr "" +"Om du har fler än en hårddisk För att vara ärlig kan du " +"bygga en MD-enhet även från partitioner som finns på samma fysiska disk, men " +"det kommer inte att ge dig något användbart. i din dator, " +"kan du använda mdcfg för att ställa in dina diskar för " +"ökad prestanda och/eller bättre tillförlitlighet på ditt data. Resultat " +"kallas för Multidisk Device (eller efter dess mest " +"kända variant programvaru-RAID)." #. Tag: para #: using-d-i.xml:1065 #, no-c-format -msgid "MD is basically a bunch of partitions located on different disks and combined together to form a logical device. This device can then be used like an ordinary partition (i.e. in partman you can format it, assign a mountpoint, etc.)." -msgstr "MD är enkelt sett en samling partitioner som finns på olika diskar och kombinerade tillsammans för att forma en logisk enhet. Den här enheten kan sedan användas som en vanlig partition (alltså, i partman kan du formatera den, ge den en monteringspunkt, etc.)." +msgid "" +"MD is basically a bunch of partitions located on different disks and " +"combined together to form a logical device. This device " +"can then be used like an ordinary partition (i.e. in partman you can format it, assign a mountpoint, etc.)." +msgstr "" +"MD är enkelt sett en samling partitioner som finns på olika diskar och " +"kombinerade tillsammans för att forma en logisk enhet. " +"Den här enheten kan sedan användas som en vanlig partition (alltså, i " +"partman kan du formatera den, ge den en monteringspunkt, " +"etc.)." #. Tag: para #: using-d-i.xml:1073 #, no-c-format -msgid "The benefit you gain depends on a type of a MD device you are creating. Currently supported are: RAID0 Is mainly aimed at performance. RAID0 splits all incoming data into stripes and distributes them equally over each disk in the array. This can increase the speed of read/write operations, but when one of the disks fails, you will loose everything (part of the information is still on the healthy disk(s), the other part was on the failed disk). The typical use for RAID0 is a partition for video editing. RAID1 Is suitable for setups where reliability is the first concern. It consists of several (usually two) equally sized partitions where every partition contains exactly the same data. This essentially means three things. First, if one of your disks fails, you still have the data mirrored on the remaining disks. Second, you can use only a fraction of the available capacity (more precisely, it is the size of the smallest partition in the RAID). Third, file reads are load balanced among the disks, which can improve performance on a server, such as a file server, that tends to be loaded with more disk reads than writes. Optionally you can have a spare disk in the array which will take the place of the failed disk in the case of failure. RAID5 Is a good compromise between speed, reliability and data redundancy. RAID5 splits all incomming data into stripes and distributes them equally on all but one disks (similar to RAID0). Unlike RAID0, RAID5 also computes parity information, which gets written on the remaining disk. The parity disk is not static (that would be called RAID4), but is changing periodically, so the parity information is distributed equally on all disks. When one of the disks fails, the missing part of information can be computed from remaining data and its parity. RAID5 must consist of at least three active partitions. Optionally you can have a spare disk in the array which will take the place of the failed disk in the case of failure. As you can see, RAID5 has similar degree of reliability like RAID1 while achieving less redundancy. On the other hand it might be a bit slower on write operation than RAID0 due to computation of parity information. To sum it up:" -msgstr "Fördelen du får beror på den typ av MD-enhet du skapar. För närvarande stöds: RAID0 Är huvudsakligen riktad mot prestanda. RAID0 delar upp all inkommande data i stripes och distribuerar dem jämnt över alla diskar i kedjan. Det här kan öka hastigheten på läs/skriv-operationer men när en av diskarna går sönder kommer du att förlora allt (del av informationen finns fortfarande på den friska disken (eller flera), den andra delen fanns på den trasiga disken). Typisk användning för RAID0 är en partition för videoredigering. RAID1 Är lämplig för konfigurationer där tillförlitlighet är ledordet. Den innehåller flera (normalt sett två) lika stora partitioner där varje partition innehåller exakt samma data. Det här betyder tre saker. För det första, om en av dina diskar går sönder, kommer du fortfarande att ha data speglat på de återstående diskarna. För det andra, du kan endast använda en liten del av den tillgängliga kapaciteten (mer specifikt, det är storleken på den minsta partitionen i RAID-kedjan). För det tredje, filläsningar är lastbalanserade mellan diskarna, vilket kan öka prestandan på en server, såsom en filserver, som brukar vara belastad med fler diskläsningar än skrivningar. Du kan även ha en reservdisk i kedjan som kommer att ta över platsen för den trasiga disken om något går fel. RAID5 Är en bra kompromiss mellan hastighet, tillförlitlighet och dataredundans. RAID5 delar upp all inkommande data i stripes och distribuerar dem jämnt på alla utan en disk (liknande RAID0). Tvärtemot RAID0, beräknar även RAID5 paritetsinformation, som skrivs på den återstående disken. Paritetsdisken är inte statisk (det skulle kallas för RAID4), men ändras periodvis, så att partitetsinformationen distribueras jämnt över alla diskar. När en av diskarna går sönder, kan den saknade delen av information beräknas från återstående data och dess paritet. RAID5 måste innehålla åtminstone tre aktiva partitioner. Du kan även ha en reservdisk i kedjan som kommer att ta över platsen för den trasiga disken om något går fel. Som du kan se, RAID5 har liknande tillförlitlighet som för RAID1 men erbjuder mindre redundans. På andra sidan är den kanske lite långsammare på skrivningsoperationer än RAID0 på grund av beräkningarna av paritetsinformation. Alltså:" +msgid "" +"The benefit you gain depends on a type of a MD device you are creating. " +"Currently supported are: RAID0 Is mainly aimed at performance. RAID0 splits all " +"incoming data into stripes and distributes them " +"equally over each disk in the array. This can increase the speed of read/" +"write operations, but when one of the disks fails, you will loose " +"everything (part of the information is still on the " +"healthy disk(s), the other part was on the failed " +"disk). The typical use for RAID0 is a partition for video " +"editing. RAID1 Is suitable for setups where reliability is the first " +"concern. It consists of several (usually two) equally sized partitions where " +"every partition contains exactly the same data. This essentially means three " +"things. First, if one of your disks fails, you still have the data mirrored " +"on the remaining disks. Second, you can use only a fraction of the available " +"capacity (more precisely, it is the size of the smallest partition in the " +"RAID). Third, file reads are load balanced among the disks, which can " +"improve performance on a server, such as a file server, that tends to be " +"loaded with more disk reads than writes. Optionally you can " +"have a spare disk in the array which will take the place of the failed disk " +"in the case of failure. " +"RAID5 Is a good compromise between speed, " +"reliability and data redundancy. RAID5 splits all incomming data into " +"stripes and distributes them equally on all but one disks (similar to " +"RAID0). Unlike RAID0, RAID5 also computes parity " +"information, which gets written on the remaining disk. The parity disk is " +"not static (that would be called RAID4), but is changing periodically, so " +"the parity information is distributed equally on all disks. When one of the " +"disks fails, the missing part of information can be computed from remaining " +"data and its parity. RAID5 must consist of at least three active partitions. " +"Optionally you can have a spare disk in the array which will take the place " +"of the failed disk in the case of failure. As you can see, " +"RAID5 has similar degree of reliability like RAID1 while achieving less " +"redundancy. On the other hand it might be a bit slower on write operation " +"than RAID0 due to computation of parity information. To sum it up:" +msgstr "" +"Fördelen du får beror på den typ av MD-enhet du skapar. För närvarande " +"stöds: RAID0 Är " +"huvudsakligen riktad mot prestanda. RAID0 delar upp all inkommande data i " +"stripes och distribuerar dem jämnt över alla diskar i " +"kedjan. Det här kan öka hastigheten på läs/skriv-operationer men när en av " +"diskarna går sönder kommer du att förlora allt (del av " +"informationen finns fortfarande på den friska disken (eller flera), den " +"andra delen fanns på den trasiga disken). " +"Typisk användning för RAID0 är en partition för videoredigering. RAID1 " +"Är lämplig för konfigurationer där tillförlitlighet är ledordet. Den " +"innehåller flera (normalt sett två) lika stora partitioner där varje " +"partition innehåller exakt samma data. Det här betyder tre saker. För det " +"första, om en av dina diskar går sönder, kommer du fortfarande att ha data " +"speglat på de återstående diskarna. För det andra, du kan endast använda en " +"liten del av den tillgängliga kapaciteten (mer specifikt, det är storleken " +"på den minsta partitionen i RAID-kedjan). För det tredje, filläsningar är " +"lastbalanserade mellan diskarna, vilket kan öka prestandan på en server, " +"såsom en filserver, som brukar vara belastad med fler diskläsningar än " +"skrivningar. Du kan även ha en reservdisk i kedjan som kommer " +"att ta över platsen för den trasiga disken om något går fel. RAID5 " +"Är en bra kompromiss mellan hastighet, tillförlitlighet och dataredundans. " +"RAID5 delar upp all inkommande data i stripes och distribuerar dem jämnt på " +"alla utan en disk (liknande RAID0). Tvärtemot RAID0, beräknar även RAID5 " +"paritetsinformation, som skrivs på den återstående " +"disken. Paritetsdisken är inte statisk (det skulle kallas för RAID4), men " +"ändras periodvis, så att partitetsinformationen distribueras jämnt över alla " +"diskar. När en av diskarna går sönder, kan den saknade delen av information " +"beräknas från återstående data och dess paritet. RAID5 måste innehålla " +"åtminstone tre aktiva partitioner. Du kan även ha en reservdisk i kedjan som " +"kommer att ta över platsen för den trasiga disken om något går fel. Som du kan se, RAID5 har liknande tillförlitlighet som för RAID1 " +"men erbjuder mindre redundans. På andra sidan är den kanske lite långsammare " +"på skrivningsoperationer än RAID0 på grund av beräkningarna av " +"paritetsinformation. " +"Alltså:" #. Tag: entry #: using-d-i.xml:1151 @@ -948,15 +1897,13 @@ msgid "RAID0" msgstr "RAID0" #. Tag: entry -#: using-d-i.xml:1162 -#: using-d-i.xml:1170 +#: using-d-i.xml:1162 using-d-i.xml:1170 #, no-c-format msgid "2" msgstr "2" #. Tag: entry -#: using-d-i.xml:1163 -#: using-d-i.xml:1164 +#: using-d-i.xml:1163 using-d-i.xml:1164 #, no-c-format msgid "no" msgstr "nej" @@ -965,7 +1912,8 @@ msgstr "nej" #: using-d-i.xml:1165 #, no-c-format msgid "Size of the smallest partition multiplied by number of devices in RAID" -msgstr "Storlek för den minsta partitionen multiplicerad av antalet enheter i RAID" +msgstr "" +"Storlek för den minsta partitionen multiplicerad av antalet enheter i RAID" #. Tag: entry #: using-d-i.xml:1169 @@ -974,15 +1922,13 @@ msgid "RAID1" msgstr "RAID1" #. Tag: entry -#: using-d-i.xml:1171 -#: using-d-i.xml:1179 +#: using-d-i.xml:1171 using-d-i.xml:1179 #, no-c-format msgid "optional" msgstr "valfri" #. Tag: entry -#: using-d-i.xml:1172 -#: using-d-i.xml:1180 +#: using-d-i.xml:1172 using-d-i.xml:1180 #, no-c-format msgid "yes" msgstr "ja" @@ -1008,990 +1954,2406 @@ msgstr "3" #. Tag: entry #: using-d-i.xml:1181 #, no-c-format -msgid "Size of the smallest partition multiplied by (number of devices in RAID minus one)" -msgstr "Storlek för den minsta partitionen multiplicerad av (antalet enheter i RAID minus en)" +msgid "" +"Size of the smallest partition multiplied by (number of devices in RAID " +"minus one)" +msgstr "" +"Storlek för den minsta partitionen multiplicerad av (antalet enheter i RAID " +"minus en)" #. Tag: para #: using-d-i.xml:1189 #, no-c-format -msgid "If you want to know the whole truth about Software RAID, have a look at Software RAID HOWTO." -msgstr "Om du vill veta hela sanningen om programvaru-RAID, ta en titt på Software RAID HOWTO." +msgid "" +"If you want to know the whole truth about Software RAID, have a look at " +"Software RAID HOWTO." +msgstr "" +"Om du vill veta hela sanningen om programvaru-RAID, ta en titt på Software RAID HOWTO." #. Tag: para #: using-d-i.xml:1194 #, no-c-format -msgid "To create a MD device, you need to have the desired partitions it should consist of marked for use in a RAID. (This is done in partman in the Partition settings menu where you should select Use as: physical volume for RAID .)" -msgstr "För att skapa en MD-enhet behöver du få de önskade partitionerna som den ska innehålla markerade för användning i ett RAID. (Det här gör man i partman i menyn Partitionsinställningar där du bör välja Använd som: fysisk volym för RAID .)" +msgid "" +"To create a MD device, you need to have the desired partitions it should " +"consist of marked for use in a RAID. (This is done in partman in the Partition settings menu where you should " +"select Use as: physical volume " +"for RAID .)" +msgstr "" +"För att skapa en MD-enhet behöver du få de önskade partitionerna som den ska " +"innehålla markerade för användning i ett RAID. (Det här gör man i " +"partman i menyn Partitionsinställningar där du bör välja Använd som: " +"fysisk volym för RAID .)" #. Tag: para #: using-d-i.xml:1203 #, no-c-format -msgid "Support for MD is a relatively new addition to the installer. You may experience problems for some RAID levels and in combination with some bootloaders if you try to use MD for the root (/) filesystem. For experienced users, it may be possible to work around some of these problems by executing some configuration or installation steps manually from a shell." -msgstr "Stöd för MD är ett relativt nytt tillägg till installeraren. Du kan uppleva problem för vissa RAID-nivåer och i kombination med vissa starthanterare om du försöker använda MD för rotfilsystemet (/). För erfarna användare kan det vara möjligt att komma runt en del av problemen genom att starta vissa konfigurations- eller installationssteg manuellt från ett skal." +msgid "" +"Support for MD is a relatively new addition to the installer. You may " +"experience problems for some RAID levels and in combination with some " +"bootloaders if you try to use MD for the root (/) " +"filesystem. For experienced users, it may be possible to work around some of " +"these problems by executing some configuration or installation steps " +"manually from a shell." +msgstr "" +"Stöd för MD är ett relativt nytt tillägg till installeraren. Du kan uppleva " +"problem för vissa RAID-nivåer och i kombination med vissa starthanterare om " +"du försöker använda MD för rotfilsystemet (/). För " +"erfarna användare kan det vara möjligt att komma runt en del av problemen " +"genom att starta vissa konfigurations- eller installationssteg manuellt från " +"ett skal." #. Tag: para #: using-d-i.xml:1212 -#, no-c-format -msgid "Next, you should choose Configure software RAID from the main partman menu. On the first screen of mdcfg simply select Create MD device. You will be presented with a list of supported types of MD devices, from which you should choose one (e.g. RAID1). What follows depends on the type of MD you selected." -msgstr "Efter det ska du välja Konfigurera programvaru-RAID från huvudmenyn i partman. På första skärmen i mdcfg, välj helt enkelt Skapa MD-enhet. Du kommer att bli visad en lista på typer av MD-enheter som stöds, från vilken du bör välja en (exempelvis RAID1). Vad som kommer härnäst beror på den MD-typ du har valt." +#, fuzzy, no-c-format +msgid "" +"Next, you should choose Configure software RAID " +"from the main partman menu. (The menu will only appear " +"after you mark at least one partition for use as physical " +"volume for RAID.) On the first screen of mdcfg simply select Create MD device. You will " +"be presented with a list of supported types of MD devices, from which you " +"should choose one (e.g. RAID1). What follows depends on the type of MD you " +"selected." +msgstr "" +"Efter det ska du välja Konfigurera programvaru-RAID från huvudmenyn i partman. På första skärmen " +"i mdcfg, välj helt enkelt Skapa MD-enhet. Du kommer att bli visad en lista på typer av MD-enheter som " +"stöds, från vilken du bör välja en (exempelvis RAID1). Vad som kommer " +"härnäst beror på den MD-typ du har valt." #. Tag: para -#: using-d-i.xml:1223 +#: using-d-i.xml:1225 #, no-c-format -msgid "RAID0 is simple — you will be issued with the list of available RAID partitions and your only task is to select the partitions which will form the MD." -msgstr "RAID0 är enkel — du kommer att visas en lista av tillgängliga RAID-partitioner och din enda uppgift är att välja de partitioner som ska utgöra MD:n." +msgid "" +"RAID0 is simple — you will be issued with the list of available RAID " +"partitions and your only task is to select the partitions which will form " +"the MD." +msgstr "" +"RAID0 är enkel — du kommer att visas en lista av tillgängliga RAID-" +"partitioner och din enda uppgift är att välja de partitioner som ska utgöra " +"MD:n." #. Tag: para -#: using-d-i.xml:1230 +#: using-d-i.xml:1232 #, no-c-format -msgid "RAID1 is a bit more tricky. First, you will be asked to enter the number of active devices and the number of spare devices which will form the MD. Next, you need to select from the list of available RAID partitions those that will be active and then those that will be spare. The count of selected partitions must be equal to the number provided few seconds ago. Don't worry. If you make a mistake and select different number of partitions, the &d-i; won't let you continue until you correct the issue." -msgstr "RAID1 är lite mer besvärlig. Först kommer du bli frågad att ange antalet aktiva enheter och antalet reservenheter som ska forma din MD. Sedan behöver du välja från listan av tillgängliga RAID-partitioner vilka som ska vara aktiva och sedan de som ska vara reserver. Antalet valda partitioner måste vara samma som antalet som angavs ett par sekunder sedan. Var lugn, om du gör ett misstag och väljer ett olikt antal partitioner kommer &d-i; inte låta dig fortsätta tills du har rättat till det." +msgid "" +"RAID1 is a bit more tricky. First, you will be asked to enter the number of " +"active devices and the number of spare devices which will form the MD. Next, " +"you need to select from the list of available RAID partitions those that " +"will be active and then those that will be spare. The count of selected " +"partitions must be equal to the number provided few seconds ago. Don't " +"worry. If you make a mistake and select different number of partitions, the " +"&d-i; won't let you continue until you correct the issue." +msgstr "" +"RAID1 är lite mer besvärlig. Först kommer du bli frågad att ange antalet " +"aktiva enheter och antalet reservenheter som ska forma din MD. Sedan behöver " +"du välja från listan av tillgängliga RAID-partitioner vilka som ska vara " +"aktiva och sedan de som ska vara reserver. Antalet valda partitioner måste " +"vara samma som antalet som angavs ett par sekunder sedan. Var lugn, om du " +"gör ett misstag och väljer ett olikt antal partitioner kommer &d-i; inte " +"låta dig fortsätta tills du har rättat till det." #. Tag: para -#: using-d-i.xml:1242 +#: using-d-i.xml:1244 #, no-c-format -msgid "RAID5 has similar setup procedure as RAID1 with the exception that you need to use at least three active partitions." -msgstr "RAID5 har liknande inställningsprocedur som RAID1 med undantaget att du behöver använda åtminstone tre aktiva partitioner." +msgid "" +"RAID5 has similar setup procedure as RAID1 with the exception that you need " +"to use at least three active partitions." +msgstr "" +"RAID5 har liknande inställningsprocedur som RAID1 med undantaget att du " +"behöver använda åtminstone tre aktiva partitioner." #. Tag: para -#: using-d-i.xml:1250 +#: using-d-i.xml:1252 #, no-c-format -msgid "It is perfectly possible to have several types of MD at once. For example if you have three 200 GB hard drives dedicated to MD, each containing two 100 GB partitions, you can combine first partitions on all three disk into the RAID0 (fast 300 GB video editing partition) and use the other three partitions (2 active and 1 spare) for RAID1 (quite reliable 100 GB partition for /home)." -msgstr "Det är fullt möjligt att ha flera MD-typer samtidigt. Till exempel om du har tre stycken hårddiskar på vardera 200 GB dedicerade till MD där varje disk innehåller två stycken partitioner på vardera 100 GB, kan du kombinera första partitionerna på alla tre diskar till en RAID0 (partition på 300 GB för snabb videoredigering) och använda de övriga tre partitionerna (2 aktiva och 1 reserv) för RAID1 (ganska tillförlitlig partition på 100 GB för /home)." +msgid "" +"It is perfectly possible to have several types of MD at once. For example if " +"you have three 200 GB hard drives dedicated to MD, each containing two 100 " +"GB partitions, you can combine first partitions on all three disk into the " +"RAID0 (fast 300 GB video editing partition) and use the other three " +"partitions (2 active and 1 spare) for RAID1 (quite reliable 100 GB partition " +"for /home)." +msgstr "" +"Det är fullt möjligt att ha flera MD-typer samtidigt. Till exempel om du har " +"tre stycken hårddiskar på vardera 200 GB dedicerade till MD där varje disk " +"innehåller två stycken partitioner på vardera 100 GB, kan du kombinera " +"första partitionerna på alla tre diskar till en RAID0 (partition på 300 GB " +"för snabb videoredigering) och använda de övriga tre partitionerna (2 aktiva " +"och 1 reserv) för RAID1 (ganska tillförlitlig partition på 100 GB för " +"/home)." #. Tag: para -#: using-d-i.xml:1259 +#: using-d-i.xml:1261 #, no-c-format -msgid "After you setup MD devices to your liking, you can Finish mdcfg to return back to the partman to create filesystems on your new MD devices and assign them the usual attributes like mountpoints." -msgstr "Efter du har konfigurerat MD-enheterna efter dina behov kan du välja Slutför i mdcfg för att återgå till partman för att skapa filsystemen på dina nya MD-enheter och ge dem de vanliga attributen såsom monteringspunkter." +msgid "" +"After you setup MD devices to your liking, you can Finish mdcfg to return back to the " +"partman to create filesystems on your new MD devices and " +"assign them the usual attributes like mountpoints." +msgstr "" +"Efter du har konfigurerat MD-enheterna efter dina behov kan du välja " +"Slutför i mdcfg för att återgå " +"till partman för att skapa filsystemen på dina nya MD-" +"enheter och ge dem de vanliga attributen såsom monteringspunkter." #. Tag: title -#: using-d-i.xml:1272 -#, no-c-format -msgid "Setting up the System" -msgstr "Ställ in systemet" +#: using-d-i.xml:1276 +#, fuzzy, no-c-format +msgid "Configuring Encrypted Volumes" +msgstr "Konfigurera klockan" #. Tag: para -#: using-d-i.xml:1273 +#: using-d-i.xml:1277 #, no-c-format -msgid "After partitioning the installer asks a few more questions that will be used to set up the system it is about to install." -msgstr "Efter partitioneringen ställer installeraren ett par frågor som kommer att användas för att ställa in systemet den är på väg att installera." - -#. Tag: title -#: using-d-i.xml:1285 -#, no-c-format -msgid "Configuring Your Time Zone" -msgstr "Konfigurera din tidszon" +msgid "" +"&d-i; allows you to set up encrypted partitions. Every file you write to " +"such a partition is immediately saved to the device in encrypted form. " +"Access to the encrypted data is granted only after entering the " +"passphrase used when the encrypted partition was " +"originally created. This feature is useful to protect sensitive data in case " +"your laptop or hard drive gets stolen. The thief might get physical access " +"to the hard drive, but without knowing the right passphrase, the data on the " +"hard drive will look like random characters." +msgstr "" #. Tag: para -#: using-d-i.xml:1287 -#, no-c-format -msgid "Depending on the location selected at the beginning of the installation process, you might be shown a list of timezones relevant for that location. If your location has only one time zone, you will not be asked anything and the system will assume that time zone." -msgstr "Beroende på platsen som valdes i början av installationsprocessen kommer du kanske att visas en lista på tidszoner som är relevanta för den platsen. Om din plats endast har en tidszon kommer du inte att bli frågad någonting och systemet kommer att anta att det är rätt tidszon." - -#. Tag: title -#: using-d-i.xml:1303 +#: using-d-i.xml:1289 #, no-c-format -msgid "Configuring the Clock" -msgstr "Konfigurera klockan" +msgid "" +"The two most important partitions to encrypt are: the home partition, where " +"your private data resides, and the swap partition, where sensitive data " +"might be stored temporarily during operation. Of course, nothing prevents " +"you from encrypting any other partitions that might be of interest. For " +"example /var where database servers, mail servers or " +"print servers store their data, or /tmp which is used " +"by various programs to store potentially interesting temporary files. Some " +"people may even want to encrypt their whole system. The only exception is " +"the /boot partition which must remain unencrypted, " +"because currently there is no way to load the kernel from an encrypted " +"partition." +msgstr "" #. Tag: para -#: using-d-i.xml:1305 +#: using-d-i.xml:1304 #, no-c-format -msgid "The installer might ask you if the computer's clock is set to UTC. Normally this question is avoided if possible and the installer tries to work out whether the clock is set to UTC based on things like what other operating systems are installed." -msgstr "Installeraren kan fråga dig om datorns klocka är inställd till UTC. Normalt sett undviks den här frågan om möjligt och installeraren försöker lista ut om klockan är inställd till UTC baserat på saker såsom vilka andra operativsystem som är installerade." +msgid "" +"Please note that the performance of encrypted partitions will be less than " +"that of unencrypted ones because the data needs to be decrypted or encrypted " +"for every read or write. The performance impact depends on your CPU speed, " +"chosen cipher and a key length." +msgstr "" #. Tag: para -#: using-d-i.xml:1312 +#: using-d-i.xml:1311 #, no-c-format -msgid "In expert mode you will always be able to choose whether or not the clock is set to UTC. Macintosh hardware clocks are normally set to local time. If you want to dual-boot, select local time instead of GMT. Systems that (also) run Dos or Windows are normally set to local time. If you want to dual-boot, select local time instead of GMT." -msgstr "I expertläget kan du alltid välja om eller inte klockan är inställd till UTC. Maskinvaruklockor på Macintosh är vanligtvis inställda till lokal tid. Om du vill använda dubbel-uppstart, välj lokal tid istället för GMT. System som (även) kör Dos eller Windows är vanligtvis inställda till lokal tid. Om du vill använda dubbel-uppstart, välj lokal tid istället för GMT." +msgid "" +"To use encryption, you have to create a new partition by selecting some free " +"space in the main partitioning menu. Another option is to choose an existing " +"partition (e.g. a regular partition, an LVM logical volume or a RAID " +"volume). In the Partition setting menu, you need to " +"select physical volume for encryption at the " +" Use as: option. The menu will " +"then change to include several cryptographic options for the partition." +msgstr "" #. Tag: para -#: using-d-i.xml:1323 +#: using-d-i.xml:1322 #, no-c-format -msgid "Note that the installer does not currently allow you to actually set the time in the computer's clock. You can set the clock to the current time after you have installed, if it is incorrect or if it was previously not set to UTC." -msgstr "Notera att installeraren för närvarande inte låter dig att faktiskt ställa in tiden på datorns klocka. Du kan ställa in klockan till aktuell tid efter du har installerat, om den är felaktig eller om den tidigare inte var inställd till UTC." +msgid "" +"&d-i; supports several encryption methods. The default method is " +"dm-crypt (included in newer Linux kernels, able to " +"host LVM physical volumes), the other is loop-AES " +"(older, maintained separately from the Linux kernel tree). Unless you have " +"compelling reasons to do otherwise, it is recommended to use the default." +msgstr "" -#. Tag: title -#: using-d-i.xml:1339 +#. Tag: para +#: using-d-i.xml:1334 #, no-c-format -msgid "Setting Up Users And Passwords" -msgstr "Skapa användare och lösenord" +msgid "" +"First, let's have a look at available options available when you select " +"Device-mapper (dm-crypt) as the encryption method. As " +"always: when in doubt, use the defaults, because they have been carefully " +"chosen with security in mind." +msgstr "" -#. Tag: title -#: using-d-i.xml:1342 +#. Tag: term +#: using-d-i.xml:1344 #, no-c-format -msgid "Set the Root Password" -msgstr "Ställa in ett lösenord för root" +msgid "Encryption: aes" +msgstr "" #. Tag: para -#: using-d-i.xml:1344 +#: using-d-i.xml:1346 #, no-c-format -msgid "The root account is also called the super-user; it is a login that bypasses all security protection on your system. The root account should only be used to perform system administration, and only used for as short a time as possible." -msgstr "Kontot root kallas även för superanvändare; det är ett konto som kringgår alla säkerhetsskydd på ditt system. Root-kontot bör endast användas för systemadministration och endast användas under en så kort tid som möjligt." +msgid "" +"This option lets you select the encryption algorithm (cipher) which will be used to encrypt the data on the partition. &d-i; " +"currently supports the following block ciphers: aes, " +"blowfish, serpent, and " +"twofish. It is beyond the scope of this document to " +"discuss the qualities of these different algorithms, however, it might help " +"your decision to know that in 2000, AES was chosen by " +"the American National Institute of Standards and Technology as the standard " +"encryption algorithm for protecting sensitive information in the 21st " +"century." +msgstr "" -#. Tag: para -#: using-d-i.xml:1352 +#. Tag: term +#: using-d-i.xml:1364 #, no-c-format -msgid "Any password you create should contain at least 6 characters, and should contain both upper- and lower-case characters, as well as punctuation characters. Take extra care when setting your root password, since it is such a powerful account. Avoid dictionary words or use of any personal information which could be guessed." -msgstr "Lösenord som du skapar bör innehålla åtminstone 6 tecken och bör innehålla både versaler och gemener, såväl som specialtecken. Ta extra hänsyn när du ställer in ditt root-lösenord eftersom det är ett sådant kraftfullt konto. Undvik ord som man hittar i ordböcker eller användning av personlig information som lätt kan gissas." +msgid "Key size: 256" +msgstr "" #. Tag: para -#: using-d-i.xml:1360 +#: using-d-i.xml:1366 #, no-c-format -msgid "If anyone ever tells you they need your root password, be extremely wary. You should normally never give your root password out, unless you are administering a machine with more than one system administrator." -msgstr "Om någon berättar för dig att de behöver ditt root-lösenord, var extremt försiktig. Du bör normalt sett aldrig ge ut ditt root-lösenord, om du inte administrerar en maskin med fler än en systemadministratör." +msgid "" +"Here you can specify the length of the encryption key. With a larger key " +"size, the strength of the encryption is generally improved. On the other " +"hand, increasing the length of the key usually has a negative impact on " +"performance. Available key sizes vary depending on the cipher." +msgstr "" -#. Tag: title -#: using-d-i.xml:1370 +#. Tag: term +#: using-d-i.xml:1378 #, no-c-format -msgid "Create an Ordinary User" -msgstr "Skapa en vanlig användare" +msgid "IV algorithm: cbc-essiv:sha256" +msgstr "" #. Tag: para -#: using-d-i.xml:1372 +#: using-d-i.xml:1380 #, no-c-format -msgid "The system will ask you whether you wish to create an ordinary user account at this point. This account should be your main personal log-in. You should not use the root account for daily use or as your personal login." -msgstr "Systemet kommer att fråga dig om du önskar att skapa ett vanligt användarkonto vid den här punkten. Det här kontot bör vara ditt huvudsakliga personliga konto. Du bör inte använda rootkontot för dagligt bruk eller som ditt personliga konto." +msgid "" +"The Initialization Vector or IV algorithm is used in cryptography to ensure that applying the " +"cipher on the same clear text data with the same key " +"always produces a unique cipher text. The idea is to " +"prevent the attacker from deducing information from repeated patterns in the " +"encrypted data." +msgstr "" #. Tag: para -#: using-d-i.xml:1379 +#: using-d-i.xml:1390 #, no-c-format -msgid "Why not? Well, one reason to avoid using root's privileges is that it is very easy to do irreparable damage as root. Another reason is that you might be tricked into running a Trojan-horse program — that is a program that takes advantage of your super-user powers to compromise the security of your system behind your back. Any good book on Unix system administration will cover this topic in more detail — consider reading one if it is new to you." -msgstr "Varför inte? Tja, en anledning är att undvika att använda roots privilegier är att det är mycket lätt att skada något som root och som inte går att rätta till. En annan anledning är att du kanske luras till att köra en trojansk häst — det är ett program som utnyttjar krafterna av din superanvändare för att åsidosätta säkerheten i ditt system bakom din rygg. En bra bok om systemadministration i Unix täcker in det här ämnet mer i detalj — om det här är nytt för dig, fundera på att läsa en sådan bok." +msgid "" +"From the provided alternatives, the default cbc-essiv:sha256 is currently the least vulnerable to known attacks. Use the other " +"alternatives only when you need to ensure compatibility with some previously " +"installed system that is not able to use newer algorithms." +msgstr "" -#. Tag: para -#: using-d-i.xml:1389 +#. Tag: term +#: using-d-i.xml:1402 #, no-c-format -msgid "You will first be prompted for the user's full name. Then you'll be asked for a name for the user account; generally your first name or something similar will suffice and indeed will be the default. Finally, you will be prompted for a password for this account." -msgstr "Du kommer första att bli frågad efter användarens fullständiga namn. Sedan kommer du att bli frågad efter ett namn på användarens konto; generellt sett ditt förnamn eller något liknande det bör räcka och det är även standardvalet här. Till slut kommer du bli frågad efter ett lösenord för kontot." +msgid "Encryption key: Passphrase" +msgstr "" #. Tag: para -#: using-d-i.xml:1396 +#: using-d-i.xml:1404 #, no-c-format -msgid "If at any point after installation you would like to create another account, use the adduser command." -msgstr "Om du vill skapa en annan användare vid en senare punkt efter installationen, använd kommandot adduser." +msgid "Here you can choose the type of the encryption key for this partition." +msgstr "" -#. Tag: title -#: using-d-i.xml:1408 +#. Tag: term +#: using-d-i.xml:1410 #, no-c-format -msgid "Installing the Base System" +msgid "Passphrase" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1411 +#, no-c-format +msgid "" +"The encryption key will be computed Using a passphrase as " +"the key currently means that the partition will be set up using LUKS. on the basis of a passphrase " +"which you will be able to enter later in the process." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1426 using-d-i.xml:1519 +#, no-c-format +msgid "Random key" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1427 +#, no-c-format +msgid "" +"A new encryption key will be generated from random data each time you try to " +"bring up the encrypted partition. In other words: on every shutdown the " +"content of the partition will be lost as the key is deleted from memory. (Of " +"course, you could try to guess the key with a brute force attack, but unless " +"there is an unknown weakness in the cipher algorithm, it is not achievable " +"in our lifetime.)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1436 +#, no-c-format +msgid "" +"Random keys are useful for swap partitions because you do not need to bother " +"yourself with remembering the passphrase or wiping sensitive information " +"from the swap partition before shutting down your computer. However, it also " +"means that you will not be able to use the " +"suspend-to-disk functionality offered by newer Linux kernels " +"as it will be impossible (during a subsequent boot) to recover the suspended " +"data written to the swap partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1455 using-d-i.xml:1532 +#, no-c-format +msgid "Erase data: yes" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1457 +#, no-c-format +msgid "" +"Determines whether the content of this partition should be overwritten with " +"random data before setting up the encryption. This is recommended because it " +"might otherwise be possible for an attacker to discern which parts of the " +"partition are in use and which are not. In addition, this will make it " +"harder to recover any leftover data from previous " +"installations It is believed that the guys from three-letter " +"agencies can restore the data even after several rewrites of the " +"magnetooptical media, though. ." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1477 +#, no-c-format +msgid "" +"If you select Encryption method: " +"Loopback (loop-AES) , the menu " +"changes to provide the following options:" +msgstr "" + +#. Tag: term +#: using-d-i.xml:1486 +#, no-c-format +msgid "Encryption: AES256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1488 +#, no-c-format +msgid "" +"For loop-AES, unlike dm-crypt, the options for cipher and key size are " +"combined, so you can select both at the same time. Please see the above " +"sections on ciphers and key sizes for further information." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1498 +#, no-c-format +msgid "Encryption key: Keyfile (GnuPG)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1500 +#, no-c-format +msgid "Here you can select the type of the encryption key for this partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1506 +#, no-c-format +msgid "Keyfile (GnuPG)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1507 +#, no-c-format +msgid "" +"The encryption key will be generated from random data during the " +"installation. Moreover this key will be encrypted with GnuPG, so to use it, you will need to enter the proper passphrase " +"(you will be asked to provide one later in the process)." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1520 +#, no-c-format +msgid "Please see the the section on random keys above." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1534 +#, no-c-format +msgid "Please see the the section on erasing data above." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1543 +#, no-c-format +msgid "" +"Please note that the graphical version of the installer " +"still has some limitations when compared to the textual one. For " +"cryptography it means you can set up only volumes using " +"passphrases as the encryption keys." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1550 +#, no-c-format +msgid "" +"After you have selected the desired parameters for your encrypted " +"partitions, return back to the main partitioning menu. There should now be a " +"new menu item called Configure encrypted volumes. After " +"you select it, you will be asked to confirm the deletion of data on " +"partitions marked to be erased and possibly other actions such as writing a " +"new partition table. For large partitions this might take some time." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1561 +#, no-c-format +msgid "" +"Next you will be asked to enter a passphrase for partitions configured to " +"use one. Good passphrases should be longer than 8 characters, should be a " +"mixture of letters, numbers and other characters and should not contain " +"common dictionary words or information easily associable with you (such as " +"birthdates, hobbies, pet names, names of family members or relatives, etc.)." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1570 +#, no-c-format +msgid "" +"Before you input any passphrases, you should have made sure that your " +"keyboard is configured correctly and generates the expected characters. If " +"you are unsure, you can switch to the second virtual console and type some " +"text at the prompt. This ensures that you won't be surprised later, e.g. by " +"trying to input a passphrase using a qwerty keyboard layout when you used an " +"azerty layout during the installation. This situation can have several " +"causes. Maybe you switched to another keyboard layout during the " +"installation, or the selected keyboard layout might not have been set up yet " +"when entering the passphrase for the root file system." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1583 +#, no-c-format +msgid "" +"If you selected to use methods other than a passphrase to create encryption " +"keys, they will be generated now. Because the kernel may not have gathered a " +"sufficient amount of entropy at this early stage of the installation, the " +"process may take a long time. You can help speed up the process by " +"generating entropy: e.g. by pressing random keys, or by switching to the " +"shell on the second virtual console and generating some network and disk " +"traffic (downloading some files, feeding big files into /dev/null, etc.). This will be repeated for each partition to be encrypted." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1599 +#, no-c-format +msgid "" +"After returning to the main partitioning menu, you will see all encrypted " +"volumes as additional partitions which can be configured in the same way as " +"ordinary partitions. The following example shows two different volumes. The " +"first one is encrypted via dm-crypt, the second one via loop-AES. " +"\n" +"Encrypted volume (crypt0) - 115.1 GB Linux device-" +"mapper\n" +" #1 115.1 GB F ext3\n" +"\n" +"Loopback (loop0) - 515.2 MB AES256 keyfile\n" +" #1 515.2 MB F ext3\n" +" Now is the time to assign mount points to the " +"volumes and optionally change the file system types if the defaults do not " +"suit you." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1612 +#, no-c-format +msgid "" +"One thing to note here are the identifiers in parentheses " +"(crypt0 and loop0 in " +"this case) and the mount points you assigned to each encrypted volume. You " +"will need this information later when booting the new system. The " +"differences between ordinary boot process and boot process with encryption " +"involved will be covered later in ." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1622 +#, no-c-format +msgid "" +"Once you are satisfied with the partitioning scheme, continue with the " +"installation." +msgstr "" + +#. Tag: title +#: using-d-i.xml:1633 +#, no-c-format +msgid "Setting up the System" +msgstr "Ställ in systemet" + +#. Tag: para +#: using-d-i.xml:1634 +#, no-c-format +msgid "" +"After partitioning the installer asks a few more questions that will be used " +"to set up the system it is about to install." +msgstr "" +"Efter partitioneringen ställer installeraren ett par frågor som kommer att " +"användas för att ställa in systemet den är på väg att installera." + +#. Tag: title +#: using-d-i.xml:1646 +#, no-c-format +msgid "Configuring Your Time Zone" +msgstr "Konfigurera din tidszon" + +#. Tag: para +#: using-d-i.xml:1648 +#, no-c-format +msgid "" +"Depending on the location selected at the beginning of the installation " +"process, you might be shown a list of timezones relevant for that location. " +"If your location has only one time zone, you will not be asked anything and " +"the system will assume that time zone." +msgstr "" +"Beroende på platsen som valdes i början av installationsprocessen kommer du " +"kanske att visas en lista på tidszoner som är relevanta för den platsen. Om " +"din plats endast har en tidszon kommer du inte att bli frågad någonting och " +"systemet kommer att anta att det är rätt tidszon." + +#. Tag: title +#: using-d-i.xml:1664 +#, no-c-format +msgid "Configuring the Clock" +msgstr "Konfigurera klockan" + +#. Tag: para +#: using-d-i.xml:1666 +#, no-c-format +msgid "" +"The installer might ask you if the computer's clock is set to UTC. Normally " +"this question is avoided if possible and the installer tries to work out " +"whether the clock is set to UTC based on things like what other operating " +"systems are installed." +msgstr "" +"Installeraren kan fråga dig om datorns klocka är inställd till UTC. Normalt " +"sett undviks den här frågan om möjligt och installeraren försöker lista ut " +"om klockan är inställd till UTC baserat på saker såsom vilka andra " +"operativsystem som är installerade." + +#. Tag: para +#: using-d-i.xml:1673 +#, no-c-format +msgid "" +"In expert mode you will always be able to choose whether or not the clock is " +"set to UTC. Macintosh hardware clocks are " +"normally set to local time. If you want to dual-boot, select local time " +"instead of GMT. Systems that (also) run Dos " +"or Windows are normally set to local time. If you want to dual-boot, select " +"local time instead of GMT." +msgstr "" +"I expertläget kan du alltid välja om eller inte klockan är inställd till " +"UTC. Maskinvaruklockor på Macintosh är " +"vanligtvis inställda till lokal tid. Om du vill använda dubbel-uppstart, " +"välj lokal tid istället för GMT. System som " +"(även) kör Dos eller Windows är vanligtvis inställda till lokal tid. Om du " +"vill använda dubbel-uppstart, välj lokal tid istället för GMT." + +#. Tag: para +#: using-d-i.xml:1684 +#, no-c-format +msgid "" +"Note that the installer does not currently allow you to actually set the " +"time in the computer's clock. You can set the clock to the current time " +"after you have installed, if it is incorrect or if it was previously not set " +"to UTC." +msgstr "" +"Notera att installeraren för närvarande inte låter dig att faktiskt ställa " +"in tiden på datorns klocka. Du kan ställa in klockan till aktuell tid efter " +"du har installerat, om den är felaktig eller om den tidigare inte var " +"inställd till UTC." + +#. Tag: title +#: using-d-i.xml:1700 +#, no-c-format +msgid "Setting Up Users And Passwords" +msgstr "Skapa användare och lösenord" + +#. Tag: title +#: using-d-i.xml:1703 +#, no-c-format +msgid "Set the Root Password" +msgstr "Ställa in ett lösenord för root" + +#. Tag: para +#: using-d-i.xml:1705 +#, no-c-format +msgid "" +"The root account is also called the super-" +"user; it is a login that bypasses all security protection on your " +"system. The root account should only be used to perform system " +"administration, and only used for as short a time as possible." +msgstr "" +"Kontot root kallas även för superanvändare; det är ett konto som kringgår alla säkerhetsskydd på ditt system. " +"Root-kontot bör endast användas för systemadministration och endast användas " +"under en så kort tid som möjligt." + +#. Tag: para +#: using-d-i.xml:1713 +#, no-c-format +msgid "" +"Any password you create should contain at least 6 characters, and should " +"contain both upper- and lower-case characters, as well as punctuation " +"characters. Take extra care when setting your root password, since it is " +"such a powerful account. Avoid dictionary words or use of any personal " +"information which could be guessed." +msgstr "" +"Lösenord som du skapar bör innehålla åtminstone 6 tecken och bör innehålla " +"både versaler och gemener, såväl som specialtecken. Ta extra hänsyn när du " +"ställer in ditt root-lösenord eftersom det är ett sådant kraftfullt konto. " +"Undvik ord som man hittar i ordböcker eller användning av personlig " +"information som lätt kan gissas." + +#. Tag: para +#: using-d-i.xml:1721 +#, no-c-format +msgid "" +"If anyone ever tells you they need your root password, be extremely wary. " +"You should normally never give your root password out, unless you are " +"administering a machine with more than one system administrator." +msgstr "" +"Om någon berättar för dig att de behöver ditt root-lösenord, var extremt " +"försiktig. Du bör normalt sett aldrig ge ut ditt root-lösenord, om du inte " +"administrerar en maskin med fler än en systemadministratör." + +#. Tag: title +#: using-d-i.xml:1731 +#, no-c-format +msgid "Create an Ordinary User" +msgstr "Skapa en vanlig användare" + +#. Tag: para +#: using-d-i.xml:1733 +#, no-c-format +msgid "" +"The system will ask you whether you wish to create an ordinary user account " +"at this point. This account should be your main personal log-in. You should " +"not use the root account for daily use or as your " +"personal login." +msgstr "" +"Systemet kommer att fråga dig om du önskar att skapa ett vanligt " +"användarkonto vid den här punkten. Det här kontot bör vara ditt huvudsakliga " +"personliga konto. Du bör inte använda rootkontot för " +"dagligt bruk eller som ditt personliga konto." + +#. Tag: para +#: using-d-i.xml:1740 +#, no-c-format +msgid "" +"Why not? Well, one reason to avoid using root's privileges is that it is " +"very easy to do irreparable damage as root. Another reason is that you might " +"be tricked into running a Trojan-horse program — " +"that is a program that takes advantage of your super-user powers to " +"compromise the security of your system behind your back. Any good book on " +"Unix system administration will cover this topic in more detail — " +"consider reading one if it is new to you." +msgstr "" +"Varför inte? Tja, en anledning är att undvika att använda roots privilegier " +"är att det är mycket lätt att skada något som root och som inte går att " +"rätta till. En annan anledning är att du kanske luras till att köra en " +"trojansk häst — det är ett program som utnyttjar " +"krafterna av din superanvändare för att åsidosätta säkerheten i ditt system " +"bakom din rygg. En bra bok om systemadministration i Unix täcker in det här " +"ämnet mer i detalj — om det här är nytt för dig, fundera på att läsa " +"en sådan bok." + +#. Tag: para +#: using-d-i.xml:1750 +#, no-c-format +msgid "" +"You will first be prompted for the user's full name. Then you'll be asked " +"for a name for the user account; generally your first name or something " +"similar will suffice and indeed will be the default. Finally, you will be " +"prompted for a password for this account." +msgstr "" +"Du kommer första att bli frågad efter användarens fullständiga namn. Sedan " +"kommer du att bli frågad efter ett namn på användarens konto; generellt sett " +"ditt förnamn eller något liknande det bör räcka och det är även " +"standardvalet här. Till slut kommer du bli frågad efter ett lösenord för " +"kontot." + +#. Tag: para +#: using-d-i.xml:1757 +#, no-c-format +msgid "" +"If at any point after installation you would like to create another account, " +"use the adduser command." +msgstr "" +"Om du vill skapa en annan användare vid en senare punkt efter " +"installationen, använd kommandot adduser." + +#. Tag: title +#: using-d-i.xml:1769 +#, no-c-format +msgid "Installing the Base System" msgstr "Installation av grundsystemet" #. Tag: para -#: using-d-i.xml:1409 +#: using-d-i.xml:1770 #, no-c-format -msgid "Although this stage is the least problematic, it consumes a significant fraction of the install because it downloads, verifies and unpacks the whole base system. If you have a slow computer or network connection, this could take some time." -msgstr "Även om det här steget är det minst problematiska så tar det en större del av installationen på grund av att det hämtar, validerar och packar upp hela grundsystemet. Om du har en långsam dator eller nätverksanslutning kan det här ta en stund." +msgid "" +"Although this stage is the least problematic, it consumes a significant " +"fraction of the install because it downloads, verifies and unpacks the whole " +"base system. If you have a slow computer or network connection, this could " +"take some time." +msgstr "" +"Även om det här steget är det minst problematiska så tar det en större del " +"av installationen på grund av att det hämtar, validerar och packar upp hela " +"grundsystemet. Om du har en långsam dator eller nätverksanslutning kan det " +"här ta en stund." #. Tag: title -#: using-d-i.xml:1423 +#: using-d-i.xml:1784 #, no-c-format msgid "Base System Installation" msgstr "Installation av grundsystemet" #. Tag: para -#: using-d-i.xml:1425 +#: using-d-i.xml:1786 #, no-c-format -msgid "During the Base installation, package unpacking and setup messages are redirected to tty4. You can access this terminal by pressing Left AltF4; get back to the main installer process with Left AltF1." -msgstr "Felmeddelanden omdirigeras till den tredje konsollen. Du kan komma åt den här konsollen genom att trycka Vänster AltF3 (håll nere vänster Alt-tangent när du trycker ned funktionstangenten F3); gå tillbaka till huvudkonsollen för installeraren med Vänster AltF1." +msgid "" +"During the Base installation, package unpacking and setup messages are " +"redirected to tty4. You can access this terminal by " +"pressing Left AltF4; " +"get back to the main installer process with Left AltF1." +msgstr "" +"Felmeddelanden omdirigeras till den tredje konsollen. Du kan komma åt den " +"här konsollen genom att trycka Vänster AltF3 (håll nere vänster Alt-tangent när du trycker ned funktionstangenten F3); " +"gå tillbaka till huvudkonsollen för installeraren med " +"Vänster AltF1." #. Tag: para -#: using-d-i.xml:1435 +#: using-d-i.xml:1796 #, no-c-format -msgid "The unpack/setup messages generated by the base installation are saved in /var/log/syslog when the installation is performed over a serial console." -msgstr "De olika meddelandena om uppackning/inställning som genereras av grundinstallationen sparas i /var/log/syslog när installationen genomförs över en seriellkonsoll." +msgid "" +"The unpack/setup messages generated by the base installation are saved in " +"/var/log/syslog when the installation is performed over " +"a serial console." +msgstr "" +"De olika meddelandena om uppackning/inställning som genereras av " +"grundinstallationen sparas i /var/log/syslog när " +"installationen genomförs över en seriellkonsoll." #. Tag: para -#: using-d-i.xml:1441 +#: using-d-i.xml:1802 #, no-c-format -msgid "As part of the installation, a Linux kernel will be installed. At the default priority, the installer will choose one for you that best matches your hardware. In lower priority modes, you will be able to choose from a list of available kernels." -msgstr "Som en del av installationen kommer en Linux-kärna att installeras. Vid standardprioritet kommer installeraren att välja en åt dig som bäst passar din maskinvara. I lägre prioritetslägen kommer du kunna välja från en lista av tillgängliga kärnor." +msgid "" +"As part of the installation, a Linux kernel will be installed. At the " +"default priority, the installer will choose one for you that best matches " +"your hardware. In lower priority modes, you will be able to choose from a " +"list of available kernels." +msgstr "" +"Som en del av installationen kommer en Linux-kärna att installeras. Vid " +"standardprioritet kommer installeraren att välja en åt dig som bäst passar " +"din maskinvara. I lägre prioritetslägen kommer du kunna välja från en lista " +"av tillgängliga kärnor." #. Tag: title -#: using-d-i.xml:1454 +#: using-d-i.xml:1815 #, no-c-format msgid "Installing Additional Software" msgstr "Installera ytterligare programvara" #. Tag: para -#: using-d-i.xml:1455 +#: using-d-i.xml:1816 #, no-c-format -msgid "After the base system is installed, you have a usable but limited system. Most users will want to add additional software to the system to tune it to their needs, and the installer lets you do so. This step can take even longer than installing the base system if you have a slow computer or network." -msgstr "Efter att grundsystemet är installerat kommer du ha ett användbart men begränsat system. De flesta användare vill lägga till ytterligare programvara till systemet för att anpassa det till sina behov och installeraren låter dig göra det. Det här steget kan ta ännu längre tid än installationen av grundsystemet om du har en långsam dator eller nätverk." +msgid "" +"After the base system is installed, you have a usable but limited system. " +"Most users will want to add additional software to the system to tune it to " +"their needs, and the installer lets you do so. This step can take even " +"longer than installing the base system if you have a slow computer or " +"network." +msgstr "" +"Efter att grundsystemet är installerat kommer du ha ett användbart men " +"begränsat system. De flesta användare vill lägga till ytterligare " +"programvara till systemet för att anpassa det till sina behov och " +"installeraren låter dig göra det. Det här steget kan ta ännu längre tid än " +"installationen av grundsystemet om du har en långsam dator eller nätverk." #. Tag: title -#: using-d-i.xml:1469 +#: using-d-i.xml:1830 #, no-c-format msgid "Configuring apt" msgstr "Konfigurera apt" #. Tag: para -#: using-d-i.xml:1471 +#: using-d-i.xml:1832 #, no-c-format -msgid "The main means that people use to install packages on their system is via a program called apt-get, from the apt package. Note that the actual program that installs packages is called dpkg. However, this program is more of a low-level tool. apt-get is a higher-level tool as it will invoke dpkg as appropriate and also because it knows to install other packages which are required for the package you're trying to install, as well as how to retrieve the package from your CD, the network, or wherever. Other front-ends for package management, like aptitude and synaptic are also in use and depend on apt-get. These front-ends are recommended for new users, since they integrate some additional features (package searching and status checks) in a nice user interface." -msgstr "Det huvudsakliga sättet som folk använder för att installera paket på sina system är via ett program som kallas apt-get, från paketet apt. Notera att det faktiska programmet som installerar paketen kallas för dpkg. Dock är det här programmet mer av ett lågnivåverktyg. apt-get är ett verktyg på högre nivå eftersom det anropar dpkg som lämpligast och även på grund av att den känner till andra paket att installera som är nödvändiga för det paket som du försöker installera, såväl som hur paketet hämtas från din cd, nätverket, eller varifrån. Andra gränssnitt för pakethantering, såsom aptitude och synaptic används också och är beroende av apt-get. De här gränssnitten rekommenderas för nybörjare eftersom de innehåller vissa extrafunktioner (sökning av paket och statuskontroller) i ett trevligt användargränssnitt." - -#. Tag: para -#: using-d-i.xml:1495 +msgid "" +"The main means that people use to install packages on their system is via a " +"program called apt-get, from the apt package. Note that the actual program that " +"installs packages is called dpkg. However, this program " +"is more of a low-level tool. apt-get is a higher-level " +"tool as it will invoke dpkg as appropriate and also " +"because it knows to install other packages which are required for the " +"package you're trying to install, as well as how to retrieve the package " +"from your CD, the network, or wherever. Other front-ends " +"for package management, like aptitude and " +"synaptic are also in use and depend on apt-get. These front-ends are recommended for new users, since they " +"integrate some additional features (package searching and status checks) in " +"a nice user interface." +msgstr "" +"Det huvudsakliga sättet som folk använder för att installera paket på sina " +"system är via ett program som kallas apt-get, från " +"paketet apt. Notera att det faktiska " +"programmet som installerar paketen kallas för dpkg. Dock " +"är det här programmet mer av ett lågnivåverktyg. apt-get " +"är ett verktyg på högre nivå eftersom det anropar dpkg " +"som lämpligast och även på grund av att den känner till andra paket att " +"installera som är nödvändiga för det paket som du försöker installera, såväl " +"som hur paketet hämtas från din cd, nätverket, eller varifrån. Andra gränssnitt för pakethantering, såsom aptitude och synaptic används också och är beroende av " +"apt-get. De här gränssnitten rekommenderas för nybörjare " +"eftersom de innehåller vissa extrafunktioner (sökning av paket och " +"statuskontroller) i ett trevligt användargränssnitt." + +#. Tag: para +#: using-d-i.xml:1856 #, no-c-format -msgid "apt must be configured so that it knows where to retrieve packages from. The installer largely takes care of this automatically based on what it knows about your installation medium. The results of this configuration are written to the file /etc/apt/sources.list, and you can examine and edit it to your liking after the install is complete." -msgstr "apt måste konfiguras så att den vet var den ska hämta paket ifrån. Installeraren tar i stora drag automatiskt hand om det här baserat på vad den vet om ditt installationsmedia. Resultat av den här konfigurationen skrivs till filen /etc/apt/sources.list och du kan undersöka och redigera den för att passa dig efter att installationen är färdig." +msgid "" +"apt must be configured so that it knows where to retrieve " +"packages from. The installer largely takes care of this automatically based " +"on what it knows about your installation medium. The results of this " +"configuration are written to the file /etc/apt/sources.list, and you can examine and edit it to your liking after the install " +"is complete." +msgstr "" +"apt måste konfiguras så att den vet var den ska hämta " +"paket ifrån. Installeraren tar i stora drag automatiskt hand om det här " +"baserat på vad den vet om ditt installationsmedia. Resultat av den här " +"konfigurationen skrivs till filen /etc/apt/sources.list " +"och du kan undersöka och redigera den för att passa dig efter att " +"installationen är färdig." #. Tag: title -#: using-d-i.xml:1511 +#: using-d-i.xml:1872 #, no-c-format msgid "Selecting and Installing Software" msgstr "Val av och installation av programvara" #. Tag: para -#: using-d-i.xml:1513 +#: using-d-i.xml:1874 #, no-c-format -msgid "During the installation process, you are given the opportunity to select additional software to install. Rather than picking individual software packages from the &num-of-distrib-pkgs; available packages, this stage of the installation process focuses on selecting and installing predefined collections of software to quickly set up your computer to perform various tasks." -msgstr "Under installationsprocessen får du möjligheten att välja ytterligare programvara att installera. Hellre än att välja individuella programvarupaket från de &num-of-distrib-pkgs; paket som finns tillgängliga fokuserar det här steget av installationsprocessen på att välja och installera fördefinierade samlingar av programvara för att snabbt ställa in din dator att genomföra olika uppgifter." +msgid "" +"During the installation process, you are given the opportunity to select " +"additional software to install. Rather than picking individual software " +"packages from the &num-of-distrib-pkgs; available packages, this stage of " +"the installation process focuses on selecting and installing predefined " +"collections of software to quickly set up your computer to perform various " +"tasks." +msgstr "" +"Under installationsprocessen får du möjligheten att välja ytterligare " +"programvara att installera. Hellre än att välja individuella " +"programvarupaket från de &num-of-distrib-pkgs; paket som finns tillgängliga " +"fokuserar det här steget av installationsprocessen på att välja och " +"installera fördefinierade samlingar av programvara för att snabbt ställa in " +"din dator att genomföra olika uppgifter." #. Tag: para -#: using-d-i.xml:1522 +#: using-d-i.xml:1883 #, no-c-format -msgid "So, you have the ability to choose tasks first, and then add on more individual packages later. These tasks loosely represent a number of different jobs or things you want to do with your computer, such as Desktop environment, Web server, or Print server You should know that to present this list, the installer is merely invoking the tasksel program. It can be run at any time after installation to install (or remove) more packages, or you can use a more fine-grained tool such as aptitude. If you are looking for a specific single package, after installation is complete, simply run aptitude install package, where package is the name of the package you are looking for. . lists the space requirements for the available tasks." -msgstr "Du har alltså möjligheten att välja uppgifter först, och sedan lägga till fler individuella paket senare. De här uppgifterna representerar löst ett antal olika jobb eller saker du vill göra med din dator, såsom Skrivbordsmiljö, Webbserver, eller Utskriftsserver Du bör veta att för att visa den här listan, anropar installeraren helt enkelt programmet tasksel. Det kan köras när som helst efter installationen för att installera (eller ta bort) fler paket, eller så kan du använda ett mer finkornigt verktyg såsom aptitude. Om du letar efter ett enda specifikt paket, efter att installationen är färdig, kör helt enkelt aptitude install paket, där paket är namnet på paketet du letar efter. . listar utrymmet som krävs för de tillgängliga uppgifterna." - -#. Tag: para -#: using-d-i.xml:1547 +msgid "" +"So, you have the ability to choose tasks first, and " +"then add on more individual packages later. These tasks loosely represent a " +"number of different jobs or things you want to do with your computer, such " +"as Desktop environment, Web server, or " +"Print server You should know that to present " +"this list, the installer is merely invoking the tasksel " +"program. It can be run at any time after installation to install (or remove) " +"more packages, or you can use a more fine-grained tool such as " +"aptitude. If you are looking for a specific single " +"package, after installation is complete, simply run aptitude " +"install package, where " +"package is the name of the package you are " +"looking for. . " +"lists the space requirements for the available tasks." +msgstr "" +"Du har alltså möjligheten att välja uppgifter först, " +"och sedan lägga till fler individuella paket senare. De här uppgifterna " +"representerar löst ett antal olika jobb eller saker du vill göra med din " +"dator, såsom Skrivbordsmiljö, Webbserver, " +"eller Utskriftsserver Du bör veta att för " +"att visa den här listan, anropar installeraren helt enkelt programmet " +"tasksel. Det kan köras när som helst efter installationen " +"för att installera (eller ta bort) fler paket, eller så kan du använda ett " +"mer finkornigt verktyg såsom aptitude. Om du letar efter " +"ett enda specifikt paket, efter att installationen är färdig, kör helt " +"enkelt aptitude install paket, där paket är namnet på paketet du " +"letar efter. . " +"listar utrymmet som krävs för de tillgängliga uppgifterna." + +#. Tag: para +#: using-d-i.xml:1908 #, no-c-format -msgid "Once you've selected your tasks, select Ok. At this point, aptitude will install the packages you've selected." -msgstr "När du har valt dina uppgifter, välj Ok. Vid den här punkten, kommer aptitude att installera paketen du har valt. " +msgid "" +"Once you've selected your tasks, select Ok. At this " +"point, aptitude will install the packages you've selected." +msgstr "" +"När du har valt dina uppgifter, välj Ok. Vid den här " +"punkten, kommer aptitude att installera paketen du har " +"valt. " #. Tag: para -#: using-d-i.xml:1554 +#: using-d-i.xml:1915 #, no-c-format -msgid "In the standard user interface of the installer, you can use the space bar to toggle selection of a task." -msgstr "I standardanvändargränssnittet för installeraren kan du använda mellanslag för att växla valet av en uppgift." +msgid "" +"In the standard user interface of the installer, you can use the space bar " +"to toggle selection of a task." +msgstr "" +"I standardanvändargränssnittet för installeraren kan du använda mellanslag " +"för att växla valet av en uppgift." #. Tag: para -#: using-d-i.xml:1561 +#: using-d-i.xml:1922 #, no-c-format -msgid "Note that some tasks may be pre-selected based on the characteristics of the computer you are installing. If you disagree with these selections you can un-select the tasks. You can even opt to install no tasks at all at this point." -msgstr "Notera att vissa uppgifter kan vara förvalda baserade på egenskaperna för datorn du installerar. Om du inte godkänner de här valen kan du avmarkera uppgifterna. Du kan även välja att inte installera några uppgifter alls." +msgid "" +"Note that some tasks may be pre-selected based on the characteristics of the " +"computer you are installing. If you disagree with these selections you can " +"un-select the tasks. You can even opt to install no tasks at all at this " +"point." +msgstr "" +"Notera att vissa uppgifter kan vara förvalda baserade på egenskaperna för " +"datorn du installerar. Om du inte godkänner de här valen kan du avmarkera " +"uppgifterna. Du kan även välja att inte installera några uppgifter alls." #. Tag: para -#: using-d-i.xml:1569 +#: using-d-i.xml:1930 #, no-c-format -msgid "Each package you selected with tasksel is downloaded, unpacked and then installed in turn by the apt-get and dpkg programs. If a particular program needs more information from the user, it will prompt you during this process." -msgstr "Varje paket du väljer med tasksel hämtas ner, packas upp och sedan installeras i turordning av programmen apt-get och dpkg. Om ett speciellt program behöver mer information från användaren, kommer det att fråga dig under den här processen." +msgid "" +"Each package you selected with tasksel is downloaded, " +"unpacked and then installed in turn by the apt-get and " +"dpkg programs. If a particular program needs more " +"information from the user, it will prompt you during this process." +msgstr "" +"Varje paket du väljer med tasksel hämtas ner, packas upp " +"och sedan installeras i turordning av programmen apt-get " +"och dpkg. Om ett speciellt program behöver mer " +"information från användaren, kommer det att fråga dig under den här " +"processen." #. Tag: title -#: using-d-i.xml:1578 +#: using-d-i.xml:1939 #, no-c-format msgid "Configuring Your Mail Transport Agent" msgstr "Konfigurera din e-postserver (MTA)" #. Tag: para -#: using-d-i.xml:1580 +#: using-d-i.xml:1941 #, no-c-format -msgid "Today, email is a very important part of many people's life, so it's no surprise Debian lets you configure your mail system right as a part of the installation process. The standard mail transport agent in Debian is exim4, which is relatively small, flexible, and easy to learn." -msgstr "I dag är e-post en mycket viktig del av många personers liv, så det är ingen överraskning att Debian låter dig konfigurera ditt e-postsystem som en del av installationsprocessen. Standardagenten för att transportera e-post i Debian är exim4, som är relativt liten, flexibel och enkel att lära sig." +msgid "" +"Today, email is a very important part of many people's life, so it's no " +"surprise Debian lets you configure your mail system right as a part of the " +"installation process. The standard mail transport agent in Debian is " +"exim4, which is relatively small, flexible, and easy to " +"learn." +msgstr "" +"I dag är e-post en mycket viktig del av många personers liv, så det är ingen " +"överraskning att Debian låter dig konfigurera ditt e-postsystem som en del " +"av installationsprocessen. Standardagenten för att transportera e-post i " +"Debian är exim4, som är relativt liten, flexibel och " +"enkel att lära sig." #. Tag: para -#: using-d-i.xml:1588 +#: using-d-i.xml:1949 #, no-c-format -msgid "You may ask if this is needed even if your computer is not connected to any network. The short answer is: Yes. The longer explanation: Some system utilities (like cron, quota, aide, …) may send you important notices via email." -msgstr "Du kanske undrar om det här verkligen är nödvändigt om din dator inte är ansluten till ett nätverk. Det korta svaret är: Ja. Den längre förklaringen: Vissa systemverktyg (som cron, quota, aide, …) kan skicka dig viktiga meddelanden via e-post." +msgid "" +"You may ask if this is needed even if your computer is not connected to any " +"network. The short answer is: Yes. The longer explanation: Some system " +"utilities (like cron, quota, " +"aide, …) may send you important notices via email." +msgstr "" +"Du kanske undrar om det här verkligen är nödvändigt om din dator inte är " +"ansluten till ett nätverk. Det korta svaret är: Ja. Den längre förklaringen: " +"Vissa systemverktyg (som cron, quota, " +"aide, …) kan skicka dig viktiga meddelanden via e-" +"post." #. Tag: para -#: using-d-i.xml:1596 +#: using-d-i.xml:1957 #, no-c-format -msgid "So on the first screen you will be presented with several common mail scenarios. Choose the one that most closely resembles your needs:" -msgstr "På den första skärmen kommer du att bli presenterad med flera vanliga e-postscenarion. Välj det som ligger närmast dina behov:" +msgid "" +"So on the first screen you will be presented with several common mail " +"scenarios. Choose the one that most closely resembles your needs:" +msgstr "" +"På den första skärmen kommer du att bli presenterad med flera vanliga e-" +"postscenarion. Välj det som ligger närmast dina behov:" #. Tag: term -#: using-d-i.xml:1605 +#: using-d-i.xml:1966 #, no-c-format msgid "internet site" msgstr "internetsystem" #. Tag: para -#: using-d-i.xml:1606 +#: using-d-i.xml:1967 #, no-c-format -msgid "Your system is connected to a network and your mail is sent and received directly using SMTP. On the following screens you will be asked a few basic questions, like your machine's mail name, or a list of domains for which you accept or relay mail." -msgstr "Ditt system är anslutet till ett nätverk och din e-post skickas och tas emot direkt via SMTP. På de efterföljande skärmarna kommer du bli frågad en del enkla frågor, såsom postnamnet för din maskin, eller en lista på domäner för vilka du tar emot eller vidaresänder post." +msgid "" +"Your system is connected to a network and your mail is sent and received " +"directly using SMTP. On the following screens you will be asked a few basic " +"questions, like your machine's mail name, or a list of domains for which you " +"accept or relay mail." +msgstr "" +"Ditt system är anslutet till ett nätverk och din e-post skickas och tas emot " +"direkt via SMTP. På de efterföljande skärmarna kommer du bli frågad en del " +"enkla frågor, såsom postnamnet för din maskin, eller en lista på domäner för " +"vilka du tar emot eller vidaresänder post." #. Tag: term -#: using-d-i.xml:1617 +#: using-d-i.xml:1978 #, no-c-format msgid "mail sent by smarthost" msgstr "e-post skickad av smart värd" #. Tag: para -#: using-d-i.xml:1618 +#: using-d-i.xml:1979 #, no-c-format -msgid "In this scenario is your outgoing mail forwarded to another machine, called a smarthost, which does the actual job for you. Smarthost also usually stores incoming mail addressed to your computer, so you don't need to be permanently online. That also means you have to download your mail from the smarthost via programs like fetchmail. This option is suitable for dial-up users." -msgstr "I det här scenariot blir din utgående post vidaresänd till en annan maskin kallad en smart värd, som gör det faktiska jobbet åt dig. En smart värd lagrar även inkommande e-post som är adresserad till din dator så du inte behöver vara permanent uppkopplad. Det betyder även att du måste hämta din post från den smarta värden via program som fetchmail. Det här alternativet är lämpligt för uppringda användare." +msgid "" +"In this scenario is your outgoing mail forwarded to another machine, called " +"a smarthost, which does the actual job for you. Smarthost " +"also usually stores incoming mail addressed to your computer, so you don't " +"need to be permanently online. That also means you have to download your " +"mail from the smarthost via programs like fetchmail. This option is suitable " +"for dial-up users." +msgstr "" +"I det här scenariot blir din utgående post vidaresänd till en annan maskin " +"kallad en smart värd, som gör det faktiska jobbet åt dig. En " +"smart värd lagrar även inkommande e-post som är adresserad till din dator så " +"du inte behöver vara permanent uppkopplad. Det betyder även att du måste " +"hämta din post från den smarta värden via program som fetchmail. Det här " +"alternativet är lämpligt för uppringda användare." #. Tag: term -#: using-d-i.xml:1631 +#: using-d-i.xml:1992 #, no-c-format msgid "local delivery only" msgstr "endast lokal leverans" #. Tag: para -#: using-d-i.xml:1632 +#: using-d-i.xml:1993 #, no-c-format -msgid "Your system is not on a network and mail is sent or received only between local users. Even if you don't plan to send any messages, this option is highly recommended, because some system utilities may send you various alerts from time to time (e.g. beloved Disk quota exceeded). This option is also convenient for new users, because it doesn't ask any further questions." -msgstr "Ditt system är inte anslutet till ett nätverk och posten skickas eller tas emot endast mellan lokala användare. Även om du inte planerar att skicka några meddelanden rekommenderas det här alternativet varmt därför att vissa systemverktyg kan skicka dig olika larm då och då (exempelvis omtyckta Diskkvot överstigen). Det här alternativet är också bekvämt för nya användare därför att det ställer inga fler frågor." +msgid "" +"Your system is not on a network and mail is sent or received only between " +"local users. Even if you don't plan to send any messages, this option is " +"highly recommended, because some system utilities may send you various " +"alerts from time to time (e.g. beloved Disk quota exceeded). " +"This option is also convenient for new users, because it doesn't ask any " +"further questions." +msgstr "" +"Ditt system är inte anslutet till ett nätverk och posten skickas eller tas " +"emot endast mellan lokala användare. Även om du inte planerar att skicka " +"några meddelanden rekommenderas det här alternativet varmt därför att vissa " +"systemverktyg kan skicka dig olika larm då och då (exempelvis omtyckta " +"Diskkvot överstigen). Det här alternativet är också bekvämt " +"för nya användare därför att det ställer inga fler frågor." #. Tag: term -#: using-d-i.xml:1645 +#: using-d-i.xml:2006 #, no-c-format msgid "no configuration at this time" msgstr "ingen konfiguration för närvarande" #. Tag: para -#: using-d-i.xml:1646 +#: using-d-i.xml:2007 #, no-c-format -msgid "Choose this if you are absolutely convinced you know what you are doing. This will leave you with an unconfigured mail system — until you configure it, you won't be able to send or receive any mail and you may miss some important messages from your system utilities." -msgstr "Välj den här om du är absolut säker på att du vet vad du gör. Det innebär att du kommer att ha ett okonfigurerat e-postsystem — tills du konfigurerar det, du kommer inte att kunna ta emot eller skicka någon post och du kan missa viktiga meddelanden från dina systemverktyg." +msgid "" +"Choose this if you are absolutely convinced you know what you are doing. " +"This will leave you with an unconfigured mail system — until you " +"configure it, you won't be able to send or receive any mail and you may miss " +"some important messages from your system utilities." +msgstr "" +"Välj den här om du är absolut säker på att du vet vad du gör. Det innebär " +"att du kommer att ha ett okonfigurerat e-postsystem — tills du " +"konfigurerar det, du kommer inte att kunna ta emot eller skicka någon post " +"och du kan missa viktiga meddelanden från dina systemverktyg." #. Tag: para -#: using-d-i.xml:1657 +#: using-d-i.xml:2018 #, no-c-format -msgid "If none of these scenarios suits your needs, or if you need a finer setup, you will need to edit configuration files under the /etc/exim4 directory after the installation is complete. More information about exim4 may be found under /usr/share/doc/exim4." -msgstr "Om ingen av de här scenarierna passar dina behov eller om du behöver en mer anpassad konfiguration kan du behöva redigera konfigurationsfilerna under katalogen /etc/exim4 efter att installationen är färdig. Mer information om exim4 kan hittas under /usr/share/doc/exim4." +msgid "" +"If none of these scenarios suits your needs, or if you need a finer setup, " +"you will need to edit configuration files under the /etc/exim4 directory after the installation is complete. More information " +"about exim4 may be found under /usr/share/doc/" +"exim4." +msgstr "" +"Om ingen av de här scenarierna passar dina behov eller om du behöver en mer " +"anpassad konfiguration kan du behöva redigera konfigurationsfilerna under " +"katalogen /etc/exim4 efter att installationen är " +"färdig. Mer information om exim4 kan hittas under " +"/usr/share/doc/exim4." #. Tag: title -#: using-d-i.xml:1672 +#: using-d-i.xml:2033 #, no-c-format msgid "Making Your System Bootable" msgstr "Gör ditt system klart för uppstart" #. Tag: para -#: using-d-i.xml:1674 +#: using-d-i.xml:2035 #, no-c-format -msgid "If you are installing a diskless workstation, obviously, booting off the local disk isn't a meaningful option, and this step will be skipped. You may wish to set the OpenBoot to boot from the network by default; see ." -msgstr "Om du installerar en disklös arbetsstation, så klart, starta upp på den lokala disken är inte ett användbart alternativ och det här steget kommer att hoppas över. Du kanske vill ställa in OpenBoot att starta upp från nätverket som standard; se ." +msgid "" +"If you are installing a diskless workstation, obviously, booting off the " +"local disk isn't a meaningful option, and this step will be skipped. You may wish to set the OpenBoot to boot from the network by " +"default; see ." +msgstr "" +"Om du installerar en disklös arbetsstation, så klart, starta upp på den " +"lokala disken är inte ett användbart alternativ och det här steget kommer " +"att hoppas över. Du kanske vill ställa in OpenBoot " +"att starta upp från nätverket som standard; se ." #. Tag: para -#: using-d-i.xml:1682 +#: using-d-i.xml:2043 #, no-c-format -msgid "Note that multiple operating systems booting on a single machine is still something of a black art. This document does not even attempt to document the various boot managers, which vary by architecture and even by subarchitecture. You should see your boot manager's documentation for more information." -msgstr "Notera att uppstart av flera operativsystem på samma maskin fortfarande är lite av svart magi. Det här dokumentet försöker inte ens att dokumentera de olika startshanterarna, vilka varierar mellan arkitekturerna och även för underarkitekturerna. Du bör se dokumentationen för din startshanterare för mer information." +msgid "" +"Note that multiple operating systems booting on a single machine is still " +"something of a black art. This document does not even attempt to document " +"the various boot managers, which vary by architecture and even by " +"subarchitecture. You should see your boot manager's documentation for more " +"information." +msgstr "" +"Notera att uppstart av flera operativsystem på samma maskin fortfarande är " +"lite av svart magi. Det här dokumentet försöker inte ens att dokumentera de " +"olika startshanterarna, vilka varierar mellan arkitekturerna och även för " +"underarkitekturerna. Du bör se dokumentationen för din startshanterare för " +"mer information." #. Tag: title -#: using-d-i.xml:1697 +#: using-d-i.xml:2058 #, no-c-format msgid "Detecting other operating systems" msgstr "Sökning efter andra operativsystem" #. Tag: para -#: using-d-i.xml:1699 +#: using-d-i.xml:2060 #, no-c-format -msgid "Before a boot loader is installed, the installer will attempt to probe for other operating systems which are installed on the machine. If it finds a supported operating system, you will be informed of this during the boot loader installation step, and the computer will be configured to boot this other operating system in addition to Debian." -msgstr "Innan en starthanterare blir installerad kommer installeraren att försöka att söka efter andra operativsystem som finns installerade på maskinen. Om den hittar ett operativsystem som stöds kommer du bli informerad om det under installationssteget för starthanteraren och datorn kommer att bli konfigurerad att starta upp det här andra operativsystemet i tillägg till Debian." +msgid "" +"Before a boot loader is installed, the installer will attempt to probe for " +"other operating systems which are installed on the machine. If it finds a " +"supported operating system, you will be informed of this during the boot " +"loader installation step, and the computer will be configured to boot this " +"other operating system in addition to Debian." +msgstr "" +"Innan en starthanterare blir installerad kommer installeraren att försöka " +"att söka efter andra operativsystem som finns installerade på maskinen. Om " +"den hittar ett operativsystem som stöds kommer du bli informerad om det " +"under installationssteget för starthanteraren och datorn kommer att bli " +"konfigurerad att starta upp det här andra operativsystemet i tillägg till " +"Debian." #. Tag: para -#: using-d-i.xml:1707 +#: using-d-i.xml:2068 #, no-c-format -msgid "Note that multiple operating systems booting on a single machine is still something of a black art. The automatic support for detecting and setting up boot loaders to boot other operating systems varies by architecture and even by subarchitecture. If it does not work you should consult your boot manager's documentation for more information." -msgstr "Notera att uppstart av flera operativsystem på samma maskin fortfarande är lite av svart magi. Det automatiska stödet för identifiering och inställning av starthanterare för att starta upp andra operativsystem varierar mellan arkitekturer och även för underarkitekturer. Om det inte fungerar bör du konsultera dokumentationen för din starthanterare för mer information." +msgid "" +"Note that multiple operating systems booting on a single machine is still " +"something of a black art. The automatic support for detecting and setting up " +"boot loaders to boot other operating systems varies by architecture and even " +"by subarchitecture. If it does not work you should consult your boot " +"manager's documentation for more information." +msgstr "" +"Notera att uppstart av flera operativsystem på samma maskin fortfarande är " +"lite av svart magi. Det automatiska stödet för identifiering och inställning " +"av starthanterare för att starta upp andra operativsystem varierar mellan " +"arkitekturer och även för underarkitekturer. Om det inte fungerar bör du " +"konsultera dokumentationen för din starthanterare för mer information." #. Tag: title -#: using-d-i.xml:1725 +#: using-d-i.xml:2086 #, no-c-format msgid "Install aboot on a Hard Disk" msgstr "Installera aboot på en hårddisk" #. Tag: para -#: using-d-i.xml:1726 +#: using-d-i.xml:2087 #, no-c-format -msgid "If you have booted from SRM, if you select this option, the installer will write aboot to the first sector of the disk on which you installed Debian. Be very careful — it is not possible to boot multiple operating systems (e.g. GNU/Linux, Free/Open/NetBSD, OSF/1 a.k.a. Digital Unix a.k.a. Tru64 Unix, or OpenVMS) from the same disk. If you also have a different operating system installed on the disk where you have installed Debian, you will have to boot GNU/Linux from a floppy instead." -msgstr "Om du har startat upp från SRM; om du valt detta alternativ, kommer installeraren att skriva aboot till första sektorn på disken på vilken du installerade Debian. Var mycket försiktig — det är inte möjligt att starta upp flera operativsystem (exempelvis GNU/Linux, Free/Open/NetBSD, OSF/1 även känd som Digital Unix även känd som Tru64 Unix, eller OpenVMS) från samma disk. Om du även har ett annat operativsystem installerat på disken där du har installerat Debian, kommer du istället behöva starta upp GNU/Linux från en diskett." +msgid "" +"If you have booted from SRM, if you select this option, the installer will " +"write aboot to the first sector of the disk on which you " +"installed Debian. Be very careful — it is " +"not possible to boot multiple operating systems (e.g. " +"GNU/Linux, Free/Open/NetBSD, OSF/1 a.k.a. Digital Unix a.k.a. Tru64 Unix, or " +"OpenVMS) from the same disk. If you also have a different operating system " +"installed on the disk where you have installed Debian, you will have to boot " +"GNU/Linux from a floppy instead." +msgstr "" +"Om du har startat upp från SRM; om du valt detta alternativ, kommer " +"installeraren att skriva aboot till första sektorn på " +"disken på vilken du installerade Debian. Var mycket " +"försiktig — det är inte möjligt att starta upp " +"flera operativsystem (exempelvis GNU/Linux, Free/Open/NetBSD, OSF/1 även " +"känd som Digital Unix även känd som Tru64 Unix, eller OpenVMS) från samma " +"disk. Om du även har ett annat operativsystem installerat på disken där du " +"har installerat Debian, kommer du istället behöva starta upp GNU/Linux från " +"en diskett." #. Tag: title -#: using-d-i.xml:1746 +#: using-d-i.xml:2107 #, no-c-format msgid "palo-installer" msgstr "palo-installerare" #. Tag: para -#: using-d-i.xml:1747 +#: using-d-i.xml:2108 #, no-c-format -msgid "The bootloader on PA-RISC is palo. PALO is similar in configuration and usage to LILO, with a few exceptions. First of all, PALO allows you to boot any kernel image on your boot partition. This is because PALO can actually read Linux partitions." -msgstr "Starthanteraren på PA-RISC är palo. PALO är lik konfiguration och användning som LILO , med ett fåtal undantag. Först, PALO låter dig starta upp valfri kärnavbild på din uppstartspartition. Det är på grund av att PALO faktiskt kan läsa Linux-partitioner." +msgid "" +"The bootloader on PA-RISC is palo. PALO is " +"similar in configuration and usage to LILO, with a few " +"exceptions. First of all, PALO allows you to boot any " +"kernel image on your boot partition. This is because PALO " +"can actually read Linux partitions." +msgstr "" +"Starthanteraren på PA-RISC är palo. PALO " +"är lik konfiguration och användning som LILO , med ett " +"fåtal undantag. Först, PALO låter dig starta upp valfri " +"kärnavbild på din uppstartspartition. Det är på grund av att PALO faktiskt kan läsa Linux-partitioner." #. Tag: para -#: using-d-i.xml:1756 +#: using-d-i.xml:2117 #, no-c-format msgid "hppa FIXME ( need more info )" msgstr "hppa FIXME ( behöver mer info )" #. Tag: title -#: using-d-i.xml:1768 +#: using-d-i.xml:2129 #, no-c-format msgid "Install the Grub Boot Loader on a Hard Disk" msgstr "Installera starthanteraren Grub på en hårddisk" #. Tag: para -#: using-d-i.xml:1770 +#: using-d-i.xml:2131 #, no-c-format -msgid "The main &architecture; boot loader is called grub. Grub is a flexible and robust boot loader and a good default choice for newbies and old hands alike." -msgstr "Den starthanterare som är standard på &architecture; kallas för grub. Grub är en flexibel och robust starthanterare och ett bra standardval både för nybörjare och erfarna." +msgid "" +"The main &architecture; boot loader is called grub. Grub is a " +"flexible and robust boot loader and a good default choice for newbies and " +"old hands alike." +msgstr "" +"Den starthanterare som är standard på &architecture; kallas för grub. Grub är en flexibel och robust starthanterare och ett bra " +"standardval både för nybörjare och erfarna." #. Tag: para -#: using-d-i.xml:1776 +#: using-d-i.xml:2137 #, no-c-format -msgid "By default, grub will be installed into the Master Boot Record (MBR), where it will take over complete control of the boot process. If you prefer, you can install it elsewhere. See the grub manual for complete information." -msgstr "Som standard kommer grub att installeras i huvudstartsektorn (MBR), där den kommer att ta komplett kontroll över uppstartsprocessen. Om du önskar, kan du installera den någon annanstans. Se manualen till grub för komplett information." +msgid "" +"By default, grub will be installed into the Master Boot Record (MBR), where " +"it will take over complete control of the boot process. If you prefer, you " +"can install it elsewhere. See the grub manual for complete information." +msgstr "" +"Som standard kommer grub att installeras i huvudstartsektorn (MBR), där den " +"kommer att ta komplett kontroll över uppstartsprocessen. Om du önskar, kan " +"du installera den någon annanstans. Se manualen till grub för komplett " +"information." #. Tag: para -#: using-d-i.xml:1782 +#: using-d-i.xml:2143 #, no-c-format -msgid "If you do not want to install grub at all, use the Back button to get to the main menu, and from there select whatever bootloader you would like to use." -msgstr "Om du inte vill installera grub alls, använd Tillbaka-knappen för att komma till huvudmenyn och därifrån välj den starthanterare du vill använda." +msgid "" +"If you do not want to install grub at all, use the Back button to get to the " +"main menu, and from there select whatever bootloader you would like to use." +msgstr "" +"Om du inte vill installera grub alls, använd Tillbaka-knappen för att komma " +"till huvudmenyn och därifrån välj den starthanterare du vill använda." #. Tag: title -#: using-d-i.xml:1796 +#: using-d-i.xml:2157 #, no-c-format msgid "Install the LILO Boot Loader on a Hard Disk" msgstr "Installera starthanteraren LILO på en hårddisk" #. Tag: para -#: using-d-i.xml:1798 +#: using-d-i.xml:2159 #, no-c-format -msgid "The second &architecture; boot loader is called LILO. It is an old complex program which offers lots of functionality, including DOS, Windows, and OS/2 boot management. Please carefully read the instructions in the directory /usr/share/doc/lilo/ if you have special needs; also see the LILO mini-HOWTO." -msgstr "Den andra starthanteraren för &architecture; kallas för LILO. Det är ett gammalt och komplext program som erbjuder massor av funktionalitet, inklusive starthantering för DOS, Windows och OS/2. Läs noga igenom instruktionerna i katalogen /usr/share/doc/lilo/ om du har speciella behov; se även LILO mini-HOWTO." +msgid "" +"The second &architecture; boot loader is called LILO. It is " +"an old complex program which offers lots of functionality, including DOS, " +"Windows, and OS/2 boot management. Please carefully read the instructions in " +"the directory /usr/share/doc/lilo/ if you have special " +"needs; also see the LILO mini-HOWTO." +msgstr "" +"Den andra starthanteraren för &architecture; kallas för LILO. " +"Det är ett gammalt och komplext program som erbjuder massor av " +"funktionalitet, inklusive starthantering för DOS, Windows och OS/2. Läs noga " +"igenom instruktionerna i katalogen /usr/share/doc/lilo/ " +"om du har speciella behov; se även LILO mini-" +"HOWTO." #. Tag: para -#: using-d-i.xml:1808 +#: using-d-i.xml:2169 #, no-c-format -msgid "Currently the LILO installation will only create menu entries for other operating systems if these can be chainloaded. This means you may have to manually add a menu entry for operating systems like GNU/Linux and GNU/Hurd after the installation." -msgstr "För närvarande kommer LILO-installationen endast att skapa menyposter för andra operativsystem om de kan bli kedjeinlästa. Det betyder att du måste manuellt lägga till en menypost för operativsystem som GNU/Linux och GNU/Hurd efter installationen." +msgid "" +"Currently the LILO installation will only create menu entries for other " +"operating systems if these can be chainloaded. This " +"means you may have to manually add a menu entry for operating systems like " +"GNU/Linux and GNU/Hurd after the installation." +msgstr "" +"För närvarande kommer LILO-installationen endast att skapa menyposter för " +"andra operativsystem om de kan bli kedjeinlästa. Det " +"betyder att du måste manuellt lägga till en menypost för operativsystem som " +"GNU/Linux och GNU/Hurd efter installationen." #. Tag: para -#: using-d-i.xml:1816 +#: using-d-i.xml:2177 #, no-c-format -msgid "&d-i; presents you three choices where to install the LILO boot loader:" -msgstr "&d-i; visar dig tre val var starthanteraren LILO ska installeras:" +msgid "" +"&d-i; presents you three choices where to install the LILO boot loader:" +msgstr "" +"&d-i; visar dig tre val var starthanteraren LILO ska " +"installeras:" #. Tag: term -#: using-d-i.xml:1823 +#: using-d-i.xml:2184 #, no-c-format msgid "Master Boot Record (MBR)" msgstr "Huvudstartsektor (MBR)" #. Tag: para -#: using-d-i.xml:1823 +#: using-d-i.xml:2184 #, no-c-format -msgid "This way the LILO will take complete control of the boot process." -msgstr "På det här sättet kan LILO ta komplett kontroll över uppstartsprocessen." +msgid "" +"This way the LILO will take complete control of the boot " +"process." +msgstr "" +"På det här sättet kan LILO ta komplett kontroll över " +"uppstartsprocessen." #. Tag: term -#: using-d-i.xml:1830 +#: using-d-i.xml:2191 #, no-c-format msgid "new Debian partition" msgstr "Ny Debianpartition" #. Tag: para -#: using-d-i.xml:1830 +#: using-d-i.xml:2191 #, no-c-format -msgid "Choose this if you want to use another boot manager. LILO will install itself at the beginning of the new Debian partition and it will serve as a secondary boot loader." -msgstr "Välj den här om du vill använda en annan starthanterare. LILO kommer att installera sig själv i början av den nya Debian-partitionen och kommer att fungera som en sekundär starthanterare." +msgid "" +"Choose this if you want to use another boot manager. LILO " +"will install itself at the beginning of the new Debian partition and it will " +"serve as a secondary boot loader." +msgstr "" +"Välj den här om du vill använda en annan starthanterare. LILO kommer att installera sig själv i början av den nya Debian-" +"partitionen och kommer att fungera som en sekundär starthanterare." #. Tag: term -#: using-d-i.xml:1839 +#: using-d-i.xml:2200 #, no-c-format msgid "Other choice" msgstr "Annat val" #. Tag: para -#: using-d-i.xml:1839 +#: using-d-i.xml:2200 #, no-c-format -msgid "Useful for advanced users who want to install LILO somewhere else. In this case you will be asked for desired location. You can use devfs style names, such as those that start with /dev/ide, /dev/scsi, and /dev/discs, as well as traditional names, such as /dev/hda or /dev/sda." -msgstr "Användbar för avancerade användare som vill installera LILO någon annanstans. I det här fallet kommer du bli frågad efter önskad plats. Du kan använda devfs-liknande namn, såsom de som börjar med /dev/ide, /dev/scsi och /dev/discs, såväl som traditionella namn som /dev/hda eller /dev/sda." +msgid "" +"Useful for advanced users who want to install LILO " +"somewhere else. In this case you will be asked for desired location. You can " +"use devfs style names, such as those that start with /dev/ide, /dev/scsi, and /dev/discs, as well as traditional names, such as /dev/hda or /dev/sda." +msgstr "" +"Användbar för avancerade användare som vill installera LILO någon annanstans. I det här fallet kommer du bli frågad efter " +"önskad plats. Du kan använda devfs-liknande namn, såsom de som börjar med " +"/dev/ide, /dev/scsi och /" +"dev/discs, såväl som traditionella namn som /dev/hda eller /dev/sda." #. Tag: para -#: using-d-i.xml:1851 +#: using-d-i.xml:2212 #, no-c-format -msgid "If you can no longer boot into Windows 9x (or DOS) after this step, you'll need to use a Windows 9x (MS-DOS) boot disk and use the fdisk /mbr command to reinstall the MS-DOS master boot record — however, this means that you'll need to use some other way to get back into Debian! For more information on this please read ." -msgstr "Om du inte längre kan starta upp Windows 9x (eller DOS) efter det här steget, behöver du använda en startdiskett för Windows 9x (MS-DOS) och använda kommandot fdisk /mbr för att installera om MS-DOS egna huvudstartsektor (MBR) — det här betyder dock att du behöver använda något sätt att komma tillbaka in i Debian! För mer information om det här, vänligen läs ." +msgid "" +"If you can no longer boot into Windows 9x (or DOS) after this step, you'll " +"need to use a Windows 9x (MS-DOS) boot disk and use the fdisk /" +"mbr command to reinstall the MS-DOS master boot record — " +"however, this means that you'll need to use some other way to get back into " +"Debian! For more information on this please read ." +msgstr "" +"Om du inte längre kan starta upp Windows 9x (eller DOS) efter det här " +"steget, behöver du använda en startdiskett för Windows 9x (MS-DOS) och " +"använda kommandot fdisk /mbr för att installera om MS-" +"DOS egna huvudstartsektor (MBR) — det här betyder dock att du behöver " +"använda något sätt att komma tillbaka in i Debian! För mer information om " +"det här, vänligen läs ." #. Tag: title -#: using-d-i.xml:1868 +#: using-d-i.xml:2229 #, no-c-format msgid "Install the ELILO Boot Loader on a Hard Disk" msgstr "Installera starthanteraren ELILO på en hårddisk" #. Tag: para -#: using-d-i.xml:1870 +#: using-d-i.xml:2231 #, no-c-format -msgid "The &architecture; boot loader is called elilo. It is modeled on the lilo boot loader for the x86 architecture and uses a similar configuration file. However, instead of writing an MBR or partition boot record to the disk, it copies the necessary files to a separate FAT formatted disk partition and modifies the EFI Boot Manager menu in the firmware to point to the files in the EFI partition. The elilo boot loader is really in two parts. The /usr/sbin/elilo command manages the partition and copies file into it. The elilo.efi program is copied into the EFI partition and then run by the EFI Boot Manager to actually do the work of loading and starting the Linux kernel." -msgstr "Starthanteraren för &architecture; kallas elilo. Den är designad efter starthanteraren lilo för x86-arkitekturen och använder en liknande konfigurationsfil. Dock, istället för att skriva en MBR eller uppstartspartitionsfält på disken, kopierar den de nödvändiga filerna till en separat FAT-formaterad diskpartition och ändrar EFI Boot Manager-menyn i firmware för att peka till filerna på EFI-partitionen. Starthanteraren elilo är egentligen i två delar. Kommandot /usr/sbin/elilo hanterar partitionen och kopierar filer till den. Programmet elilo.efi kopieras till EFI-partitionen och körs sedan av EFI Boot Manager för att faktiskt göra inläsningen och starta Linux-kärnan." +msgid "" +"The &architecture; boot loader is called elilo. It is modeled " +"on the lilo boot loader for the x86 architecture and uses a " +"similar configuration file. However, instead of writing an MBR or partition " +"boot record to the disk, it copies the necessary files to a separate FAT " +"formatted disk partition and modifies the EFI Boot Manager menu in the firmware to point to the files in the EFI " +"partition. The elilo boot loader is really in two parts. " +"The /usr/sbin/elilo command manages the partition and " +"copies file into it. The elilo.efi program is copied " +"into the EFI partition and then run by the EFI Boot Manager " +"to actually do the work of loading and starting the Linux kernel." +msgstr "" +"Starthanteraren för &architecture; kallas elilo. Den är " +"designad efter starthanteraren lilo för x86-arkitekturen och " +"använder en liknande konfigurationsfil. Dock, istället för att skriva en MBR " +"eller uppstartspartitionsfält på disken, kopierar den de nödvändiga filerna " +"till en separat FAT-formaterad diskpartition och ändrar EFI " +"Boot Manager-menyn i firmware för att peka till filerna på EFI-" +"partitionen. Starthanteraren elilo är egentligen i två " +"delar. Kommandot /usr/sbin/elilo hanterar partitionen " +"och kopierar filer till den. Programmet elilo.efi " +"kopieras till EFI-partitionen och körs sedan av EFI Boot Manager för att faktiskt göra inläsningen och starta Linux-kärnan." #. Tag: para -#: using-d-i.xml:1886 +#: using-d-i.xml:2247 #, no-c-format -msgid "The elilo configuration and installation is done as the last step of installing the packages of the base installation. &d-i; will present you with a list of potential disk partitions that it has found suitable for an EFI partition. Select the partition you set up earlier in the installation, typically a partition on the same disk that contains your root filesystem." -msgstr "Konfigurationen och installation av elilo görs som det sista steget i installationen av paketen i grundinstallationen. &d-i; kommer att visa dig en lista på möjliga diskpartitioner som den har hittat som lämpliga för en EFI-partition. Välj den partition du ställt in tidigare i installationen, vanligtvis en partition på samma disk som innehåller ditt rotfilsystem." +msgid "" +"The elilo configuration and installation is done as the last " +"step of installing the packages of the base installation. &d-i; will present " +"you with a list of potential disk partitions that it has found suitable for " +"an EFI partition. Select the partition you set up earlier in the " +"installation, typically a partition on the same disk that contains your " +"root filesystem." +msgstr "" +"Konfigurationen och installation av elilo görs som det sista " +"steget i installationen av paketen i grundinstallationen. &d-i; kommer att " +"visa dig en lista på möjliga diskpartitioner som den har hittat som lämpliga " +"för en EFI-partition. Välj den partition du ställt in tidigare i " +"installationen, vanligtvis en partition på samma disk som innehåller ditt " +"rotfilsystem." #. Tag: title -#: using-d-i.xml:1898 +#: using-d-i.xml:2259 #, no-c-format msgid "Choose the correct partition!" msgstr "Välj den korrekta partitionen!" #. Tag: para -#: using-d-i.xml:1900 +#: using-d-i.xml:2261 #, no-c-format -msgid "The criteria for selecting a partition is that it is FAT format filesystem with its boot flag set. &d-i; may show multiple choices depending on what it finds from scanning all of the disks of the system including EFI partitions of other system disks and EFI diagnostic partitions. Remember, the elilo may format the partition during the installation, erasing any previous contents!" -msgstr "Villkoret för val av partition är att den har ett FAT-formaterat filsystem med sin boot-flagga inställd. &d-i; kan visa flera val beroende på vad den hittar vid avsökning av alla diskar på systemet inklusive EFI-partitioner för andra systemdiskar och EFI-diagnostikpartitioner. Kom ihåg att elilo kan formatera partitionen under installationen, radera allt tidigare innehåll!" +msgid "" +"The criteria for selecting a partition is that it is FAT format filesystem " +"with its boot flag set. &d-i; may show multiple choices " +"depending on what it finds from scanning all of the disks of the system " +"including EFI partitions of other system disks and EFI diagnostic " +"partitions. Remember, the elilo may format the partition " +"during the installation, erasing any previous contents!" +msgstr "" +"Villkoret för val av partition är att den har ett FAT-formaterat filsystem " +"med sin boot-flagga inställd. &d-i; kan visa flera val " +"beroende på vad den hittar vid avsökning av alla diskar på systemet " +"inklusive EFI-partitioner för andra systemdiskar och EFI-" +"diagnostikpartitioner. Kom ihåg att elilo kan formatera " +"partitionen under installationen, radera allt tidigare innehåll!" #. Tag: title -#: using-d-i.xml:1915 +#: using-d-i.xml:2276 #, no-c-format msgid "EFI Partition Contents" msgstr "EFI-partitionens innehåll" #. Tag: para -#: using-d-i.xml:1917 +#: using-d-i.xml:2278 #, no-c-format -msgid "The EFI partition is a FAT filesystem format partition on one of the hard disks of the system, usually the same disk that contains the root filesystem. It is normally not mounted on a running system as it is only needed by the EFI Boot Manager to load the system and the installer part of the elilo writes to the filesystem directly. The /usr/sbin/elilo utility writes the following files into the efi/debian directory of the EFI partition during the installation. Note that the EFI Boot Manager would find these files using the path fsn:\\efi\\debian. There may be other files in this filesystem as well over time as the system is updated or re-configured." -msgstr "EFI-partitionen är ett FAT-formaterat filsystem på en av hårddiskarna i systemet, normalt sett samma disk som innehåller rotfilsystemet. Den är normalt sett inte monterad på ett körande system eftersom den endast behövs av EFI Boot Manager för att läsa in systemet och installerarens del av elilo skriver till filsystemet direkt. Verktyget /usr/sbin/elilo skriver följande filer till katalogen efi/debian på EFI-partitionen under installationen. Notera att EFI Boot Manager skulle hitta dessa filer med sökvägen fsn:\\efi\\debian. Det kan även finnas andra filer i detta filsystem framöver eftersom systemet uppdateras eller konfigureras om." +msgid "" +"The EFI partition is a FAT filesystem format partition on one of the hard " +"disks of the system, usually the same disk that contains the root filesystem. It is normally not mounted on a running system as it " +"is only needed by the EFI Boot Manager to load the system and " +"the installer part of the elilo writes to the filesystem " +"directly. The /usr/sbin/elilo utility writes the " +"following files into the efi/debian directory of the " +"EFI partition during the installation. Note that the EFI Boot " +"Manager would find these files using the path " +"fsn:\\efi\\debian. There may " +"be other files in this filesystem as well over time as the system is updated " +"or re-configured." +msgstr "" +"EFI-partitionen är ett FAT-formaterat filsystem på en av hårddiskarna i " +"systemet, normalt sett samma disk som innehåller rotfilsystemet. Den är normalt sett inte monterad på ett körande " +"system eftersom den endast behövs av EFI Boot Manager för att " +"läsa in systemet och installerarens del av elilo skriver " +"till filsystemet direkt. Verktyget /usr/sbin/elilo " +"skriver följande filer till katalogen efi/debian på EFI-" +"partitionen under installationen. Notera att EFI Boot Manager " +"skulle hitta dessa filer med sökvägen fsn:\\efi\\debian. Det kan även finnas andra filer i " +"detta filsystem framöver eftersom systemet uppdateras eller konfigureras om." #. Tag: filename -#: using-d-i.xml:1939 +#: using-d-i.xml:2300 #, no-c-format msgid "elilo.conf" msgstr "elilo.conf" #. Tag: para -#: using-d-i.xml:1940 +#: using-d-i.xml:2301 #, no-c-format -msgid "This is the configuration file read by the boot loader when it starts. It is a copy of the /etc/elilo.conf with the filenames re-written to refer to files in the EFI partition." -msgstr "Det här är konfigurationsfilen som läses av starthanteraren när den startar. Det är en kopia av /etc/elilo.conf med filnamnen omskrivna för att referera till filer på EFI-partitionen." +msgid "" +"This is the configuration file read by the boot loader when it starts. It is " +"a copy of the /etc/elilo.conf with the filenames re-" +"written to refer to files in the EFI partition." +msgstr "" +"Det här är konfigurationsfilen som läses av starthanteraren när den startar. " +"Det är en kopia av /etc/elilo.conf med filnamnen " +"omskrivna för att referera till filer på EFI-partitionen." #. Tag: filename -#: using-d-i.xml:1949 +#: using-d-i.xml:2310 #, no-c-format msgid "elilo.efi" msgstr "elilo.efi" #. Tag: para -#: using-d-i.xml:1950 +#: using-d-i.xml:2311 #, no-c-format -msgid "This is the boot loader program that the EFI Boot Manager runs to boot the system. It is the program behind the Debian GNU/Linux menu item of the EFI Boot Manager command menu." -msgstr "Det här är starthanterarprogrammet som EFI Boot Manager kör för att starta upp systemet. Det är programmet bakom menyposten Debian GNU/Linux i kommandomenyn i EFI Boot Manager." +msgid "" +"This is the boot loader program that the EFI Boot Manager " +"runs to boot the system. It is the program behind the Debian " +"GNU/Linux menu item of the EFI Boot Manager " +"command menu." +msgstr "" +"Det här är starthanterarprogrammet som EFI Boot Manager kör " +"för att starta upp systemet. Det är programmet bakom menyposten " +"Debian GNU/Linux i kommandomenyn i EFI " +"Boot Manager." #. Tag: filename -#: using-d-i.xml:1960 +#: using-d-i.xml:2321 #, no-c-format msgid "initrd.img" msgstr "initrd.img" #. Tag: para -#: using-d-i.xml:1961 +#: using-d-i.xml:2322 #, no-c-format -msgid "This is the initial root filesystem used to boot the kernel. It is a copy of the file referenced in the /etc/elilo.conf. In a standard Debian installation it would be the file in /boot pointed to by the symbolic link /initrd.img." -msgstr "Det här är det initiala rotfilsystemet som används för att starta upp kärnan. Det är en kopia av filen som omnämns i /etc/elilo.conf. I en standardinstallation av Debian skulle det vara filen i /boot pekad till av den symboliska länken /initrd.img." +msgid "" +"This is the initial root filesystem used to boot the kernel. It is a copy of " +"the file referenced in the /etc/elilo.conf. In a " +"standard Debian installation it would be the file in /boot pointed to by the symbolic link /initrd.img." +msgstr "" +"Det här är det initiala rotfilsystemet som används för att starta upp " +"kärnan. Det är en kopia av filen som omnämns i /etc/elilo.conf. I en standardinstallation av Debian skulle det vara filen i " +"/boot pekad till av den symboliska länken /" +"initrd.img." #. Tag: filename -#: using-d-i.xml:1973 +#: using-d-i.xml:2334 #, no-c-format msgid "readme.txt" msgstr "readme.txt" #. Tag: para -#: using-d-i.xml:1974 +#: using-d-i.xml:2335 #, no-c-format -msgid "This is a small text file warning you that the contents of the directory are managed by the elilo and that any local changes would be lost at the next time /usr/sbin/elilo is run." -msgstr "Det här är en liten textfil som varnar dig att innehållet i katalogen hanteras av elilo och att alla lokala ändringar kommer att förloras nästa gång som /usr/sbin/elilo kör." +msgid "" +"This is a small text file warning you that the contents of the directory are " +"managed by the elilo and that any local changes would be " +"lost at the next time /usr/sbin/elilo is run." +msgstr "" +"Det här är en liten textfil som varnar dig att innehållet i katalogen " +"hanteras av elilo och att alla lokala ändringar kommer " +"att förloras nästa gång som /usr/sbin/elilo kör." #. Tag: filename -#: using-d-i.xml:1984 +#: using-d-i.xml:2345 #, no-c-format msgid "vmlinuz" msgstr "vmlinuz" #. Tag: para -#: using-d-i.xml:1985 +#: using-d-i.xml:2346 #, no-c-format -msgid "This is the compressed kernel itself. It is a copy of the file referenced in the /etc/elilo.conf. In a standard Debian installation it would be the file in /boot pointed to by the symbolic link /vmlinuz." -msgstr "Det här är själva kärnan i komprimerad form. Det är en kopia av filen som omnämns i /etc/elilo.conf. I en standardinstallation av Debian skulle det vara filen i /boot pekad till av den symboliska länken /vmlinuz." +msgid "" +"This is the compressed kernel itself. It is a copy of the file referenced in " +"the /etc/elilo.conf. In a standard Debian installation " +"it would be the file in /boot pointed to by the " +"symbolic link /vmlinuz." +msgstr "" +"Det här är själva kärnan i komprimerad form. Det är en kopia av filen som " +"omnämns i /etc/elilo.conf. I en standardinstallation av " +"Debian skulle det vara filen i /boot pekad till av den " +"symboliska länken /vmlinuz." #. Tag: title -#: using-d-i.xml:2005 +#: using-d-i.xml:2366 #, no-c-format msgid "arcboot-installer" msgstr "arcboot-installerare" #. Tag: para -#: using-d-i.xml:2006 +#: using-d-i.xml:2367 #, no-c-format msgid "" -"The boot loader on SGI machines is arcboot. It has to be installed on the same hard disk as the kernel (this is done automatically by the installer). Arcboot supports different configurations which are set up in /etc/arcboot.conf. Each configuration has a unique name, the default setup as created by the installer is linux. After arcboot has been installed, the system can be booted from hard disk by setting some firmware environment variables entering \n" -" setenv SystemPartition scsi(scsi)disk(disk)rdisk(0)partition(0)\n" -" setenv OSLoadPartition scsi(scsi)disk(disk)rdisk(0)partition(partnr)\n" +"The boot loader on SGI machines is arcboot. It has to be " +"installed on the same hard disk as the kernel (this is done automatically by " +"the installer). Arcboot supports different configurations which are set up " +"in /etc/arcboot.conf. Each configuration has a unique " +"name, the default setup as created by the installer is linux. " +"After arcboot has been installed, the system can be booted from hard disk by " +"setting some firmware environment variables entering " +"\n" +" setenv SystemPartition scsi(scsi)disk" +"(disk)rdisk(0)partition(0)\n" +" setenv OSLoadPartition scsi(scsi)disk" +"(disk)rdisk(0)partition(partnr)\n" " setenv OSLoader arcboot\n" -" setenv OSLoadFilename config\n" +" setenv OSLoadFilename config\n" " setenv AutoLoad yes\n" -" on the firmware prompt, and then typing boot." +" on the firmware prompt, and then typing " +"boot." msgstr "" -"Starthanteraren på SGI-maskiner är arcboot. Den måste installeras på samma hårddisk som kärnan (det här görs automatiskt av installeraren). Arcboot har stöd för olika konfigurationer som ställs in i /etc/arcboot.conf. Varje konfiguration har ett unikt namn, standardkonfigurationen som skapats av installeraren är linux. Efter arcboot har installerats, kan systemet startas upp från hårddisken genom att ställa in några miljövariabler i firmware genom att ange \n" -" setenv SystemPartition scsi(scsi)disk(disk)rdisk(0)partition(0)\n" -" setenv OSLoadPartition scsi(scsi)disk(disk)rdisk(0)partition(partnr)\n" +"Starthanteraren på SGI-maskiner är arcboot. Den måste " +"installeras på samma hårddisk som kärnan (det här görs automatiskt av " +"installeraren). Arcboot har stöd för olika konfigurationer som ställs in i " +"/etc/arcboot.conf. Varje konfiguration har ett unikt " +"namn, standardkonfigurationen som skapats av installeraren är linux. Efter arcboot har installerats, kan systemet startas upp från " +"hårddisken genom att ställa in några miljövariabler i firmware genom att " +"ange \n" +" setenv SystemPartition scsi(scsi)disk" +"(disk)rdisk(0)partition(0)\n" +" setenv OSLoadPartition scsi(scsi)disk" +"(disk)rdisk(0)partition(partnr)\n" " setenv OSLoader arcboot\n" -" setenv OSLoadFilename config\n" +" setenv OSLoadFilename config\n" " setenv AutoLoad yes\n" -" vid firmware-prompten, och sedan ange boot." +" vid firmware-prompten, och sedan ange " +"boot." #. Tag: replaceable -#: using-d-i.xml:2025 +#: using-d-i.xml:2386 #, no-c-format msgid "scsi" msgstr "scsi" #. Tag: para -#: using-d-i.xml:2026 +#: using-d-i.xml:2387 #, no-c-format -msgid "is the SCSI bus to be booted from, this is 0 for the onboard controllers" -msgstr "är SCSI-bussen som ska startas från, den här är 0 för inbyggda kontrollrar" +msgid "" +"is the SCSI bus to be booted from, this is 0 for the " +"onboard controllers" +msgstr "" +"är SCSI-bussen som ska startas från, den här är 0 för " +"inbyggda kontrollrar" #. Tag: replaceable -#: using-d-i.xml:2034 +#: using-d-i.xml:2395 #, no-c-format msgid "disk" msgstr "disk" #. Tag: para -#: using-d-i.xml:2035 +#: using-d-i.xml:2396 #, no-c-format -msgid "is the SCSI ID of the hard disk on which arcboot is installed" -msgstr "är SCSI ID på hårddisken på vilken arcboot är installerad" +msgid "" +"is the SCSI ID of the hard disk on which arcboot is " +"installed" +msgstr "" +"är SCSI ID på hårddisken på vilken arcboot är installerad" #. Tag: replaceable -#: using-d-i.xml:2043 -#: using-d-i.xml:2112 +#: using-d-i.xml:2404 using-d-i.xml:2473 #, no-c-format msgid "partnr" msgstr "partnr" #. Tag: para -#: using-d-i.xml:2044 +#: using-d-i.xml:2405 #, no-c-format -msgid "is the number of the partition on which /etc/arcboot.conf resides" -msgstr "är numret på partitionen på vilken /etc/arcboot.conf finns" +msgid "" +"is the number of the partition on which /etc/arcboot.conf resides" +msgstr "" +"är numret på partitionen på vilken /etc/arcboot.conf " +"finns" #. Tag: replaceable -#: using-d-i.xml:2052 +#: using-d-i.xml:2413 #, no-c-format msgid "config" msgstr "konfig" #. Tag: para -#: using-d-i.xml:2053 +#: using-d-i.xml:2414 #, no-c-format -msgid "is the name of the configuration entry in /etc/arcboot.conf, which is linux by default." -msgstr "är namnet på konfigurationsposten i /etc/arcboot.conf, vilket är linux som standard." +msgid "" +"is the name of the configuration entry in /etc/arcboot.conf, which is linux by default." +msgstr "" +"är namnet på konfigurationsposten i /etc/arcboot.conf, " +"vilket är linux som standard." #. Tag: title -#: using-d-i.xml:2074 +#: using-d-i.xml:2435 #, no-c-format msgid "delo-installer" msgstr "delo-installerare" #. Tag: para -#: using-d-i.xml:2075 +#: using-d-i.xml:2436 #, no-c-format msgid "" -"The boot loader on DECstations is DELO. It has to be installed on the same hard disk as the kernel (this is done automatically by the installer). DELO supports different configurations which are set up in /etc/delo.conf. Each configuration has a unique name, the default setup as created by the installer is linux. After DELO has been installed, the system can be booted from hard disk by entering \n" -"boot #/rzid partnr/name\n" +"The boot loader on DECstations is DELO. It has to be " +"installed on the same hard disk as the kernel (this is done automatically by " +"the installer). DELO supports different configurations which are set up in " +"/etc/delo.conf. Each configuration has a unique name, " +"the default setup as created by the installer is linux. After " +"DELO has been installed, the system can be booted from hard disk by entering " +"\n" +"boot #/rzid " +"partnr/name\n" " on the firmware prompt." msgstr "" -"Starthanteraren på DECstation är DELO. Den måste installeras på samma hårddisk som kärnan (det här görs automatiskt av installeraren). DELO har stöd för olika konfigurationer som ställs in i /etc/delo.conf. Varje konfiguration har ett unikt namn, standardkonfigurationen som skapas av installeraren är linux. Efter DELO har installerats, kan systemet startas upp från hårddisken genom att ange \n" -"boot #/rzid partnr/namn\n" +"Starthanteraren på DECstation är DELO. Den måste " +"installeras på samma hårddisk som kärnan (det här görs automatiskt av " +"installeraren). DELO har stöd för olika konfigurationer som ställs in i " +"/etc/delo.conf. Varje konfiguration har ett unikt namn, " +"standardkonfigurationen som skapas av installeraren är linux. " +"Efter DELO har installerats, kan systemet startas upp från hårddisken genom " +"att ange \n" +"boot #/rzid " +"partnr/namn\n" " vid firmware-prompten." #. Tag: replaceable -#: using-d-i.xml:2094 +#: using-d-i.xml:2455 #, no-c-format msgid "#" msgstr "#" #. Tag: para -#: using-d-i.xml:2095 +#: using-d-i.xml:2456 #, no-c-format -msgid "is the TurboChannel device to be booted from, on most DECstations this is 3 for the onboard controllers" -msgstr "är TurboChannel-enheten som ska startas från, på de flesta DECstationer är det här 3 för inbyggda kontrollrar" +msgid "" +"is the TurboChannel device to be booted from, on most DECstations this is " +"3 for the onboard controllers" +msgstr "" +"är TurboChannel-enheten som ska startas från, på de flesta DECstationer är " +"det här 3 för inbyggda kontrollrar" #. Tag: replaceable -#: using-d-i.xml:2103 +#: using-d-i.xml:2464 #, no-c-format msgid "id" msgstr "id" #. Tag: para -#: using-d-i.xml:2104 +#: using-d-i.xml:2465 #, no-c-format -msgid "is the SCSI ID of the hard disk on which DELO is installed" -msgstr "är det SCSI ID på hårddisken på vilken DELO finns installerad" +msgid "" +"is the SCSI ID of the hard disk on which DELO is installed" +msgstr "" +"är det SCSI ID på hårddisken på vilken DELO finns " +"installerad" #. Tag: para -#: using-d-i.xml:2113 +#: using-d-i.xml:2474 #, no-c-format -msgid "is the number of the partition on which /etc/delo.conf resides" -msgstr "är numret på den partition som /etc/delo.conf finns" +msgid "" +"is the number of the partition on which /etc/delo.conf " +"resides" +msgstr "" +"är numret på den partition som /etc/delo.conf finns" #. Tag: replaceable -#: using-d-i.xml:2121 +#: using-d-i.xml:2482 #, no-c-format msgid "name" msgstr "namn" #. Tag: para -#: using-d-i.xml:2122 +#: using-d-i.xml:2483 #, no-c-format -msgid "is the name of the configuration entry in /etc/delo.conf, which is linux by default." -msgstr "är namnet på konfigurationsposten i /etc/delo.conf, vilket är linux som standard." +msgid "" +"is the name of the configuration entry in /etc/delo.conf, which is linux by default." +msgstr "" +"är namnet på konfigurationsposten i /etc/delo.conf, " +"vilket är linux som standard." #. Tag: para -#: using-d-i.xml:2132 +#: using-d-i.xml:2493 #, no-c-format -msgid "In case /etc/delo.conf is on the first partition on the disk and the default configuration shall be booted, it is sufficient to use" -msgstr "Om /etc/delo.conf finns på första partitionen på disken och standardkonfigurationen ska startas upp, räcker det att använda" +msgid "" +"In case /etc/delo.conf is on the first partition on the " +"disk and the default configuration shall be booted, it is sufficient to use" +msgstr "" +"Om /etc/delo.conf finns på första partitionen på disken " +"och standardkonfigurationen ska startas upp, räcker det att använda" #. Tag: screen -#: using-d-i.xml:2138 +#: using-d-i.xml:2499 #, no-c-format msgid "boot #/rzid" msgstr "boot #/rzid" #. Tag: title -#: using-d-i.xml:2148 +#: using-d-i.xml:2509 #, no-c-format msgid "Install Yaboot on a Hard Disk" msgstr "Installera Yaboot på en hårddisk" #. Tag: para -#: using-d-i.xml:2149 +#: using-d-i.xml:2510 #, no-c-format -msgid "Newer (mid 1998 and on) PowerMacs use yaboot as their boot loader. The installer will set up yaboot automatically, so all you need is a small 820k partition named bootstrap with type Apple_Bootstrap created back in the partitioning component. If this step completes successfully then your disk should now be bootable and OpenFirmware will be set to boot &debian;." -msgstr "Nyare (mitten av 1998 och senare) PowerMac använder yaboot som sin starthanterare. Installeraren kommer att ställa in yaboot automatiskt, så allt du behöver är en liten 820k stor partition med namnet bootstrap med typen Apple_Bootstrap skapad tidigare i partitioneringskomponenten. Om det här steget slutförs korrekt ska din disk nu vara startbar och OpenFirmware kommer att vara inställd att starta upp &debian;." +msgid "" +"Newer (mid 1998 and on) PowerMacs use yaboot as their " +"boot loader. The installer will set up yaboot " +"automatically, so all you need is a small 820k partition named " +"bootstrap with type Apple_Bootstrap " +"created back in the partitioning component. If this step completes " +"successfully then your disk should now be bootable and OpenFirmware will be " +"set to boot &debian;." +msgstr "" +"Nyare (mitten av 1998 och senare) PowerMac använder yaboot som sin starthanterare. Installeraren kommer att ställa in " +"yaboot automatiskt, så allt du behöver är en liten 820k " +"stor partition med namnet bootstrap med typen " +"Apple_Bootstrap skapad tidigare i " +"partitioneringskomponenten. Om det här steget slutförs korrekt ska din disk " +"nu vara startbar och OpenFirmware kommer att vara inställd att starta upp " +"&debian;." #. Tag: title -#: using-d-i.xml:2167 +#: using-d-i.xml:2528 #, no-c-format msgid "Install Quik on a Hard Disk" msgstr "Installera Quik på en hårddisk" #. Tag: para -#: using-d-i.xml:2168 +#: using-d-i.xml:2529 #, no-c-format -msgid "The boot loader for OldWorld Power Macintosh machines is quik. You can also use it on CHRP. The installer will attempt to set up quik automatically. The setup has been known to work on 7200, 7300, and 7600 Powermacs, and on some Power Computing clones." -msgstr "Starthanteraren för OldWorld Power Macintosh-maskiner är quik. Du kan även använda den på CHRP. Installeraren kommer att försöka att ställa in quik automatiskt. Konfigurationen är känd att fungera på 7200, 7300, och 7600 Powermac, och på vissa Power Computing-kloner." +msgid "" +"The boot loader for OldWorld Power Macintosh machines is quik. You can also use it on CHRP. The installer will attempt to set up " +"quik automatically. The setup has been known to work on " +"7200, 7300, and 7600 Powermacs, and on some Power Computing clones." +msgstr "" +"Starthanteraren för OldWorld Power Macintosh-maskiner är quik. Du kan även använda den på CHRP. Installeraren kommer att försöka " +"att ställa in quik automatiskt. Konfigurationen är känd " +"att fungera på 7200, 7300, och 7600 Powermac, och på vissa Power Computing-" +"kloner." #. Tag: title -#: using-d-i.xml:2184 +#: using-d-i.xml:2545 #, no-c-format msgid "zipl-installer" msgstr "zipl-installerare" #. Tag: para -#: using-d-i.xml:2185 +#: using-d-i.xml:2546 #, no-c-format -msgid "The boot loader on &arch-title; is zipl. ZIPL is similar in configuration and usage to LILO, with a few exceptions. Please take a look at LINUX for &arch-title; Device Drivers and Installation Commands from IBM's developerWorks web site if you want to know more about ZIPL." -msgstr "Starthanteraren på &arch-title; är zipl. ZIPL är lik i konfiguration och användning som LILO, med ett fåtal undantag. Ta en titt på LINUX for &arch-title; Device Drivers and Installation Commands från IBM:s developerWorks-webbsida om du vill veta mer om ZIPL." +msgid "" +"The boot loader on &arch-title; is zipl. ZIPL is similar in configuration and usage to LILO, " +"with a few exceptions. Please take a look at LINUX for &arch-title; " +"Device Drivers and Installation Commands from IBM's developerWorks " +"web site if you want to know more about ZIPL." +msgstr "" +"Starthanteraren på &arch-title; är zipl. ZIPL är lik i konfiguration och användning som LILO, " +"med ett fåtal undantag. Ta en titt på LINUX for &arch-title; Device " +"Drivers and Installation Commands från IBM:s developerWorks-webbsida " +"om du vill veta mer om ZIPL." #. Tag: title -#: using-d-i.xml:2202 +#: using-d-i.xml:2563 #, no-c-format msgid "Install the SILO Boot Loader on a Hard Disk" msgstr "Installera starthanteraren SILO på en hårddisk" #. Tag: para -#: using-d-i.xml:2204 +#: using-d-i.xml:2565 #, no-c-format -msgid "The standard &architecture; boot loader is called silo. It is documented in /usr/share/doc/silo/. SILO is similar in configuration and usage to LILO, with a few exceptions. First of all, SILO allows you to boot any kernel image on your drive, even if it is not listed in /etc/silo.conf. This is because SILO can actually read Linux partitions. Also, /etc/silo.conf is read at boot time, so there is no need to rerun silo after installing a new kernel like you would with LILO. SILO can also read UFS partitions, which means it can boot SunOS/Solaris partitions as well. This is useful if you want to install GNU/Linux alongside an existing SunOS/Solaris install." -msgstr "Den starthanterare som är standard på &architecture; kallas för silo. Den finns dokumenterad i /usr/share/doc/silo/. SILO är lik i konfiguration och användning som LILO, med ett fåtal undantag. Först, SILO låter dig starta upp valfri kärnavbild på din disk, även om den inte är listad i /etc/silo.conf. Det är på grund av att SILO kan faktiskt läsa Linux-partitioner. Ytterligare, /etc/silo.conf läses in vid uppstart, så det finns inget behov att köra om silo efter installation av ny kärna som du skulle gjort med LILO. SILO kan även läsa UFS-partitioner, som betyder att den även kan starta upp SunOS/Solaris-partitioner. Det här är användbart om du vill installera GNU/Linux vid sidan av en existerande installation av SunOS/Solaris." +msgid "" +"The standard &architecture; boot loader is called silo. It is " +"documented in /usr/share/doc/silo/. SILO is similar in configuration and usage to LILO, " +"with a few exceptions. First of all, SILO allows you to " +"boot any kernel image on your drive, even if it is not listed in /" +"etc/silo.conf. This is because SILO can " +"actually read Linux partitions. Also, /etc/silo.conf is " +"read at boot time, so there is no need to rerun silo " +"after installing a new kernel like you would with LILO. " +"SILO can also read UFS partitions, which means it can " +"boot SunOS/Solaris partitions as well. This is useful if you want to install " +"GNU/Linux alongside an existing SunOS/Solaris install." +msgstr "" +"Den starthanterare som är standard på &architecture; kallas för silo. Den finns dokumenterad i /usr/share/doc/silo/. " +"SILO är lik i konfiguration och användning som " +"LILO, med ett fåtal undantag. Först, SILO låter dig starta upp valfri kärnavbild på din disk, även om den " +"inte är listad i /etc/silo.conf. Det är på grund av att " +"SILO kan faktiskt läsa Linux-partitioner. Ytterligare, " +"/etc/silo.conf läses in vid uppstart, så det finns " +"inget behov att köra om silo efter installation av ny " +"kärna som du skulle gjort med LILO. SILO kan även läsa UFS-partitioner, som betyder att den även kan starta " +"upp SunOS/Solaris-partitioner. Det här är användbart om du vill installera " +"GNU/Linux vid sidan av en existerande installation av SunOS/Solaris." #. Tag: title -#: using-d-i.xml:2229 +#: using-d-i.xml:2590 #, no-c-format msgid "Continue Without Boot Loader" msgstr "Fortsätt utan starthanterare" #. Tag: para -#: using-d-i.xml:2231 +#: using-d-i.xml:2592 #, no-c-format -msgid "This option can be used to complete the installation even when no boot loader is to be installed, either because the arch/subarch doesn't provide one, or because none is desired (e.g. you will use existing boot loader). This option is especially useful for Macintosh, Atari, and Amiga systems, where the original operating system must be maintained on the box and used to boot GNU/Linux." -msgstr "Det här alternativet kan användas för att färdigställa installationen även om inte starthanterare kommer att installeras, antingen på grund av att arkitekturen/underarkitekturen inte erbjuder en eller på grund av att ingen önskas (exempelvis, du vill använda den existerande starthanteraren). Det här alternativet är speciellt användbart för Macintosh, Atari, och Amiga-system, där det ursprungliga operativsystemet måste hållas kvar på burken och användas för att starta upp GNU/Linux." +msgid "" +"This option can be used to complete the installation even when no boot " +"loader is to be installed, either because the arch/subarch doesn't provide " +"one, or because none is desired (e.g. you will use existing boot loader). " +"This option is especially useful for Macintosh, Atari, " +"and Amiga systems, where the original operating system must be maintained on " +"the box and used to boot GNU/Linux." +msgstr "" +"Det här alternativet kan användas för att färdigställa installationen även " +"om inte starthanterare kommer att installeras, antingen på grund av att " +"arkitekturen/underarkitekturen inte erbjuder en eller på grund av att ingen " +"önskas (exempelvis, du vill använda den existerande starthanteraren). " +"Det här alternativet är speciellt användbart för " +"Macintosh, Atari, och Amiga-system, där det ursprungliga operativsystemet " +"måste hållas kvar på burken och användas för att starta upp GNU/Linux." #. Tag: para -#: using-d-i.xml:2240 +#: using-d-i.xml:2601 #, no-c-format -msgid "If you plan to manually configure your bootloader, you should check the name of the installed kernel in /target/boot. You should also check that directory for the presence of an initrd; if one is present, you will probably have to instruct your bootloader to use it. Other information you will need are the disk and partition you selected for your / filesystem and, if you chose to install /boot on a separate partition, also your /boot filesystem." -msgstr "Om du planerar att manuellt konfigurera din starthanterare, bör du kontrollera namnet på den installerade kärnan i /target/boot. Du bör också kontrollera den katalogen om det finns en initrd; om det finns en ska du antagligen instruera din starthanterare att använda den. Övrig information som du behöver ange är disken och partition du har valt för ditt /-filsystem och, om du valde att installera /boot på en separat partition, även ditt /boot-filsystem." +msgid "" +"If you plan to manually configure your bootloader, you should check the name " +"of the installed kernel in /target/boot. You should " +"also check that directory for the presence of an initrd; if one is present, you will probably have to instruct your " +"bootloader to use it. Other information you will need are the disk and " +"partition you selected for your / filesystem and, if " +"you chose to install /boot on a separate partition, " +"also your /boot filesystem." +msgstr "" +"Om du planerar att manuellt konfigurera din starthanterare, bör du " +"kontrollera namnet på den installerade kärnan i /target/boot. Du bör också kontrollera den katalogen om det finns en " +"initrd; om det finns en ska du antagligen instruera " +"din starthanterare att använda den. Övrig information som du behöver ange är " +"disken och partition du har valt för ditt /-filsystem " +"och, om du valde att installera /boot på en separat " +"partition, även ditt /boot-filsystem." #. Tag: title -#: using-d-i.xml:2257 +#: using-d-i.xml:2618 #, no-c-format msgid "Finishing the Installation" msgstr "Färdigställ installationen" #. Tag: para -#: using-d-i.xml:2258 +#: using-d-i.xml:2619 #, no-c-format -msgid "These are the last bits to do before rebooting to your new system. It mostly consists of tidying up after the &d-i;." -msgstr "De här är de sista bitarna att göra före omstarten in i ditt nya system. Det består mestadels av att knyta ihop allt efter &d-i;." +msgid "" +"These are the last bits to do before rebooting to your new system. It mostly " +"consists of tidying up after the &d-i;." +msgstr "" +"De här är de sista bitarna att göra före omstarten in i ditt nya system. Det " +"består mestadels av att knyta ihop allt efter &d-i;." #. Tag: title -#: using-d-i.xml:2270 +#: using-d-i.xml:2631 #, no-c-format msgid "Finish the Installation and Reboot" msgstr "Färdigställ installationen och starta om systemet" #. Tag: para -#: using-d-i.xml:2272 +#: using-d-i.xml:2633 #, no-c-format -msgid "This is the last step in the initial Debian installation process. You will be prompted to remove the boot media (CD, floppy, etc) that you used to boot the installer. The installer will do any last minute tasks, and then reboot into your new Debian system." -msgstr "Det här är det sista steget i den initiala installationsprocessen för Debian. Du kommer att bli frågad att mata ut uppstartsmedia (cd, diskett, etc) som du använde för att starta upp installeraren. Installeraren kommer att göra sista minuten-uppgifterna och sedan starta om in i ditt nya Debian-system." +msgid "" +"This is the last step in the initial Debian installation process. You will " +"be prompted to remove the boot media (CD, floppy, etc) that you used to boot " +"the installer. The installer will do any last minute tasks, and then reboot " +"into your new Debian system." +msgstr "" +"Det här är det sista steget i den initiala installationsprocessen för " +"Debian. Du kommer att bli frågad att mata ut uppstartsmedia (cd, diskett, " +"etc) som du använde för att starta upp installeraren. Installeraren kommer " +"att göra sista minuten-uppgifterna och sedan starta om in i ditt nya Debian-" +"system." #. Tag: para -#: using-d-i.xml:2279 +#: using-d-i.xml:2640 #, no-c-format -msgid "Select the Finish the installation menu item which will halt the system because rebooting is not supported on &arch-title; in this case. You then need to IPL GNU/Linux from the DASD which you selected for the root filesystem during the first steps of the installation." -msgstr "Välj menyposten Slutför installationen som kommer att stänga ner systemet därför att omstarter stöds inte på &arch-title; i detta fallet. Du behöver sedan köra en IPL GNU/Linux från den DASD som du valde för rotfilsystemet under de första stegen av installationen." +msgid "" +"Select the Finish the installation menu item " +"which will halt the system because rebooting is not supported on &arch-" +"title; in this case. You then need to IPL GNU/Linux from the DASD which you " +"selected for the root filesystem during the first steps of the installation." +msgstr "" +"Välj menyposten Slutför installationen som kommer " +"att stänga ner systemet därför att omstarter stöds inte på &arch-title; i " +"detta fallet. Du behöver sedan köra en IPL GNU/Linux från den DASD som du " +"valde för rotfilsystemet under de första stegen av installationen." #. Tag: title -#: using-d-i.xml:2293 +#: using-d-i.xml:2654 #, no-c-format msgid "Miscellaneous" msgstr "Blandat" #. Tag: para -#: using-d-i.xml:2294 +#: using-d-i.xml:2655 #, no-c-format -msgid "The components listed in this section are usually not involved in the installation process, but are waiting in the background to help the user in case something goes wrong." -msgstr "Komponenterna som listas i den här sektionen är normalt sett inte inblandade i installationsprocessen men väntar i bakgrunden för att hjälpa användaren om något går fel." +msgid "" +"The components listed in this section are usually not involved in the " +"installation process, but are waiting in the background to help the user in " +"case something goes wrong." +msgstr "" +"Komponenterna som listas i den här sektionen är normalt sett inte inblandade " +"i installationsprocessen men väntar i bakgrunden för att hjälpa användaren " +"om något går fel." #. Tag: title -#: using-d-i.xml:2307 +#: using-d-i.xml:2668 #, no-c-format msgid "Saving the installation logs" msgstr "Spara installationsloggar" #. Tag: para -#: using-d-i.xml:2309 +#: using-d-i.xml:2670 #, no-c-format -msgid "If the installation is successful, the logfiles created during the installation process will be automatically saved to /var/log/installer/ on your new Debian system." -msgstr "Om installationen lyckas, kommer loggfilerna som skapas under installationsprocessen att automatiskt sparas till /var/log/installer/ på ditt nya Debian-system." +msgid "" +"If the installation is successful, the logfiles created during the " +"installation process will be automatically saved to /var/log/" +"installer/ on your new Debian system." +msgstr "" +"Om installationen lyckas, kommer loggfilerna som skapas under " +"installationsprocessen att automatiskt sparas till /var/log/" +"installer/ på ditt nya Debian-system." #. Tag: para -#: using-d-i.xml:2316 +#: using-d-i.xml:2677 #, no-c-format -msgid "Choosing Save debug logs from the main menu allows you to save the log files to a floppy disk, network, hard disk, or other media. This can be useful if you encounter fatal problems during the installation and wish to study the logs on another system or attach them to an installation report." -msgstr "Välj Spara felsökningsloggar från huvudmenyn låter dig spara loggfilerna till en diskett, nätverk, hårddisk eller annat media. Det kan vara användbart om du påträffar allvarliga problem under installationen och vill undersöka loggarna på ett annat system eller bifoga dem i en installationsrapport." +msgid "" +"Choosing Save debug logs from the main menu " +"allows you to save the log files to a floppy disk, network, hard disk, or " +"other media. This can be useful if you encounter fatal problems during the " +"installation and wish to study the logs on another system or attach them to " +"an installation report." +msgstr "" +"Välj Spara felsökningsloggar från huvudmenyn " +"låter dig spara loggfilerna till en diskett, nätverk, hårddisk eller annat " +"media. Det kan vara användbart om du påträffar allvarliga problem under " +"installationen och vill undersöka loggarna på ett annat system eller bifoga " +"dem i en installationsrapport." #. Tag: title -#: using-d-i.xml:2336 +#: using-d-i.xml:2697 #, no-c-format msgid "Using the Shell and Viewing the Logs" msgstr "Användning av skalet och visning av loggar" #. Tag: para -#: using-d-i.xml:2339 +#: using-d-i.xml:2700 #, no-c-format -msgid "There is an Execute a Shell item on the menu. If the menu is not available when you need to use the shell, press Left Alt F2 (on a Mac keyboard, Option F2 ) to switch to the second virtual console. That's the Alt key on the left-hand side of the space bar, and the F2 function key, at the same time. This is a separate window running a Bourne shell clone called ash." -msgstr "Det finns en post kallad Starta ett skal i menyn. Om menyn inte är tillgänglig när du behöver använda skalet, tryck Vänster Alt F2 (på ett Mac-tangentbord, Option F2 ) för att byta till den andra virtuella konsollen. Det är Alt-tangenten på vänster sida av mellanslag, och funktionstangenten F2, på samma gång. Det är ett separat fönster som kör en klon av skalet Bourne som kallas ash." +msgid "" +"There is an Execute a Shell item on the menu. If " +"the menu is not available when you need to use the shell, press " +"Left Alt F2 (on a Mac " +"keyboard, Option F2 ) " +"to switch to the second virtual console. That's the " +"Alt key on the left-hand side of the space bar, and the F2 function key, at the same time. This is " +"a separate window running a Bourne shell clone called ash." +msgstr "" +"Det finns en post kallad Starta ett skal i menyn. " +"Om menyn inte är tillgänglig när du behöver använda skalet, tryck " +"Vänster Alt F2 (på " +"ett Mac-tangentbord, Option F2 ) för att byta till den andra virtuella konsollen. Det är Alt-tangenten på vänster sida av " +"mellanslag, och funktionstangenten F2, på " +"samma gång. Det är ett separat fönster som kör en klon av skalet Bourne som " +"kallas ash." #. Tag: para -#: using-d-i.xml:2351 +#: using-d-i.xml:2712 #, no-c-format -msgid "At this point you are booted from the RAM disk, and there is a limited set of Unix utilities available for your use. You can see what programs are available with the command ls /bin /sbin /usr/bin /usr/sbin and by typing help. The text editor is nano. The shell has some nice features like autocompletion and history." -msgstr "Vid den här tidpunkten har du startat upp från RAM-disken, och det finns en begränsad uppsättning Unix-verktyg tillgängliga för dig. Du kan se vilka program som finns tillgängliga med kommandot ls /bin /sbin /usr/bin /usr/sbin och genom att skriva help. Textredigeraren är nano. Skalet har några trevliga funktioner som automatisk färdigställning och historik." +msgid "" +"At this point you are booted from the RAM disk, and there is a limited set " +"of Unix utilities available for your use. You can see what programs are " +"available with the command ls /bin /sbin /usr/bin /usr/sbin and by typing help. The text editor is " +"nano. The shell has some nice features like " +"autocompletion and history." +msgstr "" +"Vid den här tidpunkten har du startat upp från RAM-disken, och det finns en " +"begränsad uppsättning Unix-verktyg tillgängliga för dig. Du kan se vilka " +"program som finns tillgängliga med kommandot ls /bin /sbin /usr/" +"bin /usr/sbin och genom att skriva help. " +"Textredigeraren är nano. Skalet har några trevliga " +"funktioner som automatisk färdigställning och historik." #. Tag: para -#: using-d-i.xml:2360 +#: using-d-i.xml:2721 #, no-c-format -msgid "Use the menus to perform any task that they are able to do — the shell and commands are only there in case something goes wrong. In particular, you should always use the menus, not the shell, to activate your swap partition, because the menu software can't detect that you've done this from the shell. Press Left Alt F1 to get back to menus, or type exit if you used a menu item to open the shell." -msgstr "Använd menyerna för att genomföra de uppgifter som de kan göra — skalet och kommandona är endast där om något skulle på fel. Speciellt bör du alltid använda menyerna, inte skalet, för att aktivera din växlingspartition, på grund av att programvaran i menyn inte kan identifiera att du har gjort det från skalet. Tryck Vänster Alt F1 för att komma tillbaka till menyerna, eller skriv exit om du använt en menypost för att öppna skalet." +msgid "" +"Use the menus to perform any task that they are able to do — the shell " +"and commands are only there in case something goes wrong. In particular, you " +"should always use the menus, not the shell, to activate your swap partition, " +"because the menu software can't detect that you've done this from the shell. " +"Press Left Alt F1 to " +"get back to menus, or type exit if you used a menu item " +"to open the shell." +msgstr "" +"Använd menyerna för att genomföra de uppgifter som de kan göra — " +"skalet och kommandona är endast där om något skulle på fel. Speciellt bör du " +"alltid använda menyerna, inte skalet, för att aktivera din " +"växlingspartition, på grund av att programvaran i menyn inte kan identifiera " +"att du har gjort det från skalet. Tryck Vänster Alt F1 för att komma tillbaka till menyerna, " +"eller skriv exit om du använt en menypost för att öppna " +"skalet." #. Tag: title -#: using-d-i.xml:2379 +#: using-d-i.xml:2740 #, no-c-format msgid "Installation Over the Network" msgstr "Installation över nätverket" #. Tag: para -#: using-d-i.xml:2381 +#: using-d-i.xml:2742 #, no-c-format -msgid "One of the more interesting components is network-console. It allows you to do a large part of the installation over the network via SSH. The use of the network implies you will have to perform the first steps of the installation from the console, at least to the point of setting up the networking. (Although you can automate that part with .)" -msgstr "En av de mer intressanta komponenterna är network-console. Den låter dig göra en stor del av installationen över nätverket via SSH. Användningen av nätverk antyder att du måste genomföra de första stegen av installationen från konsollen, åtminstone till punkten där nätverket ställs in. (Dock kan du automatisera den delen med .)" +msgid "" +"One of the more interesting components is network-console. It allows you to do a large part of the installation over the " +"network via SSH. The use of the network implies you will have to perform the " +"first steps of the installation from the console, at least to the point of " +"setting up the networking. (Although you can automate that part with .)" +msgstr "" +"En av de mer intressanta komponenterna är network-console. Den låter dig göra en stor del av installationen över nätverket " +"via SSH. Användningen av nätverk antyder att du måste genomföra de första " +"stegen av installationen från konsollen, åtminstone till punkten där " +"nätverket ställs in. (Dock kan du automatisera den delen med .)" #. Tag: para -#: using-d-i.xml:2391 +#: using-d-i.xml:2752 #, no-c-format -msgid "This component is not loaded into the main installation menu by default, so you have to explicitly ask for it. If you are installing from CD, you need to boot with medium priority or otherwise invoke the main installation menu and choose Load installer components from CD and from the list of additional components select network-console: Continue installation remotely using SSH. Successful load is indicated by a new menu entry called Continue installation remotely using SSH." -msgstr "Den här komponenten läses inte in i huvudmenyn som standard så du måste specifikt begära den. Om du installerar från en cd-skiva behöver du starta upp med mediumprioritet eller annars kan du starta huvudmenyn och välja Läs in installationskomponenter från cd och från listan av ytterligare komponenter välja network-console: Fortsätt installationen genom fjärråtkomst med SSH. En lyckad inläsning indikeras av en ny menypost kallad Fortsätt installationen genom fjärråtkomst med SSH." +msgid "" +"This component is not loaded into the main installation menu by default, so " +"you have to explicitly ask for it. If you are installing from CD, you need " +"to boot with medium priority or otherwise invoke the main installation menu " +"and choose Load installer components from CD and " +"from the list of additional components select network-console: " +"Continue installation remotely using SSH. Successful load is " +"indicated by a new menu entry called Continue installation " +"remotely using SSH." +msgstr "" +"Den här komponenten läses inte in i huvudmenyn som standard så du måste " +"specifikt begära den. Om du installerar från en cd-skiva behöver du starta " +"upp med mediumprioritet eller annars kan du starta huvudmenyn och välja " +"Läs in installationskomponenter från cd och från " +"listan av ytterligare komponenter välja network-console: " +"Fortsätt installationen genom fjärråtkomst med SSH. En lyckad " +"inläsning indikeras av en ny menypost kallad Fortsätt " +"installationen genom fjärråtkomst med SSH." #. Tag: para -#: using-d-i.xml:2404 +#: using-d-i.xml:2765 #, no-c-format -msgid "For installations on &arch-title;, this is the default method after setting up the network." -msgstr "För installationer på &arch-title;, det här är standardmetoden efter konfiguration av nätverket." +msgid "" +"For installations on &arch-title;, this is the default method after setting " +"up the network." +msgstr "" +"För installationer på &arch-title;, det här är standardmetoden efter " +"konfiguration av nätverket." #. Tag: para -#: using-d-i.xml:2409 +#: using-d-i.xml:2770 #, no-c-format -msgid "After selecting this new entry, you You will be asked for a new password to be used for connecting to the installation system and for its confirmation. That's all. Now you should see a screen which instructs you to login remotely as the user installer with the password you just provided. Another important detail to notice on this screen is the fingerprint of this system. You need to transfer the fingerprint securely to the person who will continue the installation remotely." -msgstr "Efter du har valt den här nya posten kommer du Du att bli frågad efter ett nytt lösenord som ska användas för anslutning till installationssystemet och för att bekräfta det. Det är allt. Nu bör du se en skärm som instruerar dig att göra en fjärrinloggning som användaren installer med lösenordet som du precis angav. En annan viktig detalj att notera på den här skärmen är fingeravtrycket av det här systemet. Du behöver överföra fingeravtrycket på ett säkert sätt till personen som kommer att fortsätta fjärrinstallationen." +msgid "" +"After selecting this new entry, you " +"You will be asked for a new password to be " +"used for connecting to the installation system and for its confirmation. " +"That's all. Now you should see a screen which instructs you to login " +"remotely as the user installer with the password you " +"just provided. Another important detail to notice on this screen is the " +"fingerprint of this system. You need to transfer the fingerprint securely to " +"the person who will continue the installation remotely." +msgstr "" +"Efter du har valt den här nya posten kommer du Du att bli frågad efter ett nytt " +"lösenord som ska användas för anslutning till installationssystemet och för " +"att bekräfta det. Det är allt. Nu bör du se en skärm som instruerar dig att " +"göra en fjärrinloggning som användaren installer med " +"lösenordet som du precis angav. En annan viktig detalj att notera på den här " +"skärmen är fingeravtrycket av det här systemet. Du behöver överföra " +"fingeravtrycket på ett säkert sätt till personen som kommer att " +"fortsätta fjärrinstallationen." #. Tag: para -#: using-d-i.xml:2421 +#: using-d-i.xml:2782 #, no-c-format -msgid "Should you decide to continue with the installation locally, you can always press &enterkey;, which will bring you back to the main menu, where you can select another component." -msgstr "Bestämmer du dig för att fortsätta med installationen lokalt kan du alltid trycka &enterkey;, vilket tar dig tillbaka till huvudmenyn, där du kan välja en annan komponent." +msgid "" +"Should you decide to continue with the installation locally, you can always " +"press &enterkey;, which will bring you back to the main menu, where you can " +"select another component." +msgstr "" +"Bestämmer du dig för att fortsätta med installationen lokalt kan du alltid " +"trycka &enterkey;, vilket tar dig tillbaka till huvudmenyn, där du kan välja " +"en annan komponent." #. Tag: para -#: using-d-i.xml:2427 +#: using-d-i.xml:2788 #, no-c-format msgid "" -"Now let's switch to the other side of the wire. As a prerequisite, you need to configure your terminal for UTF-8 encoding, because that is what the installation system uses. If you do not, remote installation will be still possible, but you may encounter strange display artefacts like destroyed dialog borders or unreadable non-ascii characters. Establishing a connection with the installation system is as simple as typing: \n" -"$ ssh -l installer install_host\n" -" Where install_host is either the name or IP address of the computer being installed. Before the actual login the fingerprint of the remote system will be displayed and you will have to confirm that it is correct." +"Now let's switch to the other side of the wire. As a prerequisite, you need " +"to configure your terminal for UTF-8 encoding, because that is what the " +"installation system uses. If you do not, remote installation will be still " +"possible, but you may encounter strange display artefacts like destroyed " +"dialog borders or unreadable non-ascii characters. Establishing a connection " +"with the installation system is as simple as typing: " +"\n" +"$ ssh -l installer install_host\n" +" Where install_host is " +"either the name or IP address of the computer being installed. Before the " +"actual login the fingerprint of the remote system will be displayed and you " +"will have to confirm that it is correct." msgstr "" -"Låt oss nu hoppa över till andra sidan av kabeln. Som en förutsättning behöver du konfigurera din terminal för teckenkodningen UTF-8, på grund av att installationssystemet använder den kodningen. Om du inte gör det kommer fjärrinstallation fortfarande vara möjlig men du kommer att uppleva konstiga skärmproblem som förstörda dialogrutor eller oläsbara tecken som inte är ascii. Etablera en anslutning till installationssystemet är så enkelt som att ange: \n" -"$ ssh -l installer installationsvärd\n" -" Där installationsvärd är antingen namnet eller IP-adress till den dator som ska installeras. Före den faktiska inloggningen kommer fingeravtrycket för fjärrsystemet att visas och du behöver bekräfta att det är korrekt." - -#. Tag: para -#: using-d-i.xml:2444 +"Låt oss nu hoppa över till andra sidan av kabeln. Som en förutsättning " +"behöver du konfigurera din terminal för teckenkodningen UTF-8, på grund av " +"att installationssystemet använder den kodningen. Om du inte gör det kommer " +"fjärrinstallation fortfarande vara möjlig men du kommer att uppleva konstiga " +"skärmproblem som förstörda dialogrutor eller oläsbara tecken som inte är " +"ascii. Etablera en anslutning till installationssystemet är så enkelt som " +"att ange: \n" +"$ ssh -l installer " +"installationsvärd\n" +" Där installationsvärd " +"är antingen namnet eller IP-adress till den dator som ska installeras. Före " +"den faktiska inloggningen kommer fingeravtrycket för fjärrsystemet att visas " +"och du behöver bekräfta att det är korrekt." + +#. Tag: para +#: using-d-i.xml:2805 #, no-c-format -msgid "If you install several computers in turn and they happen to have the same IP address or hostname, ssh will refuse to connect to such host. The reason is that it will have different fingerprint, which is usually a sign of a spoofing attack. If you are sure this is not the case, you will need to delete the relevant line from ~/.ssh/known_hosts and try again." -msgstr "Om du installerar flera datorer i turordning och de råkar ha samma IP-adress eller värdnamn kommer ssh att vägra att ansluta till en sådan värd. Anledningen är att den kommer att ha ett olikt fingeravtryck, vilket är ett vanligt tecken på en spoofingattack. Om du är säker att så inte är fallet, behöver du ta bort den relevanta raden från ~/.ssh/known_hosts och försöka igen." +msgid "" +"If you install several computers in turn and they happen to have the same IP " +"address or hostname, ssh will refuse to connect to such " +"host. The reason is that it will have different fingerprint, which is " +"usually a sign of a spoofing attack. If you are sure this is not the case, " +"you will need to delete the relevant line from ~/.ssh/known_hosts and try again." +msgstr "" +"Om du installerar flera datorer i turordning och de råkar ha samma IP-adress " +"eller värdnamn kommer ssh att vägra att ansluta till en " +"sådan värd. Anledningen är att den kommer att ha ett olikt fingeravtryck, " +"vilket är ett vanligt tecken på en spoofingattack. Om du är säker att så " +"inte är fallet, behöver du ta bort den relevanta raden från ~/.ssh/" +"known_hosts och försöka igen." #. Tag: para -#: using-d-i.xml:2453 +#: using-d-i.xml:2814 #, no-c-format -msgid "After the login you will be presented with an initial screen where you have two possibilities called Start menu and Start shell. The former brings you to the main installer menu, where you can continue with the installation as usual. The latter starts a shell from which you can examine and possibly fix the remote system. You should only start one SSH session for the installation menu, but may start multiple sessions for shells." -msgstr "Efter inloggningen kommer du att se den initiala skärmen där du har två möjligheter kallade Starta menyn och Starta ett skal. Den första tar dig till huvudmenyn i installeraren, där du kan fortsätta med installationen som vanligt. Den senare startar upp ett skal från vilket du kan undersöka och möjligen rätta till fjärrsystemet. Du bör endast starta en SSH-session för installationsmenyn, men kan starta flera sessioner för skal." +msgid "" +"After the login you will be presented with an initial screen where you have " +"two possibilities called Start menu and " +"Start shell. The former brings you to the main " +"installer menu, where you can continue with the installation as usual. The " +"latter starts a shell from which you can examine and possibly fix the remote " +"system. You should only start one SSH session for the installation menu, but " +"may start multiple sessions for shells." +msgstr "" +"Efter inloggningen kommer du att se den initiala skärmen där du har två " +"möjligheter kallade Starta menyn och " +"Starta ett skal. Den första tar dig till " +"huvudmenyn i installeraren, där du kan fortsätta med installationen som " +"vanligt. Den senare startar upp ett skal från vilket du kan undersöka och " +"möjligen rätta till fjärrsystemet. Du bör endast starta en SSH-session för " +"installationsmenyn, men kan starta flera sessioner för skal." #. Tag: para -#: using-d-i.xml:2463 +#: using-d-i.xml:2824 #, no-c-format -msgid "After you have started the installation remotely over SSH, you should not go back to the installation session running on the local console. Doing so may corrupt the database that holds the configuration of the new system. This in turn may result in a failed installation or problems with the installed system." -msgstr "Efter att du har startat fjärrinstallationen över SSH bör du inte gå tillbaka till installationssessionen som kör på den lokala konsollen. Om du gör det kan databasen som tillhandahåller konfigurationen av det nya systemet skadas. Det i sin tur kan resultera i en misslyckad installation eller problem med det installerade systemet." +msgid "" +"After you have started the installation remotely over SSH, you should not go " +"back to the installation session running on the local console. Doing so may " +"corrupt the database that holds the configuration of the new system. This in " +"turn may result in a failed installation or problems with the installed " +"system." +msgstr "" +"Efter att du har startat fjärrinstallationen över SSH bör du inte gå " +"tillbaka till installationssessionen som kör på den lokala konsollen. Om du " +"gör det kan databasen som tillhandahåller konfigurationen av det nya " +"systemet skadas. Det i sin tur kan resultera i en misslyckad installation " +"eller problem med det installerade systemet." #. Tag: para -#: using-d-i.xml:2471 +#: using-d-i.xml:2832 #, no-c-format -msgid "Also, if you are running the SSH session from an X terminal, you should not resize the window as that will result in the connection being terminated." -msgstr "Tänk även på att om du kör en SSH-session från en X-terminal bör du inte förstora fönstret eftersom det kommer att resultera i att anslutningen bryts." +msgid "" +"Also, if you are running the SSH session from an X terminal, you should not " +"resize the window as that will result in the connection being terminated." +msgstr "" +"Tänk även på att om du kör en SSH-session från en X-terminal bör du inte " +"förstora fönstret eftersom det kommer att resultera i att anslutningen bryts." #~ msgid "Desktop machine" #~ msgstr "Skrivbordsdator" + #~ msgid "Multi-user workstation" #~ msgstr "Arbetsstation med flera användare" + #~ msgid "Running base-config From Within &d-i;" #~ msgstr "Kör base-config från &d-i;" + #~ msgid "" #~ "It is possible to configure the base system within the first stage " #~ "installer (before rebooting from the hard drive), by running " @@ -2004,8 +4366,10 @@ msgstr "Tänk även på att om du kör en SSH-session från en X-terminal bör d #~ "base-config i en chroot-miljö. " #~ "Det här är huvudsakligen användbart för att testa installeraren och bör " #~ "normalt sett undvikas." + #~ msgid "languagechooser" #~ msgstr "languagechooser" + #~ msgid "" #~ "Shows a list of languages and language variants. The installer will " #~ "display messages in the chosen language, unless the translation for that " @@ -2016,14 +4380,18 @@ msgstr "Tänk även på att om du kör en SSH-session från en X-terminal bör d #~ "meddelanden på det valda språket om inte översättningen för det språket " #~ "inte är komplett. När en översättning inte är komplett kommer meddelanden " #~ "på engelska att visas." + #~ msgid "countrychooser" #~ msgstr "countrychooser" + #~ msgid "" #~ "Shows a list of countries. The user may choose the country he lives in." #~ msgstr "" #~ "Visar en lista på länder. Användaren kan välja det land han/hon bor i." + #~ msgid "base-config" #~ msgstr "base-config" + #~ msgid "" #~ "Provides dialogs for setting up the base system packages according to " #~ "user preferences. This is normally done after rebooting the computer; it " @@ -2032,10 +4400,13 @@ msgstr "Tänk även på att om du kör en SSH-session från en X-terminal bör d #~ "Ger dialogrutor för att ställa in paket för grundsystemet enligt " #~ "användarens egenskaper. Detta görs normalt sett efter omstart av datorn; " #~ "det är den första körningen av det nya Debian-systemet." + #~ msgid "bugreporter" #~ msgstr "bugreporter" + #~ msgid "Language selection" #~ msgstr "Språkval" + #~ msgid "" #~ "The language you choose will be used for the rest of the installation " #~ "process, provided a translation of the different dialogs is available. If " @@ -2049,8 +4420,9 @@ msgstr "Tänk även på att om du kör en SSH-session från en X-terminal bör d #~ "valda språket kommer installeraren att gå över till engelska. Det valda " #~ "språket kommer också användas för att hjälpa till att välja ett lämpligt " #~ "tangentbordsarrangemang. " + #~ msgid "Country selection" #~ msgstr "Val av land" + #~ msgid "Finishing the First Stage" #~ msgstr "Färdigställande av första steget" - diff --git a/po/vi/boot-new.po b/po/vi/boot-new.po index 1ee10d579..d851eb2a9 100644 --- a/po/vi/boot-new.po +++ b/po/vi/boot-new.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: boot-new\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-01-31 23:11+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2005-12-30 22:31+1030\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -337,11 +337,166 @@ msgstr "" #. Tag: title #: boot-new.xml:191 #, no-c-format +msgid "Mounting encrypted volumes" +msgstr "" + +#. Tag: para +#: boot-new.xml:193 +#, no-c-format +msgid "" +"If you created encrypted volumes during the installation and assigned them " +"mount points, you will be asked to enter the passphrase for each of these " +"volumes during the boot. The actual procedure differs slightly between dm-" +"crypt and loop-AES." +msgstr "" + +#. Tag: title +#: boot-new.xml:203 +#, no-c-format +msgid "loop-AES" +msgstr "" + +#. Tag: para +#: boot-new.xml:205 +#, no-c-format +msgid "" +"For partitions encrypted via loop-AES you will be shown the following prompt " +"during the boot: \n" +"mount: going to use loop device /dev/loopX\n" +"Password:\n" +" In the first line of the prompt, X is the number of the loop device. You are now probably " +"wondering for which volume you are actually entering " +"the passphrase. Does is relate to your /home? Or to " +"/var? Of course, if you have just one encrypted volume, " +"this is easy and you can just enter the passphrase you used when setting up " +"this volume. If you set up more than one encrypted volume during the " +"installation, the notes you wrote down as the last step in come in handy. If you did not make a note of the " +"mapping between loopX and " +"the mount points before, you can still find it in /etc/fstab of your new system." +msgstr "" + +#. Tag: para +#: boot-new.xml:226 +#, no-c-format +msgid "" +"No characters (even asterisks) will be shown while entering the passphrase. " +"Be careful, you have only one try. If you enter wrong " +"passphrase, an error message will appear and the boot process will skip that " +"volume and continue to mount the next filesystem. Please see for further information." +msgstr "" + +#. Tag: para +#: boot-new.xml:235 +#, no-c-format +msgid "After entering all passphrases the boot should continue as usual." +msgstr "" + +#. Tag: title +#: boot-new.xml:243 +#, no-c-format +msgid "dm-crypt" +msgstr "" + +#. Tag: para +#: boot-new.xml:245 +#, no-c-format +msgid "TODO: write something once it works." +msgstr "" + +#. Tag: title +#: boot-new.xml:253 +#, no-c-format +msgid "Troubleshooting" +msgstr "" + +#. Tag: para +#: boot-new.xml:255 +#, no-c-format +msgid "" +"If some of the encrypted volumes could not be mounted because a wrong " +"passphrase was entered, you will have to mount them manually after the boot. " +"There are several cases." +msgstr "" + +#. Tag: para +#: boot-new.xml:264 +#, no-c-format +msgid "" +"The first case concerns the root partition. When it is not mounted " +"correctly, the boot process will halt and you will have to reboot the " +"computer to try again." +msgstr "" + +#. Tag: para +#: boot-new.xml:271 +#, no-c-format +msgid "" +"The easiest case is for encrypted volumes holding data like /home or /srv. You can simply mount them manually " +"after the boot. For loop-AES this is one-step operation: " +"\n" +"# mount /mount_point\n" +"Password:\n" +" where /mount_point " +"should be replaced by the particular directory (e.g. /home). The only difference from an ordinary mount is that you will be " +"asked to enter the passphrase for this volume." +msgstr "" + +#. Tag: para +#: boot-new.xml:285 +#, no-c-format +msgid "" +"For dm-crypt this is a bit trickier. First you need to register the volumes " +"with device mapper by running: " +"\n" +"# /etc/init.d/cryptdisks start\n" +" This will scan all volumes mentioned in " +"/etc/crypttab and will create appropriate devices under " +"the /dev directory after entering the correct " +"passphrases. (Already registered volumes will be skipped, so you can repeat " +"this command several times without worrying.) After successful registration " +"you can simply mount the volumes the usual way:" +msgstr "" + +#. Tag: screen +#: boot-new.xml:300 +#, no-c-format +msgid "" +"# mount /mount_point" +msgstr "" + +#. Tag: para +#: boot-new.xml:303 +#, no-c-format +msgid "" +"If the volumes holding noncritical system files could not be mounted " +"(/usr or /var), the system should " +"still boot and you should be able to mount the volumes manually like in the " +"previous case. However, you will also need to (re)start any services usually " +"running in your default runlevel because it is very likely that they were " +"not started. The easiest way to achieve this is by switching to the first " +"runlevel and back by entering \n" +"# init 1\n" +" at the shell prompt and pressing " +"Control D when asked for the " +"root password." +msgstr "" + +#. Tag: title +#: boot-new.xml:326 +#, no-c-format msgid "Log In" msgstr "Đăng Nhập" #. Tag: para -#: boot-new.xml:193 +#: boot-new.xml:328 #, fuzzy, no-c-format msgid "" "Once your system boots, you'll be presented with the login prompt. Log in " @@ -353,7 +508,7 @@ msgstr "" "lúc bây giờ sẵn sàng dùng." #. Tag: para -#: boot-new.xml:199 +#: boot-new.xml:334 #, no-c-format msgid "" "If you are a new user, you may want to explore the documentation which is " @@ -367,7 +522,7 @@ msgstr "" "bắt đầu đọc." #. Tag: para -#: boot-new.xml:207 +#: boot-new.xml:342 #, no-c-format msgid "" "Documentation accompanying programs you have installed is in /usr/" @@ -383,7 +538,7 @@ msgstr "" "guide.html/index.html." #. Tag: para -#: boot-new.xml:216 +#: boot-new.xml:351 #, no-c-format msgid "" "In addition, there are some special folders within the /usr/share/" @@ -399,7 +554,7 @@ msgstr "" "trong /usr/share/doc/HTML/index.html." #. Tag: para -#: boot-new.xml:226 +#: boot-new.xml:361 #, no-c-format msgid "" "One easy way to view these documents is to cd /usr/share/doc/info command/usr/" diff --git a/po/vi/hardware.po b/po/vi/hardware.po index e4963adf0..eb2ace349 100644 --- a/po/vi/hardware.po +++ b/po/vi/hardware.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: hardware\n" -"POT-Creation-Date: 2006-05-04 19:49+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-04-22 22:12+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -288,9 +288,9 @@ msgstr "APS" #. Tag: entry #: hardware.xml:118 -#, no-c-format -msgid "riscpc" -msgstr "riscpc" +#, fuzzy, no-c-format +msgid "rpc" +msgstr "powerpc" #. Tag: entry #: hardware.xml:122 @@ -336,9 +336,9 @@ msgstr "PReP" #. Tag: entry #: hardware.xml:131 -#, no-c-format -msgid "prep" -msgstr "prep" +#, fuzzy, no-c-format +msgid "prep" +msgstr "powerpc" #. Tag: entry #: hardware.xml:133 @@ -427,126 +427,120 @@ msgstr "r4k-ip22" #. Tag: entry #: hardware.xml:160 #, no-c-format -msgid "r5k-ip22" -msgstr "r5k-ip22" - -#. Tag: entry -#: hardware.xml:162 -#, no-c-format msgid "SGI IP32 (O2)" msgstr "SGI IP32 (O2)" #. Tag: entry -#: hardware.xml:163 +#: hardware.xml:161 #, no-c-format msgid "r5k-ip32" msgstr "r5k-ip32" #. Tag: entry -#: hardware.xml:165 hardware.xml:183 +#: hardware.xml:163 hardware.xml:181 #, no-c-format msgid "Broadcom BCM91250A (SWARM)" msgstr "Broadcom BCM91250A (SWARM)" #. Tag: entry -#: hardware.xml:166 hardware.xml:184 +#: hardware.xml:164 hardware.xml:182 #, no-c-format msgid "sb1-bcm91250a" msgstr "sb1-bcm91250a" #. Tag: entry -#: hardware.xml:168 hardware.xml:186 +#: hardware.xml:166 hardware.xml:184 #, no-c-format msgid "Broadcom BCM91480B (BigSur)" msgstr "Broadcom BCM91480B (BigSur)" #. Tag: entry -#: hardware.xml:169 hardware.xml:187 +#: hardware.xml:167 hardware.xml:185 #, no-c-format msgid "sb1a-bcm91480b" msgstr "sb1a-bcm91480b" #. Tag: entry -#: hardware.xml:173 +#: hardware.xml:171 #, no-c-format msgid "MIPS (little endian)" msgstr "MIPS (về cuối nhỏ)" #. Tag: entry -#: hardware.xml:174 +#: hardware.xml:172 #, no-c-format msgid "mipsel" msgstr "mipsel" #. Tag: entry -#: hardware.xml:175 +#: hardware.xml:173 #, no-c-format msgid "Cobalt" msgstr "Cobalt" #. Tag: entry -#: hardware.xml:176 +#: hardware.xml:174 #, no-c-format msgid "cobalt" msgstr "cobalt" #. Tag: entry -#: hardware.xml:178 +#: hardware.xml:176 #, no-c-format msgid "DECstation" msgstr "DECstation" #. Tag: entry -#: hardware.xml:179 hardware.xml:1010 hardware.xml:1025 hardware.xml:1035 +#: hardware.xml:177 hardware.xml:1008 hardware.xml:1023 hardware.xml:1033 #, no-c-format msgid "r4k-kn04" msgstr "r4k-kn04" #. Tag: entry -#: hardware.xml:181 hardware.xml:1005 hardware.xml:1015 hardware.xml:1020 -#: hardware.xml:1030 +#: hardware.xml:179 hardware.xml:1003 hardware.xml:1013 hardware.xml:1018 +#: hardware.xml:1028 #, no-c-format msgid "r3k-kn02" msgstr "r3k-kn02" #. Tag: entry -#: hardware.xml:191 +#: hardware.xml:189 #, no-c-format msgid "IBM S/390" msgstr "IBM S/390" #. Tag: entry -#: hardware.xml:192 +#: hardware.xml:190 #, no-c-format msgid "s390" msgstr "s390" #. Tag: entry -#: hardware.xml:193 +#: hardware.xml:191 #, no-c-format msgid "IPL from VM-reader and DASD" msgstr "IPL từ bộ đọc VM-reader và DASD" #. Tag: entry -#: hardware.xml:194 +#: hardware.xml:192 #, no-c-format msgid "generic" msgstr "giống loài" #. Tag: entry -#: hardware.xml:196 +#: hardware.xml:194 #, no-c-format msgid "IPL from tape" msgstr "IPL từ băng" #. Tag: entry -#: hardware.xml:197 +#: hardware.xml:195 #, no-c-format msgid "tape" msgstr "băng" #. Tag: para -#: hardware.xml:202 +#: hardware.xml:200 #, no-c-format msgid "" "This document covers installation for the &arch-title; " @@ -560,7 +554,7 @@ msgstr "" "ports/\">Debian-Ports." #. Tag: para -#: hardware.xml:210 +#: hardware.xml:208 #, no-c-format msgid "" "This is the first official release of &debian; for the &arch-title; " @@ -581,15 +575,15 @@ msgstr "" "chung debian-&arch-listname;." #. Tag: title -#: hardware.xml:233 hardware.xml:692 hardware.xml:768 hardware.xml:787 -#: hardware.xml:830 hardware.xml:872 hardware.xml:940 hardware.xml:1099 -#: hardware.xml:1505 +#: hardware.xml:231 hardware.xml:690 hardware.xml:766 hardware.xml:785 +#: hardware.xml:828 hardware.xml:870 hardware.xml:938 hardware.xml:1097 +#: hardware.xml:1543 #, no-c-format msgid "CPU, Main Boards, and Video Support" msgstr "Đơn vị xử lý trung tâm (CPU), bo mạch chính và sự hỗ trợ ảnh động" #. Tag: para -#: hardware.xml:234 +#: hardware.xml:232 #, no-c-format msgid "" "Complete information regarding supported DEC Alphas can be found at XLT" msgstr "XLT" #. Tag: entry -#: hardware.xml:288 +#: hardware.xml:286 #, no-c-format msgid "xlt" msgstr "xlt" #. Tag: entry -#: hardware.xml:292 +#: hardware.xml:290 #, no-c-format msgid "BOOK1" msgstr "BOOK1" #. Tag: entry -#: hardware.xml:293 +#: hardware.xml:291 #, no-c-format msgid "AlphaBook1 (laptop)" msgstr "AlphaBook1 (máy tính xách tay)" #. Tag: entry -#: hardware.xml:294 +#: hardware.xml:292 #, no-c-format msgid "Alphabook1/Burns" msgstr "Alphabook1/Burns" #. Tag: entry -#: hardware.xml:295 +#: hardware.xml:293 #, no-c-format msgid "book1" msgstr "book1" #. Tag: entry -#: hardware.xml:299 +#: hardware.xml:297 #, no-c-format msgid "AVANTI" msgstr "AVANTI" #. Tag: entry -#: hardware.xml:300 +#: hardware.xml:298 #, no-c-format msgid "AlphaStation 200 4/100...166" msgstr "AlphaStation 200 4/100...166" #. Tag: entry -#: hardware.xml:301 +#: hardware.xml:299 #, no-c-format msgid "Mustang" msgstr "Mustang" #. Tag: entry -#: hardware.xml:302 hardware.xml:306 hardware.xml:310 hardware.xml:314 -#: hardware.xml:318 hardware.xml:322 hardware.xml:326 hardware.xml:330 +#: hardware.xml:300 hardware.xml:304 hardware.xml:308 hardware.xml:312 +#: hardware.xml:316 hardware.xml:320 hardware.xml:324 hardware.xml:328 #, no-c-format msgid "avanti" msgstr "avanti" #. Tag: entry -#: hardware.xml:304 +#: hardware.xml:302 #, no-c-format msgid "AlphaStation 200 4/233" msgstr "AlphaStation 200 4/233" #. Tag: entry -#: hardware.xml:305 +#: hardware.xml:303 #, no-c-format msgid "Mustang+" msgstr "Mustang+" #. Tag: entry -#: hardware.xml:308 +#: hardware.xml:306 #, no-c-format msgid "AlphaStation 205 4/133...333" msgstr "AlphaStation 205 4/133...333" #. Tag: entry -#: hardware.xml:309 +#: hardware.xml:307 #, no-c-format msgid "LX3" msgstr "LX3" #. Tag: entry -#: hardware.xml:312 +#: hardware.xml:310 #, no-c-format msgid "AlphaStation 250 4/300" msgstr "AlphaStation 250 4/300" #. Tag: entry -#: hardware.xml:313 +#: hardware.xml:311 #, no-c-format msgid "M3+" msgstr "M3+" #. Tag: entry -#: hardware.xml:316 +#: hardware.xml:314 #, no-c-format msgid "AlphaStation 255 4/133...333" msgstr "AlphaStation 255 4/133...333" #. Tag: entry -#: hardware.xml:317 +#: hardware.xml:315 #, no-c-format msgid "LX3+" msgstr "LX3+" #. Tag: entry -#: hardware.xml:320 +#: hardware.xml:318 #, no-c-format msgid "AlphaStation 300 4/266" msgstr "AlphaStation 300 4/266" #. Tag: entry -#: hardware.xml:321 +#: hardware.xml:319 #, no-c-format msgid "Melmac" msgstr "Melmac" #. Tag: entry -#: hardware.xml:324 +#: hardware.xml:322 #, no-c-format msgid "AlphaStation 400 4/166" msgstr "AlphaStation 400 4/166" #. Tag: entry -#: hardware.xml:325 +#: hardware.xml:323 #, no-c-format msgid "Chinet" msgstr "Chinet" #. Tag: entry -#: hardware.xml:328 +#: hardware.xml:326 #, no-c-format msgid "AlphaStation 400 4/233...300" msgstr "AlphaStation 400 4/233...300" #. Tag: entry -#: hardware.xml:329 +#: hardware.xml:327 #, no-c-format msgid "Avanti" msgstr "Avanti" #. Tag: entry -#: hardware.xml:334 hardware.xml:347 hardware.xml:348 +#: hardware.xml:332 hardware.xml:345 hardware.xml:346 #, no-c-format msgid "EB164" msgstr "EB164" #. Tag: entry -#: hardware.xml:335 +#: hardware.xml:333 #, no-c-format msgid "AlphaPC164" msgstr "AlphaPC164" #. Tag: entry -#: hardware.xml:336 +#: hardware.xml:334 #, no-c-format msgid "PC164" msgstr "PC164" #. Tag: entry -#: hardware.xml:337 +#: hardware.xml:335 #, no-c-format msgid "pc164" msgstr "pc164" #. Tag: entry -#: hardware.xml:339 +#: hardware.xml:337 #, no-c-format msgid "AlphaPC164-LX" msgstr "AlphaPC164-LX" #. Tag: entry -#: hardware.xml:340 +#: hardware.xml:338 #, no-c-format msgid "LX164" msgstr "LX164" #. Tag: entry -#: hardware.xml:341 +#: hardware.xml:339 #, no-c-format msgid "lx164" msgstr "lx164" #. Tag: entry -#: hardware.xml:343 +#: hardware.xml:341 #, no-c-format msgid "AlphaPC164-SX" msgstr "AlphaPC164-SX" #. Tag: entry -#: hardware.xml:344 +#: hardware.xml:342 #, no-c-format msgid "SX164" msgstr "SX164" #. Tag: entry -#: hardware.xml:345 +#: hardware.xml:343 #, no-c-format msgid "sx164" msgstr "sx164" #. Tag: entry -#: hardware.xml:349 +#: hardware.xml:347 #, no-c-format msgid "eb164" msgstr "eb164" #. Tag: entry -#: hardware.xml:353 hardware.xml:362 hardware.xml:363 +#: hardware.xml:351 hardware.xml:360 hardware.xml:361 #, no-c-format msgid "EB64+" msgstr "EB64+" #. Tag: entry -#: hardware.xml:354 +#: hardware.xml:352 #, no-c-format msgid "AlphaPC64" msgstr "AlphaPC64" #. Tag: entry -#: hardware.xml:355 hardware.xml:359 +#: hardware.xml:353 hardware.xml:357 #, no-c-format msgid "Cabriolet" msgstr "Cabriolet" #. Tag: entry -#: hardware.xml:356 hardware.xml:360 +#: hardware.xml:354 hardware.xml:358 #, no-c-format msgid "cabriolet" msgstr "cabriolet" #. Tag: entry -#: hardware.xml:358 +#: hardware.xml:356 #, no-c-format msgid "AlphaPCI64" msgstr "AlphaPCI64" #. Tag: entry -#: hardware.xml:364 +#: hardware.xml:362 #, no-c-format msgid "eb64p" msgstr "eb64p" #. Tag: entry -#: hardware.xml:368 hardware.xml:369 hardware.xml:370 +#: hardware.xml:366 hardware.xml:367 hardware.xml:368 #, no-c-format msgid "EB66" msgstr "EB66" #. Tag: entry -#: hardware.xml:371 +#: hardware.xml:369 #, no-c-format msgid "eb66" msgstr "eb66" #. Tag: entry -#: hardware.xml:373 hardware.xml:374 +#: hardware.xml:371 hardware.xml:372 #, no-c-format msgid "EB66+" msgstr "EB66+" #. Tag: entry -#: hardware.xml:375 +#: hardware.xml:373 #, no-c-format msgid "eb66p" msgstr "eb66p" #. Tag: entry -#: hardware.xml:379 +#: hardware.xml:377 #, no-c-format msgid "JENSEN" msgstr "JENSEN" #. Tag: entry -#: hardware.xml:380 +#: hardware.xml:378 #, no-c-format msgid "DEC 2000 Model 300(S)" msgstr "DEC 2000 Model 300(S)" #. Tag: entry -#: hardware.xml:381 hardware.xml:389 +#: hardware.xml:379 hardware.xml:387 #, no-c-format msgid "Jensen" msgstr "Jensen" #. Tag: entry -#: hardware.xml:382 hardware.xml:386 hardware.xml:390 hardware.xml:451 -#: hardware.xml:455 hardware.xml:473 hardware.xml:477 hardware.xml:481 -#: hardware.xml:485 hardware.xml:489 hardware.xml:493 hardware.xml:497 -#: hardware.xml:511 hardware.xml:515 hardware.xml:519 hardware.xml:523 -#: hardware.xml:527 hardware.xml:561 hardware.xml:565 hardware.xml:569 -#: hardware.xml:573 hardware.xml:587 hardware.xml:591 hardware.xml:595 -#: hardware.xml:599 hardware.xml:606 hardware.xml:610 hardware.xml:614 -#: hardware.xml:618 hardware.xml:622 hardware.xml:626 hardware.xml:630 -#: hardware.xml:634 hardware.xml:638 hardware.xml:642 hardware.xml:646 -#: hardware.xml:650 hardware.xml:654 hardware.xml:661 hardware.xml:665 +#: hardware.xml:380 hardware.xml:384 hardware.xml:388 hardware.xml:449 +#: hardware.xml:453 hardware.xml:471 hardware.xml:475 hardware.xml:479 +#: hardware.xml:483 hardware.xml:487 hardware.xml:491 hardware.xml:495 +#: hardware.xml:509 hardware.xml:513 hardware.xml:517 hardware.xml:521 +#: hardware.xml:525 hardware.xml:559 hardware.xml:563 hardware.xml:567 +#: hardware.xml:571 hardware.xml:585 hardware.xml:589 hardware.xml:593 +#: hardware.xml:597 hardware.xml:604 hardware.xml:608 hardware.xml:612 +#: hardware.xml:616 hardware.xml:620 hardware.xml:624 hardware.xml:628 +#: hardware.xml:632 hardware.xml:636 hardware.xml:640 hardware.xml:644 +#: hardware.xml:648 hardware.xml:652 hardware.xml:659 hardware.xml:663 #, no-c-format msgid "N/A" msgstr "" #. Tag: entry -#: hardware.xml:384 +#: hardware.xml:382 #, no-c-format msgid "DEC 2000 Model 500" msgstr "DEC 2000 Model 500" #. Tag: entry -#: hardware.xml:385 +#: hardware.xml:383 #, no-c-format msgid "Culzen" msgstr "Culzen" #. Tag: entry -#: hardware.xml:388 +#: hardware.xml:386 #, no-c-format msgid "DECpc 150" msgstr "DECpc 150" #. Tag: entry -#: hardware.xml:394 +#: hardware.xml:392 #, no-c-format msgid "MIATA" msgstr "MIATA" #. Tag: entry -#: hardware.xml:395 +#: hardware.xml:393 #, no-c-format msgid "Personal WorkStation 433a" msgstr "Personal WorkStation 433a" #. Tag: entry -#: hardware.xml:396 hardware.xml:400 hardware.xml:404 hardware.xml:408 -#: hardware.xml:412 hardware.xml:416 hardware.xml:420 hardware.xml:424 +#: hardware.xml:394 hardware.xml:398 hardware.xml:402 hardware.xml:406 +#: hardware.xml:410 hardware.xml:414 hardware.xml:418 hardware.xml:422 #, no-c-format msgid "Miata" msgstr "Miata" #. Tag: entry -#: hardware.xml:397 hardware.xml:401 hardware.xml:405 hardware.xml:409 -#: hardware.xml:413 hardware.xml:417 hardware.xml:421 hardware.xml:425 +#: hardware.xml:395 hardware.xml:399 hardware.xml:403 hardware.xml:407 +#: hardware.xml:411 hardware.xml:415 hardware.xml:419 hardware.xml:423 #, no-c-format msgid "miata" msgstr "miata" #. Tag: entry -#: hardware.xml:399 +#: hardware.xml:397 #, no-c-format msgid "Personal WorkStation 433au" msgstr "Personal WorkStation 433au" #. Tag: entry -#: hardware.xml:403 +#: hardware.xml:401 #, no-c-format msgid "Personal WorkStation 466au" msgstr "Personal WorkStation 466au" #. Tag: entry -#: hardware.xml:407 +#: hardware.xml:405 #, no-c-format msgid "Personal WorkStation 500a" msgstr "Personal WorkStation 500a" #. Tag: entry -#: hardware.xml:411 +#: hardware.xml:409 #, no-c-format msgid "Personal WorkStation 500au" msgstr "Personal WorkStation 500au" #. Tag: entry -#: hardware.xml:415 +#: hardware.xml:413 #, no-c-format msgid "Personal WorkStation 550au" msgstr "Personal WorkStation 550au" #. Tag: entry -#: hardware.xml:419 +#: hardware.xml:417 #, no-c-format msgid "Personal WorkStation 600a" msgstr "Personal WorkStation 600a" #. Tag: entry -#: hardware.xml:423 +#: hardware.xml:421 #, no-c-format msgid "Personal WorkStation 600au" msgstr "Personal WorkStation 600au" #. Tag: entry -#: hardware.xml:429 +#: hardware.xml:427 #, no-c-format msgid "MIKASA" msgstr "MIKASA" #. Tag: entry -#: hardware.xml:430 +#: hardware.xml:428 #, no-c-format msgid "AlphaServer 1000 4/200" msgstr "AlphaServer 1000 4/200" #. Tag: entry -#: hardware.xml:431 +#: hardware.xml:429 #, no-c-format msgid "Mikasa" msgstr "Mikasa" #. Tag: entry -#: hardware.xml:432 hardware.xml:436 hardware.xml:440 hardware.xml:444 +#: hardware.xml:430 hardware.xml:434 hardware.xml:438 hardware.xml:442 #, no-c-format msgid "mikasa" msgstr "mikasa" #. Tag: entry -#: hardware.xml:434 +#: hardware.xml:432 #, no-c-format msgid "AlphaServer 1000 4/233..266" msgstr "AlphaServer 1000 4/233..266" #. Tag: entry -#: hardware.xml:435 +#: hardware.xml:433 #, no-c-format msgid "Mikasa+" msgstr "Mikasa+" #. Tag: entry -#: hardware.xml:438 hardware.xml:442 +#: hardware.xml:436 hardware.xml:440 #, no-c-format msgid "AlphaServer 1000 5/300" msgstr "AlphaServer 1000 5/300" #. Tag: entry -#: hardware.xml:439 +#: hardware.xml:437 #, no-c-format msgid "Mikasa-Pinnacle" msgstr "Mikasa-Pinnacle" #. Tag: entry -#: hardware.xml:443 +#: hardware.xml:441 #, no-c-format msgid "Mikasa-Primo" msgstr "Mikasa-Primo" #. Tag: entry -#: hardware.xml:448 +#: hardware.xml:446 #, no-c-format msgid "NAUTILUS" msgstr "NAUTILUS" #. Tag: entry -#: hardware.xml:449 +#: hardware.xml:447 #, no-c-format msgid "UP1000" msgstr "UP1000" #. Tag: entry -#: hardware.xml:450 +#: hardware.xml:448 #, no-c-format msgid "Nautilus" msgstr "Nautilus" #. Tag: entry -#: hardware.xml:453 +#: hardware.xml:451 #, no-c-format msgid "UP1100" msgstr "UP1100" #. Tag: entry -#: hardware.xml:454 +#: hardware.xml:452 #, no-c-format msgid "Galaxy-Train/Nautilus Jr." msgstr "Galaxy-Train/Nautilus Jr." #. Tag: entry -#: hardware.xml:459 +#: hardware.xml:457 #, no-c-format msgid "NONAME" msgstr "KHÔNG TÊN" #. Tag: entry -#: hardware.xml:460 +#: hardware.xml:458 #, no-c-format msgid "AXPpci33" msgstr "AXPpci33" #. Tag: entry -#: hardware.xml:461 +#: hardware.xml:459 #, no-c-format msgid "Noname" msgstr "Không tên" #. Tag: entry -#: hardware.xml:462 hardware.xml:466 +#: hardware.xml:460 hardware.xml:464 #, no-c-format msgid "noname" msgstr "không tên" #. Tag: entry -#: hardware.xml:464 +#: hardware.xml:462 #, no-c-format msgid "UDB" msgstr "UDB" #. Tag: entry -#: hardware.xml:465 +#: hardware.xml:463 #, no-c-format msgid "Multia" msgstr "Multia" #. Tag: entry -#: hardware.xml:470 +#: hardware.xml:468 #, no-c-format msgid "NORITAKE" msgstr "NORITAKE" #. Tag: entry -#: hardware.xml:471 +#: hardware.xml:469 #, no-c-format msgid "AlphaServer 1000A 4/233...266" msgstr "AlphaServer 1000A 4/233...266" #. Tag: entry -#: hardware.xml:472 +#: hardware.xml:470 #, no-c-format msgid "Noritake" msgstr "Noritake" #. Tag: entry -#: hardware.xml:475 +#: hardware.xml:473 #, no-c-format msgid "AlphaServer 1000A 5/300" msgstr "AlphaServer 1000A 5/300" #. Tag: entry -#: hardware.xml:476 +#: hardware.xml:474 #, no-c-format msgid "Noritake-Pinnacle" msgstr "Noritake-Pinnacle" #. Tag: entry -#: hardware.xml:479 +#: hardware.xml:477 #, no-c-format msgid "AlphaServer 1000A 5/333...500" msgstr "AlphaServer 1000A 5/333...500" #. Tag: entry -#: hardware.xml:480 +#: hardware.xml:478 #, no-c-format msgid "Noritake-Primo" msgstr "Noritake-Primo" #. Tag: entry -#: hardware.xml:483 +#: hardware.xml:481 #, no-c-format msgid "AlphaServer 800 5/333...500" msgstr "AlphaServer 800 5/333...500" #. Tag: entry -#: hardware.xml:484 hardware.xml:492 hardware.xml:496 +#: hardware.xml:482 hardware.xml:490 hardware.xml:494 #, no-c-format msgid "Corelle" msgstr "Corelle" #. Tag: entry -#: hardware.xml:487 +#: hardware.xml:485 #, no-c-format msgid "AlphaStation 600 A" msgstr "AlphaStation 600 A" #. Tag: entry -#: hardware.xml:488 +#: hardware.xml:486 #, no-c-format msgid "Alcor-Primo" msgstr "Alcor-Primo" #. Tag: entry -#: hardware.xml:491 +#: hardware.xml:489 #, no-c-format msgid "Digital Server 3300" msgstr "Digital Server 3300" #. Tag: entry -#: hardware.xml:495 +#: hardware.xml:493 #, no-c-format msgid "Digital Server 3300R" msgstr "Digital Server 3300R" #. Tag: entry -#: hardware.xml:501 +#: hardware.xml:499 #, no-c-format msgid "PLATFORM 2000" msgstr "PLATFORM 2000" #. Tag: entry -#: hardware.xml:502 hardware.xml:503 +#: hardware.xml:500 hardware.xml:501 #, no-c-format msgid "P2K" msgstr "P2K" #. Tag: entry -#: hardware.xml:504 +#: hardware.xml:502 #, no-c-format msgid "p2k" msgstr "p2k" #. Tag: entry -#: hardware.xml:508 +#: hardware.xml:506 #, no-c-format msgid "RAWHIDE" msgstr "RAWHIDE" #. Tag: entry -#: hardware.xml:509 +#: hardware.xml:507 #, no-c-format msgid "AlphaServer 1200 5/xxx" msgstr "AlphaServer 1200 5/xxx" #. Tag: entry -#: hardware.xml:510 hardware.xml:522 +#: hardware.xml:508 hardware.xml:520 #, no-c-format msgid "Tincup/DaVinci" msgstr "Tincup/DaVinci" #. Tag: entry -#: hardware.xml:513 +#: hardware.xml:511 #, no-c-format msgid "AlphaServer 4000 5/xxx" msgstr "AlphaServer 4000 5/xxx" #. Tag: entry -#: hardware.xml:514 +#: hardware.xml:512 #, no-c-format msgid "Wrangler/Durango" msgstr "Wrangler/Durango" #. Tag: entry -#: hardware.xml:517 +#: hardware.xml:515 #, no-c-format msgid "AlphaServer 4100 5/xxx" msgstr "AlphaServer 4100 5/xxx" #. Tag: entry -#: hardware.xml:518 hardware.xml:526 +#: hardware.xml:516 hardware.xml:524 #, no-c-format msgid "Dodge" msgstr "Dodge" #. Tag: entry -#: hardware.xml:521 +#: hardware.xml:519 #, no-c-format msgid "Digital Server 5300" msgstr "Digital Server 5300" #. Tag: entry -#: hardware.xml:525 +#: hardware.xml:523 #, no-c-format msgid "Digital Server 7300" msgstr "Digital Server 7300" #. Tag: entry -#: hardware.xml:531 +#: hardware.xml:529 #, no-c-format msgid "RUFFIAN" msgstr "RUFFIAN" #. Tag: entry -#: hardware.xml:532 +#: hardware.xml:530 #, no-c-format msgid "DeskStation AlphaPC164-UX" msgstr "DeskStation AlphaPC164-UX" #. Tag: entry -#: hardware.xml:533 hardware.xml:537 hardware.xml:541 hardware.xml:545 -#: hardware.xml:549 hardware.xml:553 +#: hardware.xml:531 hardware.xml:535 hardware.xml:539 hardware.xml:543 +#: hardware.xml:547 hardware.xml:551 #, no-c-format msgid "Ruffian" msgstr "Ruffian" #. Tag: entry -#: hardware.xml:534 hardware.xml:538 hardware.xml:542 hardware.xml:546 -#: hardware.xml:550 hardware.xml:554 +#: hardware.xml:532 hardware.xml:536 hardware.xml:540 hardware.xml:544 +#: hardware.xml:548 hardware.xml:552 #, no-c-format msgid "ruffian" msgstr "ruffian" #. Tag: entry -#: hardware.xml:536 +#: hardware.xml:534 #, no-c-format msgid "DeskStation RPL164-2" msgstr "DeskStation RPL164-2" #. Tag: entry -#: hardware.xml:540 +#: hardware.xml:538 #, no-c-format msgid "DeskStation RPL164-4" msgstr "DeskStation RPL164-4" #. Tag: entry -#: hardware.xml:544 +#: hardware.xml:542 #, no-c-format msgid "DeskStation RPX164-2" msgstr "DeskStation RPX164-2" #. Tag: entry -#: hardware.xml:548 +#: hardware.xml:546 #, no-c-format msgid "DeskStation RPX164-4" msgstr "DeskStation RPX164-4" #. Tag: entry -#: hardware.xml:552 +#: hardware.xml:550 #, no-c-format msgid "Samsung AlphaPC164-BX" msgstr "Samsung AlphaPC164-BX" #. Tag: entry -#: hardware.xml:558 +#: hardware.xml:556 #, no-c-format msgid "SABLE" msgstr "SABLE" #. Tag: entry -#: hardware.xml:559 +#: hardware.xml:557 #, no-c-format msgid "AlphaServer 2000 4/xxx" msgstr "AlphaServer 2000 4/xxx" #. Tag: entry -#: hardware.xml:560 +#: hardware.xml:558 #, no-c-format msgid "Demi-Sable" msgstr "Demi-Sable" #. Tag: entry -#: hardware.xml:563 +#: hardware.xml:561 #, no-c-format msgid "AlphaServer 2000 5/xxx" msgstr "AlphaServer 2000 5/xxx" #. Tag: entry -#: hardware.xml:564 +#: hardware.xml:562 #, no-c-format msgid "Demi-Gamma-Sable" msgstr "Demi-Gamma-Sable" #. Tag: entry -#: hardware.xml:567 +#: hardware.xml:565 #, no-c-format msgid "AlphaServer 2100 4/xxx" msgstr "AlphaServer 2100 4/xxx" #. Tag: entry -#: hardware.xml:568 +#: hardware.xml:566 #, no-c-format msgid "Sable" msgstr "Sable" #. Tag: entry -#: hardware.xml:571 +#: hardware.xml:569 #, no-c-format msgid "AlphaServer 2100 5/xxx" msgstr "AlphaServer 2100 5/xxx" #. Tag: entry -#: hardware.xml:572 +#: hardware.xml:570 #, no-c-format msgid "Gamma-Sable" msgstr "Gamma-Sable" #. Tag: entry -#: hardware.xml:577 +#: hardware.xml:575 #, no-c-format msgid "TAKARA" msgstr "TAKARA" #. Tag: entry -#: hardware.xml:578 +#: hardware.xml:576 #, no-c-format msgid "21164 PICMG SBC" msgstr "21164 PICMG SBC" #. Tag: entry -#: hardware.xml:579 +#: hardware.xml:577 #, no-c-format msgid "Takara" msgstr "Takara" #. Tag: entry -#: hardware.xml:580 +#: hardware.xml:578 #, no-c-format msgid "takara" msgstr "takara" #. Tag: entry -#: hardware.xml:584 +#: hardware.xml:582 #, no-c-format msgid "TITAN" msgstr "TITAN" #. Tag: entry -#: hardware.xml:585 +#: hardware.xml:583 #, no-c-format msgid "AlphaServer DS15" msgstr "AlphaServer DS15" #. Tag: entry -#: hardware.xml:586 +#: hardware.xml:584 #, no-c-format msgid "HyperBrick2" msgstr "HyperBrick2" #. Tag: entry -#: hardware.xml:589 +#: hardware.xml:587 #, no-c-format msgid "AlphaServer DS25" msgstr "AlphaServer DS25" #. Tag: entry -#: hardware.xml:590 +#: hardware.xml:588 #, no-c-format msgid "Granite" msgstr "Granite" #. Tag: entry -#: hardware.xml:593 +#: hardware.xml:591 #, no-c-format msgid "AlphaServer ES45" msgstr "AlphaServer ES45" #. Tag: entry -#: hardware.xml:594 +#: hardware.xml:592 #, no-c-format msgid "Privateer" msgstr "Privateer" #. Tag: entry -#: hardware.xml:597 hardware.xml:636 hardware.xml:640 +#: hardware.xml:595 hardware.xml:634 hardware.xml:638 #, no-c-format msgid "UNKNOWN" msgstr "KHÔNG RÕ" #. Tag: entry -#: hardware.xml:598 +#: hardware.xml:596 #, no-c-format msgid "Yukon" msgstr "Yukon" #. Tag: entry -#: hardware.xml:603 +#: hardware.xml:601 #, no-c-format msgid "TSUNAMI" msgstr "TSUNAMI" #. Tag: entry -#: hardware.xml:604 +#: hardware.xml:602 #, no-c-format msgid "AlphaServer DS10" msgstr "AlphaServer DS10" #. Tag: entry -#: hardware.xml:605 hardware.xml:653 +#: hardware.xml:603 hardware.xml:651 #, no-c-format msgid "Webbrick" msgstr "Webbrick" #. Tag: entry -#: hardware.xml:608 +#: hardware.xml:606 #, no-c-format msgid "AlphaServer DS10L" msgstr "AlphaServer DS10L" #. Tag: entry -#: hardware.xml:609 +#: hardware.xml:607 #, no-c-format msgid "Slate" msgstr "Slate" #. Tag: entry -#: hardware.xml:612 +#: hardware.xml:610 #, no-c-format msgid "AlphaServer DS20" msgstr "AlphaServer DS20" #. Tag: entry -#: hardware.xml:613 +#: hardware.xml:611 #, no-c-format msgid "Catamaran/Goldrush" msgstr "Catamaran/Goldrush" #. Tag: entry -#: hardware.xml:616 +#: hardware.xml:614 #, no-c-format msgid "AlphaServer DS20E" msgstr "AlphaServer DS20E" #. Tag: entry -#: hardware.xml:617 +#: hardware.xml:615 #, no-c-format msgid "Goldrack" msgstr "Goldrack" #. Tag: entry -#: hardware.xml:620 +#: hardware.xml:618 #, no-c-format msgid "AlphaServer DS20L" msgstr "AlphaServer DS20L" #. Tag: entry -#: hardware.xml:621 +#: hardware.xml:619 #, no-c-format msgid "Shark" msgstr "Shark" #. Tag: entry -#: hardware.xml:624 +#: hardware.xml:622 #, no-c-format msgid "AlphaServer ES40" msgstr "AlphaServer ES40" #. Tag: entry -#: hardware.xml:625 +#: hardware.xml:623 #, no-c-format msgid "Clipper" msgstr "Clipper" #. Tag: entry -#: hardware.xml:628 hardware.xml:629 +#: hardware.xml:626 hardware.xml:627 #, no-c-format msgid "DP264" msgstr "DP264" #. Tag: entry -#: hardware.xml:632 +#: hardware.xml:630 #, no-c-format msgid "SMARTengine 21264 PCI/ISA SBC" msgstr "SMARTengine 21264 PCI/ISA SBC" #. Tag: entry -#: hardware.xml:633 +#: hardware.xml:631 #, no-c-format msgid "Eiger" msgstr "Eiger" #. Tag: entry -#: hardware.xml:637 +#: hardware.xml:635 #, no-c-format msgid "Warhol" msgstr "Warhol" #. Tag: entry -#: hardware.xml:641 +#: hardware.xml:639 #, no-c-format msgid "Windjammer" msgstr "Windjammer" #. Tag: entry -#: hardware.xml:644 +#: hardware.xml:642 #, no-c-format msgid "UP2000" msgstr "UP2000" #. Tag: entry -#: hardware.xml:645 +#: hardware.xml:643 #, no-c-format msgid "Swordfish" msgstr "Swordfish" #. Tag: entry -#: hardware.xml:648 +#: hardware.xml:646 #, no-c-format msgid "XP1000" msgstr "XP1000" #. Tag: entry -#: hardware.xml:649 +#: hardware.xml:647 #, no-c-format msgid "Monet/Brisbane" msgstr "Monet/Brisbane" #. Tag: entry -#: hardware.xml:652 +#: hardware.xml:650 #, no-c-format msgid "XP900" msgstr "XP900" #. Tag: entry -#: hardware.xml:658 +#: hardware.xml:656 #, no-c-format msgid "WILDFIRE" msgstr "WILDFIRE" #. Tag: entry -#: hardware.xml:659 +#: hardware.xml:657 #, no-c-format msgid "AlphaServer GS160" msgstr "AlphaServer GS160" #. Tag: entry -#: hardware.xml:660 hardware.xml:664 +#: hardware.xml:658 hardware.xml:662 #, no-c-format msgid "Wildfire" msgstr "Wildfire" #. Tag: entry -#: hardware.xml:663 +#: hardware.xml:661 #, no-c-format msgid "AlphaServer GS320" msgstr "AlphaServer GS320" #. Tag: entry -#: hardware.xml:669 hardware.xml:671 +#: hardware.xml:667 hardware.xml:669 #, no-c-format msgid "XL" msgstr "XL" #. Tag: entry -#: hardware.xml:670 +#: hardware.xml:668 #, no-c-format msgid "XL-233...266" msgstr "XL-233...266" #. Tag: entry -#: hardware.xml:672 +#: hardware.xml:670 #, no-c-format msgid "xl" msgstr "xl" #. Tag: para -#: hardware.xml:677 +#: hardware.xml:675 #, no-c-format msgid "" "It is believed that Debian &releasename; supports installing on all alpha " @@ -1744,7 +1738,7 @@ msgstr "" "kiến trúc phụ Titan, mà cần thiết thay đổi những tùy chọn biên dịch hạt nhân." #. Tag: para -#: hardware.xml:694 +#: hardware.xml:692 #, no-c-format msgid "" "Each distinct ARM architecture requires its own kernel. Because of this the " @@ -1759,7 +1753,7 @@ msgstr "" "gồm xscale." #. Tag: para -#: hardware.xml:702 +#: hardware.xml:700 #, no-c-format msgid "" "Most ARM CPUs may be run in either endian mode (big or little). However, the " @@ -1771,19 +1765,19 @@ msgstr "" "chế độ về cuối nhỏ. Debian hỗ trợ hiện thời chỉ hệ thống ARM về cuối nhỏ." #. Tag: para -#: hardware.xml:710 +#: hardware.xml:708 #, no-c-format msgid "The supported systems are:" msgstr "Các hệ thống đã hỗ trợ :" #. Tag: term -#: hardware.xml:717 +#: hardware.xml:715 #, no-c-format msgid "Netwinder" msgstr "Netwinder" #. Tag: para -#: hardware.xml:718 +#: hardware.xml:716 #, no-c-format msgid "" "This is actually the name for the group of machines based upon the StrongARM " @@ -1799,13 +1793,13 @@ msgstr "" "(cps, cũng tên skiff)." #. Tag: term -#: hardware.xml:731 +#: hardware.xml:729 #, no-c-format msgid "NSLU2" msgstr "NSLU2" #. Tag: para -#: hardware.xml:732 +#: hardware.xml:730 #, no-c-format msgid "" "The Linksys NSLU2 (Network Storage Link for USB 2.0 Disk Drives) is a small " @@ -1818,13 +1812,13 @@ msgstr "" "nối Ethernet và hai cổng USB nơi có thể kết nối ổ đĩa cứng." #. Tag: term -#: hardware.xml:743 +#: hardware.xml:741 #, fuzzy, no-c-format msgid "RiscPC" msgstr "apus" #. Tag: para -#: hardware.xml:744 +#: hardware.xml:742 #, no-c-format msgid "" "This machine is the oldest supported hardware: it was released in 1994. It " @@ -1846,7 +1840,7 @@ msgstr "" "đun này có trình điều khiển Linux." #. Tag: para -#: hardware.xml:769 +#: hardware.xml:767 #, no-c-format msgid "" "The are two major support &architecture; flavors: PA-" @@ -1863,7 +1857,7 @@ msgstr "" "là 32-bit. Trong tương lai, có lẽ miền người dùng là 64-bit." #. Tag: para -#: hardware.xml:788 +#: hardware.xml:786 #, no-c-format msgid "" "Complete information concerning supported peripherals can be found at Linux. Tiết đoạn này đơn giản tóm tắt các điểm cơ bản." #. Tag: title -#: hardware.xml:796 hardware.xml:913 +#: hardware.xml:794 hardware.xml:911 #, no-c-format msgid "CPU" msgstr "CPU" #. Tag: para -#: hardware.xml:797 +#: hardware.xml:795 #, no-c-format msgid "" "Nearly all x86-based processors are supported; this includes AMD and VIA " @@ -1894,13 +1888,13 @@ msgstr "" "sẽ không chạy trên bộ xử lý 286 hay cũ hơn." #. Tag: title -#: hardware.xml:807 +#: hardware.xml:805 #, no-c-format msgid "I/O Bus" msgstr "Mạch nối nhập/xuất" #. Tag: para -#: hardware.xml:808 +#: hardware.xml:806 #, no-c-format msgid "" "The system bus is the part of the motherboard which allows the CPU to " @@ -1914,7 +1908,7 @@ msgstr "" "mẫu PS/2 của IBM), hay VESA Local Bus (VLB, đôi khi được gọi là VL bus)." #. Tag: para -#: hardware.xml:831 +#: hardware.xml:829 #, no-c-format msgid "" "Complete information concerning supported M68000 based " @@ -1928,7 +1922,7 @@ msgstr "" "bản." #. Tag: para -#: hardware.xml:838 +#: hardware.xml:836 #, no-c-format msgid "" "The &architecture; port of Linux runs on any 680x0 with a PMMU (Paged Memory " @@ -1944,7 +1938,7 @@ msgstr "" "\">Linux/m68k để tìm chi tiết hoàn toàn." #. Tag: para -#: hardware.xml:846 +#: hardware.xml:844 #, fuzzy, no-c-format msgid "" "There are four major supported &architecture; flavors: " @@ -1969,7 +1963,7 @@ msgstr "" "NeXT, nhưng Debian chưa hỗ trợ." #. Tag: para -#: hardware.xml:873 +#: hardware.xml:871 #, no-c-format msgid "" "Debian on &arch-title; supports the following platforms: " @@ -2007,7 +2001,7 @@ msgstr "" "url=\"&url-list-subscribe;\"> debian-&arch-listname;." #. Tag: para -#: hardware.xml:914 +#: hardware.xml:912 #, no-c-format msgid "" "On SGI IP22, SGI Indy, Indigo 2 and Challenge S with R4000, R4400, R4600 and " @@ -2027,7 +2021,7 @@ msgstr "" "có bốn lõi mà được hỗ trợ trong chế độ SMP." #. Tag: para -#: hardware.xml:924 +#: hardware.xml:922 #, no-c-format msgid "" "Some MIPS machines can be operated in both big and little endian mode. For " @@ -2039,7 +2033,7 @@ msgstr "" "mipsel." #. Tag: para -#: hardware.xml:941 +#: hardware.xml:939 #, no-c-format msgid "" "Debian on &arch-title; supports the following platforms: " @@ -2076,13 +2070,13 @@ msgstr "" "list-subscribe;\"> debian-&arch-listname;." #. Tag: title -#: hardware.xml:981 +#: hardware.xml:979 #, no-c-format msgid "CPU/Machine types" msgstr "Kiểu máy/bộ xử lý trung tâm" #. Tag: para -#: hardware.xml:983 +#: hardware.xml:981 #, no-c-format msgid "" "Currently only DECstations with R3000 and R4000/R4400 CPUs are supported by " @@ -2094,115 +2088,115 @@ msgstr "" "thế thì hệ thống cài đặt Debian chạy được trên những máy này:" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "System Type" msgstr "Kiểu hệ thống" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "CPU" msgstr "CPU" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "Code-name" msgstr "Tên mã" #. Tag: entry -#: hardware.xml:996 +#: hardware.xml:994 #, no-c-format msgid "Debian subarchitecture" msgstr "Kiến trúc phụ Debian" #. Tag: entry -#: hardware.xml:1002 +#: hardware.xml:1000 #, no-c-format msgid "DECstation 5000/1xx" msgstr "DECstation 5000/1xx" #. Tag: entry -#: hardware.xml:1003 hardware.xml:1013 hardware.xml:1018 hardware.xml:1028 +#: hardware.xml:1001 hardware.xml:1011 hardware.xml:1016 hardware.xml:1026 #, no-c-format msgid "R3000" msgstr "R3000" #. Tag: entry -#: hardware.xml:1004 hardware.xml:1009 +#: hardware.xml:1002 hardware.xml:1007 #, no-c-format msgid "3MIN" msgstr "3MIN" #. Tag: entry -#: hardware.xml:1007 +#: hardware.xml:1005 #, no-c-format msgid "DECstation 5000/150" msgstr "DECstation 5000/150" #. Tag: entry -#: hardware.xml:1008 hardware.xml:1033 +#: hardware.xml:1006 hardware.xml:1031 #, no-c-format msgid "R4000" msgstr "R4000" #. Tag: entry -#: hardware.xml:1012 +#: hardware.xml:1010 #, no-c-format msgid "DECstation 5000/200" msgstr "DECstation 5000/200" #. Tag: entry -#: hardware.xml:1014 +#: hardware.xml:1012 #, no-c-format msgid "3MAX" msgstr "3MAX" #. Tag: entry -#: hardware.xml:1017 +#: hardware.xml:1015 #, no-c-format msgid "DECstation 5000/240" msgstr "DECstation 5000/240" #. Tag: entry -#: hardware.xml:1019 hardware.xml:1024 +#: hardware.xml:1017 hardware.xml:1022 #, no-c-format msgid "3MAX+" msgstr "3MAX+" #. Tag: entry -#: hardware.xml:1022 +#: hardware.xml:1020 #, no-c-format msgid "DECstation 5000/260" msgstr "DECstation 5000/260" #. Tag: entry -#: hardware.xml:1023 +#: hardware.xml:1021 #, no-c-format msgid "R4400" msgstr "R4400" #. Tag: entry -#: hardware.xml:1027 +#: hardware.xml:1025 #, no-c-format msgid "Personal DECstation 5000/xx" msgstr "Personal DECstation 5000/xx" #. Tag: entry -#: hardware.xml:1029 hardware.xml:1034 +#: hardware.xml:1027 hardware.xml:1032 #, no-c-format msgid "Maxine" msgstr "Maxine" #. Tag: entry -#: hardware.xml:1032 +#: hardware.xml:1030 #, no-c-format msgid "Personal DECstation 5000/50" msgstr "Personal DECstation 5000/50" #. Tag: para -#: hardware.xml:1039 +#: hardware.xml:1037 #, no-c-format msgid "" "All Cobalt machines are supported. In the past, only machines with a serial " @@ -2214,7 +2208,7 @@ msgstr "" "lúc bây giờ cũng có thể cài đặt qua SSH." #. Tag: para -#: hardware.xml:1046 +#: hardware.xml:1044 #, no-c-format msgid "" "The Broadcom BCM91250A evaluation board comes with an SB1 1250 chip with two " @@ -2228,13 +2222,13 @@ msgstr "" "được hỗ trợ trong chế độ SMP." #. Tag: title -#: hardware.xml:1056 +#: hardware.xml:1054 #, no-c-format msgid "Supported console options" msgstr "Tùy chọn bàn giao tiếp đã hỗ trợ" #. Tag: para -#: hardware.xml:1057 +#: hardware.xml:1055 #, fuzzy, no-c-format msgid "" "A serial console is available on all supported DECstations (9600 bps, 8N1). " @@ -2256,7 +2250,7 @@ msgstr "" "cùng với tùy chọn đồ họa PMAG-BA và PMAGB-B." #. Tag: para -#: hardware.xml:1068 +#: hardware.xml:1066 #, no-c-format msgid "" "If you have a Linux system to use as serial terminal, an easy way is to run " @@ -2280,7 +2274,7 @@ msgstr "" "kết nối (9600 bit trong mỗi giây)." #. Tag: para -#: hardware.xml:1086 +#: hardware.xml:1084 #, no-c-format msgid "Both Cobalt and Broadcom BCM91250A/BCM91480B use 115200 bps." msgstr "" @@ -2288,14 +2282,14 @@ msgstr "" "giây." #. Tag: para -#: hardware.xml:1100 -#, no-c-format +#: hardware.xml:1098 +#, fuzzy, no-c-format msgid "" "There are four major supported &architecture; " -"subarchitectures: PMac (Power-Macintosh), PReP, APUS (Amiga Power-UP " -"System), and CHRP machines. Each subarchitecture has its own boot methods. " -"In addition, there are four different kernel flavours, supporting different " -"CPU variants." +"subarchitectures: PMac (Power-Macintosh or PowerMac), PReP, APUS (Amiga " +"Power-UP System), and CHRP machines. Each subarchitecture has its own boot " +"methods. In addition, there are four different kernel flavours, supporting " +"different CPU variants." msgstr "" "Có bốn kiến trúc phụ &architecture; đã hỗ trợ : PMac " "(Power-Macintosh), PReP, APUS (Amiga Power-UP System), và máy kiểu CHRP. Mỗi " @@ -2303,7 +2297,7 @@ msgstr "" "nhân hỗ trợ biến thể bộ xử lý trung tâm (CPU) khác nhau." #. Tag: para -#: hardware.xml:1108 +#: hardware.xml:1106 #, no-c-format msgid "" "Ports to other &architecture; architectures, such as " @@ -2315,13 +2309,13 @@ msgstr "" "Debian chưa hỗ trợ. Trong tương lai, có lẽ Debian hỗ trợ bản chuyển 64-bit." #. Tag: title -#: hardware.xml:1116 +#: hardware.xml:1114 #, no-c-format msgid "Kernel Flavours" msgstr "Mùi vị hạt nhân" #. Tag: para -#: hardware.xml:1118 +#: hardware.xml:1116 #, no-c-format msgid "" "There are four flavours of the powerpc kernel in Debian, based on the CPU " @@ -2331,31 +2325,37 @@ msgstr "" "tâm (CPU):" #. Tag: term -#: hardware.xml:1125 +#: hardware.xml:1123 #, no-c-format msgid "powerpc" msgstr "powerpc" #. Tag: para -#: hardware.xml:1126 -#, no-c-format +#: hardware.xml:1124 +#, fuzzy, no-c-format msgid "" "Most systems use this kernel flavour, which supports the PowerPC 601, 603, " -"604, 740, 750, and 7400 processors. All Apple Power Macintosh systems up to " -"and including the G4 use one of these processors." +"604, 740, 750, and 7400 processors. All Apple PowerMac machines up to and " +"including the one marketed as G4 use one of these processors." msgstr "" "Hậu hết hệ thống sử dụng mùi vị hạt nhân này, mà hỗ trợ bộ xử lý PowerPC " "601, 603, 604, 740, 750, và 7400. Mọi máy Power Macintosh của Apple đến G4 " "có sử dụng một của những bộ xử lý này." #. Tag: term -#: hardware.xml:1136 -#, no-c-format -msgid "power3" -msgstr "power3" +#: hardware.xml:1134 +#, fuzzy, no-c-format +msgid "power64" +msgstr "power4" + +#. Tag: para +#: hardware.xml:1135 +#, fuzzy, no-c-format +msgid "The power64 kernel flavour supports the following CPUs:" +msgstr "Mùi vị hạt nhân này hỗ trợ Amiga Power-UP System." #. Tag: para -#: hardware.xml:1137 +#: hardware.xml:1139 #, no-c-format msgid "" "The POWER3 processor is used in older IBM 64-bit server systems: known " @@ -2366,14 +2366,8 @@ msgstr "" "đã biết gồm có IntelliStation POWER Model 265, pSeries 610 và 640, và " "RS/6000 7044-170, 7043-260, 7044-270." -#. Tag: term -#: hardware.xml:1147 -#, no-c-format -msgid "power4" -msgstr "power4" - #. Tag: para -#: hardware.xml:1148 +#: hardware.xml:1145 #, no-c-format msgid "" "The POWER4 processor is used in more recent IBM 64-bit server systems: known " @@ -2383,117 +2377,82 @@ msgstr "" "hình đã biết gồm có pSeries 615, 630, 650, 655, 670, 690." #. Tag: para -#: hardware.xml:1153 -#, no-c-format +#: hardware.xml:1150 +#, fuzzy, no-c-format msgid "" -"The Apple G5 is also based on the POWER4 architecture, and uses this kernel " -"flavour." +"Systems using the Apple G5 (PPC970FX processor) are also based on the POWER4 " +"architecture, and use this kernel flavour." msgstr "" "Máy Apple G5 cũng đựa vào kiến trúc POWER4, và sử dụng mùi vị hạt nhân này." #. Tag: term -#: hardware.xml:1162 +#: hardware.xml:1159 +#, fuzzy, no-c-format +msgid "prep" +msgstr "powerpc" + +#. Tag: para +#: hardware.xml:1160 +#, fuzzy, no-c-format +msgid "This kernel flavour supports the PReP subarchitecture." +msgstr "Mùi vị hạt nhân này hỗ trợ Amiga Power-UP System." + +#. Tag: term +#: hardware.xml:1168 #, no-c-format msgid "apus" msgstr "apus" #. Tag: para -#: hardware.xml:1163 -#, no-c-format -msgid "This kernel flavour supports the Amiga Power-UP System." +#: hardware.xml:1169 +#, fuzzy, no-c-format +msgid "" +"This kernel flavour supports the Amiga Power-UP System, though it is " +"currently disabled." msgstr "Mùi vị hạt nhân này hỗ trợ Amiga Power-UP System." #. Tag: title -#: hardware.xml:1175 +#: hardware.xml:1182 #, no-c-format msgid "Power Macintosh (pmac) subarchitecture" msgstr "Kiến trúc phụ Power Macintosh (pmac)" #. Tag: para -#: hardware.xml:1177 -#, no-c-format +#: hardware.xml:1184 +#, fuzzy, no-c-format msgid "" "Apple (and briefly a few other manufacturers — Power Computing, for " -"example) makes a series of Macintosh computers based on the PowerPC " +"example) made a series of Macintosh computers based on the PowerPC " "processor. For purposes of architecture support, they are categorized as " -"NuBus, OldWorld PCI, and NewWorld." +"NuBus (not supported by Debian), OldWorld, and NewWorld." msgstr "" "Công ty Apple (và một số hãng chế tạo khác như Power Computing) có xây dựng " "một nhóm máy tính Macintosh đựa vào bộ xử lý PowerPC. Cho mục đích hỗ trợ " "kiến trúc, chúng phân loại ra NuBus, OldWorld PCI (PCI kiểu cũ), and " "NewWorld (kiểu mới)." -#. Tag: para -#: hardware.xml:1184 -#, no-c-format -msgid "" -"Macintosh computers using the 680x0 series of processors are not in the " -"PowerPC family but are instead m68k machines. Those models start with " -"Mac II or have a 3-digit model number such as Centris 650 or " -"Quadra 950. Apple's pre-iMac PowerPC model numbers have four digits." -msgstr "" -"Máy tính Macintosh sử dụng nhóm bộ xử lý 680x0 không phải thuộc về nhóm " -"PowerPC, nhưng là máy kiểu m68k thay thế. Những mô hình này bắt đầu với " -"Mac II, gồm nhóm máy LC, rồi máy " -"Centris, máy Quadra và cuối cùng máy " -"Performa số 200-640CD. Các máy nhóm này thường có số mô hình " -"là số La-tinh (v.d. Mac IIcx hay LCIII) hay số ba chữ (v.d. Centris 610 và " -"Quadra 660AV). Nhóm này cũng chứa những máy tính xách tay Mac Portable, " -"PowerBook số 100 đến 550c (trừ PowerBook 500 mà là Nubus, vui lòng xem tiết " -"đoạn bên dưới) và PowerBook Duo số 210 đến 280c. Các mô hình máy PowerPC tạo " -"sau nhóm này, và trước iMac, có số bốn chữ. " - #. Tag: para #: hardware.xml:1191 -#, no-c-format -msgid "" -"NuBus systems are not currently supported by debian/powerpc. The monolithic " -"Linux/PPC kernel architecture does not have support for these machines; " -"instead, one must use the MkLinux Mach microkernel, which Debian does not " -"yet support. These include the following: " -"Power Macintosh 6100, 7100, 8100 " -"Performa 5200, 6200, 6300 Powerbook " -"1400, 2300, and 5300 Workgroup Server " -"6150, 8150, 9150 A linux kernel for these " -"machines and limited support is available at " -msgstr "" -"Hệ thống NuBus hiện thời không được hỗ trợ bởi debian/powerpc. Hạt nhân " -"Linux/PPC chắc như đá nguyên khối không hỗ trợ những máy này; thay thế cần " -"phải sử dụng hạt nhân vi Mach MkLinux, mà Debian chưa hỗ trợ. Nhóm máy này " -"chứa : desktop Power Macintosh số " -"4400 đến 9600 desktopdesktop Twentieth Anniversary Mac desktop Performa số 5200CD đến 6420 laptop PowerBook Duo 2300c/100 laptop " -"PowerBook 500 laptop PowerBook số " -"1400 đến 5300 server Workgroup " -"Server số 6150 đến 9650 server " -"Network Server số 500 đến 700 Có sẵn một " -"hạt nhân Linux cho các máy này, và một phần sự hỗ trợ, tại " - -#. Tag: para -#: hardware.xml:1224 -#, no-c-format +#, fuzzy, no-c-format msgid "" "OldWorld systems are most Power Macintoshes with a floppy drive and a PCI " "bus. Most 603, 603e, 604, and 604e based Power Macintoshes are OldWorld " -"machines. The beige colored G3 systems are also OldWorld." +"machines. Those pre-iMac PowerPC models from Apple use a four digit naming " +"scheme, except for the beige colored G3 systems, which are also OldWorld." msgstr "" "Hệ thống OldWorld (kiểu cũ) thường là máy PowerMac có ổ đĩa mềm và mạch nối " "PCI. Phần lớn máy PowerMac đựa vào bộ xử lý 630 đến 604e là máy kiểu cũ. Hệ " "thống G3 màu be cũng là kiểu cũ." #. Tag: para -#: hardware.xml:1230 -#, no-c-format +#: hardware.xml:1199 +#, fuzzy, no-c-format msgid "" "The so called NewWorld PowerMacs are any PowerMacs in translucent colored " -"plastic cases. That includes all iMacs, iBooks, G4 systems, blue colored G3 " -"systems, and most PowerBooks manufactured in and after 1999. The NewWorld " -"PowerMacs are also known for using the ROM in RAM system for " -"MacOS, and were manufactured from mid-1998 onwards." +"plastic cases and later models. That includes all iMacs, iBooks, G4 systems, " +"blue colored G3 systems, and most PowerBooks manufactured in and after 1999. " +"The NewWorld PowerMacs are also known for using the ROM in RAM system for MacOS, and were manufactured from mid-1998 onwards." msgstr "" "Máy PowerMac được gọi là NewWorld (kiểu mới) là máy PowerMac có hộp lông " "trong mờ có màu sắc, mà gồm có mọi máy iMac, máy tính xách tay iBook, máy " @@ -2503,7 +2462,7 @@ msgstr "" "chế tạo trong giữa năm 1998 và sau." #. Tag: para -#: hardware.xml:1238 +#: hardware.xml:1207 #, no-c-format msgid "" "Specifications for Apple hardware are available at AppleSpec Legacy." #. Tag: entry -#: hardware.xml:1254 hardware.xml:1389 hardware.xml:1433 hardware.xml:1462 +#: hardware.xml:1223 hardware.xml:1358 hardware.xml:1402 hardware.xml:1431 #, no-c-format msgid "Model Name/Number" msgstr "Tên/số mô hình" #. Tag: entry -#: hardware.xml:1255 +#: hardware.xml:1224 #, no-c-format msgid "Generation" msgstr "Thế hệ" #. Tag: entry -#: hardware.xml:1261 +#: hardware.xml:1230 #, no-c-format msgid "Apple" msgstr "Apple" #. Tag: entry -#: hardware.xml:1262 +#: hardware.xml:1231 #, no-c-format msgid "iMac Bondi Blue, 5 Flavors, Slot Loading" msgstr "iMac Bondi Blue, 5 mùi vị, tải đĩa qua khe" #. Tag: entry -#: hardware.xml:1263 hardware.xml:1266 hardware.xml:1269 hardware.xml:1272 -#: hardware.xml:1275 hardware.xml:1278 hardware.xml:1281 hardware.xml:1284 -#: hardware.xml:1287 hardware.xml:1290 hardware.xml:1293 hardware.xml:1296 -#: hardware.xml:1299 hardware.xml:1302 hardware.xml:1305 hardware.xml:1308 +#: hardware.xml:1232 hardware.xml:1235 hardware.xml:1238 hardware.xml:1241 +#: hardware.xml:1244 hardware.xml:1247 hardware.xml:1250 hardware.xml:1253 +#: hardware.xml:1256 hardware.xml:1259 hardware.xml:1262 hardware.xml:1265 +#: hardware.xml:1268 hardware.xml:1271 hardware.xml:1274 hardware.xml:1277 #, no-c-format msgid "NewWorld" msgstr "Kiểu mới" #. Tag: entry -#: hardware.xml:1265 +#: hardware.xml:1234 #, no-c-format msgid "iMac Summer 2000, Early 2001" msgstr "iMac năm 2000 giữa, năm 2001 sớm" #. Tag: entry -#: hardware.xml:1268 +#: hardware.xml:1237 #, no-c-format msgid "iMac G5" msgstr "iMac G5" #. Tag: entry -#: hardware.xml:1271 +#: hardware.xml:1240 #, no-c-format msgid "iBook, iBook SE, iBook Dual USB" msgstr "iBook, iBook SE, iBook Dual USB" #. Tag: entry -#: hardware.xml:1274 +#: hardware.xml:1243 #, no-c-format msgid "iBook2" msgstr "iBook2" #. Tag: entry -#: hardware.xml:1277 +#: hardware.xml:1246 #, no-c-format msgid "iBook G4" msgstr "iBook G4" #. Tag: entry -#: hardware.xml:1280 +#: hardware.xml:1249 #, no-c-format msgid "Power Macintosh Blue and White (B&W) G3" msgstr "Power Macintosh màu xanh dương và trắng (B&W) G3" #. Tag: entry -#: hardware.xml:1283 +#: hardware.xml:1252 #, no-c-format msgid "Power Macintosh G4 PCI, AGP, Cube" msgstr "Power Macintosh G4 PCI, AGP, Cube" #. Tag: entry -#: hardware.xml:1286 +#: hardware.xml:1255 #, no-c-format msgid "Power Macintosh G4 Gigabit Ethernet" msgstr "Power Macintosh G4 Gigabit Ethernet" #. Tag: entry -#: hardware.xml:1289 +#: hardware.xml:1258 #, no-c-format msgid "Power Macintosh G4 Digital Audio, Quicksilver" msgstr "Power Macintosh G4 Digital Audio, Quicksilver" #. Tag: entry -#: hardware.xml:1292 +#: hardware.xml:1261 #, no-c-format msgid "Power Macintosh G5" msgstr "Power Macintosh G5" #. Tag: entry -#: hardware.xml:1295 +#: hardware.xml:1264 #, no-c-format msgid "PowerBook G3 FireWire Pismo (2000)" msgstr "PowerBook G3 FireWire Pismo (2000)" #. Tag: entry -#: hardware.xml:1298 +#: hardware.xml:1267 #, no-c-format msgid "PowerBook G3 Lombard (1999)" msgstr "PowerBook G3 Lombard (1999)" #. Tag: entry -#: hardware.xml:1301 +#: hardware.xml:1270 #, no-c-format msgid "PowerBook G4 Titanium" msgstr "PowerBook G4 Titanium" #. Tag: entry -#: hardware.xml:1304 +#: hardware.xml:1273 #, no-c-format msgid "PowerBook G4 Aluminum" msgstr "PowerBook G4 Aluminum" #. Tag: entry -#: hardware.xml:1307 +#: hardware.xml:1276 #, no-c-format msgid "Xserve G5" msgstr "Xserve G5" #. Tag: entry -#: hardware.xml:1310 +#: hardware.xml:1279 #, no-c-format msgid "Performa 4400, 54xx, 5500" msgstr "Performa 4400, 54xx, 5500" #. Tag: entry -#: hardware.xml:1311 hardware.xml:1314 hardware.xml:1317 hardware.xml:1320 -#: hardware.xml:1323 hardware.xml:1326 hardware.xml:1329 hardware.xml:1332 -#: hardware.xml:1335 hardware.xml:1338 hardware.xml:1341 hardware.xml:1344 -#: hardware.xml:1350 hardware.xml:1353 hardware.xml:1359 hardware.xml:1365 -#: hardware.xml:1371 +#: hardware.xml:1280 hardware.xml:1283 hardware.xml:1286 hardware.xml:1289 +#: hardware.xml:1292 hardware.xml:1295 hardware.xml:1298 hardware.xml:1301 +#: hardware.xml:1304 hardware.xml:1307 hardware.xml:1310 hardware.xml:1313 +#: hardware.xml:1319 hardware.xml:1322 hardware.xml:1328 hardware.xml:1334 +#: hardware.xml:1340 #, no-c-format msgid "OldWorld" msgstr "Kiểu cũ" #. Tag: entry -#: hardware.xml:1313 +#: hardware.xml:1282 #, no-c-format msgid "Performa 6360, 6400, 6500" msgstr "Performa 6360, 6400, 6500" #. Tag: entry -#: hardware.xml:1316 +#: hardware.xml:1285 #, no-c-format msgid "Power Macintosh 4400, 5400" msgstr "Power Macintosh 4400, 5400" #. Tag: entry -#: hardware.xml:1319 +#: hardware.xml:1288 #, no-c-format msgid "Power Macintosh 7200, 7300, 7500, 7600" msgstr "Power Macintosh 7200, 7300, 7500, 7600" #. Tag: entry -#: hardware.xml:1322 +#: hardware.xml:1291 #, no-c-format msgid "Power Macintosh 8200, 8500, 8600" msgstr "Power Macintosh 8200, 8500, 8600" #. Tag: entry -#: hardware.xml:1325 +#: hardware.xml:1294 #, no-c-format msgid "Power Macintosh 9500, 9600" msgstr "Power Macintosh 9500, 9600" #. Tag: entry -#: hardware.xml:1328 +#: hardware.xml:1297 #, no-c-format msgid "Power Macintosh (Beige) G3 Minitower" msgstr "Power Macintosh (Beige) G3 Minitower" #. Tag: entry -#: hardware.xml:1331 +#: hardware.xml:1300 #, no-c-format msgid "Power Macintosh (Beige) Desktop, All-in-One" msgstr "Power Macintosh (Beige) Desktop, cùng một phần" #. Tag: entry -#: hardware.xml:1334 +#: hardware.xml:1303 #, no-c-format msgid "PowerBook 2400, 3400, 3500" msgstr "PowerBook 2400, 3400, 3500" #. Tag: entry -#: hardware.xml:1337 +#: hardware.xml:1306 #, no-c-format msgid "PowerBook G3 Wallstreet (1998)" msgstr "PowerBook G3 Wallstreet (1998)" #. Tag: entry -#: hardware.xml:1340 +#: hardware.xml:1309 #, no-c-format msgid "Twentieth Anniversary Macintosh" msgstr "Twentieth Anniversary Macintosh" #. Tag: entry -#: hardware.xml:1343 +#: hardware.xml:1312 #, no-c-format msgid "Workgroup Server 7250, 7350, 8550, 9650, G3" msgstr "Workgroup Server 7250, 7350, 8550, 9650, G3" #. Tag: entry -#: hardware.xml:1348 +#: hardware.xml:1317 #, no-c-format msgid "Power Computing" msgstr "Power Computing" #. Tag: entry -#: hardware.xml:1349 +#: hardware.xml:1318 #, no-c-format msgid "PowerBase, PowerTower / Pro, PowerWave" msgstr "PowerBase, PowerTower / Pro, PowerWave" #. Tag: entry -#: hardware.xml:1352 +#: hardware.xml:1321 #, no-c-format msgid "PowerCenter / Pro, PowerCurve" msgstr "PowerCenter / Pro, PowerCurve" #. Tag: entry -#: hardware.xml:1357 +#: hardware.xml:1326 #, no-c-format msgid "UMAX" msgstr "UMAX" #. Tag: entry -#: hardware.xml:1358 +#: hardware.xml:1327 #, no-c-format msgid "C500, C600, J700, S900" msgstr "C500, C600, J700, S900" #. Tag: entry -#: hardware.xml:1363 +#: hardware.xml:1332 #, no-c-format msgid "APS" msgstr "APS" #. Tag: entry -#: hardware.xml:1364 +#: hardware.xml:1333 #, no-c-format msgid "APS Tech M*Power 604e/2000" msgstr "APS Tech M*Power 604e/2000" #. Tag: entry -#: hardware.xml:1369 hardware.xml:1395 +#: hardware.xml:1338 hardware.xml:1364 #, no-c-format msgid "Motorola" msgstr "Motorola" #. Tag: entry -#: hardware.xml:1370 +#: hardware.xml:1339 #, no-c-format msgid "Starmax 3000, 4000, 5000, 5500" msgstr "Starmax 3000, 4000, 5000, 5500" #. Tag: title -#: hardware.xml:1379 +#: hardware.xml:1348 #, no-c-format msgid "PReP subarchitecture" msgstr "Kiến trúc phụ PReP" #. Tag: entry -#: hardware.xml:1396 +#: hardware.xml:1365 #, no-c-format msgid "Firepower, PowerStack Series E, PowerStack II" msgstr "Firepower, PowerStack Series E, PowerStack II" #. Tag: entry -#: hardware.xml:1398 +#: hardware.xml:1367 #, no-c-format msgid "MPC 7xx, 8xx" msgstr "MPC 7xx, 8xx" #. Tag: entry -#: hardware.xml:1400 +#: hardware.xml:1369 #, no-c-format msgid "MTX, MTX+" msgstr "MTX, MTX+" #. Tag: entry -#: hardware.xml:1402 +#: hardware.xml:1371 #, no-c-format msgid "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" msgstr "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" #. Tag: entry -#: hardware.xml:1404 +#: hardware.xml:1373 #, no-c-format msgid "MCP(N)750" msgstr "MCP(N)750" #. Tag: entry -#: hardware.xml:1408 hardware.xml:1439 +#: hardware.xml:1377 hardware.xml:1408 #, no-c-format msgid "IBM RS/6000" msgstr "IBM RS/6000" #. Tag: entry -#: hardware.xml:1409 +#: hardware.xml:1378 #, no-c-format msgid "40P, 43P" msgstr "40P, 43P" #. Tag: entry -#: hardware.xml:1411 +#: hardware.xml:1380 #, no-c-format msgid "Power 830/850/860 (6070, 6050)" msgstr "Power 830/850/860 (6070, 6050)" #. Tag: entry -#: hardware.xml:1413 +#: hardware.xml:1382 #, no-c-format msgid "6030, 7025, 7043" msgstr "6030, 7025, 7043" #. Tag: entry -#: hardware.xml:1415 +#: hardware.xml:1384 #, no-c-format msgid "p640" msgstr "p640" #. Tag: title -#: hardware.xml:1423 +#: hardware.xml:1392 #, no-c-format msgid "CHRP subarchitecture" msgstr "Kiến trúc phụ CHRP" #. Tag: entry -#: hardware.xml:1440 +#: hardware.xml:1409 #, no-c-format msgid "B50, 43P-150, 44P" msgstr "B50, 43P-150, 44P" #. Tag: entry -#: hardware.xml:1443 +#: hardware.xml:1412 #, no-c-format msgid "Genesi" msgstr "Genesi" #. Tag: entry -#: hardware.xml:1444 +#: hardware.xml:1413 #, no-c-format msgid "Pegasos I, Pegasos II" msgstr "Pegasos I, Pegasos II" #. Tag: title -#: hardware.xml:1452 +#: hardware.xml:1421 #, no-c-format msgid "APUS subarchitecture" msgstr "Kiến trúc phụ APUS" #. Tag: entry -#: hardware.xml:1468 +#: hardware.xml:1437 #, no-c-format msgid "Amiga Power-UP Systems (APUS)" msgstr "Amiga Power-UP Systems (APUS)" #. Tag: entry -#: hardware.xml:1469 +#: hardware.xml:1438 #, no-c-format msgid "A1200, A3000, A4000" msgstr "A1200, A3000, A4000" #. Tag: title -#: hardware.xml:1482 +#: hardware.xml:1446 +#, no-c-format +msgid "Nubus PowerMac subarchitecture (unsupported)" +msgstr "" + +#. Tag: para +#: hardware.xml:1448 +#, fuzzy, no-c-format +msgid "" +"NuBus systems are not currently supported by Debian/powerpc. The monolithic " +"Linux/PPC kernel architecture does not have support for these machines; " +"instead, one must use the MkLinux Mach microkernel, which Debian does not " +"yet support. These include the following: " +"Power Macintosh 6100, 7100, 8100 " +"Performa 5200, 6200, 6300 Powerbook " +"1400, 2300, and 5300 Workgroup Server " +"6150, 8150, 9150 A linux kernel for these " +"machines and limited support is available at ." +msgstr "" +"Hệ thống NuBus hiện thời không được hỗ trợ bởi debian/powerpc. Hạt nhân " +"Linux/PPC chắc như đá nguyên khối không hỗ trợ những máy này; thay thế cần " +"phải sử dụng hạt nhân vi Mach MkLinux, mà Debian chưa hỗ trợ. Nhóm máy này " +"chứa : desktop Power Macintosh số " +"4400 đến 9600 desktopdesktop Twentieth Anniversary Mac desktop Performa số 5200CD đến 6420 laptop PowerBook Duo 2300c/100 laptop " +"PowerBook 500 laptop PowerBook số " +"1400 đến 5300 server Workgroup " +"Server số 6150 đến 9650 server " +"Network Server số 500 đến 700 Có sẵn một " +"hạt nhân Linux cho các máy này, và một phần sự hỗ trợ, tại " + +#. Tag: title +#: hardware.xml:1485 +#, fuzzy, no-c-format +msgid "Non-PowerPC Macs" +msgstr "PowerMac" + +#. Tag: para +#: hardware.xml:1487 +#, no-c-format +msgid "" +"Macintosh computers using the 680x0 series of processors are not in the PowerPC family but are instead m68k machines. Those models " +"start with Mac II series, go on to the LC " +"family, then the Centris series, and culminate in the Quadras and Performas. " +"These models usually have a Roman numeral or 3-digit model number such as " +"Mac IIcx, LCIII or Quadra 950. This model range started with " +"the Mac II (Mac II, IIx, IIcx, IIci, IIsi, IIvi, IIvx, IIfx), then the LC " +"(LC, LCII, III, III+, 475, 520, 550, 575, 580, 630), then the Mac TV, then " +"the Centris (610, 650, 660AV), the Quadra (605, 610, 630, 650, 660AV, 700, " +"800, 840AV, 900, 950), and finally the Performa 200-640CD. In " +"laptops, it started with the Mac Portable, then the PowerBook 100-190cs and " +"the PowerBook Duo 210-550c (excluding PowerBook 500 which is Nubus, please " +"see the section above)." +msgstr "" + +#. Tag: title +#: hardware.xml:1520 #, no-c-format msgid "S/390 and zSeries machine types" msgstr "Kiểu máy S/390 và zSeries" #. Tag: para -#: hardware.xml:1483 +#: hardware.xml:1521 #, no-c-format msgid "" "Complete information regarding supported S/390 and zSeries machines can be " @@ -2916,7 +2936,7 @@ msgstr "" "hỗ trợ chỉ bằng khả năng mô phỏng điểm phù động IEEE nên hiệu suất bị giảm." #. Tag: para -#: hardware.xml:1506 +#: hardware.xml:1544 #, no-c-format msgid "" "Currently the &architecture; port supports several " @@ -2947,13 +2967,13 @@ msgstr "" "ulink> để tìm thấy thông tin hoàn toàn." #. Tag: title -#: hardware.xml:1526 +#: hardware.xml:1564 #, no-c-format msgid "Memory Configuration" msgstr "Cấu hình bộ nhớ" #. Tag: para -#: hardware.xml:1527 +#: hardware.xml:1565 #, no-c-format msgid "" "Some older Sun workstations, notably the Sun IPX and Sun IPC have memory " @@ -2971,7 +2991,7 @@ msgstr "" "liệu." #. Tag: para -#: hardware.xml:1536 +#: hardware.xml:1574 #, no-c-format msgid "" "Thus you must configure the memory so that the lowest memory block is " @@ -2987,7 +3007,7 @@ msgstr "" "Debian, 4Mb không phải đủ." #. Tag: para -#: hardware.xml:1544 +#: hardware.xml:1582 #, no-c-format msgid "" "Example: In a Sun IPX you have a 16Mb SIMM and a 4Mb SIMM. There are four " @@ -3001,13 +3021,13 @@ msgstr "" "nhớ SIMM 4Mb vào nhóm 2." #. Tag: title -#: hardware.xml:1555 +#: hardware.xml:1593 #, no-c-format msgid "Graphics Configuration" msgstr "Cấu hình đồ họa" #. Tag: para -#: hardware.xml:1556 +#: hardware.xml:1594 #, no-c-format msgid "" "Especially in the case of older Sun workstations, it is very common for " @@ -3023,7 +3043,7 @@ msgstr "" "cả hai thẻ được sơ khởi." #. Tag: para -#: hardware.xml:1565 +#: hardware.xml:1603 #, no-c-format msgid "" "However with Linux this can cause a problem, in that the boot PROM monitor " @@ -3039,7 +3059,7 @@ msgstr "" "bị ngừng chạy trong khi tải đĩa RAM." #. Tag: para -#: hardware.xml:1573 +#: hardware.xml:1611 #, no-c-format msgid "" "To avoid this problem, connect the monitor (if required) to the video card " @@ -3052,13 +3072,13 @@ msgstr "" "tiếp nối tiếp." #. Tag: title -#: hardware.xml:1585 +#: hardware.xml:1623 #, no-c-format msgid "Graphics Card" msgstr "Thẻ đồ họa" #. Tag: para -#: hardware.xml:1587 +#: hardware.xml:1625 #, no-c-format msgid "" "You should be using a VGA-compatible display interface for the console " @@ -3074,7 +3094,7 @@ msgstr "" "tiến trình cài đặt được diễn tả trong tài liệu này." #. Tag: para -#: hardware.xml:1595 +#: hardware.xml:1633 #, no-c-format msgid "" "Debian's support for graphical interfaces is determined by the underlying " @@ -3090,7 +3110,7 @@ msgstr "" "\">. Bản phát hành Debian &release; có sẵn X.Org phiên bản &x11ver;." #. Tag: para -#: hardware.xml:1604 +#: hardware.xml:1642 #, no-c-format msgid "" "The X.Org X11 window system is only supported on the SGI Indy and the O2. " @@ -3106,7 +3126,7 @@ msgstr "" "tương thích về bo mạch ước lượng Broadcom." #. Tag: para -#: hardware.xml:1613 +#: hardware.xml:1651 #, no-c-format msgid "" "The X.Org X11 window system is supported on some DECstation models. The " @@ -3122,13 +3142,13 @@ msgstr "" "điều tương thích về bo mạch ước lượng Broadcom." #. Tag: title -#: hardware.xml:1625 +#: hardware.xml:1663 #, no-c-format msgid "Laptops" msgstr "Máy tính xách tay" #. Tag: para -#: hardware.xml:1626 +#: hardware.xml:1664 #, no-c-format msgid "" "Laptops are also supported. Laptops are often specialized or contain " @@ -3141,13 +3161,13 @@ msgstr "" "\"&url-x86-laptop;\">Linux Laptop." #. Tag: title -#: hardware.xml:1638 hardware.xml:1663 hardware.xml:1686 +#: hardware.xml:1676 hardware.xml:1701 hardware.xml:1724 #, no-c-format msgid "Multiple Processors" msgstr "Đa bộ xử lý" #. Tag: para -#: hardware.xml:1640 +#: hardware.xml:1678 #, fuzzy, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3163,7 +3183,7 @@ msgstr "" "giản cần thiết vài tài nguyên hơn." #. Tag: para -#: hardware.xml:1648 +#: hardware.xml:1686 #, no-c-format msgid "" "In order to optimize the kernel for single CPU systems, you'll have to " @@ -3181,7 +3201,7 @@ msgstr "" "hình hạt nhân." #. Tag: para -#: hardware.xml:1664 +#: hardware.xml:1702 #, fuzzy, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3197,7 +3217,7 @@ msgstr "" "bộ xử lý trung tâm thứ nhất." #. Tag: para -#: hardware.xml:1673 +#: hardware.xml:1711 #, no-c-format msgid "" "In order to take advantage of multiple processors, you'll have to replace " @@ -3215,7 +3235,7 @@ msgstr "" "hình hạt nhân." #. Tag: para -#: hardware.xml:1687 +#: hardware.xml:1725 #, fuzzy, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3234,7 +3254,7 @@ msgstr "" "thứ nhất." #. Tag: para -#: hardware.xml:1697 +#: hardware.xml:1735 #, no-c-format msgid "" "In order to take advantage of multiple processors, you should check to see " @@ -3254,13 +3274,13 @@ msgstr "" "config-section; của tiến trình cấu hình hạt nhân." #. Tag: title -#: hardware.xml:1718 +#: hardware.xml:1756 #, no-c-format msgid "Installation Media" msgstr "Vật chứa trình cài đặt" #. Tag: para -#: hardware.xml:1720 +#: hardware.xml:1758 #, no-c-format msgid "" "This section will help you determine which different media types you can use " @@ -3278,13 +3298,13 @@ msgstr "" "muốn tham chiếu về trang này khi bạn đã đọc tiết đoạn đó." #. Tag: title -#: hardware.xml:1731 +#: hardware.xml:1769 #, no-c-format msgid "Floppies" msgstr "Đĩa mềm" #. Tag: para -#: hardware.xml:1732 +#: hardware.xml:1770 #, no-c-format msgid "" "In some cases, you'll have to do your first boot from floppy disks. " @@ -3295,19 +3315,19 @@ msgstr "" "mềm. Thường chỉ cần có một ổ đĩa mềm 3.5\" mật độ cao (1440 kb)." #. Tag: para -#: hardware.xml:1738 +#: hardware.xml:1776 #, no-c-format msgid "For CHRP, floppy support is currently broken." msgstr "HIện thời không hỗ trợ đĩa mềm đối với CHRP." #. Tag: title -#: hardware.xml:1745 +#: hardware.xml:1783 #, no-c-format msgid "CD-ROM/DVD-ROM" msgstr "Đĩa CD-ROM/DVD-ROM" #. Tag: para -#: hardware.xml:1747 +#: hardware.xml:1785 #, no-c-format msgid "" "Whenever you see CD-ROM in this manual, it applies to both CD-" @@ -3321,7 +3341,7 @@ msgstr "" "là SCSI, cũng không phải là IDE/ATAPI)." #. Tag: para -#: hardware.xml:1754 +#: hardware.xml:1792 #, no-c-format msgid "" "CD-ROM based installation is supported for some architectures. On machines " @@ -3341,7 +3361,7 @@ msgstr "" "bạn đã khởi động bằng cách khác: xem ." #. Tag: para -#: hardware.xml:1766 +#: hardware.xml:1804 #, no-c-format msgid "" "Both SCSI and IDE/ATAPI CD-ROMs are supported. In addition, all non-standard " @@ -3361,7 +3381,7 @@ msgstr "" "ulink> chứa thông tin chi tiết về cách sử dụng đĩa CD-ROM với Linux." #. Tag: para -#: hardware.xml:1776 +#: hardware.xml:1814 #, no-c-format msgid "" "USB CD-ROM drives are also supported, as are FireWire devices that are " @@ -3371,7 +3391,7 @@ msgstr "" "trợ bởi những trình điều khiển ohci1394 và sbp2." #. Tag: para -#: hardware.xml:1781 +#: hardware.xml:1819 #, no-c-format msgid "" "Both SCSI and IDE/ATAPI CD-ROMs are supported on &arch-title;, as long as " @@ -3389,7 +3409,7 @@ msgstr "" "tiếp SRM, vui lòng xem Cách Làm SRM." #. Tag: para -#: hardware.xml:1790 +#: hardware.xml:1828 #, no-c-format msgid "" "IDE/ATAPI CD-ROMs are supported on all ARM machines. On RiscPCs, SCSI CD-" @@ -3399,7 +3419,7 @@ msgstr "" "cũng hỗ trợ ổ đĩa CD-ROM kiểu SCSI." #. Tag: para -#: hardware.xml:1795 +#: hardware.xml:1833 #, fuzzy, no-c-format msgid "" "On SGI machines, booting from CD-ROM requires a SCSI CD-ROM drive capable of " @@ -3427,7 +3447,7 @@ msgstr "" "Broadcom BCM91480B, bạn cần thiết một thẻ PCI kiểu IDE, SATA hay SCSI." #. Tag: para -#: hardware.xml:1810 +#: hardware.xml:1848 #, fuzzy, no-c-format msgid "" "On DECstations, booting from CD-ROM requires a SCSI CD-ROM drive capable of " @@ -3444,7 +3464,7 @@ msgstr "" "quote> hay 512. " #. Tag: para -#: hardware.xml:1819 +#: hardware.xml:1857 #, no-c-format msgid "" "CD 1 contains the installer for the r3k-kn02 subarchitecture (the R3000-" @@ -3460,7 +3480,7 @@ msgstr "" "5000/260 cũng như Personal DECstation 5000/50)." #. Tag: para -#: hardware.xml:1828 +#: hardware.xml:1866 #, no-c-format msgid "" "To boot from CD, issue the command boot ##/rzid " @@ -3489,13 +3509,13 @@ msgstr "" "tham_số1=giá_trị1 tham_số2=giá_trị2 ..." #. Tag: title -#: hardware.xml:1847 +#: hardware.xml:1885 #, no-c-format msgid "Hard Disk" msgstr "Đĩa cứng" #. Tag: para -#: hardware.xml:1849 +#: hardware.xml:1887 #, no-c-format msgid "" "Booting the installation system directly from a hard disk is another option " @@ -3507,7 +3527,7 @@ msgstr "" "cài đặt vào đĩa cứng." #. Tag: para -#: hardware.xml:1855 +#: hardware.xml:1893 #, no-c-format msgid "" "In fact, installation from your local disk is the preferred installation " @@ -3517,7 +3537,7 @@ msgstr "" "phần lớn máy kiểu &architecture;." #. Tag: para -#: hardware.xml:1860 +#: hardware.xml:1898 #, no-c-format msgid "" "Although the &arch-title; does not allow booting from SunOS (Solaris), you " @@ -3527,13 +3547,13 @@ msgstr "" "(Solaris), bạn vẫn có thể cài đặt từ một phân vùng SunOS (lát UFS)." #. Tag: title -#: hardware.xml:1868 +#: hardware.xml:1906 #, no-c-format msgid "USB Memory Stick" msgstr "Thanh bộ nhớ USB" #. Tag: para -#: hardware.xml:1870 +#: hardware.xml:1908 #, no-c-format msgid "" "Many Debian boxes need their floppy and/or CD-ROM drives only for setting up " @@ -3550,13 +3570,13 @@ msgstr "" "nhỏ không có đủ chỗ cho ổ đĩa không cần." #. Tag: title -#: hardware.xml:1882 +#: hardware.xml:1920 #, no-c-format msgid "Network" msgstr "Mạng" #. Tag: para -#: hardware.xml:1884 +#: hardware.xml:1922 #, no-c-format msgid "" "You can also boot your system over the network. " #. Tag: para -#: hardware.xml:1890 +#: hardware.xml:1928 #, no-c-format msgid "" "Diskless installation, using network booting from a local area network and " @@ -3578,7 +3598,7 @@ msgstr "" "hệ thống tập tin cục bộ." #. Tag: para -#: hardware.xml:1895 +#: hardware.xml:1933 #, no-c-format msgid "" "After the operating system kernel is installed, you can install the rest of " @@ -3590,13 +3610,13 @@ msgstr "" "qua FTP hay HTTP." #. Tag: title -#: hardware.xml:1904 +#: hardware.xml:1942 #, no-c-format msgid "Un*x or GNU system" msgstr "Hệ thống Un*x hay GNU" #. Tag: para -#: hardware.xml:1906 +#: hardware.xml:1944 #, no-c-format msgid "" "If you are running another Unix-like system, you could use it to install " @@ -3613,13 +3633,13 @@ msgstr "" "linkend=\"linux-upgrade\"/>." #. Tag: title -#: hardware.xml:1918 +#: hardware.xml:1956 #, no-c-format msgid "Supported Storage Systems" msgstr "Hệ thống cất giữ đã hỗ trợ" #. Tag: para -#: hardware.xml:1920 +#: hardware.xml:1958 #, no-c-format msgid "" "The Debian boot disks contain a kernel which is built to maximize the number " @@ -3637,7 +3657,7 @@ msgstr "" "hợp phần cứng kiểu nhiều nhất có thể." #. Tag: para -#: hardware.xml:1930 +#: hardware.xml:1968 #, fuzzy, no-c-format msgid "" "Generally, the Debian installation system includes support for floppies, IDE " @@ -3650,7 +3670,7 @@ msgstr "" "nhiều hệ thống tập tin, gồm FAT, phần mở rộng Win-32 FAT (VFAT), và NTFS." #. Tag: para -#: hardware.xml:1937 +#: hardware.xml:1975 #, fuzzy, no-c-format msgid "" "Disk interfaces that emulate the AT hard disk interface " @@ -3668,7 +3688,7 @@ msgstr "" "Hardware Compatibility for more details." #. Tag: para -#: hardware.xml:1947 +#: hardware.xml:1985 #, no-c-format msgid "" "Pretty much all storage systems supported by the Linux kernel are supported " @@ -3687,7 +3707,7 @@ msgstr "" "hệ thống tập tin FAT, và hỗ trợ HFS như là mô-đun." #. Tag: para -#: hardware.xml:1957 +#: hardware.xml:1995 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3710,7 +3730,7 @@ msgstr "" "SPARC được hỗ trợ bởi hạt nhăn Linux." #. Tag: para -#: hardware.xml:1990 +#: hardware.xml:2028 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3727,7 +3747,7 @@ msgstr "" "máy Jensen)." #. Tag: para -#: hardware.xml:1999 +#: hardware.xml:2037 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3739,7 +3759,7 @@ msgstr "" "hỗ trợ đĩa mềm bằng cách nào cả trên hệ thống CHRP." #. Tag: para -#: hardware.xml:2005 +#: hardware.xml:2043 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3751,7 +3771,7 @@ msgstr "" "hỗ trợ ổ đĩa mềm." #. Tag: para -#: hardware.xml:2011 +#: hardware.xml:2049 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3761,7 +3781,7 @@ msgstr "" "hệ thống khởi động của Debian." #. Tag: para -#: hardware.xml:2016 +#: hardware.xml:2054 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3773,13 +3793,13 @@ msgstr "" "bằng bố trí đĩa Linux cũ (idl) và bằng bố trí đĩa S/390 dùng chung mới (cdl)." #. Tag: title -#: hardware.xml:2033 +#: hardware.xml:2071 #, no-c-format msgid "Peripherals and Other Hardware" msgstr "Ngoại vi và phần cứng khác" #. Tag: para -#: hardware.xml:2034 +#: hardware.xml:2072 #, no-c-format msgid "" "Linux supports a large variety of hardware devices such as mice, printers, " @@ -3791,7 +3811,7 @@ msgstr "" "cần thiết khi cài đặt hệ thống." #. Tag: para -#: hardware.xml:2040 +#: hardware.xml:2078 #, no-c-format msgid "" "USB hardware generally works fine, only some USB keyboards may require " @@ -3801,7 +3821,7 @@ msgstr "" "cần thiết cấu hình thêm (xem )." #. Tag: para -#: hardware.xml:2046 +#: hardware.xml:2084 #, no-c-format msgid "" "Again, see the Linux Hardware " @@ -3813,7 +3833,7 @@ msgstr "" "nếu phần cứng riêng của bạn có được hỗ trợ bởi Linux hay không." #. Tag: para -#: hardware.xml:2052 +#: hardware.xml:2090 #, no-c-format msgid "" "Package installations from XPRAM and tape are not supported by this system. " @@ -3825,7 +3845,7 @@ msgstr "" "FTP." #. Tag: para -#: hardware.xml:2058 +#: hardware.xml:2096 #, no-c-format msgid "" "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 " @@ -3837,7 +3857,7 @@ msgstr "" "cấp bốn khe PCI 64 bit." #. Tag: para -#: hardware.xml:2064 +#: hardware.xml:2102 #, no-c-format msgid "" "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 " @@ -3851,13 +3871,13 @@ msgstr "" "một khe PCI." #. Tag: title -#: hardware.xml:2074 +#: hardware.xml:2112 #, no-c-format msgid "Purchasing Hardware Specifically for GNU/Linux" msgstr "Mua phần cứng đặc biệt cho GNU/LInux" #. Tag: para -#: hardware.xml:2076 +#: hardware.xml:2114 #, no-c-format msgid "" "There are several vendors, who ship systems with Debian or other " @@ -3872,7 +3892,7 @@ msgstr "" "được hỗ trợ đầy đủ bởi GNU/LInux." #. Tag: para -#: hardware.xml:2084 +#: hardware.xml:2122 #, no-c-format msgid "" "Unfortunately, it's quite rare to find any vendor shipping new &arch-title; " @@ -3880,7 +3900,7 @@ msgid "" msgstr "Tiếc là có rất ít nhà bán sản xuất máy tính &arch-title; mới." #. Tag: para -#: hardware.xml:2089 +#: hardware.xml:2127 #, no-c-format msgid "" "If you do have to buy a machine with Windows bundled, carefully read the " @@ -3896,7 +3916,7 @@ msgstr "" "hợp này." #. Tag: para -#: hardware.xml:2097 +#: hardware.xml:2135 #, no-c-format msgid "" "Whether or not you are purchasing a system with Linux bundled, or even a " @@ -3912,13 +3932,13 @@ msgstr "" "hỗ trợ nhà bán thân thiện với Linux nhé." #. Tag: title -#: hardware.xml:2108 +#: hardware.xml:2146 #, no-c-format msgid "Avoid Proprietary or Closed Hardware" msgstr "Tránh phần mềm sở hữu hay bị đóng" #. Tag: para -#: hardware.xml:2109 +#: hardware.xml:2147 #, no-c-format msgid "" "Some hardware manufacturers simply won't tell us how to write drivers for " @@ -3932,7 +3952,7 @@ msgstr "" "mã nguồn Linux (mã này cho bạn khả năng sử dụng hệ thống Linux)." #. Tag: para -#: hardware.xml:2116 +#: hardware.xml:2154 #, no-c-format msgid "" "Another example is the proprietary hardware in the older Macintosh line. In " @@ -3952,7 +3972,7 @@ msgstr "" "chuyển Linux Mac chưa có cùng khả năng với các bản chuyển LInux khác." #. Tag: para -#: hardware.xml:2127 +#: hardware.xml:2165 #, no-c-format msgid "" "Since we haven't been granted access to the documentation on these devices, " @@ -3967,13 +3987,13 @@ msgstr "" "phần mềm tự do là thị trường quan trọng." #. Tag: title -#: hardware.xml:2139 +#: hardware.xml:2177 #, no-c-format msgid "Windows-specific Hardware" msgstr "Phần cứng đặc trưng cho Windos" #. Tag: para -#: hardware.xml:2140 +#: hardware.xml:2178 #, no-c-format msgid "" "A disturbing trend is the proliferation of Windows-specific modems and " @@ -4000,7 +4020,7 @@ msgstr "" "thông minh nhúng." #. Tag: para -#: hardware.xml:2153 +#: hardware.xml:2191 #, no-c-format msgid "" "You should avoid Windows-specific hardware for two reasons. The first is " @@ -4038,7 +4058,7 @@ msgstr "" "từng Hz năng lượng xử lý nhúng trong phần cứng." #. Tag: para -#: hardware.xml:2174 +#: hardware.xml:2212 #, fuzzy, no-c-format msgid "" "You can help improve this situation by encouraging these manufacturers to " @@ -4055,13 +4075,13 @@ msgstr "" "\">Linux Hardware Compatibility." #. Tag: title -#: hardware.xml:2187 +#: hardware.xml:2225 #, no-c-format msgid "Fake or Virtual Parity RAM" msgstr "RAM ảo hay tính chẵn lẻ ảo" #. Tag: para -#: hardware.xml:2188 +#: hardware.xml:2226 #, no-c-format msgid "" "If you ask for Parity RAM in a computer store, you'll probably get " @@ -4090,7 +4110,7 @@ msgstr "" "bit." #. Tag: para -#: hardware.xml:2203 +#: hardware.xml:2241 #, no-c-format msgid "" "If you want complete information on &arch-title; RAM issues, and what is the " @@ -4102,7 +4122,7 @@ msgstr "" "Hardware." #. Tag: para -#: hardware.xml:2209 +#: hardware.xml:2247 #, no-c-format msgid "Most, if not all, Alpha systems require true-parity RAM." msgstr "" @@ -4110,13 +4130,13 @@ msgstr "" "parity RAM)." #. Tag: title -#: hardware.xml:2224 +#: hardware.xml:2262 #, no-c-format msgid "Memory and Disk Space Requirements" msgstr "Bộ nhớ và sức chứa trên đĩa cần thiết" #. Tag: para -#: hardware.xml:2226 +#: hardware.xml:2264 #, no-c-format msgid "" "You must have at least &minimum-memory; of memory and &minimum-fs-size; of " @@ -4134,7 +4154,7 @@ msgstr "" "sẽ cần có vài GB sức chứa trên đĩa." #. Tag: para -#: hardware.xml:2235 +#: hardware.xml:2273 #, no-c-format msgid "" "On the Amiga the size of FastRAM is relevant towards the total memory " @@ -4150,7 +4170,7 @@ msgstr "" "m68k. Các hạt nhân hơi mới nên tắt tự động RAM 16-bit." #. Tag: para -#: hardware.xml:2244 +#: hardware.xml:2282 #, no-c-format msgid "" "On the Atari, both ST-RAM and Fast RAM (TT-RAM) are used by Linux. Many " @@ -4165,7 +4185,7 @@ msgstr "" "RAM tối thiểu cần thiết là 2 MB. Bạn sẽ cần có TT-RAM thêm ít nhất 12 MB." #. Tag: para -#: hardware.xml:2252 +#: hardware.xml:2290 #, no-c-format msgid "" "On the Macintosh, care should be taken on machines with RAM-based video " @@ -4179,19 +4199,19 @@ msgstr "" "được dùng cho hạt nhân và đĩa RAM phải là ít nhất 4 MB." #. Tag: emphasis -#: hardware.xml:2262 +#: hardware.xml:2300 #, no-c-format msgid "FIXME: is this still true?" msgstr "SỬA ĐI : vẫn còn đúng không?" #. Tag: title -#: hardware.xml:2273 +#: hardware.xml:2311 #, no-c-format msgid "Network Connectivity Hardware" msgstr "Phần cứng khả năng kết nối mạng" #. Tag: para -#: hardware.xml:2275 +#: hardware.xml:2313 #, no-c-format msgid "" "Most PCI and many older ISA network cards are supported. Some network " @@ -4212,7 +4232,7 @@ msgstr "" "không được hỗ trợ bởi những đĩa cài đặt." #. Tag: para -#: hardware.xml:2294 +#: hardware.xml:2332 #, no-c-format msgid "" "As for ISDN, the D-channel protocol for the (old) German 1TR6 is not " @@ -4222,7 +4242,7 @@ msgstr "" "không hỗ trợ bo mạch Spellcaster BRI ISDN." #. Tag: para -#: hardware.xml:2302 +#: hardware.xml:2340 #, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel should also " @@ -4236,7 +4256,7 @@ msgstr "" "chi tiết hoàn toàn." #. Tag: para -#: hardware.xml:2311 +#: hardware.xml:2349 #, no-c-format msgid "" "The following network interface cards (NICs) are supported from the bootable " @@ -4246,19 +4266,19 @@ msgstr "" "khởi động được:" #. Tag: para -#: hardware.xml:2317 +#: hardware.xml:2355 #, no-c-format msgid "Sun LANCE" msgstr "Sun LANCE" #. Tag: para -#: hardware.xml:2323 +#: hardware.xml:2361 #, no-c-format msgid "Sun Happy Meal" msgstr "Sun Happy Meal" #. Tag: para -#: hardware.xml:2331 +#: hardware.xml:2369 #, no-c-format msgid "" "The following network interface cards are supported as modules. They can be " @@ -4271,26 +4291,26 @@ msgstr "" "thiết bị này." #. Tag: para -#: hardware.xml:2339 +#: hardware.xml:2377 #, no-c-format msgid "Sun BigMAC" msgstr "Sun BigMAC" #. Tag: para -#: hardware.xml:2345 +#: hardware.xml:2383 #, no-c-format msgid "Sun QuadEthernet" msgstr "Sun QuadEthernet" #. Tag: para -#: hardware.xml:2350 +#: hardware.xml:2388 #, no-c-format msgid "MyriCOM Gigabit Ethernet" msgstr "MyriCOM Gigabit Ethernet" #. Tag: para -#: hardware.xml:2357 hardware.xml:2363 hardware.xml:2369 hardware.xml:2375 -#: hardware.xml:2381 +#: hardware.xml:2395 hardware.xml:2401 hardware.xml:2407 hardware.xml:2413 +#: hardware.xml:2419 #, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel should also " @@ -4302,7 +4322,7 @@ msgstr "" "như là mô-đun." #. Tag: para -#: hardware.xml:2387 +#: hardware.xml:2425 #, no-c-format msgid "" "Due to kernel limitations only the onboard network interfaces on DECstations " @@ -4312,7 +4332,7 @@ msgstr "" "sẵn. HIện thời không hỗ trợ thẻ mạng tùy chọn TurboChannel." #. Tag: para -#: hardware.xml:2393 +#: hardware.xml:2431 #, fuzzy, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel is also be " @@ -4326,19 +4346,19 @@ msgstr "" "đầu tiên. Danh sách các thiết bị mạng đã hỗ trợ :" #. Tag: para -#: hardware.xml:2401 +#: hardware.xml:2439 #, no-c-format msgid "Channel to Channel (CTC) and ESCON connection (real or emulated)" msgstr "Sự kết nối kênh đến kênh (CTC) và ESCON (thật hay đã mô phỏng)" #. Tag: para -#: hardware.xml:2406 +#: hardware.xml:2444 #, no-c-format msgid "OSA-2 Token Ring/Ethernet and OSA-Express Fast Ethernet (non-QDIO)" msgstr "OSA-2 Token Ring/Ethernet và OSA-Express Fast Ethernet (không-QDIO)" #. Tag: para -#: hardware.xml:2411 +#: hardware.xml:2449 #, no-c-format msgid "" "Inter-User Communication Vehicle (IUCV) — available for VM guests only" @@ -4347,13 +4367,13 @@ msgstr "" "dụng khách VM thôi" #. Tag: para -#: hardware.xml:2416 +#: hardware.xml:2454 #, no-c-format msgid "OSA-Express in QDIO mode, HiperSockets and Guest-LANs" msgstr "OSA-Express trong chế độ QDIO, HiperSockets và Guest-LAN" #. Tag: para -#: hardware.xml:2425 +#: hardware.xml:2463 #, no-c-format msgid "" "The following network interface cards are supported directly by the boot " @@ -4363,19 +4383,19 @@ msgstr "" "động trên máy kiểu Netwinder và CATS:" #. Tag: para -#: hardware.xml:2431 +#: hardware.xml:2469 #, no-c-format msgid "PCI-based NE2000" msgstr "NE2000 đựa vào PCI" #. Tag: para -#: hardware.xml:2437 +#: hardware.xml:2475 #, no-c-format msgid "DECchip Tulip" msgstr "DECchip Tulip" #. Tag: para -#: hardware.xml:2444 +#: hardware.xml:2482 #, no-c-format msgid "" "The following network interface cards are supported directly by the boot " @@ -4385,25 +4405,25 @@ msgstr "" "động trên máy kiểu RiscPC:" #. Tag: para -#: hardware.xml:2450 +#: hardware.xml:2488 #, no-c-format msgid "Ether1" msgstr "Ether1" #. Tag: para -#: hardware.xml:2455 +#: hardware.xml:2493 #, no-c-format msgid "Ether3" msgstr "Ether3" #. Tag: para -#: hardware.xml:2460 +#: hardware.xml:2498 #, no-c-format msgid "EtherH" msgstr "EtherH" #. Tag: para -#: hardware.xml:2467 +#: hardware.xml:2505 #, no-c-format msgid "" "If your card is mentioned in the lists above, the complete installation can " @@ -4413,7 +4433,7 @@ msgstr "" "từ mạng, không cần sử dụng đĩa CD-ROM hay đĩa mềm." #. Tag: para -#: hardware.xml:2473 +#: hardware.xml:2511 #, no-c-format msgid "" "Any other network interface card (NIC) supported by the Linux kernel should " @@ -4426,6 +4446,35 @@ msgstr "" "mạng như là mô-đun; có nghĩa là bạn sẽ phải cài đặt hạt nhân hệ điều hành và " "các mô-đun bằng vật chứa khác." +#~ msgid "riscpc" +#~ msgstr "riscpc" + +#~ msgid "prep" +#~ msgstr "prep" + +#~ msgid "r5k-ip22" +#~ msgstr "r5k-ip22" + +#~ msgid "power3" +#~ msgstr "power3" + +#~ msgid "" +#~ "Macintosh computers using the 680x0 series of processors are not in the " +#~ "PowerPC family but are instead m68k machines. Those models start with " +#~ "Mac II or have a 3-digit model number such as Centris 650 " +#~ "or Quadra 950. Apple's pre-iMac PowerPC model numbers have four digits." +#~ msgstr "" +#~ "Máy tính Macintosh sử dụng nhóm bộ xử lý 680x0 không phải thuộc về nhóm " +#~ "PowerPC, nhưng là máy kiểu m68k thay thế. Những mô hình này bắt đầu với " +#~ "Mac II, gồm nhóm máy LC, rồi máy " +#~ "Centris, máy Quadra và cuối cùng máy " +#~ "Performa số 200-640CD. Các máy nhóm này thường có số mô " +#~ "hình là số La-tinh (v.d. Mac IIcx hay LCIII) hay số ba chữ (v.d. Centris " +#~ "610 và Quadra 660AV). Nhóm này cũng chứa những máy tính xách tay Mac " +#~ "Portable, PowerBook số 100 đến 550c (trừ PowerBook 500 mà là Nubus, vui " +#~ "lòng xem tiết đoạn bên dưới) và PowerBook Duo số 210 đến 280c. Các mô " +#~ "hình máy PowerPC tạo sau nhóm này, và trước iMac, có số bốn chữ. " + #~ msgid "RiscPC and Riscstation" #~ msgstr "RiscPC và Riscstation" diff --git a/po/vi/using-d-i.po b/po/vi/using-d-i.po index 8d951b80b..f769b9b0e 100644 --- a/po/vi/using-d-i.po +++ b/po/vi/using-d-i.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: using-d-i\n" -"POT-Creation-Date: 2006-06-24 19:23+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-05-18 23:17+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -2005,14 +2005,16 @@ msgstr "" #. Tag: para #: using-d-i.xml:1212 -#, no-c-format +#, fuzzy, no-c-format msgid "" "Next, you should choose Configure software RAID " -"from the main partman menu. On the first screen of " -"mdcfg simply select Create MD device. You will be presented with a list of supported types of MD " -"devices, from which you should choose one (e.g. RAID1). What follows depends " -"on the type of MD you selected." +"from the main partman menu. (The menu will only appear " +"after you mark at least one partition for use as physical " +"volume for RAID.) On the first screen of mdcfg simply select Create MD device. You will " +"be presented with a list of supported types of MD devices, from which you " +"should choose one (e.g. RAID1). What follows depends on the type of MD you " +"selected." msgstr "" "Sau đó, bạn nên chọn mục Cấu hình RAID phần mềm " "trong trình đơn partman chính. Trên màn hình thứ nhất của " @@ -2022,7 +2024,7 @@ msgstr "" "phụ thuộc vào kiểu thiết bị đa đĩa bạn đã chọn." #. Tag: para -#: using-d-i.xml:1223 +#: using-d-i.xml:1225 #, no-c-format msgid "" "RAID0 is simple — you will be issued with the list of available RAID " @@ -2034,7 +2036,7 @@ msgstr "" "thiết bị đa đĩa." #. Tag: para -#: using-d-i.xml:1230 +#: using-d-i.xml:1232 #, no-c-format msgid "" "RAID1 is a bit more tricky. First, you will be asked to enter the number of " @@ -2054,7 +2056,7 @@ msgstr "" "khi bạn sửa vấn đề." #. Tag: para -#: using-d-i.xml:1242 +#: using-d-i.xml:1244 #, no-c-format msgid "" "RAID5 has similar setup procedure as RAID1 with the exception that you need " @@ -2064,7 +2066,7 @@ msgstr "" "nhất ba phân vùng hoạt động." #. Tag: para -#: using-d-i.xml:1250 +#: using-d-i.xml:1252 #, no-c-format msgid "" "It is perfectly possible to have several types of MD at once. For example if " @@ -2082,7 +2084,7 @@ msgstr "" "hơi tin cậy cho /home)." #. Tag: para -#: using-d-i.xml:1259 +#: using-d-i.xml:1261 #, no-c-format msgid "" "After you setup MD devices to your liking, you can Finishpassphrase used when the encrypted partition was " +"originally created. This feature is useful to protect sensitive data in case " +"your laptop or hard drive gets stolen. The thief might get physical access " +"to the hard drive, but without knowing the right passphrase, the data on the " +"hard drive will look like random characters." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1289 +#, no-c-format +msgid "" +"The two most important partitions to encrypt are: the home partition, where " +"your private data resides, and the swap partition, where sensitive data " +"might be stored temporarily during operation. Of course, nothing prevents " +"you from encrypting any other partitions that might be of interest. For " +"example /var where database servers, mail servers or " +"print servers store their data, or /tmp which is used " +"by various programs to store potentially interesting temporary files. Some " +"people may even want to encrypt their whole system. The only exception is " +"the /boot partition which must remain unencrypted, " +"because currently there is no way to load the kernel from an encrypted " +"partition." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1304 +#, no-c-format +msgid "" +"Please note that the performance of encrypted partitions will be less than " +"that of unencrypted ones because the data needs to be decrypted or encrypted " +"for every read or write. The performance impact depends on your CPU speed, " +"chosen cipher and a key length." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1311 +#, no-c-format +msgid "" +"To use encryption, you have to create a new partition by selecting some free " +"space in the main partitioning menu. Another option is to choose an existing " +"partition (e.g. a regular partition, an LVM logical volume or a RAID " +"volume). In the Partition setting menu, you need to " +"select physical volume for encryption at the " +" Use as: option. The menu will " +"then change to include several cryptographic options for the partition." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1322 +#, no-c-format +msgid "" +"&d-i; supports several encryption methods. The default method is " +"dm-crypt (included in newer Linux kernels, able to " +"host LVM physical volumes), the other is loop-AES " +"(older, maintained separately from the Linux kernel tree). Unless you have " +"compelling reasons to do otherwise, it is recommended to use the default." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1334 +#, no-c-format +msgid "" +"First, let's have a look at available options available when you select " +"Device-mapper (dm-crypt) as the encryption method. As " +"always: when in doubt, use the defaults, because they have been carefully " +"chosen with security in mind." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1344 +#, no-c-format +msgid "Encryption: aes" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1346 +#, no-c-format +msgid "" +"This option lets you select the encryption algorithm (cipher) which will be used to encrypt the data on the partition. &d-i; " +"currently supports the following block ciphers: aes, " +"blowfish, serpent, and " +"twofish. It is beyond the scope of this document to " +"discuss the qualities of these different algorithms, however, it might help " +"your decision to know that in 2000, AES was chosen by " +"the American National Institute of Standards and Technology as the standard " +"encryption algorithm for protecting sensitive information in the 21st " +"century." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1364 +#, no-c-format +msgid "Key size: 256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1366 +#, no-c-format +msgid "" +"Here you can specify the length of the encryption key. With a larger key " +"size, the strength of the encryption is generally improved. On the other " +"hand, increasing the length of the key usually has a negative impact on " +"performance. Available key sizes vary depending on the cipher." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1378 +#, no-c-format +msgid "IV algorithm: cbc-essiv:sha256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1380 +#, no-c-format +msgid "" +"The Initialization Vector or IV algorithm is used in cryptography to ensure that applying the " +"cipher on the same clear text data with the same key " +"always produces a unique cipher text. The idea is to " +"prevent the attacker from deducing information from repeated patterns in the " +"encrypted data." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1390 +#, no-c-format +msgid "" +"From the provided alternatives, the default cbc-essiv:sha256 is currently the least vulnerable to known attacks. Use the other " +"alternatives only when you need to ensure compatibility with some previously " +"installed system that is not able to use newer algorithms." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1402 +#, no-c-format +msgid "Encryption key: Passphrase" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1404 +#, no-c-format +msgid "Here you can choose the type of the encryption key for this partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1410 +#, no-c-format +msgid "Passphrase" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1411 +#, no-c-format +msgid "" +"The encryption key will be computed Using a passphrase as " +"the key currently means that the partition will be set up using LUKS. on the basis of a passphrase " +"which you will be able to enter later in the process." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1426 using-d-i.xml:1519 +#, no-c-format +msgid "Random key" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1427 +#, no-c-format +msgid "" +"A new encryption key will be generated from random data each time you try to " +"bring up the encrypted partition. In other words: on every shutdown the " +"content of the partition will be lost as the key is deleted from memory. (Of " +"course, you could try to guess the key with a brute force attack, but unless " +"there is an unknown weakness in the cipher algorithm, it is not achievable " +"in our lifetime.)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1436 +#, no-c-format +msgid "" +"Random keys are useful for swap partitions because you do not need to bother " +"yourself with remembering the passphrase or wiping sensitive information " +"from the swap partition before shutting down your computer. However, it also " +"means that you will not be able to use the " +"suspend-to-disk functionality offered by newer Linux kernels " +"as it will be impossible (during a subsequent boot) to recover the suspended " +"data written to the swap partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1455 using-d-i.xml:1532 +#, no-c-format +msgid "Erase data: yes" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1457 +#, no-c-format +msgid "" +"Determines whether the content of this partition should be overwritten with " +"random data before setting up the encryption. This is recommended because it " +"might otherwise be possible for an attacker to discern which parts of the " +"partition are in use and which are not. In addition, this will make it " +"harder to recover any leftover data from previous " +"installations It is believed that the guys from three-letter " +"agencies can restore the data even after several rewrites of the " +"magnetooptical media, though. ." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1477 +#, no-c-format +msgid "" +"If you select Encryption method: " +"Loopback (loop-AES) , the menu " +"changes to provide the following options:" +msgstr "" + +#. Tag: term +#: using-d-i.xml:1486 +#, no-c-format +msgid "Encryption: AES256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1488 +#, no-c-format +msgid "" +"For loop-AES, unlike dm-crypt, the options for cipher and key size are " +"combined, so you can select both at the same time. Please see the above " +"sections on ciphers and key sizes for further information." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1498 +#, no-c-format +msgid "Encryption key: Keyfile (GnuPG)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1500 +#, no-c-format +msgid "Here you can select the type of the encryption key for this partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1506 +#, no-c-format +msgid "Keyfile (GnuPG)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1507 +#, no-c-format +msgid "" +"The encryption key will be generated from random data during the " +"installation. Moreover this key will be encrypted with GnuPG, so to use it, you will need to enter the proper passphrase " +"(you will be asked to provide one later in the process)." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1520 +#, no-c-format +msgid "Please see the the section on random keys above." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1534 +#, no-c-format +msgid "Please see the the section on erasing data above." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1543 +#, no-c-format +msgid "" +"Please note that the graphical version of the installer " +"still has some limitations when compared to the textual one. For " +"cryptography it means you can set up only volumes using " +"passphrases as the encryption keys." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1550 +#, no-c-format +msgid "" +"After you have selected the desired parameters for your encrypted " +"partitions, return back to the main partitioning menu. There should now be a " +"new menu item called Configure encrypted volumes. After " +"you select it, you will be asked to confirm the deletion of data on " +"partitions marked to be erased and possibly other actions such as writing a " +"new partition table. For large partitions this might take some time." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1561 +#, no-c-format +msgid "" +"Next you will be asked to enter a passphrase for partitions configured to " +"use one. Good passphrases should be longer than 8 characters, should be a " +"mixture of letters, numbers and other characters and should not contain " +"common dictionary words or information easily associable with you (such as " +"birthdates, hobbies, pet names, names of family members or relatives, etc.)." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1570 +#, no-c-format +msgid "" +"Before you input any passphrases, you should have made sure that your " +"keyboard is configured correctly and generates the expected characters. If " +"you are unsure, you can switch to the second virtual console and type some " +"text at the prompt. This ensures that you won't be surprised later, e.g. by " +"trying to input a passphrase using a qwerty keyboard layout when you used an " +"azerty layout during the installation. This situation can have several " +"causes. Maybe you switched to another keyboard layout during the " +"installation, or the selected keyboard layout might not have been set up yet " +"when entering the passphrase for the root file system." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1583 +#, no-c-format +msgid "" +"If you selected to use methods other than a passphrase to create encryption " +"keys, they will be generated now. Because the kernel may not have gathered a " +"sufficient amount of entropy at this early stage of the installation, the " +"process may take a long time. You can help speed up the process by " +"generating entropy: e.g. by pressing random keys, or by switching to the " +"shell on the second virtual console and generating some network and disk " +"traffic (downloading some files, feeding big files into /dev/null, etc.). This will be repeated for each partition to be encrypted." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1599 +#, no-c-format +msgid "" +"After returning to the main partitioning menu, you will see all encrypted " +"volumes as additional partitions which can be configured in the same way as " +"ordinary partitions. The following example shows two different volumes. The " +"first one is encrypted via dm-crypt, the second one via loop-AES. " +"\n" +"Encrypted volume (crypt0) - 115.1 GB Linux device-" +"mapper\n" +" #1 115.1 GB F ext3\n" +"\n" +"Loopback (loop0) - 515.2 MB AES256 keyfile\n" +" #1 515.2 MB F ext3\n" +" Now is the time to assign mount points to the " +"volumes and optionally change the file system types if the defaults do not " +"suit you." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1612 +#, no-c-format +msgid "" +"One thing to note here are the identifiers in parentheses " +"(crypt0 and loop0 in " +"this case) and the mount points you assigned to each encrypted volume. You " +"will need this information later when booting the new system. The " +"differences between ordinary boot process and boot process with encryption " +"involved will be covered later in ." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1622 +#, no-c-format +msgid "" +"Once you are satisfied with the partitioning scheme, continue with the " +"installation." +msgstr "" + +#. Tag: title +#: using-d-i.xml:1633 #, no-c-format msgid "Setting up the System" msgstr "Thiết lập Hệ thống" #. Tag: para -#: using-d-i.xml:1273 +#: using-d-i.xml:1634 #, no-c-format msgid "" "After partitioning the installer asks a few more questions that will be used " @@ -2112,13 +2507,13 @@ msgstr "" "hệ thống nó sắp cài đặt." #. Tag: title -#: using-d-i.xml:1285 +#: using-d-i.xml:1646 #, no-c-format msgid "Configuring Your Time Zone" msgstr "Cấu hình Múi giờ Cục bộ" #. Tag: para -#: using-d-i.xml:1287 +#: using-d-i.xml:1648 #, no-c-format msgid "" "Depending on the location selected at the beginning of the installation " @@ -2131,13 +2526,13 @@ msgstr "" "múi giờ, trình cài đặt sẽ không hỏi gì và hệ thống sẽ giả sử múi giờ đó." #. Tag: title -#: using-d-i.xml:1303 +#: using-d-i.xml:1664 #, no-c-format msgid "Configuring the Clock" msgstr "Cấu hình Đồng hồ" #. Tag: para -#: using-d-i.xml:1305 +#: using-d-i.xml:1666 #, no-c-format msgid "" "The installer might ask you if the computer's clock is set to UTC. Normally " @@ -2151,7 +2546,7 @@ msgstr "" "(UTC) đựa vào thứ như hệ điều hành khác đã được cài đặt." #. Tag: para -#: using-d-i.xml:1312 +#: using-d-i.xml:1673 #, no-c-format msgid "" "In expert mode you will always be able to choose whether or not the clock is " @@ -2170,7 +2565,7 @@ msgstr "" "(hay UTC)." #. Tag: para -#: using-d-i.xml:1323 +#: using-d-i.xml:1684 #, no-c-format msgid "" "Note that the installer does not currently allow you to actually set the " @@ -2183,19 +2578,19 @@ msgstr "" "đặt, nếu nó không đúng, hay nếu nó chưa được đặt thành giờ UTC." #. Tag: title -#: using-d-i.xml:1339 +#: using-d-i.xml:1700 #, no-c-format msgid "Setting Up Users And Passwords" msgstr "Thiết lập Người và Mật khẩu" #. Tag: title -#: using-d-i.xml:1342 +#: using-d-i.xml:1703 #, no-c-format msgid "Set the Root Password" msgstr "Đặt mật khẩu chủ" #. Tag: para -#: using-d-i.xml:1344 +#: using-d-i.xml:1705 #, no-c-format msgid "" "The root account is also called the super-" @@ -2209,7 +2604,7 @@ msgstr "" "trong thời lượng càng ngắn càng có thể." #. Tag: para -#: using-d-i.xml:1352 +#: using-d-i.xml:1713 #, no-c-format msgid "" "Any password you create should contain at least 6 characters, and should " @@ -2224,7 +2619,7 @@ msgstr "" "chọn từ nằm trong bất kỳ từ điển hay thông tin cá nhân có thể được đoán." #. Tag: para -#: using-d-i.xml:1360 +#: using-d-i.xml:1721 #, no-c-format msgid "" "If anyone ever tells you they need your root password, be extremely wary. " @@ -2235,13 +2630,13 @@ msgstr "" "cho ai biết mật khẩu chủ, trừ bạn quản lý máy có nhiều quản trị hệ thống." #. Tag: title -#: using-d-i.xml:1370 +#: using-d-i.xml:1731 #, no-c-format msgid "Create an Ordinary User" msgstr "Tạo người dùng chuẩn" #. Tag: para -#: using-d-i.xml:1372 +#: using-d-i.xml:1733 #, no-c-format msgid "" "The system will ask you whether you wish to create an ordinary user account " @@ -2255,7 +2650,7 @@ msgstr "" "ngày hay như là sự đăng nhập cá nhân." #. Tag: para -#: using-d-i.xml:1379 +#: using-d-i.xml:1740 #, no-c-format msgid "" "Why not? Well, one reason to avoid using root's privileges is that it is " @@ -2275,7 +2670,7 @@ msgstr "" "này." #. Tag: para -#: using-d-i.xml:1389 +#: using-d-i.xml:1750 #, no-c-format msgid "" "You will first be prompted for the user's full name. Then you'll be asked " @@ -2289,7 +2684,7 @@ msgstr "" "tài khoản này." #. Tag: para -#: using-d-i.xml:1396 +#: using-d-i.xml:1757 #, no-c-format msgid "" "If at any point after installation you would like to create another account, " @@ -2299,13 +2694,13 @@ msgstr "" "sử dụng lệnh adduser (thêm người dùng)." #. Tag: title -#: using-d-i.xml:1408 +#: using-d-i.xml:1769 #, no-c-format msgid "Installing the Base System" msgstr "Cài đặt Hệ thống Cơ bản" #. Tag: para -#: using-d-i.xml:1409 +#: using-d-i.xml:1770 #, no-c-format msgid "" "Although this stage is the least problematic, it consumes a significant " @@ -2319,13 +2714,13 @@ msgstr "" "kéo dài một lát." #. Tag: title -#: using-d-i.xml:1423 +#: using-d-i.xml:1784 #, no-c-format msgid "Base System Installation" msgstr "Việc cài đặt hệ thống cơ bản" #. Tag: para -#: using-d-i.xml:1425 +#: using-d-i.xml:1786 #, no-c-format msgid "" "During the Base installation, package unpacking and setup messages are " @@ -2341,7 +2736,7 @@ msgstr "" "chính bằng Alt tráiF1." #. Tag: para -#: using-d-i.xml:1435 +#: using-d-i.xml:1796 #, no-c-format msgid "" "The unpack/setup messages generated by the base installation are saved in " @@ -2353,7 +2748,7 @@ msgstr "" "khi việc cài đặt được thực hiện qua bàn điều khiển nối tiếp." #. Tag: para -#: using-d-i.xml:1441 +#: using-d-i.xml:1802 #, no-c-format msgid "" "As part of the installation, a Linux kernel will be installed. At the " @@ -2367,13 +2762,13 @@ msgstr "" "hạt nhân có sẵn." #. Tag: title -#: using-d-i.xml:1454 +#: using-d-i.xml:1815 #, no-c-format msgid "Installing Additional Software" msgstr "Cài đặt phần mềm thêm" #. Tag: para -#: using-d-i.xml:1455 +#: using-d-i.xml:1816 #, no-c-format msgid "" "After the base system is installed, you have a usable but limited system. " @@ -2389,13 +2784,13 @@ msgstr "" "nếu bạn có máy tính hay mạng chạy chậm." #. Tag: title -#: using-d-i.xml:1469 +#: using-d-i.xml:1830 #, no-c-format msgid "Configuring apt" msgstr "Cấu hình apt" #. Tag: para -#: using-d-i.xml:1471 +#: using-d-i.xml:1832 #, no-c-format msgid "" "The main means that people use to install packages on their system is via a " @@ -2426,7 +2821,7 @@ msgstr "" "có ích (tìm kiếm gói và kiểm tra trạng thái) trong giao diện người dùng đẹp." #. Tag: para -#: using-d-i.xml:1495 +#: using-d-i.xml:1856 #, no-c-format msgid "" "apt must be configured so that it knows where to retrieve " @@ -2443,13 +2838,13 @@ msgstr "" "xem lại nó và sửa đổi nó sau khi cài đặt xong." #. Tag: title -#: using-d-i.xml:1511 +#: using-d-i.xml:1872 #, no-c-format msgid "Selecting and Installing Software" msgstr "Lựa chọn và Cài đặt Phần mềm" #. Tag: para -#: using-d-i.xml:1513 +#: using-d-i.xml:1874 #, no-c-format msgid "" "During the installation process, you are given the opportunity to select " @@ -2466,7 +2861,7 @@ msgstr "" "tác vụ khác nhau." #. Tag: para -#: using-d-i.xml:1522 +#: using-d-i.xml:1883 #, no-c-format msgid "" "So, you have the ability to choose tasks first, and " @@ -2498,7 +2893,7 @@ msgstr "" "sức chứa cần thiết cho các công việc có sẵn." #. Tag: para -#: using-d-i.xml:1547 +#: using-d-i.xml:1908 #, no-c-format msgid "" "Once you've selected your tasks, select Ok. At this " @@ -2509,7 +2904,7 @@ msgstr "" "gói đã chọn." #. Tag: para -#: using-d-i.xml:1554 +#: using-d-i.xml:1915 #, no-c-format msgid "" "In the standard user interface of the installer, you can use the space bar " @@ -2519,7 +2914,7 @@ msgstr "" "dài để (bỏ) chọn công việc nào." #. Tag: para -#: using-d-i.xml:1561 +#: using-d-i.xml:1922 #, no-c-format msgid "" "Note that some tasks may be pre-selected based on the characteristics of the " @@ -2533,7 +2928,7 @@ msgstr "" "ngay cả không cài đặt gì." #. Tag: para -#: using-d-i.xml:1569 +#: using-d-i.xml:1930 #, no-c-format msgid "" "Each package you selected with tasksel is downloaded, " @@ -2547,13 +2942,13 @@ msgstr "" "sẽ nhắc bạn trong tiến trình này." #. Tag: title -#: using-d-i.xml:1578 +#: using-d-i.xml:1939 #, no-c-format msgid "Configuring Your Mail Transport Agent" msgstr "Cấu hình tác nhân truyền thư tín" #. Tag: para -#: using-d-i.xml:1580 +#: using-d-i.xml:1941 #, no-c-format msgid "" "Today, email is a very important part of many people's life, so it's no " @@ -2568,7 +2963,7 @@ msgstr "" "học hiểu." #. Tag: para -#: using-d-i.xml:1588 +#: using-d-i.xml:1949 #, no-c-format msgid "" "You may ask if this is needed even if your computer is not connected to any " @@ -2582,7 +2977,7 @@ msgstr "" "thể gởi cho bạn thông báo quan trọng bằng thư điện tử." #. Tag: para -#: using-d-i.xml:1596 +#: using-d-i.xml:1957 #, no-c-format msgid "" "So on the first screen you will be presented with several common mail " @@ -2592,13 +2987,13 @@ msgstr "" "điều khớp trường hợp của bạn một cách gần nhất:" #. Tag: term -#: using-d-i.xml:1605 +#: using-d-i.xml:1966 #, no-c-format msgid "internet site" msgstr "nơi Mạng" #. Tag: para -#: using-d-i.xml:1606 +#: using-d-i.xml:1967 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -2612,13 +3007,13 @@ msgstr "" "chuyển tiếp lại thư tín." #. Tag: term -#: using-d-i.xml:1617 +#: using-d-i.xml:1978 #, no-c-format msgid "mail sent by smarthost" msgstr "thư được gởi bởi máy thông minh" #. Tag: para -#: using-d-i.xml:1618 +#: using-d-i.xml:1979 #, no-c-format msgid "" "In this scenario is your outgoing mail forwarded to another machine, called " @@ -2636,13 +3031,13 @@ msgstr "" "chọn này thích hợp với người dùng quay số." #. Tag: term -#: using-d-i.xml:1631 +#: using-d-i.xml:1992 #, no-c-format msgid "local delivery only" msgstr "chỉ phát cục bộ" #. Tag: para -#: using-d-i.xml:1632 +#: using-d-i.xml:1993 #, no-c-format msgid "" "Your system is not on a network and mail is sent or received only between " @@ -2660,13 +3055,13 @@ msgstr "" "câu thêm nữa." #. Tag: term -#: using-d-i.xml:1645 +#: using-d-i.xml:2006 #, no-c-format msgid "no configuration at this time" msgstr "chưa cấu hình" #. Tag: para -#: using-d-i.xml:1646 +#: using-d-i.xml:2007 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -2680,7 +3075,7 @@ msgstr "" "ích hệ thống." #. Tag: para -#: using-d-i.xml:1657 +#: using-d-i.xml:2018 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer setup, " @@ -2696,13 +3091,13 @@ msgstr "" "usr/share/doc/exim4." #. Tag: title -#: using-d-i.xml:1672 +#: using-d-i.xml:2033 #, no-c-format msgid "Making Your System Bootable" msgstr "Cho hệ thống khả năng khởi động" #. Tag: para -#: using-d-i.xml:1674 +#: using-d-i.xml:2035 #, no-c-format msgid "" "If you are installing a diskless workstation, obviously, booting off the " @@ -2716,7 +3111,7 @@ msgstr "" "select-sun\"/>." #. Tag: para -#: using-d-i.xml:1682 +#: using-d-i.xml:2043 #, no-c-format msgid "" "Note that multiple operating systems booting on a single machine is still " @@ -2731,13 +3126,13 @@ msgstr "" "tài liệu hướng dẫn sử dụng bộ tải khởi động riêng để tìm thông tin thêm." #. Tag: title -#: using-d-i.xml:1697 +#: using-d-i.xml:2058 #, no-c-format msgid "Detecting other operating systems" msgstr "Phát hiện hệ điều hành khác" #. Tag: para -#: using-d-i.xml:1699 +#: using-d-i.xml:2060 #, no-c-format msgid "" "Before a boot loader is installed, the installer will attempt to probe for " @@ -2753,7 +3148,7 @@ msgstr "" "Debian." #. Tag: para -#: using-d-i.xml:1707 +#: using-d-i.xml:2068 #, no-c-format msgid "" "Note that multiple operating systems booting on a single machine is still " @@ -2769,13 +3164,13 @@ msgstr "" "dẫn sử dụng bộ tải khởi động riêng để tìm thông tin thêm." #. Tag: title -#: using-d-i.xml:1725 +#: using-d-i.xml:2086 #, no-c-format msgid "Install aboot on a Hard Disk" msgstr "Cài đặt aboot vào đĩa cứng" #. Tag: para -#: using-d-i.xml:1726 +#: using-d-i.xml:2087 #, no-c-format msgid "" "If you have booted from SRM, if you select this option, the installer will " @@ -2797,13 +3192,13 @@ msgstr "" "thế." #. Tag: title -#: using-d-i.xml:1746 +#: using-d-i.xml:2107 #, no-c-format msgid "palo-installer" msgstr "Trình cài đặt palo" #. Tag: para -#: using-d-i.xml:1747 +#: using-d-i.xml:2108 #, no-c-format msgid "" "The bootloader on PA-RISC is palo. PALO is " @@ -2819,19 +3214,19 @@ msgstr "" "PALO thật có thể đọc phân vùng Linux." #. Tag: para -#: using-d-i.xml:1756 +#: using-d-i.xml:2117 #, no-c-format msgid "hppa FIXME ( need more info )" msgstr "hppa SỬA ĐI (cần thông tin thêm)" #. Tag: title -#: using-d-i.xml:1768 +#: using-d-i.xml:2129 #, no-c-format msgid "Install the Grub Boot Loader on a Hard Disk" msgstr "Cài đặt bộ tải khởi động Grub vào đĩa cứng" #. Tag: para -#: using-d-i.xml:1770 +#: using-d-i.xml:2131 #, no-c-format msgid "" "The main &architecture; boot loader is called grub. Grub is a " @@ -2843,7 +3238,7 @@ msgstr "" "ích cho cả người dùng mới lẫn nhà chuyên môn." #. Tag: para -#: using-d-i.xml:1776 +#: using-d-i.xml:2137 #, no-c-format msgid "" "By default, grub will be installed into the Master Boot Record (MBR), where " @@ -2855,7 +3250,7 @@ msgstr "" "nơi khác. Xem sổ tay GRUB để tìm thông tin đầy đủ." #. Tag: para -#: using-d-i.xml:1782 +#: using-d-i.xml:2143 #, no-c-format msgid "" "If you do not want to install grub at all, use the Back button to get to the " @@ -2865,13 +3260,13 @@ msgstr "" "chính, và từ đó, chọn bộ tải khởi động đã muốn." #. Tag: title -#: using-d-i.xml:1796 +#: using-d-i.xml:2157 #, no-c-format msgid "Install the LILO Boot Loader on a Hard Disk" msgstr "Cài đặt bộ tải khởi động LILO vào đĩa cứng" #. Tag: para -#: using-d-i.xml:1798 +#: using-d-i.xml:2159 #, no-c-format msgid "" "The second &architecture; boot loader is called LILO. It is " @@ -2888,7 +3283,7 @@ msgstr "" "howto;\">LILO mini-HOWTO." #. Tag: para -#: using-d-i.xml:1808 +#: using-d-i.xml:2169 #, no-c-format msgid "" "Currently the LILO installation will only create menu entries for other " @@ -2902,7 +3297,7 @@ msgstr "" "khi cài đặt." #. Tag: para -#: using-d-i.xml:1816 +#: using-d-i.xml:2177 #, no-c-format msgid "" "&d-i; presents you three choices where to install the LILO:" #. Tag: term -#: using-d-i.xml:1823 +#: using-d-i.xml:2184 #, no-c-format msgid "Master Boot Record (MBR)" msgstr "Mục ghi khởi động cái (MBR)" #. Tag: para -#: using-d-i.xml:1823 +#: using-d-i.xml:2184 #, no-c-format msgid "" "This way the LILO will take complete control of the boot " @@ -2928,13 +3323,13 @@ msgstr "" "động." #. Tag: term -#: using-d-i.xml:1830 +#: using-d-i.xml:2191 #, no-c-format msgid "new Debian partition" msgstr "phân vùng Debian mới" #. Tag: para -#: using-d-i.xml:1830 +#: using-d-i.xml:2191 #, no-c-format msgid "" "Choose this if you want to use another boot manager. LILO " @@ -2946,13 +3341,13 @@ msgstr "" "việc như bộ tảo khởi động phụ." #. Tag: term -#: using-d-i.xml:1839 +#: using-d-i.xml:2200 #, no-c-format msgid "Other choice" msgstr "Khác" #. Tag: para -#: using-d-i.xml:1839 +#: using-d-i.xml:2200 #, no-c-format msgid "" "Useful for advanced users who want to install LILO " @@ -2970,7 +3365,7 @@ msgstr "" "/dev/sda." #. Tag: para -#: using-d-i.xml:1851 +#: using-d-i.xml:2212 #, no-c-format msgid "" "If you can no longer boot into Windows 9x (or DOS) after this step, you'll " @@ -2988,13 +3383,13 @@ msgstr "" "\"reactivating-win\"/>." #. Tag: title -#: using-d-i.xml:1868 +#: using-d-i.xml:2229 #, no-c-format msgid "Install the ELILO Boot Loader on a Hard Disk" msgstr "Cài đặt bộ tải khởi động ELILO vào đĩa cứng" #. Tag: para -#: using-d-i.xml:1870 +#: using-d-i.xml:2231 #, no-c-format msgid "" "The &architecture; boot loader is called elilo. It is modeled " @@ -3022,7 +3417,7 @@ msgstr "" "quote> thật để làm việc tải và khởi chạy hạt nhân Linux." #. Tag: para -#: using-d-i.xml:1886 +#: using-d-i.xml:2247 #, no-c-format msgid "" "The elilo configuration and installation is done as the last " @@ -3040,13 +3435,13 @@ msgstr "" "gốc của máy tính." #. Tag: title -#: using-d-i.xml:1898 +#: using-d-i.xml:2259 #, no-c-format msgid "Choose the correct partition!" msgstr "Chọn phân vùng đúng đi." #. Tag: para -#: using-d-i.xml:1900 +#: using-d-i.xml:2261 #, no-c-format msgid "" "The criteria for selecting a partition is that it is FAT format filesystem " @@ -3064,13 +3459,13 @@ msgstr "" "trong khi cài đặt, thì xoá bỏ hoàn toàn nội dung đã có !" #. Tag: title -#: using-d-i.xml:1915 +#: using-d-i.xml:2276 #, no-c-format msgid "EFI Partition Contents" msgstr "Nội dung phân vùng EFI" #. Tag: para -#: using-d-i.xml:1917 +#: using-d-i.xml:2278 #, no-c-format msgid "" "The EFI partition is a FAT filesystem format partition on one of the hard " @@ -3101,13 +3496,13 @@ msgstr "" # Name: don't translate / Tên: đừng dịch #. Tag: filename -#: using-d-i.xml:1939 +#: using-d-i.xml:2300 #, no-c-format msgid "elilo.conf" msgstr "elilo.conf" #. Tag: para -#: using-d-i.xml:1940 +#: using-d-i.xml:2301 #, no-c-format msgid "" "This is the configuration file read by the boot loader when it starts. It is " @@ -3120,13 +3515,13 @@ msgstr "" # Name: don't translate / Tên: đừng dịch #. Tag: filename -#: using-d-i.xml:1949 +#: using-d-i.xml:2310 #, no-c-format msgid "elilo.efi" msgstr "elilo.efi" #. Tag: para -#: using-d-i.xml:1950 +#: using-d-i.xml:2311 #, no-c-format msgid "" "This is the boot loader program that the EFI Boot Manager " @@ -3141,13 +3536,13 @@ msgstr "" # Name: don't translate / Tên: đừng dịch #. Tag: filename -#: using-d-i.xml:1960 +#: using-d-i.xml:2321 #, no-c-format msgid "initrd.img" msgstr "initrd.img" #. Tag: para -#: using-d-i.xml:1961 +#: using-d-i.xml:2322 #, no-c-format msgid "" "This is the initial root filesystem used to boot the kernel. It is a copy of " @@ -3163,13 +3558,13 @@ msgstr "" # Name: don't translate / Tên: đừng dịch #. Tag: filename -#: using-d-i.xml:1973 +#: using-d-i.xml:2334 #, no-c-format msgid "readme.txt" msgstr "readme.txt" #. Tag: para -#: using-d-i.xml:1974 +#: using-d-i.xml:2335 #, no-c-format msgid "" "This is a small text file warning you that the contents of the directory are " @@ -3182,13 +3577,13 @@ msgstr "" # Name: don't translate / Tên: đừng dịch #. Tag: filename -#: using-d-i.xml:1984 +#: using-d-i.xml:2345 #, no-c-format msgid "vmlinuz" msgstr "vmlinuz" #. Tag: para -#: using-d-i.xml:1985 +#: using-d-i.xml:2346 #, no-c-format msgid "" "This is the compressed kernel itself. It is a copy of the file referenced in " @@ -3202,13 +3597,13 @@ msgstr "" "bởi liên kết tượng trưng /vmlinuz." #. Tag: title -#: using-d-i.xml:2005 +#: using-d-i.xml:2366 #, no-c-format msgid "arcboot-installer" msgstr "Bộ cài đặt arcboot" #. Tag: para -#: using-d-i.xml:2006 +#: using-d-i.xml:2367 #, no-c-format msgid "" "The boot loader on SGI machines is arcboot. It has to be " @@ -3252,13 +3647,13 @@ msgstr "" # Name: don't translate / Tên: đừng dịch #. Tag: replaceable -#: using-d-i.xml:2025 +#: using-d-i.xml:2386 #, no-c-format msgid "scsi" msgstr "scsi" #. Tag: para -#: using-d-i.xml:2026 +#: using-d-i.xml:2387 #, no-c-format msgid "" "is the SCSI bus to be booted from, this is 0 for the " @@ -3268,13 +3663,13 @@ msgstr "" "điều khiển có sẵn" #. Tag: replaceable -#: using-d-i.xml:2034 +#: using-d-i.xml:2395 #, no-c-format msgid "disk" msgstr "đĩa" #. Tag: para -#: using-d-i.xml:2035 +#: using-d-i.xml:2396 #, no-c-format msgid "" "is the SCSI ID of the hard disk on which arcboot is " @@ -3284,13 +3679,13 @@ msgstr "" "được cài đặt" #. Tag: replaceable -#: using-d-i.xml:2043 using-d-i.xml:2112 +#: using-d-i.xml:2404 using-d-i.xml:2473 #, no-c-format msgid "partnr" msgstr "số_phân" #. Tag: para -#: using-d-i.xml:2044 +#: using-d-i.xml:2405 #, no-c-format msgid "" "is the number of the partition on which /etc/arcboot.conf" #. Tag: replaceable -#: using-d-i.xml:2052 +#: using-d-i.xml:2413 #, no-c-format msgid "config" msgstr "cấu_hình" #. Tag: para -#: using-d-i.xml:2053 +#: using-d-i.xml:2414 #, no-c-format msgid "" "is the name of the configuration entry in /etc/arcboot.conf, mà là linux theo mặc định." #. Tag: title -#: using-d-i.xml:2074 +#: using-d-i.xml:2435 #, no-c-format msgid "delo-installer" msgstr "Bộ cài đặt delo" #. Tag: para -#: using-d-i.xml:2075 +#: using-d-i.xml:2436 #, no-c-format msgid "" "The boot loader on DECstations is DELO. It has to be " @@ -3351,13 +3746,13 @@ msgstr "" # Literal: don't translate / Nghĩa chữ: đừng dịch #. Tag: replaceable -#: using-d-i.xml:2094 +#: using-d-i.xml:2455 #, no-c-format msgid "#" msgstr "#" #. Tag: para -#: using-d-i.xml:2095 +#: using-d-i.xml:2456 #, no-c-format msgid "" "is the TurboChannel device to be booted from, on most DECstations this is " @@ -3367,13 +3762,13 @@ msgstr "" "nó là 3 cho bộ điều khiển có sẵn" #. Tag: replaceable -#: using-d-i.xml:2103 +#: using-d-i.xml:2464 #, no-c-format msgid "id" msgstr "" #. Tag: para -#: using-d-i.xml:2104 +#: using-d-i.xml:2465 #, no-c-format msgid "" "is the SCSI ID of the hard disk on which DELO is installed" @@ -3382,7 +3777,7 @@ msgstr "" "được cài đặt" #. Tag: para -#: using-d-i.xml:2113 +#: using-d-i.xml:2474 #, no-c-format msgid "" "is the number of the partition on which /etc/delo.conf " @@ -3392,13 +3787,13 @@ msgstr "" "conf" #. Tag: replaceable -#: using-d-i.xml:2121 +#: using-d-i.xml:2482 #, no-c-format msgid "name" msgstr "tên" #. Tag: para -#: using-d-i.xml:2122 +#: using-d-i.xml:2483 #, no-c-format msgid "" "is the name of the configuration entry in /etc/delo.conflinux theo mặc định." #. Tag: para -#: using-d-i.xml:2132 +#: using-d-i.xml:2493 #, no-c-format msgid "" "In case /etc/delo.conf is on the first partition on the " @@ -3419,19 +3814,19 @@ msgstr "" "là dùng" #. Tag: screen -#: using-d-i.xml:2138 +#: using-d-i.xml:2499 #, no-c-format msgid "boot #/rzid" msgstr "boot #/rz" #. Tag: title -#: using-d-i.xml:2148 +#: using-d-i.xml:2509 #, no-c-format msgid "Install Yaboot on a Hard Disk" msgstr "Cài đặt Yaboot vào đĩa cứng" #. Tag: para -#: using-d-i.xml:2149 +#: using-d-i.xml:2510 #, no-c-format msgid "" "Newer (mid 1998 and on) PowerMacs use yaboot as their " @@ -3451,13 +3846,13 @@ msgstr "" "&debian;." #. Tag: title -#: using-d-i.xml:2167 +#: using-d-i.xml:2528 #, no-c-format msgid "Install Quik on a Hard Disk" msgstr "Cài đặt Quik vào đĩa cứng" #. Tag: para -#: using-d-i.xml:2168 +#: using-d-i.xml:2529 #, no-c-format msgid "" "The boot loader for OldWorld Power Macintosh machines is quikzipl-installer" msgstr "Bộ cài đặt zipl" #. Tag: para -#: using-d-i.xml:2185 +#: using-d-i.xml:2546 #, no-c-format msgid "" "The boot loader on &arch-title; is zipl. ZIPL." #. Tag: title -#: using-d-i.xml:2202 +#: using-d-i.xml:2563 #, no-c-format msgid "Install the SILO Boot Loader on a Hard Disk" msgstr "Cài đặt bộ tải khởi động SILO vào đĩa cứng" #. Tag: para -#: using-d-i.xml:2204 +#: using-d-i.xml:2565 #, no-c-format msgid "" "The standard &architecture; boot loader is called silo. It is " @@ -3531,13 +3926,13 @@ msgstr "" "Linux kế bên bản cài đặt SunOS/Solaris đã có." #. Tag: title -#: using-d-i.xml:2229 +#: using-d-i.xml:2590 #, no-c-format msgid "Continue Without Boot Loader" msgstr "Tiếp tục không có bộ tải khởi động" #. Tag: para -#: using-d-i.xml:2231 +#: using-d-i.xml:2592 #, no-c-format msgid "" "This option can be used to complete the installation even when no boot " @@ -3555,7 +3950,7 @@ msgstr "" "đó và được dùng để khởi động hệ điều hành GNU/Linux." #. Tag: para -#: using-d-i.xml:2240 +#: using-d-i.xml:2601 #, no-c-format msgid "" "If you plan to manually configure your bootloader, you should check the name " @@ -3576,13 +3971,13 @@ msgstr "" "vùng riêng, tên hệ thống tập tin /boot." #. Tag: title -#: using-d-i.xml:2257 +#: using-d-i.xml:2618 #, no-c-format msgid "Finishing the Installation" msgstr "Cài đặt xong" #. Tag: para -#: using-d-i.xml:2258 +#: using-d-i.xml:2619 #, no-c-format msgid "" "These are the last bits to do before rebooting to your new system. It mostly " @@ -3592,13 +3987,13 @@ msgstr "" "chính là làm sạch theo sau &d-i;." #. Tag: title -#: using-d-i.xml:2270 +#: using-d-i.xml:2631 #, no-c-format msgid "Finish the Installation and Reboot" msgstr "Cài đặt xong và khởi động lại" #. Tag: para -#: using-d-i.xml:2272 +#: using-d-i.xml:2633 #, no-c-format msgid "" "This is the last step in the initial Debian installation process. You will " @@ -3612,7 +4007,7 @@ msgstr "" "lại vào hệ thống Debian mới." #. Tag: para -#: using-d-i.xml:2279 +#: using-d-i.xml:2640 #, no-c-format msgid "" "Select the Finish the installation menu item " @@ -3627,13 +4022,13 @@ msgstr "" "tập tin gốc trong những bước đầu tiên của tiến trình cài đặt." #. Tag: title -#: using-d-i.xml:2293 +#: using-d-i.xml:2654 #, no-c-format msgid "Miscellaneous" msgstr "Lặt vặt" #. Tag: para -#: using-d-i.xml:2294 +#: using-d-i.xml:2655 #, no-c-format msgid "" "The components listed in this section are usually not involved in the " @@ -3645,13 +4040,13 @@ msgstr "" "khó khăn." #. Tag: title -#: using-d-i.xml:2307 +#: using-d-i.xml:2668 #, no-c-format msgid "Saving the installation logs" msgstr "Lưu bản ghi cài đặt" #. Tag: para -#: using-d-i.xml:2309 +#: using-d-i.xml:2670 #, no-c-format msgid "" "If the installation is successful, the logfiles created during the " @@ -3663,7 +4058,7 @@ msgstr "" "filename> trong hệ thống Debian mới." #. Tag: para -#: using-d-i.xml:2316 +#: using-d-i.xml:2677 #, no-c-format msgid "" "Choosing Save debug logs from the main menu " @@ -3679,13 +4074,13 @@ msgstr "" "kèm báo cáo cài đặt." #. Tag: title -#: using-d-i.xml:2336 +#: using-d-i.xml:2697 #, no-c-format msgid "Using the Shell and Viewing the Logs" msgstr "Sử dụng hệ vỏ và xem bản ghi" #. Tag: para -#: using-d-i.xml:2339 +#: using-d-i.xml:2700 #, no-c-format msgid "" "There is an Execute a Shell item on the menu. If " @@ -3708,7 +4103,7 @@ msgstr "" "chạy một sự mô phỏng hệ vỏ Bourne có tên ash." #. Tag: para -#: using-d-i.xml:2351 +#: using-d-i.xml:2712 #, no-c-format msgid "" "At this point you are booted from the RAM disk, and there is a limited set " @@ -3726,7 +4121,7 @@ msgstr "" "như khả năng gõ xong tự động và lược sử." #. Tag: para -#: using-d-i.xml:2360 +#: using-d-i.xml:2721 #, no-c-format msgid "" "Use the menus to perform any task that they are able to do — the shell " @@ -3746,13 +4141,13 @@ msgstr "" "(thoát) nếu bạn đã sử dụng trình đơn để mở hệ vỏ." #. Tag: title -#: using-d-i.xml:2379 +#: using-d-i.xml:2740 #, no-c-format msgid "Installation Over the Network" msgstr "Cài đặt qua mạng" #. Tag: para -#: using-d-i.xml:2381 +#: using-d-i.xml:2742 #, no-c-format msgid "" "One of the more interesting components is network-console.)" #. Tag: para -#: using-d-i.xml:2391 +#: using-d-i.xml:2752 #, no-c-format msgid "" "This component is not loaded into the main installation menu by default, so " @@ -3791,7 +4186,7 @@ msgstr "" "tục lại cài đặt từ xa bằng SSH." #. Tag: para -#: using-d-i.xml:2404 +#: using-d-i.xml:2765 #, no-c-format msgid "" "For installations on &arch-title;, this is the default method after setting " @@ -3801,7 +4196,7 @@ msgstr "" "mặc định sau khi thiết lập mạng." #. Tag: para -#: using-d-i.xml:2409 +#: using-d-i.xml:2770 #, no-c-format msgid "" "After selecting this new entry, you " @@ -3823,7 +4218,7 @@ msgstr "" "sẽ tiếp tục cài đặt từ xa." #. Tag: para -#: using-d-i.xml:2421 +#: using-d-i.xml:2782 #, no-c-format msgid "" "Should you decide to continue with the installation locally, you can always " @@ -3835,7 +4230,7 @@ msgstr "" "khác." #. Tag: para -#: using-d-i.xml:2427 +#: using-d-i.xml:2788 #, no-c-format msgid "" "Now let's switch to the other side of the wire. As a prerequisite, you need " @@ -3865,7 +4260,7 @@ msgstr "" "nếu nó là đúng không." #. Tag: para -#: using-d-i.xml:2444 +#: using-d-i.xml:2805 #, no-c-format msgid "" "If you install several computers in turn and they happen to have the same IP " @@ -3883,7 +4278,7 @@ msgstr "" "filename> rồi thử lại." #. Tag: para -#: using-d-i.xml:2453 +#: using-d-i.xml:2814 #, no-c-format msgid "" "After the login you will be presented with an initial screen where you have " @@ -3903,7 +4298,7 @@ msgstr "" "cho các hệ vỏ." #. Tag: para -#: using-d-i.xml:2463 +#: using-d-i.xml:2824 #, no-c-format msgid "" "After you have started the installation remotely over SSH, you should not go " @@ -3919,7 +4314,7 @@ msgstr "" "cài đặt." #. Tag: para -#: using-d-i.xml:2471 +#: using-d-i.xml:2832 #, no-c-format msgid "" "Also, if you are running the SSH session from an X terminal, you should not " diff --git a/po/zh_CN/boot-new.po b/po/zh_CN/boot-new.po index fdc1e0ce6..f1a2d2082 100644 --- a/po/zh_CN/boot-new.po +++ b/po/zh_CN/boot-new.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-01-31 23:11+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-01-05 18:14+0800\n" "Last-Translator: Ji YongGang\n" "Language-Team: debian-chinese-gb \n" @@ -309,11 +309,166 @@ msgstr "" #. Tag: title #: boot-new.xml:191 #, no-c-format +msgid "Mounting encrypted volumes" +msgstr "" + +#. Tag: para +#: boot-new.xml:193 +#, no-c-format +msgid "" +"If you created encrypted volumes during the installation and assigned them " +"mount points, you will be asked to enter the passphrase for each of these " +"volumes during the boot. The actual procedure differs slightly between dm-" +"crypt and loop-AES." +msgstr "" + +#. Tag: title +#: boot-new.xml:203 +#, no-c-format +msgid "loop-AES" +msgstr "" + +#. Tag: para +#: boot-new.xml:205 +#, no-c-format +msgid "" +"For partitions encrypted via loop-AES you will be shown the following prompt " +"during the boot: \n" +"mount: going to use loop device /dev/loopX\n" +"Password:\n" +" In the first line of the prompt, X is the number of the loop device. You are now probably " +"wondering for which volume you are actually entering " +"the passphrase. Does is relate to your /home? Or to " +"/var? Of course, if you have just one encrypted volume, " +"this is easy and you can just enter the passphrase you used when setting up " +"this volume. If you set up more than one encrypted volume during the " +"installation, the notes you wrote down as the last step in come in handy. If you did not make a note of the " +"mapping between loopX and " +"the mount points before, you can still find it in /etc/fstab of your new system." +msgstr "" + +#. Tag: para +#: boot-new.xml:226 +#, no-c-format +msgid "" +"No characters (even asterisks) will be shown while entering the passphrase. " +"Be careful, you have only one try. If you enter wrong " +"passphrase, an error message will appear and the boot process will skip that " +"volume and continue to mount the next filesystem. Please see for further information." +msgstr "" + +#. Tag: para +#: boot-new.xml:235 +#, no-c-format +msgid "After entering all passphrases the boot should continue as usual." +msgstr "" + +#. Tag: title +#: boot-new.xml:243 +#, no-c-format +msgid "dm-crypt" +msgstr "" + +#. Tag: para +#: boot-new.xml:245 +#, no-c-format +msgid "TODO: write something once it works." +msgstr "" + +#. Tag: title +#: boot-new.xml:253 +#, no-c-format +msgid "Troubleshooting" +msgstr "" + +#. Tag: para +#: boot-new.xml:255 +#, no-c-format +msgid "" +"If some of the encrypted volumes could not be mounted because a wrong " +"passphrase was entered, you will have to mount them manually after the boot. " +"There are several cases." +msgstr "" + +#. Tag: para +#: boot-new.xml:264 +#, no-c-format +msgid "" +"The first case concerns the root partition. When it is not mounted " +"correctly, the boot process will halt and you will have to reboot the " +"computer to try again." +msgstr "" + +#. Tag: para +#: boot-new.xml:271 +#, no-c-format +msgid "" +"The easiest case is for encrypted volumes holding data like /home or /srv. You can simply mount them manually " +"after the boot. For loop-AES this is one-step operation: " +"\n" +"# mount /mount_point\n" +"Password:\n" +" where /mount_point " +"should be replaced by the particular directory (e.g. /home). The only difference from an ordinary mount is that you will be " +"asked to enter the passphrase for this volume." +msgstr "" + +#. Tag: para +#: boot-new.xml:285 +#, no-c-format +msgid "" +"For dm-crypt this is a bit trickier. First you need to register the volumes " +"with device mapper by running: " +"\n" +"# /etc/init.d/cryptdisks start\n" +" This will scan all volumes mentioned in " +"/etc/crypttab and will create appropriate devices under " +"the /dev directory after entering the correct " +"passphrases. (Already registered volumes will be skipped, so you can repeat " +"this command several times without worrying.) After successful registration " +"you can simply mount the volumes the usual way:" +msgstr "" + +#. Tag: screen +#: boot-new.xml:300 +#, no-c-format +msgid "" +"# mount /mount_point" +msgstr "" + +#. Tag: para +#: boot-new.xml:303 +#, no-c-format +msgid "" +"If the volumes holding noncritical system files could not be mounted " +"(/usr or /var), the system should " +"still boot and you should be able to mount the volumes manually like in the " +"previous case. However, you will also need to (re)start any services usually " +"running in your default runlevel because it is very likely that they were " +"not started. The easiest way to achieve this is by switching to the first " +"runlevel and back by entering \n" +"# init 1\n" +" at the shell prompt and pressing " +"Control D when asked for the " +"root password." +msgstr "" + +#. Tag: title +#: boot-new.xml:326 +#, no-c-format msgid "Log In" msgstr "登录" #. Tag: para -#: boot-new.xml:193 +#: boot-new.xml:328 #, no-c-format msgid "" "Once your system boots, you'll be presented with the login prompt. Log in " @@ -324,7 +479,7 @@ msgstr "" "在您的系统就能使用了。" #. Tag: para -#: boot-new.xml:199 +#: boot-new.xml:334 #, no-c-format msgid "" "If you are a new user, you may want to explore the documentation which is " @@ -336,7 +491,7 @@ msgstr "" "文档系统,由不同类型的文档组成。这里是一些出发点。" #. Tag: para -#: boot-new.xml:207 +#: boot-new.xml:342 #, no-c-format msgid "" "Documentation accompanying programs you have installed is in /usr/" @@ -350,7 +505,7 @@ msgstr "" "统,位于 /usr/share/doc/apt/guide.html/index.html。" #. Tag: para -#: boot-new.xml:216 +#: boot-new.xml:351 #, no-c-format msgid "" "In addition, there are some special folders within the /usr/share/" @@ -366,7 +521,7 @@ msgstr "" "index.html 文档索引。" #. Tag: para -#: boot-new.xml:226 +#: boot-new.xml:361 #, no-c-format msgid "" "One easy way to view these documents is to cd /usr/share/doc/lynx 后面是空格加一个点(点是指当前目录)。" #. Tag: para -#: boot-new.xml:233 +#: boot-new.xml:368 #, no-c-format msgid "" "You can also type info command/usr/" diff --git a/po/zh_CN/hardware.po b/po/zh_CN/hardware.po index b806632cb..9abae5186 100644 --- a/po/zh_CN/hardware.po +++ b/po/zh_CN/hardware.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-05-04 19:49+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-05-13 11:55+0800\n" "Last-Translator: Ji YongGang\n" "Language-Team: debian-chinese-gb \n" @@ -283,9 +283,9 @@ msgstr "RiscPC" #. Tag: entry #: hardware.xml:118 -#, no-c-format -msgid "riscpc" -msgstr "riscpc" +#, fuzzy, no-c-format +msgid "rpc" +msgstr "powerpc" #. Tag: entry #: hardware.xml:122 @@ -331,9 +331,9 @@ msgstr "PReP" #. Tag: entry #: hardware.xml:131 -#, no-c-format -msgid "prep" -msgstr "prep" +#, fuzzy, no-c-format +msgid "prep" +msgstr "powerpc" #. Tag: entry #: hardware.xml:133 @@ -422,132 +422,126 @@ msgstr "r4k-ip22" #. Tag: entry #: hardware.xml:160 #, no-c-format -msgid "r5k-ip22" -msgstr "r5k-ip22" - -#. Tag: entry -#: hardware.xml:162 -#, no-c-format msgid "SGI IP32 (O2)" msgstr "SGI IP32 (O2)" #. Tag: entry -#: hardware.xml:163 +#: hardware.xml:161 #, no-c-format msgid "r5k-ip32" msgstr "r5k-ip32" # index.docbook:162, index.docbook:177 #. Tag: entry -#: hardware.xml:165 hardware.xml:183 +#: hardware.xml:163 hardware.xml:181 #, no-c-format msgid "Broadcom BCM91250A (SWARM)" msgstr "Broadcom BCM91250A (SQARM)" # index.docbook:163, index.docbook:178 #. Tag: entry -#: hardware.xml:166 hardware.xml:184 +#: hardware.xml:164 hardware.xml:182 #, no-c-format msgid "sb1-bcm91250a" msgstr "sb1-bcm91250a" # index.docbook:162, index.docbook:177 #. Tag: entry -#: hardware.xml:168 hardware.xml:186 +#: hardware.xml:166 hardware.xml:184 #, no-c-format msgid "Broadcom BCM91480B (BigSur)" msgstr "Broadcom BCM91480B (BigSur)" # index.docbook:163, index.docbook:178 #. Tag: entry -#: hardware.xml:169 hardware.xml:187 +#: hardware.xml:167 hardware.xml:185 #, no-c-format msgid "sb1a-bcm91480b" msgstr "sb1a-bcm91480b" #. Tag: entry -#: hardware.xml:173 +#: hardware.xml:171 #, no-c-format msgid "MIPS (little endian)" msgstr "MIPS (little endian)" #. Tag: entry -#: hardware.xml:174 +#: hardware.xml:172 #, no-c-format msgid "mipsel" msgstr "mipsel" #. Tag: entry -#: hardware.xml:175 +#: hardware.xml:173 #, no-c-format msgid "Cobalt" msgstr "Cobalt" #. Tag: entry -#: hardware.xml:176 +#: hardware.xml:174 #, no-c-format msgid "cobalt" msgstr "cobalt" #. Tag: entry -#: hardware.xml:178 +#: hardware.xml:176 #, no-c-format msgid "DECstation" msgstr "DECstation" # index.docbook:173, index.docbook:1002, index.docbook:1017, index.docbook:1027 #. Tag: entry -#: hardware.xml:179 hardware.xml:1010 hardware.xml:1025 hardware.xml:1035 +#: hardware.xml:177 hardware.xml:1008 hardware.xml:1023 hardware.xml:1033 #, no-c-format msgid "r4k-kn04" msgstr "r4k-kn04" # index.docbook:175, index.docbook:997, index.docbook:1007, index.docbook:1012, index.docbook:1022 #. Tag: entry -#: hardware.xml:181 hardware.xml:1005 hardware.xml:1015 hardware.xml:1020 -#: hardware.xml:1030 +#: hardware.xml:179 hardware.xml:1003 hardware.xml:1013 hardware.xml:1018 +#: hardware.xml:1028 #, no-c-format msgid "r3k-kn02" msgstr "r3k-kn02" #. Tag: entry -#: hardware.xml:191 +#: hardware.xml:189 #, no-c-format msgid "IBM S/390" msgstr "IBM S/390" #. Tag: entry -#: hardware.xml:192 +#: hardware.xml:190 #, no-c-format msgid "s390" msgstr "s390" #. Tag: entry -#: hardware.xml:193 +#: hardware.xml:191 #, no-c-format msgid "IPL from VM-reader and DASD" msgstr "IPL from VM-reader and DASD" #. Tag: entry -#: hardware.xml:194 +#: hardware.xml:192 #, no-c-format msgid "generic" msgstr "generic" #. Tag: entry -#: hardware.xml:196 +#: hardware.xml:194 #, no-c-format msgid "IPL from tape" msgstr "IPL from tape" #. Tag: entry -#: hardware.xml:197 +#: hardware.xml:195 #, no-c-format msgid "tape" msgstr "type" #. Tag: para -#: hardware.xml:202 +#: hardware.xml:200 #, no-c-format msgid "" "This document covers installation for the &arch-title; " @@ -560,7 +554,7 @@ msgstr "" "ports/\">Debian 移植 页面。" #. Tag: para -#: hardware.xml:210 +#: hardware.xml:208 #, no-c-format msgid "" "This is the first official release of &debian; for the &arch-title; " @@ -581,15 +575,15 @@ msgstr "" # index.docbook:224, index.docbook:683, index.docbook:780, index.docbook:799, index.docbook:842, index.docbook:884, index.docbook:938, index.docbook:1085, index.docbook:1491 #. Tag: title -#: hardware.xml:233 hardware.xml:692 hardware.xml:768 hardware.xml:787 -#: hardware.xml:830 hardware.xml:872 hardware.xml:940 hardware.xml:1099 -#: hardware.xml:1505 +#: hardware.xml:231 hardware.xml:690 hardware.xml:766 hardware.xml:785 +#: hardware.xml:828 hardware.xml:870 hardware.xml:938 hardware.xml:1097 +#: hardware.xml:1543 #, no-c-format msgid "CPU, Main Boards, and Video Support" msgstr "CPU,主板和视频支持" #. Tag: para -#: hardware.xml:234 +#: hardware.xml:232 #, no-c-format msgid "" "Complete information regarding supported DEC Alphas can be found at 中找到。本节是描述启动盘对系统支持的概况。" #. Tag: para -#: hardware.xml:241 +#: hardware.xml:239 #, no-c-format msgid "" "Alpha machines are subdivided into different system types because there are " @@ -614,7 +608,7 @@ msgstr "" "能。因此,安装过程,更准确地说是启动过程,会因系统不同而不同。" #. Tag: para -#: hardware.xml:249 +#: hardware.xml:247 #, no-c-format msgid "" "The following table lists the system types supported by the Debian " @@ -626,1133 +620,1133 @@ msgstr "" "代号(code name)。当开始安装时,您需要知道这些代号。" #. Tag: entry -#: hardware.xml:266 +#: hardware.xml:264 #, no-c-format msgid "Hardware Type" msgstr "硬件类型" #. Tag: entry -#: hardware.xml:267 +#: hardware.xml:265 #, no-c-format msgid "Aliases" msgstr "别名" #. Tag: entry -#: hardware.xml:267 +#: hardware.xml:265 #, no-c-format msgid "MILO image" msgstr "MILO image" #. Tag: entry -#: hardware.xml:273 +#: hardware.xml:271 #, no-c-format msgid "ALCOR" msgstr "ALCOR" #. Tag: entry -#: hardware.xml:274 +#: hardware.xml:272 #, no-c-format msgid "AlphaStation 500 5/266.300" msgstr "AlphaStation 500 5/266.300" #. Tag: entry -#: hardware.xml:275 +#: hardware.xml:273 #, no-c-format msgid "Maverick" msgstr "Maverick" # index.docbook:267, index.docbook:271, index.docbook:275 #. Tag: entry -#: hardware.xml:276 hardware.xml:280 hardware.xml:284 +#: hardware.xml:274 hardware.xml:278 hardware.xml:282 #, no-c-format msgid "alcor" msgstr "alcor" #. Tag: entry -#: hardware.xml:278 +#: hardware.xml:276 #, no-c-format msgid "AlphaStation 500 5/333...500" msgstr "AlphaStation 500 5/333...500" #. Tag: entry -#: hardware.xml:279 +#: hardware.xml:277 #, no-c-format msgid "Bret" msgstr "Bret" #. Tag: entry -#: hardware.xml:282 +#: hardware.xml:280 #, no-c-format msgid "AlphaStation 600/266...300" msgstr "AlphaStation 600/266...300" #. Tag: entry -#: hardware.xml:283 +#: hardware.xml:281 #, no-c-format msgid "Alcor" msgstr "Alcor" #. Tag: entry -#: hardware.xml:286 +#: hardware.xml:284 #, no-c-format msgid "AlphaStation 600/300...433" msgstr "AlphaStation 600/300...433" #. Tag: entry -#: hardware.xml:287 +#: hardware.xml:285 #, no-c-format msgid "XLT" msgstr "XLT" #. Tag: entry -#: hardware.xml:288 +#: hardware.xml:286 #, no-c-format msgid "xlt" msgstr "xlt" #. Tag: entry -#: hardware.xml:292 +#: hardware.xml:290 #, no-c-format msgid "BOOK1" msgstr "BOOK1" #. Tag: entry -#: hardware.xml:293 +#: hardware.xml:291 #, no-c-format msgid "AlphaBook1 (laptop)" msgstr "AlphaBook1 (laptop)" #. Tag: entry -#: hardware.xml:294 +#: hardware.xml:292 #, no-c-format msgid "Alphabook1/Burns" msgstr "Alphabook1/Burns" #. Tag: entry -#: hardware.xml:295 +#: hardware.xml:293 #, no-c-format msgid "book1" msgstr "book1" #. Tag: entry -#: hardware.xml:299 +#: hardware.xml:297 #, no-c-format msgid "AVANTI" msgstr "AVANTI" #. Tag: entry -#: hardware.xml:300 +#: hardware.xml:298 #, no-c-format msgid "AlphaStation 200 4/100...166" msgstr "AlphaStation 200 4/100...166" #. Tag: entry -#: hardware.xml:301 +#: hardware.xml:299 #, no-c-format msgid "Mustang" msgstr "Mustang" # index.docbook:293, index.docbook:297, index.docbook:301, index.docbook:305, index.docbook:309, index.docbook:313, index.docbook:317, index.docbook:321 #. Tag: entry -#: hardware.xml:302 hardware.xml:306 hardware.xml:310 hardware.xml:314 -#: hardware.xml:318 hardware.xml:322 hardware.xml:326 hardware.xml:330 +#: hardware.xml:300 hardware.xml:304 hardware.xml:308 hardware.xml:312 +#: hardware.xml:316 hardware.xml:320 hardware.xml:324 hardware.xml:328 #, no-c-format msgid "avanti" msgstr "avanti" #. Tag: entry -#: hardware.xml:304 +#: hardware.xml:302 #, no-c-format msgid "AlphaStation 200 4/233" msgstr "AlphaStation 200 4/233" #. Tag: entry -#: hardware.xml:305 +#: hardware.xml:303 #, no-c-format msgid "Mustang+" msgstr "Mustang+" #. Tag: entry -#: hardware.xml:308 +#: hardware.xml:306 #, no-c-format msgid "AlphaStation 205 4/133...333" msgstr "AlphaStation 205 4/133...333" #. Tag: entry -#: hardware.xml:309 +#: hardware.xml:307 #, no-c-format msgid "LX3" msgstr "LX3" #. Tag: entry -#: hardware.xml:312 +#: hardware.xml:310 #, no-c-format msgid "AlphaStation 250 4/300" msgstr "AlphaStation 250 4/300" #. Tag: entry -#: hardware.xml:313 +#: hardware.xml:311 #, no-c-format msgid "M3+" msgstr "M3+" #. Tag: entry -#: hardware.xml:316 +#: hardware.xml:314 #, no-c-format msgid "AlphaStation 255 4/133...333" msgstr "AlphaStation 255 4/133...333" #. Tag: entry -#: hardware.xml:317 +#: hardware.xml:315 #, no-c-format msgid "LX3+" msgstr "LX3+" #. Tag: entry -#: hardware.xml:320 +#: hardware.xml:318 #, no-c-format msgid "AlphaStation 300 4/266" msgstr "AlphaStation 300 4/266" #. Tag: entry -#: hardware.xml:321 +#: hardware.xml:319 #, no-c-format msgid "Melmac" msgstr "Melmac" #. Tag: entry -#: hardware.xml:324 +#: hardware.xml:322 #, no-c-format msgid "AlphaStation 400 4/166" msgstr "AlphaStation 400 4/166" #. Tag: entry -#: hardware.xml:325 +#: hardware.xml:323 #, no-c-format msgid "Chinet" msgstr "Chinet" #. Tag: entry -#: hardware.xml:328 +#: hardware.xml:326 #, no-c-format msgid "AlphaStation 400 4/233...300" msgstr "AlphaStation 400 4/233...300" #. Tag: entry -#: hardware.xml:329 +#: hardware.xml:327 #, no-c-format msgid "Avanti" msgstr "Avanti" # index.docbook:325, index.docbook:338, index.docbook:339 #. Tag: entry -#: hardware.xml:334 hardware.xml:347 hardware.xml:348 +#: hardware.xml:332 hardware.xml:345 hardware.xml:346 #, no-c-format msgid "EB164" msgstr "EB164" #. Tag: entry -#: hardware.xml:335 +#: hardware.xml:333 #, no-c-format msgid "AlphaPC164" msgstr "AlphaPC164" #. Tag: entry -#: hardware.xml:336 +#: hardware.xml:334 #, no-c-format msgid "PC164" msgstr "PC164" #. Tag: entry -#: hardware.xml:337 +#: hardware.xml:335 #, no-c-format msgid "pc164" msgstr "pc164" #. Tag: entry -#: hardware.xml:339 +#: hardware.xml:337 #, no-c-format msgid "AlphaPC164-LX" msgstr "AlphaPC164-LX" #. Tag: entry -#: hardware.xml:340 +#: hardware.xml:338 #, no-c-format msgid "LX164" msgstr "LX164" #. Tag: entry -#: hardware.xml:341 +#: hardware.xml:339 #, no-c-format msgid "lx164" msgstr "lx164" #. Tag: entry -#: hardware.xml:343 +#: hardware.xml:341 #, no-c-format msgid "AlphaPC164-SX" msgstr "AlphaPC164-SX" #. Tag: entry -#: hardware.xml:344 +#: hardware.xml:342 #, no-c-format msgid "SX164" msgstr "SX164" #. Tag: entry -#: hardware.xml:345 +#: hardware.xml:343 #, no-c-format msgid "sx164" msgstr "sx164" #. Tag: entry -#: hardware.xml:349 +#: hardware.xml:347 #, no-c-format msgid "eb164" msgstr "eb164" # index.docbook:344, index.docbook:353, index.docbook:354 #. Tag: entry -#: hardware.xml:353 hardware.xml:362 hardware.xml:363 +#: hardware.xml:351 hardware.xml:360 hardware.xml:361 #, no-c-format msgid "EB64+" msgstr "EB64+" #. Tag: entry -#: hardware.xml:354 +#: hardware.xml:352 #, no-c-format msgid "AlphaPC64" msgstr "AlphaPC64" # index.docbook:346, index.docbook:350 #. Tag: entry -#: hardware.xml:355 hardware.xml:359 +#: hardware.xml:353 hardware.xml:357 #, no-c-format msgid "Cabriolet" msgstr "Cabriolet" # index.docbook:347, index.docbook:351 #. Tag: entry -#: hardware.xml:356 hardware.xml:360 +#: hardware.xml:354 hardware.xml:358 #, no-c-format msgid "cabriolet" msgstr "cabriolet" #. Tag: entry -#: hardware.xml:358 +#: hardware.xml:356 #, no-c-format msgid "AlphaPCI64" msgstr "AlphaPCI64" #. Tag: entry -#: hardware.xml:364 +#: hardware.xml:362 #, no-c-format msgid "eb64p" msgstr "eb64p" # index.docbook:359, index.docbook:360, index.docbook:361 #. Tag: entry -#: hardware.xml:368 hardware.xml:369 hardware.xml:370 +#: hardware.xml:366 hardware.xml:367 hardware.xml:368 #, no-c-format msgid "EB66" msgstr "EB66" #. Tag: entry -#: hardware.xml:371 +#: hardware.xml:369 #, no-c-format msgid "eb66" msgstr "eb66" # index.docbook:364, index.docbook:365 #. Tag: entry -#: hardware.xml:373 hardware.xml:374 +#: hardware.xml:371 hardware.xml:372 #, no-c-format msgid "EB66+" msgstr "EB66+" #. Tag: entry -#: hardware.xml:375 +#: hardware.xml:373 #, no-c-format msgid "eb66p" msgstr "eb66p" #. Tag: entry -#: hardware.xml:379 +#: hardware.xml:377 #, no-c-format msgid "JENSEN" msgstr "JENSEN" #. Tag: entry -#: hardware.xml:380 +#: hardware.xml:378 #, no-c-format msgid "DEC 2000 Model 300(S)" msgstr "DEC 2000 Model 300(S)" # index.docbook:372, index.docbook:380 #. Tag: entry -#: hardware.xml:381 hardware.xml:389 +#: hardware.xml:379 hardware.xml:387 #, no-c-format msgid "Jensen" msgstr "Jensen" # index.docbook:373, index.docbook:377, index.docbook:381, index.docbook:442, index.docbook:446, index.docbook:464, index.docbook:468, index.docbook:472, index.docbook:476, index.docbook:480, index.docbook:484, index.docbook:488, index.docbook:502, index.docbook:506, index.docbook:510, index.docbook:514, index.docbook:518, index.docbook:552, index.docbook:556, index.docbook:560, index.docbook:564, index.docbook:578, index.docbook:582, index.docbook:586, index.docbook:590, index.docbook:597, index.docbook:601, index.docbook:605, index.docbook:609, index.docbook:613, index.docbook:617, index.docbook:621, index.docbook:625, index.docbook:629, index.docbook:633, index.docbook:637, index.docbook:641, index.docbook:645, index.docbook:652, index.docbook:656 #. Tag: entry -#: hardware.xml:382 hardware.xml:386 hardware.xml:390 hardware.xml:451 -#: hardware.xml:455 hardware.xml:473 hardware.xml:477 hardware.xml:481 -#: hardware.xml:485 hardware.xml:489 hardware.xml:493 hardware.xml:497 -#: hardware.xml:511 hardware.xml:515 hardware.xml:519 hardware.xml:523 -#: hardware.xml:527 hardware.xml:561 hardware.xml:565 hardware.xml:569 -#: hardware.xml:573 hardware.xml:587 hardware.xml:591 hardware.xml:595 -#: hardware.xml:599 hardware.xml:606 hardware.xml:610 hardware.xml:614 -#: hardware.xml:618 hardware.xml:622 hardware.xml:626 hardware.xml:630 -#: hardware.xml:634 hardware.xml:638 hardware.xml:642 hardware.xml:646 -#: hardware.xml:650 hardware.xml:654 hardware.xml:661 hardware.xml:665 +#: hardware.xml:380 hardware.xml:384 hardware.xml:388 hardware.xml:449 +#: hardware.xml:453 hardware.xml:471 hardware.xml:475 hardware.xml:479 +#: hardware.xml:483 hardware.xml:487 hardware.xml:491 hardware.xml:495 +#: hardware.xml:509 hardware.xml:513 hardware.xml:517 hardware.xml:521 +#: hardware.xml:525 hardware.xml:559 hardware.xml:563 hardware.xml:567 +#: hardware.xml:571 hardware.xml:585 hardware.xml:589 hardware.xml:593 +#: hardware.xml:597 hardware.xml:604 hardware.xml:608 hardware.xml:612 +#: hardware.xml:616 hardware.xml:620 hardware.xml:624 hardware.xml:628 +#: hardware.xml:632 hardware.xml:636 hardware.xml:640 hardware.xml:644 +#: hardware.xml:648 hardware.xml:652 hardware.xml:659 hardware.xml:663 #, no-c-format msgid "N/A" msgstr "N/A" #. Tag: entry -#: hardware.xml:384 +#: hardware.xml:382 #, no-c-format msgid "DEC 2000 Model 500" msgstr "DEC 2000 Model 500" #. Tag: entry -#: hardware.xml:385 +#: hardware.xml:383 #, no-c-format msgid "Culzen" msgstr "Culzen" #. Tag: entry -#: hardware.xml:388 +#: hardware.xml:386 #, no-c-format msgid "DECpc 150" msgstr "DECpc 150" #. Tag: entry -#: hardware.xml:394 +#: hardware.xml:392 #, no-c-format msgid "MIATA" msgstr "MIATA" #. Tag: entry -#: hardware.xml:395 +#: hardware.xml:393 #, no-c-format msgid "Personal WorkStation 433a" msgstr "Personal WorkStation 433a" # index.docbook:387, index.docbook:391, index.docbook:395, index.docbook:399, index.docbook:403, index.docbook:407, index.docbook:411, index.docbook:415 #. Tag: entry -#: hardware.xml:396 hardware.xml:400 hardware.xml:404 hardware.xml:408 -#: hardware.xml:412 hardware.xml:416 hardware.xml:420 hardware.xml:424 +#: hardware.xml:394 hardware.xml:398 hardware.xml:402 hardware.xml:406 +#: hardware.xml:410 hardware.xml:414 hardware.xml:418 hardware.xml:422 #, no-c-format msgid "Miata" msgstr "Miata" # index.docbook:388, index.docbook:392, index.docbook:396, index.docbook:400, index.docbook:404, index.docbook:408, index.docbook:412, index.docbook:416 #. Tag: entry -#: hardware.xml:397 hardware.xml:401 hardware.xml:405 hardware.xml:409 -#: hardware.xml:413 hardware.xml:417 hardware.xml:421 hardware.xml:425 +#: hardware.xml:395 hardware.xml:399 hardware.xml:403 hardware.xml:407 +#: hardware.xml:411 hardware.xml:415 hardware.xml:419 hardware.xml:423 #, no-c-format msgid "miata" msgstr "miata" #. Tag: entry -#: hardware.xml:399 +#: hardware.xml:397 #, no-c-format msgid "Personal WorkStation 433au" msgstr "Personal WorkStation 433au" #. Tag: entry -#: hardware.xml:403 +#: hardware.xml:401 #, no-c-format msgid "Personal WorkStation 466au" msgstr "Personal WorkStation 466au" #. Tag: entry -#: hardware.xml:407 +#: hardware.xml:405 #, no-c-format msgid "Personal WorkStation 500a" msgstr "Personal WorkStation 500a" #. Tag: entry -#: hardware.xml:411 +#: hardware.xml:409 #, no-c-format msgid "Personal WorkStation 500au" msgstr "Personal WorkStation 500au" #. Tag: entry -#: hardware.xml:415 +#: hardware.xml:413 #, no-c-format msgid "Personal WorkStation 550au" msgstr "Personal WorkStation 550au" #. Tag: entry -#: hardware.xml:419 +#: hardware.xml:417 #, no-c-format msgid "Personal WorkStation 600a" msgstr "Personal WorkStation 600a" #. Tag: entry -#: hardware.xml:423 +#: hardware.xml:421 #, no-c-format msgid "Personal WorkStation 600au" msgstr "Personal WorkStation 600au" #. Tag: entry -#: hardware.xml:429 +#: hardware.xml:427 #, no-c-format msgid "MIKASA" msgstr "MIKASA" #. Tag: entry -#: hardware.xml:430 +#: hardware.xml:428 #, no-c-format msgid "AlphaServer 1000 4/200" msgstr "AlphaServer 1000 4/200" #. Tag: entry -#: hardware.xml:431 +#: hardware.xml:429 #, no-c-format msgid "Mikasa" msgstr "Mikasa" # index.docbook:423, index.docbook:427, index.docbook:431, index.docbook:435 #. Tag: entry -#: hardware.xml:432 hardware.xml:436 hardware.xml:440 hardware.xml:444 +#: hardware.xml:430 hardware.xml:434 hardware.xml:438 hardware.xml:442 #, no-c-format msgid "mikasa" msgstr "mikasa" #. Tag: entry -#: hardware.xml:434 +#: hardware.xml:432 #, no-c-format msgid "AlphaServer 1000 4/233..266" msgstr "AlphaServer 1000 4/233..266" #. Tag: entry -#: hardware.xml:435 +#: hardware.xml:433 #, no-c-format msgid "Mikasa+" msgstr "Mikasa+" # index.docbook:429, index.docbook:433 #. Tag: entry -#: hardware.xml:438 hardware.xml:442 +#: hardware.xml:436 hardware.xml:440 #, no-c-format msgid "AlphaServer 1000 5/300" msgstr "AlphaServer 1000 5/300" #. Tag: entry -#: hardware.xml:439 +#: hardware.xml:437 #, no-c-format msgid "Mikasa-Pinnacle" msgstr "Mikasa-Pinnacle" #. Tag: entry -#: hardware.xml:443 +#: hardware.xml:441 #, no-c-format msgid "Mikasa-Primo" msgstr "Mikasa-Primo" #. Tag: entry -#: hardware.xml:448 +#: hardware.xml:446 #, no-c-format msgid "NAUTILUS" msgstr "NAUTILUS" #. Tag: entry -#: hardware.xml:449 +#: hardware.xml:447 #, no-c-format msgid "UP1000" msgstr "UP1000" #. Tag: entry -#: hardware.xml:450 +#: hardware.xml:448 #, no-c-format msgid "Nautilus" msgstr "Nautilus" #. Tag: entry -#: hardware.xml:453 +#: hardware.xml:451 #, no-c-format msgid "UP1100" msgstr "UP1100" #. Tag: entry -#: hardware.xml:454 +#: hardware.xml:452 #, no-c-format msgid "Galaxy-Train/Nautilus Jr." msgstr "Galaxy-Train/Nautilus Jr." #. Tag: entry -#: hardware.xml:459 +#: hardware.xml:457 #, no-c-format msgid "NONAME" msgstr "NONAME" #. Tag: entry -#: hardware.xml:460 +#: hardware.xml:458 #, no-c-format msgid "AXPpci33" msgstr "AXPpci33" #. Tag: entry -#: hardware.xml:461 +#: hardware.xml:459 #, no-c-format msgid "Noname" msgstr "Noname" # index.docbook:453, index.docbook:457 #. Tag: entry -#: hardware.xml:462 hardware.xml:466 +#: hardware.xml:460 hardware.xml:464 #, no-c-format msgid "noname" msgstr "noname" #. Tag: entry -#: hardware.xml:464 +#: hardware.xml:462 #, no-c-format msgid "UDB" msgstr "UDB" #. Tag: entry -#: hardware.xml:465 +#: hardware.xml:463 #, no-c-format msgid "Multia" msgstr "Multia" #. Tag: entry -#: hardware.xml:470 +#: hardware.xml:468 #, no-c-format msgid "NORITAKE" msgstr "NORITAKE" #. Tag: entry -#: hardware.xml:471 +#: hardware.xml:469 #, no-c-format msgid "AlphaServer 1000A 4/233...266" msgstr "AlphaServer 1000A 4/233...266" #. Tag: entry -#: hardware.xml:472 +#: hardware.xml:470 #, no-c-format msgid "Noritake" msgstr "Noritake" #. Tag: entry -#: hardware.xml:475 +#: hardware.xml:473 #, no-c-format msgid "AlphaServer 1000A 5/300" msgstr "AlphaServer 1000A 5/300" #. Tag: entry -#: hardware.xml:476 +#: hardware.xml:474 #, no-c-format msgid "Noritake-Pinnacle" msgstr "Noritake-Pinnacle" #. Tag: entry -#: hardware.xml:479 +#: hardware.xml:477 #, no-c-format msgid "AlphaServer 1000A 5/333...500" msgstr "AlphaServer 1000A 5/333...500" #. Tag: entry -#: hardware.xml:480 +#: hardware.xml:478 #, no-c-format msgid "Noritake-Primo" msgstr "Noritake-Primo" #. Tag: entry -#: hardware.xml:483 +#: hardware.xml:481 #, no-c-format msgid "AlphaServer 800 5/333...500" msgstr "AlphaServer 800 5/333...500" # index.docbook:475, index.docbook:483, index.docbook:487 #. Tag: entry -#: hardware.xml:484 hardware.xml:492 hardware.xml:496 +#: hardware.xml:482 hardware.xml:490 hardware.xml:494 #, no-c-format msgid "Corelle" msgstr "Corelle" #. Tag: entry -#: hardware.xml:487 +#: hardware.xml:485 #, no-c-format msgid "AlphaStation 600 A" msgstr "AlphaStation 600 A" #. Tag: entry -#: hardware.xml:488 +#: hardware.xml:486 #, no-c-format msgid "Alcor-Primo" msgstr "Alcor-Primo" #. Tag: entry -#: hardware.xml:491 +#: hardware.xml:489 #, no-c-format msgid "Digital Server 3300" msgstr "Digital Server 3300" #. Tag: entry -#: hardware.xml:495 +#: hardware.xml:493 #, no-c-format msgid "Digital Server 3300R" msgstr "Digital Server 3300R" #. Tag: entry -#: hardware.xml:501 +#: hardware.xml:499 #, no-c-format msgid "PLATFORM 2000" msgstr "PLATFORM 2000" # index.docbook:493, index.docbook:494 #. Tag: entry -#: hardware.xml:502 hardware.xml:503 +#: hardware.xml:500 hardware.xml:501 #, no-c-format msgid "P2K" msgstr "P2K" #. Tag: entry -#: hardware.xml:504 +#: hardware.xml:502 #, no-c-format msgid "p2k" msgstr "p2k" #. Tag: entry -#: hardware.xml:508 +#: hardware.xml:506 #, no-c-format msgid "RAWHIDE" msgstr "RAWHIDE" #. Tag: entry -#: hardware.xml:509 +#: hardware.xml:507 #, no-c-format msgid "AlphaServer 1200 5/xxx" msgstr "AlphaServer 1200 5/xxx" # index.docbook:501, index.docbook:513 #. Tag: entry -#: hardware.xml:510 hardware.xml:522 +#: hardware.xml:508 hardware.xml:520 #, no-c-format msgid "Tincup/DaVinci" msgstr "Tincup/DaVinci" #. Tag: entry -#: hardware.xml:513 +#: hardware.xml:511 #, no-c-format msgid "AlphaServer 4000 5/xxx" msgstr "AlphaServer 4000 5/xxx" #. Tag: entry -#: hardware.xml:514 +#: hardware.xml:512 #, no-c-format msgid "Wrangler/Durango" msgstr "Wrangler/Durango" #. Tag: entry -#: hardware.xml:517 +#: hardware.xml:515 #, no-c-format msgid "AlphaServer 4100 5/xxx" msgstr "AlphaServer 4100 5/xxx" # index.docbook:509, index.docbook:517 #. Tag: entry -#: hardware.xml:518 hardware.xml:526 +#: hardware.xml:516 hardware.xml:524 #, no-c-format msgid "Dodge" msgstr "Dodge" #. Tag: entry -#: hardware.xml:521 +#: hardware.xml:519 #, no-c-format msgid "Digital Server 5300" msgstr "Digital Server 5300" #. Tag: entry -#: hardware.xml:525 +#: hardware.xml:523 #, no-c-format msgid "Digital Server 7300" msgstr "Digital Server 7300" #. Tag: entry -#: hardware.xml:531 +#: hardware.xml:529 #, no-c-format msgid "RUFFIAN" msgstr "RUFFIAN" #. Tag: entry -#: hardware.xml:532 +#: hardware.xml:530 #, no-c-format msgid "DeskStation AlphaPC164-UX" msgstr "DeskStation AlphaPC164-UX" # index.docbook:524, index.docbook:528, index.docbook:532, index.docbook:536, index.docbook:540, index.docbook:544 #. Tag: entry -#: hardware.xml:533 hardware.xml:537 hardware.xml:541 hardware.xml:545 -#: hardware.xml:549 hardware.xml:553 +#: hardware.xml:531 hardware.xml:535 hardware.xml:539 hardware.xml:543 +#: hardware.xml:547 hardware.xml:551 #, no-c-format msgid "Ruffian" msgstr "Ruffian" # index.docbook:525, index.docbook:529, index.docbook:533, index.docbook:537, index.docbook:541, index.docbook:545 #. Tag: entry -#: hardware.xml:534 hardware.xml:538 hardware.xml:542 hardware.xml:546 -#: hardware.xml:550 hardware.xml:554 +#: hardware.xml:532 hardware.xml:536 hardware.xml:540 hardware.xml:544 +#: hardware.xml:548 hardware.xml:552 #, no-c-format msgid "ruffian" msgstr "ruffian" #. Tag: entry -#: hardware.xml:536 +#: hardware.xml:534 #, no-c-format msgid "DeskStation RPL164-2" msgstr "DeskStation RPL164-2" #. Tag: entry -#: hardware.xml:540 +#: hardware.xml:538 #, no-c-format msgid "DeskStation RPL164-4" msgstr "DeskStation RPL164-4" #. Tag: entry -#: hardware.xml:544 +#: hardware.xml:542 #, no-c-format msgid "DeskStation RPX164-2" msgstr "DeskStation RPX164-2" #. Tag: entry -#: hardware.xml:548 +#: hardware.xml:546 #, no-c-format msgid "DeskStation RPX164-4" msgstr "DeskStation RPX164-4" #. Tag: entry -#: hardware.xml:552 +#: hardware.xml:550 #, no-c-format msgid "Samsung AlphaPC164-BX" msgstr "Samsung AlphaPC164-BX" #. Tag: entry -#: hardware.xml:558 +#: hardware.xml:556 #, no-c-format msgid "SABLE" msgstr "SABLE" #. Tag: entry -#: hardware.xml:559 +#: hardware.xml:557 #, no-c-format msgid "AlphaServer 2000 4/xxx" msgstr "AlphaServer 2000 4/xxx" #. Tag: entry -#: hardware.xml:560 +#: hardware.xml:558 #, no-c-format msgid "Demi-Sable" msgstr "Demi-Sable" #. Tag: entry -#: hardware.xml:563 +#: hardware.xml:561 #, no-c-format msgid "AlphaServer 2000 5/xxx" msgstr "AlphaServer 2000 5/xxx" #. Tag: entry -#: hardware.xml:564 +#: hardware.xml:562 #, no-c-format msgid "Demi-Gamma-Sable" msgstr "Demi-Gamma-Sable" #. Tag: entry -#: hardware.xml:567 +#: hardware.xml:565 #, no-c-format msgid "AlphaServer 2100 4/xxx" msgstr "AlphaServer 2100 4/xxx" #. Tag: entry -#: hardware.xml:568 +#: hardware.xml:566 #, no-c-format msgid "Sable" msgstr "Sable" #. Tag: entry -#: hardware.xml:571 +#: hardware.xml:569 #, no-c-format msgid "AlphaServer 2100 5/xxx" msgstr "AlphaServer 2100 5/xxx" #. Tag: entry -#: hardware.xml:572 +#: hardware.xml:570 #, no-c-format msgid "Gamma-Sable" msgstr "Gamma-Sable" #. Tag: entry -#: hardware.xml:577 +#: hardware.xml:575 #, no-c-format msgid "TAKARA" msgstr "TAKARA" #. Tag: entry -#: hardware.xml:578 +#: hardware.xml:576 #, no-c-format msgid "21164 PICMG SBC" msgstr "21164 PICMG SBC" #. Tag: entry -#: hardware.xml:579 +#: hardware.xml:577 #, no-c-format msgid "Takara" msgstr "Takara" #. Tag: entry -#: hardware.xml:580 +#: hardware.xml:578 #, no-c-format msgid "takara" msgstr "takara" #. Tag: entry -#: hardware.xml:584 +#: hardware.xml:582 #, no-c-format msgid "TITAN" msgstr "TITAN" #. Tag: entry -#: hardware.xml:585 +#: hardware.xml:583 #, no-c-format msgid "AlphaServer DS15" msgstr "AlphaServer DS15" #. Tag: entry -#: hardware.xml:586 +#: hardware.xml:584 #, no-c-format msgid "HyperBrick2" msgstr "HyperBrick2" #. Tag: entry -#: hardware.xml:589 +#: hardware.xml:587 #, no-c-format msgid "AlphaServer DS25" msgstr "AlphaServer DS25" #. Tag: entry -#: hardware.xml:590 +#: hardware.xml:588 #, no-c-format msgid "Granite" msgstr "Granite" #. Tag: entry -#: hardware.xml:593 +#: hardware.xml:591 #, no-c-format msgid "AlphaServer ES45" msgstr "AlphaServer ES45" #. Tag: entry -#: hardware.xml:594 +#: hardware.xml:592 #, no-c-format msgid "Privateer" msgstr "Privateer" # index.docbook:588, index.docbook:627, index.docbook:631 #. Tag: entry -#: hardware.xml:597 hardware.xml:636 hardware.xml:640 +#: hardware.xml:595 hardware.xml:634 hardware.xml:638 #, no-c-format msgid "UNKNOWN" msgstr "UNKNOWN" #. Tag: entry -#: hardware.xml:598 +#: hardware.xml:596 #, no-c-format msgid "Yukon" msgstr "Yukon" #. Tag: entry -#: hardware.xml:603 +#: hardware.xml:601 #, no-c-format msgid "TSUNAMI" msgstr "TSUNAMI" #. Tag: entry -#: hardware.xml:604 +#: hardware.xml:602 #, no-c-format msgid "AlphaServer DS10" msgstr "AlphaServer DS10" # index.docbook:596, index.docbook:644 #. Tag: entry -#: hardware.xml:605 hardware.xml:653 +#: hardware.xml:603 hardware.xml:651 #, no-c-format msgid "Webbrick" msgstr "Webbrick" #. Tag: entry -#: hardware.xml:608 +#: hardware.xml:606 #, no-c-format msgid "AlphaServer DS10L" msgstr "AlphaServer DS10L" #. Tag: entry -#: hardware.xml:609 +#: hardware.xml:607 #, no-c-format msgid "Slate" msgstr "Slate" #. Tag: entry -#: hardware.xml:612 +#: hardware.xml:610 #, no-c-format msgid "AlphaServer DS20" msgstr "AlphaServer DS20" #. Tag: entry -#: hardware.xml:613 +#: hardware.xml:611 #, no-c-format msgid "Catamaran/Goldrush" msgstr "Catamaran/Goldrush" #. Tag: entry -#: hardware.xml:616 +#: hardware.xml:614 #, no-c-format msgid "AlphaServer DS20E" msgstr "AlphaServer DS20E" #. Tag: entry -#: hardware.xml:617 +#: hardware.xml:615 #, no-c-format msgid "Goldrack" msgstr "Goldrack" #. Tag: entry -#: hardware.xml:620 +#: hardware.xml:618 #, no-c-format msgid "AlphaServer DS20L" msgstr "AlphaServer DS20L" #. Tag: entry -#: hardware.xml:621 +#: hardware.xml:619 #, no-c-format msgid "Shark" msgstr "Shark" #. Tag: entry -#: hardware.xml:624 +#: hardware.xml:622 #, no-c-format msgid "AlphaServer ES40" msgstr "AlphaServer ES40" #. Tag: entry -#: hardware.xml:625 +#: hardware.xml:623 #, no-c-format msgid "Clipper" msgstr "Clipper" # index.docbook:619, index.docbook:620 #. Tag: entry -#: hardware.xml:628 hardware.xml:629 +#: hardware.xml:626 hardware.xml:627 #, no-c-format msgid "DP264" msgstr "DP264" #. Tag: entry -#: hardware.xml:632 +#: hardware.xml:630 #, no-c-format msgid "SMARTengine 21264 PCI/ISA SBC" msgstr "SMARTengine 21264 PCI/ISA SBC" #. Tag: entry -#: hardware.xml:633 +#: hardware.xml:631 #, no-c-format msgid "Eiger" msgstr "Eiger" #. Tag: entry -#: hardware.xml:637 +#: hardware.xml:635 #, no-c-format msgid "Warhol" msgstr "Warhol" #. Tag: entry -#: hardware.xml:641 +#: hardware.xml:639 #, no-c-format msgid "Windjammer" msgstr "Windjammer" #. Tag: entry -#: hardware.xml:644 +#: hardware.xml:642 #, no-c-format msgid "UP2000" msgstr "UP2000" #. Tag: entry -#: hardware.xml:645 +#: hardware.xml:643 #, no-c-format msgid "Swordfish" msgstr "Swordfish" #. Tag: entry -#: hardware.xml:648 +#: hardware.xml:646 #, no-c-format msgid "XP1000" msgstr "XP1000" #. Tag: entry -#: hardware.xml:649 +#: hardware.xml:647 #, no-c-format msgid "Monet/Brisbane" msgstr "Monet/Brisbane" #. Tag: entry -#: hardware.xml:652 +#: hardware.xml:650 #, no-c-format msgid "XP900" msgstr "XP900" #. Tag: entry -#: hardware.xml:658 +#: hardware.xml:656 #, no-c-format msgid "WILDFIRE" msgstr "WILDFIRE" #. Tag: entry -#: hardware.xml:659 +#: hardware.xml:657 #, no-c-format msgid "AlphaServer GS160" msgstr "AlphaServer GS160" # index.docbook:651, index.docbook:655 #. Tag: entry -#: hardware.xml:660 hardware.xml:664 +#: hardware.xml:658 hardware.xml:662 #, no-c-format msgid "Wildfire" msgstr "Wildfire" #. Tag: entry -#: hardware.xml:663 +#: hardware.xml:661 #, no-c-format msgid "AlphaServer GS320" msgstr "AlphaServer GS320" # index.docbook:660, index.docbook:662 #. Tag: entry -#: hardware.xml:669 hardware.xml:671 +#: hardware.xml:667 hardware.xml:669 #, no-c-format msgid "XL" msgstr "XL" #. Tag: entry -#: hardware.xml:670 +#: hardware.xml:668 #, no-c-format msgid "XL-233...266" msgstr "XL-233...266" #. Tag: entry -#: hardware.xml:672 +#: hardware.xml:670 #, no-c-format msgid "xl" msgstr "xl" #. Tag: para -#: hardware.xml:677 +#: hardware.xml:675 #, no-c-format msgid "" "It is believed that Debian &releasename; supports installing on all alpha " @@ -1764,7 +1758,7 @@ msgstr "" "Titan 子体系之外,Debian &releasename; 支持安装到所有的 alpha 子体系上。" #. Tag: para -#: hardware.xml:694 +#: hardware.xml:692 #, no-c-format msgid "" "Each distinct ARM architecture requires its own kernel. Because of this the " @@ -1777,7 +1771,7 @@ msgstr "" " ARM CPU 使用。" #. Tag: para -#: hardware.xml:702 +#: hardware.xml:700 #, no-c-format msgid "" "Most ARM CPUs may be run in either endian mode (big or little). However, the " @@ -1789,19 +1783,19 @@ msgstr "" "ARM 系统。" #. Tag: para -#: hardware.xml:710 +#: hardware.xml:708 #, no-c-format msgid "The supported systems are:" msgstr "获得支持的系统有:" #. Tag: term -#: hardware.xml:717 +#: hardware.xml:715 #, no-c-format msgid "Netwinder" msgstr "Netwinder" #. Tag: para -#: hardware.xml:718 +#: hardware.xml:716 #, no-c-format msgid "" "This is actually the name for the group of machines based upon the StrongARM " @@ -1815,13 +1809,13 @@ msgstr "" "称为 EB110ATX)、EBSA 285 和 Compaq personal server (cps,也叫 skiff)。" #. Tag: term -#: hardware.xml:731 +#: hardware.xml:729 #, no-c-format msgid "NSLU2" msgstr "NSLU2" #. Tag: para -#: hardware.xml:732 +#: hardware.xml:730 #, no-c-format msgid "" "The Linksys NSLU2 (Network Storage Link for USB 2.0 Disk Drives) is a small " @@ -1834,13 +1828,13 @@ msgstr "" "硬盘连接。" #. Tag: term -#: hardware.xml:743 +#: hardware.xml:741 #, no-c-format msgid "RiscPC" msgstr "RiscPC" #. Tag: para -#: hardware.xml:744 +#: hardware.xml:742 #, no-c-format msgid "" "This machine is the oldest supported hardware: it was released in 1994. It " @@ -1859,7 +1853,7 @@ msgstr "" "允许最多安装 8 块扩展卡,其中的一些模块有 Linux 驱动程序。" #. Tag: para -#: hardware.xml:769 +#: hardware.xml:767 #, no-c-format msgid "" "The are two major support &architecture; flavors: PA-" @@ -1875,7 +1869,7 @@ msgstr "" "的 userland。" #. Tag: para -#: hardware.xml:788 +#: hardware.xml:786 #, no-c-format msgid "" "Complete information concerning supported peripherals can be found at CPU" msgstr "CPU" #. Tag: para -#: hardware.xml:797 +#: hardware.xml:795 #, no-c-format msgid "" "Nearly all x86-based processors are supported; this includes AMD and VIA " @@ -1906,13 +1900,13 @@ msgstr "" "286 或更早的处理器上。" #. Tag: title -#: hardware.xml:807 +#: hardware.xml:805 #, no-c-format msgid "I/O Bus" msgstr "I/O 总线" #. Tag: para -#: hardware.xml:808 +#: hardware.xml:806 #, no-c-format msgid "" "The system bus is the part of the motherboard which allows the CPU to " @@ -1925,7 +1919,7 @@ msgstr "" "线 (VLB, 有时称为 VL 总线)。" #. Tag: para -#: hardware.xml:831 +#: hardware.xml:829 #, no-c-format msgid "" "Complete information concerning supported M68000 based " @@ -1937,7 +1931,7 @@ msgstr "" "url=\"&url-m68k-faq;\">Linux/m68k FAQ。本节只是基本概况。" #. Tag: para -#: hardware.xml:838 +#: hardware.xml:836 #, no-c-format msgid "" "The &architecture; port of Linux runs on any 680x0 with a PMMU (Paged Memory " @@ -1953,7 +1947,7 @@ msgstr "" "了解更多信息。" #. Tag: para -#: hardware.xml:846 +#: hardware.xml:844 #, no-c-format msgid "" "There are four major supported &architecture; flavors: " @@ -1966,10 +1960,17 @@ msgid "" "recent addition to the list of machines supported by Debian. Ports to other " "&architecture; architectures, such as the Sun3 architecture and NeXT black " "box, are underway but not yet supported by Debian." -msgstr "一共有四个主要的 &architecture; 变种获得支持:Amiga、Atari、Macintosh 和 VME 机器。Amiga 与 Atari 是首批移植 Linux 的两个系统;并且,它们也是被 Debian 移植得最好的两个。Debian 与 Linux 内核对 Macintosh 系列的支持都是不完整的,请参考 Linux m68k for Macintosh 以了解项目的状态和支持的硬件。BVM 和 Motorola VMEbus 单板电脑最近才加入 Debian 支持行列。移植到其它的 &architecture; 体系的工作,比如 Sun3 体系与 NeXT black box,还在进行中,且没有被 Debian 支持。" +msgstr "" +"一共有四个主要的 &architecture; 变种获得支持:Amiga、" +"Atari、Macintosh 和 VME 机器。Amiga 与 Atari 是首批移植 Linux 的两个系统;并" +"且,它们也是被 Debian 移植得最好的两个。Debian 与 Linux 内核对 Macintosh 系列" +"的支持都是不完整的,请参考 Linux m68k for " +"Macintosh 以了解项目的状态和支持的硬件。BVM 和 Motorola VMEbus 单板电" +"脑最近才加入 Debian 支持行列。移植到其它的 &architecture; 体系的工作,比如 " +"Sun3 体系与 NeXT black box,还在进行中,且没有被 Debian 支持。" #. Tag: para -#: hardware.xml:873 +#: hardware.xml:871 #, no-c-format msgid "" "Debian on &arch-title; supports the following platforms: " @@ -2002,7 +2003,7 @@ msgstr "" "listname; 邮件列表。" #. Tag: para -#: hardware.xml:914 +#: hardware.xml:912 #, no-c-format msgid "" "On SGI IP22, SGI Indy, Indigo 2 and Challenge S with R4000, R4400, R4600 and " @@ -2020,7 +2021,7 @@ msgstr "" "在 SMP 模式下获得支持。" #. Tag: para -#: hardware.xml:924 +#: hardware.xml:922 #, no-c-format msgid "" "Some MIPS machines can be operated in both big and little endian mode. For " @@ -2031,7 +2032,7 @@ msgstr "" "endian MIPS,请阅读 mipsel 体系的相关文档。" #. Tag: para -#: hardware.xml:941 +#: hardware.xml:939 #, no-c-format msgid "" "Debian on &arch-title; supports the following platforms: " @@ -2063,13 +2064,13 @@ msgstr "" "\"&url-list-subscribe;\"> debian-&arch-listname; 邮件列表。" #. Tag: title -#: hardware.xml:981 +#: hardware.xml:979 #, no-c-format msgid "CPU/Machine types" msgstr "CPU/机器类型" #. Tag: para -#: hardware.xml:983 +#: hardware.xml:981 #, no-c-format msgid "" "Currently only DECstations with R3000 and R4000/R4400 CPUs are supported by " @@ -2080,120 +2081,120 @@ msgstr "" "DECstation。Debian 安装系统可以在下列机器上工作:" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "System Type" msgstr "系统类型" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "CPU" msgstr "CPU" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "Code-name" msgstr "代号(Code-name)" #. Tag: entry -#: hardware.xml:996 +#: hardware.xml:994 #, no-c-format msgid "Debian subarchitecture" msgstr "Debian 子系统" #. Tag: entry -#: hardware.xml:1002 +#: hardware.xml:1000 #, no-c-format msgid "DECstation 5000/1xx" msgstr "DECstation 5000/1xx" # index.docbook:995, index.docbook:1005, index.docbook:1010, index.docbook:1020 #. Tag: entry -#: hardware.xml:1003 hardware.xml:1013 hardware.xml:1018 hardware.xml:1028 +#: hardware.xml:1001 hardware.xml:1011 hardware.xml:1016 hardware.xml:1026 #, no-c-format msgid "R3000" msgstr "R3000" # index.docbook:996, index.docbook:1001 #. Tag: entry -#: hardware.xml:1004 hardware.xml:1009 +#: hardware.xml:1002 hardware.xml:1007 #, no-c-format msgid "3MIN" msgstr "3MIN" #. Tag: entry -#: hardware.xml:1007 +#: hardware.xml:1005 #, no-c-format msgid "DECstation 5000/150" msgstr "DECstation 5000/150" # index.docbook:1000, index.docbook:1025 #. Tag: entry -#: hardware.xml:1008 hardware.xml:1033 +#: hardware.xml:1006 hardware.xml:1031 #, no-c-format msgid "R4000" msgstr "R4000" #. Tag: entry -#: hardware.xml:1012 +#: hardware.xml:1010 #, no-c-format msgid "DECstation 5000/200" msgstr "DECstation 5000/200" #. Tag: entry -#: hardware.xml:1014 +#: hardware.xml:1012 #, no-c-format msgid "3MAX" msgstr "3MAX" #. Tag: entry -#: hardware.xml:1017 +#: hardware.xml:1015 #, no-c-format msgid "DECstation 5000/240" msgstr "DECstation 5000/240" # index.docbook:1011, index.docbook:1016 #. Tag: entry -#: hardware.xml:1019 hardware.xml:1024 +#: hardware.xml:1017 hardware.xml:1022 #, no-c-format msgid "3MAX+" msgstr "3MAX+" #. Tag: entry -#: hardware.xml:1022 +#: hardware.xml:1020 #, no-c-format msgid "DECstation 5000/260" msgstr "DECstation 5000/260" #. Tag: entry -#: hardware.xml:1023 +#: hardware.xml:1021 #, no-c-format msgid "R4400" msgstr "R4400" #. Tag: entry -#: hardware.xml:1027 +#: hardware.xml:1025 #, no-c-format msgid "Personal DECstation 5000/xx" msgstr "Personal DECstation 5000/xx" # index.docbook:1021, index.docbook:1026 #. Tag: entry -#: hardware.xml:1029 hardware.xml:1034 +#: hardware.xml:1027 hardware.xml:1032 #, no-c-format msgid "Maxine" msgstr "Maxine" #. Tag: entry -#: hardware.xml:1032 +#: hardware.xml:1030 #, no-c-format msgid "Personal DECstation 5000/50" msgstr "Personal DECstation 5000/50" #. Tag: para -#: hardware.xml:1039 +#: hardware.xml:1037 #, no-c-format msgid "" "All Cobalt machines are supported. In the past, only machines with a serial " @@ -2204,7 +2205,7 @@ msgstr "" "Qube 2700,即 Qube1 之外的机器)。但现在可以通过 SSH 进行安装。" #. Tag: para -#: hardware.xml:1046 +#: hardware.xml:1044 #, no-c-format msgid "" "The Broadcom BCM91250A evaluation board comes with an SB1 1250 chip with two " @@ -2217,13 +2218,13 @@ msgstr "" "模式获得支持。" #. Tag: title -#: hardware.xml:1056 +#: hardware.xml:1054 #, no-c-format msgid "Supported console options" msgstr "支持的控制台选项" #. Tag: para -#: hardware.xml:1057 +#: hardware.xml:1055 #, no-c-format msgid "" "A serial console is available on all supported DECstations (9600 bps, 8N1). " @@ -2234,10 +2235,16 @@ msgid "" "0 for the Personal DECstations). On 3MIN and 3MAX+ " "(DECstation 5000/1xx, 5000/240 and 5000/260) a local console is available " "with the PMAG-BA and the PMAGB-B graphics options." -msgstr "串行控制台可在所有支持的 DECstations (9600 bps, 8N1)上使用。为了使用串行控制台,您必须在启动安装程序映象时加上 console=ttySx 内核参数(x 是终端连接的串口号 — 通常为 2,但 Personal DECstations 是 0)。在 3MIN 和 3MAX+ (DECstation 5000/1xx, 5000/240 和 5000/260) 上,本地控制台可使用 PMAG-BA 和 PMAGB-B 图形选项。" +msgstr "" +"串行控制台可在所有支持的 DECstations (9600 bps, 8N1)上使用。为了使用串行控制" +"台,您必须在启动安装程序映象时加上 console=ttySx 内核参数(x 是" +"终端连接的串口号 — 通常为 2,但 Personal " +"DECstations 是 0)。在 3MIN 和 3MAX+ (DECstation 5000/1xx, " +"5000/240 和 5000/260) 上,本地控制台可使用 PMAG-BA 和 PMAGB-B 图形选项。" #. Tag: para -#: hardware.xml:1068 +#: hardware.xml:1066 #, no-c-format msgid "" "If you have a Linux system to use as serial terminal, an easy way is to run " @@ -2259,27 +2266,27 @@ msgstr "" "口号,-s (speed) 是设置连接速度(9600 波特率)。" #. Tag: para -#: hardware.xml:1086 +#: hardware.xml:1084 #, no-c-format msgid "Both Cobalt and Broadcom BCM91250A/BCM91480B use 115200 bps." msgstr "Cobalt 和 Broadcom BCM91250A/BCM91480B 都使用 115200 bps。" #. Tag: para -#: hardware.xml:1100 -#, no-c-format +#: hardware.xml:1098 +#, fuzzy, no-c-format msgid "" "There are four major supported &architecture; " -"subarchitectures: PMac (Power-Macintosh), PReP, APUS (Amiga Power-UP " -"System), and CHRP machines. Each subarchitecture has its own boot methods. " -"In addition, there are four different kernel flavours, supporting different " -"CPU variants." +"subarchitectures: PMac (Power-Macintosh or PowerMac), PReP, APUS (Amiga " +"Power-UP System), and CHRP machines. Each subarchitecture has its own boot " +"methods. In addition, there are four different kernel flavours, supporting " +"different CPU variants." msgstr "" "有四个主要支持的 &architecture; 子体系:PMac (Power-" "Macintosh),PReP,APUS (Amiga Power-UP System) 和 CHRP 机器。每种子体系都有各" "自的启动方式。并且,还有四种不同的内核变种,以支持不同的 CPU。" #. Tag: para -#: hardware.xml:1108 +#: hardware.xml:1106 #, no-c-format msgid "" "Ports to other &architecture; architectures, such as " @@ -2290,13 +2297,13 @@ msgstr "" "MBX 体系,仍在进行中,还不为 Debian 支持。将来我们也许会有 64 位的移植。" #. Tag: title -#: hardware.xml:1116 +#: hardware.xml:1114 #, no-c-format msgid "Kernel Flavours" msgstr "内核变种" #. Tag: para -#: hardware.xml:1118 +#: hardware.xml:1116 #, no-c-format msgid "" "There are four flavours of the powerpc kernel in Debian, based on the CPU " @@ -2304,30 +2311,36 @@ msgid "" msgstr "在 Debian 中有四种基于 CPU 类型的 powerpc 内核:" #. Tag: term -#: hardware.xml:1125 +#: hardware.xml:1123 #, no-c-format msgid "powerpc" msgstr "powerpc" #. Tag: para -#: hardware.xml:1126 -#, no-c-format +#: hardware.xml:1124 +#, fuzzy, no-c-format msgid "" "Most systems use this kernel flavour, which supports the PowerPC 601, 603, " -"604, 740, 750, and 7400 processors. All Apple Power Macintosh systems up to " -"and including the G4 use one of these processors." +"604, 740, 750, and 7400 processors. All Apple PowerMac machines up to and " +"including the one marketed as G4 use one of these processors." msgstr "" "绝大多数系统使用这种内核,它支持 PowerPC 601、603、604、740、750 与 7400 处理" "器。所有 Apple Power Macintosh 以后的系统包括 G4 都使用这其中的处理器。" #. Tag: term -#: hardware.xml:1136 -#, no-c-format -msgid "power3" -msgstr "power3" +#: hardware.xml:1134 +#, fuzzy, no-c-format +msgid "power64" +msgstr "power4" + +#. Tag: para +#: hardware.xml:1135 +#, fuzzy, no-c-format +msgid "The power64 kernel flavour supports the following CPUs:" +msgstr "这种内核支持 Amiga Power-UP 系统。" #. Tag: para -#: hardware.xml:1137 +#: hardware.xml:1139 #, no-c-format msgid "" "The POWER3 processor is used in older IBM 64-bit server systems: known " @@ -2338,14 +2351,8 @@ msgstr "" "POWER Model 265、pSeries 610 与 640,以及 RS/6000 7044-170、7043-260 和 7044-" "270。" -#. Tag: term -#: hardware.xml:1147 -#, no-c-format -msgid "power4" -msgstr "power4" - #. Tag: para -#: hardware.xml:1148 +#: hardware.xml:1145 #, no-c-format msgid "" "The POWER4 processor is used in more recent IBM 64-bit server systems: known " @@ -2355,102 +2362,80 @@ msgstr "" "630、650、655、670 和 690。" #. Tag: para -#: hardware.xml:1153 -#, no-c-format +#: hardware.xml:1150 +#, fuzzy, no-c-format msgid "" -"The Apple G5 is also based on the POWER4 architecture, and uses this kernel " -"flavour." +"Systems using the Apple G5 (PPC970FX processor) are also based on the POWER4 " +"architecture, and use this kernel flavour." msgstr "Apple G5 是基于 POWER4 体系,也是使用这种内核。" #. Tag: term -#: hardware.xml:1162 +#: hardware.xml:1159 +#, fuzzy, no-c-format +msgid "prep" +msgstr "powerpc" + +#. Tag: para +#: hardware.xml:1160 +#, fuzzy, no-c-format +msgid "This kernel flavour supports the PReP subarchitecture." +msgstr "这种内核支持 Amiga Power-UP 系统。" + +#. Tag: term +#: hardware.xml:1168 #, no-c-format msgid "apus" msgstr "apus" #. Tag: para -#: hardware.xml:1163 -#, no-c-format -msgid "This kernel flavour supports the Amiga Power-UP System." +#: hardware.xml:1169 +#, fuzzy, no-c-format +msgid "" +"This kernel flavour supports the Amiga Power-UP System, though it is " +"currently disabled." msgstr "这种内核支持 Amiga Power-UP 系统。" #. Tag: title -#: hardware.xml:1175 +#: hardware.xml:1182 #, no-c-format msgid "Power Macintosh (pmac) subarchitecture" msgstr "Power Macintosh (pmac) 子体系" #. Tag: para -#: hardware.xml:1177 -#, no-c-format +#: hardware.xml:1184 +#, fuzzy, no-c-format msgid "" "Apple (and briefly a few other manufacturers — Power Computing, for " -"example) makes a series of Macintosh computers based on the PowerPC " +"example) made a series of Macintosh computers based on the PowerPC " "processor. For purposes of architecture support, they are categorized as " -"NuBus, OldWorld PCI, and NewWorld." +"NuBus (not supported by Debian), OldWorld, and NewWorld." msgstr "" "Apple (以及其它一些制造商 — 比如 Power Computing) 生产了一系列基于 " "PowerPC 处理器 的 Macintosh 计算机。为体系支持的目的,它们被划分为 NuBus、" "OldWorld PCI 和 NewWorld。" -#. Tag: para -#: hardware.xml:1184 -#, no-c-format -msgid "" -"Macintosh computers using the 680x0 series of processors are not in the " -"PowerPC family but are instead m68k machines. Those models start with " -"Mac II or have a 3-digit model number such as Centris 650 or " -"Quadra 950. Apple's pre-iMac PowerPC model numbers have four digits." -msgstr "" -"使用 680x0 系列的 Macintosh 计算机不属于 PowerPC 家族,而是 m68k 机器。这些机" -"器的型号以 Mac II 开头或是使用 3 位数字的型号,如 Centris 650 " -"或 Quadra 950。Apple iMac PowerPC 之前的机型是 4 位数字。" - #. Tag: para #: hardware.xml:1191 -#, no-c-format -msgid "" -"NuBus systems are not currently supported by debian/powerpc. The monolithic " -"Linux/PPC kernel architecture does not have support for these machines; " -"instead, one must use the MkLinux Mach microkernel, which Debian does not " -"yet support. These include the following: " -"Power Macintosh 6100, 7100, 8100 " -"Performa 5200, 6200, 6300 Powerbook " -"1400, 2300, and 5300 Workgroup Server " -"6150, 8150, 9150 A linux kernel for these " -"machines and limited support is available at " -msgstr "" -"NuBus 系统现在还不被 debian/powerpc 支持。单内核的 Linux/PPC 内核体系不支持这" -"些机器; 而必须使用 MkLinux Mach 微内核,而这未被 Debian 支持。它们包括: " -" Power Macintosh 6100, 7100, 8100 Performa 5200, 6200, 6300 " -" Powerbook 1400, 2300 和 5300 " -" Workgroup Server 6150, 8150, 9150 对这些机器提供有限支持的 linux 内核位于 " - -#. Tag: para -#: hardware.xml:1224 -#, no-c-format +#, fuzzy, no-c-format msgid "" "OldWorld systems are most Power Macintoshes with a floppy drive and a PCI " "bus. Most 603, 603e, 604, and 604e based Power Macintoshes are OldWorld " -"machines. The beige colored G3 systems are also OldWorld." +"machines. Those pre-iMac PowerPC models from Apple use a four digit naming " +"scheme, except for the beige colored G3 systems, which are also OldWorld." msgstr "" "OldWorld 系统为大多数带软驱和 PCI 总线的 Power Macintosh。大多数基于 603、" "603e、604 和 604e 的 Power Macintosh 是 OldWorld 机器。米色的 G3 系统也是 " "OldWorld 的。" #. Tag: para -#: hardware.xml:1230 -#, no-c-format +#: hardware.xml:1199 +#, fuzzy, no-c-format msgid "" "The so called NewWorld PowerMacs are any PowerMacs in translucent colored " -"plastic cases. That includes all iMacs, iBooks, G4 systems, blue colored G3 " -"systems, and most PowerBooks manufactured in and after 1999. The NewWorld " -"PowerMacs are also known for using the ROM in RAM system for " -"MacOS, and were manufactured from mid-1998 onwards." +"plastic cases and later models. That includes all iMacs, iBooks, G4 systems, " +"blue colored G3 systems, and most PowerBooks manufactured in and after 1999. " +"The NewWorld PowerMacs are also known for using the ROM in RAM system for MacOS, and were manufactured from mid-1998 onwards." msgstr "" "被称做 NewWorld PowerMacs 是那些有半透明塑料外壳的机器。包括所有的 iBook、G4 " "系统、蓝色的 G3 系统、和大多数 1999 年及以后生产的 PowerBook。NewWorld " @@ -2458,7 +2443,7 @@ msgstr "" "统。" #. Tag: para -#: hardware.xml:1238 +#: hardware.xml:1207 #, no-c-format msgid "" "Specifications for Apple hardware are available at APS" msgstr "APS" #. Tag: entry -#: hardware.xml:1364 +#: hardware.xml:1333 #, no-c-format msgid "APS Tech M*Power 604e/2000" msgstr "APS Tech M*Power 604e/2000" # index.docbook:1355, index.docbook:1381 #. Tag: entry -#: hardware.xml:1369 hardware.xml:1395 +#: hardware.xml:1338 hardware.xml:1364 #, no-c-format msgid "Motorola" msgstr "Motorola" #. Tag: entry -#: hardware.xml:1370 +#: hardware.xml:1339 #, no-c-format msgid "Starmax 3000, 4000, 5000, 5500" msgstr "Starmax 3000, 4000, 5000, 5500" #. Tag: title -#: hardware.xml:1379 +#: hardware.xml:1348 #, no-c-format msgid "PReP subarchitecture" msgstr "PReP 子体系" #. Tag: entry -#: hardware.xml:1396 +#: hardware.xml:1365 #, no-c-format msgid "Firepower, PowerStack Series E, PowerStack II" msgstr "Firepower, PowerStack Series E, PowerStack II" #. Tag: entry -#: hardware.xml:1398 +#: hardware.xml:1367 #, no-c-format msgid "MPC 7xx, 8xx" msgstr "MPC 7xx, 8xx" #. Tag: entry -#: hardware.xml:1400 +#: hardware.xml:1369 #, no-c-format msgid "MTX, MTX+" msgstr "MTX, MTX+" #. Tag: entry -#: hardware.xml:1402 +#: hardware.xml:1371 #, no-c-format msgid "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" msgstr "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" #. Tag: entry -#: hardware.xml:1404 +#: hardware.xml:1373 #, no-c-format msgid "MCP(N)750" msgstr "MCP(N)750" # index.docbook:1394, index.docbook:1425 #. Tag: entry -#: hardware.xml:1408 hardware.xml:1439 +#: hardware.xml:1377 hardware.xml:1408 #, no-c-format msgid "IBM RS/6000" msgstr "IBM RS/6000" #. Tag: entry -#: hardware.xml:1409 +#: hardware.xml:1378 #, no-c-format msgid "40P, 43P" msgstr "40P, 43P" #. Tag: entry -#: hardware.xml:1411 +#: hardware.xml:1380 #, no-c-format msgid "Power 830/850/860 (6070, 6050)" msgstr "Power 830/850/860 (6070, 6050)" #. Tag: entry -#: hardware.xml:1413 +#: hardware.xml:1382 #, no-c-format msgid "6030, 7025, 7043" msgstr "6030, 7025, 7043" #. Tag: entry -#: hardware.xml:1415 +#: hardware.xml:1384 #, no-c-format msgid "p640" msgstr "p640" #. Tag: title -#: hardware.xml:1423 +#: hardware.xml:1392 #, no-c-format msgid "CHRP subarchitecture" msgstr "CHRP 子体系" #. Tag: entry -#: hardware.xml:1440 +#: hardware.xml:1409 #, no-c-format msgid "B50, 43P-150, 44P" msgstr "B50, 43P-150, 44P" #. Tag: entry -#: hardware.xml:1443 +#: hardware.xml:1412 #, no-c-format msgid "Genesi" msgstr "Genesi" #. Tag: entry -#: hardware.xml:1444 +#: hardware.xml:1413 #, no-c-format msgid "Pegasos I, Pegasos II" msgstr "Pegasos I, Pegasos II" #. Tag: title -#: hardware.xml:1452 +#: hardware.xml:1421 #, no-c-format msgid "APUS subarchitecture" msgstr "APUS 子体系" #. Tag: entry -#: hardware.xml:1468 +#: hardware.xml:1437 #, no-c-format msgid "Amiga Power-UP Systems (APUS)" msgstr "Amiga Power-UP Systems (APUS)" #. Tag: entry -#: hardware.xml:1469 +#: hardware.xml:1438 #, no-c-format msgid "A1200, A3000, A4000" msgstr "A1200, A3000, A4000" #. Tag: title -#: hardware.xml:1482 +#: hardware.xml:1446 +#, no-c-format +msgid "Nubus PowerMac subarchitecture (unsupported)" +msgstr "" + +#. Tag: para +#: hardware.xml:1448 +#, fuzzy, no-c-format +msgid "" +"NuBus systems are not currently supported by Debian/powerpc. The monolithic " +"Linux/PPC kernel architecture does not have support for these machines; " +"instead, one must use the MkLinux Mach microkernel, which Debian does not " +"yet support. These include the following: " +"Power Macintosh 6100, 7100, 8100 " +"Performa 5200, 6200, 6300 Powerbook " +"1400, 2300, and 5300 Workgroup Server " +"6150, 8150, 9150 A linux kernel for these " +"machines and limited support is available at ." +msgstr "" +"NuBus 系统现在还不被 debian/powerpc 支持。单内核的 Linux/PPC 内核体系不支持这" +"些机器; 而必须使用 MkLinux Mach 微内核,而这未被 Debian 支持。它们包括: " +" Power Macintosh 6100, 7100, 8100 Performa 5200, 6200, 6300 " +" Powerbook 1400, 2300 和 5300 " +" Workgroup Server 6150, 8150, 9150 对这些机器提供有限支持的 linux 内核位于 " + +#. Tag: title +#: hardware.xml:1485 +#, fuzzy, no-c-format +msgid "Non-PowerPC Macs" +msgstr "PowerMac" + +#. Tag: para +#: hardware.xml:1487 +#, no-c-format +msgid "" +"Macintosh computers using the 680x0 series of processors are not in the PowerPC family but are instead m68k machines. Those models " +"start with Mac II series, go on to the LC " +"family, then the Centris series, and culminate in the Quadras and Performas. " +"These models usually have a Roman numeral or 3-digit model number such as " +"Mac IIcx, LCIII or Quadra 950. This model range started with " +"the Mac II (Mac II, IIx, IIcx, IIci, IIsi, IIvi, IIvx, IIfx), then the LC " +"(LC, LCII, III, III+, 475, 520, 550, 575, 580, 630), then the Mac TV, then " +"the Centris (610, 650, 660AV), the Quadra (605, 610, 630, 650, 660AV, 700, " +"800, 840AV, 900, 950), and finally the Performa 200-640CD. In " +"laptops, it started with the Mac Portable, then the PowerBook 100-190cs and " +"the PowerBook Duo 210-550c (excluding PowerBook 500 which is Nubus, please " +"see the section above)." +msgstr "" + +#. Tag: title +#: hardware.xml:1520 #, no-c-format msgid "S/390 and zSeries machine types" msgstr "S/390 与 zSeries 机器类型" #. Tag: para -#: hardware.xml:1483 +#: hardware.xml:1521 #, no-c-format msgid "" "Complete information regarding supported S/390 and zSeries machines can be " @@ -2875,7 +2915,7 @@ msgstr "" "拟来支持,因此会降低性能。" #. Tag: para -#: hardware.xml:1506 +#: hardware.xml:1544 #, no-c-format msgid "" "Currently the &architecture; port supports several " @@ -2903,13 +2943,13 @@ msgstr "" "息。" #. Tag: title -#: hardware.xml:1526 +#: hardware.xml:1564 #, no-c-format msgid "Memory Configuration" msgstr "内存配置" #. Tag: para -#: hardware.xml:1527 +#: hardware.xml:1565 #, no-c-format msgid "" "Some older Sun workstations, notably the Sun IPX and Sun IPC have memory " @@ -2925,7 +2965,7 @@ msgstr "" "Exception。" #. Tag: para -#: hardware.xml:1536 +#: hardware.xml:1574 #, no-c-format msgid "" "Thus you must configure the memory so that the lowest memory block is " @@ -2939,7 +2979,7 @@ msgstr "" "槽,用来储存内核与 RAMdisk。因此,4Mb 就够用了。" #. Tag: para -#: hardware.xml:1544 +#: hardware.xml:1582 #, no-c-format msgid "" "Example: In a Sun IPX you have a 16Mb SIMM and a 4Mb SIMM. There are four " @@ -2952,13 +2992,13 @@ msgstr "" "上;然后按推荐方法 将 4Mb SIMM 插在插槽 2 上。" #. Tag: title -#: hardware.xml:1555 +#: hardware.xml:1593 #, no-c-format msgid "Graphics Configuration" msgstr "图形配置" #. Tag: para -#: hardware.xml:1556 +#: hardware.xml:1594 #, no-c-format msgid "" "Especially in the case of older Sun workstations, it is very common for " @@ -2972,7 +3012,7 @@ msgstr "" "这不会造成任何问题,因为它们都会被初始化。" #. Tag: para -#: hardware.xml:1565 +#: hardware.xml:1603 #, no-c-format msgid "" "However with Linux this can cause a problem, in that the boot PROM monitor " @@ -2986,7 +3026,7 @@ msgstr "" "emphasis>在屏幕上留下任何错误信息,表面上机器仍然加载 RAMdisk。" #. Tag: para -#: hardware.xml:1573 +#: hardware.xml:1611 #, no-c-format msgid "" "To avoid this problem, connect the monitor (if required) to the video card " @@ -2997,13 +3037,13 @@ msgstr "" "上计数低于外接槽)。另外一个方法是使用串行控制台。" #. Tag: title -#: hardware.xml:1585 +#: hardware.xml:1623 #, no-c-format msgid "Graphics Card" msgstr "图形卡" #. Tag: para -#: hardware.xml:1587 +#: hardware.xml:1625 #, no-c-format msgid "" "You should be using a VGA-compatible display interface for the console " @@ -3017,7 +3057,7 @@ msgstr "" "的安装过程中并不会使用 X11 图形界面。" #. Tag: para -#: hardware.xml:1595 +#: hardware.xml:1633 #, no-c-format msgid "" "Debian's support for graphical interfaces is determined by the underlying " @@ -3031,7 +3071,7 @@ msgstr "" "。Debian &release; 包含 X.Org &x11ver; 版。" #. Tag: para -#: hardware.xml:1604 +#: hardware.xml:1642 #, no-c-format msgid "" "The X.Org X11 window system is only supported on the SGI Indy and the O2. " @@ -3046,7 +3086,7 @@ msgstr "" "hardware;\">兼容列表。" #. Tag: para -#: hardware.xml:1613 +#: hardware.xml:1651 #, no-c-format msgid "" "The X.Org X11 window system is supported on some DECstation models. The " @@ -3061,13 +3101,13 @@ msgstr "" "hardware;\">兼容列表。" #. Tag: title -#: hardware.xml:1625 +#: hardware.xml:1663 #, no-c-format msgid "Laptops" msgstr "便携机" #. Tag: para -#: hardware.xml:1626 +#: hardware.xml:1664 #, no-c-format msgid "" "Laptops are also supported. Laptops are often specialized or contain " @@ -3080,13 +3120,13 @@ msgstr "" # index.docbook:1624, index.docbook:1649, index.docbook:1672 #. Tag: title -#: hardware.xml:1638 hardware.xml:1663 hardware.xml:1686 +#: hardware.xml:1676 hardware.xml:1701 hardware.xml:1724 #, no-c-format msgid "Multiple Processors" msgstr "多处理器" #. Tag: para -#: hardware.xml:1640 +#: hardware.xml:1678 #, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3094,10 +3134,14 @@ msgid "" "standard Debian &release; kernel image was compiled with SMP support. This " "should not prevent installation, since the SMP kernel should boot on non-SMP " "systems; the kernel will simply cause a bit more overhead." -msgstr "多处理器支持 — 又称symmetric multi-processing或 SMP — 在本体系架构下可以使用。标准的 Debian &release; 内核在编译时已经加入了 SMP 功能。因为 SMP 的内核也能在非 SMP 的系统下启动,只不过多些系统开销,所以这并不会影响安装。" +msgstr "" +"多处理器支持 — 又称symmetric multi-processing或 SMP " +"— 在本体系架构下可以使用。标准的 Debian &release; 内核在编译时已经加入" +"了 SMP 功能。因为 SMP 的内核也能在非 SMP 的系统下启动,只不过多些系统开销,所" +"以这并不会影响安装。" #. Tag: para -#: hardware.xml:1648 +#: hardware.xml:1686 #, no-c-format msgid "" "In order to optimize the kernel for single CPU systems, you'll have to " @@ -3113,7 +3157,7 @@ msgstr "" "选择 &smp-config-option;。" #. Tag: para -#: hardware.xml:1664 +#: hardware.xml:1702 #, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3121,10 +3165,14 @@ msgid "" "However, the standard Debian &release; kernel image does not support SMP. " "This should not prevent installation, since the standard, non-SMP kernel " "should boot on SMP systems; the kernel will simply use the first CPU." -msgstr "多处理器支持 — 又称symmetric multi-processing或 SMP — 在本体系架构下可以使用。但是,标准的 Debian &release; 内核并不支持 SMP。这不会影响安装,因为非 SMP 的内核也能在 SMP 的系统下启动,只不过内核只使用第一个 CPU。" +msgstr "" +"多处理器支持 — 又称symmetric multi-processing或 SMP " +"— 在本体系架构下可以使用。但是,标准的 Debian &release; 内核并不支持 " +"SMP。这不会影响安装,因为非 SMP 的内核也能在 SMP 的系统下启动,只不过内核只使" +"用第一个 CPU。" #. Tag: para -#: hardware.xml:1673 +#: hardware.xml:1711 #, no-c-format msgid "" "In order to take advantage of multiple processors, you'll have to replace " @@ -3140,7 +3188,7 @@ msgstr "" "config-option;。" #. Tag: para -#: hardware.xml:1687 +#: hardware.xml:1725 #, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3149,10 +3197,14 @@ msgid "" "media, this SMP-capable kernel may or may not be installed by default. This " "should not prevent installation, since the standard, non-SMP kernel should " "boot on SMP systems; the kernel will simply use the first CPU." -msgstr "多处理器支持 — 又称symmetric multi-processing或 SMP — 在本体系架构下可以使用,并且有一个预编译的 Debian 内核映象已经开启这项功能。支持 SMP 的内核默认是否被安装,取决于您的安装介质。这并不会影响安装,因为非 SMP 的内核也能在 SMP 的系统下启动,只不过内核只使用第一个 CPU。" +msgstr "" +"多处理器支持 — 又称symmetric multi-processing或 SMP " +"— 在本体系架构下可以使用,并且有一个预编译的 Debian 内核映象已经开启这" +"项功能。支持 SMP 的内核默认是否被安装,取决于您的安装介质。这并不会影响安装," +"因为非 SMP 的内核也能在 SMP 的系统下启动,只不过内核只使用第一个 CPU。" #. Tag: para -#: hardware.xml:1697 +#: hardware.xml:1735 #, no-c-format msgid "" "In order to take advantage of multiple processors, you should check to see " @@ -3170,13 +3222,13 @@ msgstr "" "&smp-config-option;。" #. Tag: title -#: hardware.xml:1718 +#: hardware.xml:1756 #, no-c-format msgid "Installation Media" msgstr "安装介质" #. Tag: para -#: hardware.xml:1720 +#: hardware.xml:1758 #, no-c-format msgid "" "This section will help you determine which different media types you can use " @@ -3192,13 +3244,13 @@ msgstr "" "要返回来参考本页。" #. Tag: title -#: hardware.xml:1731 +#: hardware.xml:1769 #, no-c-format msgid "Floppies" msgstr "软盘" #. Tag: para -#: hardware.xml:1732 +#: hardware.xml:1770 #, no-c-format msgid "" "In some cases, you'll have to do your first boot from floppy disks. " @@ -3209,19 +3261,19 @@ msgstr "" "(1440kB)软驱。" #. Tag: para -#: hardware.xml:1738 +#: hardware.xml:1776 #, no-c-format msgid "For CHRP, floppy support is currently broken." msgstr "用于 CHRP 的软盘支持已经被停止。" #. Tag: title -#: hardware.xml:1745 +#: hardware.xml:1783 #, no-c-format msgid "CD-ROM/DVD-ROM" msgstr "CD-ROM/DVD-ROM" #. Tag: para -#: hardware.xml:1747 +#: hardware.xml:1785 #, no-c-format msgid "" "Whenever you see CD-ROM in this manual, it applies to both CD-" @@ -3234,7 +3286,7 @@ msgstr "" "IDE/ATAPI 的老式的非标准 CD-ROM 驱动器。" #. Tag: para -#: hardware.xml:1754 +#: hardware.xml:1792 #, no-c-format msgid "" "CD-ROM based installation is supported for some architectures. On machines " @@ -3252,7 +3304,7 @@ msgstr "" "installer\"/>。" #. Tag: para -#: hardware.xml:1766 +#: hardware.xml:1804 #, no-c-format msgid "" "Both SCSI and IDE/ATAPI CD-ROMs are supported. In addition, all non-standard " @@ -3270,7 +3322,7 @@ msgstr "" "用 CD-ROM 详尽的信息。" #. Tag: para -#: hardware.xml:1776 +#: hardware.xml:1814 #, no-c-format msgid "" "USB CD-ROM drives are also supported, as are FireWire devices that are " @@ -3280,7 +3332,7 @@ msgstr "" "获得支持。" #. Tag: para -#: hardware.xml:1781 +#: hardware.xml:1819 #, no-c-format msgid "" "Both SCSI and IDE/ATAPI CD-ROMs are supported on &arch-title;, as long as " @@ -3296,7 +3348,7 @@ msgstr "" "制台支持,请参阅 SRM HOWTO。" #. Tag: para -#: hardware.xml:1790 +#: hardware.xml:1828 #, no-c-format msgid "" "IDE/ATAPI CD-ROMs are supported on all ARM machines. On RiscPCs, SCSI CD-" @@ -3305,7 +3357,7 @@ msgstr "" "所有的 ARM 机器都支持 IDE/ATAPI CD-ROM。在 RiscPC 上,SCSI CD-ROM 也被支持。" #. Tag: para -#: hardware.xml:1795 +#: hardware.xml:1833 #, no-c-format msgid "" "On SGI machines, booting from CD-ROM requires a SCSI CD-ROM drive capable of " @@ -3319,10 +3371,18 @@ msgid "" "provided because the firmware doesn't recognize CD drives. In order to " "install Debian on an Broadcom BCM91480B evaluation board, you need an PCI " "IDE, SATA or SCSI card." -msgstr "在 SGI 的机器上,从 CD-ROM 启动需要一台能使用 512 字节逻辑块的 SCSI CD-ROM 驱动器。很多面向 PC 市场的 SCSI CD-ROM 驱动器并不具有这个能力。如果您的 CD-ROM 驱动器上有标注为 Unix/PC512/2048 的跳线,请将其置于 Unix512 的位置上。要开始安装,请从固件上选择 System installation 项。Broadcom BCM91250A 支持标准的 IDE 设备,包括 CD-ROM 驱动器。但由于其固件不能识别 CD 驱动器,所以当前并不提供针对此平台的光盘映象。要将 Debian 安装到 Broadcom BCM91480B 开发板上,您需要一个 PCI IDE、SATA 或 SCSI 卡。" +msgstr "" +"在 SGI 的机器上,从 CD-ROM 启动需要一台能使用 512 字节逻辑块的 SCSI CD-ROM 驱" +"动器。很多面向 PC 市场的 SCSI CD-ROM 驱动器并不具有这个能力。如果您的 CD-ROM " +"驱动器上有标注为 Unix/PC512/2048 的跳线,请" +"将其置于 Unix512 的位置上。要开始安装,请从" +"固件上选择 System installation 项。Broadcom BCM91250A 支持标准" +"的 IDE 设备,包括 CD-ROM 驱动器。但由于其固件不能识别 CD 驱动器,所以当前并不" +"提供针对此平台的光盘映象。要将 Debian 安装到 Broadcom BCM91480B 开发板上,您" +"需要一个 PCI IDE、SATA 或 SCSI 卡。" #. Tag: para -#: hardware.xml:1810 +#: hardware.xml:1848 #, no-c-format msgid "" "On DECstations, booting from CD-ROM requires a SCSI CD-ROM drive capable of " @@ -3330,10 +3390,14 @@ msgid "" "drives sold on the PC market do not have this capability. If your CD-ROM " "drive has a jumper labeled Unix/PC or 512/2048, place it in the Unix or 512 position." -msgstr "在 DECstations 上,从 CD-ROM 启动需要一台能使用 512 字节逻辑块的 SCSI CD-ROM 驱动器。很多面向 PC 市场的 SCSI CD-ROM 驱动器并不具有这个能力。如果您的 CD-ROM 驱动器上有标注为 Unix/PC512/2048 的跳线,请将其置于 Unix512 的位置上。" +msgstr "" +"在 DECstations 上,从 CD-ROM 启动需要一台能使用 512 字节逻辑块的 SCSI CD-ROM " +"驱动器。很多面向 PC 市场的 SCSI CD-ROM 驱动器并不具有这个能力。如果您的 CD-" +"ROM 驱动器上有标注为 Unix/PC512/2048 的跳" +"线,请将其置于 Unix512 的位置上。" #. Tag: para -#: hardware.xml:1819 +#: hardware.xml:1857 #, no-c-format msgid "" "CD 1 contains the installer for the r3k-kn02 subarchitecture (the R3000-" @@ -3348,7 +3412,7 @@ msgstr "" "站)。" #. Tag: para -#: hardware.xml:1828 +#: hardware.xml:1866 #, no-c-format msgid "" "To boot from CD, issue the command boot ##/rzid " @@ -3376,13 +3440,13 @@ msgstr "" "param1=value1 param2=value2 ..." #. Tag: title -#: hardware.xml:1847 +#: hardware.xml:1885 #, no-c-format msgid "Hard Disk" msgstr "硬盘" #. Tag: para -#: hardware.xml:1849 +#: hardware.xml:1887 #, no-c-format msgid "" "Booting the installation system directly from a hard disk is another option " @@ -3393,7 +3457,7 @@ msgstr "" "安装程序。" #. Tag: para -#: hardware.xml:1855 +#: hardware.xml:1893 #, no-c-format msgid "" "In fact, installation from your local disk is the preferred installation " @@ -3401,7 +3465,7 @@ msgid "" msgstr "事实上,从本地磁盘安装,对大多数 &architecture; 机器是推荐的做法。" #. Tag: para -#: hardware.xml:1860 +#: hardware.xml:1898 #, no-c-format msgid "" "Although the &arch-title; does not allow booting from SunOS (Solaris), you " @@ -3411,13 +3475,13 @@ msgstr "" "(UFS slices)进行安装。" #. Tag: title -#: hardware.xml:1868 +#: hardware.xml:1906 #, no-c-format msgid "USB Memory Stick" msgstr "U 盘" #. Tag: para -#: hardware.xml:1870 +#: hardware.xml:1908 #, no-c-format msgid "" "Many Debian boxes need their floppy and/or CD-ROM drives only for setting up " @@ -3432,13 +3496,13 @@ msgstr "" "系统。这对那些没有足够空间容纳不必要驱动器的小型系统非常有用。" #. Tag: title -#: hardware.xml:1882 +#: hardware.xml:1920 #, no-c-format msgid "Network" msgstr "网络" #. Tag: para -#: hardware.xml:1884 +#: hardware.xml:1922 #, no-c-format msgid "" "You can also boot your system over the network. " #. Tag: para -#: hardware.xml:1890 +#: hardware.xml:1928 #, no-c-format msgid "" "Diskless installation, using network booting from a local area network and " @@ -3458,7 +3522,7 @@ msgstr "" "择。" #. Tag: para -#: hardware.xml:1895 +#: hardware.xml:1933 #, no-c-format msgid "" "After the operating system kernel is installed, you can install the rest of " @@ -3469,13 +3533,13 @@ msgstr "" "以后使用 PPP) 通过 FTP 或 HTTP 完成剩余的系统安装任务。" #. Tag: title -#: hardware.xml:1904 +#: hardware.xml:1942 #, no-c-format msgid "Un*x or GNU system" msgstr "Un*x 或 GNU 系统" #. Tag: para -#: hardware.xml:1906 +#: hardware.xml:1944 #, no-c-format msgid "" "If you are running another Unix-like system, you could use it to install " @@ -3489,13 +3553,13 @@ msgstr "" "户有用。如果您对此技术感兴趣,请直接跳到 。" #. Tag: title -#: hardware.xml:1918 +#: hardware.xml:1956 #, no-c-format msgid "Supported Storage Systems" msgstr "受支持的存储系统" #. Tag: para -#: hardware.xml:1920 +#: hardware.xml:1958 #, no-c-format msgid "" "The Debian boot disks contain a kernel which is built to maximize the number " @@ -3511,17 +3575,19 @@ msgstr "" "设计,这将使得 Debian 可以在尽可能多的硬件上安装。" #. Tag: para -#: hardware.xml:1930 +#: hardware.xml:1968 #, no-c-format msgid "" "Generally, the Debian installation system includes support for floppies, IDE " "drives, IDE floppies, parallel port IDE devices, SCSI controllers and " "drives, USB, and FireWire. The supported file systems include FAT, Win-32 " "FAT extensions (VFAT) and NTFS." -msgstr "通常,Debian 安装系统支持软盘、IDE 驱动器、IDE 软盘、并口 IDE 驱动器、SCSI 控制器和驱动器、USB 和火线。文件系统支持 FAT、Win-32 FAT 扩展(VFAT)、NTFS。" +msgstr "" +"通常,Debian 安装系统支持软盘、IDE 驱动器、IDE 软盘、并口 IDE 驱动器、SCSI 控" +"制器和驱动器、USB 和火线。文件系统支持 FAT、Win-32 FAT 扩展(VFAT)、NTFS。" #. Tag: para -#: hardware.xml:1937 +#: hardware.xml:1975 #, no-c-format msgid "" "Disk interfaces that emulate the AT hard disk interface " @@ -3530,10 +3596,15 @@ msgid "" "only as a module. SCSI disk controllers from many different manufacturers " "are supported. See the Linux Hardware " "Compatibility HOWTO for more details." -msgstr "模拟 AT 硬盘接口的磁盘接口 — 称为 MFM、RLL、IDE 或 ATA — 是受支持的。用于 IBM XT 计算机的非常陈旧的 8 – 位硬盘控制器只在一个模块里来支持。大部分厂商生产的 SCSI 磁盘控制器都能获得支持。请参考 Linux Hardware Compatibility HOWTO 以获得更详细信息。" +msgstr "" +"模拟 AT 硬盘接口的磁盘接口 — 称为 MFM、RLL、IDE 或 ATA " +"— 是受支持的。用于 IBM XT 计算机的非常陈旧的 8 – 位硬盘控制器只在" +"一个模块里来支持。大部分厂商生产的 SCSI 磁盘控制器都能获得支持。请参考 " +"Linux Hardware Compatibility HOWTO 以获得更详细信息。" #. Tag: para -#: hardware.xml:1947 +#: hardware.xml:1985 #, no-c-format msgid "" "Pretty much all storage systems supported by the Linux kernel are supported " @@ -3549,7 +3620,7 @@ msgstr "" "支持 Atari(FAT) 文件系统。Amigas 支持 FAT 文件系统,HFS 则是受模块支持。" #. Tag: para -#: hardware.xml:1957 +#: hardware.xml:1995 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3571,7 +3642,7 @@ msgstr "" "以了解更多关于 SPARC 硬件被 Linux 内核支持的情况。" #. Tag: para -#: hardware.xml:1990 +#: hardware.xml:2028 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3586,7 +3657,7 @@ msgstr "" "Jensen 启动的信息)" #. Tag: para -#: hardware.xml:1999 +#: hardware.xml:2037 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3597,7 +3668,7 @@ msgstr "" "支持 CHRP 系统上的软盘。" #. Tag: para -#: hardware.xml:2005 +#: hardware.xml:2043 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3608,7 +3679,7 @@ msgstr "" "支持软驱。" #. Tag: para -#: hardware.xml:2011 +#: hardware.xml:2049 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3616,7 +3687,7 @@ msgid "" msgstr "所有 Linux 内核支持的存储系统也都被启动系统所支持。" #. Tag: para -#: hardware.xml:2016 +#: hardware.xml:2054 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3628,13 +3699,13 @@ msgstr "" "持。" #. Tag: title -#: hardware.xml:2033 +#: hardware.xml:2071 #, no-c-format msgid "Peripherals and Other Hardware" msgstr "外围设备与其他硬件" #. Tag: para -#: hardware.xml:2034 +#: hardware.xml:2072 #, no-c-format msgid "" "Linux supports a large variety of hardware devices such as mice, printers, " @@ -3645,7 +3716,7 @@ msgstr "" "而,在安装系统的时候,并不需要其中的大部分设备。" #. Tag: para -#: hardware.xml:2040 +#: hardware.xml:2078 #, no-c-format msgid "" "USB hardware generally works fine, only some USB keyboards may require " @@ -3655,7 +3726,7 @@ msgstr "" "\"usb-keyboard-config\"/>)。" #. Tag: para -#: hardware.xml:2046 +#: hardware.xml:2084 #, no-c-format msgid "" "Again, see the Linux Hardware " @@ -3666,7 +3737,7 @@ msgstr "" "Compatibility HOWTO 来判断您的硬件是否被 Linux 支持。" #. Tag: para -#: hardware.xml:2052 +#: hardware.xml:2090 #, no-c-format msgid "" "Package installations from XPRAM and tape are not supported by this system. " @@ -3677,7 +3748,7 @@ msgstr "" "通过 NFS、HTTP、FTP 从网络上取得。" #. Tag: para -#: hardware.xml:2058 +#: hardware.xml:2096 #, no-c-format msgid "" "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 " @@ -3688,7 +3759,7 @@ msgstr "" "口。Broadcom BCM91480B 开发板有四个 64 位 PCI 插槽。" #. Tag: para -#: hardware.xml:2064 +#: hardware.xml:2102 #, no-c-format msgid "" "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 " @@ -3701,13 +3772,13 @@ msgstr "" "备,但 Qube 上有一个 PCI 插槽。" #. Tag: title -#: hardware.xml:2074 +#: hardware.xml:2112 #, no-c-format msgid "Purchasing Hardware Specifically for GNU/Linux" msgstr "特别为 GNU/Linux 采购硬件" #. Tag: para -#: hardware.xml:2076 +#: hardware.xml:2114 #, no-c-format msgid "" "There are several vendors, who ship systems with Debian or other " @@ -3721,7 +3792,7 @@ msgstr "" "因为这些硬件都已经确保能被 GNU/Linux 很好地支持。" #. Tag: para -#: hardware.xml:2084 +#: hardware.xml:2122 #, no-c-format msgid "" "Unfortunately, it's quite rare to find any vendor shipping new &arch-title; " @@ -3729,7 +3800,7 @@ msgid "" msgstr "不幸的是,很少会有厂商出售新 &arch-title; 机器。" #. Tag: para -#: hardware.xml:2089 +#: hardware.xml:2127 #, no-c-format msgid "" "If you do have to buy a machine with Windows bundled, carefully read the " @@ -3743,7 +3814,7 @@ msgstr "" "windows refund 搜索可以查到一些有益的信息。" #. Tag: para -#: hardware.xml:2097 +#: hardware.xml:2135 #, no-c-format msgid "" "Whether or not you are purchasing a system with Linux bundled, or even a " @@ -3757,13 +3828,13 @@ msgstr "" "他)知道您是在为一个 Linux 系统采购设备。请支持对 Linux 友好的硬件销售商。" #. Tag: title -#: hardware.xml:2108 +#: hardware.xml:2146 #, no-c-format msgid "Avoid Proprietary or Closed Hardware" msgstr "避免专有或封闭的硬件" #. Tag: para -#: hardware.xml:2109 +#: hardware.xml:2147 #, no-c-format msgid "" "Some hardware manufacturers simply won't tell us how to write drivers for " @@ -3775,7 +3846,7 @@ msgstr "" "不公开的契约才能接触文档,以阻止我们发布 Linux 驱动程序源代码。" #. Tag: para -#: hardware.xml:2116 +#: hardware.xml:2154 #, no-c-format msgid "" "Another example is the proprietary hardware in the older Macintosh line. In " @@ -3792,7 +3863,7 @@ msgstr "" "之,这就是为什么向 Macintosh 移植 Linux 的进度总是滞后于其他移植版的原因。" #. Tag: para -#: hardware.xml:2127 +#: hardware.xml:2165 #, no-c-format msgid "" "Since we haven't been granted access to the documentation on these devices, " @@ -3805,13 +3876,13 @@ msgstr "" "软件社区也是一个重要的市场。" #. Tag: title -#: hardware.xml:2139 +#: hardware.xml:2177 #, no-c-format msgid "Windows-specific Hardware" msgstr "Windows 专用硬件" #. Tag: para -#: hardware.xml:2140 +#: hardware.xml:2178 #, no-c-format msgid "" "A disturbing trend is the proliferation of Windows-specific modems and " @@ -3833,7 +3904,7 @@ msgstr "" "等功能的保留内嵌处理器的设备昂贵。" #. Tag: para -#: hardware.xml:2153 +#: hardware.xml:2191 #, no-c-format msgid "" "You should avoid Windows-specific hardware for two reasons. The first is " @@ -3864,7 +3935,7 @@ msgstr "" "是 Windows 2000 或 XP,都要忍受这些制造商克扣内嵌处理器造成的性能下降。" #. Tag: para -#: hardware.xml:2174 +#: hardware.xml:2212 #, no-c-format msgid "" "You can help improve this situation by encouraging these manufacturers to " @@ -3878,13 +3949,13 @@ msgstr "" "hardware-howto;\">Linux Hardware Compatibility HOWTO。" #. Tag: title -#: hardware.xml:2187 +#: hardware.xml:2225 #, no-c-format msgid "Fake or Virtual Parity RAM" msgstr "假的或虚拟的奇偶校验内存" #. Tag: para -#: hardware.xml:2188 +#: hardware.xml:2226 #, no-c-format msgid "" "If you ask for Parity RAM in a computer store, you'll probably get " @@ -3907,7 +3978,7 @@ msgstr "" "奇偶校验多付钱。而应该为真奇偶校验 SIMM 多付,因为您真正为每8位多买了一位。" #. Tag: para -#: hardware.xml:2203 +#: hardware.xml:2241 #, no-c-format msgid "" "If you want complete information on &arch-title; RAM issues, and what is the " @@ -3918,19 +3989,19 @@ msgstr "" "参考 PC Hardware FAQ。" #. Tag: para -#: hardware.xml:2209 +#: hardware.xml:2247 #, no-c-format msgid "Most, if not all, Alpha systems require true-parity RAM." msgstr "大多数的,但不是全部的,Alpha 系统都要求用真奇偶校验内存。" #. Tag: title -#: hardware.xml:2224 +#: hardware.xml:2262 #, no-c-format msgid "Memory and Disk Space Requirements" msgstr "内存与磁盘空间的需求" #. Tag: para -#: hardware.xml:2226 +#: hardware.xml:2264 #, no-c-format msgid "" "You must have at least &minimum-memory; of memory and &minimum-fs-size; of " @@ -3946,7 +4017,7 @@ msgstr "" "要几个 G 的空间。" #. Tag: para -#: hardware.xml:2235 +#: hardware.xml:2273 #, no-c-format msgid "" "On the Amiga the size of FastRAM is relevant towards the total memory " @@ -3961,7 +4032,7 @@ msgstr "" "的内核可以自动禁止 16 位的 RAM。" #. Tag: para -#: hardware.xml:2244 +#: hardware.xml:2282 #, no-c-format msgid "" "On the Atari, both ST-RAM and Fast RAM (TT-RAM) are used by Linux. Many " @@ -3974,7 +4045,7 @@ msgstr "" "MB 的 ST-RAM。您需要额外的 12 MB 或更多的 TT-RAM。" #. Tag: para -#: hardware.xml:2252 +#: hardware.xml:2290 #, no-c-format msgid "" "On the Macintosh, care should be taken on machines with RAM-based video " @@ -3987,19 +4058,19 @@ msgstr "" "要 4 MB。" #. Tag: emphasis -#: hardware.xml:2262 +#: hardware.xml:2300 #, no-c-format msgid "FIXME: is this still true?" msgstr "FIXME: is this still true?" #. Tag: title -#: hardware.xml:2273 +#: hardware.xml:2311 #, no-c-format msgid "Network Connectivity Hardware" msgstr "网络连接硬件" #. Tag: para -#: hardware.xml:2275 +#: hardware.xml:2313 #, no-c-format msgid "" "Most PCI and many older ISA network cards are supported. Some network " @@ -4018,7 +4089,7 @@ msgstr "" "指导。安装系统还不支持 FDDI 网络和协议。" #. Tag: para -#: hardware.xml:2294 +#: hardware.xml:2332 #, no-c-format msgid "" "As for ISDN, the D-channel protocol for the (old) German 1TR6 is not " @@ -4028,7 +4099,7 @@ msgstr "" "ISDN 板也不被 &d-i; 支持。" #. Tag: para -#: hardware.xml:2302 +#: hardware.xml:2340 #, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel should also " @@ -4041,7 +4112,7 @@ msgstr "" "解详细信息。" #. Tag: para -#: hardware.xml:2311 +#: hardware.xml:2349 #, no-c-format msgid "" "The following network interface cards (NICs) are supported from the bootable " @@ -4049,19 +4120,19 @@ msgid "" msgstr "下列网络接口卡(NIC)被引导内核直接支持:" #. Tag: para -#: hardware.xml:2317 +#: hardware.xml:2355 #, no-c-format msgid "Sun LANCE" msgstr "Sun LANCE" #. Tag: para -#: hardware.xml:2323 +#: hardware.xml:2361 #, no-c-format msgid "Sun Happy Meal" msgstr "Sun Happy Meal" #. Tag: para -#: hardware.xml:2331 +#: hardware.xml:2369 #, no-c-format msgid "" "The following network interface cards are supported as modules. They can be " @@ -4072,27 +4143,27 @@ msgstr "" "OpenPROM 的魔力,您可以从这些设备启动:" #. Tag: para -#: hardware.xml:2339 +#: hardware.xml:2377 #, no-c-format msgid "Sun BigMAC" msgstr "Sun BigMAC" #. Tag: para -#: hardware.xml:2345 +#: hardware.xml:2383 #, no-c-format msgid "Sun QuadEthernet" msgstr "Sun QuadEthernet" #. Tag: para -#: hardware.xml:2350 +#: hardware.xml:2388 #, no-c-format msgid "MyriCOM Gigabit Ethernet" msgstr "MyriCOM Gigabit Ethernet" # index.docbook:2337, index.docbook:2343, index.docbook:2349, index.docbook:2355, index.docbook:2361 #. Tag: para -#: hardware.xml:2357 hardware.xml:2363 hardware.xml:2369 hardware.xml:2375 -#: hardware.xml:2381 +#: hardware.xml:2395 hardware.xml:2401 hardware.xml:2407 hardware.xml:2413 +#: hardware.xml:2419 #, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel should also " @@ -4103,7 +4174,7 @@ msgstr "" "驱动作为模块挂载。" #. Tag: para -#: hardware.xml:2387 +#: hardware.xml:2425 #, no-c-format msgid "" "Due to kernel limitations only the onboard network interfaces on DECstations " @@ -4113,42 +4184,45 @@ msgstr "" "还 不能工作。" #. Tag: para -#: hardware.xml:2393 +#: hardware.xml:2431 #, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel is also be " "supported by the boot disks. All network drivers are compiled as modules so " "you need to load one first during the initial network setup. The list of " "supported network devices is:" -msgstr "任何受 Linux 内核支持的网卡(NIC)也全都被引导盘所支持。所有的网络驱动程序都被编译成了模块,因此您需要在最初的网络设置过程中加载其中一个。支持的网络设备列表为:" +msgstr "" +"任何受 Linux 内核支持的网卡(NIC)也全都被引导盘所支持。所有的网络驱动程序都被" +"编译成了模块,因此您需要在最初的网络设置过程中加载其中一个。支持的网络设备列" +"表为:" #. Tag: para -#: hardware.xml:2401 +#: hardware.xml:2439 #, no-c-format msgid "Channel to Channel (CTC) and ESCON connection (real or emulated)" msgstr "Channel to Channel (CTC) 和 ESCON connection (实际或模拟)" #. Tag: para -#: hardware.xml:2406 +#: hardware.xml:2444 #, no-c-format msgid "OSA-2 Token Ring/Ethernet and OSA-Express Fast Ethernet (non-QDIO)" msgstr "OSA-2 Token Ring/Ethernet 和 OSA-Express Fast Ethernet (non-QDIO)" #. Tag: para -#: hardware.xml:2411 +#: hardware.xml:2449 #, no-c-format msgid "" "Inter-User Communication Vehicle (IUCV) — available for VM guests only" msgstr "Inter-User Communication Vehicle (IUCV) — 仅对 VM guests 有效" #. Tag: para -#: hardware.xml:2416 +#: hardware.xml:2454 #, no-c-format msgid "OSA-Express in QDIO mode, HiperSockets and Guest-LANs" msgstr "QDIO 模式的 OSA-Express,HiperSockets 和 Guest-LANs" #. Tag: para -#: hardware.xml:2425 +#: hardware.xml:2463 #, no-c-format msgid "" "The following network interface cards are supported directly by the boot " @@ -4156,19 +4230,19 @@ msgid "" msgstr "以下网络接口卡在 Netwinder 和 CATS 机器上被安装盘直接支持:" #. Tag: para -#: hardware.xml:2431 +#: hardware.xml:2469 #, no-c-format msgid "PCI-based NE2000" msgstr "PCI-based NE2000" #. Tag: para -#: hardware.xml:2437 +#: hardware.xml:2475 #, no-c-format msgid "DECchip Tulip" msgstr "DECchip Tulip" #. Tag: para -#: hardware.xml:2444 +#: hardware.xml:2482 #, no-c-format msgid "" "The following network interface cards are supported directly by the boot " @@ -4176,25 +4250,25 @@ msgid "" msgstr "下列网络接口卡在 RiscPC 上被安装盘直接支持:" #. Tag: para -#: hardware.xml:2450 +#: hardware.xml:2488 #, no-c-format msgid "Ether1" msgstr "Ether1" #. Tag: para -#: hardware.xml:2455 +#: hardware.xml:2493 #, no-c-format msgid "Ether3" msgstr "Ether3" #. Tag: para -#: hardware.xml:2460 +#: hardware.xml:2498 #, no-c-format msgid "EtherH" msgstr "EtherH" #. Tag: para -#: hardware.xml:2467 +#: hardware.xml:2505 #, no-c-format msgid "" "If your card is mentioned in the lists above, the complete installation can " @@ -4204,7 +4278,7 @@ msgstr "" "盘。" #. Tag: para -#: hardware.xml:2473 +#: hardware.xml:2511 #, no-c-format msgid "" "Any other network interface card (NIC) supported by the Linux kernel should " @@ -4214,3 +4288,25 @@ msgid "" msgstr "" "任何受 Linux 内核支持的网络接口卡(NIC)也全都被引导盘所支持。您可能需要将网络" "驱动作为模块挂载。这意味着您不得不使用其他介质来安装操作系统内核。" + +#~ msgid "riscpc" +#~ msgstr "riscpc" + +#~ msgid "prep" +#~ msgstr "prep" + +#~ msgid "r5k-ip22" +#~ msgstr "r5k-ip22" + +#~ msgid "power3" +#~ msgstr "power3" + +#~ msgid "" +#~ "Macintosh computers using the 680x0 series of processors are not in the " +#~ "PowerPC family but are instead m68k machines. Those models start with " +#~ "Mac II or have a 3-digit model number such as Centris 650 " +#~ "or Quadra 950. Apple's pre-iMac PowerPC model numbers have four digits." +#~ msgstr "" +#~ "使用 680x0 系列的 Macintosh 计算机不属于 PowerPC 家族,而是 m68k 机器。这" +#~ "些机器的型号以 Mac II 开头或是使用 3 位数字的型号,如 " +#~ "Centris 650 或 Quadra 950。Apple iMac PowerPC 之前的机型是 4 位数字。" diff --git a/po/zh_CN/using-d-i.po b/po/zh_CN/using-d-i.po index 30ce81897..315c8a0a7 100644 --- a/po/zh_CN/using-d-i.po +++ b/po/zh_CN/using-d-i.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-06-24 19:23+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-03-22 22:27+0800\n" "Last-Translator: Ji YongGang\n" "Language-Team: debian-chinese-gb \n" @@ -1800,14 +1800,16 @@ msgstr "" #. Tag: para #: using-d-i.xml:1212 -#, no-c-format +#, fuzzy, no-c-format msgid "" "Next, you should choose Configure software RAID " -"from the main partman menu. On the first screen of " -"mdcfg simply select Create MD device. You will be presented with a list of supported types of MD " -"devices, from which you should choose one (e.g. RAID1). What follows depends " -"on the type of MD you selected." +"from the main partman menu. (The menu will only appear " +"after you mark at least one partition for use as physical " +"volume for RAID.) On the first screen of mdcfg simply select Create MD device. You will " +"be presented with a list of supported types of MD devices, from which you " +"should choose one (e.g. RAID1). What follows depends on the type of MD you " +"selected." msgstr "" "下一步,您应该从 partman 主菜单选择 " "Configure software RAID。在 mdcfg/home)。" #. Tag: para -#: using-d-i.xml:1259 +#: using-d-i.xml:1261 #, no-c-format msgid "" "After you setup MD devices to your liking, you can Finishpassphrase used when the encrypted partition was " +"originally created. This feature is useful to protect sensitive data in case " +"your laptop or hard drive gets stolen. The thief might get physical access " +"to the hard drive, but without knowing the right passphrase, the data on the " +"hard drive will look like random characters." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1289 +#, no-c-format +msgid "" +"The two most important partitions to encrypt are: the home partition, where " +"your private data resides, and the swap partition, where sensitive data " +"might be stored temporarily during operation. Of course, nothing prevents " +"you from encrypting any other partitions that might be of interest. For " +"example /var where database servers, mail servers or " +"print servers store their data, or /tmp which is used " +"by various programs to store potentially interesting temporary files. Some " +"people may even want to encrypt their whole system. The only exception is " +"the /boot partition which must remain unencrypted, " +"because currently there is no way to load the kernel from an encrypted " +"partition." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1304 +#, no-c-format +msgid "" +"Please note that the performance of encrypted partitions will be less than " +"that of unencrypted ones because the data needs to be decrypted or encrypted " +"for every read or write. The performance impact depends on your CPU speed, " +"chosen cipher and a key length." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1311 +#, no-c-format +msgid "" +"To use encryption, you have to create a new partition by selecting some free " +"space in the main partitioning menu. Another option is to choose an existing " +"partition (e.g. a regular partition, an LVM logical volume or a RAID " +"volume). In the Partition setting menu, you need to " +"select physical volume for encryption at the " +" Use as: option. The menu will " +"then change to include several cryptographic options for the partition." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1322 +#, no-c-format +msgid "" +"&d-i; supports several encryption methods. The default method is " +"dm-crypt (included in newer Linux kernels, able to " +"host LVM physical volumes), the other is loop-AES " +"(older, maintained separately from the Linux kernel tree). Unless you have " +"compelling reasons to do otherwise, it is recommended to use the default." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1334 +#, no-c-format +msgid "" +"First, let's have a look at available options available when you select " +"Device-mapper (dm-crypt) as the encryption method. As " +"always: when in doubt, use the defaults, because they have been carefully " +"chosen with security in mind." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1344 +#, no-c-format +msgid "Encryption: aes" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1346 +#, no-c-format +msgid "" +"This option lets you select the encryption algorithm (cipher) which will be used to encrypt the data on the partition. &d-i; " +"currently supports the following block ciphers: aes, " +"blowfish, serpent, and " +"twofish. It is beyond the scope of this document to " +"discuss the qualities of these different algorithms, however, it might help " +"your decision to know that in 2000, AES was chosen by " +"the American National Institute of Standards and Technology as the standard " +"encryption algorithm for protecting sensitive information in the 21st " +"century." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1364 +#, no-c-format +msgid "Key size: 256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1366 +#, no-c-format +msgid "" +"Here you can specify the length of the encryption key. With a larger key " +"size, the strength of the encryption is generally improved. On the other " +"hand, increasing the length of the key usually has a negative impact on " +"performance. Available key sizes vary depending on the cipher." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1378 +#, no-c-format +msgid "IV algorithm: cbc-essiv:sha256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1380 +#, no-c-format +msgid "" +"The Initialization Vector or IV algorithm is used in cryptography to ensure that applying the " +"cipher on the same clear text data with the same key " +"always produces a unique cipher text. The idea is to " +"prevent the attacker from deducing information from repeated patterns in the " +"encrypted data." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1390 +#, no-c-format +msgid "" +"From the provided alternatives, the default cbc-essiv:sha256 is currently the least vulnerable to known attacks. Use the other " +"alternatives only when you need to ensure compatibility with some previously " +"installed system that is not able to use newer algorithms." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1402 +#, no-c-format +msgid "Encryption key: Passphrase" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1404 +#, no-c-format +msgid "Here you can choose the type of the encryption key for this partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1410 +#, no-c-format +msgid "Passphrase" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1411 +#, no-c-format +msgid "" +"The encryption key will be computed Using a passphrase as " +"the key currently means that the partition will be set up using LUKS. on the basis of a passphrase " +"which you will be able to enter later in the process." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1426 using-d-i.xml:1519 +#, no-c-format +msgid "Random key" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1427 +#, no-c-format +msgid "" +"A new encryption key will be generated from random data each time you try to " +"bring up the encrypted partition. In other words: on every shutdown the " +"content of the partition will be lost as the key is deleted from memory. (Of " +"course, you could try to guess the key with a brute force attack, but unless " +"there is an unknown weakness in the cipher algorithm, it is not achievable " +"in our lifetime.)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1436 +#, no-c-format +msgid "" +"Random keys are useful for swap partitions because you do not need to bother " +"yourself with remembering the passphrase or wiping sensitive information " +"from the swap partition before shutting down your computer. However, it also " +"means that you will not be able to use the " +"suspend-to-disk functionality offered by newer Linux kernels " +"as it will be impossible (during a subsequent boot) to recover the suspended " +"data written to the swap partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1455 using-d-i.xml:1532 +#, no-c-format +msgid "Erase data: yes" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1457 +#, no-c-format +msgid "" +"Determines whether the content of this partition should be overwritten with " +"random data before setting up the encryption. This is recommended because it " +"might otherwise be possible for an attacker to discern which parts of the " +"partition are in use and which are not. In addition, this will make it " +"harder to recover any leftover data from previous " +"installations It is believed that the guys from three-letter " +"agencies can restore the data even after several rewrites of the " +"magnetooptical media, though. ." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1477 +#, no-c-format +msgid "" +"If you select Encryption method: " +"Loopback (loop-AES) , the menu " +"changes to provide the following options:" +msgstr "" + +#. Tag: term +#: using-d-i.xml:1486 +#, no-c-format +msgid "Encryption: AES256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1488 +#, no-c-format +msgid "" +"For loop-AES, unlike dm-crypt, the options for cipher and key size are " +"combined, so you can select both at the same time. Please see the above " +"sections on ciphers and key sizes for further information." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1498 +#, no-c-format +msgid "Encryption key: Keyfile (GnuPG)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1500 +#, no-c-format +msgid "Here you can select the type of the encryption key for this partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1506 +#, no-c-format +msgid "Keyfile (GnuPG)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1507 +#, no-c-format +msgid "" +"The encryption key will be generated from random data during the " +"installation. Moreover this key will be encrypted with GnuPG, so to use it, you will need to enter the proper passphrase " +"(you will be asked to provide one later in the process)." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1520 +#, no-c-format +msgid "Please see the the section on random keys above." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1534 +#, no-c-format +msgid "Please see the the section on erasing data above." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1543 +#, no-c-format +msgid "" +"Please note that the graphical version of the installer " +"still has some limitations when compared to the textual one. For " +"cryptography it means you can set up only volumes using " +"passphrases as the encryption keys." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1550 +#, no-c-format +msgid "" +"After you have selected the desired parameters for your encrypted " +"partitions, return back to the main partitioning menu. There should now be a " +"new menu item called Configure encrypted volumes. After " +"you select it, you will be asked to confirm the deletion of data on " +"partitions marked to be erased and possibly other actions such as writing a " +"new partition table. For large partitions this might take some time." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1561 +#, no-c-format +msgid "" +"Next you will be asked to enter a passphrase for partitions configured to " +"use one. Good passphrases should be longer than 8 characters, should be a " +"mixture of letters, numbers and other characters and should not contain " +"common dictionary words or information easily associable with you (such as " +"birthdates, hobbies, pet names, names of family members or relatives, etc.)." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1570 +#, no-c-format +msgid "" +"Before you input any passphrases, you should have made sure that your " +"keyboard is configured correctly and generates the expected characters. If " +"you are unsure, you can switch to the second virtual console and type some " +"text at the prompt. This ensures that you won't be surprised later, e.g. by " +"trying to input a passphrase using a qwerty keyboard layout when you used an " +"azerty layout during the installation. This situation can have several " +"causes. Maybe you switched to another keyboard layout during the " +"installation, or the selected keyboard layout might not have been set up yet " +"when entering the passphrase for the root file system." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1583 +#, no-c-format +msgid "" +"If you selected to use methods other than a passphrase to create encryption " +"keys, they will be generated now. Because the kernel may not have gathered a " +"sufficient amount of entropy at this early stage of the installation, the " +"process may take a long time. You can help speed up the process by " +"generating entropy: e.g. by pressing random keys, or by switching to the " +"shell on the second virtual console and generating some network and disk " +"traffic (downloading some files, feeding big files into /dev/null, etc.). This will be repeated for each partition to be encrypted." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1599 +#, no-c-format +msgid "" +"After returning to the main partitioning menu, you will see all encrypted " +"volumes as additional partitions which can be configured in the same way as " +"ordinary partitions. The following example shows two different volumes. The " +"first one is encrypted via dm-crypt, the second one via loop-AES. " +"\n" +"Encrypted volume (crypt0) - 115.1 GB Linux device-" +"mapper\n" +" #1 115.1 GB F ext3\n" +"\n" +"Loopback (loop0) - 515.2 MB AES256 keyfile\n" +" #1 515.2 MB F ext3\n" +" Now is the time to assign mount points to the " +"volumes and optionally change the file system types if the defaults do not " +"suit you." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1612 +#, no-c-format +msgid "" +"One thing to note here are the identifiers in parentheses " +"(crypt0 and loop0 in " +"this case) and the mount points you assigned to each encrypted volume. You " +"will need this information later when booting the new system. The " +"differences between ordinary boot process and boot process with encryption " +"involved will be covered later in ." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1622 +#, no-c-format +msgid "" +"Once you are satisfied with the partitioning scheme, continue with the " +"installation." +msgstr "" + +#. Tag: title +#: using-d-i.xml:1633 #, no-c-format msgid "Setting up the System" msgstr "建立系统" #. Tag: para -#: using-d-i.xml:1273 +#: using-d-i.xml:1634 #, no-c-format msgid "" "After partitioning the installer asks a few more questions that will be used " @@ -1897,13 +2292,13 @@ msgid "" msgstr "分区之后,安装程序还会询问一些问题用于建立系统。" #. Tag: title -#: using-d-i.xml:1285 +#: using-d-i.xml:1646 #, no-c-format msgid "Configuring Your Time Zone" msgstr "配置您的时区" #. Tag: para -#: using-d-i.xml:1287 +#: using-d-i.xml:1648 #, no-c-format msgid "" "Depending on the location selected at the beginning of the installation " @@ -1915,13 +2310,13 @@ msgstr "" "您的位置只对应一个时区,那么系统就不会询问而直接使用该时区。" #. Tag: title -#: using-d-i.xml:1303 +#: using-d-i.xml:1664 #, no-c-format msgid "Configuring the Clock" msgstr "配置时钟" #. Tag: para -#: using-d-i.xml:1305 +#: using-d-i.xml:1666 #, no-c-format msgid "" "The installer might ask you if the computer's clock is set to UTC. Normally " @@ -1933,7 +2328,7 @@ msgstr "" "装程序依据是否有其他系统已经安装这类事情,来决定时钟要不要设为 UTC。" #. Tag: para -#: using-d-i.xml:1312 +#: using-d-i.xml:1673 #, no-c-format msgid "" "In expert mode you will always be able to choose whether or not the clock is " @@ -1949,7 +2344,7 @@ msgstr "" "设为本地时间。如果您需要多重引导,请选择本地时间而不是 GMT。" #. Tag: para -#: using-d-i.xml:1323 +#: using-d-i.xml:1684 #, no-c-format msgid "" "Note that the installer does not currently allow you to actually set the " @@ -1961,19 +2356,19 @@ msgstr "" "或者以前没有设为 UTC 时,设置时钟到当前的时间。" #. Tag: title -#: using-d-i.xml:1339 +#: using-d-i.xml:1700 #, no-c-format msgid "Setting Up Users And Passwords" msgstr "设置用户和密码" #. Tag: title -#: using-d-i.xml:1342 +#: using-d-i.xml:1703 #, no-c-format msgid "Set the Root Password" msgstr "设置 root 密码" #. Tag: para -#: using-d-i.xml:1344 +#: using-d-i.xml:1705 #, no-c-format msgid "" "The root account is also called the super-" @@ -1986,7 +2381,7 @@ msgstr "" "管理,而且使用时间应该尽可能短。" #. Tag: para -#: using-d-i.xml:1352 +#: using-d-i.xml:1713 #, no-c-format msgid "" "Any password you create should contain at least 6 characters, and should " @@ -2000,7 +2395,7 @@ msgstr "" "小心。请避免采用能够在字典中查到的单词或者很容易猜测的个人信息。" #. Tag: para -#: using-d-i.xml:1360 +#: using-d-i.xml:1721 #, no-c-format msgid "" "If anyone ever tells you they need your root password, be extremely wary. " @@ -2011,13 +2406,13 @@ msgstr "" "理员,否则您通常不应该将超级用户密码交给别人。" #. Tag: title -#: using-d-i.xml:1370 +#: using-d-i.xml:1731 #, no-c-format msgid "Create an Ordinary User" msgstr "创建一个普通用户" #. Tag: para -#: using-d-i.xml:1372 +#: using-d-i.xml:1733 #, no-c-format msgid "" "The system will ask you whether you wish to create an ordinary user account " @@ -2030,7 +2425,7 @@ msgstr "" "用。" #. Tag: para -#: using-d-i.xml:1379 +#: using-d-i.xml:1740 #, no-c-format msgid "" "Why not? Well, one reason to avoid using root's privileges is that it is " @@ -2048,7 +2443,7 @@ msgstr "" "这方面的内容,建议您找一本进行学习。" #. Tag: para -#: using-d-i.xml:1389 +#: using-d-i.xml:1750 #, no-c-format msgid "" "You will first be prompted for the user's full name. Then you'll be asked " @@ -2060,7 +2455,7 @@ msgstr "" "要求,并为缺省值。最后,您将要求输入该帐号的密码。" #. Tag: para -#: using-d-i.xml:1396 +#: using-d-i.xml:1757 #, no-c-format msgid "" "If at any point after installation you would like to create another account, " @@ -2070,13 +2465,13 @@ msgstr "" "令。" #. Tag: title -#: using-d-i.xml:1408 +#: using-d-i.xml:1769 #, no-c-format msgid "Installing the Base System" msgstr "安装基本系统" #. Tag: para -#: using-d-i.xml:1409 +#: using-d-i.xml:1770 #, no-c-format msgid "" "Although this stage is the least problematic, it consumes a significant " @@ -2088,13 +2483,13 @@ msgstr "" "果您用较慢的计算机或网络,这要花费好一会儿时间。" #. Tag: title -#: using-d-i.xml:1423 +#: using-d-i.xml:1784 #, no-c-format msgid "Base System Installation" msgstr "基本系统安装" #. Tag: para -#: using-d-i.xml:1425 +#: using-d-i.xml:1786 #, no-c-format msgid "" "During the Base installation, package unpacking and setup messages are " @@ -2109,7 +2504,7 @@ msgstr "" "keycap>F1。" #. Tag: para -#: using-d-i.xml:1435 +#: using-d-i.xml:1796 #, no-c-format msgid "" "The unpack/setup messages generated by the base installation are saved in " @@ -2120,7 +2515,7 @@ msgstr "" "/var/log/syslog。" #. Tag: para -#: using-d-i.xml:1441 +#: using-d-i.xml:1802 #, no-c-format msgid "" "As part of the installation, a Linux kernel will be installed. At the " @@ -2132,13 +2527,13 @@ msgstr "" "您硬件最匹配的内核。在较低的优先级下,您可以从列表中选择一个有效的内核。" #. Tag: title -#: using-d-i.xml:1454 +#: using-d-i.xml:1815 #, no-c-format msgid "Installing Additional Software" msgstr "安装额外的软件" #. Tag: para -#: using-d-i.xml:1455 +#: using-d-i.xml:1816 #, no-c-format msgid "" "After the base system is installed, you have a usable but limited system. " @@ -2152,13 +2547,13 @@ msgstr "" "许比安装基本系统还要花时间。" #. Tag: title -#: using-d-i.xml:1469 +#: using-d-i.xml:1830 #, no-c-format msgid "Configuring apt" msgstr "配置 apt" #. Tag: para -#: using-d-i.xml:1471 +#: using-d-i.xml:1832 #, no-c-format msgid "" "The main means that people use to install packages on their system is via a " @@ -2187,7 +2582,7 @@ msgstr "" "的用户界面下集成了一些其他特性(搜索包与状态检验)。" #. Tag: para -#: using-d-i.xml:1495 +#: using-d-i.xml:1856 #, no-c-format msgid "" "apt must be configured so that it knows where to retrieve " @@ -2202,13 +2597,13 @@ msgstr "" "list 文件里面,安装完成后您可以检查它并编辑成自己喜欢的地方。" #. Tag: title -#: using-d-i.xml:1511 +#: using-d-i.xml:1872 #, no-c-format msgid "Selecting and Installing Software" msgstr "选择和安装软件" #. Tag: para -#: using-d-i.xml:1513 +#: using-d-i.xml:1874 #, no-c-format msgid "" "During the installation process, you are given the opportunity to select " @@ -2223,7 +2618,7 @@ msgstr "" "算机应对各种任务。" #. Tag: para -#: using-d-i.xml:1522 +#: using-d-i.xml:1883 #, no-c-format msgid "" "So, you have the ability to choose tasks first, and " @@ -2253,7 +2648,7 @@ msgstr "" "\"tasksel-size-list\"/> 列出各任务所需的空间。" #. Tag: para -#: using-d-i.xml:1547 +#: using-d-i.xml:1908 #, no-c-format msgid "" "Once you've selected your tasks, select Ok. At this " @@ -2263,7 +2658,7 @@ msgstr "" "command> 将安装您选中的软件包。" #. Tag: para -#: using-d-i.xml:1554 +#: using-d-i.xml:1915 #, no-c-format msgid "" "In the standard user interface of the installer, you can use the space bar " @@ -2271,7 +2666,7 @@ msgid "" msgstr "在安装程序的标准用户界面下,您可以使用空格键切换任务的选择。" #. Tag: para -#: using-d-i.xml:1561 +#: using-d-i.xml:1922 #, no-c-format msgid "" "Note that some tasks may be pre-selected based on the characteristics of the " @@ -2283,7 +2678,7 @@ msgstr "" "择。此时甚至可以不选中任何任务。" #. Tag: para -#: using-d-i.xml:1569 +#: using-d-i.xml:1930 #, no-c-format msgid "" "Each package you selected with tasksel is downloaded, " @@ -2296,13 +2691,13 @@ msgstr "" "序需要用户提供信息,它会在此过程中给出提示。" #. Tag: title -#: using-d-i.xml:1578 +#: using-d-i.xml:1939 #, no-c-format msgid "Configuring Your Mail Transport Agent" msgstr "配置您的邮件传输代理(MTA)" #. Tag: para -#: using-d-i.xml:1580 +#: using-d-i.xml:1941 #, no-c-format msgid "" "Today, email is a very important part of many people's life, so it's no " @@ -2316,7 +2711,7 @@ msgstr "" "exim4。这是一个非常小巧、灵活并且容易理解的工具。" #. Tag: para -#: using-d-i.xml:1588 +#: using-d-i.xml:1949 #, no-c-format msgid "" "You may ask if this is needed even if your computer is not connected to any " @@ -2330,7 +2725,7 @@ msgstr "" "送的。" #. Tag: para -#: using-d-i.xml:1596 +#: using-d-i.xml:1957 #, no-c-format msgid "" "So on the first screen you will be presented with several common mail " @@ -2340,13 +2735,13 @@ msgstr "" "的。" #. Tag: term -#: using-d-i.xml:1605 +#: using-d-i.xml:1966 #, no-c-format msgid "internet site" msgstr "互联网站" #. Tag: para -#: using-d-i.xml:1606 +#: using-d-i.xml:1967 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -2358,13 +2753,13 @@ msgstr "" "会询问您一些基本问题,如:您的机器的邮件名称、您接受或转发邮件的域等等。" #. Tag: term -#: using-d-i.xml:1617 +#: using-d-i.xml:1978 #, no-c-format msgid "mail sent by smarthost" msgstr "用 smarthost 发信" #. Tag: para -#: using-d-i.xml:1618 +#: using-d-i.xml:1979 #, no-c-format msgid "" "In this scenario is your outgoing mail forwarded to another machine, called " @@ -2380,13 +2775,13 @@ msgstr "" "将邮件从 smarthost 下载回来。这一选项通常适合拨号用户。" #. Tag: term -#: using-d-i.xml:1631 +#: using-d-i.xml:1992 #, no-c-format msgid "local delivery only" msgstr "仅在本地投递" #. Tag: para -#: using-d-i.xml:1632 +#: using-d-i.xml:1993 #, no-c-format msgid "" "Your system is not on a network and mail is sent or received only between " @@ -2402,13 +2797,13 @@ msgstr "" "题,因此这一选项也非常适合新手。" #. Tag: term -#: using-d-i.xml:1645 +#: using-d-i.xml:2006 #, no-c-format msgid "no configuration at this time" msgstr "现在不进行配置" #. Tag: para -#: using-d-i.xml:1646 +#: using-d-i.xml:2007 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -2421,7 +2816,7 @@ msgstr "" "工具发来的重要信息。" #. Tag: para -#: using-d-i.xml:1657 +#: using-d-i.xml:2018 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer setup, " @@ -2436,13 +2831,13 @@ msgstr "" "filename> 的资料。" #. Tag: title -#: using-d-i.xml:1672 +#: using-d-i.xml:2033 #, no-c-format msgid "Making Your System Bootable" msgstr "创建启动系统" #. Tag: para -#: using-d-i.xml:1674 +#: using-d-i.xml:2035 #, no-c-format msgid "" "If you are installing a diskless workstation, obviously, booting off the " @@ -2455,7 +2850,7 @@ msgstr "" "linkend=\"boot-dev-select-sun\"/>。" #. Tag: para -#: using-d-i.xml:1682 +#: using-d-i.xml:2043 #, no-c-format msgid "" "Note that multiple operating systems booting on a single machine is still " @@ -2468,13 +2863,13 @@ msgstr "" "它们会依系统甚至是子系统而变化。您应该参考启动引导器的文档了解更多信息。" #. Tag: title -#: using-d-i.xml:1697 +#: using-d-i.xml:2058 #, no-c-format msgid "Detecting other operating systems" msgstr "检测其他的操作系统" #. Tag: para -#: using-d-i.xml:1699 +#: using-d-i.xml:2060 #, no-c-format msgid "" "Before a boot loader is installed, the installer will attempt to probe for " @@ -2488,7 +2883,7 @@ msgstr "" "计算机也将配置为可以启动其他操作系统。" #. Tag: para -#: using-d-i.xml:1707 +#: using-d-i.xml:2068 #, no-c-format msgid "" "Note that multiple operating systems booting on a single machine is still " @@ -2502,13 +2897,13 @@ msgstr "" "理器的文档了解更多信息。" #. Tag: title -#: using-d-i.xml:1725 +#: using-d-i.xml:2086 #, no-c-format msgid "Install aboot on a Hard Disk" msgstr "安装 aboot 到硬盘上" #. Tag: para -#: using-d-i.xml:1726 +#: using-d-i.xml:2087 #, no-c-format msgid "" "If you have booted from SRM, if you select this option, the installer will " @@ -2528,13 +2923,13 @@ msgstr "" "Linux。" #. Tag: title -#: using-d-i.xml:1746 +#: using-d-i.xml:2107 #, no-c-format msgid "palo-installer" msgstr "palo-installer" #. Tag: para -#: using-d-i.xml:1747 +#: using-d-i.xml:2108 #, no-c-format msgid "" "The bootloader on PA-RISC is palo. PALO is " @@ -2549,19 +2944,19 @@ msgstr "" "PALO 能真正地读 Linux 分区。" #. Tag: para -#: using-d-i.xml:1756 +#: using-d-i.xml:2117 #, no-c-format msgid "hppa FIXME ( need more info )" msgstr "hppa FIXME ( need more info )" #. Tag: title -#: using-d-i.xml:1768 +#: using-d-i.xml:2129 #, no-c-format msgid "Install the Grub Boot Loader on a Hard Disk" msgstr "硬盘上 Grub Boot Loader 的安装" #. Tag: para -#: using-d-i.xml:1770 +#: using-d-i.xml:2131 #, no-c-format msgid "" "The main &architecture; boot loader is called grub. Grub is a " @@ -2572,7 +2967,7 @@ msgstr "" "定的 boot loader,它对新手来说是个不错的缺省选择。对老鸟来说,它也同样适合。" #. Tag: para -#: using-d-i.xml:1776 +#: using-d-i.xml:2137 #, no-c-format msgid "" "By default, grub will be installed into the Master Boot Record (MBR), where " @@ -2584,7 +2979,7 @@ msgstr "" "息,请参阅 grub 的手册。" #. Tag: para -#: using-d-i.xml:1782 +#: using-d-i.xml:2143 #, no-c-format msgid "" "If you do not want to install grub at all, use the Back button to get to the " @@ -2594,13 +2989,13 @@ msgstr "" "动引导器。" #. Tag: title -#: using-d-i.xml:1796 +#: using-d-i.xml:2157 #, no-c-format msgid "Install the LILO Boot Loader on a Hard Disk" msgstr "硬盘上 LILO Boot Loader 的安装" #. Tag: para -#: using-d-i.xml:1798 +#: using-d-i.xml:2159 #, no-c-format msgid "" "The second &architecture; boot loader is called LILO. It is " @@ -2616,7 +3011,7 @@ msgstr "" "HOWTO。" #. Tag: para -#: using-d-i.xml:1808 +#: using-d-i.xml:2169 #, no-c-format msgid "" "Currently the LILO installation will only create menu entries for other " @@ -2629,7 +3024,7 @@ msgstr "" "统。" #. Tag: para -#: using-d-i.xml:1816 +#: using-d-i.xml:2177 #, no-c-format msgid "" "&d-i; presents you three choices where to install the LILOLILO 启动加载器:" #. Tag: term -#: using-d-i.xml:1823 +#: using-d-i.xml:2184 #, no-c-format msgid "Master Boot Record (MBR)" msgstr "主引导区(MBR)" #. Tag: para -#: using-d-i.xml:1823 +#: using-d-i.xml:2184 #, no-c-format msgid "" "This way the LILO will take complete control of the boot " @@ -2651,13 +3046,13 @@ msgid "" msgstr "这种方式 LILO 将完全控制启动过程。" #. Tag: term -#: using-d-i.xml:1830 +#: using-d-i.xml:2191 #, no-c-format msgid "new Debian partition" msgstr "新 Debian 分区" #. Tag: para -#: using-d-i.xml:1830 +#: using-d-i.xml:2191 #, no-c-format msgid "" "Choose this if you want to use another boot manager. LILO " @@ -2668,13 +3063,13 @@ msgstr "" "新 Debian 分区的起始位置,并能作为第二 boot loader。" #. Tag: term -#: using-d-i.xml:1839 +#: using-d-i.xml:2200 #, no-c-format msgid "Other choice" msgstr "其它选择" #. Tag: para -#: using-d-i.xml:1839 +#: using-d-i.xml:2200 #, no-c-format msgid "" "Useful for advanced users who want to install LILO " @@ -2691,7 +3086,7 @@ msgstr "" "/dev/sda。" #. Tag: para -#: using-d-i.xml:1851 +#: using-d-i.xml:2212 #, no-c-format msgid "" "If you can no longer boot into Windows 9x (or DOS) after this step, you'll " @@ -2707,13 +3102,13 @@ msgstr "" "息,请参阅 。" #. Tag: title -#: using-d-i.xml:1868 +#: using-d-i.xml:2229 #, no-c-format msgid "Install the ELILO Boot Loader on a Hard Disk" msgstr "安装 ELILO Boot Loader 到硬盘" #. Tag: para -#: using-d-i.xml:1870 +#: using-d-i.xml:2231 #, no-c-format msgid "" "The &architecture; boot loader is called elilo. It is modeled " @@ -2738,7 +3133,7 @@ msgstr "" "和启动 Linux 内核的工作。" #. Tag: para -#: using-d-i.xml:1886 +#: using-d-i.xml:2247 #, no-c-format msgid "" "The elilo configuration and installation is done as the last " @@ -2753,13 +3148,13 @@ msgstr "" "root 文件系统相同的磁盘。" #. Tag: title -#: using-d-i.xml:1898 +#: using-d-i.xml:2259 #, no-c-format msgid "Choose the correct partition!" msgstr "选择正确的分区!" #. Tag: para -#: using-d-i.xml:1900 +#: using-d-i.xml:2261 #, no-c-format msgid "" "The criteria for selecting a partition is that it is FAT format filesystem " @@ -2775,13 +3170,13 @@ msgstr "" "有内容!" #. Tag: title -#: using-d-i.xml:1915 +#: using-d-i.xml:2276 #, no-c-format msgid "EFI Partition Contents" msgstr "EFI 分区内容" #. Tag: para -#: using-d-i.xml:1917 +#: using-d-i.xml:2278 #, no-c-format msgid "" "The EFI partition is a FAT filesystem format partition on one of the hard " @@ -2807,13 +3202,13 @@ msgstr "" "间,系统更新或重新配置,文件系统中也许会有其他文件。" #. Tag: filename -#: using-d-i.xml:1939 +#: using-d-i.xml:2300 #, no-c-format msgid "elilo.conf" msgstr "elilo.conf" #. Tag: para -#: using-d-i.xml:1940 +#: using-d-i.xml:2301 #, no-c-format msgid "" "This is the configuration file read by the boot loader when it starts. It is " @@ -2824,13 +3219,13 @@ msgstr "" "filename> 的复制,其文件名重写成 EFI 分区上的文件。" #. Tag: filename -#: using-d-i.xml:1949 +#: using-d-i.xml:2310 #, no-c-format msgid "elilo.efi" msgstr "elilo.efi" #. Tag: para -#: using-d-i.xml:1950 +#: using-d-i.xml:2311 #, no-c-format msgid "" "This is the boot loader program that the EFI Boot Manager " @@ -2843,13 +3238,13 @@ msgstr "" "EFI Boot Manager 命令菜单。" #. Tag: filename -#: using-d-i.xml:1960 +#: using-d-i.xml:2321 #, no-c-format msgid "initrd.img" msgstr "initrd.img" #. Tag: para -#: using-d-i.xml:1961 +#: using-d-i.xml:2322 #, no-c-format msgid "" "This is the initial root filesystem used to boot the kernel. It is a copy of " @@ -2862,13 +3257,13 @@ msgstr "" "filename> 符号链接 /initrd.img 指向的文件。" #. Tag: filename -#: using-d-i.xml:1973 +#: using-d-i.xml:2334 #, no-c-format msgid "readme.txt" msgstr "readme.txt" #. Tag: para -#: using-d-i.xml:1974 +#: using-d-i.xml:2335 #, no-c-format msgid "" "This is a small text file warning you that the contents of the directory are " @@ -2879,13 +3274,13 @@ msgstr "" "任何本地修改在下次 /usr/sbin/elilo 运行时将丢失。" #. Tag: filename -#: using-d-i.xml:1984 +#: using-d-i.xml:2345 #, no-c-format msgid "vmlinuz" msgstr "vmlinuz" #. Tag: para -#: using-d-i.xml:1985 +#: using-d-i.xml:2346 #, no-c-format msgid "" "This is the compressed kernel itself. It is a copy of the file referenced in " @@ -2898,13 +3293,13 @@ msgstr "" "/vmlinuz 指向的文件。" #. Tag: title -#: using-d-i.xml:2005 +#: using-d-i.xml:2366 #, no-c-format msgid "arcboot-installer" msgstr "arcboot-installer" #. Tag: para -#: using-d-i.xml:2006 +#: using-d-i.xml:2367 #, no-c-format msgid "" "The boot loader on SGI machines is arcboot. It has to be " @@ -2944,13 +3339,13 @@ msgstr "" " ,然后键入 boot。" #. Tag: replaceable -#: using-d-i.xml:2025 +#: using-d-i.xml:2386 #, no-c-format msgid "scsi" msgstr "scsi" #. Tag: para -#: using-d-i.xml:2026 +#: using-d-i.xml:2387 #, no-c-format msgid "" "is the SCSI bus to be booted from, this is 0 for the " @@ -2958,13 +3353,13 @@ msgid "" msgstr "是启动的 SCSI 总线,0 为板载控制器" #. Tag: replaceable -#: using-d-i.xml:2034 +#: using-d-i.xml:2395 #, no-c-format msgid "disk" msgstr "disk" #. Tag: para -#: using-d-i.xml:2035 +#: using-d-i.xml:2396 #, no-c-format msgid "" "is the SCSI ID of the hard disk on which arcboot is " @@ -2973,13 +3368,13 @@ msgstr "硬盘的 SCSI ID,arcboot 安装在其上" # index.docbook:1643, index.docbook:1712 #. Tag: replaceable -#: using-d-i.xml:2043 using-d-i.xml:2112 +#: using-d-i.xml:2404 using-d-i.xml:2473 #, no-c-format msgid "partnr" msgstr "partnr" #. Tag: para -#: using-d-i.xml:2044 +#: using-d-i.xml:2405 #, no-c-format msgid "" "is the number of the partition on which /etc/arcboot.conf/etc/arcboot.conf 处于该分区" #. Tag: replaceable -#: using-d-i.xml:2052 +#: using-d-i.xml:2413 #, no-c-format msgid "config" msgstr "config" #. Tag: para -#: using-d-i.xml:2053 +#: using-d-i.xml:2414 #, no-c-format msgid "" "is the name of the configuration entry in /etc/arcboot.conf 。" #. Tag: title -#: using-d-i.xml:2074 +#: using-d-i.xml:2435 #, no-c-format msgid "delo-installer" msgstr "delo-installer" #. Tag: para -#: using-d-i.xml:2075 +#: using-d-i.xml:2436 #, no-c-format msgid "" "The boot loader on DECstations is DELO. It has to be " @@ -3035,13 +3430,13 @@ msgstr "" " 。" #. Tag: replaceable -#: using-d-i.xml:2094 +#: using-d-i.xml:2455 #, no-c-format msgid "#" msgstr "#" #. Tag: para -#: using-d-i.xml:2095 +#: using-d-i.xml:2456 #, no-c-format msgid "" "is the TurboChannel device to be booted from, on most DECstations this is " @@ -3051,20 +3446,20 @@ msgstr "" "userinput>" #. Tag: replaceable -#: using-d-i.xml:2103 +#: using-d-i.xml:2464 #, no-c-format msgid "id" msgstr "id" #. Tag: para -#: using-d-i.xml:2104 +#: using-d-i.xml:2465 #, no-c-format msgid "" "is the SCSI ID of the hard disk on which DELO is installed" msgstr "硬盘上的 SCSI ID,DELO 安装在其上" #. Tag: para -#: using-d-i.xml:2113 +#: using-d-i.xml:2474 #, no-c-format msgid "" "is the number of the partition on which /etc/delo.conf " @@ -3072,13 +3467,13 @@ msgid "" msgstr "分区号,/etc/delo.conf 处于此分区" #. Tag: replaceable -#: using-d-i.xml:2121 +#: using-d-i.xml:2482 #, no-c-format msgid "name" msgstr "name" #. Tag: para -#: using-d-i.xml:2122 +#: using-d-i.xml:2483 #, no-c-format msgid "" "is the name of the configuration entry in /etc/delo.conf" #. Tag: para -#: using-d-i.xml:2132 +#: using-d-i.xml:2493 #, no-c-format msgid "" "In case /etc/delo.conf is on the first partition on the " @@ -3098,19 +3493,19 @@ msgstr "" "认的设置,但也可以用" #. Tag: screen -#: using-d-i.xml:2138 +#: using-d-i.xml:2499 #, no-c-format msgid "boot #/rzid" msgstr "boot #/rzid" #. Tag: title -#: using-d-i.xml:2148 +#: using-d-i.xml:2509 #, no-c-format msgid "Install Yaboot on a Hard Disk" msgstr "安装 Yaboot 至硬盘" #. Tag: para -#: using-d-i.xml:2149 +#: using-d-i.xml:2510 #, no-c-format msgid "" "Newer (mid 1998 and on) PowerMacs use yaboot as their " @@ -3128,13 +3523,13 @@ msgstr "" "设为启动 &debian;。" #. Tag: title -#: using-d-i.xml:2167 +#: using-d-i.xml:2528 #, no-c-format msgid "Install Quik on a Hard Disk" msgstr "安装 Quik 至硬盘" #. Tag: para -#: using-d-i.xml:2168 +#: using-d-i.xml:2529 #, no-c-format msgid "" "The boot loader for OldWorld Power Macintosh machines is quikzipl-installer" msgstr "zipl-installer" #. Tag: para -#: using-d-i.xml:2185 +#: using-d-i.xml:2546 #, no-c-format msgid "" "The boot loader on &arch-title; is zipl. ZIPL,它位于 IBM 的 developerWorks 网站ZIPL。" #. Tag: title -#: using-d-i.xml:2202 +#: using-d-i.xml:2563 #, no-c-format msgid "Install the SILO Boot Loader on a Hard Disk" msgstr "安装 SILO Boot Loader 到硬盘" #. Tag: para -#: using-d-i.xml:2204 +#: using-d-i.xml:2565 #, no-c-format msgid "" "The standard &architecture; boot loader is called silo. It is " @@ -3201,13 +3596,13 @@ msgstr "" "区启动。这对于安装 GNU/Linux 到一个已经存在 SunOS/Solaris 的系统很有用。" #. Tag: title -#: using-d-i.xml:2229 +#: using-d-i.xml:2590 #, no-c-format msgid "Continue Without Boot Loader" msgstr "不使用启动引导器继续进行" #. Tag: para -#: using-d-i.xml:2231 +#: using-d-i.xml:2592 #, no-c-format msgid "" "This option can be used to complete the installation even when no boot " @@ -3223,7 +3618,7 @@ msgstr "" "护,以用于启动 GNU/Linux。" #. Tag: para -#: using-d-i.xml:2240 +#: using-d-i.xml:2601 #, no-c-format msgid "" "If you plan to manually configure your bootloader, you should check the name " @@ -3242,13 +3637,13 @@ msgstr "" "filename> 到一个独立的分区,还需要 /boot 文件系统。" #. Tag: title -#: using-d-i.xml:2257 +#: using-d-i.xml:2618 #, no-c-format msgid "Finishing the Installation" msgstr "完成安装" #. Tag: para -#: using-d-i.xml:2258 +#: using-d-i.xml:2619 #, no-c-format msgid "" "These are the last bits to do before rebooting to your new system. It mostly " @@ -3256,13 +3651,13 @@ msgid "" msgstr "这是在您启动新系统之前的最后一些工作。主要进行一些 &d-i; 之后的清理。" #. Tag: title -#: using-d-i.xml:2270 +#: using-d-i.xml:2631 #, no-c-format msgid "Finish the Installation and Reboot" msgstr "完成安装并重启" #. Tag: para -#: using-d-i.xml:2272 +#: using-d-i.xml:2633 #, no-c-format msgid "" "This is the last step in the initial Debian installation process. You will " @@ -3274,7 +3669,7 @@ msgstr "" "等)。安装程序将做最后几分钟的任务,然后启动到您的新 Debian 系统。" #. Tag: para -#: using-d-i.xml:2279 +#: using-d-i.xml:2640 #, no-c-format msgid "" "Select the Finish the installation menu item " @@ -3287,13 +3682,13 @@ msgstr "" "安装步骤第一步里选做根文件系统。" #. Tag: title -#: using-d-i.xml:2293 +#: using-d-i.xml:2654 #, no-c-format msgid "Miscellaneous" msgstr "杂项" #. Tag: para -#: using-d-i.xml:2294 +#: using-d-i.xml:2655 #, no-c-format msgid "" "The components listed in this section are usually not involved in the " @@ -3304,13 +3699,13 @@ msgstr "" "题。" #. Tag: title -#: using-d-i.xml:2307 +#: using-d-i.xml:2668 #, no-c-format msgid "Saving the installation logs" msgstr "保存安装记录" #. Tag: para -#: using-d-i.xml:2309 +#: using-d-i.xml:2670 #, no-c-format msgid "" "If the installation is successful, the logfiles created during the " @@ -3321,7 +3716,7 @@ msgstr "" "/var/log/installer/。" #. Tag: para -#: using-d-i.xml:2316 +#: using-d-i.xml:2677 #, no-c-format msgid "" "Choosing Save debug logs from the main menu " @@ -3335,13 +3730,13 @@ msgstr "" "其它系统上研究记录,或者用于报告的附件。" #. Tag: title -#: using-d-i.xml:2336 +#: using-d-i.xml:2697 #, no-c-format msgid "Using the Shell and Viewing the Logs" msgstr "使用 Shell 查看记录" #. Tag: para -#: using-d-i.xml:2339 +#: using-d-i.xml:2700 #, no-c-format msgid "" "There is an Execute a Shell item on the menu. If " @@ -3362,7 +3757,7 @@ msgstr "" "ash。" #. Tag: para -#: using-d-i.xml:2351 +#: using-d-i.xml:2712 #, no-c-format msgid "" "At this point you are booted from the RAM disk, and there is a limited set " @@ -3378,7 +3773,7 @@ msgstr "" "shell 有一些好用的特性,如自动完成与历史纪录。" #. Tag: para -#: using-d-i.xml:2360 +#: using-d-i.xml:2721 #, no-c-format msgid "" "Use the menus to perform any task that they are able to do — the shell " @@ -3395,13 +3790,13 @@ msgstr "" "F1,或者键入 exit 返回菜单。" #. Tag: title -#: using-d-i.xml:2379 +#: using-d-i.xml:2740 #, no-c-format msgid "Installation Over the Network" msgstr "通过网络安装" #. Tag: para -#: using-d-i.xml:2381 +#: using-d-i.xml:2742 #, no-c-format msgid "" "One of the more interesting components is network-console 做这部分工作。)" #. Tag: para -#: using-d-i.xml:2391 +#: using-d-i.xml:2752 #, no-c-format msgid "" "This component is not loaded into the main installation menu by default, so " @@ -3436,7 +3831,7 @@ msgstr "" "SSH。" #. Tag: para -#: using-d-i.xml:2404 +#: using-d-i.xml:2765 #, no-c-format msgid "" "For installations on &arch-title;, this is the default method after setting " @@ -3444,7 +3839,7 @@ msgid "" msgstr "在 &arch-title; 上安装,建立网络之后这是默认的方法。" #. Tag: para -#: using-d-i.xml:2409 +#: using-d-i.xml:2770 #, no-c-format msgid "" "After selecting this new entry, you " @@ -3464,7 +3859,7 @@ msgstr "" "quote>。" #. Tag: para -#: using-d-i.xml:2421 +#: using-d-i.xml:2782 #, no-c-format msgid "" "Should you decide to continue with the installation locally, you can always " @@ -3475,7 +3870,7 @@ msgstr "" "他的组件。" #. Tag: para -#: using-d-i.xml:2427 +#: using-d-i.xml:2788 #, no-c-format msgid "" "Now let's switch to the other side of the wire. As a prerequisite, you need " @@ -3503,7 +3898,7 @@ msgstr "" "确认是否正确。" #. Tag: para -#: using-d-i.xml:2444 +#: using-d-i.xml:2805 #, no-c-format msgid "" "If you install several computers in turn and they happen to have the same IP " @@ -3519,7 +3914,7 @@ msgstr "" "再重新来过。" #. Tag: para -#: using-d-i.xml:2453 +#: using-d-i.xml:2814 #, no-c-format msgid "" "After the login you will be presented with an initial screen where you have " @@ -3536,7 +3931,7 @@ msgstr "" "的系统。在安装菜单只能打开一个 SSH 会话,但 shell 可以打开多个。" #. Tag: para -#: using-d-i.xml:2463 +#: using-d-i.xml:2824 #, no-c-format msgid "" "After you have started the installation remotely over SSH, you should not go " @@ -3549,7 +3944,7 @@ msgstr "" "配置的数据库。结果可能导致安装失败或者安装完成的系统出现问题。" #. Tag: para -#: using-d-i.xml:2471 +#: using-d-i.xml:2832 #, no-c-format msgid "" "Also, if you are running the SSH session from an X terminal, you should not " diff --git a/po/zh_TW/boot-new.po b/po/zh_TW/boot-new.po index eb6cc4a33..0461e4359 100644 --- a/po/zh_TW/boot-new.po +++ b/po/zh_TW/boot-new.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-01-31 23:11+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2005-07-18 00:22+0800\n" "Last-Translator: Jhang, Jia-Wei\n" "Language-Team: debian-chinese-big5 \n" @@ -310,11 +310,166 @@ msgstr "" #. Tag: title #: boot-new.xml:191 #, no-c-format +msgid "Mounting encrypted volumes" +msgstr "" + +#. Tag: para +#: boot-new.xml:193 +#, no-c-format +msgid "" +"If you created encrypted volumes during the installation and assigned them " +"mount points, you will be asked to enter the passphrase for each of these " +"volumes during the boot. The actual procedure differs slightly between dm-" +"crypt and loop-AES." +msgstr "" + +#. Tag: title +#: boot-new.xml:203 +#, no-c-format +msgid "loop-AES" +msgstr "" + +#. Tag: para +#: boot-new.xml:205 +#, no-c-format +msgid "" +"For partitions encrypted via loop-AES you will be shown the following prompt " +"during the boot: \n" +"mount: going to use loop device /dev/loopX\n" +"Password:\n" +" In the first line of the prompt, X is the number of the loop device. You are now probably " +"wondering for which volume you are actually entering " +"the passphrase. Does is relate to your /home? Or to " +"/var? Of course, if you have just one encrypted volume, " +"this is easy and you can just enter the passphrase you used when setting up " +"this volume. If you set up more than one encrypted volume during the " +"installation, the notes you wrote down as the last step in come in handy. If you did not make a note of the " +"mapping between loopX and " +"the mount points before, you can still find it in /etc/fstab of your new system." +msgstr "" + +#. Tag: para +#: boot-new.xml:226 +#, no-c-format +msgid "" +"No characters (even asterisks) will be shown while entering the passphrase. " +"Be careful, you have only one try. If you enter wrong " +"passphrase, an error message will appear and the boot process will skip that " +"volume and continue to mount the next filesystem. Please see for further information." +msgstr "" + +#. Tag: para +#: boot-new.xml:235 +#, no-c-format +msgid "After entering all passphrases the boot should continue as usual." +msgstr "" + +#. Tag: title +#: boot-new.xml:243 +#, no-c-format +msgid "dm-crypt" +msgstr "" + +#. Tag: para +#: boot-new.xml:245 +#, no-c-format +msgid "TODO: write something once it works." +msgstr "" + +#. Tag: title +#: boot-new.xml:253 +#, no-c-format +msgid "Troubleshooting" +msgstr "" + +#. Tag: para +#: boot-new.xml:255 +#, no-c-format +msgid "" +"If some of the encrypted volumes could not be mounted because a wrong " +"passphrase was entered, you will have to mount them manually after the boot. " +"There are several cases." +msgstr "" + +#. Tag: para +#: boot-new.xml:264 +#, no-c-format +msgid "" +"The first case concerns the root partition. When it is not mounted " +"correctly, the boot process will halt and you will have to reboot the " +"computer to try again." +msgstr "" + +#. Tag: para +#: boot-new.xml:271 +#, no-c-format +msgid "" +"The easiest case is for encrypted volumes holding data like /home or /srv. You can simply mount them manually " +"after the boot. For loop-AES this is one-step operation: " +"\n" +"# mount /mount_point\n" +"Password:\n" +" where /mount_point " +"should be replaced by the particular directory (e.g. /home). The only difference from an ordinary mount is that you will be " +"asked to enter the passphrase for this volume." +msgstr "" + +#. Tag: para +#: boot-new.xml:285 +#, no-c-format +msgid "" +"For dm-crypt this is a bit trickier. First you need to register the volumes " +"with device mapper by running: " +"\n" +"# /etc/init.d/cryptdisks start\n" +" This will scan all volumes mentioned in " +"/etc/crypttab and will create appropriate devices under " +"the /dev directory after entering the correct " +"passphrases. (Already registered volumes will be skipped, so you can repeat " +"this command several times without worrying.) After successful registration " +"you can simply mount the volumes the usual way:" +msgstr "" + +#. Tag: screen +#: boot-new.xml:300 +#, no-c-format +msgid "" +"# mount /mount_point" +msgstr "" + +#. Tag: para +#: boot-new.xml:303 +#, no-c-format +msgid "" +"If the volumes holding noncritical system files could not be mounted " +"(/usr or /var), the system should " +"still boot and you should be able to mount the volumes manually like in the " +"previous case. However, you will also need to (re)start any services usually " +"running in your default runlevel because it is very likely that they were " +"not started. The easiest way to achieve this is by switching to the first " +"runlevel and back by entering \n" +"# init 1\n" +" at the shell prompt and pressing " +"Control D when asked for the " +"root password." +msgstr "" + +#. Tag: title +#: boot-new.xml:326 +#, no-c-format msgid "Log In" msgstr "登入" #. Tag: para -#: boot-new.xml:193 +#: boot-new.xml:328 #, fuzzy, no-c-format msgid "" "Once your system boots, you'll be presented with the login prompt. Log in " @@ -325,7 +480,7 @@ msgstr "" "您的系統就能使用了。" #. Tag: para -#: boot-new.xml:199 +#: boot-new.xml:334 #, no-c-format msgid "" "If you are a new user, you may want to explore the documentation which is " @@ -337,7 +492,7 @@ msgstr "" "由不同類型的文件組成。接下來將做簡略介紹。" #. Tag: para -#: boot-new.xml:207 +#: boot-new.xml:342 #, no-c-format msgid "" "Documentation accompanying programs you have installed is in /usr/" @@ -352,7 +507,7 @@ msgstr "" "filename>。" #. Tag: para -#: boot-new.xml:216 +#: boot-new.xml:351 #, no-c-format msgid "" "In addition, there are some special folders within the /usr/share/" @@ -367,7 +522,7 @@ msgstr "" "覽 /usr/share/doc/HTML/index.html 文件索引。" #. Tag: para -#: boot-new.xml:226 +#: boot-new.xml:361 #, no-c-format msgid "" "One easy way to view these documents is to cd /usr/share/doc/lynx 後面加上空格和一個點 (點是指目前目錄)。" #. Tag: para -#: boot-new.xml:233 +#: boot-new.xml:368 #, no-c-format msgid "" "You can also type info command/usr/" diff --git a/po/zh_TW/hardware.po b/po/zh_TW/hardware.po index 491dedef9..13fbcc3d5 100644 --- a/po/zh_TW/hardware.po +++ b/po/zh_TW/hardware.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-05-04 19:49+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2005-07-18 12:00+0800\n" "Last-Translator: Jhang, Jia-Wei\n" "Language-Team: debian-chinese-big5 \n" @@ -283,9 +283,9 @@ msgstr "APS" #. Tag: entry #: hardware.xml:118 -#, no-c-format -msgid "riscpc" -msgstr "riscpc" +#, fuzzy, no-c-format +msgid "rpc" +msgstr "powerpc" #. Tag: entry #: hardware.xml:122 @@ -331,9 +331,9 @@ msgstr "PReP" #. Tag: entry #: hardware.xml:131 -#, no-c-format -msgid "prep" -msgstr "prep" +#, fuzzy, no-c-format +msgid "prep" +msgstr "powerpc" #. Tag: entry #: hardware.xml:133 @@ -422,132 +422,126 @@ msgstr "r4k-ip22" #. Tag: entry #: hardware.xml:160 #, no-c-format -msgid "r5k-ip22" -msgstr "r5k-ip22" - -#. Tag: entry -#: hardware.xml:162 -#, no-c-format msgid "SGI IP32 (O2)" msgstr "" #. Tag: entry -#: hardware.xml:163 +#: hardware.xml:161 #, fuzzy, no-c-format msgid "r5k-ip32" msgstr "r5k-ip22" # index.docbook:162, index.docbook:177 #. Tag: entry -#: hardware.xml:165 hardware.xml:183 +#: hardware.xml:163 hardware.xml:181 #, no-c-format msgid "Broadcom BCM91250A (SWARM)" msgstr "Broadcom BCM91250A (SQARM)" # index.docbook:163, index.docbook:178 #. Tag: entry -#: hardware.xml:166 hardware.xml:184 +#: hardware.xml:164 hardware.xml:182 #, no-c-format msgid "sb1-bcm91250a" msgstr "sb1-bcm91250a" # index.docbook:162, index.docbook:177 #. Tag: entry -#: hardware.xml:168 hardware.xml:186 +#: hardware.xml:166 hardware.xml:184 #, fuzzy, no-c-format msgid "Broadcom BCM91480B (BigSur)" msgstr "Broadcom BCM91250A (SQARM)" # index.docbook:163, index.docbook:178 #. Tag: entry -#: hardware.xml:169 hardware.xml:187 +#: hardware.xml:167 hardware.xml:185 #, fuzzy, no-c-format msgid "sb1a-bcm91480b" msgstr "sb1-bcm91250a" #. Tag: entry -#: hardware.xml:173 +#: hardware.xml:171 #, no-c-format msgid "MIPS (little endian)" msgstr "MIPS (little endian)" #. Tag: entry -#: hardware.xml:174 +#: hardware.xml:172 #, no-c-format msgid "mipsel" msgstr "mipsel" #. Tag: entry -#: hardware.xml:175 +#: hardware.xml:173 #, no-c-format msgid "Cobalt" msgstr "Cobalt" #. Tag: entry -#: hardware.xml:176 +#: hardware.xml:174 #, no-c-format msgid "cobalt" msgstr "cobalt" #. Tag: entry -#: hardware.xml:178 +#: hardware.xml:176 #, no-c-format msgid "DECstation" msgstr "DECstation" # index.docbook:173, index.docbook:1002, index.docbook:1017, index.docbook:1027 #. Tag: entry -#: hardware.xml:179 hardware.xml:1010 hardware.xml:1025 hardware.xml:1035 +#: hardware.xml:177 hardware.xml:1008 hardware.xml:1023 hardware.xml:1033 #, no-c-format msgid "r4k-kn04" msgstr "r4k-kn04" # index.docbook:175, index.docbook:997, index.docbook:1007, index.docbook:1012, index.docbook:1022 #. Tag: entry -#: hardware.xml:181 hardware.xml:1005 hardware.xml:1015 hardware.xml:1020 -#: hardware.xml:1030 +#: hardware.xml:179 hardware.xml:1003 hardware.xml:1013 hardware.xml:1018 +#: hardware.xml:1028 #, no-c-format msgid "r3k-kn02" msgstr "r3k-kn02" #. Tag: entry -#: hardware.xml:191 +#: hardware.xml:189 #, no-c-format msgid "IBM S/390" msgstr "IBM S/390" #. Tag: entry -#: hardware.xml:192 +#: hardware.xml:190 #, no-c-format msgid "s390" msgstr "s390" #. Tag: entry -#: hardware.xml:193 +#: hardware.xml:191 #, no-c-format msgid "IPL from VM-reader and DASD" msgstr "IPL from VM-reader and DASD" #. Tag: entry -#: hardware.xml:194 +#: hardware.xml:192 #, no-c-format msgid "generic" msgstr "generic" #. Tag: entry -#: hardware.xml:196 +#: hardware.xml:194 #, no-c-format msgid "IPL from tape" msgstr "IPL from tape" #. Tag: entry -#: hardware.xml:197 +#: hardware.xml:195 #, no-c-format msgid "tape" msgstr "type" #. Tag: para -#: hardware.xml:202 +#: hardware.xml:200 #, no-c-format msgid "" "This document covers installation for the &arch-title; " @@ -560,7 +554,7 @@ msgstr "" "org/ports/\">Debian 移植網頁。" #. Tag: para -#: hardware.xml:210 +#: hardware.xml:208 #, fuzzy, no-c-format msgid "" "This is the first official release of &debian; for the &arch-title; " @@ -581,15 +575,15 @@ msgstr "" # index.docbook:224, index.docbook:683, index.docbook:780, index.docbook:799, index.docbook:842, index.docbook:884, index.docbook:938, index.docbook:1085, index.docbook:1491 #. Tag: title -#: hardware.xml:233 hardware.xml:692 hardware.xml:768 hardware.xml:787 -#: hardware.xml:830 hardware.xml:872 hardware.xml:940 hardware.xml:1099 -#: hardware.xml:1505 +#: hardware.xml:231 hardware.xml:690 hardware.xml:766 hardware.xml:785 +#: hardware.xml:828 hardware.xml:870 hardware.xml:938 hardware.xml:1097 +#: hardware.xml:1543 #, no-c-format msgid "CPU, Main Boards, and Video Support" msgstr "中央處理器,主機板和顯示的支援" #. Tag: para -#: hardware.xml:234 +#: hardware.xml:232 #, no-c-format msgid "" "Complete information regarding supported DEC Alphas can be found at 中找到,本節是描述有啟動磁區支援的系統。" #. Tag: para -#: hardware.xml:241 +#: hardware.xml:239 #, no-c-format msgid "" "Alpha machines are subdivided into different system types because there are " @@ -614,7 +608,7 @@ msgstr "" "此,安裝過程,或更準確的說:開機過程,會因系統不同而不同。" #. Tag: para -#: hardware.xml:249 +#: hardware.xml:247 #, no-c-format msgid "" "The following table lists the system types supported by the Debian " @@ -626,1133 +620,1133 @@ msgstr "" "代號(code name)。當開始安裝時,您需要知道這些代號。" #. Tag: entry -#: hardware.xml:266 +#: hardware.xml:264 #, no-c-format msgid "Hardware Type" msgstr "硬體類型" #. Tag: entry -#: hardware.xml:267 +#: hardware.xml:265 #, no-c-format msgid "Aliases" msgstr "別名" #. Tag: entry -#: hardware.xml:267 +#: hardware.xml:265 #, no-c-format msgid "MILO image" msgstr "MILO image" #. Tag: entry -#: hardware.xml:273 +#: hardware.xml:271 #, no-c-format msgid "ALCOR" msgstr "ALCOR" #. Tag: entry -#: hardware.xml:274 +#: hardware.xml:272 #, no-c-format msgid "AlphaStation 500 5/266.300" msgstr "AlphaStation 500 5/266.300" #. Tag: entry -#: hardware.xml:275 +#: hardware.xml:273 #, no-c-format msgid "Maverick" msgstr "Maverick" # index.docbook:267, index.docbook:271, index.docbook:275 #. Tag: entry -#: hardware.xml:276 hardware.xml:280 hardware.xml:284 +#: hardware.xml:274 hardware.xml:278 hardware.xml:282 #, no-c-format msgid "alcor" msgstr "alcor" #. Tag: entry -#: hardware.xml:278 +#: hardware.xml:276 #, no-c-format msgid "AlphaStation 500 5/333...500" msgstr "AlphaStation 500 5/333...500" #. Tag: entry -#: hardware.xml:279 +#: hardware.xml:277 #, no-c-format msgid "Bret" msgstr "Bret" #. Tag: entry -#: hardware.xml:282 +#: hardware.xml:280 #, no-c-format msgid "AlphaStation 600/266...300" msgstr "AlphaStation 600/266...300" #. Tag: entry -#: hardware.xml:283 +#: hardware.xml:281 #, no-c-format msgid "Alcor" msgstr "Alcor" #. Tag: entry -#: hardware.xml:286 +#: hardware.xml:284 #, no-c-format msgid "AlphaStation 600/300...433" msgstr "AlphaStation 600/300...433" #. Tag: entry -#: hardware.xml:287 +#: hardware.xml:285 #, no-c-format msgid "XLT" msgstr "XLT" #. Tag: entry -#: hardware.xml:288 +#: hardware.xml:286 #, no-c-format msgid "xlt" msgstr "xlt" #. Tag: entry -#: hardware.xml:292 +#: hardware.xml:290 #, no-c-format msgid "BOOK1" msgstr "BOOK1" #. Tag: entry -#: hardware.xml:293 +#: hardware.xml:291 #, no-c-format msgid "AlphaBook1 (laptop)" msgstr "AlphaBook1 (laptop)" #. Tag: entry -#: hardware.xml:294 +#: hardware.xml:292 #, no-c-format msgid "Alphabook1/Burns" msgstr "Alphabook1/Burns" #. Tag: entry -#: hardware.xml:295 +#: hardware.xml:293 #, no-c-format msgid "book1" msgstr "book1" #. Tag: entry -#: hardware.xml:299 +#: hardware.xml:297 #, no-c-format msgid "AVANTI" msgstr "AVANTI" #. Tag: entry -#: hardware.xml:300 +#: hardware.xml:298 #, no-c-format msgid "AlphaStation 200 4/100...166" msgstr "AlphaStation 200 4/100...166" #. Tag: entry -#: hardware.xml:301 +#: hardware.xml:299 #, no-c-format msgid "Mustang" msgstr "Mustang" # index.docbook:293, index.docbook:297, index.docbook:301, index.docbook:305, index.docbook:309, index.docbook:313, index.docbook:317, index.docbook:321 #. Tag: entry -#: hardware.xml:302 hardware.xml:306 hardware.xml:310 hardware.xml:314 -#: hardware.xml:318 hardware.xml:322 hardware.xml:326 hardware.xml:330 +#: hardware.xml:300 hardware.xml:304 hardware.xml:308 hardware.xml:312 +#: hardware.xml:316 hardware.xml:320 hardware.xml:324 hardware.xml:328 #, no-c-format msgid "avanti" msgstr "avanti" #. Tag: entry -#: hardware.xml:304 +#: hardware.xml:302 #, no-c-format msgid "AlphaStation 200 4/233" msgstr "AlphaStation 200 4/233" #. Tag: entry -#: hardware.xml:305 +#: hardware.xml:303 #, no-c-format msgid "Mustang+" msgstr "Mustang+" #. Tag: entry -#: hardware.xml:308 +#: hardware.xml:306 #, no-c-format msgid "AlphaStation 205 4/133...333" msgstr "AlphaStation 205 4/133...333" #. Tag: entry -#: hardware.xml:309 +#: hardware.xml:307 #, no-c-format msgid "LX3" msgstr "LX3" #. Tag: entry -#: hardware.xml:312 +#: hardware.xml:310 #, no-c-format msgid "AlphaStation 250 4/300" msgstr "AlphaStation 250 4/300" #. Tag: entry -#: hardware.xml:313 +#: hardware.xml:311 #, no-c-format msgid "M3+" msgstr "M3+" #. Tag: entry -#: hardware.xml:316 +#: hardware.xml:314 #, no-c-format msgid "AlphaStation 255 4/133...333" msgstr "AlphaStation 255 4/133...333" #. Tag: entry -#: hardware.xml:317 +#: hardware.xml:315 #, no-c-format msgid "LX3+" msgstr "LX3+" #. Tag: entry -#: hardware.xml:320 +#: hardware.xml:318 #, no-c-format msgid "AlphaStation 300 4/266" msgstr "AlphaStation 300 4/266" #. Tag: entry -#: hardware.xml:321 +#: hardware.xml:319 #, no-c-format msgid "Melmac" msgstr "Melmac" #. Tag: entry -#: hardware.xml:324 +#: hardware.xml:322 #, no-c-format msgid "AlphaStation 400 4/166" msgstr "AlphaStation 400 4/166" #. Tag: entry -#: hardware.xml:325 +#: hardware.xml:323 #, no-c-format msgid "Chinet" msgstr "Chinet" #. Tag: entry -#: hardware.xml:328 +#: hardware.xml:326 #, no-c-format msgid "AlphaStation 400 4/233...300" msgstr "AlphaStation 400 4/233...300" #. Tag: entry -#: hardware.xml:329 +#: hardware.xml:327 #, no-c-format msgid "Avanti" msgstr "Avanti" # index.docbook:325, index.docbook:338, index.docbook:339 #. Tag: entry -#: hardware.xml:334 hardware.xml:347 hardware.xml:348 +#: hardware.xml:332 hardware.xml:345 hardware.xml:346 #, no-c-format msgid "EB164" msgstr "EB164" #. Tag: entry -#: hardware.xml:335 +#: hardware.xml:333 #, no-c-format msgid "AlphaPC164" msgstr "AlphaPC164" #. Tag: entry -#: hardware.xml:336 +#: hardware.xml:334 #, no-c-format msgid "PC164" msgstr "PC164" #. Tag: entry -#: hardware.xml:337 +#: hardware.xml:335 #, no-c-format msgid "pc164" msgstr "pc164" #. Tag: entry -#: hardware.xml:339 +#: hardware.xml:337 #, no-c-format msgid "AlphaPC164-LX" msgstr "AlphaPC164-LX" #. Tag: entry -#: hardware.xml:340 +#: hardware.xml:338 #, no-c-format msgid "LX164" msgstr "LX164" #. Tag: entry -#: hardware.xml:341 +#: hardware.xml:339 #, no-c-format msgid "lx164" msgstr "lx164" #. Tag: entry -#: hardware.xml:343 +#: hardware.xml:341 #, no-c-format msgid "AlphaPC164-SX" msgstr "AlphaPC164-SX" #. Tag: entry -#: hardware.xml:344 +#: hardware.xml:342 #, no-c-format msgid "SX164" msgstr "SX164" #. Tag: entry -#: hardware.xml:345 +#: hardware.xml:343 #, no-c-format msgid "sx164" msgstr "sx164" #. Tag: entry -#: hardware.xml:349 +#: hardware.xml:347 #, no-c-format msgid "eb164" msgstr "eb164" # index.docbook:344, index.docbook:353, index.docbook:354 #. Tag: entry -#: hardware.xml:353 hardware.xml:362 hardware.xml:363 +#: hardware.xml:351 hardware.xml:360 hardware.xml:361 #, no-c-format msgid "EB64+" msgstr "EB64+" #. Tag: entry -#: hardware.xml:354 +#: hardware.xml:352 #, no-c-format msgid "AlphaPC64" msgstr "AlphaPC64" # index.docbook:346, index.docbook:350 #. Tag: entry -#: hardware.xml:355 hardware.xml:359 +#: hardware.xml:353 hardware.xml:357 #, no-c-format msgid "Cabriolet" msgstr "Cabriolet" # index.docbook:347, index.docbook:351 #. Tag: entry -#: hardware.xml:356 hardware.xml:360 +#: hardware.xml:354 hardware.xml:358 #, no-c-format msgid "cabriolet" msgstr "cabriolet" #. Tag: entry -#: hardware.xml:358 +#: hardware.xml:356 #, no-c-format msgid "AlphaPCI64" msgstr "AlphaPCI64" #. Tag: entry -#: hardware.xml:364 +#: hardware.xml:362 #, no-c-format msgid "eb64p" msgstr "eb64p" # index.docbook:359, index.docbook:360, index.docbook:361 #. Tag: entry -#: hardware.xml:368 hardware.xml:369 hardware.xml:370 +#: hardware.xml:366 hardware.xml:367 hardware.xml:368 #, no-c-format msgid "EB66" msgstr "EB66" #. Tag: entry -#: hardware.xml:371 +#: hardware.xml:369 #, no-c-format msgid "eb66" msgstr "eb66" # index.docbook:364, index.docbook:365 #. Tag: entry -#: hardware.xml:373 hardware.xml:374 +#: hardware.xml:371 hardware.xml:372 #, no-c-format msgid "EB66+" msgstr "EB66+" #. Tag: entry -#: hardware.xml:375 +#: hardware.xml:373 #, no-c-format msgid "eb66p" msgstr "eb66p" #. Tag: entry -#: hardware.xml:379 +#: hardware.xml:377 #, no-c-format msgid "JENSEN" msgstr "JENSEN" #. Tag: entry -#: hardware.xml:380 +#: hardware.xml:378 #, no-c-format msgid "DEC 2000 Model 300(S)" msgstr "DEC 2000 Model 300(S)" # index.docbook:372, index.docbook:380 #. Tag: entry -#: hardware.xml:381 hardware.xml:389 +#: hardware.xml:379 hardware.xml:387 #, no-c-format msgid "Jensen" msgstr "Jensen" # index.docbook:373, index.docbook:377, index.docbook:381, index.docbook:442, index.docbook:446, index.docbook:464, index.docbook:468, index.docbook:472, index.docbook:476, index.docbook:480, index.docbook:484, index.docbook:488, index.docbook:502, index.docbook:506, index.docbook:510, index.docbook:514, index.docbook:518, index.docbook:552, index.docbook:556, index.docbook:560, index.docbook:564, index.docbook:578, index.docbook:582, index.docbook:586, index.docbook:590, index.docbook:597, index.docbook:601, index.docbook:605, index.docbook:609, index.docbook:613, index.docbook:617, index.docbook:621, index.docbook:625, index.docbook:629, index.docbook:633, index.docbook:637, index.docbook:641, index.docbook:645, index.docbook:652, index.docbook:656 #. Tag: entry -#: hardware.xml:382 hardware.xml:386 hardware.xml:390 hardware.xml:451 -#: hardware.xml:455 hardware.xml:473 hardware.xml:477 hardware.xml:481 -#: hardware.xml:485 hardware.xml:489 hardware.xml:493 hardware.xml:497 -#: hardware.xml:511 hardware.xml:515 hardware.xml:519 hardware.xml:523 -#: hardware.xml:527 hardware.xml:561 hardware.xml:565 hardware.xml:569 -#: hardware.xml:573 hardware.xml:587 hardware.xml:591 hardware.xml:595 -#: hardware.xml:599 hardware.xml:606 hardware.xml:610 hardware.xml:614 -#: hardware.xml:618 hardware.xml:622 hardware.xml:626 hardware.xml:630 -#: hardware.xml:634 hardware.xml:638 hardware.xml:642 hardware.xml:646 -#: hardware.xml:650 hardware.xml:654 hardware.xml:661 hardware.xml:665 +#: hardware.xml:380 hardware.xml:384 hardware.xml:388 hardware.xml:449 +#: hardware.xml:453 hardware.xml:471 hardware.xml:475 hardware.xml:479 +#: hardware.xml:483 hardware.xml:487 hardware.xml:491 hardware.xml:495 +#: hardware.xml:509 hardware.xml:513 hardware.xml:517 hardware.xml:521 +#: hardware.xml:525 hardware.xml:559 hardware.xml:563 hardware.xml:567 +#: hardware.xml:571 hardware.xml:585 hardware.xml:589 hardware.xml:593 +#: hardware.xml:597 hardware.xml:604 hardware.xml:608 hardware.xml:612 +#: hardware.xml:616 hardware.xml:620 hardware.xml:624 hardware.xml:628 +#: hardware.xml:632 hardware.xml:636 hardware.xml:640 hardware.xml:644 +#: hardware.xml:648 hardware.xml:652 hardware.xml:659 hardware.xml:663 #, no-c-format msgid "N/A" msgstr "N/A" #. Tag: entry -#: hardware.xml:384 +#: hardware.xml:382 #, no-c-format msgid "DEC 2000 Model 500" msgstr "DEC 2000 Model 500" #. Tag: entry -#: hardware.xml:385 +#: hardware.xml:383 #, no-c-format msgid "Culzen" msgstr "Culzen" #. Tag: entry -#: hardware.xml:388 +#: hardware.xml:386 #, no-c-format msgid "DECpc 150" msgstr "DECpc 150" #. Tag: entry -#: hardware.xml:394 +#: hardware.xml:392 #, no-c-format msgid "MIATA" msgstr "MIATA" #. Tag: entry -#: hardware.xml:395 +#: hardware.xml:393 #, no-c-format msgid "Personal WorkStation 433a" msgstr "Personal WorkStation 433a" # index.docbook:387, index.docbook:391, index.docbook:395, index.docbook:399, index.docbook:403, index.docbook:407, index.docbook:411, index.docbook:415 #. Tag: entry -#: hardware.xml:396 hardware.xml:400 hardware.xml:404 hardware.xml:408 -#: hardware.xml:412 hardware.xml:416 hardware.xml:420 hardware.xml:424 +#: hardware.xml:394 hardware.xml:398 hardware.xml:402 hardware.xml:406 +#: hardware.xml:410 hardware.xml:414 hardware.xml:418 hardware.xml:422 #, no-c-format msgid "Miata" msgstr "Miata" # index.docbook:388, index.docbook:392, index.docbook:396, index.docbook:400, index.docbook:404, index.docbook:408, index.docbook:412, index.docbook:416 #. Tag: entry -#: hardware.xml:397 hardware.xml:401 hardware.xml:405 hardware.xml:409 -#: hardware.xml:413 hardware.xml:417 hardware.xml:421 hardware.xml:425 +#: hardware.xml:395 hardware.xml:399 hardware.xml:403 hardware.xml:407 +#: hardware.xml:411 hardware.xml:415 hardware.xml:419 hardware.xml:423 #, no-c-format msgid "miata" msgstr "miata" #. Tag: entry -#: hardware.xml:399 +#: hardware.xml:397 #, no-c-format msgid "Personal WorkStation 433au" msgstr "Personal WorkStation 433au" #. Tag: entry -#: hardware.xml:403 +#: hardware.xml:401 #, no-c-format msgid "Personal WorkStation 466au" msgstr "Personal WorkStation 466au" #. Tag: entry -#: hardware.xml:407 +#: hardware.xml:405 #, no-c-format msgid "Personal WorkStation 500a" msgstr "Personal WorkStation 500a" #. Tag: entry -#: hardware.xml:411 +#: hardware.xml:409 #, no-c-format msgid "Personal WorkStation 500au" msgstr "Personal WorkStation 500au" #. Tag: entry -#: hardware.xml:415 +#: hardware.xml:413 #, no-c-format msgid "Personal WorkStation 550au" msgstr "Personal WorkStation 550au" #. Tag: entry -#: hardware.xml:419 +#: hardware.xml:417 #, no-c-format msgid "Personal WorkStation 600a" msgstr "Personal WorkStation 600a" #. Tag: entry -#: hardware.xml:423 +#: hardware.xml:421 #, no-c-format msgid "Personal WorkStation 600au" msgstr "Personal WorkStation 600au" #. Tag: entry -#: hardware.xml:429 +#: hardware.xml:427 #, no-c-format msgid "MIKASA" msgstr "MIKASA" #. Tag: entry -#: hardware.xml:430 +#: hardware.xml:428 #, no-c-format msgid "AlphaServer 1000 4/200" msgstr "AlphaServer 1000 4/200" #. Tag: entry -#: hardware.xml:431 +#: hardware.xml:429 #, no-c-format msgid "Mikasa" msgstr "Mikasa" # index.docbook:423, index.docbook:427, index.docbook:431, index.docbook:435 #. Tag: entry -#: hardware.xml:432 hardware.xml:436 hardware.xml:440 hardware.xml:444 +#: hardware.xml:430 hardware.xml:434 hardware.xml:438 hardware.xml:442 #, no-c-format msgid "mikasa" msgstr "mikasa" #. Tag: entry -#: hardware.xml:434 +#: hardware.xml:432 #, no-c-format msgid "AlphaServer 1000 4/233..266" msgstr "AlphaServer 1000 4/233..266" #. Tag: entry -#: hardware.xml:435 +#: hardware.xml:433 #, no-c-format msgid "Mikasa+" msgstr "Mikasa+" # index.docbook:429, index.docbook:433 #. Tag: entry -#: hardware.xml:438 hardware.xml:442 +#: hardware.xml:436 hardware.xml:440 #, no-c-format msgid "AlphaServer 1000 5/300" msgstr "AlphaServer 1000 5/300" #. Tag: entry -#: hardware.xml:439 +#: hardware.xml:437 #, no-c-format msgid "Mikasa-Pinnacle" msgstr "Mikasa-Pinnacle" #. Tag: entry -#: hardware.xml:443 +#: hardware.xml:441 #, no-c-format msgid "Mikasa-Primo" msgstr "Mikasa-Primo" #. Tag: entry -#: hardware.xml:448 +#: hardware.xml:446 #, no-c-format msgid "NAUTILUS" msgstr "NAUTILUS" #. Tag: entry -#: hardware.xml:449 +#: hardware.xml:447 #, no-c-format msgid "UP1000" msgstr "UP1000" #. Tag: entry -#: hardware.xml:450 +#: hardware.xml:448 #, no-c-format msgid "Nautilus" msgstr "Nautilus" #. Tag: entry -#: hardware.xml:453 +#: hardware.xml:451 #, no-c-format msgid "UP1100" msgstr "UP1100" #. Tag: entry -#: hardware.xml:454 +#: hardware.xml:452 #, no-c-format msgid "Galaxy-Train/Nautilus Jr." msgstr "Galaxy-Train/Nautilus Jr." #. Tag: entry -#: hardware.xml:459 +#: hardware.xml:457 #, no-c-format msgid "NONAME" msgstr "NONAME" #. Tag: entry -#: hardware.xml:460 +#: hardware.xml:458 #, no-c-format msgid "AXPpci33" msgstr "AXPpci33" #. Tag: entry -#: hardware.xml:461 +#: hardware.xml:459 #, no-c-format msgid "Noname" msgstr "Noname" # index.docbook:453, index.docbook:457 #. Tag: entry -#: hardware.xml:462 hardware.xml:466 +#: hardware.xml:460 hardware.xml:464 #, no-c-format msgid "noname" msgstr "noname" #. Tag: entry -#: hardware.xml:464 +#: hardware.xml:462 #, no-c-format msgid "UDB" msgstr "UDB" #. Tag: entry -#: hardware.xml:465 +#: hardware.xml:463 #, no-c-format msgid "Multia" msgstr "Multia" #. Tag: entry -#: hardware.xml:470 +#: hardware.xml:468 #, no-c-format msgid "NORITAKE" msgstr "NORITAKE" #. Tag: entry -#: hardware.xml:471 +#: hardware.xml:469 #, no-c-format msgid "AlphaServer 1000A 4/233...266" msgstr "AlphaServer 1000A 4/233...266" #. Tag: entry -#: hardware.xml:472 +#: hardware.xml:470 #, no-c-format msgid "Noritake" msgstr "Noritake" #. Tag: entry -#: hardware.xml:475 +#: hardware.xml:473 #, no-c-format msgid "AlphaServer 1000A 5/300" msgstr "AlphaServer 1000A 5/300" #. Tag: entry -#: hardware.xml:476 +#: hardware.xml:474 #, no-c-format msgid "Noritake-Pinnacle" msgstr "Noritake-Pinnacle" #. Tag: entry -#: hardware.xml:479 +#: hardware.xml:477 #, no-c-format msgid "AlphaServer 1000A 5/333...500" msgstr "AlphaServer 1000A 5/333...500" #. Tag: entry -#: hardware.xml:480 +#: hardware.xml:478 #, no-c-format msgid "Noritake-Primo" msgstr "Noritake-Primo" #. Tag: entry -#: hardware.xml:483 +#: hardware.xml:481 #, no-c-format msgid "AlphaServer 800 5/333...500" msgstr "AlphaServer 800 5/333...500" # index.docbook:475, index.docbook:483, index.docbook:487 #. Tag: entry -#: hardware.xml:484 hardware.xml:492 hardware.xml:496 +#: hardware.xml:482 hardware.xml:490 hardware.xml:494 #, no-c-format msgid "Corelle" msgstr "Corelle" #. Tag: entry -#: hardware.xml:487 +#: hardware.xml:485 #, no-c-format msgid "AlphaStation 600 A" msgstr "AlphaStation 600 A" #. Tag: entry -#: hardware.xml:488 +#: hardware.xml:486 #, no-c-format msgid "Alcor-Primo" msgstr "Alcor-Primo" #. Tag: entry -#: hardware.xml:491 +#: hardware.xml:489 #, no-c-format msgid "Digital Server 3300" msgstr "Digital Server 3300" #. Tag: entry -#: hardware.xml:495 +#: hardware.xml:493 #, no-c-format msgid "Digital Server 3300R" msgstr "Digital Server 3300R" #. Tag: entry -#: hardware.xml:501 +#: hardware.xml:499 #, no-c-format msgid "PLATFORM 2000" msgstr "PLATFORM 2000" # index.docbook:493, index.docbook:494 #. Tag: entry -#: hardware.xml:502 hardware.xml:503 +#: hardware.xml:500 hardware.xml:501 #, no-c-format msgid "P2K" msgstr "P2K" #. Tag: entry -#: hardware.xml:504 +#: hardware.xml:502 #, no-c-format msgid "p2k" msgstr "p2k" #. Tag: entry -#: hardware.xml:508 +#: hardware.xml:506 #, no-c-format msgid "RAWHIDE" msgstr "RAWHIDE" #. Tag: entry -#: hardware.xml:509 +#: hardware.xml:507 #, no-c-format msgid "AlphaServer 1200 5/xxx" msgstr "AlphaServer 1200 5/xxx" # index.docbook:501, index.docbook:513 #. Tag: entry -#: hardware.xml:510 hardware.xml:522 +#: hardware.xml:508 hardware.xml:520 #, no-c-format msgid "Tincup/DaVinci" msgstr "Tincup/DaVinci" #. Tag: entry -#: hardware.xml:513 +#: hardware.xml:511 #, no-c-format msgid "AlphaServer 4000 5/xxx" msgstr "AlphaServer 4000 5/xxx" #. Tag: entry -#: hardware.xml:514 +#: hardware.xml:512 #, no-c-format msgid "Wrangler/Durango" msgstr "Wrangler/Durango" #. Tag: entry -#: hardware.xml:517 +#: hardware.xml:515 #, no-c-format msgid "AlphaServer 4100 5/xxx" msgstr "AlphaServer 4100 5/xxx" # index.docbook:509, index.docbook:517 #. Tag: entry -#: hardware.xml:518 hardware.xml:526 +#: hardware.xml:516 hardware.xml:524 #, no-c-format msgid "Dodge" msgstr "Dodge" #. Tag: entry -#: hardware.xml:521 +#: hardware.xml:519 #, no-c-format msgid "Digital Server 5300" msgstr "Digital Server 5300" #. Tag: entry -#: hardware.xml:525 +#: hardware.xml:523 #, no-c-format msgid "Digital Server 7300" msgstr "Digital Server 7300" #. Tag: entry -#: hardware.xml:531 +#: hardware.xml:529 #, no-c-format msgid "RUFFIAN" msgstr "RUFFIAN" #. Tag: entry -#: hardware.xml:532 +#: hardware.xml:530 #, no-c-format msgid "DeskStation AlphaPC164-UX" msgstr "DeskStation AlphaPC164-UX" # index.docbook:524, index.docbook:528, index.docbook:532, index.docbook:536, index.docbook:540, index.docbook:544 #. Tag: entry -#: hardware.xml:533 hardware.xml:537 hardware.xml:541 hardware.xml:545 -#: hardware.xml:549 hardware.xml:553 +#: hardware.xml:531 hardware.xml:535 hardware.xml:539 hardware.xml:543 +#: hardware.xml:547 hardware.xml:551 #, no-c-format msgid "Ruffian" msgstr "Ruffian" # index.docbook:525, index.docbook:529, index.docbook:533, index.docbook:537, index.docbook:541, index.docbook:545 #. Tag: entry -#: hardware.xml:534 hardware.xml:538 hardware.xml:542 hardware.xml:546 -#: hardware.xml:550 hardware.xml:554 +#: hardware.xml:532 hardware.xml:536 hardware.xml:540 hardware.xml:544 +#: hardware.xml:548 hardware.xml:552 #, no-c-format msgid "ruffian" msgstr "ruffian" #. Tag: entry -#: hardware.xml:536 +#: hardware.xml:534 #, no-c-format msgid "DeskStation RPL164-2" msgstr "DeskStation RPL164-2" #. Tag: entry -#: hardware.xml:540 +#: hardware.xml:538 #, no-c-format msgid "DeskStation RPL164-4" msgstr "DeskStation RPL164-4" #. Tag: entry -#: hardware.xml:544 +#: hardware.xml:542 #, no-c-format msgid "DeskStation RPX164-2" msgstr "DeskStation RPX164-2" #. Tag: entry -#: hardware.xml:548 +#: hardware.xml:546 #, no-c-format msgid "DeskStation RPX164-4" msgstr "DeskStation RPX164-4" #. Tag: entry -#: hardware.xml:552 +#: hardware.xml:550 #, no-c-format msgid "Samsung AlphaPC164-BX" msgstr "Samsung AlphaPC164-BX" #. Tag: entry -#: hardware.xml:558 +#: hardware.xml:556 #, no-c-format msgid "SABLE" msgstr "SABLE" #. Tag: entry -#: hardware.xml:559 +#: hardware.xml:557 #, no-c-format msgid "AlphaServer 2000 4/xxx" msgstr "AlphaServer 2000 4/xxx" #. Tag: entry -#: hardware.xml:560 +#: hardware.xml:558 #, no-c-format msgid "Demi-Sable" msgstr "Demi-Sable" #. Tag: entry -#: hardware.xml:563 +#: hardware.xml:561 #, no-c-format msgid "AlphaServer 2000 5/xxx" msgstr "AlphaServer 2000 5/xxx" #. Tag: entry -#: hardware.xml:564 +#: hardware.xml:562 #, no-c-format msgid "Demi-Gamma-Sable" msgstr "Demi-Gamma-Sable" #. Tag: entry -#: hardware.xml:567 +#: hardware.xml:565 #, no-c-format msgid "AlphaServer 2100 4/xxx" msgstr "AlphaServer 2100 4/xxx" #. Tag: entry -#: hardware.xml:568 +#: hardware.xml:566 #, no-c-format msgid "Sable" msgstr "Sable" #. Tag: entry -#: hardware.xml:571 +#: hardware.xml:569 #, no-c-format msgid "AlphaServer 2100 5/xxx" msgstr "AlphaServer 2100 5/xxx" #. Tag: entry -#: hardware.xml:572 +#: hardware.xml:570 #, no-c-format msgid "Gamma-Sable" msgstr "Gamma-Sable" #. Tag: entry -#: hardware.xml:577 +#: hardware.xml:575 #, no-c-format msgid "TAKARA" msgstr "TAKARA" #. Tag: entry -#: hardware.xml:578 +#: hardware.xml:576 #, no-c-format msgid "21164 PICMG SBC" msgstr "21164 PICMG SBC" #. Tag: entry -#: hardware.xml:579 +#: hardware.xml:577 #, no-c-format msgid "Takara" msgstr "Takara" #. Tag: entry -#: hardware.xml:580 +#: hardware.xml:578 #, no-c-format msgid "takara" msgstr "takara" #. Tag: entry -#: hardware.xml:584 +#: hardware.xml:582 #, no-c-format msgid "TITAN" msgstr "TITAN" #. Tag: entry -#: hardware.xml:585 +#: hardware.xml:583 #, no-c-format msgid "AlphaServer DS15" msgstr "AlphaServer DS15" #. Tag: entry -#: hardware.xml:586 +#: hardware.xml:584 #, no-c-format msgid "HyperBrick2" msgstr "HyperBrick2" #. Tag: entry -#: hardware.xml:589 +#: hardware.xml:587 #, no-c-format msgid "AlphaServer DS25" msgstr "AlphaServer DS25" #. Tag: entry -#: hardware.xml:590 +#: hardware.xml:588 #, no-c-format msgid "Granite" msgstr "Granite" #. Tag: entry -#: hardware.xml:593 +#: hardware.xml:591 #, no-c-format msgid "AlphaServer ES45" msgstr "AlphaServer ES45" #. Tag: entry -#: hardware.xml:594 +#: hardware.xml:592 #, no-c-format msgid "Privateer" msgstr "Privateer" # index.docbook:588, index.docbook:627, index.docbook:631 #. Tag: entry -#: hardware.xml:597 hardware.xml:636 hardware.xml:640 +#: hardware.xml:595 hardware.xml:634 hardware.xml:638 #, no-c-format msgid "UNKNOWN" msgstr "UNKNOWN" #. Tag: entry -#: hardware.xml:598 +#: hardware.xml:596 #, no-c-format msgid "Yukon" msgstr "Yukon" #. Tag: entry -#: hardware.xml:603 +#: hardware.xml:601 #, no-c-format msgid "TSUNAMI" msgstr "TSUNAMI" #. Tag: entry -#: hardware.xml:604 +#: hardware.xml:602 #, no-c-format msgid "AlphaServer DS10" msgstr "AlphaServer DS10" # index.docbook:596, index.docbook:644 #. Tag: entry -#: hardware.xml:605 hardware.xml:653 +#: hardware.xml:603 hardware.xml:651 #, no-c-format msgid "Webbrick" msgstr "Webbrick" #. Tag: entry -#: hardware.xml:608 +#: hardware.xml:606 #, no-c-format msgid "AlphaServer DS10L" msgstr "AlphaServer DS10L" #. Tag: entry -#: hardware.xml:609 +#: hardware.xml:607 #, no-c-format msgid "Slate" msgstr "Slate" #. Tag: entry -#: hardware.xml:612 +#: hardware.xml:610 #, no-c-format msgid "AlphaServer DS20" msgstr "AlphaServer DS20" #. Tag: entry -#: hardware.xml:613 +#: hardware.xml:611 #, no-c-format msgid "Catamaran/Goldrush" msgstr "Catamaran/Goldrush" #. Tag: entry -#: hardware.xml:616 +#: hardware.xml:614 #, no-c-format msgid "AlphaServer DS20E" msgstr "AlphaServer DS20E" #. Tag: entry -#: hardware.xml:617 +#: hardware.xml:615 #, no-c-format msgid "Goldrack" msgstr "Goldrack" #. Tag: entry -#: hardware.xml:620 +#: hardware.xml:618 #, no-c-format msgid "AlphaServer DS20L" msgstr "AlphaServer DS20L" #. Tag: entry -#: hardware.xml:621 +#: hardware.xml:619 #, no-c-format msgid "Shark" msgstr "Shark" #. Tag: entry -#: hardware.xml:624 +#: hardware.xml:622 #, no-c-format msgid "AlphaServer ES40" msgstr "AlphaServer ES40" #. Tag: entry -#: hardware.xml:625 +#: hardware.xml:623 #, no-c-format msgid "Clipper" msgstr "Clipper" # index.docbook:619, index.docbook:620 #. Tag: entry -#: hardware.xml:628 hardware.xml:629 +#: hardware.xml:626 hardware.xml:627 #, no-c-format msgid "DP264" msgstr "DP264" #. Tag: entry -#: hardware.xml:632 +#: hardware.xml:630 #, no-c-format msgid "SMARTengine 21264 PCI/ISA SBC" msgstr "SMARTengine 21264 PCI/ISA SBC" #. Tag: entry -#: hardware.xml:633 +#: hardware.xml:631 #, no-c-format msgid "Eiger" msgstr "Eiger" #. Tag: entry -#: hardware.xml:637 +#: hardware.xml:635 #, no-c-format msgid "Warhol" msgstr "Warhol" #. Tag: entry -#: hardware.xml:641 +#: hardware.xml:639 #, no-c-format msgid "Windjammer" msgstr "Windjammer" #. Tag: entry -#: hardware.xml:644 +#: hardware.xml:642 #, no-c-format msgid "UP2000" msgstr "UP2000" #. Tag: entry -#: hardware.xml:645 +#: hardware.xml:643 #, no-c-format msgid "Swordfish" msgstr "Swordfish" #. Tag: entry -#: hardware.xml:648 +#: hardware.xml:646 #, no-c-format msgid "XP1000" msgstr "XP1000" #. Tag: entry -#: hardware.xml:649 +#: hardware.xml:647 #, no-c-format msgid "Monet/Brisbane" msgstr "Monet/Brisbane" #. Tag: entry -#: hardware.xml:652 +#: hardware.xml:650 #, no-c-format msgid "XP900" msgstr "XP900" #. Tag: entry -#: hardware.xml:658 +#: hardware.xml:656 #, no-c-format msgid "WILDFIRE" msgstr "WILDFIRE" #. Tag: entry -#: hardware.xml:659 +#: hardware.xml:657 #, no-c-format msgid "AlphaServer GS160" msgstr "AlphaServer GS160" # index.docbook:651, index.docbook:655 #. Tag: entry -#: hardware.xml:660 hardware.xml:664 +#: hardware.xml:658 hardware.xml:662 #, no-c-format msgid "Wildfire" msgstr "Wildfire" #. Tag: entry -#: hardware.xml:663 +#: hardware.xml:661 #, no-c-format msgid "AlphaServer GS320" msgstr "AlphaServer GS320" # index.docbook:660, index.docbook:662 #. Tag: entry -#: hardware.xml:669 hardware.xml:671 +#: hardware.xml:667 hardware.xml:669 #, no-c-format msgid "XL" msgstr "XL" #. Tag: entry -#: hardware.xml:670 +#: hardware.xml:668 #, no-c-format msgid "XL-233...266" msgstr "XL-233...266" #. Tag: entry -#: hardware.xml:672 +#: hardware.xml:670 #, no-c-format msgid "xl" msgstr "xl" #. Tag: para -#: hardware.xml:677 +#: hardware.xml:675 #, no-c-format msgid "" "It is believed that Debian &releasename; supports installing on all alpha " @@ -1764,7 +1758,7 @@ msgstr "" "時的參數,Debian &releasename; 能夠安裝到所有的 alpha 子架構上。" #. Tag: para -#: hardware.xml:694 +#: hardware.xml:692 #, no-c-format msgid "" "Each distinct ARM architecture requires its own kernel. Because of this the " @@ -1777,7 +1771,7 @@ msgstr "" "emphasis> ARM CPU 使用,包括 xscale 在內。" #. Tag: para -#: hardware.xml:702 +#: hardware.xml:700 #, fuzzy, no-c-format msgid "" "Most ARM CPUs may be run in either endian mode (big or little). However, the " @@ -1789,19 +1783,19 @@ msgstr "" "援 little-endian ARM 系統。" #. Tag: para -#: hardware.xml:710 +#: hardware.xml:708 #, fuzzy, no-c-format msgid "The supported systems are:" msgstr "常見被支援的系統有" #. Tag: term -#: hardware.xml:717 +#: hardware.xml:715 #, no-c-format msgid "Netwinder" msgstr "Netwinder" #. Tag: para -#: hardware.xml:718 +#: hardware.xml:716 #, fuzzy, no-c-format msgid "" "This is actually the name for the group of machines based upon the StrongARM " @@ -1815,13 +1809,13 @@ msgstr "" "285 和 Compaq personal server (cps,也叫 skiff)。" #. Tag: term -#: hardware.xml:731 +#: hardware.xml:729 #, no-c-format msgid "NSLU2" msgstr "" #. Tag: para -#: hardware.xml:732 +#: hardware.xml:730 #, no-c-format msgid "" "The Linksys NSLU2 (Network Storage Link for USB 2.0 Disk Drives) is a small " @@ -1831,13 +1825,13 @@ msgid "" msgstr "" #. Tag: term -#: hardware.xml:743 +#: hardware.xml:741 #, fuzzy, no-c-format msgid "RiscPC" msgstr "apus" #. Tag: para -#: hardware.xml:744 +#: hardware.xml:742 #, no-c-format msgid "" "This machine is the oldest supported hardware: it was released in 1994. It " @@ -1856,7 +1850,7 @@ msgstr "" "充允許最多安裝八塊擴充卡,其中的一些模組有 Linux 驅動程式。" #. Tag: para -#: hardware.xml:769 +#: hardware.xml:767 #, no-c-format msgid "" "The are two major support &architecture; flavors: PA-" @@ -1872,7 +1866,7 @@ msgstr "" "64 位元的使用環境。" #. Tag: para -#: hardware.xml:788 +#: hardware.xml:786 #, no-c-format msgid "" "Complete information concerning supported peripherals can be found at CPU" msgstr "中央處理器" #. Tag: para -#: hardware.xml:797 +#: hardware.xml:795 #, no-c-format msgid "" "Nearly all x86-based processors are supported; this includes AMD and VIA " @@ -1903,13 +1897,13 @@ msgstr "" "emphasis>在 286 或更早的處理器上運行。" #. Tag: title -#: hardware.xml:807 +#: hardware.xml:805 #, no-c-format msgid "I/O Bus" msgstr "I/O 匯流排" #. Tag: para -#: hardware.xml:808 +#: hardware.xml:806 #, no-c-format msgid "" "The system bus is the part of the motherboard which allows the CPU to " @@ -1922,7 +1916,7 @@ msgstr "" "Local 匯流排(VLB, 有時稱為 VL 匯流排)。" #. Tag: para -#: hardware.xml:831 +#: hardware.xml:829 #, no-c-format msgid "" "Complete information concerning supported M68000 based " @@ -1935,7 +1929,7 @@ msgstr "" "述。" #. Tag: para -#: hardware.xml:838 +#: hardware.xml:836 #, no-c-format msgid "" "The &architecture; port of Linux runs on any 680x0 with a PMMU (Paged Memory " @@ -1951,7 +1945,7 @@ msgstr "" "\">Linux/m68k 常見問答集以瞭解更多資訊。" #. Tag: para -#: hardware.xml:846 +#: hardware.xml:844 #, fuzzy, no-c-format msgid "" "There are four major supported &architecture; flavors: " @@ -1974,7 +1968,7 @@ msgstr "" "Sun3 架構與 NeXT black box 還在進行中,而且不被 Debian 支援。" #. Tag: para -#: hardware.xml:873 +#: hardware.xml:871 #, fuzzy, no-c-format msgid "" "Debian on &arch-title; supports the following platforms: " @@ -2005,7 +1999,7 @@ msgstr "" "\"> debian-&architecture; 通信論壇。" #. Tag: para -#: hardware.xml:914 +#: hardware.xml:912 #, fuzzy, no-c-format msgid "" "On SGI IP22, SGI Indy, Indigo 2 and Challenge S with R4000, R4400, R4600 and " @@ -2021,7 +2015,7 @@ msgstr "" "和一個 SB1250 晶片的 Broadcom BCM91250A 試用主機板的 SMP 模式。" #. Tag: para -#: hardware.xml:924 +#: hardware.xml:922 #, no-c-format msgid "" "Some MIPS machines can be operated in both big and little endian mode. For " @@ -2032,7 +2026,7 @@ msgstr "" "little-endian MIPS,請閱讀 mipsel 架構的相關文件。" #. Tag: para -#: hardware.xml:941 +#: hardware.xml:939 #, fuzzy, no-c-format msgid "" "Debian on &arch-title; supports the following platforms: " @@ -2063,13 +2057,13 @@ msgstr "" "&architecture; 通信論壇." #. Tag: title -#: hardware.xml:981 +#: hardware.xml:979 #, no-c-format msgid "CPU/Machine types" msgstr "中央處理器/機器類型" #. Tag: para -#: hardware.xml:983 +#: hardware.xml:981 #, no-c-format msgid "" "Currently only DECstations with R3000 and R4000/R4400 CPUs are supported by " @@ -2080,120 +2074,120 @@ msgstr "" "器的 DECstation。Debian 安裝系統可以在下列機器上工作:" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "System Type" msgstr "系統類型" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "CPU" msgstr "處理器" #. Tag: entry -#: hardware.xml:995 +#: hardware.xml:993 #, no-c-format msgid "Code-name" msgstr "代號(Code-name)" #. Tag: entry -#: hardware.xml:996 +#: hardware.xml:994 #, no-c-format msgid "Debian subarchitecture" msgstr "Debian 子架構" #. Tag: entry -#: hardware.xml:1002 +#: hardware.xml:1000 #, no-c-format msgid "DECstation 5000/1xx" msgstr "DECstation 5000/1xx" # index.docbook:995, index.docbook:1005, index.docbook:1010, index.docbook:1020 #. Tag: entry -#: hardware.xml:1003 hardware.xml:1013 hardware.xml:1018 hardware.xml:1028 +#: hardware.xml:1001 hardware.xml:1011 hardware.xml:1016 hardware.xml:1026 #, no-c-format msgid "R3000" msgstr "R3000" # index.docbook:996, index.docbook:1001 #. Tag: entry -#: hardware.xml:1004 hardware.xml:1009 +#: hardware.xml:1002 hardware.xml:1007 #, no-c-format msgid "3MIN" msgstr "3MIN" #. Tag: entry -#: hardware.xml:1007 +#: hardware.xml:1005 #, no-c-format msgid "DECstation 5000/150" msgstr "DECstation 5000/150" # index.docbook:1000, index.docbook:1025 #. Tag: entry -#: hardware.xml:1008 hardware.xml:1033 +#: hardware.xml:1006 hardware.xml:1031 #, no-c-format msgid "R4000" msgstr "R4000" #. Tag: entry -#: hardware.xml:1012 +#: hardware.xml:1010 #, no-c-format msgid "DECstation 5000/200" msgstr "DECstation 5000/200" #. Tag: entry -#: hardware.xml:1014 +#: hardware.xml:1012 #, no-c-format msgid "3MAX" msgstr "3MAX" #. Tag: entry -#: hardware.xml:1017 +#: hardware.xml:1015 #, no-c-format msgid "DECstation 5000/240" msgstr "DECstation 5000/240" # index.docbook:1011, index.docbook:1016 #. Tag: entry -#: hardware.xml:1019 hardware.xml:1024 +#: hardware.xml:1017 hardware.xml:1022 #, no-c-format msgid "3MAX+" msgstr "3MAX+" #. Tag: entry -#: hardware.xml:1022 +#: hardware.xml:1020 #, no-c-format msgid "DECstation 5000/260" msgstr "DECstation 5000/260" #. Tag: entry -#: hardware.xml:1023 +#: hardware.xml:1021 #, no-c-format msgid "R4400" msgstr "R4400" #. Tag: entry -#: hardware.xml:1027 +#: hardware.xml:1025 #, no-c-format msgid "Personal DECstation 5000/xx" msgstr "Personal DECstation 5000/xx" # index.docbook:1021, index.docbook:1026 #. Tag: entry -#: hardware.xml:1029 hardware.xml:1034 +#: hardware.xml:1027 hardware.xml:1032 #, no-c-format msgid "Maxine" msgstr "Maxine" #. Tag: entry -#: hardware.xml:1032 +#: hardware.xml:1030 #, no-c-format msgid "Personal DECstation 5000/50" msgstr "Personal DECstation 5000/50" #. Tag: para -#: hardware.xml:1039 +#: hardware.xml:1037 #, no-c-format msgid "" "All Cobalt machines are supported. In the past, only machines with a serial " @@ -2202,7 +2196,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:1046 +#: hardware.xml:1044 #, fuzzy, no-c-format msgid "" "The Broadcom BCM91250A evaluation board comes with an SB1 1250 chip with two " @@ -2214,13 +2208,13 @@ msgstr "" "主機板的 SMP 模式。" #. Tag: title -#: hardware.xml:1056 +#: hardware.xml:1054 #, no-c-format msgid "Supported console options" msgstr "支援的控制台選項" #. Tag: para -#: hardware.xml:1057 +#: hardware.xml:1055 #, fuzzy, no-c-format msgid "" "A serial console is available on all supported DECstations (9600 bps, 8N1). " @@ -2240,7 +2234,7 @@ msgstr "" "配 PMAG-BA 和 PMAGB-B 圖形選項使用。" #. Tag: para -#: hardware.xml:1068 +#: hardware.xml:1066 #, no-c-format msgid "" "If you have a Linux system to use as serial terminal, an easy way is to run " @@ -2262,27 +2256,27 @@ msgstr "" "列埠號,-s (speed) 是設置連接速度 (鮑率9600)。" #. Tag: para -#: hardware.xml:1086 +#: hardware.xml:1084 #, fuzzy, no-c-format msgid "Both Cobalt and Broadcom BCM91250A/BCM91480B use 115200 bps." msgstr "Cobalt 和 Broadcom BCM91250A 都使用 115200 bps。" #. Tag: para -#: hardware.xml:1100 -#, no-c-format +#: hardware.xml:1098 +#, fuzzy, no-c-format msgid "" "There are four major supported &architecture; " -"subarchitectures: PMac (Power-Macintosh), PReP, APUS (Amiga Power-UP " -"System), and CHRP machines. Each subarchitecture has its own boot methods. " -"In addition, there are four different kernel flavours, supporting different " -"CPU variants." +"subarchitectures: PMac (Power-Macintosh or PowerMac), PReP, APUS (Amiga " +"Power-UP System), and CHRP machines. Each subarchitecture has its own boot " +"methods. In addition, there are four different kernel flavours, supporting " +"different CPU variants." msgstr "" "有四個主要支援的 &architecture; 子架構:PMac (Power-" "Macintosh),PReP,APUS (Amiga Power-UP System) 和 CHRP 機器。每種子架構都有各" "自的啟動方式。並還有四種不同的核心風味,以支援不同的處理。" #. Tag: para -#: hardware.xml:1108 +#: hardware.xml:1106 #, no-c-format msgid "" "Ports to other &architecture; architectures, such as " @@ -2293,13 +2287,13 @@ msgstr "" "在進行中,尚未被 Debian 支援。將來我們也許會有 64 位元的移植版本。" #. Tag: title -#: hardware.xml:1116 +#: hardware.xml:1114 #, no-c-format msgid "Kernel Flavours" msgstr "核心風味" #. Tag: para -#: hardware.xml:1118 +#: hardware.xml:1116 #, no-c-format msgid "" "There are four flavours of the powerpc kernel in Debian, based on the CPU " @@ -2307,30 +2301,36 @@ msgid "" msgstr "在 Debian 中有四種以處理器分類的 powerpc 核心:" #. Tag: term -#: hardware.xml:1125 +#: hardware.xml:1123 #, no-c-format msgid "powerpc" msgstr "powerpc" #. Tag: para -#: hardware.xml:1126 -#, no-c-format +#: hardware.xml:1124 +#, fuzzy, no-c-format msgid "" "Most systems use this kernel flavour, which supports the PowerPC 601, 603, " -"604, 740, 750, and 7400 processors. All Apple Power Macintosh systems up to " -"and including the G4 use one of these processors." +"604, 740, 750, and 7400 processors. All Apple PowerMac machines up to and " +"including the one marketed as G4 use one of these processors." msgstr "" "大多數系統使用這種核心風味,它支援 PowerPC 601、 603、604、740、750 與 7400 " "處理器。所有 Apple Power Macintosh 以後的系統包括 G4 都使用這些處理器之一。" #. Tag: term -#: hardware.xml:1136 -#, no-c-format -msgid "power3" -msgstr "power3" +#: hardware.xml:1134 +#, fuzzy, no-c-format +msgid "power64" +msgstr "power4" + +#. Tag: para +#: hardware.xml:1135 +#, fuzzy, no-c-format +msgid "The power64 kernel flavour supports the following CPUs:" +msgstr "這種核心風味支援 Amiga Power-UP 系統。" #. Tag: para -#: hardware.xml:1137 +#: hardware.xml:1139 #, fuzzy, no-c-format msgid "" "The POWER3 processor is used in older IBM 64-bit server systems: known " @@ -2341,14 +2341,8 @@ msgstr "" "POWER Model 265、pSeries 610 與 640,以及 RS/6000 7044-170、7044-260 和 7044-" "270。" -#. Tag: term -#: hardware.xml:1147 -#, no-c-format -msgid "power4" -msgstr "power4" - #. Tag: para -#: hardware.xml:1148 +#: hardware.xml:1145 #, no-c-format msgid "" "The POWER4 processor is used in more recent IBM 64-bit server systems: known " @@ -2358,102 +2352,80 @@ msgstr "" "630、650、655、670 和 690。" #. Tag: para -#: hardware.xml:1153 -#, no-c-format +#: hardware.xml:1150 +#, fuzzy, no-c-format msgid "" -"The Apple G5 is also based on the POWER4 architecture, and uses this kernel " -"flavour." +"Systems using the Apple G5 (PPC970FX processor) are also based on the POWER4 " +"architecture, and use this kernel flavour." msgstr "Apple G5 以 POWER4 為基礎架構,也是使用這種核心。" #. Tag: term -#: hardware.xml:1162 +#: hardware.xml:1159 +#, fuzzy, no-c-format +msgid "prep" +msgstr "powerpc" + +#. Tag: para +#: hardware.xml:1160 +#, fuzzy, no-c-format +msgid "This kernel flavour supports the PReP subarchitecture." +msgstr "這種核心風味支援 Amiga Power-UP 系統。" + +#. Tag: term +#: hardware.xml:1168 #, no-c-format msgid "apus" msgstr "apus" #. Tag: para -#: hardware.xml:1163 -#, no-c-format -msgid "This kernel flavour supports the Amiga Power-UP System." +#: hardware.xml:1169 +#, fuzzy, no-c-format +msgid "" +"This kernel flavour supports the Amiga Power-UP System, though it is " +"currently disabled." msgstr "這種核心風味支援 Amiga Power-UP 系統。" #. Tag: title -#: hardware.xml:1175 +#: hardware.xml:1182 #, no-c-format msgid "Power Macintosh (pmac) subarchitecture" msgstr "Power Macintosh (pmac) 子架構" #. Tag: para -#: hardware.xml:1177 -#, no-c-format +#: hardware.xml:1184 +#, fuzzy, no-c-format msgid "" "Apple (and briefly a few other manufacturers — Power Computing, for " -"example) makes a series of Macintosh computers based on the PowerPC " +"example) made a series of Macintosh computers based on the PowerPC " "processor. For purposes of architecture support, they are categorized as " -"NuBus, OldWorld PCI, and NewWorld." +"NuBus (not supported by Debian), OldWorld, and NewWorld." msgstr "" "Apple (以及其它一些製造商 — 例如 Power Computing) 生產了一系列以 " "PowerPC 處理器為基礎的 Macintosh 電腦。為了架構支援,它們被劃分為 NuBus、" "OldWorld PCI 和 NewWorld。" -#. Tag: para -#: hardware.xml:1184 -#, no-c-format -msgid "" -"Macintosh computers using the 680x0 series of processors are not in the " -"PowerPC family but are instead m68k machines. Those models start with " -"Mac II or have a 3-digit model number such as Centris 650 or " -"Quadra 950. Apple's pre-iMac PowerPC model numbers have four digits." -msgstr "" -"使用 680x0 系列的 Macintosh 電腦不屬於 PowerPC 家族,而是 m68k 機器。這些機器" -"的型號以 Mac II 開頭或是使用 3 位數字的型號,如 Centris 650 " -"或 Quadra 950。Apple iMac PowerPC 之前的機型是 4 位數字。" - #. Tag: para #: hardware.xml:1191 -#, no-c-format -msgid "" -"NuBus systems are not currently supported by debian/powerpc. The monolithic " -"Linux/PPC kernel architecture does not have support for these machines; " -"instead, one must use the MkLinux Mach microkernel, which Debian does not " -"yet support. These include the following: " -"Power Macintosh 6100, 7100, 8100 " -"Performa 5200, 6200, 6300 Powerbook " -"1400, 2300, and 5300 Workgroup Server " -"6150, 8150, 9150 A linux kernel for these " -"machines and limited support is available at " -msgstr "" -"debian/powerpc 目前還不支援 NuBus 系統。單核心的 Linux/PPC 架構不支援這些機" -"器;而且必須使用 MkLinux Mach 微核心,該核心尚未被 Debian 支援。它們包括:" -" Power Macintosh 6100, 7100, 8100 Performa 5200, 6200, 6300 " -" Powerbook 1400, 2300 和 5300 " -" Workgroup Server 6150, 8150, 9150 對這些機器提供有限支援的 Linux 核心位於 。" - -#. Tag: para -#: hardware.xml:1224 -#, no-c-format +#, fuzzy, no-c-format msgid "" "OldWorld systems are most Power Macintoshes with a floppy drive and a PCI " "bus. Most 603, 603e, 604, and 604e based Power Macintoshes are OldWorld " -"machines. The beige colored G3 systems are also OldWorld." +"machines. Those pre-iMac PowerPC models from Apple use a four digit naming " +"scheme, except for the beige colored G3 systems, which are also OldWorld." msgstr "" "OldWorld 系統為大多數配有軟碟機和 PCI 匯流排的 Power Macintosh。大多數以 " "603、603e、604 和 604e 的 Power Macintosh 為基礎的機器都是 OldWorld。米色的 " "G3 系統也是 OldWorld 的。" #. Tag: para -#: hardware.xml:1230 -#, no-c-format +#: hardware.xml:1199 +#, fuzzy, no-c-format msgid "" "The so called NewWorld PowerMacs are any PowerMacs in translucent colored " -"plastic cases. That includes all iMacs, iBooks, G4 systems, blue colored G3 " -"systems, and most PowerBooks manufactured in and after 1999. The NewWorld " -"PowerMacs are also known for using the ROM in RAM system for " -"MacOS, and were manufactured from mid-1998 onwards." +"plastic cases and later models. That includes all iMacs, iBooks, G4 systems, " +"blue colored G3 systems, and most PowerBooks manufactured in and after 1999. " +"The NewWorld PowerMacs are also known for using the ROM in RAM system for MacOS, and were manufactured from mid-1998 onwards." msgstr "" "被稱做 NewWorld PowerMacs 是那些有半透明塑料外殼的機器。包括所有的 iBook、G4 " "系統、藍色的 G3 系統、和大多數 1999 年及以後生產的 PowerBook。NewWorld " @@ -2461,7 +2433,7 @@ msgstr "" "統。" #. Tag: para -#: hardware.xml:1238 +#: hardware.xml:1207 #, no-c-format msgid "" "Specifications for Apple hardware are available at APS" msgstr "APS" #. Tag: entry -#: hardware.xml:1364 +#: hardware.xml:1333 #, no-c-format msgid "APS Tech M*Power 604e/2000" msgstr "APS Tech M*Power 604e/2000" # index.docbook:1355, index.docbook:1381 #. Tag: entry -#: hardware.xml:1369 hardware.xml:1395 +#: hardware.xml:1338 hardware.xml:1364 #, no-c-format msgid "Motorola" msgstr "Motorola" #. Tag: entry -#: hardware.xml:1370 +#: hardware.xml:1339 #, no-c-format msgid "Starmax 3000, 4000, 5000, 5500" msgstr "Starmax 3000, 4000, 5000, 5500" #. Tag: title -#: hardware.xml:1379 +#: hardware.xml:1348 #, no-c-format msgid "PReP subarchitecture" msgstr "PReP 子架構" #. Tag: entry -#: hardware.xml:1396 +#: hardware.xml:1365 #, no-c-format msgid "Firepower, PowerStack Series E, PowerStack II" msgstr "Firepower, PowerStack Series E, PowerStack II" #. Tag: entry -#: hardware.xml:1398 +#: hardware.xml:1367 #, no-c-format msgid "MPC 7xx, 8xx" msgstr "MPC 7xx, 8xx" #. Tag: entry -#: hardware.xml:1400 +#: hardware.xml:1369 #, no-c-format msgid "MTX, MTX+" msgstr "MTX, MTX+" #. Tag: entry -#: hardware.xml:1402 +#: hardware.xml:1371 #, no-c-format msgid "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" msgstr "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" #. Tag: entry -#: hardware.xml:1404 +#: hardware.xml:1373 #, no-c-format msgid "MCP(N)750" msgstr "MCP(N)750" # index.docbook:1394, index.docbook:1425 #. Tag: entry -#: hardware.xml:1408 hardware.xml:1439 +#: hardware.xml:1377 hardware.xml:1408 #, no-c-format msgid "IBM RS/6000" msgstr "IBM RS/6000" #. Tag: entry -#: hardware.xml:1409 +#: hardware.xml:1378 #, no-c-format msgid "40P, 43P" msgstr "40P, 43P" #. Tag: entry -#: hardware.xml:1411 +#: hardware.xml:1380 #, no-c-format msgid "Power 830/850/860 (6070, 6050)" msgstr "Power 830/850/860 (6070, 6050)" #. Tag: entry -#: hardware.xml:1413 +#: hardware.xml:1382 #, no-c-format msgid "6030, 7025, 7043" msgstr "6030, 7025, 7043" #. Tag: entry -#: hardware.xml:1415 +#: hardware.xml:1384 #, no-c-format msgid "p640" msgstr "p640" #. Tag: title -#: hardware.xml:1423 +#: hardware.xml:1392 #, no-c-format msgid "CHRP subarchitecture" msgstr "CHRP 子架構" #. Tag: entry -#: hardware.xml:1440 +#: hardware.xml:1409 #, no-c-format msgid "B50, 43P-150, 44P" msgstr "B50, 43P-150, 44P" #. Tag: entry -#: hardware.xml:1443 +#: hardware.xml:1412 #, no-c-format msgid "Genesi" msgstr "Genesi" #. Tag: entry -#: hardware.xml:1444 +#: hardware.xml:1413 #, no-c-format msgid "Pegasos I, Pegasos II" msgstr "Pegasos I, Pegasos II" #. Tag: title -#: hardware.xml:1452 +#: hardware.xml:1421 #, no-c-format msgid "APUS subarchitecture" msgstr "APUS 子架構" #. Tag: entry -#: hardware.xml:1468 +#: hardware.xml:1437 #, no-c-format msgid "Amiga Power-UP Systems (APUS)" msgstr "Amiga Power-UP Systems (APUS)" #. Tag: entry -#: hardware.xml:1469 +#: hardware.xml:1438 #, no-c-format msgid "A1200, A3000, A4000" msgstr "A1200, A3000, A4000" #. Tag: title -#: hardware.xml:1482 +#: hardware.xml:1446 +#, no-c-format +msgid "Nubus PowerMac subarchitecture (unsupported)" +msgstr "" + +#. Tag: para +#: hardware.xml:1448 +#, fuzzy, no-c-format +msgid "" +"NuBus systems are not currently supported by Debian/powerpc. The monolithic " +"Linux/PPC kernel architecture does not have support for these machines; " +"instead, one must use the MkLinux Mach microkernel, which Debian does not " +"yet support. These include the following: " +"Power Macintosh 6100, 7100, 8100 " +"Performa 5200, 6200, 6300 Powerbook " +"1400, 2300, and 5300 Workgroup Server " +"6150, 8150, 9150 A linux kernel for these " +"machines and limited support is available at ." +msgstr "" +"debian/powerpc 目前還不支援 NuBus 系統。單核心的 Linux/PPC 架構不支援這些機" +"器;而且必須使用 MkLinux Mach 微核心,該核心尚未被 Debian 支援。它們包括:" +" Power Macintosh 6100, 7100, 8100 Performa 5200, 6200, 6300 " +" Powerbook 1400, 2300 和 5300 " +" Workgroup Server 6150, 8150, 9150 對這些機器提供有限支援的 Linux 核心位於 。" + +#. Tag: title +#: hardware.xml:1485 +#, fuzzy, no-c-format +msgid "Non-PowerPC Macs" +msgstr "PowerMac" + +#. Tag: para +#: hardware.xml:1487 +#, no-c-format +msgid "" +"Macintosh computers using the 680x0 series of processors are not in the PowerPC family but are instead m68k machines. Those models " +"start with Mac II series, go on to the LC " +"family, then the Centris series, and culminate in the Quadras and Performas. " +"These models usually have a Roman numeral or 3-digit model number such as " +"Mac IIcx, LCIII or Quadra 950. This model range started with " +"the Mac II (Mac II, IIx, IIcx, IIci, IIsi, IIvi, IIvx, IIfx), then the LC " +"(LC, LCII, III, III+, 475, 520, 550, 575, 580, 630), then the Mac TV, then " +"the Centris (610, 650, 660AV), the Quadra (605, 610, 630, 650, 660AV, 700, " +"800, 840AV, 900, 950), and finally the Performa 200-640CD. In " +"laptops, it started with the Mac Portable, then the PowerBook 100-190cs and " +"the PowerBook Duo 210-550c (excluding PowerBook 500 which is Nubus, please " +"see the section above)." +msgstr "" + +#. Tag: title +#: hardware.xml:1520 #, no-c-format msgid "S/390 and zSeries machine types" msgstr "S/390 與 zSeries 機器類型" #. Tag: para -#: hardware.xml:1483 +#: hardware.xml:1521 #, no-c-format msgid "" "Complete information regarding supported S/390 and zSeries machines can be " @@ -2878,7 +2905,7 @@ msgstr "" "低性能。" #. Tag: para -#: hardware.xml:1506 +#: hardware.xml:1544 #, no-c-format msgid "" "Currently the &architecture; port supports several " @@ -2906,13 +2933,13 @@ msgstr "" "更多資訊。" #. Tag: title -#: hardware.xml:1526 +#: hardware.xml:1564 #, no-c-format msgid "Memory Configuration" msgstr "記憶體配置" #. Tag: para -#: hardware.xml:1527 +#: hardware.xml:1565 #, no-c-format msgid "" "Some older Sun workstations, notably the Sun IPX and Sun IPC have memory " @@ -2928,7 +2955,7 @@ msgstr "" "會產生 Data Access Exception。" #. Tag: para -#: hardware.xml:1536 +#: hardware.xml:1574 #, no-c-format msgid "" "Thus you must configure the memory so that the lowest memory block is " @@ -2943,7 +2970,7 @@ msgstr "" "emphasis>夠用了。" #. Tag: para -#: hardware.xml:1544 +#: hardware.xml:1582 #, no-c-format msgid "" "Example: In a Sun IPX you have a 16Mb SIMM and a 4Mb SIMM. There are four " @@ -2956,13 +2983,13 @@ msgstr "" "在插槽 0 上,並且我們建議將 4Mb SIMM 插在插槽 2 上。" #. Tag: title -#: hardware.xml:1555 +#: hardware.xml:1593 #, no-c-format msgid "Graphics Configuration" msgstr "圖形顯示配置" #. Tag: para -#: hardware.xml:1556 +#: hardware.xml:1594 #, no-c-format msgid "" "Especially in the case of older Sun workstations, it is very common for " @@ -2976,7 +3003,7 @@ msgstr "" "站。在 Solaris/SunOS 上這不會造成任何問題,因為它們都會被初始化。" #. Tag: para -#: hardware.xml:1565 +#: hardware.xml:1603 #, no-c-format msgid "" "However with Linux this can cause a problem, in that the boot PROM monitor " @@ -2991,7 +3018,7 @@ msgstr "" "步驟。" #. Tag: para -#: hardware.xml:1573 +#: hardware.xml:1611 #, no-c-format msgid "" "To avoid this problem, connect the monitor (if required) to the video card " @@ -3002,13 +3029,13 @@ msgstr "" "機板上的計數低於外接槽)。另外一個方法是使用序列控制台。" #. Tag: title -#: hardware.xml:1585 +#: hardware.xml:1623 #, no-c-format msgid "Graphics Card" msgstr "圖形介面卡" #. Tag: para -#: hardware.xml:1587 +#: hardware.xml:1625 #, no-c-format msgid "" "You should be using a VGA-compatible display interface for the console " @@ -3022,7 +3049,7 @@ msgstr "" "的安裝過程中並不會使用 X11 圖形界面。" #. Tag: para -#: hardware.xml:1595 +#: hardware.xml:1633 #, fuzzy, no-c-format msgid "" "Debian's support for graphical interfaces is determined by the underlying " @@ -3037,7 +3064,7 @@ msgstr "" "XFree86 &x11ver; 版。" #. Tag: para -#: hardware.xml:1604 +#: hardware.xml:1642 #, fuzzy, no-c-format msgid "" "The X.Org X11 window system is only supported on the SGI Indy and the O2. " @@ -3051,7 +3078,7 @@ msgstr "" "BCM91250A 的相容列表。" #. Tag: para -#: hardware.xml:1613 +#: hardware.xml:1651 #, fuzzy, no-c-format msgid "" "The X.Org X11 window system is supported on some DECstation models. The " @@ -3066,13 +3093,13 @@ msgstr "" "表。" #. Tag: title -#: hardware.xml:1625 +#: hardware.xml:1663 #, no-c-format msgid "Laptops" msgstr "筆記型電腦" #. Tag: para -#: hardware.xml:1626 +#: hardware.xml:1664 #, no-c-format msgid "" "Laptops are also supported. Laptops are often specialized or contain " @@ -3085,13 +3112,13 @@ msgstr "" # index.docbook:1624, index.docbook:1649, index.docbook:1672 #. Tag: title -#: hardware.xml:1638 hardware.xml:1663 hardware.xml:1686 +#: hardware.xml:1676 hardware.xml:1701 hardware.xml:1724 #, no-c-format msgid "Multiple Processors" msgstr "多處理器" #. Tag: para -#: hardware.xml:1640 +#: hardware.xml:1678 #, fuzzy, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3106,7 +3133,7 @@ msgstr "" "擔,所以這並不會影響安裝。" #. Tag: para -#: hardware.xml:1648 +#: hardware.xml:1686 #, no-c-format msgid "" "In order to optimize the kernel for single CPU systems, you'll have to " @@ -3122,7 +3149,7 @@ msgstr "" "消 &smp-config-option; 選項。" #. Tag: para -#: hardware.xml:1664 +#: hardware.xml:1702 #, fuzzy, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3137,7 +3164,7 @@ msgstr "" "用第一個處理器。" #. Tag: para -#: hardware.xml:1673 +#: hardware.xml:1711 #, no-c-format msgid "" "In order to take advantage of multiple processors, you'll have to replace " @@ -3153,7 +3180,7 @@ msgstr "" "&smp-config-option; 選項。" #. Tag: para -#: hardware.xml:1687 +#: hardware.xml:1725 #, fuzzy, no-c-format msgid "" "Multi-processor support — also called symmetric multi-" @@ -3170,7 +3197,7 @@ msgstr "" "器。" #. Tag: para -#: hardware.xml:1697 +#: hardware.xml:1735 #, no-c-format msgid "" "In order to take advantage of multiple processors, you should check to see " @@ -3188,13 +3215,13 @@ msgstr "" "&smp-config-option;。" #. Tag: title -#: hardware.xml:1718 +#: hardware.xml:1756 #, no-c-format msgid "Installation Media" msgstr "安裝媒介" #. Tag: para -#: hardware.xml:1720 +#: hardware.xml:1758 #, no-c-format msgid "" "This section will help you determine which different media types you can use " @@ -3210,13 +3237,13 @@ msgstr "" "要返回來參考本頁。" #. Tag: title -#: hardware.xml:1731 +#: hardware.xml:1769 #, no-c-format msgid "Floppies" msgstr "軟碟" #. Tag: para -#: hardware.xml:1732 +#: hardware.xml:1770 #, no-c-format msgid "" "In some cases, you'll have to do your first boot from floppy disks. " @@ -3227,19 +3254,19 @@ msgstr "" "(1440kB)軟碟。" #. Tag: para -#: hardware.xml:1738 +#: hardware.xml:1776 #, no-c-format msgid "For CHRP, floppy support is currently broken." msgstr "對於 CHRP,軟碟已經被停止支援。" #. Tag: title -#: hardware.xml:1745 +#: hardware.xml:1783 #, no-c-format msgid "CD-ROM/DVD-ROM" msgstr "CD-ROM/DVD-ROM" #. Tag: para -#: hardware.xml:1747 +#: hardware.xml:1785 #, no-c-format msgid "" "Whenever you see CD-ROM in this manual, it applies to both CD-" @@ -3252,7 +3279,7 @@ msgstr "" "IDE/ATAPI 的老式非標準 CD-ROM 光碟機。" #. Tag: para -#: hardware.xml:1754 +#: hardware.xml:1792 #, no-c-format msgid "" "CD-ROM based installation is supported for some architectures. On machines " @@ -3270,7 +3297,7 @@ msgstr "" "installer\"/>。" #. Tag: para -#: hardware.xml:1766 +#: hardware.xml:1804 #, no-c-format msgid "" "Both SCSI and IDE/ATAPI CD-ROMs are supported. In addition, all non-standard " @@ -3288,7 +3315,7 @@ msgstr "" "用 CD-ROM 的詳盡資訊。" #. Tag: para -#: hardware.xml:1776 +#: hardware.xml:1814 #, no-c-format msgid "" "USB CD-ROM drives are also supported, as are FireWire devices that are " @@ -3298,7 +3325,7 @@ msgstr "" "援。" #. Tag: para -#: hardware.xml:1781 +#: hardware.xml:1819 #, no-c-format msgid "" "Both SCSI and IDE/ATAPI CD-ROMs are supported on &arch-title;, as long as " @@ -3314,7 +3341,7 @@ msgstr "" "援,請參閱 SRM HOWTO。" #. Tag: para -#: hardware.xml:1790 +#: hardware.xml:1828 #, no-c-format msgid "" "IDE/ATAPI CD-ROMs are supported on all ARM machines. On RiscPCs, SCSI CD-" @@ -3322,7 +3349,7 @@ msgid "" msgstr "所有的 ARM 機器都支援 IDE/ATAPI光碟機。在 RiscPC 上也支援 SCSI光碟機。" #. Tag: para -#: hardware.xml:1795 +#: hardware.xml:1833 #, fuzzy, no-c-format msgid "" "On SGI machines, booting from CD-ROM requires a SCSI CD-ROM drive capable of " @@ -3346,7 +3373,7 @@ msgstr "" "光碟映像。" #. Tag: para -#: hardware.xml:1810 +#: hardware.xml:1848 #, fuzzy, no-c-format msgid "" "On DECstations, booting from CD-ROM requires a SCSI CD-ROM drive capable of " @@ -3361,7 +3388,7 @@ msgstr "" "Unix512 的位置上。" #. Tag: para -#: hardware.xml:1819 +#: hardware.xml:1857 #, no-c-format msgid "" "CD 1 contains the installer for the r3k-kn02 subarchitecture (the R3000-" @@ -3376,7 +3403,7 @@ msgstr "" "5000/50 個人工作站)。" #. Tag: para -#: hardware.xml:1828 +#: hardware.xml:1866 #, no-c-format msgid "" "To boot from CD, issue the command boot ##/rzid " @@ -3404,13 +3431,13 @@ msgstr "" "param1=value1 param2=value2 ..." #. Tag: title -#: hardware.xml:1847 +#: hardware.xml:1885 #, no-c-format msgid "Hard Disk" msgstr "硬碟" #. Tag: para -#: hardware.xml:1849 +#: hardware.xml:1887 #, no-c-format msgid "" "Booting the installation system directly from a hard disk is another option " @@ -3421,7 +3448,7 @@ msgstr "" "載入安裝程式。" #. Tag: para -#: hardware.xml:1855 +#: hardware.xml:1893 #, no-c-format msgid "" "In fact, installation from your local disk is the preferred installation " @@ -3429,7 +3456,7 @@ msgid "" msgstr "事實上,從本地硬碟安裝對大多數 &architecture; 機器來說是推薦的做法。" #. Tag: para -#: hardware.xml:1860 +#: hardware.xml:1898 #, no-c-format msgid "" "Although the &arch-title; does not allow booting from SunOS (Solaris), you " @@ -3439,13 +3466,13 @@ msgstr "" "區 (UFS slices) 進行安裝。" #. Tag: title -#: hardware.xml:1868 +#: hardware.xml:1906 #, no-c-format msgid "USB Memory Stick" msgstr "USB 隨身碟" #. Tag: para -#: hardware.xml:1870 +#: hardware.xml:1908 #, no-c-format msgid "" "Many Debian boxes need their floppy and/or CD-ROM drives only for setting up " @@ -3460,13 +3487,13 @@ msgstr "" "系統。這對那些沒有足夠空間容納不必要設備的小型系統非常有用。" #. Tag: title -#: hardware.xml:1882 +#: hardware.xml:1920 #, no-c-format msgid "Network" msgstr "網路" #. Tag: para -#: hardware.xml:1884 +#: hardware.xml:1922 #, no-c-format msgid "" "You can also boot your system over the network. " #. Tag: para -#: hardware.xml:1890 +#: hardware.xml:1928 #, no-c-format msgid "" "Diskless installation, using network booting from a local area network and " @@ -3486,7 +3513,7 @@ msgstr "" "選擇。" #. Tag: para -#: hardware.xml:1895 +#: hardware.xml:1933 #, no-c-format msgid "" "After the operating system kernel is installed, you can install the rest of " @@ -3497,13 +3524,13 @@ msgstr "" "統以後使用 PPP) 透過 FTP 或 HTTP 安裝剩餘的系統。" #. Tag: title -#: hardware.xml:1904 +#: hardware.xml:1942 #, no-c-format msgid "Un*x or GNU system" msgstr "Un*x 或 GNU 系統" #. Tag: para -#: hardware.xml:1906 +#: hardware.xml:1944 #, no-c-format msgid "" "If you are running another Unix-like system, you could use it to install " @@ -3518,13 +3545,13 @@ msgstr "" ">。" #. Tag: title -#: hardware.xml:1918 +#: hardware.xml:1956 #, no-c-format msgid "Supported Storage Systems" msgstr "支援的儲存系統" #. Tag: para -#: hardware.xml:1920 +#: hardware.xml:1958 #, no-c-format msgid "" "The Debian boot disks contain a kernel which is built to maximize the number " @@ -3540,7 +3567,7 @@ msgstr "" "備是被期許的,這將使得 Debian 可以在盡可能多的硬體上安裝。" #. Tag: para -#: hardware.xml:1930 +#: hardware.xml:1968 #, fuzzy, no-c-format msgid "" "Generally, the Debian installation system includes support for floppies, IDE " @@ -3553,7 +3580,7 @@ msgstr "" "extensions (VFAT)、 NTFS、以及其他一些格式。" #. Tag: para -#: hardware.xml:1937 +#: hardware.xml:1975 #, fuzzy, no-c-format msgid "" "Disk interfaces that emulate the AT hard disk interface " @@ -3569,7 +3596,7 @@ msgstr "" "howto;\">Linux Hardware Compatibility HOWTO 以取得更詳細資訊。" #. Tag: para -#: hardware.xml:1947 +#: hardware.xml:1985 #, no-c-format msgid "" "Pretty much all storage systems supported by the Linux kernel are supported " @@ -3585,7 +3612,7 @@ msgstr "" "Atari (FAT) 檔案系統。 Amigas 支援 FAT 檔案系統,HFS 則是受模組支援。" #. Tag: para -#: hardware.xml:1957 +#: hardware.xml:1995 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3607,7 +3634,7 @@ msgstr "" "ulink>以瞭解更多關於 Linux 核心支援 SPARC 硬體的情況。" #. Tag: para -#: hardware.xml:1990 +#: hardware.xml:2028 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3622,7 +3649,7 @@ msgstr "" "從 Jensen 開機的資訊)" #. Tag: para -#: hardware.xml:1999 +#: hardware.xml:2037 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3633,7 +3660,7 @@ msgstr "" "援 CHRP 系統上的軟碟。" #. Tag: para -#: hardware.xml:2005 +#: hardware.xml:2043 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3644,7 +3671,7 @@ msgstr "" "援軟碟機。" #. Tag: para -#: hardware.xml:2011 +#: hardware.xml:2049 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3652,7 +3679,7 @@ msgid "" msgstr "所有 Linux 核心支援的儲存系統也都被開機系統所支援。" #. Tag: para -#: hardware.xml:2016 +#: hardware.xml:2054 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -3664,13 +3691,13 @@ msgstr "" "援。" #. Tag: title -#: hardware.xml:2033 +#: hardware.xml:2071 #, no-c-format msgid "Peripherals and Other Hardware" msgstr "周邊設備與其他硬體" #. Tag: para -#: hardware.xml:2034 +#: hardware.xml:2072 #, no-c-format msgid "" "Linux supports a large variety of hardware devices such as mice, printers, " @@ -3681,7 +3708,7 @@ msgstr "" "而,在安裝系統的時候並不需要其中的大部分設備。" #. Tag: para -#: hardware.xml:2040 +#: hardware.xml:2078 #, no-c-format msgid "" "USB hardware generally works fine, only some USB keyboards may require " @@ -3691,7 +3718,7 @@ msgstr "" "linkend=\"usb-keyboard-config\"/>)。" #. Tag: para -#: hardware.xml:2046 +#: hardware.xml:2084 #, no-c-format msgid "" "Again, see the Linux Hardware " @@ -3702,7 +3729,7 @@ msgstr "" "Compatibility HOWTO 來判斷您的硬體是否由 Linux 支援。" #. Tag: para -#: hardware.xml:2052 +#: hardware.xml:2090 #, no-c-format msgid "" "Package installations from XPRAM and tape are not supported by this system. " @@ -3713,7 +3740,7 @@ msgstr "" "DASD 上或者透過 NFS、HTTP、FTP 從網路上取得。" #. Tag: para -#: hardware.xml:2058 +#: hardware.xml:2096 #, fuzzy, no-c-format msgid "" "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 " @@ -3724,7 +3751,7 @@ msgstr "" "及 USB 連接埠。Cobalt RaQ 不支援額外的設備,但 Qube 有一個 PCI 插槽。" #. Tag: para -#: hardware.xml:2064 +#: hardware.xml:2102 #, fuzzy, no-c-format msgid "" "The Broadcom BCM91250A evaluation board offers standard 3.3v 32 bit and 64 " @@ -3736,13 +3763,13 @@ msgstr "" "及 USB 連接埠。Cobalt RaQ 不支援額外的設備,但 Qube 有一個 PCI 插槽。" #. Tag: title -#: hardware.xml:2074 +#: hardware.xml:2112 #, no-c-format msgid "Purchasing Hardware Specifically for GNU/Linux" msgstr "特別為 GNU/Linux 採購硬體" #. Tag: para -#: hardware.xml:2076 +#: hardware.xml:2114 #, no-c-format msgid "" "There are several vendors, who ship systems with Debian or other " @@ -3756,7 +3783,7 @@ msgstr "" "為這些硬體都已經確保能被 GNU/Linux 很好地支援。" #. Tag: para -#: hardware.xml:2084 +#: hardware.xml:2122 #, no-c-format msgid "" "Unfortunately, it's quite rare to find any vendor shipping new &arch-title; " @@ -3764,7 +3791,7 @@ msgid "" msgstr "不幸的是,很少會有零售商出售新 &arch-title; 機器。" #. Tag: para -#: hardware.xml:2089 +#: hardware.xml:2127 #, fuzzy, no-c-format msgid "" "If you do have to buy a machine with Windows bundled, carefully read the " @@ -3778,7 +3805,7 @@ msgstr "" "url=\"&url-windows-refund;\"> 以瞭解更多的資訊。" #. Tag: para -#: hardware.xml:2097 +#: hardware.xml:2135 #, no-c-format msgid "" "Whether or not you are purchasing a system with Linux bundled, or even a " @@ -3793,13 +3820,13 @@ msgstr "" "售商。" #. Tag: title -#: hardware.xml:2108 +#: hardware.xml:2146 #, no-c-format msgid "Avoid Proprietary or Closed Hardware" msgstr "避免專有或封閉的硬體" #. Tag: para -#: hardware.xml:2109 +#: hardware.xml:2147 #, no-c-format msgid "" "Some hardware manufacturers simply won't tell us how to write drivers for " @@ -3811,7 +3838,7 @@ msgstr "" "開的協議才能取用文件,以阻止我們發佈 Linux 驅動程式原始碼。" #. Tag: para -#: hardware.xml:2116 +#: hardware.xml:2154 #, no-c-format msgid "" "Another example is the proprietary hardware in the older Macintosh line. In " @@ -3829,7 +3856,7 @@ msgstr "" "原因。" #. Tag: para -#: hardware.xml:2127 +#: hardware.xml:2165 #, no-c-format msgid "" "Since we haven't been granted access to the documentation on these devices, " @@ -3842,13 +3869,13 @@ msgstr "" "軟體社群也是一個重要的市場。" #. Tag: title -#: hardware.xml:2139 +#: hardware.xml:2177 #, no-c-format msgid "Windows-specific Hardware" msgstr "Windows 專用硬體" #. Tag: para -#: hardware.xml:2140 +#: hardware.xml:2178 #, no-c-format msgid "" "A disturbing trend is the proliferation of Windows-specific modems and " @@ -3870,7 +3897,7 @@ msgstr "" "還會與相同功能但保留內嵌處理器的設備昂貴。" #. Tag: para -#: hardware.xml:2153 +#: hardware.xml:2191 #, no-c-format msgid "" "You should avoid Windows-specific hardware for two reasons. The first is " @@ -3902,7 +3929,7 @@ msgstr "" "下降。" #. Tag: para -#: hardware.xml:2174 +#: hardware.xml:2212 #, fuzzy, no-c-format msgid "" "You can help improve this situation by encouraging these manufacturers to " @@ -3916,13 +3943,13 @@ msgstr "" "hardware-howto;\">Linux Hardware Compatibility HOWTO 為止。" #. Tag: title -#: hardware.xml:2187 +#: hardware.xml:2225 #, no-c-format msgid "Fake or Virtual Parity RAM" msgstr "假的或虛擬奇偶檢驗隨機存取記憶體" #. Tag: para -#: hardware.xml:2188 +#: hardware.xml:2226 #, no-c-format msgid "" "If you ask for Parity RAM in a computer store, you'll probably get " @@ -3947,7 +3974,7 @@ msgstr "" "SIMM 多付錢,因為您真正為每 8 位元多買了一位元。" #. Tag: para -#: hardware.xml:2203 +#: hardware.xml:2241 #, no-c-format msgid "" "If you want complete information on &arch-title; RAM issues, and what is the " @@ -3959,19 +3986,19 @@ msgstr "" "答集。" #. Tag: para -#: hardware.xml:2209 +#: hardware.xml:2247 #, no-c-format msgid "Most, if not all, Alpha systems require true-parity RAM." msgstr "大多數,但不是全部的 Alpha 系統都要求用真奇偶檢驗隨機存取記憶體。" #. Tag: title -#: hardware.xml:2224 +#: hardware.xml:2262 #, no-c-format msgid "Memory and Disk Space Requirements" msgstr "記憶體與硬碟空間的需求" #. Tag: para -#: hardware.xml:2226 +#: hardware.xml:2264 #, no-c-format msgid "" "You must have at least &minimum-memory; of memory and &minimum-fs-size; of " @@ -3987,7 +4014,7 @@ msgstr "" "面系統,需要幾 GB 的空間。" #. Tag: para -#: hardware.xml:2235 +#: hardware.xml:2273 #, no-c-format msgid "" "On the Amiga the size of FastRAM is relevant towards the total memory " @@ -4002,7 +4029,7 @@ msgstr "" "見問答集。最近的核心應該要能夠自動停用 16 位元的隨機存取記憶體。" #. Tag: para -#: hardware.xml:2244 +#: hardware.xml:2282 #, no-c-format msgid "" "On the Atari, both ST-RAM and Fast RAM (TT-RAM) are used by Linux. Many " @@ -4015,7 +4042,7 @@ msgstr "" "要 2MB 的 ST-RAM。您需要額外的 12 MB 或更多的 TT-RAM。" #. Tag: para -#: hardware.xml:2252 +#: hardware.xml:2290 #, no-c-format msgid "" "On the Macintosh, care should be taken on machines with RAM-based video " @@ -4028,19 +4055,19 @@ msgstr "" "需要 4MB。" #. Tag: emphasis -#: hardware.xml:2262 +#: hardware.xml:2300 #, no-c-format msgid "FIXME: is this still true?" msgstr "FIXME: is this still true?" #. Tag: title -#: hardware.xml:2273 +#: hardware.xml:2311 #, no-c-format msgid "Network Connectivity Hardware" msgstr "網路連接硬體" #. Tag: para -#: hardware.xml:2275 +#: hardware.xml:2313 #, no-c-format msgid "" "Most PCI and many older ISA network cards are supported. Some network " @@ -4059,7 +4086,7 @@ msgstr "" "些 (舊的) 指引。安裝系統還不支援 FDDI 網路和通訊協定。" #. Tag: para -#: hardware.xml:2294 +#: hardware.xml:2332 #, no-c-format msgid "" "As for ISDN, the D-channel protocol for the (old) German 1TR6 is not " @@ -4069,7 +4096,7 @@ msgstr "" "Spellcaster BRI ISDN 板也不被 &d-i; 支援。" #. Tag: para -#: hardware.xml:2302 +#: hardware.xml:2340 #, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel should also " @@ -4082,7 +4109,7 @@ msgstr "" "以瞭解詳細資訊。" #. Tag: para -#: hardware.xml:2311 +#: hardware.xml:2349 #, no-c-format msgid "" "The following network interface cards (NICs) are supported from the bootable " @@ -4090,19 +4117,19 @@ msgid "" msgstr "下列網路介面卡 (NIC) 被可開機核心直接支援:" #. Tag: para -#: hardware.xml:2317 +#: hardware.xml:2355 #, no-c-format msgid "Sun LANCE" msgstr "Sun LANCE" #. Tag: para -#: hardware.xml:2323 +#: hardware.xml:2361 #, no-c-format msgid "Sun Happy Meal" msgstr "Sun Happy Meal" #. Tag: para -#: hardware.xml:2331 +#: hardware.xml:2369 #, no-c-format msgid "" "The following network interface cards are supported as modules. They can be " @@ -4113,27 +4140,27 @@ msgstr "" "用。然而,因為 OpenPROM 的神奇魔法,您仍可以從這些設備開機:" #. Tag: para -#: hardware.xml:2339 +#: hardware.xml:2377 #, no-c-format msgid "Sun BigMAC" msgstr "Sun BigMAC" #. Tag: para -#: hardware.xml:2345 +#: hardware.xml:2383 #, no-c-format msgid "Sun QuadEthernet" msgstr "Sun QuadEthernet" #. Tag: para -#: hardware.xml:2350 +#: hardware.xml:2388 #, no-c-format msgid "MyriCOM Gigabit Ethernet" msgstr "MyriCOM Gigabit Ethernet" # index.docbook:2337, index.docbook:2343, index.docbook:2349, index.docbook:2355, index.docbook:2361 #. Tag: para -#: hardware.xml:2357 hardware.xml:2363 hardware.xml:2369 hardware.xml:2375 -#: hardware.xml:2381 +#: hardware.xml:2395 hardware.xml:2401 hardware.xml:2407 hardware.xml:2413 +#: hardware.xml:2419 #, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel should also " @@ -4144,7 +4171,7 @@ msgstr "" "卡驅動程式作為模組掛載。" #. Tag: para -#: hardware.xml:2387 +#: hardware.xml:2425 #, no-c-format msgid "" "Due to kernel limitations only the onboard network interfaces on DECstations " @@ -4154,7 +4181,7 @@ msgstr "" "網卡現在還不能運作。" #. Tag: para -#: hardware.xml:2393 +#: hardware.xml:2431 #, fuzzy, no-c-format msgid "" "Any network interface card (NIC) supported by the Linux kernel is also be " @@ -4167,32 +4194,32 @@ msgstr "" "路設備有:" #. Tag: para -#: hardware.xml:2401 +#: hardware.xml:2439 #, no-c-format msgid "Channel to Channel (CTC) and ESCON connection (real or emulated)" msgstr "Channel to Channel (CTC) 和 ESCON connection (實際或模擬)" #. Tag: para -#: hardware.xml:2406 +#: hardware.xml:2444 #, no-c-format msgid "OSA-2 Token Ring/Ethernet and OSA-Express Fast Ethernet (non-QDIO)" msgstr "OSA-2 Token Ring/Ethernet 和 OSA-Express Fast Ethernet (non-QDIO)" #. Tag: para -#: hardware.xml:2411 +#: hardware.xml:2449 #, no-c-format msgid "" "Inter-User Communication Vehicle (IUCV) — available for VM guests only" msgstr "Inter-User Communication Vehicle (IUCV) — 僅對 VM guests 有效" #. Tag: para -#: hardware.xml:2416 +#: hardware.xml:2454 #, no-c-format msgid "OSA-Express in QDIO mode, HiperSockets and Guest-LANs" msgstr "QDIO 模式的 OSA-Express,HiperSockets 和 Guest-LANs" #. Tag: para -#: hardware.xml:2425 +#: hardware.xml:2463 #, fuzzy, no-c-format msgid "" "The following network interface cards are supported directly by the boot " @@ -4200,19 +4227,19 @@ msgid "" msgstr "以下網路介面卡在 NetWinder 和 CATS 機器上被開機片直接支援:" #. Tag: para -#: hardware.xml:2431 +#: hardware.xml:2469 #, no-c-format msgid "PCI-based NE2000" msgstr "PCI-based NE2000" #. Tag: para -#: hardware.xml:2437 +#: hardware.xml:2475 #, no-c-format msgid "DECchip Tulip" msgstr "DECchip Tulip" #. Tag: para -#: hardware.xml:2444 +#: hardware.xml:2482 #, no-c-format msgid "" "The following network interface cards are supported directly by the boot " @@ -4220,25 +4247,25 @@ msgid "" msgstr "下列網路介面卡在 RiscPC 上被開機片直接支援:" #. Tag: para -#: hardware.xml:2450 +#: hardware.xml:2488 #, no-c-format msgid "Ether1" msgstr "Ether1" #. Tag: para -#: hardware.xml:2455 +#: hardware.xml:2493 #, no-c-format msgid "Ether3" msgstr "Ether3" #. Tag: para -#: hardware.xml:2460 +#: hardware.xml:2498 #, no-c-format msgid "EtherH" msgstr "EtherH" #. Tag: para -#: hardware.xml:2467 +#: hardware.xml:2505 #, no-c-format msgid "" "If your card is mentioned in the lists above, the complete installation can " @@ -4248,7 +4275,7 @@ msgstr "" "碟。" #. Tag: para -#: hardware.xml:2473 +#: hardware.xml:2511 #, no-c-format msgid "" "Any other network interface card (NIC) supported by the Linux kernel should " @@ -4259,6 +4286,28 @@ msgstr "" "任何受 Linux 核心支援的網路介面卡 (NIC) 也全都被開機片支援。您可能需要將網路" "驅動程式作為模組掛載。這意味著您不得不使用其他媒介來安裝作業系統核心。" +#~ msgid "riscpc" +#~ msgstr "riscpc" + +#~ msgid "prep" +#~ msgstr "prep" + +#~ msgid "r5k-ip22" +#~ msgstr "r5k-ip22" + +#~ msgid "power3" +#~ msgstr "power3" + +#~ msgid "" +#~ "Macintosh computers using the 680x0 series of processors are not in the " +#~ "PowerPC family but are instead m68k machines. Those models start with " +#~ "Mac II or have a 3-digit model number such as Centris 650 " +#~ "or Quadra 950. Apple's pre-iMac PowerPC model numbers have four digits." +#~ msgstr "" +#~ "使用 680x0 系列的 Macintosh 電腦不屬於 PowerPC 家族,而是 m68k 機器。這些" +#~ "機器的型號以 Mac II 開頭或是使用 3 位數字的型號,如 " +#~ "Centris 650 或 Quadra 950。Apple iMac PowerPC 之前的機型是 4 位數字。" + #, fuzzy #~ msgid "RiscPC and Riscstation" #~ msgstr "Riscstation" diff --git a/po/zh_TW/using-d-i.po b/po/zh_TW/using-d-i.po index f665e4be9..bba54ef3a 100644 --- a/po/zh_TW/using-d-i.po +++ b/po/zh_TW/using-d-i.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-06-24 19:23+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2005-07-18 14:26+0800\n" "Last-Translator: Jhang, Jia-Wei \n" "Language-Team: debian-chinese-big5 \n" @@ -1801,14 +1801,16 @@ msgstr "" #. Tag: para #: using-d-i.xml:1212 -#, no-c-format +#, fuzzy, no-c-format msgid "" "Next, you should choose Configure software RAID " -"from the main partman menu. On the first screen of " -"mdcfg simply select Create MD device. You will be presented with a list of supported types of MD " -"devices, from which you should choose one (e.g. RAID1). What follows depends " -"on the type of MD you selected." +"from the main partman menu. (The menu will only appear " +"after you mark at least one partition for use as physical " +"volume for RAID.) On the first screen of mdcfg simply select Create MD device. You will " +"be presented with a list of supported types of MD devices, from which you " +"should choose one (e.g. RAID1). What follows depends on the type of MD you " +"selected." msgstr "" "下一步,您應該從 partman 主選單選擇 設定 " "software RAID。在 mdcfg 第一個畫面選擇 " @@ -1816,7 +1818,7 @@ msgstr "" "從其中選擇一項 (如 RAID1)。後續操作會根據您選擇的 MD 類型而定。" #. Tag: para -#: using-d-i.xml:1223 +#: using-d-i.xml:1225 #, no-c-format msgid "" "RAID0 is simple — you will be issued with the list of available RAID " @@ -1827,7 +1829,7 @@ msgstr "" "要組成 MD 的分割區。" #. Tag: para -#: using-d-i.xml:1230 +#: using-d-i.xml:1232 #, no-c-format msgid "" "RAID1 is a bit more tricky. First, you will be asked to enter the number of " @@ -1844,7 +1846,7 @@ msgstr "" "&d-i; 將不會允許您繼續下去,直到錯誤被改正為止。" #. Tag: para -#: using-d-i.xml:1242 +#: using-d-i.xml:1244 #, no-c-format msgid "" "RAID5 has similar setup procedure as RAID1 with the exception that you need " @@ -1854,7 +1856,7 @@ msgstr "" "區。" #. Tag: para -#: using-d-i.xml:1250 +#: using-d-i.xml:1252 #, no-c-format msgid "" "It is perfectly possible to have several types of MD at once. For example if " @@ -1870,7 +1872,7 @@ msgstr "" "RAID1 (相當可靠的 100 GB 分割區用於 /home)。" #. Tag: para -#: using-d-i.xml:1259 +#: using-d-i.xml:1261 #, no-c-format msgid "" "After you setup MD devices to your liking, you can Finishpassphrase used when the encrypted partition was " +"originally created. This feature is useful to protect sensitive data in case " +"your laptop or hard drive gets stolen. The thief might get physical access " +"to the hard drive, but without knowing the right passphrase, the data on the " +"hard drive will look like random characters." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1289 +#, no-c-format +msgid "" +"The two most important partitions to encrypt are: the home partition, where " +"your private data resides, and the swap partition, where sensitive data " +"might be stored temporarily during operation. Of course, nothing prevents " +"you from encrypting any other partitions that might be of interest. For " +"example /var where database servers, mail servers or " +"print servers store their data, or /tmp which is used " +"by various programs to store potentially interesting temporary files. Some " +"people may even want to encrypt their whole system. The only exception is " +"the /boot partition which must remain unencrypted, " +"because currently there is no way to load the kernel from an encrypted " +"partition." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1304 +#, no-c-format +msgid "" +"Please note that the performance of encrypted partitions will be less than " +"that of unencrypted ones because the data needs to be decrypted or encrypted " +"for every read or write. The performance impact depends on your CPU speed, " +"chosen cipher and a key length." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1311 +#, no-c-format +msgid "" +"To use encryption, you have to create a new partition by selecting some free " +"space in the main partitioning menu. Another option is to choose an existing " +"partition (e.g. a regular partition, an LVM logical volume or a RAID " +"volume). In the Partition setting menu, you need to " +"select physical volume for encryption at the " +" Use as: option. The menu will " +"then change to include several cryptographic options for the partition." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1322 +#, no-c-format +msgid "" +"&d-i; supports several encryption methods. The default method is " +"dm-crypt (included in newer Linux kernels, able to " +"host LVM physical volumes), the other is loop-AES " +"(older, maintained separately from the Linux kernel tree). Unless you have " +"compelling reasons to do otherwise, it is recommended to use the default." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1334 +#, no-c-format +msgid "" +"First, let's have a look at available options available when you select " +"Device-mapper (dm-crypt) as the encryption method. As " +"always: when in doubt, use the defaults, because they have been carefully " +"chosen with security in mind." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1344 +#, no-c-format +msgid "Encryption: aes" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1346 +#, no-c-format +msgid "" +"This option lets you select the encryption algorithm (cipher) which will be used to encrypt the data on the partition. &d-i; " +"currently supports the following block ciphers: aes, " +"blowfish, serpent, and " +"twofish. It is beyond the scope of this document to " +"discuss the qualities of these different algorithms, however, it might help " +"your decision to know that in 2000, AES was chosen by " +"the American National Institute of Standards and Technology as the standard " +"encryption algorithm for protecting sensitive information in the 21st " +"century." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1364 +#, no-c-format +msgid "Key size: 256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1366 +#, no-c-format +msgid "" +"Here you can specify the length of the encryption key. With a larger key " +"size, the strength of the encryption is generally improved. On the other " +"hand, increasing the length of the key usually has a negative impact on " +"performance. Available key sizes vary depending on the cipher." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1378 +#, no-c-format +msgid "IV algorithm: cbc-essiv:sha256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1380 +#, no-c-format +msgid "" +"The Initialization Vector or IV algorithm is used in cryptography to ensure that applying the " +"cipher on the same clear text data with the same key " +"always produces a unique cipher text. The idea is to " +"prevent the attacker from deducing information from repeated patterns in the " +"encrypted data." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1390 +#, no-c-format +msgid "" +"From the provided alternatives, the default cbc-essiv:sha256 is currently the least vulnerable to known attacks. Use the other " +"alternatives only when you need to ensure compatibility with some previously " +"installed system that is not able to use newer algorithms." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1402 +#, no-c-format +msgid "Encryption key: Passphrase" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1404 +#, no-c-format +msgid "Here you can choose the type of the encryption key for this partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1410 +#, no-c-format +msgid "Passphrase" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1411 +#, no-c-format +msgid "" +"The encryption key will be computed Using a passphrase as " +"the key currently means that the partition will be set up using LUKS. on the basis of a passphrase " +"which you will be able to enter later in the process." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1426 using-d-i.xml:1519 +#, no-c-format +msgid "Random key" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1427 +#, no-c-format +msgid "" +"A new encryption key will be generated from random data each time you try to " +"bring up the encrypted partition. In other words: on every shutdown the " +"content of the partition will be lost as the key is deleted from memory. (Of " +"course, you could try to guess the key with a brute force attack, but unless " +"there is an unknown weakness in the cipher algorithm, it is not achievable " +"in our lifetime.)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1436 +#, no-c-format +msgid "" +"Random keys are useful for swap partitions because you do not need to bother " +"yourself with remembering the passphrase or wiping sensitive information " +"from the swap partition before shutting down your computer. However, it also " +"means that you will not be able to use the " +"suspend-to-disk functionality offered by newer Linux kernels " +"as it will be impossible (during a subsequent boot) to recover the suspended " +"data written to the swap partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1455 using-d-i.xml:1532 +#, no-c-format +msgid "Erase data: yes" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1457 +#, no-c-format +msgid "" +"Determines whether the content of this partition should be overwritten with " +"random data before setting up the encryption. This is recommended because it " +"might otherwise be possible for an attacker to discern which parts of the " +"partition are in use and which are not. In addition, this will make it " +"harder to recover any leftover data from previous " +"installations It is believed that the guys from three-letter " +"agencies can restore the data even after several rewrites of the " +"magnetooptical media, though. ." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1477 +#, no-c-format +msgid "" +"If you select Encryption method: " +"Loopback (loop-AES) , the menu " +"changes to provide the following options:" +msgstr "" + +#. Tag: term +#: using-d-i.xml:1486 +#, no-c-format +msgid "Encryption: AES256" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1488 +#, no-c-format +msgid "" +"For loop-AES, unlike dm-crypt, the options for cipher and key size are " +"combined, so you can select both at the same time. Please see the above " +"sections on ciphers and key sizes for further information." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1498 +#, no-c-format +msgid "Encryption key: Keyfile (GnuPG)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1500 +#, no-c-format +msgid "Here you can select the type of the encryption key for this partition." +msgstr "" + +#. Tag: term +#: using-d-i.xml:1506 +#, no-c-format +msgid "Keyfile (GnuPG)" +msgstr "" + +#. Tag: para +#: using-d-i.xml:1507 +#, no-c-format +msgid "" +"The encryption key will be generated from random data during the " +"installation. Moreover this key will be encrypted with GnuPG, so to use it, you will need to enter the proper passphrase " +"(you will be asked to provide one later in the process)." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1520 +#, no-c-format +msgid "Please see the the section on random keys above." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1534 +#, no-c-format +msgid "Please see the the section on erasing data above." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1543 +#, no-c-format +msgid "" +"Please note that the graphical version of the installer " +"still has some limitations when compared to the textual one. For " +"cryptography it means you can set up only volumes using " +"passphrases as the encryption keys." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1550 +#, no-c-format +msgid "" +"After you have selected the desired parameters for your encrypted " +"partitions, return back to the main partitioning menu. There should now be a " +"new menu item called Configure encrypted volumes. After " +"you select it, you will be asked to confirm the deletion of data on " +"partitions marked to be erased and possibly other actions such as writing a " +"new partition table. For large partitions this might take some time." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1561 +#, no-c-format +msgid "" +"Next you will be asked to enter a passphrase for partitions configured to " +"use one. Good passphrases should be longer than 8 characters, should be a " +"mixture of letters, numbers and other characters and should not contain " +"common dictionary words or information easily associable with you (such as " +"birthdates, hobbies, pet names, names of family members or relatives, etc.)." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1570 +#, no-c-format +msgid "" +"Before you input any passphrases, you should have made sure that your " +"keyboard is configured correctly and generates the expected characters. If " +"you are unsure, you can switch to the second virtual console and type some " +"text at the prompt. This ensures that you won't be surprised later, e.g. by " +"trying to input a passphrase using a qwerty keyboard layout when you used an " +"azerty layout during the installation. This situation can have several " +"causes. Maybe you switched to another keyboard layout during the " +"installation, or the selected keyboard layout might not have been set up yet " +"when entering the passphrase for the root file system." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1583 +#, no-c-format +msgid "" +"If you selected to use methods other than a passphrase to create encryption " +"keys, they will be generated now. Because the kernel may not have gathered a " +"sufficient amount of entropy at this early stage of the installation, the " +"process may take a long time. You can help speed up the process by " +"generating entropy: e.g. by pressing random keys, or by switching to the " +"shell on the second virtual console and generating some network and disk " +"traffic (downloading some files, feeding big files into /dev/null, etc.). This will be repeated for each partition to be encrypted." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1599 +#, no-c-format +msgid "" +"After returning to the main partitioning menu, you will see all encrypted " +"volumes as additional partitions which can be configured in the same way as " +"ordinary partitions. The following example shows two different volumes. The " +"first one is encrypted via dm-crypt, the second one via loop-AES. " +"\n" +"Encrypted volume (crypt0) - 115.1 GB Linux device-" +"mapper\n" +" #1 115.1 GB F ext3\n" +"\n" +"Loopback (loop0) - 515.2 MB AES256 keyfile\n" +" #1 515.2 MB F ext3\n" +" Now is the time to assign mount points to the " +"volumes and optionally change the file system types if the defaults do not " +"suit you." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1612 +#, no-c-format +msgid "" +"One thing to note here are the identifiers in parentheses " +"(crypt0 and loop0 in " +"this case) and the mount points you assigned to each encrypted volume. You " +"will need this information later when booting the new system. The " +"differences between ordinary boot process and boot process with encryption " +"involved will be covered later in ." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1622 +#, no-c-format +msgid "" +"Once you are satisfied with the partitioning scheme, continue with the " +"installation." +msgstr "" + +#. Tag: title +#: using-d-i.xml:1633 #, fuzzy, no-c-format msgid "Setting up the System" msgstr "安裝基本系統" #. Tag: para -#: using-d-i.xml:1273 +#: using-d-i.xml:1634 #, no-c-format msgid "" "After partitioning the installer asks a few more questions that will be used " @@ -1897,13 +2292,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:1285 +#: using-d-i.xml:1646 #, no-c-format msgid "Configuring Your Time Zone" msgstr "設定您的時區" #. Tag: para -#: using-d-i.xml:1287 +#: using-d-i.xml:1648 #, no-c-format msgid "" "Depending on the location selected at the beginning of the installation " @@ -1913,13 +2308,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:1303 +#: using-d-i.xml:1664 #, fuzzy, no-c-format msgid "Configuring the Clock" msgstr "設定網路" #. Tag: para -#: using-d-i.xml:1305 +#: using-d-i.xml:1666 #, no-c-format msgid "" "The installer might ask you if the computer's clock is set to UTC. Normally " @@ -1929,7 +2324,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1312 +#: using-d-i.xml:1673 #, no-c-format msgid "" "In expert mode you will always be able to choose whether or not the clock is " @@ -1941,7 +2336,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1323 +#: using-d-i.xml:1684 #, no-c-format msgid "" "Note that the installer does not currently allow you to actually set the " @@ -1951,19 +2346,19 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:1339 +#: using-d-i.xml:1700 #, no-c-format msgid "Setting Up Users And Passwords" msgstr "設定使用者和密碼" #. Tag: title -#: using-d-i.xml:1342 +#: using-d-i.xml:1703 #, no-c-format msgid "Set the Root Password" msgstr "設定 root 密碼" #. Tag: para -#: using-d-i.xml:1344 +#: using-d-i.xml:1705 #, no-c-format msgid "" "The root account is also called the super-" @@ -1976,7 +2371,7 @@ msgstr "" "系統管理,而且使用時間應該盡可能短。" #. Tag: para -#: using-d-i.xml:1352 +#: using-d-i.xml:1713 #, no-c-format msgid "" "Any password you create should contain at least 6 characters, and should " @@ -1990,7 +2385,7 @@ msgstr "" "小心。請避免採用能夠在字典中查到的單詞或者很容易猜測的個人資訊。" #. Tag: para -#: using-d-i.xml:1360 +#: using-d-i.xml:1721 #, no-c-format msgid "" "If anyone ever tells you they need your root password, be extremely wary. " @@ -2001,13 +2396,13 @@ msgstr "" "理員,否則您通常不應該將超級使用者密碼交給別人。" #. Tag: title -#: using-d-i.xml:1370 +#: using-d-i.xml:1731 #, no-c-format msgid "Create an Ordinary User" msgstr "建立一個普通使用者" #. Tag: para -#: using-d-i.xml:1372 +#: using-d-i.xml:1733 #, no-c-format msgid "" "The system will ask you whether you wish to create an ordinary user account " @@ -2019,7 +2414,7 @@ msgstr "" "記,平時不要使用 root 帳戶登陸或者將其作為個人帳號使用。" #. Tag: para -#: using-d-i.xml:1379 +#: using-d-i.xml:1740 #, no-c-format msgid "" "Why not? Well, one reason to avoid using root's privileges is that it is " @@ -2037,7 +2432,7 @@ msgstr "" "容,建議您找一本書進行學習。" #. Tag: para -#: using-d-i.xml:1389 +#: using-d-i.xml:1750 #, no-c-format msgid "" "You will first be prompted for the user's full name. Then you'll be asked " @@ -2049,7 +2444,7 @@ msgstr "" "可,並且會成為預設值。最後,您將要求輸入該帳號的密碼。" #. Tag: para -#: using-d-i.xml:1396 +#: using-d-i.xml:1757 #, no-c-format msgid "" "If at any point after installation you would like to create another account, " @@ -2059,13 +2454,13 @@ msgstr "" "令。" #. Tag: title -#: using-d-i.xml:1408 +#: using-d-i.xml:1769 #, no-c-format msgid "Installing the Base System" msgstr "安裝基本系統" #. Tag: para -#: using-d-i.xml:1409 +#: using-d-i.xml:1770 #, fuzzy, no-c-format msgid "" "Although this stage is the least problematic, it consumes a significant " @@ -2077,13 +2472,13 @@ msgstr "" "件。如果您用較慢的電腦或網路連接,這要花費好一會兒時間。" #. Tag: title -#: using-d-i.xml:1423 +#: using-d-i.xml:1784 #, no-c-format msgid "Base System Installation" msgstr "基本系統安裝" #. Tag: para -#: using-d-i.xml:1425 +#: using-d-i.xml:1786 #, fuzzy, no-c-format msgid "" "During the Base installation, package unpacking and setup messages are " @@ -2098,7 +2493,7 @@ msgstr "" "左 AltF1。" #. Tag: para -#: using-d-i.xml:1435 +#: using-d-i.xml:1796 #, fuzzy, no-c-format msgid "" "The unpack/setup messages generated by the base installation are saved in " @@ -2109,7 +2504,7 @@ msgstr "" "/var/log/messages。" #. Tag: para -#: using-d-i.xml:1441 +#: using-d-i.xml:1802 #, no-c-format msgid "" "As part of the installation, a Linux kernel will be installed. At the " @@ -2121,13 +2516,13 @@ msgstr "" "個與您硬體最匹配的核心。在較低的優先級下,您可以從列表中選擇一個有效的核心。" #. Tag: title -#: using-d-i.xml:1454 +#: using-d-i.xml:1815 #, fuzzy, no-c-format msgid "Installing Additional Software" msgstr "安裝基本系統" #. Tag: para -#: using-d-i.xml:1455 +#: using-d-i.xml:1816 #, no-c-format msgid "" "After the base system is installed, you have a usable but limited system. " @@ -2138,13 +2533,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:1469 +#: using-d-i.xml:1830 #, fuzzy, no-c-format msgid "Configuring apt" msgstr "設定網路" #. Tag: para -#: using-d-i.xml:1471 +#: using-d-i.xml:1832 #, no-c-format msgid "" "The main means that people use to install packages on their system is via a " @@ -2164,7 +2559,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1495 +#: using-d-i.xml:1856 #, no-c-format msgid "" "apt must be configured so that it knows where to retrieve " @@ -2176,13 +2571,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:1511 +#: using-d-i.xml:1872 #, no-c-format msgid "Selecting and Installing Software" msgstr "" #. Tag: para -#: using-d-i.xml:1513 +#: using-d-i.xml:1874 #, no-c-format msgid "" "During the installation process, you are given the opportunity to select " @@ -2194,7 +2589,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1522 +#: using-d-i.xml:1883 #, no-c-format msgid "" "So, you have the ability to choose tasks first, and " @@ -2214,7 +2609,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1547 +#: using-d-i.xml:1908 #, no-c-format msgid "" "Once you've selected your tasks, select Ok. At this " @@ -2224,7 +2619,7 @@ msgstr "" "aptitude 將安裝您選中的軟體套件。" #. Tag: para -#: using-d-i.xml:1554 +#: using-d-i.xml:1915 #, no-c-format msgid "" "In the standard user interface of the installer, you can use the space bar " @@ -2232,7 +2627,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1561 +#: using-d-i.xml:1922 #, no-c-format msgid "" "Note that some tasks may be pre-selected based on the characteristics of the " @@ -2242,7 +2637,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1569 +#: using-d-i.xml:1930 #, no-c-format msgid "" "Each package you selected with tasksel is downloaded, " @@ -2252,13 +2647,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:1578 +#: using-d-i.xml:1939 #, no-c-format msgid "Configuring Your Mail Transport Agent" msgstr "設定您的郵件傳輸代理 (MTA)" #. Tag: para -#: using-d-i.xml:1580 +#: using-d-i.xml:1941 #, no-c-format msgid "" "Today, email is a very important part of many people's life, so it's no " @@ -2272,7 +2667,7 @@ msgstr "" "exim4。這是一個非常小巧、靈活並且容易理解的工具。" #. Tag: para -#: using-d-i.xml:1588 +#: using-d-i.xml:1949 #, no-c-format msgid "" "You may ask if this is needed even if your computer is not connected to any " @@ -2285,7 +2680,7 @@ msgstr "" "command>, aide 等) 的重要通知都是透過郵件發送的。" #. Tag: para -#: using-d-i.xml:1596 +#: using-d-i.xml:1957 #, no-c-format msgid "" "So on the first screen you will be presented with several common mail " @@ -2295,13 +2690,13 @@ msgstr "" "的。" #. Tag: term -#: using-d-i.xml:1605 +#: using-d-i.xml:1966 #, no-c-format msgid "internet site" msgstr "網際網路站" #. Tag: para -#: using-d-i.xml:1606 +#: using-d-i.xml:1967 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -2313,13 +2708,13 @@ msgstr "" "詢問您一些基本問題,如:您的機器的郵件名稱、您接受或轉發郵件的網域名稱等等。" #. Tag: term -#: using-d-i.xml:1617 +#: using-d-i.xml:1978 #, no-c-format msgid "mail sent by smarthost" msgstr "用 smarthost 發信" #. Tag: para -#: using-d-i.xml:1618 +#: using-d-i.xml:1979 #, no-c-format msgid "" "In this scenario is your outgoing mail forwarded to another machine, called " @@ -2335,13 +2730,13 @@ msgstr "" "程式將郵件從 smarthost 下載回來。這一選項通常適合撥號使用者。" #. Tag: term -#: using-d-i.xml:1631 +#: using-d-i.xml:1992 #, no-c-format msgid "local delivery only" msgstr "僅在本地發送" #. Tag: para -#: using-d-i.xml:1632 +#: using-d-i.xml:1993 #, no-c-format msgid "" "Your system is not on a network and mail is sent or received only between " @@ -2357,13 +2752,13 @@ msgstr "" "問題,因此這一選項也非常適合新手。" #. Tag: term -#: using-d-i.xml:1645 +#: using-d-i.xml:2006 #, no-c-format msgid "no configuration at this time" msgstr "現在不進行設定" #. Tag: para -#: using-d-i.xml:1646 +#: using-d-i.xml:2007 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -2376,7 +2771,7 @@ msgstr "" "具發出的重要資訊。" #. Tag: para -#: using-d-i.xml:1657 +#: using-d-i.xml:2018 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer setup, " @@ -2391,13 +2786,13 @@ msgstr "" "料。" #. Tag: title -#: using-d-i.xml:1672 +#: using-d-i.xml:2033 #, no-c-format msgid "Making Your System Bootable" msgstr "使系統可開機" #. Tag: para -#: using-d-i.xml:1674 +#: using-d-i.xml:2035 #, no-c-format msgid "" "If you are installing a diskless workstation, obviously, booting off the " @@ -2410,7 +2805,7 @@ msgstr "" "linkend=\"boot-dev-select-sun\"/>。" #. Tag: para -#: using-d-i.xml:1682 +#: using-d-i.xml:2043 #, no-c-format msgid "" "Note that multiple operating systems booting on a single machine is still " @@ -2424,13 +2819,13 @@ msgstr "" "訊。" #. Tag: title -#: using-d-i.xml:1697 +#: using-d-i.xml:2058 #, no-c-format msgid "Detecting other operating systems" msgstr "偵測其他的作業系統" #. Tag: para -#: using-d-i.xml:1699 +#: using-d-i.xml:2060 #, no-c-format msgid "" "Before a boot loader is installed, the installer will attempt to probe for " @@ -2444,7 +2839,7 @@ msgstr "" "腦也將設定為可以啟動其他作業系統。" #. Tag: para -#: using-d-i.xml:1707 +#: using-d-i.xml:2068 #, no-c-format msgid "" "Note that multiple operating systems booting on a single machine is still " @@ -2458,13 +2853,13 @@ msgstr "" "boot-loader 的文件以瞭解更多資訊。" #. Tag: title -#: using-d-i.xml:1725 +#: using-d-i.xml:2086 #, no-c-format msgid "Install aboot on a Hard Disk" msgstr "安裝 aboot 到硬碟上" #. Tag: para -#: using-d-i.xml:1726 +#: using-d-i.xml:2087 #, no-c-format msgid "" "If you have booted from SRM, if you select this option, the installer will " @@ -2483,13 +2878,13 @@ msgstr "" "您在安裝 Debian 的磁碟上裝有不同的作業系統,您將不得不從軟碟啟動 GNU/Linux。" #. Tag: title -#: using-d-i.xml:1746 +#: using-d-i.xml:2107 #, no-c-format msgid "palo-installer" msgstr "palo-installer" #. Tag: para -#: using-d-i.xml:1747 +#: using-d-i.xml:2108 #, no-c-format msgid "" "The bootloader on PA-RISC is palo. PALO is " @@ -2504,19 +2899,19 @@ msgstr "" "PALO 能真正地讀 Linux 分割區。" #. Tag: para -#: using-d-i.xml:1756 +#: using-d-i.xml:2117 #, no-c-format msgid "hppa FIXME ( need more info )" msgstr "hppa FIXME ( need more info )" #. Tag: title -#: using-d-i.xml:1768 +#: using-d-i.xml:2129 #, no-c-format msgid "Install the Grub Boot Loader on a Hard Disk" msgstr "安裝 Grub Boot Loader 到硬碟上" #. Tag: para -#: using-d-i.xml:1770 +#: using-d-i.xml:2131 #, no-c-format msgid "" "The main &architecture; boot loader is called grub. Grub is a " @@ -2527,7 +2922,7 @@ msgstr "" "定的 boot-loader,它對新手來說是個不錯的預設選擇。對老鳥來說,它也同樣適合。" #. Tag: para -#: using-d-i.xml:1776 +#: using-d-i.xml:2137 #, no-c-format msgid "" "By default, grub will be installed into the Master Boot Record (MBR), where " @@ -2539,7 +2934,7 @@ msgstr "" "訊,請參閱 grub 的手冊。" #. Tag: para -#: using-d-i.xml:1782 +#: using-d-i.xml:2143 #, no-c-format msgid "" "If you do not want to install grub at all, use the Back button to get to the " @@ -2550,13 +2945,13 @@ msgstr "" "請參閱 grub 的手冊。" #. Tag: title -#: using-d-i.xml:1796 +#: using-d-i.xml:2157 #, no-c-format msgid "Install the LILO Boot Loader on a Hard Disk" msgstr "安裝 LILO Boot Loader 到硬碟上" #. Tag: para -#: using-d-i.xml:1798 +#: using-d-i.xml:2159 #, no-c-format msgid "" "The second &architecture; boot loader is called LILO. It is " @@ -2572,7 +2967,7 @@ msgstr "" "ulink>。" #. Tag: para -#: using-d-i.xml:1808 +#: using-d-i.xml:2169 #, no-c-format msgid "" "Currently the LILO installation will only create menu entries for other " @@ -2585,7 +2980,7 @@ msgstr "" "統。" #. Tag: para -#: using-d-i.xml:1816 +#: using-d-i.xml:2177 #, no-c-format msgid "" "&d-i; presents you three choices where to install the LILOLILO boot-loader:" #. Tag: term -#: using-d-i.xml:1823 +#: using-d-i.xml:2184 #, no-c-format msgid "Master Boot Record (MBR)" msgstr "主開機區 (MBR)" #. Tag: para -#: using-d-i.xml:1823 +#: using-d-i.xml:2184 #, no-c-format msgid "" "This way the LILO will take complete control of the boot " @@ -2607,13 +3002,13 @@ msgid "" msgstr "這種方式 LILO 將完全控制開機過程。" #. Tag: term -#: using-d-i.xml:1830 +#: using-d-i.xml:2191 #, no-c-format msgid "new Debian partition" msgstr "新 Debian 分割區" #. Tag: para -#: using-d-i.xml:1830 +#: using-d-i.xml:2191 #, no-c-format msgid "" "Choose this if you want to use another boot manager. LILO " @@ -2624,13 +3019,13 @@ msgstr "" "Debian 分割區的起始位置,並能作為第二 boot loader。" #. Tag: term -#: using-d-i.xml:1839 +#: using-d-i.xml:2200 #, no-c-format msgid "Other choice" msgstr "其它選擇" #. Tag: para -#: using-d-i.xml:1839 +#: using-d-i.xml:2200 #, no-c-format msgid "" "Useful for advanced users who want to install LILO " @@ -2647,7 +3042,7 @@ msgstr "" "或 /dev/sda。" #. Tag: para -#: using-d-i.xml:1851 +#: using-d-i.xml:2212 #, no-c-format msgid "" "If you can no longer boot into Windows 9x (or DOS) after this step, you'll " @@ -2663,13 +3058,13 @@ msgstr "" "。" #. Tag: title -#: using-d-i.xml:1868 +#: using-d-i.xml:2229 #, no-c-format msgid "Install the ELILO Boot Loader on a Hard Disk" msgstr "安裝 ELILO Boot Loader 到硬碟" #. Tag: para -#: using-d-i.xml:1870 +#: using-d-i.xml:2231 #, no-c-format msgid "" "The &architecture; boot loader is called elilo. It is modeled " @@ -2694,7 +3089,7 @@ msgstr "" "行以掛載和啟動 Linux 核心。" #. Tag: para -#: using-d-i.xml:1886 +#: using-d-i.xml:2247 #, no-c-format msgid "" "The elilo configuration and installation is done as the last " @@ -2709,13 +3104,13 @@ msgstr "" "是與 root 檔案系統相同的磁碟。" #. Tag: title -#: using-d-i.xml:1898 +#: using-d-i.xml:2259 #, no-c-format msgid "Choose the correct partition!" msgstr "選擇正確的分割區!" #. Tag: para -#: using-d-i.xml:1900 +#: using-d-i.xml:2261 #, no-c-format msgid "" "The criteria for selecting a partition is that it is FAT format filesystem " @@ -2731,13 +3126,13 @@ msgstr "" "割區,這將清除以前的所有內容!" #. Tag: title -#: using-d-i.xml:1915 +#: using-d-i.xml:2276 #, no-c-format msgid "EFI Partition Contents" msgstr "EFI 分割區內容" #. Tag: para -#: using-d-i.xml:1917 +#: using-d-i.xml:2278 #, no-c-format msgid "" "The EFI partition is a FAT filesystem format partition on one of the hard " @@ -2763,13 +3158,13 @@ msgstr "" "間,系統更新或重新設定,檔案系統中也許會有其他檔案。" #. Tag: filename -#: using-d-i.xml:1939 +#: using-d-i.xml:2300 #, no-c-format msgid "elilo.conf" msgstr "elilo.conf" #. Tag: para -#: using-d-i.xml:1940 +#: using-d-i.xml:2301 #, no-c-format msgid "" "This is the configuration file read by the boot loader when it starts. It is " @@ -2780,13 +3175,13 @@ msgstr "" "filename> 以同檔名複製到 EFI 分割區的檔案。" #. Tag: filename -#: using-d-i.xml:1949 +#: using-d-i.xml:2310 #, no-c-format msgid "elilo.efi" msgstr "elilo.efi" #. Tag: para -#: using-d-i.xml:1950 +#: using-d-i.xml:2311 #, no-c-format msgid "" "This is the boot loader program that the EFI Boot Manager " @@ -2799,13 +3194,13 @@ msgstr "" "EFI Boot Manager 指令選單。" #. Tag: filename -#: using-d-i.xml:1960 +#: using-d-i.xml:2321 #, no-c-format msgid "initrd.img" msgstr "initrd.img" #. Tag: para -#: using-d-i.xml:1961 +#: using-d-i.xml:2322 #, no-c-format msgid "" "This is the initial root filesystem used to boot the kernel. It is a copy of " @@ -2818,13 +3213,13 @@ msgstr "" "filename> 符號鏈結 /initrd.img 指向的檔案。" #. Tag: filename -#: using-d-i.xml:1973 +#: using-d-i.xml:2334 #, no-c-format msgid "readme.txt" msgstr "readme.txt" #. Tag: para -#: using-d-i.xml:1974 +#: using-d-i.xml:2335 #, no-c-format msgid "" "This is a small text file warning you that the contents of the directory are " @@ -2835,13 +3230,13 @@ msgstr "" "本地修改在下次 /usr/sbin/elilo 執行時將丟失。" #. Tag: filename -#: using-d-i.xml:1984 +#: using-d-i.xml:2345 #, no-c-format msgid "vmlinuz" msgstr "vmlinuz" #. Tag: para -#: using-d-i.xml:1985 +#: using-d-i.xml:2346 #, no-c-format msgid "" "This is the compressed kernel itself. It is a copy of the file referenced in " @@ -2854,13 +3249,13 @@ msgstr "" "/vmlinuz 指向的檔案。" #. Tag: title -#: using-d-i.xml:2005 +#: using-d-i.xml:2366 #, no-c-format msgid "arcboot-installer" msgstr "arcboot-installer" #. Tag: para -#: using-d-i.xml:2006 +#: using-d-i.xml:2367 #, fuzzy, no-c-format msgid "" "The boot loader on SGI machines is arcboot. It has to be " @@ -2900,13 +3295,13 @@ msgstr "" " ,然後鍵入 boot。" #. Tag: replaceable -#: using-d-i.xml:2025 +#: using-d-i.xml:2386 #, no-c-format msgid "scsi" msgstr "scsi" #. Tag: para -#: using-d-i.xml:2026 +#: using-d-i.xml:2387 #, no-c-format msgid "" "is the SCSI bus to be booted from, this is 0 for the " @@ -2914,13 +3309,13 @@ msgid "" msgstr "是啟動的 SCSI 匯流排, 0 為主機板內建控制器" #. Tag: replaceable -#: using-d-i.xml:2034 +#: using-d-i.xml:2395 #, no-c-format msgid "disk" msgstr "disk" #. Tag: para -#: using-d-i.xml:2035 +#: using-d-i.xml:2396 #, no-c-format msgid "" "is the SCSI ID of the hard disk on which arcboot is " @@ -2929,13 +3324,13 @@ msgstr "是硬碟的 SCSI ID,arcboot 安裝在其上" # index.docbook:1643, index.docbook:1712 #. Tag: replaceable -#: using-d-i.xml:2043 using-d-i.xml:2112 +#: using-d-i.xml:2404 using-d-i.xml:2473 #, no-c-format msgid "partnr" msgstr "partnr" #. Tag: para -#: using-d-i.xml:2044 +#: using-d-i.xml:2405 #, no-c-format msgid "" "is the number of the partition on which /etc/arcboot.conf/etc/arcboot.conf 所處分割區編號。" #. Tag: replaceable -#: using-d-i.xml:2052 +#: using-d-i.xml:2413 #, no-c-format msgid "config" msgstr "config" #. Tag: para -#: using-d-i.xml:2053 +#: using-d-i.xml:2414 #, no-c-format msgid "" "is the name of the configuration entry in /etc/arcboot.conflinux 。" #. Tag: title -#: using-d-i.xml:2074 +#: using-d-i.xml:2435 #, no-c-format msgid "delo-installer" msgstr "delo-installer" #. Tag: para -#: using-d-i.xml:2075 +#: using-d-i.xml:2436 #, no-c-format msgid "" "The boot loader on DECstations is DELO. It has to be " @@ -2991,13 +3386,13 @@ msgstr "" " 。" #. Tag: replaceable -#: using-d-i.xml:2094 +#: using-d-i.xml:2455 #, no-c-format msgid "#" msgstr "#" #. Tag: para -#: using-d-i.xml:2095 +#: using-d-i.xml:2456 #, no-c-format msgid "" "is the TurboChannel device to be booted from, on most DECstations this is " @@ -3007,20 +3402,20 @@ msgstr "" "3" #. Tag: replaceable -#: using-d-i.xml:2103 +#: using-d-i.xml:2464 #, no-c-format msgid "id" msgstr "id" #. Tag: para -#: using-d-i.xml:2104 +#: using-d-i.xml:2465 #, no-c-format msgid "" "is the SCSI ID of the hard disk on which DELO is installed" msgstr "DELO 所處的硬碟的 SCSI ID。" #. Tag: para -#: using-d-i.xml:2113 +#: using-d-i.xml:2474 #, no-c-format msgid "" "is the number of the partition on which /etc/delo.conf " @@ -3028,13 +3423,13 @@ msgid "" msgstr "/etc/delo.conf 所處的分割區號。" #. Tag: replaceable -#: using-d-i.xml:2121 +#: using-d-i.xml:2482 #, no-c-format msgid "name" msgstr "name" #. Tag: para -#: using-d-i.xml:2122 +#: using-d-i.xml:2483 #, no-c-format msgid "" "is the name of the configuration entry in /etc/delo.conf" #. Tag: para -#: using-d-i.xml:2132 +#: using-d-i.xml:2493 #, no-c-format msgid "" "In case /etc/delo.conf is on the first partition on the " @@ -3054,19 +3449,19 @@ msgstr "" "預設的開機設定,但也可以用" #. Tag: screen -#: using-d-i.xml:2138 +#: using-d-i.xml:2499 #, no-c-format msgid "boot #/rzid" msgstr "boot #/rzid" #. Tag: title -#: using-d-i.xml:2148 +#: using-d-i.xml:2509 #, no-c-format msgid "Install Yaboot on a Hard Disk" msgstr "安裝 Yaboot 至硬碟" #. Tag: para -#: using-d-i.xml:2149 +#: using-d-i.xml:2510 #, no-c-format msgid "" "Newer (mid 1998 and on) PowerMacs use yaboot as their " @@ -3084,13 +3479,13 @@ msgstr "" "將設為啟動 &debian;。" #. Tag: title -#: using-d-i.xml:2167 +#: using-d-i.xml:2528 #, no-c-format msgid "Install Quik on a Hard Disk" msgstr "安裝 Quik 至硬碟" #. Tag: para -#: using-d-i.xml:2168 +#: using-d-i.xml:2529 #, no-c-format msgid "" "The boot loader for OldWorld Power Macintosh machines is quikzipl-installer" msgstr "zipl-installer" #. Tag: para -#: using-d-i.xml:2185 +#: using-d-i.xml:2546 #, no-c-format msgid "" "The boot loader on &arch-title; is zipl. ZIPL,它位於 IBM 的 developerWorks 網站 ZIPL。" #. Tag: title -#: using-d-i.xml:2202 +#: using-d-i.xml:2563 #, no-c-format msgid "Install the SILO Boot Loader on a Hard Disk" msgstr "安裝 SILO Boot Loader 到硬碟" #. Tag: para -#: using-d-i.xml:2204 +#: using-d-i.xml:2565 #, no-c-format msgid "" "The standard &architecture; boot loader is called silo. It is " @@ -3159,13 +3554,13 @@ msgstr "" "SunOS/Solaris 的系統很有用。" #. Tag: title -#: using-d-i.xml:2229 +#: using-d-i.xml:2590 #, no-c-format msgid "Continue Without Boot Loader" msgstr "不使用 boot-loader 繼續進行" #. Tag: para -#: using-d-i.xml:2231 +#: using-d-i.xml:2592 #, no-c-format msgid "" "This option can be used to complete the installation even when no boot " @@ -3181,7 +3576,7 @@ msgstr "" "存在於機器上,以用於啟動 GNU/Linux。" #. Tag: para -#: using-d-i.xml:2240 +#: using-d-i.xml:2601 #, no-c-format msgid "" "If you plan to manually configure your bootloader, you should check the name " @@ -3200,13 +3595,13 @@ msgstr "" "filename> 到一個獨立的分割區,還需要 /boot 檔案系統。" #. Tag: title -#: using-d-i.xml:2257 +#: using-d-i.xml:2618 #, fuzzy, no-c-format msgid "Finishing the Installation" msgstr "完成安裝並重開機" #. Tag: para -#: using-d-i.xml:2258 +#: using-d-i.xml:2619 #, fuzzy, no-c-format msgid "" "These are the last bits to do before rebooting to your new system. It mostly " @@ -3214,13 +3609,13 @@ msgid "" msgstr "在啟動新 Debian 之前還有一些最後工作,主要是 &d-i; 之後的整理。" #. Tag: title -#: using-d-i.xml:2270 +#: using-d-i.xml:2631 #, no-c-format msgid "Finish the Installation and Reboot" msgstr "完成安裝並重開機" #. Tag: para -#: using-d-i.xml:2272 +#: using-d-i.xml:2633 #, no-c-format msgid "" "This is the last step in the initial Debian installation process. You will " @@ -3232,7 +3627,7 @@ msgstr "" "碟等)。安裝程式將完成最後的工作,然後啟動您的新 Debian 系統。" #. Tag: para -#: using-d-i.xml:2279 +#: using-d-i.xml:2640 #, no-c-format msgid "" "Select the Finish the installation menu item " @@ -3245,13 +3640,13 @@ msgstr "" "Linux,它在安裝步驟第一步裡被選做根檔案系統。" #. Tag: title -#: using-d-i.xml:2293 +#: using-d-i.xml:2654 #, no-c-format msgid "Miscellaneous" msgstr "雜項" #. Tag: para -#: using-d-i.xml:2294 +#: using-d-i.xml:2655 #, no-c-format msgid "" "The components listed in this section are usually not involved in the " @@ -3262,13 +3657,13 @@ msgstr "" "題。" #. Tag: title -#: using-d-i.xml:2307 +#: using-d-i.xml:2668 #, no-c-format msgid "Saving the installation logs" msgstr "保存安裝記錄" #. Tag: para -#: using-d-i.xml:2309 +#: using-d-i.xml:2670 #, fuzzy, no-c-format msgid "" "If the installation is successful, the logfiles created during the " @@ -3279,7 +3674,7 @@ msgstr "" "/var/log/debian-installer/。" #. Tag: para -#: using-d-i.xml:2316 +#: using-d-i.xml:2677 #, fuzzy, no-c-format msgid "" "Choosing Save debug logs from the main menu " @@ -3293,13 +3688,13 @@ msgstr "" "用於報告的附件。" #. Tag: title -#: using-d-i.xml:2336 +#: using-d-i.xml:2697 #, no-c-format msgid "Using the Shell and Viewing the Logs" msgstr "使用 Shell 查看記錄" #. Tag: para -#: using-d-i.xml:2339 +#: using-d-i.xml:2700 #, no-c-format msgid "" "There is an Execute a Shell item on the menu. If " @@ -3320,7 +3715,7 @@ msgstr "" "ash。" #. Tag: para -#: using-d-i.xml:2351 +#: using-d-i.xml:2712 #, no-c-format msgid "" "At this point you are booted from the RAM disk, and there is a limited set " @@ -3336,7 +3731,7 @@ msgstr "" "shell 有一些好用的特性,如自動完成與歷史紀錄。" #. Tag: para -#: using-d-i.xml:2360 +#: using-d-i.xml:2721 #, no-c-format msgid "" "Use the menus to perform any task that they are able to do — the shell " @@ -3354,13 +3749,13 @@ msgstr "" "command> 指令。" #. Tag: title -#: using-d-i.xml:2379 +#: using-d-i.xml:2740 #, no-c-format msgid "Installation Over the Network" msgstr "" #. Tag: para -#: using-d-i.xml:2381 +#: using-d-i.xml:2742 #, no-c-format msgid "" "One of the more interesting components is network-consoleAfter selecting this new entry, you " @@ -3408,7 +3803,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2421 +#: using-d-i.xml:2782 #, no-c-format msgid "" "Should you decide to continue with the installation locally, you can always " @@ -3417,7 +3812,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2427 +#: using-d-i.xml:2788 #, no-c-format msgid "" "Now let's switch to the other side of the wire. As a prerequisite, you need " @@ -3436,7 +3831,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2444 +#: using-d-i.xml:2805 #, no-c-format msgid "" "If you install several computers in turn and they happen to have the same IP " @@ -3448,7 +3843,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2453 +#: using-d-i.xml:2814 #, no-c-format msgid "" "After the login you will be presented with an initial screen where you have " @@ -3461,7 +3856,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2463 +#: using-d-i.xml:2824 #, no-c-format msgid "" "After you have started the installation remotely over SSH, you should not go " @@ -3472,7 +3867,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2471 +#: using-d-i.xml:2832 #, no-c-format msgid "" "Also, if you are running the SSH session from an X terminal, you should not " -- cgit v1.2.3