diff options
author | Felipe Augusto van de Wiel <faw@debian.org> | 2008-09-26 00:10:32 +0000 |
---|---|---|
committer | Felipe Augusto van de Wiel <faw@debian.org> | 2008-09-26 00:10:32 +0000 |
commit | 0b048dbf33dec95e6efdaee7545e22081a1c648c (patch) | |
tree | f7457487061702388fc303132f187453602a66b2 /po/hu | |
parent | 499917c9d16990bd0114777ed5b1529fde5aea08 (diff) | |
download | installation-guide-0b048dbf33dec95e6efdaee7545e22081a1c648c.zip |
[SILENT_COMMIT] Update of POT and PO files for the manual
Diffstat (limited to 'po/hu')
-rw-r--r-- | po/hu/preseed.po | 68 | ||||
-rw-r--r-- | po/hu/using-d-i.po | 596 |
2 files changed, 422 insertions, 242 deletions
diff --git a/po/hu/preseed.po b/po/hu/preseed.po index 269365baf..48a5f1039 100644 --- a/po/hu/preseed.po +++ b/po/hu/preseed.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2008-09-10 00:09+0000\n" +"POT-Creation-Date: 2008-09-26 00:09+0000\n" "PO-Revision-Date: 2007-03-18 19:17+0100\n" "Last-Translator: SZERVÁC Attila <sas@321.hu>\n" "Language-Team: Hungarian\n" @@ -1764,10 +1764,16 @@ msgstr "Particionálás RAID használatával" #. Tag: para #: preseed.xml:835 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "You can also use preseeding to set up partitions on software RAID arrays. " +#| "Supported are RAID levels 0, 1 and 5, creating degraded arrays and " +#| "specifying spare devices. If you are using RAID 1, you can preseed grub " +#| "to install to all devices used in the array; see <xref linkend=\"preseed-" +#| "bootloader\"/>." msgid "" "You can also use preseeding to set up partitions on software RAID arrays. " -"Supported are RAID levels 0, 1 and 5, creating degraded arrays and " +"Supported are RAID levels 0, 1, 5, 6 and 10, creating degraded arrays and " "specifying spare devices. If you are using RAID 1, you can preseed grub to " "install to all devices used in the array; see <xref linkend=\"preseed-" "bootloader\"/>." @@ -1807,7 +1813,58 @@ msgstr "" #. Tag: screen #: preseed.xml:861 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "# NOTE: this option is of beta release quality and should be used " +#| "carefully\n" +#| "\n" +#| "# The method should be set to \"raid\".\n" +#| "#d-i partman-auto/method string raid\n" +#| "# Specify the disks to be partitioned. They will all get the same " +#| "layout,\n" +#| "# so this will only work if the disks are the same size.\n" +#| "#d-i partman-auto/disk string /dev/discs/disc0/disc /dev/discs/disc1/" +#| "disc\n" +#| "\n" +#| "# Next you need to specify the physical partitions that will be used. \n" +#| "#d-i partman-auto/expert_recipe string \\\n" +#| "# multiraid :: \\\n" +#| "# 1000 5000 4000 raid \\\n" +#| "# $primary{ } method{ raid } \\\n" +#| "# . \\\n" +#| "# 64 512 300% raid \\\n" +#| "# method{ raid } \\\n" +#| "# . \\\n" +#| "# 500 10000 1000000000 raid \\\n" +#| "# method{ raid } \\\n" +#| "# .\n" +#| "\n" +#| "# Last you need to specify how the previously defined partitions will be\n" +#| "# used in the RAID setup. Remember to use the correct partition numbers\n" +#| "# for logical partitions.\n" +#| "# Parameters are:\n" +#| "# <raidtype> <devcount> <sparecount> <fstype> <" +#| "mountpoint> \\\n" +#| "# <devices> <sparedevices>\n" +#| "# RAID levels 0, 1 and 5 are supported; devices are separated using \"#" +#| "\"\n" +#| "#d-i partman-auto-raid/recipe string \\\n" +#| "# 1 2 0 ext3 / \\\n" +#| "# /dev/discs/disc0/part1#/dev/discs/disc1/part1 \\\n" +#| "# . \\\n" +#| "# 1 2 0 swap - \\\n" +#| "# /dev/discs/disc0/part5#/dev/discs/disc1/part5 \\\n" +#| "# . \\\n" +#| "# 0 2 0 ext3 /home \\\n" +#| "# /dev/discs/disc0/part6#/dev/discs/disc1/part6 \\\n" +#| "# .\n" +#| "\n" +#| "# This makes partman automatically partition without confirmation.\n" +#| "d-i partman-md/confirm boolean true\n" +#| "d-i partman/confirm_write_new_label boolean true\n" +#| "d-i partman/choose_partition \\\n" +#| " select Finish partitioning and write changes to disk\n" +#| "d-i partman/confirm boolean true" msgid "" "# NOTE: this option is of beta release quality and should be used carefully\n" "\n" @@ -1837,7 +1894,8 @@ msgid "" "# <raidtype> <devcount> <sparecount> <fstype> <" "mountpoint> \\\n" "# <devices> <sparedevices>\n" -"# RAID levels 0, 1 and 5 are supported; devices are separated using \"#\"\n" +"# RAID levels 0, 1, 5, 6 and 10 are supported; devices are separated using " +"\"#\"\n" "#d-i partman-auto-raid/recipe string \\\n" "# 1 2 0 ext3 / \\\n" "# /dev/discs/disc0/part1#/dev/discs/disc1/part1 \\\n" diff --git a/po/hu/using-d-i.po b/po/hu/using-d-i.po index a440f6e99..77749e4d5 100644 --- a/po/hu/using-d-i.po +++ b/po/hu/using-d-i.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2008-05-30 00:09+0000\n" +"POT-Creation-Date: 2008-09-26 00:09+0000\n" "PO-Revision-Date: 2007-03-14 08:35+0100\n" "Last-Translator: SZERVÁC Attila <sas@321.hu>\n" "Language-Team: Hungarian\n" @@ -1831,7 +1831,45 @@ msgstr "" #. Tag: para #: using-d-i.xml:1168 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "What benefits this brings depends on the type of MD device you are " +#| "creating. Currently supported are: <variablelist> <varlistentry> " +#| "<term>RAID0</term><listitem><para> Is mainly aimed at performance. RAID0 " +#| "splits all incoming data into <firstterm>stripes</firstterm> 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 lose <emphasis>everything</emphasis> (part of the information is " +#| "still on the healthy disk(s), the other part <emphasis>was</emphasis> on " +#| "the failed disk). </para><para> The typical use for RAID0 is a partition " +#| "for video editing. </para></listitem> </varlistentry> <varlistentry> " +#| "<term>RAID1</term><listitem><para> 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. </para><para> Optionally you can have a spare disk in the array " +#| "which will take the place of the failed disk in the case of failure. </" +#| "para></listitem> </varlistentry> <varlistentry> <term>RAID5</" +#| "term><listitem><para> Is a good compromise between speed, reliability and " +#| "data redundancy. RAID5 splits all incoming data into stripes and " +#| "distributes them equally on all but one disk (similar to RAID0). Unlike " +#| "RAID0, RAID5 also computes <firstterm>parity</firstterm> 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. </para><para> " +#| "As you can see, RAID5 has a similar degree of reliability to RAID1 while " +#| "achieving less redundancy. On the other hand, it might be a bit slower on " +#| "write operations than RAID0 due to computation of parity information. </" +#| "para></listitem> </varlistentry> </variablelist> To sum it up:" msgid "" "What benefits this brings depends on the type of MD device you are creating. " "Currently supported are: <variablelist> <varlistentry> <term>RAID0</" @@ -1868,7 +1906,23 @@ msgid "" "RAID5 has a similar degree of reliability to RAID1 while achieving less " "redundancy. On the other hand, it might be a bit slower on write operations " "than RAID0 due to computation of parity information. </para></listitem> </" -"varlistentry> </variablelist> To sum it up:" +"varlistentry> <varlistentry> <term>RAID6</term><listitem><para> Is similar " +"to RAID5 except that it uses two parity devices instead of one. </" +"para><para> A RAID6 array can survive up to two disk failures. </para></" +"listitem> </varlistentry> <varlistentry> <term>RAID10</term><listitem><para> " +"RAID10 combines striping (as in RAID0) and mirroring (as in RAID1). It " +"creates <replaceable>n</replaceable> copies of incoming data and distributes " +"them across the partitions so that none of the copies of the same data are " +"on the same device. The default value of <replaceable>n</replaceable> is 2, " +"but it can be set to something else in expert mode. The number of partitions " +"used must be at least <replaceable>n</replaceable>. RAID10 has different " +"layouts for distributing the copies. The default is near copies. Near copies " +"have all of the copies at about the same offset on all of the disks. Far " +"copies have the copies at different offsets on the disks. Offset copies copy " +"the stripe, not the individual copies. </para><para> RAID10 can be used to " +"achieve reliability and redundancy without the drawback of having to " +"calculate parity. </para></listitem> </varlistentry> </variablelist> To sum " +"it up:" msgstr "" "Az előny a létrehozott MD eszköz típusától függ. A jelenleg támogatottak: " "<variablelist> <varlistentry> <term>RAID0</term><listitem><para> Főleg " @@ -1902,98 +1956,98 @@ msgstr "" "para></listitem> </varlistentry> </variablelist> Összefoglalva:" #. Tag: entry -#: using-d-i.xml:1246 +#: using-d-i.xml:1282 #, no-c-format msgid "Type" msgstr "Típus" #. Tag: entry -#: using-d-i.xml:1247 +#: using-d-i.xml:1283 #, no-c-format msgid "Minimum Devices" msgstr "Legkisebb eszköz-szám" #. Tag: entry -#: using-d-i.xml:1248 +#: using-d-i.xml:1284 #, no-c-format msgid "Spare Device" msgstr "Tartalék eszköz" #. Tag: entry -#: using-d-i.xml:1249 +#: using-d-i.xml:1285 #, no-c-format msgid "Survives disk failure?" msgstr "Túlél lemez hibát?" #. Tag: entry -#: using-d-i.xml:1250 +#: using-d-i.xml:1286 #, no-c-format msgid "Available Space" msgstr "Elérhető hely" #. Tag: entry -#: using-d-i.xml:1256 +#: using-d-i.xml:1292 #, no-c-format msgid "RAID0" msgstr "RAID0" #. Tag: entry -#: using-d-i.xml:1257 using-d-i.xml:1265 +#: using-d-i.xml:1293 using-d-i.xml:1301 using-d-i.xml:1331 #, no-c-format msgid "<entry>2</entry>" msgstr "<entry>2</entry>" #. Tag: entry -#: using-d-i.xml:1258 using-d-i.xml:1259 +#: using-d-i.xml:1294 using-d-i.xml:1295 #, no-c-format msgid "<entry>no</entry>" msgstr "<entry>nincs</entry>" #. Tag: entry -#: using-d-i.xml:1260 +#: using-d-i.xml:1296 #, no-c-format msgid "Size of the smallest partition multiplied by number of devices in RAID" msgstr "" "A legkisebb partíció mérete szorozva a RAID tömbben lévő eszközök számával" #. Tag: entry -#: using-d-i.xml:1264 +#: using-d-i.xml:1300 #, no-c-format msgid "RAID1" msgstr "RAID1" #. Tag: entry -#: using-d-i.xml:1266 using-d-i.xml:1274 +#: using-d-i.xml:1302 using-d-i.xml:1310 using-d-i.xml:1321 using-d-i.xml:1332 #, no-c-format msgid "optional" msgstr "lehet" #. Tag: entry -#: using-d-i.xml:1267 using-d-i.xml:1275 +#: using-d-i.xml:1303 using-d-i.xml:1311 using-d-i.xml:1322 using-d-i.xml:1333 #, no-c-format msgid "<entry>yes</entry>" msgstr "<entry>igen</entry>" #. Tag: entry -#: using-d-i.xml:1268 +#: using-d-i.xml:1304 #, no-c-format msgid "Size of the smallest partition in RAID" msgstr "A RAID tömbben lévő legkisebb partíció mérete" #. Tag: entry -#: using-d-i.xml:1272 +#: using-d-i.xml:1308 #, no-c-format msgid "RAID5" msgstr "RAID5" #. Tag: entry -#: using-d-i.xml:1273 +#: using-d-i.xml:1309 #, no-c-format msgid "<entry>3</entry>" msgstr "<entry>3</entry>" #. Tag: entry -#: using-d-i.xml:1276 +#: using-d-i.xml:1312 #, no-c-format msgid "" "Size of the smallest partition multiplied by (number of devices in RAID " @@ -2002,8 +2056,50 @@ msgstr "" "A legkisebb partíció mérete szorozva ezzel: a RAID tömbben lévő eszközök " "száma -1" +#. Tag: entry +#: using-d-i.xml:1319 +#, fuzzy, no-c-format +#| msgid "RAID0" +msgid "RAID6" +msgstr "RAID0" + +#. Tag: entry +#: using-d-i.xml:1320 +#, fuzzy, no-c-format +#| msgid "<entry>2</entry>" +msgid "<entry>4</entry>" +msgstr "<entry>2</entry>" + +#. Tag: entry +#: using-d-i.xml:1323 +#, fuzzy, no-c-format +#| msgid "" +#| "Size of the smallest partition multiplied by (number of devices in RAID " +#| "minus one)" +msgid "" +"Size of the smallest partition multiplied by (number of devices in RAID " +"minus two)" +msgstr "" +"A legkisebb partíció mérete szorozva ezzel: a RAID tömbben lévő eszközök " +"száma -1" + +#. Tag: entry +#: using-d-i.xml:1330 +#, fuzzy, no-c-format +#| msgid "RAID0" +msgid "RAID10" +msgstr "RAID0" + +#. Tag: entry +#: using-d-i.xml:1334 +#, no-c-format +msgid "" +"Total of all partitions divided by the number of chunk copies (defaults to " +"two)" +msgstr "" + #. Tag: para -#: using-d-i.xml:1284 +#: using-d-i.xml:1341 #, no-c-format msgid "" "If you want to know more about Software RAID, have a look at <ulink url=" @@ -2013,7 +2109,7 @@ msgstr "" "howto;\">Szoftver RAID HOGYAN</ulink>." #. Tag: para -#: using-d-i.xml:1289 +#: using-d-i.xml:1346 #, no-c-format msgid "" "To create a MD device, you need to have the desired partitions it should " @@ -2028,7 +2124,7 @@ msgstr "" "fizikai kötet</guimenuitem> </menuchoice> pontot.)" #. Tag: para -#: using-d-i.xml:1298 +#: using-d-i.xml:1355 #, no-c-format msgid "" "Make sure that the system can be booted with the partitioning scheme you are " @@ -2041,7 +2137,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1310 +#: using-d-i.xml:1367 #, fuzzy, no-c-format #| msgid "" #| "Support for MD is a relatively new addition to the installer. You may " @@ -2064,7 +2160,7 @@ msgstr "" "megoldhatják." #. Tag: para -#: using-d-i.xml:1319 +#: using-d-i.xml:1376 #, no-c-format msgid "" "Next, you should choose <guimenuitem>Configure software RAID</guimenuitem> " @@ -2085,7 +2181,7 @@ msgstr "" "következők a választott MD típustól függenek." #. Tag: para -#: using-d-i.xml:1332 +#: using-d-i.xml:1389 #, no-c-format msgid "" "RAID0 is simple — you will be issued with the list of available RAID " @@ -2096,7 +2192,7 @@ msgstr "" "listája, és az egyetlen feladat a leendő MD-t alkotó partíciók kijelölése." #. Tag: para -#: using-d-i.xml:1339 +#: using-d-i.xml:1396 #, no-c-format msgid "" "RAID1 is a bit more tricky. First, you will be asked to enter the number of " @@ -2113,7 +2209,7 @@ msgstr "" "az előbb megadott számmal. Ne aggódj! A &d-i; figyelmeztet hiba esetén." #. Tag: para -#: using-d-i.xml:1351 +#: using-d-i.xml:1408 #, no-c-format msgid "" "RAID5 has a similar setup procedure as RAID1 with the exception that you " @@ -2123,7 +2219,33 @@ msgstr "" "emphasis> aktív partíciót kell megadni." #. Tag: para -#: using-d-i.xml:1359 +#: using-d-i.xml:1414 +#, fuzzy, no-c-format +#| msgid "" +#| "RAID5 has a similar setup procedure as RAID1 with the exception that you " +#| "need to use at least <emphasis>three</emphasis> active partitions." +msgid "" +"RAID6 also has a similar setup procedure as RAID1 except thatat least " +"<emphasis>four</emphasis> active partitions are required." +msgstr "" +"A RAID5 beállítása hasonló, mint a RAID1-é, de legalább <emphasis>3</" +"emphasis> aktív partíciót kell megadni." + +#. Tag: para +#: using-d-i.xml:1420 +#, no-c-format +msgid "" +"RAID10 again has a similar setup procedure as RAID1 except in expert mode. " +"In expert mode, &d-i; will ask you for the layout. The layout has two parts. " +"The first part is the layout type. It is either <literal>n</literal> (for " +"near copies), <literal>f</literal> (for far copies), or <literal>o</literal> " +"(for offset copies). The second part is the number of copies to make of the " +"data. There must be at least that many active devices so that all of the " +"copies can be distributed onto different disks." +msgstr "" + +#. Tag: para +#: using-d-i.xml:1434 #, no-c-format msgid "" "It is perfectly possible to have several types of MD at once. For example, " @@ -2141,7 +2263,7 @@ msgstr "" "partíció)." #. Tag: para -#: using-d-i.xml:1368 +#: using-d-i.xml:1443 #, no-c-format msgid "" "After you setup MD devices to your liking, you can <guimenuitem>Finish</" @@ -2155,13 +2277,13 @@ msgstr "" "például csatolási pontok társítására." #. Tag: title -#: using-d-i.xml:1383 +#: using-d-i.xml:1458 #, no-c-format msgid "Configuring the Logical Volume Manager (LVM)" msgstr "Logikai kötet-kezelő (LVM) beállítása" #. Tag: para -#: using-d-i.xml:1384 +#: using-d-i.xml:1459 #, no-c-format msgid "" "If you are working with computers at the level of system administrator or " @@ -2177,7 +2299,7 @@ msgstr "" "így tovább kellett kezelni." #. Tag: para -#: using-d-i.xml:1392 +#: using-d-i.xml:1467 #, no-c-format msgid "" "To avoid the described situation you can use Logical Volume Manager (LVM). " @@ -2196,7 +2318,7 @@ msgstr "" "közt is átnyúlhatnak." #. Tag: para -#: using-d-i.xml:1402 +#: using-d-i.xml:1477 #, no-c-format msgid "" "Now when you realize you need more space for your old 160GB <filename>/home</" @@ -2217,7 +2339,7 @@ msgstr "" "ulink> leírást." #. Tag: para -#: using-d-i.xml:1413 +#: using-d-i.xml:1488 #, no-c-format msgid "" "LVM setup in &d-i; is quite simple and completely supported inside " @@ -2234,7 +2356,7 @@ msgstr "" "guimenuitem> </menuchoice> pontot." #. Tag: para -#: using-d-i.xml:1422 +#: using-d-i.xml:1497 #, no-c-format msgid "" "When you return to the main <command>partman</command> screen, you will see " @@ -2253,7 +2375,7 @@ msgstr "" "lehetséges műveleteket mutatja. A lehetséges műveletek:" #. Tag: para -#: using-d-i.xml:1433 +#: using-d-i.xml:1508 #, no-c-format msgid "" "<guimenuitem>Display configuration details</guimenuitem>: shows LVM device " @@ -2263,43 +2385,43 @@ msgstr "" "eszköz struktúrát, a logikai kötetek neveit, méreteit és egyebeket" #. Tag: guimenuitem -#: using-d-i.xml:1438 +#: using-d-i.xml:1513 #, no-c-format msgid "Create volume group" msgstr "Kötet csoport létrehozása" #. Tag: guimenuitem -#: using-d-i.xml:1441 +#: using-d-i.xml:1516 #, no-c-format msgid "Create logical volume" msgstr "Logikai kötet létrehozása" #. Tag: guimenuitem -#: using-d-i.xml:1444 +#: using-d-i.xml:1519 #, no-c-format msgid "Delete volume group" msgstr "Kötet csoport törlése" #. Tag: guimenuitem -#: using-d-i.xml:1447 +#: using-d-i.xml:1522 #, no-c-format msgid "Delete logical volume" msgstr "Logikai kötet törlése" #. Tag: guimenuitem -#: using-d-i.xml:1450 +#: using-d-i.xml:1525 #, no-c-format msgid "Extend volume group" msgstr "Kötet csoport bővítése" #. Tag: guimenuitem -#: using-d-i.xml:1453 +#: using-d-i.xml:1528 #, no-c-format msgid "Reduce volume group" msgstr "Kötet csoport csökkentése" #. Tag: para -#: using-d-i.xml:1455 +#: using-d-i.xml:1530 #, no-c-format msgid "" "<guimenuitem>Finish</guimenuitem>: return to the main <command>partman</" @@ -2309,7 +2431,7 @@ msgstr "" "képernyőhöz" #. Tag: para -#: using-d-i.xml:1461 +#: using-d-i.xml:1536 #, no-c-format msgid "" "Use the options in that menu to first create a volume group and then create " @@ -2319,7 +2441,7 @@ msgstr "" "kötetek létrehozására." #. Tag: para -#: using-d-i.xml:1466 +#: using-d-i.xml:1541 #, no-c-format msgid "" "After you return to the main <command>partman</command> screen, any created " @@ -2331,13 +2453,13 @@ msgstr "" "is kezelhetők)." #. Tag: title -#: using-d-i.xml:1480 +#: using-d-i.xml:1555 #, no-c-format msgid "Configuring Encrypted Volumes" msgstr "Titkosított kötetek beállítása" #. Tag: para -#: using-d-i.xml:1481 +#: using-d-i.xml:1556 #, no-c-format msgid "" "&d-i; allows you to set up encrypted partitions. Every file you write to " @@ -2359,7 +2481,7 @@ msgstr "" "adatok véletlen karaktereknek tűnnek." #. Tag: para -#: using-d-i.xml:1493 +#: using-d-i.xml:1568 #, no-c-format msgid "" "The two most important partitions to encrypt are: the home partition, where " @@ -2387,7 +2509,7 @@ msgstr "" "betöltése." #. Tag: para -#: using-d-i.xml:1508 +#: using-d-i.xml:1583 #, no-c-format msgid "" "Please note that the performance of encrypted partitions will be less than " @@ -2401,7 +2523,7 @@ msgstr "" "hosszán múlik." #. Tag: para -#: using-d-i.xml:1515 +#: using-d-i.xml:1590 #, no-c-format msgid "" "To use encryption, you have to create a new partition by selecting some free " @@ -2421,7 +2543,7 @@ msgstr "" "módosul és különböző titkosító lehetőségeket ad a partícióhoz." #. Tag: para -#: using-d-i.xml:1526 +#: using-d-i.xml:1601 #, no-c-format msgid "" "&d-i; supports several encryption methods. The default method is " @@ -2437,7 +2559,7 @@ msgstr "" "ok, ajánlott az alap használata." #. Tag: para -#: using-d-i.xml:1538 +#: using-d-i.xml:1613 #, no-c-format msgid "" "First, let's have a look at the options available when you select " @@ -2451,13 +2573,13 @@ msgstr "" "lettek kiválasztva." #. Tag: term -#: using-d-i.xml:1548 +#: using-d-i.xml:1623 #, no-c-format msgid "Encryption: <userinput>aes</userinput>" msgstr "Titkosítás: <userinput>aes</userinput>" #. Tag: para -#: using-d-i.xml:1550 +#: using-d-i.xml:1625 #, no-c-format msgid "" "This option lets you select the encryption algorithm (<firstterm>cipher</" @@ -2482,13 +2604,13 @@ msgstr "" "érzékeny adatok védelmére a XXI. században." #. Tag: term -#: using-d-i.xml:1568 +#: using-d-i.xml:1643 #, no-c-format msgid "Key size: <userinput>256</userinput>" msgstr "Kulcs méret: <userinput>256</userinput>" #. Tag: para -#: using-d-i.xml:1570 +#: using-d-i.xml:1645 #, no-c-format msgid "" "Here you can specify the length of the encryption key. With a larger key " @@ -2501,13 +2623,13 @@ msgstr "" "teljesítményre. Az elérhető kulcs méretek a titkosítástól függenek." #. Tag: term -#: using-d-i.xml:1582 +#: using-d-i.xml:1657 #, no-c-format msgid "IV algorithm: <userinput>cbc-essiv:sha256</userinput>" msgstr "IV algoritmus: <userinput>cbc-essiv:sha256</userinput>" #. Tag: para -#: using-d-i.xml:1584 +#: using-d-i.xml:1659 #, no-c-format msgid "" "The <firstterm>Initialization Vector</firstterm> or <firstterm>IV</" @@ -2524,7 +2646,7 @@ msgstr "" "adatok általi törés megakadályozása." #. Tag: para -#: using-d-i.xml:1594 +#: using-d-i.xml:1669 #, no-c-format msgid "" "From the provided alternatives, the default <userinput>cbc-essiv:sha256</" @@ -2538,25 +2660,25 @@ msgstr "" "az újabb algoritmusokat." #. Tag: term -#: using-d-i.xml:1606 +#: using-d-i.xml:1681 #, no-c-format msgid "Encryption key: <userinput>Passphrase</userinput>" msgstr "Titkosító kulcs: <userinput>Jelmondat</userinput>" #. Tag: para -#: using-d-i.xml:1608 +#: using-d-i.xml:1683 #, no-c-format msgid "Here you can choose the type of the encryption key for this partition." msgstr "Itt állítható be a titkosító kulcs e partícióhoz." #. Tag: term -#: using-d-i.xml:1614 +#: using-d-i.xml:1689 #, no-c-format msgid "Passphrase" msgstr "Jelmondat" #. Tag: para -#: using-d-i.xml:1615 +#: using-d-i.xml:1690 #, no-c-format msgid "" "The encryption key will be computed<footnote> <para> Using a passphrase as " @@ -2570,13 +2692,13 @@ msgstr "" "alapján, mely e folyamat folyatásában adható meg." #. Tag: term -#: using-d-i.xml:1630 using-d-i.xml:1723 +#: using-d-i.xml:1705 using-d-i.xml:1798 #, no-c-format msgid "Random key" msgstr "Véletlen kulcs" #. Tag: para -#: using-d-i.xml:1631 +#: using-d-i.xml:1706 #, no-c-format msgid "" "A new encryption key will be generated from random data each time you try to " @@ -2593,7 +2715,7 @@ msgstr "" "algoritmus ismeretlen gyengesége nélkül ez nem lehetséges a mi életünkben.)" #. Tag: para -#: using-d-i.xml:1640 +#: using-d-i.xml:1715 #, no-c-format msgid "" "Random keys are useful for swap partitions because you do not need to bother " @@ -2612,13 +2734,13 @@ msgstr "" "partícióra a felfüggesztéskor írt adatok visszaállítása." #. Tag: term -#: using-d-i.xml:1659 using-d-i.xml:1736 +#: using-d-i.xml:1734 using-d-i.xml:1811 #, no-c-format msgid "Erase data: <userinput>yes</userinput>" msgstr "Adatok törlése: <userinput>igen</userinput>" #. Tag: para -#: using-d-i.xml:1661 +#: using-d-i.xml:1736 #, no-c-format msgid "" "Determines whether the content of this partition should be overwritten with " @@ -2638,7 +2760,7 @@ msgstr "" "felülírás után. </para></footnote>." #. Tag: para -#: using-d-i.xml:1681 +#: using-d-i.xml:1756 #, no-c-format msgid "" "If you select <menuchoice> <guimenu>Encryption method:</guimenu> " @@ -2650,13 +2772,13 @@ msgstr "" "alábbi lehetőségeket adja:" #. Tag: term -#: using-d-i.xml:1690 +#: using-d-i.xml:1765 #, no-c-format msgid "Encryption: <userinput>AES256</userinput>" msgstr "Titkosítás: <userinput>AES256</userinput>" #. Tag: para -#: using-d-i.xml:1692 +#: using-d-i.xml:1767 #, no-c-format msgid "" "For loop-AES, unlike dm-crypt, the options for cipher and key size are " @@ -2668,25 +2790,25 @@ msgstr "" "szakaszt a titkosításokról és kulcsok méreteiről további adatokért." #. Tag: term -#: using-d-i.xml:1702 +#: using-d-i.xml:1777 #, no-c-format msgid "Encryption key: <userinput>Keyfile (GnuPG)</userinput>" msgstr "Titkosító kulcs: <userinput>Kulcsfájl (GnuPG)</userinput>" #. Tag: para -#: using-d-i.xml:1704 +#: using-d-i.xml:1779 #, no-c-format msgid "Here you can select the type of the encryption key for this partition." msgstr "Itt adható meg a titkosító kulcs típusa e partícióhoz." #. Tag: term -#: using-d-i.xml:1710 +#: using-d-i.xml:1785 #, no-c-format msgid "Keyfile (GnuPG)" msgstr "Kulcsfájl (GnuPG)" #. Tag: para -#: using-d-i.xml:1711 +#: using-d-i.xml:1786 #, no-c-format msgid "" "The encryption key will be generated from random data during the " @@ -2700,19 +2822,19 @@ msgstr "" "egy ilyen megadására)." #. Tag: para -#: using-d-i.xml:1724 +#: using-d-i.xml:1799 #, no-c-format msgid "Please see the section on random keys above." msgstr "Lásd a véletlen kulcsok szakaszt fent." #. Tag: para -#: using-d-i.xml:1738 +#: using-d-i.xml:1813 #, no-c-format msgid "Please see the the section on erasing data above." msgstr "Lásd az adatok törlése szakaszt fent." #. Tag: para -#: using-d-i.xml:1747 +#: using-d-i.xml:1822 #, no-c-format msgid "" "After you have selected the desired parameters for your encrypted " @@ -2729,7 +2851,7 @@ msgstr "" "egy új partíciós tábla írását. A nagy partíciókon ez eltart egy ideig." #. Tag: para -#: using-d-i.xml:1757 +#: using-d-i.xml:1832 #, no-c-format msgid "" "Next you will be asked to enter a passphrase for partitions configured to " @@ -2745,7 +2867,7 @@ msgstr "" "rokonok nevei és így tovább)." #. Tag: para -#: using-d-i.xml:1766 +#: using-d-i.xml:1841 #, no-c-format msgid "" "Before you input any passphrases, you should have made sure that your " @@ -2768,7 +2890,7 @@ msgstr "" "gyökér fájlrendszer számára." #. Tag: para -#: using-d-i.xml:1779 +#: using-d-i.xml:1854 #, no-c-format msgid "" "If you selected to use methods other than a passphrase to create encryption " @@ -2790,7 +2912,7 @@ msgstr "" "titkosítandó partíciónál megismételhető." #. Tag: para -#: using-d-i.xml:1795 +#: using-d-i.xml:1870 #, no-c-format msgid "" "After returning to the main partitioning menu, you will see all encrypted " @@ -2822,7 +2944,7 @@ msgstr "" "kötetekhez és módosítani fájlrendszer típusukat, ha nem tetszik." #. Tag: para -#: using-d-i.xml:1808 +#: using-d-i.xml:1883 #, no-c-format msgid "" "One thing to note here are the identifiers in parentheses " @@ -2841,7 +2963,7 @@ msgstr "" "linkend=\"mount-encrypted-volumes\"/>." #. Tag: para -#: using-d-i.xml:1818 +#: using-d-i.xml:1893 #, no-c-format msgid "" "Once you are satisfied with the partitioning scheme, continue with the " @@ -2849,13 +2971,13 @@ msgid "" msgstr "Ha a partíciós séma megfelel, folyatható a telepítés." #. Tag: title -#: using-d-i.xml:1829 +#: using-d-i.xml:1904 #, no-c-format msgid "Installing the Base System" msgstr "Az alaprendszer telepítése" #. Tag: para -#: using-d-i.xml:1830 +#: using-d-i.xml:1905 #, no-c-format msgid "" "Although this stage is the least problematic, it consumes a significant " @@ -2868,7 +2990,7 @@ msgstr "" "Lassú gép vagy hálózati kapcsolat esetén eltart egy kis ideig." #. Tag: para -#: using-d-i.xml:1843 +#: using-d-i.xml:1918 #, no-c-format msgid "" "During installation of the base system, package unpacking and setup messages " @@ -2884,7 +3006,7 @@ msgstr "" "Alt</keycap><keycap>F1</keycap></keycombo> használható." #. Tag: para -#: using-d-i.xml:1852 +#: using-d-i.xml:1927 #, no-c-format msgid "" "The unpack/setup messages generated during this phase are also saved in " @@ -2896,7 +3018,7 @@ msgstr "" "ellenőrzésükre, ha a telepítés soros konzolon át történik." #. Tag: para -#: using-d-i.xml:1858 +#: using-d-i.xml:1933 #, no-c-format msgid "" "As part of the installation, a Linux kernel will be installed. At the " @@ -2909,13 +3031,13 @@ msgstr "" "az elérhető kernelek egy listából választhatók." #. Tag: title -#: using-d-i.xml:1870 +#: using-d-i.xml:1945 #, no-c-format msgid "Setting Up Users And Passwords" msgstr "Felhasználók és jelszavaik felvétele" #. Tag: para -#: using-d-i.xml:1871 +#: using-d-i.xml:1946 #, no-c-format msgid "" "After the base system has been installed, the installer will allow you to " @@ -2924,13 +3046,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:1885 +#: using-d-i.xml:1960 #, no-c-format msgid "Set the Root Password" msgstr "A root jelszó beállítása" #. Tag: para -#: using-d-i.xml:1889 +#: using-d-i.xml:1964 #, no-c-format msgid "" "The <emphasis>root</emphasis> account is also called the <emphasis>super-" @@ -2944,7 +3066,7 @@ msgstr "" "ekkor is csak a lehető legrövidebb ideig." #. Tag: para -#: using-d-i.xml:1897 +#: using-d-i.xml:1972 #, no-c-format msgid "" "Any password you create should contain at least 6 characters, and should " @@ -2960,7 +3082,7 @@ msgstr "" "használatát." #. Tag: para -#: using-d-i.xml:1905 +#: using-d-i.xml:1980 #, no-c-format msgid "" "If anyone ever tells you they need your root password, be extremely wary. " @@ -2972,13 +3094,13 @@ msgstr "" "ha egy gépet másokkal felügyelsz." #. Tag: title -#: using-d-i.xml:1915 +#: using-d-i.xml:1990 #, no-c-format msgid "Create an Ordinary User" msgstr "Egy szokásos felhasználó létrehozása" #. Tag: para -#: using-d-i.xml:1917 +#: using-d-i.xml:1992 #, no-c-format msgid "" "The system will ask you whether you wish to create an ordinary user account " @@ -2992,7 +3114,7 @@ msgstr "" "bejelentkezésre." #. Tag: para -#: using-d-i.xml:1926 +#: using-d-i.xml:2001 #, no-c-format msgid "" "Why not? Well, one reason to avoid using root's privileges is that it is " @@ -3012,7 +3134,7 @@ msgstr "" "elolvasol egyet, ha ez új neked." #. Tag: para -#: using-d-i.xml:1936 +#: using-d-i.xml:2011 #, no-c-format msgid "" "You will first be prompted for the user's full name. Then you'll be asked " @@ -3026,7 +3148,7 @@ msgstr "" "fiókhoz tartozó jelszót." #. Tag: para -#: using-d-i.xml:1943 +#: using-d-i.xml:2018 #, no-c-format msgid "" "If at any point after installation you would like to create another account, " @@ -3036,13 +3158,13 @@ msgstr "" "<command>adduser</command> parancsot." #. Tag: title -#: using-d-i.xml:1954 +#: using-d-i.xml:2029 #, no-c-format msgid "Installing Additional Software" msgstr "További szoftverek telepítése" #. Tag: para -#: using-d-i.xml:1955 +#: using-d-i.xml:2030 #, fuzzy, no-c-format msgid "" "At this point you have a usable but limited system. Most users will want to " @@ -3057,13 +3179,13 @@ msgstr "" "hálózat esetén." #. Tag: title -#: using-d-i.xml:1970 +#: using-d-i.xml:2045 #, no-c-format msgid "Configuring apt" msgstr "Az apt beállítása" #. Tag: para -#: using-d-i.xml:1972 +#: using-d-i.xml:2047 #, no-c-format msgid "" "One of the tools used to install packages on a &debian; system is a program " @@ -3097,7 +3219,7 @@ msgstr "" "hivatalosan ajánlott csomag-kezelő eszköz az <command>aptitude</command>." #. Tag: para -#: using-d-i.xml:1996 +#: using-d-i.xml:2071 #, fuzzy, no-c-format msgid "" "<command>apt</command> must be configured so that it knows from where to " @@ -3112,7 +3234,7 @@ msgstr "" "után is szerkeszthetők." #. Tag: para -#: using-d-i.xml:2003 +#: using-d-i.xml:2078 #, no-c-format msgid "" "If you are installing at default priority, the installer will largely take " @@ -3124,7 +3246,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2012 +#: using-d-i.xml:2087 #, no-c-format msgid "" "If you are installing at a lower priority (e.g. in expert mode), you will be " @@ -3135,13 +3257,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:2023 +#: using-d-i.xml:2098 #, no-c-format msgid "Installing from more than one CD or DVD" msgstr "" #. Tag: para -#: using-d-i.xml:2025 +#: using-d-i.xml:2100 #, no-c-format msgid "" "If you are installing from a CD or a DVD that is part of a larger set, the " @@ -3151,7 +3273,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2032 +#: using-d-i.xml:2107 #, no-c-format msgid "" "If you do not have any additional CDs or DVDs, that is no problem: using " @@ -3161,7 +3283,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2040 +#: using-d-i.xml:2115 #, no-c-format msgid "" "Packages are included on CDs (and DVDs) in the order of their popularity. " @@ -3171,7 +3293,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2047 +#: using-d-i.xml:2122 #, no-c-format msgid "" "It also means that buying or downloading and burning a full CD set is just a " @@ -3182,7 +3304,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2056 +#: using-d-i.xml:2131 #, no-c-format msgid "" "A good rule of thumb is that for a regular desktop installation (using the " @@ -3192,7 +3314,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2064 +#: using-d-i.xml:2139 #, no-c-format msgid "" "If you do scan multiple CDs or DVDs, the installer will prompt you to " @@ -3204,13 +3326,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:2077 +#: using-d-i.xml:2152 #, no-c-format msgid "Using a network mirror" msgstr "" #. Tag: para -#: using-d-i.xml:2079 +#: using-d-i.xml:2154 #, no-c-format msgid "" "One question that will be asked during most installs is whether or not to " @@ -3219,7 +3341,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2085 +#: using-d-i.xml:2160 #, no-c-format msgid "" "If you are <emphasis>not</emphasis> installing from a full CD or DVD or " @@ -3231,7 +3353,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2094 +#: using-d-i.xml:2169 #, no-c-format msgid "" "If you are installing from a single full CD or using a full CD image, using " @@ -3244,7 +3366,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2105 +#: using-d-i.xml:2180 #, no-c-format msgid "" "If you are installing from a DVD or using a DVD image, any packages needed " @@ -3254,7 +3376,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2112 +#: using-d-i.xml:2187 #, no-c-format msgid "" "One advantage of adding a network mirror is that updates that have occurred " @@ -3265,7 +3387,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2119 +#: using-d-i.xml:2194 #, no-c-format msgid "" "In summary: selecting a network mirror is generally a good idea, except if " @@ -3276,26 +3398,26 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2128 +#: using-d-i.xml:2203 #, no-c-format msgid "the tasks you select in the next step of the installation," msgstr "" #. Tag: para -#: using-d-i.xml:2133 +#: using-d-i.xml:2208 #, no-c-format msgid "which packages are needed for those tasks," msgstr "" #. Tag: para -#: using-d-i.xml:2138 +#: using-d-i.xml:2213 #, no-c-format msgid "" "which of those packages are present on the CDs or DVDs you have scanned, and" msgstr "" #. Tag: para -#: using-d-i.xml:2143 +#: using-d-i.xml:2218 #, no-c-format msgid "" "whether any updated versions of packages included on the CDs or DVDs are " @@ -3304,7 +3426,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2152 +#: using-d-i.xml:2227 #, no-c-format msgid "" "Note that the last point means that, even if you choose not to use a network " @@ -3314,13 +3436,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:2168 +#: using-d-i.xml:2243 #, no-c-format msgid "Selecting and Installing Software" msgstr "Szoftverek kiválasztása és telepítése" #. Tag: para -#: using-d-i.xml:2170 +#: using-d-i.xml:2245 #, no-c-format msgid "" "During the installation process, you are given the opportunity to select " @@ -3337,7 +3459,7 @@ msgstr "" "összpontosít, hogy gyorsan beállítsa a gépet különböző feladatok elvégzésére." #. Tag: para -#: using-d-i.xml:2179 +#: using-d-i.xml:2254 #, no-c-format msgid "" "So, you have the ability to choose <emphasis>tasks</emphasis> first, and " @@ -3370,7 +3492,7 @@ msgstr "" "igényét." #. Tag: para -#: using-d-i.xml:2206 +#: using-d-i.xml:2281 #, fuzzy, no-c-format #| msgid "" #| "Some tasks may be pre-selected based on the characteristics of the " @@ -3388,7 +3510,7 @@ msgstr "" "hogy egyáltalán ne telepíts semmit ezen a módon." #. Tag: para -#: using-d-i.xml:2213 +#: using-d-i.xml:2288 #, no-c-format msgid "" "Unless you are using the special KDE or Xfce CDs, the <quote>Desktop " @@ -3396,7 +3518,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2220 +#: using-d-i.xml:2295 #, no-c-format msgid "" "It is not possible to interactively select a different desktop during the " @@ -3409,7 +3531,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2230 +#: using-d-i.xml:2305 #, no-c-format msgid "" "Note that this will only work if the packages needed for KDE or Xfce are " @@ -3420,7 +3542,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2238 +#: using-d-i.xml:2313 #, no-c-format msgid "" "The various server tasks will install software roughly as follows. DNS " @@ -3439,7 +3561,7 @@ msgstr "" "classname>." #. Tag: para -#: using-d-i.xml:2250 +#: using-d-i.xml:2325 #, fuzzy, no-c-format msgid "" "Once you've selected your tasks, select &BTN-CONT;. At this point, " @@ -3451,7 +3573,7 @@ msgstr "" "választott feladatok részei." #. Tag: para -#: using-d-i.xml:2257 +#: using-d-i.xml:2332 #, no-c-format msgid "" "In the standard user interface of the installer, you can use the space bar " @@ -3461,7 +3583,7 @@ msgstr "" "feladat kijelölésének váltásához." #. Tag: para -#: using-d-i.xml:2263 +#: using-d-i.xml:2338 #, no-c-format msgid "" "You should be aware that especially the Desktop task is very large. " @@ -3477,7 +3599,7 @@ msgstr "" "telepítésének leállítására." #. Tag: para -#: using-d-i.xml:2272 +#: using-d-i.xml:2347 #, no-c-format msgid "" "Even when packages are included on the CD-ROM, the installer may still " @@ -3494,7 +3616,7 @@ msgstr "" "használatakor történik." #. Tag: para -#: using-d-i.xml:2281 +#: using-d-i.xml:2356 #, no-c-format msgid "" "Each package you selected with <command>tasksel</command> is downloaded, " @@ -3508,13 +3630,13 @@ msgstr "" "során." #. Tag: title -#: using-d-i.xml:2294 +#: using-d-i.xml:2369 #, no-c-format msgid "Making Your System Bootable" msgstr "A rendszer indíthatóvá tétele" #. Tag: para -#: using-d-i.xml:2296 +#: using-d-i.xml:2371 #, no-c-format msgid "" "If you are installing a diskless workstation, obviously, booting off the " @@ -3528,13 +3650,13 @@ msgstr "" "linkend=\"boot-dev-select-sun\"/> részt.</phrase>" #. Tag: title -#: using-d-i.xml:2311 +#: using-d-i.xml:2386 #, no-c-format msgid "Detecting other operating systems" msgstr "Más operációs rendszerek érzékelése" #. Tag: para -#: using-d-i.xml:2313 +#: using-d-i.xml:2388 #, no-c-format msgid "" "Before a boot loader is installed, the installer will attempt to probe for " @@ -3549,7 +3671,7 @@ msgstr "" "Debian mellett." #. Tag: para -#: using-d-i.xml:2321 +#: using-d-i.xml:2396 #, no-c-format msgid "" "Note that multiple operating systems booting on a single machine is still " @@ -3565,13 +3687,13 @@ msgstr "" "dokumentációját." #. Tag: title -#: using-d-i.xml:2339 +#: using-d-i.xml:2414 #, no-c-format msgid "Install <command>aboot</command> on a Hard Disk" msgstr "<command>aboot</command> telepítése egy merevlemezen" #. Tag: para -#: using-d-i.xml:2340 +#: using-d-i.xml:2415 #, no-c-format msgid "" "If you have booted from SRM and you select this option, the installer will " @@ -3592,13 +3714,13 @@ msgstr "" "oda, ahova a Debiant is telepítetted, a GNU/Linuxot flopiról kell indítanod." #. Tag: title -#: using-d-i.xml:2360 +#: using-d-i.xml:2435 #, no-c-format msgid "<command>palo</command>-installer" msgstr "<command>palo</command>-telepítő" #. Tag: para -#: using-d-i.xml:2361 +#: using-d-i.xml:2436 #, no-c-format msgid "" "The bootloader on PA-RISC is <quote>palo</quote>. <command>PALO</command> is " @@ -3614,19 +3736,19 @@ msgstr "" "<command>PALO</command> olvas Linux partíciókat." #. Tag: para -#: using-d-i.xml:2370 +#: using-d-i.xml:2445 #, no-c-format msgid "hppa FIXME ( need more info )" msgstr "hppa FIXME ( több adat kell )" #. Tag: title -#: using-d-i.xml:2382 +#: using-d-i.xml:2457 #, no-c-format msgid "Install the <command>Grub</command> Boot Loader on a Hard Disk" msgstr "<command>Grub</command> telepítése egy merevlemezen" #. Tag: para -#: using-d-i.xml:2384 +#: using-d-i.xml:2459 #, fuzzy, no-c-format msgid "" "The main &architecture; boot loader is called <quote>grub</quote>. Grub is a " @@ -3638,7 +3760,7 @@ msgstr "" "egyaránt." #. Tag: para -#: using-d-i.xml:2390 +#: using-d-i.xml:2465 #, no-c-format msgid "" "By default, grub will be installed into the Master Boot Record (MBR), where " @@ -3650,7 +3772,7 @@ msgstr "" "a grub kézikönyvet teljes információért." #. Tag: para -#: using-d-i.xml:2396 +#: using-d-i.xml:2471 #, fuzzy, no-c-format msgid "" "If you do not want to install grub, use the &BTN-GOBACK; button to get to " @@ -3661,13 +3783,13 @@ msgstr "" "válaszd a kívánt boot betöltőt." #. Tag: title -#: using-d-i.xml:2409 +#: using-d-i.xml:2484 #, no-c-format msgid "Install the <command>LILO</command> Boot Loader on a Hard Disk" msgstr "<command>LILO</command> telepítése egy merevlemezen" #. Tag: para -#: using-d-i.xml:2411 +#: using-d-i.xml:2486 #, no-c-format msgid "" "The second &architecture; boot loader is called <quote>LILO</quote>. It is " @@ -3683,7 +3805,7 @@ msgstr "" "\">LILO mini-HOGYAN</ulink> is hasznos." #. Tag: para -#: using-d-i.xml:2421 +#: using-d-i.xml:2496 #, no-c-format msgid "" "Currently the LILO installation will only create menu entries for other " @@ -3697,7 +3819,7 @@ msgstr "" "számára kézzel kell majd hozzáadni a bejegyzést a menüben a telepítés után." #. Tag: para -#: using-d-i.xml:2429 +#: using-d-i.xml:2504 #, no-c-format msgid "" "&d-i; offers you three choices on where to install the <command>LILO</" @@ -3707,13 +3829,13 @@ msgstr "" "telepítésére:" #. Tag: term -#: using-d-i.xml:2436 +#: using-d-i.xml:2511 #, no-c-format msgid "Master Boot Record (MBR)" msgstr "Mester Boot Rekord (MBR)" #. Tag: para -#: using-d-i.xml:2436 +#: using-d-i.xml:2511 #, no-c-format msgid "" "This way the <command>LILO</command> will take complete control of the boot " @@ -3723,13 +3845,13 @@ msgstr "" "irányítását." #. Tag: term -#: using-d-i.xml:2443 +#: using-d-i.xml:2518 #, no-c-format msgid "new Debian partition" msgstr "új Debian partíció" #. Tag: para -#: using-d-i.xml:2443 +#: using-d-i.xml:2518 #, no-c-format msgid "" "Choose this if you want to use another boot manager. <command>LILO</command> " @@ -3741,13 +3863,13 @@ msgstr "" "szolgál." #. Tag: term -#: using-d-i.xml:2452 +#: using-d-i.xml:2527 #, no-c-format msgid "Other choice" msgstr "Más választás" #. Tag: para -#: using-d-i.xml:2452 +#: using-d-i.xml:2527 #, fuzzy, no-c-format msgid "" "Useful for advanced users who want to install <command>LILO</command> " @@ -3763,7 +3885,7 @@ msgstr "" "sda</filename>." #. Tag: para -#: using-d-i.xml:2462 +#: using-d-i.xml:2537 #, no-c-format msgid "" "If you can no longer boot into Windows 9x (or DOS) after this step, you'll " @@ -3779,13 +3901,13 @@ msgstr "" "Debian rendszerbe tartósan visszatérj!" #. Tag: title -#: using-d-i.xml:2478 +#: using-d-i.xml:2553 #, no-c-format msgid "Install the <command>ELILO</command> Boot Loader on a Hard Disk" msgstr "Az <command>ELILO</command> betöltő telepítése egy merevlemezen" #. Tag: para -#: using-d-i.xml:2480 +#: using-d-i.xml:2555 #, no-c-format msgid "" "The &architecture; boot loader is called <quote>elilo</quote>. It is modeled " @@ -3812,7 +3934,7 @@ msgstr "" "indítására." #. Tag: para -#: using-d-i.xml:2496 +#: using-d-i.xml:2571 #, no-c-format msgid "" "The <quote>elilo</quote> configuration and installation is done as the last " @@ -3828,13 +3950,13 @@ msgstr "" "<emphasis>gyökér</emphasis> fájlrendszerrel egyező lemezen van." #. Tag: title -#: using-d-i.xml:2508 +#: using-d-i.xml:2583 #, no-c-format msgid "Choose the correct partition!" msgstr "Válaszd a helyes partíciót!" #. Tag: para -#: using-d-i.xml:2510 +#: using-d-i.xml:2585 #, no-c-format msgid "" "The criteria for selecting a partition is that it is FAT format filesystem " @@ -3851,13 +3973,13 @@ msgstr "" "formázhatja a partíciót a telepítés alatt, letörölheti a korábbi tartalmat!" #. Tag: title -#: using-d-i.xml:2525 +#: using-d-i.xml:2600 #, no-c-format msgid "EFI Partition Contents" msgstr "EFI Partíció Tartalom" #. Tag: para -#: using-d-i.xml:2527 +#: using-d-i.xml:2602 #, no-c-format msgid "" "The EFI partition is a FAT filesystem format partition on one of the hard " @@ -3885,13 +4007,13 @@ msgstr "" "más fájlok is kerülhetnek e fájlrendszerre." #. Tag: filename -#: using-d-i.xml:2549 +#: using-d-i.xml:2624 #, no-c-format msgid "elilo.conf" msgstr "elilo.conf" #. Tag: para -#: using-d-i.xml:2550 +#: using-d-i.xml:2625 #, no-c-format msgid "" "This is the configuration file read by the boot loader when it starts. It is " @@ -3903,13 +4025,13 @@ msgstr "" "fájlnevekkel." #. Tag: filename -#: using-d-i.xml:2559 +#: using-d-i.xml:2634 #, no-c-format msgid "elilo.efi" msgstr "elilo.efi" #. Tag: para -#: using-d-i.xml:2560 +#: using-d-i.xml:2635 #, no-c-format msgid "" "This is the boot loader program that the <quote>EFI Boot Manager</quote> " @@ -3922,13 +4044,13 @@ msgstr "" "GNU/Linux</guimenuitem> menüpontja mögött." #. Tag: filename -#: using-d-i.xml:2570 +#: using-d-i.xml:2645 #, no-c-format msgid "initrd.img" msgstr "initrd.img" #. Tag: para -#: using-d-i.xml:2571 +#: using-d-i.xml:2646 #, no-c-format msgid "" "This is the initial root filesystem used to boot the kernel. It is a copy of " @@ -3942,13 +4064,13 @@ msgstr "" "fájl, melyre a <filename>/initrd.img</filename> jelképes lánc hivatkozik." #. Tag: filename -#: using-d-i.xml:2583 +#: using-d-i.xml:2658 #, no-c-format msgid "readme.txt" msgstr "readme.txt" #. Tag: para -#: using-d-i.xml:2584 +#: using-d-i.xml:2659 #, no-c-format msgid "" "This is a small text file warning you that the contents of the directory are " @@ -3960,13 +4082,13 @@ msgstr "" "<filename>/usr/sbin/elilo</filename> következő futtatásakor." #. Tag: filename -#: using-d-i.xml:2594 +#: using-d-i.xml:2669 #, no-c-format msgid "vmlinuz" msgstr "vmlinuz" #. Tag: para -#: using-d-i.xml:2595 +#: using-d-i.xml:2670 #, no-c-format msgid "" "This is the compressed kernel itself. It is a copy of the file referenced in " @@ -3980,13 +4102,13 @@ msgstr "" "vmlinuz</filename> jelképes lánc hivatkozik." #. Tag: title -#: using-d-i.xml:2615 +#: using-d-i.xml:2690 #, no-c-format msgid "<command>arcboot</command>-installer" msgstr "<command>arcboot</command>-installer" #. Tag: para -#: using-d-i.xml:2616 +#: using-d-i.xml:2691 #, no-c-format msgid "" "The boot loader on SGI machines is <command>arcboot</command>. It has to be " @@ -4029,13 +4151,13 @@ msgstr "" "<command>boot</command> parancs." #. Tag: replaceable -#: using-d-i.xml:2635 +#: using-d-i.xml:2710 #, no-c-format msgid "scsi" msgstr "scsi" #. Tag: para -#: using-d-i.xml:2636 +#: using-d-i.xml:2711 #, no-c-format msgid "" "is the SCSI bus to be booted from, this is <userinput>0</userinput> for the " @@ -4044,13 +4166,13 @@ msgstr "" ": az indítandó SCSI busz, <userinput>0</userinput> az alaplapi vezérlőknél" #. Tag: replaceable -#: using-d-i.xml:2644 +#: using-d-i.xml:2719 #, no-c-format msgid "disk" msgstr "lemez" #. Tag: para -#: using-d-i.xml:2645 +#: using-d-i.xml:2720 #, no-c-format msgid "" "is the SCSI ID of the hard disk on which <command>arcboot</command> is " @@ -4059,13 +4181,13 @@ msgstr "" ": a merevlemez SCSI azonosítója, melyre az <command>arboot</command> települt" #. Tag: replaceable -#: using-d-i.xml:2653 +#: using-d-i.xml:2728 #, no-c-format msgid "partnr" msgstr "part.sz." #. Tag: para -#: using-d-i.xml:2654 +#: using-d-i.xml:2729 #, no-c-format msgid "" "is the number of the partition on which <filename>/etc/arcboot.conf</" @@ -4075,13 +4197,13 @@ msgstr "" "bejegyzés neve, alapban <quote>linux</quote>." #. Tag: replaceable -#: using-d-i.xml:2662 +#: using-d-i.xml:2737 #, no-c-format msgid "config" msgstr "config" #. Tag: para -#: using-d-i.xml:2663 +#: using-d-i.xml:2738 #, no-c-format msgid "" "is the name of the configuration entry in <filename>/etc/arcboot.conf</" @@ -4089,13 +4211,13 @@ msgid "" msgstr ": a " #. Tag: title -#: using-d-i.xml:2684 +#: using-d-i.xml:2759 #, no-c-format msgid "Install <command>Yaboot</command> on a Hard Disk" msgstr "<command>Yaboot</command> telepítése egy merevlemezen" #. Tag: para -#: using-d-i.xml:2685 +#: using-d-i.xml:2760 #, no-c-format msgid "" "Newer (mid 1998 and on) PowerMacs use <command>yaboot</command> as their " @@ -4114,13 +4236,13 @@ msgstr "" "OpenFirmware beállításra kerül a &debian; indítására." #. Tag: title -#: using-d-i.xml:2703 +#: using-d-i.xml:2778 #, no-c-format msgid "Install <command>Quik</command> on a Hard Disk" msgstr "<command>Quik</command> telepítése egy merevlemezen" #. Tag: para -#: using-d-i.xml:2704 +#: using-d-i.xml:2779 #, no-c-format msgid "" "The boot loader for OldWorld Power Macintosh machines is <command>quik</" @@ -4133,13 +4255,13 @@ msgstr "" "beállítását. Ez megy a 7200, 7300 és 7600 gépeken és pár másolatán." #. Tag: title -#: using-d-i.xml:2720 +#: using-d-i.xml:2795 #, no-c-format msgid "<command>zipl</command>-installer" msgstr "<command>zipl</command>-installer" #. Tag: para -#: using-d-i.xml:2721 +#: using-d-i.xml:2796 #, no-c-format msgid "" "The boot loader on &arch-title; is <quote>zipl</quote>. <command>ZIPL</" @@ -4155,13 +4277,13 @@ msgstr "" "több <command>ZIPL</command> adatért." #. Tag: title -#: using-d-i.xml:2738 +#: using-d-i.xml:2813 #, no-c-format msgid "Install the <command>SILO</command> Boot Loader on a Hard Disk" msgstr "<command>SILO</command> boot betöltő telepítése merevlemezre" #. Tag: para -#: using-d-i.xml:2740 +#: using-d-i.xml:2815 #, no-c-format msgid "" "The standard &architecture; boot loader is called <quote>silo</quote>. It is " @@ -4190,13 +4312,13 @@ msgstr "" "ha e GNU/Linux rendszeredet egy SunOS/Solaris mellé telepíted." #. Tag: title -#: using-d-i.xml:2765 +#: using-d-i.xml:2840 #, no-c-format msgid "Continue Without Boot Loader" msgstr "Folytatás boot betöltő nélkül" #. Tag: para -#: using-d-i.xml:2767 +#: using-d-i.xml:2842 #, no-c-format msgid "" "This option can be used to complete the installation even when no boot " @@ -4214,7 +4336,7 @@ msgstr "" "megtartása és használata a GNU/Linux indításához.</phrase>" #. Tag: para -#: using-d-i.xml:2776 +#: using-d-i.xml:2851 #, no-c-format msgid "" "If you plan to manually configure your bootloader, you should check the name " @@ -4235,13 +4357,13 @@ msgstr "" "<filename>/boot</filename> fájlrendszer adatai." #. Tag: title -#: using-d-i.xml:2793 +#: using-d-i.xml:2868 #, no-c-format msgid "Finishing the Installation" msgstr "A telepítés befejezése" #. Tag: para -#: using-d-i.xml:2794 +#: using-d-i.xml:2869 #, fuzzy, no-c-format msgid "" "This is the last step in the Debian installation process during which the " @@ -4252,13 +4374,13 @@ msgstr "" "feladatai utáni rendrakásból áll." #. Tag: title -#: using-d-i.xml:2807 +#: using-d-i.xml:2882 #, fuzzy, no-c-format msgid "Setting the System Clock" msgstr "A rendszer beállítása" #. Tag: para -#: using-d-i.xml:2809 +#: using-d-i.xml:2884 #, fuzzy, no-c-format msgid "" "The installer may ask you if the computer's clock is set to UTC. Normally " @@ -4271,7 +4393,7 @@ msgstr "" "például a telepített más operációs rendszerek alapján." #. Tag: para -#: using-d-i.xml:2816 +#: using-d-i.xml:2891 #, fuzzy, no-c-format msgid "" "In expert mode you will always be able to choose whether or not the clock is " @@ -4290,7 +4412,7 @@ msgstr "" "elrontsa a rendszert.</phrase>" #. Tag: para -#: using-d-i.xml:2827 +#: using-d-i.xml:2902 #, no-c-format msgid "" "At this point &d-i; will also attempt to save the current time to the " @@ -4299,13 +4421,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:2842 +#: using-d-i.xml:2917 #, fuzzy, no-c-format msgid "Reboot the System" msgstr "A rendszer beállítása" #. Tag: para -#: using-d-i.xml:2844 +#: using-d-i.xml:2919 #, fuzzy, no-c-format msgid "" "You will be prompted to remove the boot media (CD, floppy, etc) that you " @@ -4318,7 +4440,7 @@ msgstr "" "rendszerre." #. Tag: para -#: using-d-i.xml:2850 +#: using-d-i.xml:2925 #, fuzzy, no-c-format msgid "" "After a final prompt the system will be halted because rebooting is not " @@ -4332,13 +4454,13 @@ msgstr "" "gyökér fájlrendszer számára választott DASD eszközről." #. Tag: title -#: using-d-i.xml:2863 +#: using-d-i.xml:2938 #, no-c-format msgid "Miscellaneous" msgstr "Egyebek" #. Tag: para -#: using-d-i.xml:2864 +#: using-d-i.xml:2939 #, no-c-format msgid "" "The components listed in this section are usually not involved in the " @@ -4349,13 +4471,13 @@ msgstr "" "folyamatnak, de nehezebb helyzetekhez készen állnak a felhasználó segítésére." #. Tag: title -#: using-d-i.xml:2877 +#: using-d-i.xml:2952 #, no-c-format msgid "Saving the installation logs" msgstr "Telepítő naplók mentése" #. Tag: para -#: using-d-i.xml:2879 +#: using-d-i.xml:2954 #, no-c-format msgid "" "If the installation is successful, the logfiles created during the " @@ -4367,7 +4489,7 @@ msgstr "" "installer/</filename> könyvtárba." #. Tag: para -#: using-d-i.xml:2886 +#: using-d-i.xml:2961 #, no-c-format msgid "" "Choosing <guimenuitem>Save debug logs</guimenuitem> from the main menu " @@ -4383,13 +4505,13 @@ msgstr "" "jelentésbe." #. Tag: title -#: using-d-i.xml:2906 +#: using-d-i.xml:2981 #, no-c-format msgid "Using the Shell and Viewing the Logs" msgstr "A héj használata és a naplók megtekintése" #. Tag: para -#: using-d-i.xml:2908 +#: using-d-i.xml:2983 #, no-c-format msgid "" "There are several methods you can use to get a shell while running an " @@ -4414,13 +4536,13 @@ msgstr "" "<keycap>F1</keycap></keycombo> gombokat a telepítőre visszaváltáshoz." #. Tag: para -#: using-d-i.xml:2926 +#: using-d-i.xml:3001 #, no-c-format msgid "For the graphical installer see also <xref linkend=\"gtk-using\"/>." msgstr "" #. Tag: para -#: using-d-i.xml:2930 +#: using-d-i.xml:3005 #, fuzzy, no-c-format msgid "" "If you cannot switch consoles, there is also an <guimenuitem>Execute a " @@ -4435,7 +4557,7 @@ msgstr "" "lezárásához." #. Tag: para -#: using-d-i.xml:2938 +#: using-d-i.xml:3013 #, no-c-format msgid "" "At this point you are booted from the RAM disk, and there is a limited set " @@ -4452,7 +4574,7 @@ msgstr "" "szép képességgel mint például az automata kiegészítés és történet." #. Tag: para -#: using-d-i.xml:2947 +#: using-d-i.xml:3022 #, no-c-format msgid "" "To edit and view files, use the text editor <command>nano</command>. Log " @@ -4464,7 +4586,7 @@ msgstr "" "filename> könyvtárban találhatók." #. Tag: para -#: using-d-i.xml:2954 +#: using-d-i.xml:3029 #, no-c-format msgid "" "Although you can do basically anything in a shell that the available " @@ -4476,7 +4598,7 @@ msgstr "" "szolgál." #. Tag: para -#: using-d-i.xml:2960 +#: using-d-i.xml:3035 #, no-c-format msgid "" "Doing things manually from the shell may interfere with the installation " @@ -4489,13 +4611,13 @@ msgstr "" "a csere partíció bekapcsolására és ne tedd a héjból." #. Tag: title -#: using-d-i.xml:2975 +#: using-d-i.xml:3050 #, no-c-format msgid "Installation Over the Network" msgstr "Telepítés hálózatról" #. Tag: para -#: using-d-i.xml:2977 +#: using-d-i.xml:3052 #, no-c-format msgid "" "One of the more interesting components is <firstterm>network-console</" @@ -4512,7 +4634,7 @@ msgstr "" "\"/> részben írtak szerint.)" #. Tag: para -#: using-d-i.xml:2987 +#: using-d-i.xml:3062 #, no-c-format msgid "" "This component is not loaded into the main installation menu by default, so " @@ -4533,7 +4655,7 @@ msgstr "" "távolról SSH-n át</guimenuitem> új menüelem jelzi." #. Tag: para -#: using-d-i.xml:3000 +#: using-d-i.xml:3075 #, no-c-format msgid "" "For installations on &arch-title;, this is the default method after setting " @@ -4543,7 +4665,7 @@ msgstr "" "után." #. Tag: para -#: using-d-i.xml:3005 +#: using-d-i.xml:3080 #, no-c-format msgid "" "<phrase arch=\"not-s390\">After selecting this new entry, you</phrase> " @@ -4564,7 +4686,7 @@ msgstr "" "távolról folytató személy</quote> számára." #. Tag: para -#: using-d-i.xml:3017 +#: using-d-i.xml:3092 #, no-c-format msgid "" "Should you decide to continue with the installation locally, you can always " @@ -4576,7 +4698,7 @@ msgstr "" "kiválasztható." #. Tag: para -#: using-d-i.xml:3023 +#: using-d-i.xml:3098 #, no-c-format msgid "" "Now let's switch to the other side of the wire. As a prerequisite, you need " @@ -4608,7 +4730,7 @@ msgstr "" "gép ujjlenyomata." #. Tag: para -#: using-d-i.xml:3040 +#: using-d-i.xml:3115 #, no-c-format msgid "" "The <command>ssh</command> server in the installer uses a default " @@ -4624,7 +4746,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3053 +#: using-d-i.xml:3128 #, no-c-format msgid "" "You may be able to avoid the connection being dropped by adding the option " @@ -4638,7 +4760,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3066 +#: using-d-i.xml:3141 #, fuzzy, no-c-format msgid "" "If you install several computers in turn and they happen to have the same IP " @@ -4660,7 +4782,7 @@ msgstr "" "kapcsolódsz." #. Tag: para -#: using-d-i.xml:3082 +#: using-d-i.xml:3157 #, no-c-format msgid "" "After the login you will be presented with an initial screen where you have " @@ -4679,7 +4801,7 @@ msgstr "" "folyamatban használható, de héjakhoz több is." #. Tag: para -#: using-d-i.xml:3092 +#: using-d-i.xml:3167 #, no-c-format msgid "" "After you have started the installation remotely over SSH, you should not go " @@ -4694,7 +4816,7 @@ msgstr "" "telepített rendszeren." #. Tag: para -#: using-d-i.xml:3100 +#: using-d-i.xml:3175 #, no-c-format msgid "" "Also, if you are running the SSH session from an X terminal, you should not " |