summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSZERVÁC Attila <sas@321.hu>2007-01-04 10:15:21 +0000
committerSZERVÁC Attila <sas@321.hu>2007-01-04 10:15:21 +0000
commit0cff7e7c6eff12d3be30af9dff0d9acc900e6798 (patch)
tree77760aeea43978ba943c829ea09a6c2cbc013261
parentebd81b5d596628d74f95ed44e79607a253872558 (diff)
downloadinstallation-guide-0cff7e7c6eff12d3be30af9dff0d9acc900e6798.zip
hu trunk: random-bits updates
-rw-r--r--po/hu/random-bits.po784
1 files changed, 287 insertions, 497 deletions
diff --git a/po/hu/random-bits.po b/po/hu/random-bits.po
index b3553954a..08b32f373 100644
--- a/po/hu/random-bits.po
+++ b/po/hu/random-bits.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
"POT-Creation-Date: 2007-01-04 06:04+0000\n"
-"PO-Revision-Date: 2006-10-09 11:19+0100\n"
+"PO-Revision-Date: 2007-01-04 11:13+0100\n"
"Last-Translator: SZERVÁC Attila <sas@321.hu>\n"
"Language-Team: Hungarian\n"
"MIME-Version: 1.0\n"
@@ -28,22 +28,8 @@ msgstr "Linux eszközök"
#. Tag: para
#: random-bits.xml:12
#, no-c-format
-msgid ""
-"In Linux various special files can be found under the directory <filename>/"
-"dev</filename>. These files are called device files and behave unlike "
-"ordinary files. The most common types of device files are for block devices "
-"and character devices. These files are an interface to the actual driver "
-"(part of the Linux kernel) which in turn accesses the hardware. Another, "
-"less common, type of device file is the named <firstterm>pipe</firstterm>. "
-"The most important device files are listed in the tables below."
-msgstr ""
-"A Linuxban több különleges fájl található a <filename>/dev</filename> "
-"könyvtárban. E fájlokat eszköz-fájloknak hívjuk és eltérnek a sima "
-"fájloktól. A legismertebbek típusok a blokk eszköz és karakter eszköz "
-"fájlok. E fájlok felületet adnak az adott meghajtókhoz (a Linux kernel "
-"részei) a hardverhez féréshez. Egy másik, kevésbé általános típus, melyet "
-"csak <firstterm>pipe</firstterm> (cső) néven neveznek. Alább a legfontosabb "
-"eszköz-fájlok."
+msgid "In Linux various special files can be found under the directory <filename>/dev</filename>. These files are called device files and behave unlike ordinary files. The most common types of device files are for block devices and character devices. These files are an interface to the actual driver (part of the Linux kernel) which in turn accesses the hardware. Another, less common, type of device file is the named <firstterm>pipe</firstterm>. The most important device files are listed in the tables below."
+msgstr "A Linuxban több különleges fájl található a <filename>/dev</filename> könyvtárban. E fájlokat eszköz-fájloknak hívjuk és eltérnek a sima fájloktól. A legismertebbek típusok a blokk eszköz és karakter eszköz fájlok. E fájlok felületet adnak az adott meghajtókhoz (a Linux kernel részei) a hardverhez féréshez. Egy másik, kevésbé általános típus, melyet csak <firstterm>pipe</firstterm> (cső) néven neveznek. Alább a legfontosabb eszköz-fájlok."
#. Tag: filename
#: random-bits.xml:27
@@ -331,61 +317,39 @@ msgstr ""
#: random-bits.xml:127
#, no-c-format
msgid ""
-"The mouse can be used in both the Linux console (with gpm) and the X window "
-"environment. The two uses can be made compatible if the gpm repeater is used "
-"to allow the signal to flow to the X server as shown: "
-"<informalexample><screen>\n"
-"mouse =&gt; /dev/psaux =&gt; gpm =&gt; /dev/gpmdata -&gt; /dev/mouse =&gt; "
-"X\n"
+"The mouse can be used in both the Linux console (with gpm) and the X window environment. The two uses can be made compatible if the gpm repeater is used to allow the signal to flow to the X server as shown: <informalexample><screen>\n"
+"mouse =&gt; /dev/psaux =&gt; gpm =&gt; /dev/gpmdata -&gt; /dev/mouse =&gt; X\n"
" /dev/ttyS0 (repeater) (symlink)\n"
" /dev/ttyS1\n"
-"</screen></informalexample> Set the repeater protocol to be raw (in "
-"<filename>/etc/gpm.conf</filename>) while setting X to the original mouse "
-"protocol in <filename>/etc/X11/XF86Config</filename> or <filename>/etc/X11/"
-"XF86Config-4</filename>."
+"</screen></informalexample> Set the repeater protocol to be raw (in <filename>/etc/gpm.conf</filename>) while setting X to the original mouse protocol in <filename>/etc/X11/XF86Config</filename> or <filename>/etc/X11/XF86Config-4</filename>."
msgstr ""
#. Tag: para
#: random-bits.xml:139
#, no-c-format
msgid ""
-"This approach to use gpm even in X has advantages when the mouse is "
-"unplugged inadvertently. Simply restarting gpm with "
-"<informalexample><screen>\n"
+"This approach to use gpm even in X has advantages when the mouse is unplugged inadvertently. Simply restarting gpm with <informalexample><screen>\n"
"# /etc/init.d/gpm restart\n"
-"</screen></informalexample> will re-connect the mouse in software without "
-"restarting X."
+"</screen></informalexample> will re-connect the mouse in software without restarting X."
msgstr ""
#. Tag: para
#: random-bits.xml:148
#, no-c-format
-msgid ""
-"If gpm is disabled or not installed for some reason, make sure to set X to "
-"read directly from a mouse device such as /dev/psaux. For details, refer to "
-"the 3-Button Mouse mini-Howto at <filename>/usr/share/doc/HOWTO/en-txt/"
-"mini/3-Button-Mouse.gz</filename>, <userinput>man gpm</userinput>, "
-"<filename>/usr/share/doc/gpm/FAQ.gz</filename>, and <ulink url=\"&url-xorg;"
-"current/doc/html/mouse.html\">README.mouse</ulink>."
+msgid "If gpm is disabled or not installed for some reason, make sure to set X to read directly from a mouse device such as /dev/psaux. For details, refer to the 3-Button Mouse mini-Howto at <filename>/usr/share/doc/HOWTO/en-txt/mini/3-Button-Mouse.gz</filename>, <userinput>man gpm</userinput>, <filename>/usr/share/doc/gpm/FAQ.gz</filename>, and <ulink url=\"&url-xorg;current/doc/html/mouse.html\">README.mouse</ulink>."
msgstr ""
#. Tag: para
#: random-bits.xml:158
#, no-c-format
-msgid ""
-"For PowerPC, in <filename>/etc/X11/XF86Config</filename> or <filename>/etc/"
-"X11/XF86Config-4</filename>, set the mouse device to <userinput>\"/dev/input/"
-"mice\"</userinput>."
+msgid "For PowerPC, in <filename>/etc/X11/XF86Config</filename> or <filename>/etc/X11/XF86Config-4</filename>, set the mouse device to <userinput>\"/dev/input/mice\"</userinput>."
msgstr ""
#. Tag: para
#: random-bits.xml:164
#, no-c-format
-msgid ""
-"Modern kernels give you the capability to emulate a three-button mouse when "
-"your mouse only has one button. Just add the following lines to <filename>/"
-"etc/sysctl.conf</filename> file."
-msgstr ""
+msgid "Modern kernels give you the capability to emulate a three-button mouse when your mouse only has one button. Just add the following lines to <filename>/etc/sysctl.conf</filename> file."
+msgstr "A modern kernelek 1-gombos egérnél is képesek 3-gombos emulációra. Csak add az alábbi sorokat a <filename>/etc/sysctl.conf</filename> fájlhoz."
#. Tag: screen
#: random-bits.xml:170
@@ -400,298 +364,278 @@ msgid ""
"/dev/mac_hid/mouse_button3_keycode = 88\n"
"# For different keys, use showkey to tell you what the code is."
msgstr ""
+"# 3-gombos egér emuláció\n"
+"# emuláció bekapcsolása\n"
+"/dev/mac_hid/mouse_button_emulation = 1\n"
+"# Középső gomb jel az F11 billentyűvel\n"
+"/dev/mac_hid/mouse_button2_keycode = 87\n"
+"# Jobb gomb jel az F11 billentyűvel\n"
+"/dev/mac_hid/mouse_button3_keycode = 88\n"
+"# A showkey programmal megnézhetők a küldött billentyű-kódok.."
#. Tag: title
#: random-bits.xml:177
#, no-c-format
msgid "Disk Space Needed for Tasks"
-msgstr ""
+msgstr "Feladatokhoz szükséges hely"
#. Tag: para
#: random-bits.xml:194
#, no-c-format
-msgid ""
-"A standard installation for the i386 architecture, including all standard "
-"packages and using the default 2.6 kernel, takes up 442MB of disk space. A "
-"minimal base installation, without the <quote>Standard system</quote> task "
-"selected, will take 230MB."
-msgstr ""
+msgid "A standard installation for the i386 architecture, including all standard packages and using the default 2.6 kernel, takes up 442MB of disk space. A minimal base installation, without the <quote>Standard system</quote> task selected, will take 230MB."
+msgstr "A szabvány i386 telepítés az össze szabvány csomaggal és az alap 2.6 kernellel 442MB méretű. Egy minimális alap telepítés a <quote>Szabvány rendszer</quote> kijelölésének megszűntetésével 230MB."
#. Tag: para
#: random-bits.xml:202
#, no-c-format
-msgid ""
-"In both cases this is the actual disk space used <emphasis>after</emphasis> "
-"the installation is finished and any temporary files deleted. It also does "
-"not take into account overhead used by the file system, for example for "
-"journal files. This means that significantly more disk space is needed both "
-"<emphasis>during</emphasis> the installation and for normal system use."
-msgstr ""
+msgid "In both cases this is the actual disk space used <emphasis>after</emphasis> the installation is finished and any temporary files deleted. It also does not take into account overhead used by the file system, for example for journal files. This means that significantly more disk space is needed both <emphasis>during</emphasis> the installation and for normal system use."
+msgstr "Mindkét esetben ez a ténylegesen használt hely a telepítés vége és átmeneti fájlok törlése <emphasis>után</emphasis>. Nem számítanak bele a fájlrendszer szokásos költségei sem például a journal fájlokhoz. Ennél tehát főleg a telepítés <emphasis>alatt</emphasis>, de a rendszer rendes hétköznapi használata során is több kell."
#. Tag: para
#: random-bits.xml:211
#, no-c-format
-msgid ""
-"The following table lists sizes reported by aptitude for the tasks listed in "
-"tasksel. Note that some tasks have overlapping constituents, so the total "
-"installed size for two tasks together may be less than the total obtained by "
-"adding up the numbers."
-msgstr ""
+msgid "The following table lists sizes reported by aptitude for the tasks listed in tasksel. Note that some tasks have overlapping constituents, so the total installed size for two tasks together may be less than the total obtained by adding up the numbers."
+msgstr "Az alábbi táblázat a tasksel programban lévő feladatok aptitude által adott méretét adja. Több feladat részben átfedi egymást, így 2 feladat teljes telepítési mérete kevesebb lehet, mint a számok sima összeadásából származó összeg."
#. Tag: para
#: random-bits.xml:218
#, no-c-format
-msgid ""
-"Note that you will need to add the sizes listed in the table to the size of "
-"the standard installation when determining the size of partitions. Most of "
-"the size listed as <quote>Installed size</quote> will end up in <filename>/"
-"usr</filename> and in <filename>/lib</filename>; the size listed as "
-"<quote>Download size</quote> is (temporarily) required in <filename>/var</"
-"filename>."
-msgstr ""
+msgid "Note that you will need to add the sizes listed in the table to the size of the standard installation when determining the size of partitions. Most of the size listed as <quote>Installed size</quote> will end up in <filename>/usr</filename> and in <filename>/lib</filename>; the size listed as <quote>Download size</quote> is (temporarily) required in <filename>/var</filename>."
+msgstr "A méreteket hozzá kell adni a szabvány telepítés méretéhez a partíciók méretének meghatározásakor. A <quote>Telepített méret</quote> néven írt legtöbb méret a <filename>/usr</filename> és <filename>/lib</filename> könyvtárakhoz jön; a <quote>Letöltési méret</quote> (átmenetileg) a <filename>/var</filename> könyvtárat növeli."
#. Tag: entry
#: random-bits.xml:232
#, no-c-format
msgid "Task"
-msgstr ""
+msgstr "Feladat"
#. Tag: entry
#: random-bits.xml:233
#, no-c-format
msgid "Installed size (MB)"
-msgstr ""
+msgstr "Telepített méret (MB)"
#. Tag: entry
#: random-bits.xml:234
#, no-c-format
msgid "Download size (MB)"
-msgstr ""
+msgstr "Letöltési méret (MB)"
#. Tag: entry
#: random-bits.xml:235
#, no-c-format
msgid "Space needed to install (MB)"
-msgstr ""
+msgstr "Telepítéshez szükséges hely (MB)"
#. Tag: entry
#: random-bits.xml:241
#, no-c-format
msgid "Desktop environment"
-msgstr ""
+msgstr "Asztali környezet"
#. Tag: entry
#: random-bits.xml:242
#, no-c-format
msgid "1267"
-msgstr ""
+msgstr "1267"
#. Tag: entry
#: random-bits.xml:243
#, no-c-format
msgid "<entry>420</entry>"
-msgstr ""
+msgstr "<entry>420</entry>"
#. Tag: entry
#: random-bits.xml:244
#, no-c-format
msgid "1667"
-msgstr ""
+msgstr "1667"
#. Tag: entry
#: random-bits.xml:248
#, no-c-format
msgid "Laptop"
-msgstr ""
+msgstr "Laptop"
#. Tag: para
#: random-bits.xml:250
#, no-c-format
-msgid ""
-"There is a large overlap of the Laptop task with the Destop environment "
-"task. If you install both, the Laptop task will only require a few MB "
-"additional disk space."
-msgstr ""
+msgid "There is a large overlap of the Laptop task with the Destop environment task. If you install both, the Laptop task will only require a few MB additional disk space."
+msgstr "A Laptop és Asztali környezet feladatok között nagy az átfedés. Mindkettő telepítésekor a Laptop csak pár MB további helyet igényel."
#. Tag: entry
#: random-bits.xml:257
#, no-c-format
msgid "<entry>50</entry>"
-msgstr ""
+msgstr "<entry>50</entry>"
#. Tag: entry
#: random-bits.xml:258
#, no-c-format
msgid "<entry>17</entry>"
-msgstr ""
+msgstr "<entry>17</entry>"
#. Tag: entry
#: random-bits.xml:259
#, no-c-format
msgid "<entry>67</entry>"
-msgstr ""
+msgstr "<entry>67</entry>"
#. Tag: entry
#: random-bits.xml:263
#, no-c-format
msgid "Web server"
-msgstr ""
+msgstr "Webkiszolgáló"
#. Tag: entry
#: random-bits.xml:264
#, no-c-format
msgid "<entry>35</entry>"
-msgstr ""
+msgstr "<entry>35</entry>"
#. Tag: entry
#: random-bits.xml:265
#, no-c-format
msgid "<entry>11</entry>"
-msgstr ""
+msgstr "<entry>11</entry>"
#. Tag: entry
#: random-bits.xml:266
#, no-c-format
msgid "<entry>46</entry>"
-msgstr ""
+msgstr "<entry>46</entry>"
#. Tag: entry
#: random-bits.xml:270
#, no-c-format
msgid "Print server"
-msgstr ""
+msgstr "Nyomtatókiszolgáló"
#. Tag: entry
#: random-bits.xml:271
#, no-c-format
msgid "<entry>277</entry>"
-msgstr ""
+msgstr "<entry>277</entry>"
#. Tag: entry
#: random-bits.xml:272
#, no-c-format
msgid "<entry>79</entry>"
-msgstr ""
+msgstr "<entry>79</entry>"
#. Tag: entry
#: random-bits.xml:273
#, no-c-format
msgid "<entry>356</entry>"
-msgstr ""
+msgstr "<entry>356</entry>"
#. Tag: entry
#: random-bits.xml:277
#, no-c-format
msgid "DNS server"
-msgstr ""
+msgstr "DNS kiszolgáló"
#. Tag: entry
#: random-bits.xml:278
#, no-c-format
msgid "<entry>2</entry>"
-msgstr ""
+msgstr "<entry>2</entry>"
#. Tag: entry
#: random-bits.xml:279
#, no-c-format
msgid "<entry>1</entry>"
-msgstr ""
+msgstr "<entry>1</entry>"
#. Tag: entry
#: random-bits.xml:280
#, no-c-format
msgid "<entry>3</entry>"
-msgstr ""
+msgstr "<entry>3</entry>"
#. Tag: entry
#: random-bits.xml:284
#, no-c-format
msgid "File server"
-msgstr ""
+msgstr "Fájlkiszolgáló"
#. Tag: entry
#: random-bits.xml:285
#, no-c-format
msgid "<entry>49</entry>"
-msgstr ""
+msgstr "<entry>49</entry>"
#. Tag: entry
#: random-bits.xml:286
#, no-c-format
msgid "<entry>21</entry>"
-msgstr ""
+msgstr "<entry>21</entry>"
#. Tag: entry
#: random-bits.xml:287
#, no-c-format
msgid "<entry>70</entry>"
-msgstr ""
+msgstr "<entry>70</entry>"
#. Tag: entry
#: random-bits.xml:291
#, no-c-format
msgid "Mail server"
-msgstr ""
+msgstr "Levelezőkiszolgáló"
#. Tag: entry
#: random-bits.xml:292
#, no-c-format
msgid "<entry>13</entry>"
-msgstr ""
+msgstr "<entry>13</entry>"
#. Tag: entry
#: random-bits.xml:293
#, no-c-format
msgid "<entry>5</entry>"
-msgstr ""
+msgstr "<entry>5</entry>"
#. Tag: entry
#: random-bits.xml:294
#, no-c-format
msgid "<entry>18</entry>"
-msgstr ""
+msgstr "<entry>18</entry>"
#. Tag: entry
#: random-bits.xml:298
#, no-c-format
msgid "SQL database"
-msgstr ""
+msgstr "SQL adatbázis"
#. Tag: entry
#: random-bits.xml:299
#, no-c-format
msgid "<entry>24</entry>"
-msgstr ""
+msgstr "<entry>24</entry>"
#. Tag: entry
#: random-bits.xml:300
#, no-c-format
msgid "<entry>8</entry>"
-msgstr ""
+msgstr "<entry>8</entry>"
#. Tag: entry
#: random-bits.xml:301
#, no-c-format
msgid "<entry>32</entry>"
-msgstr ""
+msgstr "<entry>32</entry>"
#. Tag: para
#: random-bits.xml:307
#, no-c-format
-msgid ""
-"The <emphasis>Desktop</emphasis> task will install the GNOME desktop "
-"environment."
-msgstr ""
+msgid "The <emphasis>Desktop</emphasis> task will install the GNOME desktop environment."
+msgstr "Az <emphasis>Asztal</emphasis> feladat a GNOME asztali környezetet telepíti."
#. Tag: para
#: random-bits.xml:314
#, no-c-format
-msgid ""
-"If you install in a language other than English, <command>tasksel</command> "
-"may automatically install a <firstterm>localization task</firstterm>, if one "
-"is available for your language. Space requirements differ per language; you "
-"should allow up to 350MB in total for download and installation."
-msgstr ""
+msgid "If you install in a language other than English, <command>tasksel</command> may automatically install a <firstterm>localization task</firstterm>, if one is available for your language. Space requirements differ per language; you should allow up to 350MB in total for download and installation."
+msgstr "Ha nem angolul telepítesz, a <command>tasksel</command> programmal automatikusan telepítésre kerül egy <firstterm>honosítási feladat</firstterm>, ha elérhető nyelvedhez. Az igényelt hely nyelvenként eltér; főleg a távol-keleti nyelvek esetében akár 350MB méretű is lehet, amúgy legalább 100MB méretet érdemes rá számolni."
#. Tag: title
#: random-bits.xml:329
@@ -702,26 +646,13 @@ msgstr ""
#. Tag: para
#: random-bits.xml:331
#, no-c-format
-msgid ""
-"This section explains how to install &debian; from an existing Unix or Linux "
-"system, without using the menu-driven installer as explained in the rest of "
-"the manual. This <quote>cross-install</quote> HOWTO has been requested by "
-"users switching to &debian; from Red Hat, Mandrake, and SUSE. In this "
-"section some familiarity with entering *nix commands and navigating the file "
-"system is assumed. In this section, <prompt>$</prompt> symbolizes a command "
-"to be entered in the user's current system, while <prompt>#</prompt> refers "
-"to a command entered in the Debian chroot."
+msgid "This section explains how to install &debian; from an existing Unix or Linux system, without using the menu-driven installer as explained in the rest of the manual. This <quote>cross-install</quote> HOWTO has been requested by users switching to &debian; from Red Hat, Mandrake, and SUSE. In this section some familiarity with entering *nix commands and navigating the file system is assumed. In this section, <prompt>$</prompt> symbolizes a command to be entered in the user's current system, while <prompt>#</prompt> refers to a command entered in the Debian chroot."
msgstr ""
#. Tag: para
#: random-bits.xml:343
#, no-c-format
-msgid ""
-"Once you've got the new Debian system configured to your preference, you can "
-"migrate your existing user data (if any) to it, and keep on rolling. This is "
-"therefore a <quote>zero downtime</quote> &debian; install. It's also a "
-"clever way for dealing with hardware that otherwise doesn't play friendly "
-"with various boot or installation media."
+msgid "Once you've got the new Debian system configured to your preference, you can migrate your existing user data (if any) to it, and keep on rolling. This is therefore a <quote>zero downtime</quote> &debian; install. It's also a clever way for dealing with hardware that otherwise doesn't play friendly with various boot or installation media."
msgstr ""
#. Tag: title
@@ -733,39 +664,27 @@ msgstr ""
#. Tag: para
#: random-bits.xml:356
#, no-c-format
-msgid ""
-"With your current *nix partitioning tools, repartition the hard drive as "
-"needed, creating at least one filesystem plus swap. You need around 350MB of "
-"space available for a console only install, or about 1GB if you plan to "
-"install X (more if you intend to install desktop environments like GNOME or "
-"KDE)."
+msgid "With your current *nix partitioning tools, repartition the hard drive as needed, creating at least one filesystem plus swap. You need around 350MB of space available for a console only install, or about 1GB if you plan to install X (more if you intend to install desktop environments like GNOME or KDE)."
msgstr ""
#. Tag: para
#: random-bits.xml:364
#, no-c-format
msgid ""
-"Next, create file systems on the partitions. For example, to create an ext3 "
-"file system on partition <filename>/dev/hda6</filename> (that's our example "
-"root partition): <informalexample><screen>\n"
+"Next, create file systems on the partitions. For example, to create an ext3 file system on partition <filename>/dev/hda6</filename> (that's our example root partition): <informalexample><screen>\n"
"# mke2fs -j /dev/<replaceable>hda6</replaceable>\n"
-"</screen></informalexample> To create an ext2 file system instead, omit "
-"<userinput>-j</userinput>."
+"</screen></informalexample> To create an ext2 file system instead, omit <userinput>-j</userinput>."
msgstr ""
#. Tag: para
#: random-bits.xml:374
#, no-c-format
msgid ""
-"Initialize and activate swap (substitute the partition number for your "
-"intended Debian swap partition): <informalexample><screen>\n"
+"Initialize and activate swap (substitute the partition number for your intended Debian swap partition): <informalexample><screen>\n"
"# mkswap /dev/<replaceable>hda5</replaceable>\n"
"# sync; sync; sync\n"
"# swapon /dev/<replaceable>hda5</replaceable>\n"
-"</screen></informalexample> Mount one partition as <filename>/mnt/debinst</"
-"filename> (the installation point, to be the root (<filename>/</filename>) "
-"filesystem on your new system). The mount point name is strictly arbitrary, "
-"it is referenced later below."
+"</screen></informalexample> Mount one partition as <filename>/mnt/debinst</filename> (the installation point, to be the root (<filename>/</filename>) filesystem on your new system). The mount point name is strictly arbitrary, it is referenced later below."
msgstr ""
#. Tag: screen
@@ -779,10 +698,7 @@ msgstr ""
#. Tag: para
#: random-bits.xml:389
#, no-c-format
-msgid ""
-"If you want to have parts of the filesystem (e.g. /usr) mounted on separate "
-"partitions, you will need to create and mount these directories manually "
-"before proceding with the next stage."
+msgid "If you want to have parts of the filesystem (e.g. /usr) mounted on separate partitions, you will need to create and mount these directories manually before proceding with the next stage."
msgstr ""
#. Tag: title
@@ -794,32 +710,17 @@ msgstr ""
#. Tag: para
#: random-bits.xml:400
#, no-c-format
-msgid ""
-"The utility used by the Debian installer, and recognized as the official way "
-"to install a Debian base system, is <command>debootstrap</command>. It uses "
-"<command>wget</command> and <command>ar</command>, but otherwise depends "
-"only on <classname>/bin/sh</classname> and basic Unix/Linux tools<footnote> "
-"<para> These include the GNU core utilities and commands like <command>sed</"
-"command>, <command>grep</command>, <command>tar</command> and <command>gzip</"
-"command>. </para> </footnote>. Install <command>wget</command> and "
-"<command>ar</command> if they aren't already on your current system, then "
-"download and install <command>debootstrap</command>."
+msgid "The utility used by the Debian installer, and recognized as the official way to install a Debian base system, is <command>debootstrap</command>. It uses <command>wget</command> and <command>ar</command>, but otherwise depends only on <classname>/bin/sh</classname> and basic Unix/Linux tools<footnote> <para> These include the GNU core utilities and commands like <command>sed</command>, <command>grep</command>, <command>tar</command> and <command>gzip</command>. </para> </footnote>. Install <command>wget</command> and <command>ar</command> if they aren't already on your current system, then download and install <command>debootstrap</command>."
msgstr ""
#. Tag: para
#: random-bits.xml:430
#, no-c-format
msgid ""
-"Or, you can use the following procedure to install it manually. Make a work "
-"folder for extracting the .deb into: <informalexample><screen>\n"
+"Or, you can use the following procedure to install it manually. Make a work folder for extracting the .deb into: <informalexample><screen>\n"
"# mkdir work\n"
"# cd work\n"
-"</screen></informalexample> The <command>debootstrap</command> binary is "
-"located in the Debian archive (be sure to select the proper file for your "
-"architecture). Download the <command>debootstrap</command> .deb from the "
-"<ulink url=\"http://ftp.debian.org/debian/pool/main/d/debootstrap/\"> pool</"
-"ulink>, copy the package to the work folder, and extract the files from it. "
-"You will need to have root privileges to install the files."
+"</screen></informalexample> The <command>debootstrap</command> binary is located in the Debian archive (be sure to select the proper file for your architecture). Download the <command>debootstrap</command> .deb from the <ulink url=\"http://ftp.debian.org/debian/pool/main/d/debootstrap/\"> pool</ulink>, copy the package to the work folder, and extract the files from it. You will need to have root privileges to install the files."
msgstr ""
#. Tag: screen
@@ -840,35 +741,20 @@ msgstr ""
#. Tag: para
#: random-bits.xml:452
#, no-c-format
-msgid ""
-"<command>debootstrap</command> can download the needed files directly from "
-"the archive when you run it. You can substitute any Debian archive mirror "
-"for <userinput>http.us.debian.org/debian</userinput> in the command example "
-"below, preferably a mirror close to you network-wise. Mirrors are listed at "
-"<ulink url=\"http://www.debian.org/misc/README.mirrors\"></ulink>."
-msgstr ""
+msgid "<command>debootstrap</command> can download the needed files directly from the archive when you run it. You can substitute any Debian archive mirror for <userinput>http.us.debian.org/debian</userinput> in the command example below, preferably a mirror close to you network-wise. Mirrors are listed at <ulink url=\"http://www.debian.org/misc/README.mirrors\"></ulink>."
+msgstr "A <command>debootstrap</command> le tudja tölteni a szükséges fájlokat az archívumból. A lenti példában lévő <userinput>http.us.debian.org/debian</userinput> bármilyen tükööre cserélhető, lehetőleg válassz közelit. A tükrök listája itt: <ulink url=\"http://www.debian.org/misc/README.mirrors\"></ulink>."
#. Tag: para
#: random-bits.xml:461
#, no-c-format
-msgid ""
-"If you have a &releasename; &debian; CD mounted at <filename>/cdrom</"
-"filename>, you could substitute a file URL instead of the http URL: "
-"<userinput>file:/cdrom/debian/</userinput>"
-msgstr ""
+msgid "If you have a &releasename; &debian; CD mounted at <filename>/cdrom</filename>, you could substitute a file URL instead of the http URL: <userinput>file:/cdrom/debian/</userinput>"
+msgstr "Egy <filename>/cdrom</filename> könyvtárba csatolt &releasename; &debian; CD esetén fájl URL is megadható: <userinput>file:/cdrom/debian/</userinput>"
#. Tag: para
#: random-bits.xml:467
#, no-c-format
-msgid ""
-"Substitute one of the following for <replaceable>ARCH</replaceable> in the "
-"<command>debootstrap</command> command: <userinput>alpha</userinput>, "
-"<userinput>amd64</userinput>, <userinput>arm</userinput>, <userinput>hppa</"
-"userinput>, <userinput>i386</userinput>, <userinput>ia64</userinput>, "
-"<userinput>m68k</userinput>, <userinput>mips</userinput>, <userinput>mipsel</"
-"userinput>, <userinput>powerpc</userinput>, <userinput>s390</userinput>, or "
-"<userinput>sparc</userinput>."
-msgstr ""
+msgid "Substitute one of the following for <replaceable>ARCH</replaceable> in the <command>debootstrap</command> command: <userinput>alpha</userinput>, <userinput>amd64</userinput>, <userinput>arm</userinput>, <userinput>hppa</userinput>, <userinput>i386</userinput>, <userinput>ia64</userinput>, <userinput>m68k</userinput>, <userinput>mips</userinput>, <userinput>mipsel</userinput>, <userinput>powerpc</userinput>, <userinput>s390</userinput>, or <userinput>sparc</userinput>."
+msgstr "Jelenleg az alábbi <replaceable>ARCH</replaceable> nevek választhatók a <command>debootstrap</command> parancsban: <userinput>alpha</userinput>, <userinput>amd64</userinput>, <userinput>arm</userinput>, <userinput>hppa</userinput>, <userinput>i386</userinput>, <userinput>ia64</userinput>, <userinput>m68k</userinput>, <userinput>mips</userinput>, <userinput>mipsel</userinput>, <userinput>powerpc</userinput>, <userinput>s390</userinput> vagy <userinput>sparc</userinput>."
#. Tag: screen
#: random-bits.xml:485
@@ -877,45 +763,46 @@ msgid ""
"# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n"
" /mnt/debinst http://ftp.us.debian.org/debian"
msgstr ""
+"# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n"
+" /mnt/debinst http://ftp.us.debian.org/debian"
#. Tag: title
#: random-bits.xml:491
#, no-c-format
msgid "Configure The Base System"
-msgstr ""
+msgstr "Az alaprendszer beálíltása"
#. Tag: para
#: random-bits.xml:492
#, no-c-format
msgid ""
-"Now you've got a real Debian system, though rather lean, on disk. "
-"<command>chroot</command> into it: <informalexample><screen>\n"
+"Now you've got a real Debian system, though rather lean, on disk. <command>chroot</command> into it: <informalexample><screen>\n"
"# LANG=C chroot /mnt/debinst /bin/bash\n"
-"</screen></informalexample> After chrooting you may need to set the terminal "
-"definition to be compatible with the Debian base system, for example:"
+"</screen></informalexample> After chrooting you may need to set the terminal definition to be compatible with the Debian base system, for example:"
msgstr ""
+"Most van egy igazi Debian rendszered - bár még csak rendkívül egyszerű - a lemezen. A <command>chroot</command> segítségével válts ebbe gyökeret: <informalexample><screen>\n"
+"# LANG=C chroot /mnt/debinst /bin/bash\n"
+"</screen></informalexample> Ezután be kell állítanod egy Debian rendszerrel kompatibilis terminál definíciót, például:"
#. Tag: screen
#: random-bits.xml:502
#, no-c-format
msgid "# export TERM=<replaceable>xterm-color</replaceable>"
-msgstr ""
+msgstr "# export TERM=<replaceable>xterm-color</replaceable>"
#. Tag: title
#: random-bits.xml:507
#, no-c-format
msgid "Mount Partitions"
-msgstr ""
+msgstr "Partíciók csatolása"
#. Tag: para
#: random-bits.xml:508
#, no-c-format
msgid ""
-"You need to create <filename>/etc/fstab</filename>. "
-"<informalexample><screen>\n"
+"You need to create <filename>/etc/fstab</filename>. <informalexample><screen>\n"
"# editor /etc/fstab\n"
-"</screen></informalexample> Here is a sample you can modify to suit: "
-"<informalexample><screen>\n"
+"</screen></informalexample> Here is a sample you can modify to suit: <informalexample><screen>\n"
"# /etc/fstab: static file system information.\n"
"#\n"
"# file system mount point type options dump pass\n"
@@ -932,61 +819,73 @@ msgid ""
"/dev/XXX /var ext3 rw,nosuid,nodev 0 2\n"
"/dev/XXX /usr ext3 rw,nodev 0 2\n"
"/dev/XXX /home ext3 rw,nosuid,nodev 0 2\n"
-"</screen></informalexample> Use <userinput>mount -a</userinput> to mount all "
-"the file systems you have specified in your <filename>/etc/fstab</filename>, "
-"or, to mount file systems individually, use: <informalexample><screen>\n"
+"</screen></informalexample> Use <userinput>mount -a</userinput> to mount all the file systems you have specified in your <filename>/etc/fstab</filename>, or, to mount file systems individually, use: <informalexample><screen>\n"
"# mount /path # e.g.: mount /usr\n"
-"</screen></informalexample> Current Debian systems have mountpoints for "
-"removable media under <filename>/media</filename>, but keep compatibility "
-"symlinks in <filename>/</filename>. Create these as as needed, for example: "
-"<informalexample><screen>\n"
+"</screen></informalexample> Current Debian systems have mountpoints for removable media under <filename>/media</filename>, but keep compatibility symlinks in <filename>/</filename>. Create these as as needed, for example: <informalexample><screen>\n"
"# cd /media\n"
"# mkdir cdrom0\n"
"# ln -s cdrom0 cdrom\n"
"# cd /\n"
"# ln -s media/cdrom\n"
-"</screen></informalexample> You can mount the proc file system multiple "
-"times and to arbitrary locations, though <filename>/proc</filename> is "
-"customary. If you didn't use <userinput>mount -a</userinput>, be sure to "
-"mount proc before continuing:"
+"</screen></informalexample> You can mount the proc file system multiple times and to arbitrary locations, though <filename>/proc</filename> is customary. If you didn't use <userinput>mount -a</userinput>, be sure to mount proc before continuing:"
msgstr ""
+"Létre kell hozni a <filename>/etc/fstab</filename> fájlt. <informalexample><screen>\n"
+"# editor /etc/fstab\n"
+"</screen></informalexample> Itt egy példa: <informalexample><screen>\n"
+"# /etc/fstab: static file system information.\n"
+"#\n"
+"# file system mount point type options dump pass\n"
+"/dev/XXX / ext3 defaults 0 1\n"
+"/dev/XXX /boot ext3 ro,nosuid,nodev 0 2\n"
+"\n"
+"/dev/XXX none swap sw 0 0\n"
+"proc /proc proc defaults 0 0\n"
+"\n"
+"/dev/fd0 /media/floppy auto noauto,rw,sync,user,exec 0 0\n"
+"/dev/cdrom /media/cdrom iso9660 noauto,ro,user,exec 0 0\n"
+"\n"
+"/dev/XXX /tmp ext3 rw,nosuid,nodev 0 2\n"
+"/dev/XXX /var ext3 rw,nosuid,nodev 0 2\n"
+"/dev/XXX /usr ext3 rw,nodev 0 2\n"
+"/dev/XXX /home ext3 rw,nosuid,nodev 0 2\n"
+"</screen></informalexample> Használd a <userinput>mount -a</userinput> parancsot a <filename>/etc/fstab</filename> fájlban megadott összes partíció csatolásához, vagy 1 csatolásához használj egy ilyet: # mount /path # például: mount /usr\n"
+"</screen></informalexample> A jelenlegi Debian rendszerek a mozgatható médiát már a <filename>/media</filename> könyvtárban kezelik, de biztosítanak komparibilitási jláncokat a <filename>/</filename> könyvtárban. Hozd őket létre ahogy kell, például: <informalexample><screen>\n"
+"# cd /media\n"
+"# mkdir cdrom0\n"
+"# ln -s cdrom0 cdrom\n"
+"# cd /\n"
+"# ln -s media/cdrom\n"
+"</screen></informalexample> A proc fájlrendszer többször és tetszőleges helyre csatolható, de a <filename>/proc</filename> adott. Ha nem használtad a <userinput>mount -a</userinput> parancsot, csatold a proc fájlrendszert a folytatás előtt:"
#. Tag: screen
#: random-bits.xml:534
#, no-c-format
msgid "# mount -t proc proc /proc"
-msgstr ""
+msgstr "# mount -t proc proc /proc"
#. Tag: para
#: random-bits.xml:536
#, no-c-format
-msgid ""
-"The command <userinput>ls /proc</userinput> should now show a non-empty "
-"directory. Should this fail, you may be able to mount proc from outside the "
-"chroot:"
-msgstr ""
+msgid "The command <userinput>ls /proc</userinput> should now show a non-empty directory. Should this fail, you may be able to mount proc from outside the chroot:"
+msgstr "Az <userinput>ls /proc</userinput> tele kell, hogy legyen. Ha üres, kívülről kell csatolnod:"
#. Tag: screen
#: random-bits.xml:542
#, no-c-format
msgid "# mount -t proc proc /mnt/debinst/proc"
-msgstr ""
+msgstr "# mount -t proc proc /mnt/debinst/proc"
#. Tag: title
#: random-bits.xml:548
#, no-c-format
msgid "Setting Timezone"
-msgstr ""
+msgstr "Időzóna beállítása"
#. Tag: para
#: random-bits.xml:549
#, no-c-format
-msgid ""
-"An option in the file <filename>/etc/default/rcS</filename> determines "
-"whether the system will interpret the hardware clock as being set to UTC or "
-"local time. The following command allow you to set that and choose your "
-"timezone."
-msgstr ""
+msgid "An option in the file <filename>/etc/default/rcS</filename> determines whether the system will interpret the hardware clock as being set to UTC or local time. The following command allow you to set that and choose your timezone."
+msgstr "A <filename>/etc/default/rcS</filename> egy opciója szabja meg, hogy a rendszer a hardver órát az UTC vagy a helyi időre állítva értelmezi-e. Az alábbi paranccsal ez és az időzóna beállítható."
#. Tag: screen
#: random-bits.xml:556
@@ -995,23 +894,22 @@ msgid ""
"# editor /etc/default/rcS\n"
"# tzconfig"
msgstr ""
+"# editor /etc/default/rcS\n"
+"# tzconfig"
#. Tag: title
#: random-bits.xml:562
#, no-c-format
msgid "Configure Networking"
-msgstr ""
+msgstr "Hálózat beállítása"
#. Tag: para
#: random-bits.xml:563
#, no-c-format
msgid ""
-"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
-"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
-"and <filename>/etc/hosts</filename>. <informalexample><screen>\n"
+"To configure networking, edit <filename>/etc/network/interfaces</filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> and <filename>/etc/hosts</filename>. <informalexample><screen>\n"
"# editor /etc/network/interfaces\n"
-"</screen></informalexample> Here are some simple examples from <filename>/"
-"usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+"</screen></informalexample> Here are some simple examples from <filename>/usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
"######################################################################\n"
"# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
"# See the interfaces(5) manpage for information on what options are\n"
@@ -1037,19 +935,15 @@ msgid ""
"# netmask 255.255.255.0\n"
"# broadcast 192.168.0.255\n"
"# gateway 192.168.0.1\n"
-"</screen></informalexample> Enter your nameserver(s) and search directives "
-"in <filename>/etc/resolv.conf</filename>: <informalexample><screen>\n"
+"</screen></informalexample> Enter your nameserver(s) and search directives in <filename>/etc/resolv.conf</filename>: <informalexample><screen>\n"
"# editor /etc/resolv.conf\n"
-"</screen></informalexample> A simple <filename>/etc/resolv.conf</filename>: "
-"<informalexample><screen>\n"
+"</screen></informalexample> A simple <filename>/etc/resolv.conf</filename>: <informalexample><screen>\n"
"search hqdom.local\\000\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
-"</screen></informalexample> Enter your system's host name (2 to 63 "
-"characters): <informalexample><screen>\n"
+"</screen></informalexample> Enter your system's host name (2 to 63 characters): <informalexample><screen>\n"
"# echo DebianHostName &gt; /etc/hostname\n"
-"</screen></informalexample> And a basic <filename>/etc/hosts</filename> with "
-"IPv6 support: <informalexample><screen>\n"
+"</screen></informalexample> And a basic <filename>/etc/hosts</filename> with IPv6 support: <informalexample><screen>\n"
"127.0.0.1 localhost DebianHostName\n"
"\n"
"# The following lines are desirable for IPv6 capable hosts\n"
@@ -1059,52 +953,99 @@ msgid ""
"ff02::1 ip6-allnodes\n"
"ff02::2 ip6-allrouters\n"
"ff02::3 ip6-allhosts\n"
-"</screen></informalexample> If you have multiple network cards, you should "
-"arrange the names of driver modules in the <filename>/etc/modules</filename> "
-"file into the desired order. Then during boot, each card will be associated "
-"with the interface name (eth0, eth1, etc.) that you expect."
+"</screen></informalexample> If you have multiple network cards, you should arrange the names of driver modules in the <filename>/etc/modules</filename> file into the desired order. Then during boot, each card will be associated with the interface name (eth0, eth1, etc.) that you expect."
msgstr ""
+"A hálózat beállításához szerkeszd ezeket: <filename>/etc/network/interfaces</filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> és <filename>/etc/hosts</filename>. <informalexample><screen>\n"
+"# editor /etc/network/interfaces\n"
+"</screen></informalexample> A példák helye ez: <filename>/usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+"######################################################################\n"
+"# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+"# See the interfaces(5) manpage for information on what options are\n"
+"# available.\n"
+"######################################################################\n"
+"\n"
+"# We always want the loopback interface.\n"
+"#\n"
+"auto lo\n"
+"iface lo inet loopback\n"
+"\n"
+"# To use dhcp:\n"
+"#\n"
+"# auto eth0\n"
+"# iface eth0 inet dhcp\n"
+"\n"
+"# An example static IP setup: (broadcast and gateway are optional)\n"
+"#\n"
+"# auto eth0\n"
+"# iface eth0 inet static\n"
+"# address 192.168.0.42\n"
+"# network 192.168.0.0\n"
+"# netmask 255.255.255.0\n"
+"# broadcast 192.168.0.255\n"
+"# gateway 192.168.0.1\n"
+"</screen></informalexample> Adj meg 1 vagy több név-kiszolgálót és a keresést a <filename>/etc/resolv.conf</filename> fájlban: <informalexample><screen>\n"
+"# editor /etc/resolv.conf\n"
+"</screen></informalexample> A simple <filename>/etc/resolv.conf</filename>: <informalexample><screen>\n"
+"search hqdom.local\\000\n"
+"nameserver 10.1.1.36\n"
+"nameserver 192.168.9.100\n"
+"</screen></informalexample> Add meg a rendszer gépnevét (2 és 63 karakter között): <informalexample><screen>\n"
+"# echo DebianHostName &gt; /etc/hostname\n"
+"</screen></informalexample> És egy alap <filename>/etc/hosts</filename> fájlt IPv6 támogatással: <informalexample><screen>\n"
+"127.0.0.1 localhost DebianHostName\n"
+"\n"
+"# The following lines are desirable for IPv6 capable hosts\n"
+"::1 ip6-localhost ip6-loopback\n"
+"fe00::0 ip6-localnet\n"
+"ff00::0 ip6-mcastprefix\n"
+"ff02::1 ip6-allnodes\n"
+"ff02::2 ip6-allrouters\n"
+"ff02::3 ip6-allhosts\n"
+"</screen></informalexample> Több hálózati kártya esetén a kívány sorrendre kell rendezni a meghajtó modulok nevét a <filename>/etc/modules</filename> fájlban. Az indítás alatt minden kártya egy csatoló-névvel társul (eth0, eth1 és így tovább)."
#. Tag: title
#: random-bits.xml:604
#, no-c-format
msgid "Configure Apt"
-msgstr ""
+msgstr "Az APT beállítása"
#. Tag: para
#: random-bits.xml:605
#, no-c-format
msgid ""
-"Debootstrap will have created a very basic <filename>/etc/apt/sources.list</"
-"filename> that will allow installing additional packages. However, you may "
-"want to add some additional sources, for example for source packages and "
-"security updates: <informalexample><screen>\n"
+"Debootstrap will have created a very basic <filename>/etc/apt/sources.list</filename> that will allow installing additional packages. However, you may want to add some additional sources, for example for source packages and security updates: <informalexample><screen>\n"
"deb-src http://ftp.us.debian.org/debian etch main\n"
"\n"
"deb http://security.debian.org/ etch/updates main\n"
"deb-src http://security.debian.org/ etch/updates main\n"
-"</screen></informalexample> Make sure to run <userinput>aptitude update</"
-"userinput> after you have made changes to the sources list."
+"</screen></informalexample> Make sure to run <userinput>aptitude update</userinput> after you have made changes to the sources list."
msgstr ""
+"A debootstrap létrehoz egy alap <filename>/etc/apt/sources.list</filename> fájlt, ami lehetővé teszi további csomagok telepítését. De további források megadása is ajánlott, például a forrás csomagoké és a biztonsági frissítéseké: <informalexample><screen>\n"
+"deb-src http://ftp.us.debian.org/debian etch main\n"
+"\n"
+"deb http://security.debian.org/ etch/updates main\n"
+"deb-src http://security.debian.org/ etch/updates main\n"
+"</screen></informalexample> Futtasd az <userinput>aptitude update</userinput> parancsot a forrás-lista fájl módosítása után."
#. Tag: title
#: random-bits.xml:621
#, no-c-format
msgid "Configure Locales and Keyboard"
-msgstr ""
+msgstr "Honosítás és billentyűzet beállítása"
#. Tag: para
#: random-bits.xml:622
#, no-c-format
msgid ""
-"To configure your locale settings to use a language other than English, "
-"install the <classname>locales</classname> support package and configure it. "
-"Currently the use of UTF-8 locales is recommended. "
-"<informalexample><screen>\n"
+"To configure your locale settings to use a language other than English, install the <classname>locales</classname> support package and configure it. Currently the use of UTF-8 locales is recommended. <informalexample><screen>\n"
"# aptitude install locales\n"
"# dpkg-reconfigure locales\n"
"</screen></informalexample> To configure your keyboard (if needed):"
msgstr ""
+"Az angol nyelvtől eltérő helyi beállítások konfigurálásához telepítsd a <classname>locales</classname> támogató csomagot és állítsd be. Jelenleg az UTF-8 beállítások ajánlottak. <informalexample><screen>\n"
+"# aptitude install locales\n"
+"# dpkg-reconfigure locales\n"
+"</screen></informalexample> Állítsd be a billentyűzetet (ha szükséges):"
#. Tag: screen
#: random-bits.xml:632
@@ -1113,43 +1054,38 @@ msgid ""
"# aptitude install console-data\n"
"# dpkg-reconfigure console-data"
msgstr ""
+"# aptitude install console-data\n"
+"# dpkg-reconfigure console-data"
#. Tag: para
#: random-bits.xml:634
#, no-c-format
-msgid ""
-"Note that the keyboard cannot be set while in the chroot, but will be "
-"configured for the next reboot."
-msgstr ""
+msgid "Note that the keyboard cannot be set while in the chroot, but will be configured for the next reboot."
+msgstr "A billentyűzet nem kerül beállításra a chroot környezetben, de az újraindítás után igen."
#. Tag: title
#: random-bits.xml:644
#, no-c-format
msgid "Install a Kernel"
-msgstr ""
+msgstr "Kernel telepítése"
#. Tag: para
#: random-bits.xml:645
#, no-c-format
-msgid ""
-"If you intend to boot this system, you probably want a Linux kernel and a "
-"boot loader. Identify available pre-packaged kernels with:"
-msgstr ""
+msgid "If you intend to boot this system, you probably want a Linux kernel and a boot loader. Identify available pre-packaged kernels with:"
+msgstr "A rendszer indításához kell egy Linux kernel és egy boot betöltő. Az elérhető elő-csomagolt kernelek:"
#. Tag: screen
#: random-bits.xml:650
#, no-c-format
msgid "# apt-cache search linux-image"
-msgstr ""
+msgstr "# apt-cache search linux-image"
#. Tag: para
#: random-bits.xml:652
#, no-c-format
-msgid ""
-"If you intend to use a pre-packaged kernel, you may want to create the "
-"configuration file <filename>/etc/kernel-img.conf</filename> before you do "
-"so. Here's an example file:"
-msgstr ""
+msgid "If you intend to use a pre-packaged kernel, you may want to create the configuration file <filename>/etc/kernel-img.conf</filename> before you do so. Here's an example file:"
+msgstr "Egy elő-csomagolt kernel használatához hozd létre a <filename>/etc/kernel-img.conf</filename> beállító fájlt. Példa:"
#. Tag: screen
#: random-bits.xml:658
@@ -1164,44 +1100,46 @@ msgid ""
"do_initrd = yes\n"
"link_in_boot = no"
msgstr ""
+"# Kernel image management overrides\n"
+"# Lásd a kernel-img.conf(5) kézikönyv-oldalt a részletekért\n"
+"do_symlinks = yes\n"
+"relative_links = yes\n"
+"do_bootloader = yes\n"
+"do_bootfloppy = no\n"
+"do_initrd = yes\n"
+"link_in_boot = no"
#. Tag: para
#: random-bits.xml:660
#, no-c-format
-msgid ""
-"For detailed information about this file and the various options, consult "
-"its man page which will be available after installing the <classname>kernel-"
-"package</classname> package. We recommend that you check that the values are "
-"appropriate for your system."
-msgstr ""
+msgid "For detailed information about this file and the various options, consult its man page which will be available after installing the <classname>kernel-package</classname> package. We recommend that you check that the values are appropriate for your system."
+msgstr "Részletes adatokért e fájlról és a különböző lehetőségekről lásd a kézikönyv oldalt, mely elérhető lesz a <classname>kernel-package</classname> csomag telepítése után. Mindig ellenőrizd, hogy az értékek megfelelnek a rendszerednek."
#. Tag: para
#: random-bits.xml:667
#, no-c-format
msgid ""
-"If you intend to use <classname>grub</classname> as your bootloader, you can "
-"set the <literal>do_bootloader</literal> option to <quote>no</quote>. To "
-"automatically update your <filename>/boot/grub/menu.lst</filename> on "
-"installation or removal of Debian kernels, add the following lines: "
-"<informalexample><screen>\n"
+"If you intend to use <classname>grub</classname> as your bootloader, you can set the <literal>do_bootloader</literal> option to <quote>no</quote>. To automatically update your <filename>/boot/grub/menu.lst</filename> on installation or removal of Debian kernels, add the following lines: <informalexample><screen>\n"
"postinst_hook = update-grub\n"
"postrm_hook = update-grub\n"
-"</screen></informalexample> For the <classname>lilo</classname> bootloader, "
-"the value of <literal>do_bootloader</literal> needs to be <quote>yes</quote>."
+"</screen></informalexample> For the <classname>lilo</classname> bootloader, the value of <literal>do_bootloader</literal> needs to be <quote>yes</quote>."
msgstr ""
+"Ha a <classname>grub</classname> betöltő használatát tervezed, állítsd a <literal>do_bootloader</literal> értékét erre: no. A <filename>/boot/grub/menu.lst</filename> önműködő frissítésére Debian kernelek telepítésekor vagy eltávolításakor add hozzá ezt: <informalexample><screen>\n"
+"postinst_hook = update-grub\n"
+"postrm_hook = update-grub\n"
+"</screen></informalexample> A <classname>lilo</classname> esetén a <literal>do_bootloader</literal> értéke legyen <quote>yes</quote>."
#. Tag: para
#: random-bits.xml:679
#, no-c-format
msgid ""
-"Then install the kernel package of your choice using its package name. "
-"<informalexample><screen>\n"
-"# aptitude install linux-image-<replaceable>&kernelversion;-arch-etc</"
-"replaceable>\n"
-"</screen></informalexample> If you did not create a <filename>/etc/kernel-"
-"img.conf</filename> before installing a pre-packaged kernel, you may be "
-"asked some questions during its installation that refer to it."
+"Then install the kernel package of your choice using its package name. <informalexample><screen>\n"
+"# aptitude install linux-image-<replaceable>&kernelversion;-arch-etc</replaceable>\n"
+"</screen></informalexample> If you did not create a <filename>/etc/kernel-img.conf</filename> before installing a pre-packaged kernel, you may be asked some questions during its installation that refer to it."
msgstr ""
+"Majd telepítsd a választott kernel csomagot. <informalexample><screen>\n"
+"# aptitude install linux-image-<replaceable>&kernelversion;-arch-etc</replaceable>\n"
+"</screen></informalexample> Ha nem hozol létre <filename>/etc/kernel-img.conf</filename> fájlt egy elő-csomagolt kernel telepítése előtt, pár erre vonatkozó kérdést kapsz a telepítés során."
#. Tag: title
#: random-bits.xml:693
@@ -1212,40 +1150,24 @@ msgstr ""
#. Tag: para
#: random-bits.xml:694
#, no-c-format
-msgid ""
-"To make your &debian; system bootable, set up your boot loader to load the "
-"installed kernel with your new root partition. Note that "
-"<command>debootstrap</command> does not install a boot loader, though you "
-"can use <command>aptitude</command> inside your Debian chroot to do so."
+msgid "To make your &debian; system bootable, set up your boot loader to load the installed kernel with your new root partition. Note that <command>debootstrap</command> does not install a boot loader, though you can use <command>aptitude</command> inside your Debian chroot to do so."
msgstr ""
#. Tag: para
#: random-bits.xml:701
#, no-c-format
-msgid ""
-"Check <userinput>info grub</userinput> or <userinput>man lilo.conf</"
-"userinput> for instructions on setting up the bootloader. If you are keeping "
-"the system you used to install Debian, just add an entry for the Debian "
-"install to your existing grub <filename>menu.lst</filename> or "
-"<filename>lilo.conf</filename>. For <filename>lilo.conf</filename>, you "
-"could also copy it to the new system and edit it there. After you are done "
-"editing, call <command>lilo</command> (remember it will use <filename>lilo."
-"conf</filename> relative to the system you call it from)."
+msgid "Check <userinput>info grub</userinput> or <userinput>man lilo.conf</userinput> for instructions on setting up the bootloader. If you are keeping the system you used to install Debian, just add an entry for the Debian install to your existing grub <filename>menu.lst</filename> or <filename>lilo.conf</filename>. For <filename>lilo.conf</filename>, you could also copy it to the new system and edit it there. After you are done editing, call <command>lilo</command> (remember it will use <filename>lilo.conf</filename> relative to the system you call it from)."
msgstr ""
#. Tag: para
#: random-bits.xml:713
#, no-c-format
msgid ""
-"Installing and setting up <classname>grub</classname> is as easy as: "
-"<informalexample><screen>\n"
+"Installing and setting up <classname>grub</classname> is as easy as: <informalexample><screen>\n"
"# aptitude install grub\n"
"# grub-install /dev/<replaceable>hda</replaceable>\n"
"# update-grub\n"
-"</screen></informalexample> The second command will install <command>grub</"
-"command> (in this case in the MBR of <literal>hda</literal>). The last "
-"command will create a sane and working <filename>/boot/grub/menu.lst</"
-"filename>."
+"</screen></informalexample> The second command will install <command>grub</command> (in this case in the MBR of <literal>hda</literal>). The last command will create a sane and working <filename>/boot/grub/menu.lst</filename>."
msgstr ""
#. Tag: para
@@ -1270,21 +1192,14 @@ msgstr ""
#. Tag: para
#: random-bits.xml:729
#, no-c-format
-msgid ""
-"Check <userinput>man yaboot.conf</userinput> for instructions on setting up "
-"the bootloader. If you are keeping the system you used to install Debian, "
-"just add an entry for the Debian install to your existing <filename>yaboot."
-"conf</filename>. You could also copy it to the new system and edit it there. "
-"After you are done editing, call ybin (remember it will use <filename>yaboot."
-"conf</filename> relative to the system you call it from)."
+msgid "Check <userinput>man yaboot.conf</userinput> for instructions on setting up the bootloader. If you are keeping the system you used to install Debian, just add an entry for the Debian install to your existing <filename>yaboot.conf</filename>. You could also copy it to the new system and edit it there. After you are done editing, call ybin (remember it will use <filename>yaboot.conf</filename> relative to the system you call it from)."
msgstr ""
#. Tag: para
#: random-bits.xml:739
#, no-c-format
msgid ""
-"Here is a basic <filename>/etc/yaboot.conf</filename> as an example: "
-"<informalexample><screen>\n"
+"Here is a basic <filename>/etc/yaboot.conf</filename> as an example: <informalexample><screen>\n"
"boot=/dev/hda2\n"
"device=hd:\n"
"partition=6\n"
@@ -1293,8 +1208,7 @@ msgid ""
"timeout=50\n"
"image=/vmlinux\n"
"label=Debian\n"
-"</screen></informalexample> On some machines, you may need to use "
-"<userinput>ide0:</userinput> instead of <userinput>hd:</userinput>."
+"</screen></informalexample> On some machines, you may need to use <userinput>ide0:</userinput> instead of <userinput>hd:</userinput>."
msgstr ""
#. Tag: title
@@ -1307,22 +1221,15 @@ msgstr ""
#: random-bits.xml:753
#, no-c-format
msgid ""
-"As mentioned earlier, the installed system will be very basic. If you would "
-"like to make the system a bit more mature, there is an easy method to "
-"install all packages with <quote>standard</quote> priority: "
-"<informalexample><screen>\n"
+"As mentioned earlier, the installed system will be very basic. If you would like to make the system a bit more mature, there is an easy method to install all packages with <quote>standard</quote> priority: <informalexample><screen>\n"
"# tasksel install standard\n"
-"</screen></informalexample> Of course, you can also just use "
-"<command>aptitude</command> to install packages individually."
+"</screen></informalexample> Of course, you can also just use <command>aptitude</command> to install packages individually."
msgstr ""
#. Tag: para
#: random-bits.xml:764
#, no-c-format
-msgid ""
-"After the installation there will be a lot of downloaded packages in "
-"<filename>/var/cache/apt/archives/</filename>. You can free up some "
-"diskspace by running:"
+msgid "After the installation there will be a lot of downloaded packages in <filename>/var/cache/apt/archives/</filename>. You can free up some diskspace by running:"
msgstr ""
#. Tag: screen
@@ -1340,41 +1247,25 @@ msgstr ""
#. Tag: para
#: random-bits.xml:783
#, no-c-format
-msgid ""
-"This section explains how to install &debian; on a computer without an "
-"Ethernet card, but with just a remote gateway computer attached via a Null-"
-"Modem cable (also called Null-Printer cable). The gateway computer should be "
-"connected to a network that has a Debian mirror on it (e.g. to the Internet)."
+msgid "This section explains how to install &debian; on a computer without an Ethernet card, but with just a remote gateway computer attached via a Null-Modem cable (also called Null-Printer cable). The gateway computer should be connected to a network that has a Debian mirror on it (e.g. to the Internet)."
msgstr ""
#. Tag: para
#: random-bits.xml:791
#, no-c-format
-msgid ""
-"In the example in this appendix we will set up a PLIP connection using a "
-"gateway connected to the Internet over a dial-up connection (ppp0). We will "
-"use IP addresses 192.168.0.1 and 192.168.0.2 for the PLIP interfaces on the "
-"target system and the source system respectively (these addresses should be "
-"unused within your network address space)."
+msgid "In the example in this appendix we will set up a PLIP connection using a gateway connected to the Internet over a dial-up connection (ppp0). We will use IP addresses 192.168.0.1 and 192.168.0.2 for the PLIP interfaces on the target system and the source system respectively (these addresses should be unused within your network address space)."
msgstr ""
#. Tag: para
#: random-bits.xml:799
#, no-c-format
-msgid ""
-"The PLIP connection set up during the installation will also be available "
-"after the reboot into the installed system (see <xref linkend=\"boot-new\"/"
-">)."
+msgid "The PLIP connection set up during the installation will also be available after the reboot into the installed system (see <xref linkend=\"boot-new\"/>)."
msgstr ""
#. Tag: para
#: random-bits.xml:804
#, no-c-format
-msgid ""
-"Before you start, you will need to check the BIOS configuration (IO base "
-"address and IRQ) for the parallel ports of both the source and target "
-"systems. The most common values are <literal>io=0x378</literal>, "
-"<literal>irq=7</literal>."
+msgid "Before you start, you will need to check the BIOS configuration (IO base address and IRQ) for the parallel ports of both the source and target systems. The most common values are <literal>io=0x378</literal>, <literal>irq=7</literal>."
msgstr ""
#. Tag: title
@@ -1386,9 +1277,7 @@ msgstr ""
#. Tag: para
#: random-bits.xml:817
#, no-c-format
-msgid ""
-"A target computer, called <emphasis>target</emphasis>, where Debian will be "
-"installed."
+msgid "A target computer, called <emphasis>target</emphasis>, where Debian will be installed."
msgstr ""
#. Tag: para
@@ -1400,18 +1289,13 @@ msgstr ""
#. Tag: para
#: random-bits.xml:828
#, no-c-format
-msgid ""
-"Another computer connected to the Internet, called <emphasis>source</"
-"emphasis>, that will function as the gateway."
+msgid "Another computer connected to the Internet, called <emphasis>source</emphasis>, that will function as the gateway."
msgstr ""
#. Tag: para
#: random-bits.xml:834
#, no-c-format
-msgid ""
-"A DB-25 Null-Modem cable. See the <ulink url=\"&url-plip-install-howto;"
-"\">PLIP-Install-HOWTO</ulink> for more information on this cable and "
-"instructions how to make your own."
+msgid "A DB-25 Null-Modem cable. See the <ulink url=\"&url-plip-install-howto;\">PLIP-Install-HOWTO</ulink> for more information on this cable and instructions how to make your own."
msgstr ""
#. Tag: title
@@ -1423,9 +1307,7 @@ msgstr ""
#. Tag: para
#: random-bits.xml:847
#, no-c-format
-msgid ""
-"The following shell script is a simple example of how to configure the "
-"source computer as a gateway to the Internet using ppp0."
+msgid "The following shell script is a simple example of how to configure the source computer as a gateway to the Internet using ppp0."
msgstr ""
#. Tag: screen
@@ -1437,18 +1319,15 @@ msgid ""
"# We remove running modules from kernel to avoid conflicts and to\n"
"# reconfigure them manually.\n"
"modprobe -r lp parport_pc\n"
-"modprobe parport_pc io=<replaceable>0x378</replaceable> irq=<replaceable>7</"
-"replaceable>\n"
+"modprobe parport_pc io=<replaceable>0x378</replaceable> irq=<replaceable>7</replaceable>\n"
"modprobe plip\n"
"\n"
"# Configure the plip interface (plip0 for me, see dmesg | grep plip)\n"
-"ifconfig <replaceable>plip0 192.168.0.2</replaceable> pointopoint "
-"<replaceable>192.168.0.1</replaceable> netmask 255.255.255.255 up\n"
+"ifconfig <replaceable>plip0 192.168.0.2</replaceable> pointopoint <replaceable>192.168.0.1</replaceable> netmask 255.255.255.255 up\n"
"\n"
"# Configure gateway\n"
"modprobe iptable_nat\n"
-"iptables -t nat -A POSTROUTING -o <replaceable>ppp0</replaceable> -j "
-"MASQUERADE\n"
+"iptables -t nat -A POSTROUTING -o <replaceable>ppp0</replaceable> -j MASQUERADE\n"
"echo 1 > /proc/sys/net/ipv4/ip_forward"
msgstr ""
@@ -1462,16 +1341,9 @@ msgstr ""
#: random-bits.xml:859
#, no-c-format
msgid ""
-"Boot the installation media. The installation needs to be run in expert "
-"mode; enter <userinput>expert</userinput> at the boot prompt. If you need to "
-"set parameters for kernel modules, you also need to do this at the boot "
-"prompt. For example, to boot the installer and set values for the <quote>io</"
-"quote> and <quote>irq</quote> options for the parport_pc module, enter the "
-"following at the boot prompt: <informalexample><screen>\n"
-"expert parport_pc.io=<replaceable>0x378</replaceable> parport_pc."
-"irq=<replaceable>7</replaceable>\n"
-"</screen></informalexample> Below are the answers that should be given "
-"during various stages of the installation."
+"Boot the installation media. The installation needs to be run in expert mode; enter <userinput>expert</userinput> at the boot prompt. If you need to set parameters for kernel modules, you also need to do this at the boot prompt. For example, to boot the installer and set values for the <quote>io</quote> and <quote>irq</quote> options for the parport_pc module, enter the following at the boot prompt: <informalexample><screen>\n"
+"expert parport_pc.io=<replaceable>0x378</replaceable> parport_pc.irq=<replaceable>7</replaceable>\n"
+"</screen></informalexample> Below are the answers that should be given during various stages of the installation."
msgstr ""
#. Tag: guimenuitem
@@ -1483,9 +1355,7 @@ msgstr ""
#. Tag: para
#: random-bits.xml:880
#, no-c-format
-msgid ""
-"Select the <userinput>plip-modules</userinput> option from the list; this "
-"will make the PLIP drivers available to the installation system."
+msgid "Select the <userinput>plip-modules</userinput> option from the list; this will make the PLIP drivers available to the installation system."
msgstr ""
#. Tag: guimenuitem
@@ -1497,20 +1367,13 @@ msgstr ""
#. Tag: para
#: random-bits.xml:893
#, no-c-format
-msgid ""
-"If target <emphasis>does</emphasis> have a network card, a list of driver "
-"modules for detected cards will be shown. If you want to force &d-i; to use "
-"plip instead, you have to deselect all listed driver modules. Obviously, if "
-"target doesn't have a network card, the installer will not show this list."
+msgid "If target <emphasis>does</emphasis> have a network card, a list of driver modules for detected cards will be shown. If you want to force &d-i; to use plip instead, you have to deselect all listed driver modules. Obviously, if target doesn't have a network card, the installer will not show this list."
msgstr ""
#. Tag: para
#: random-bits.xml:902
#, no-c-format
-msgid ""
-"Because no network card was detected/selected earlier, the installer will "
-"ask you to select a network driver module from a list. Select the "
-"<userinput>plip</userinput> module."
+msgid "Because no network card was detected/selected earlier, the installer will ask you to select a network driver module from a list. Select the <userinput>plip</userinput> module."
msgstr ""
#. Tag: guimenuitem
@@ -1528,24 +1391,19 @@ msgstr ""
#. Tag: para
#: random-bits.xml:922
#, no-c-format
-msgid ""
-"IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
+msgid "IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
msgstr ""
#. Tag: para
#: random-bits.xml:927
#, no-c-format
-msgid ""
-"Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></"
-"userinput>"
+msgid "Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></userinput>"
msgstr ""
#. Tag: para
#: random-bits.xml:933
#, no-c-format
-msgid ""
-"Name server addresses: you can enter the same addresses used on source (see "
-"<filename>/etc/resolv.conf</filename>)"
+msgid "Name server addresses: you can enter the same addresses used on source (see <filename>/etc/resolv.conf</filename>)"
msgstr ""
#. Tag: title
@@ -1557,80 +1415,43 @@ msgstr ""
#. Tag: para
#: random-bits.xml:953
#, no-c-format
-msgid ""
-"The graphical version of the installer is only available for a limited "
-"number of architectures, including &arch-title;. The functionality of the "
-"graphical installer is essentially the same as that of the regular installer "
-"as it basically uses the same programs, but with a different frontend."
+msgid "The graphical version of the installer is only available for a limited number of architectures, including &arch-title;. The functionality of the graphical installer is essentially the same as that of the regular installer as it basically uses the same programs, but with a different frontend."
msgstr ""
#. Tag: para
#: random-bits.xml:961
#, no-c-format
-msgid ""
-"Although the functionality is identical, the graphical installer still has a "
-"few significant advantages. The main advantage is that it supports more "
-"languages, namely those that use a character set that cannot be displayed "
-"with the regular <quote>newt</quote> frontend. It also has a few usability "
-"advantages such as the option to use a mouse, and in some cases several "
-"questions can be displayed on a single screen."
+msgid "Although the functionality is identical, the graphical installer still has a few significant advantages. The main advantage is that it supports more languages, namely those that use a character set that cannot be displayed with the regular <quote>newt</quote> frontend. It also has a few usability advantages such as the option to use a mouse, and in some cases several questions can be displayed on a single screen."
msgstr ""
#. Tag: para
#: random-bits.xml:970
#, no-c-format
-msgid ""
-"The graphical installer is available with all CD images and with the hd-"
-"media installation method. As the graphical installer uses a separate (much "
-"larger) initrd than the regular installer, it has to be booted using "
-"<userinput>installgui</userinput> instead of <userinput>install</userinput>. "
-"Analogous, the expert and rescue modes are booted using "
-"<userinput>expertgui</userinput> and <userinput>rescuegui</userinput> "
-"respectively."
+msgid "The graphical installer is available with all CD images and with the hd-media installation method. As the graphical installer uses a separate (much larger) initrd than the regular installer, it has to be booted using <userinput>installgui</userinput> instead of <userinput>install</userinput>. Analogous, the expert and rescue modes are booted using <userinput>expertgui</userinput> and <userinput>rescuegui</userinput> respectively."
msgstr ""
#. Tag: para
#: random-bits.xml:980
#, no-c-format
-msgid ""
-"It is also available as a special <quote>mini</quote> ISO image<footnote id="
-"\"gtk-miniiso\"> <para> The mini ISO image can be downloaded from a Debian "
-"mirror as described in <xref linkend=\"downloading-files\"/>. Look for "
-"<quote>gtk-miniiso</quote>. </para> </footnote>, which is mainly useful for "
-"testing; in this case the image is booted just using <userinput>install</"
-"userinput>. There is no graphical installer image that can be netbooted."
+msgid "It is also available as a special <quote>mini</quote> ISO image<footnote id=\"gtk-miniiso\"> <para> The mini ISO image can be downloaded from a Debian mirror as described in <xref linkend=\"downloading-files\"/>. Look for <quote>gtk-miniiso</quote>. </para> </footnote>, which is mainly useful for testing; in this case the image is booted just using <userinput>install</userinput>. There is no graphical installer image that can be netbooted."
msgstr ""
#. Tag: para
#: random-bits.xml:994
#, no-c-format
-msgid ""
-"For &arch-title;, currently only an experimental <quote>mini</quote> ISO "
-"image is available<footnote id=\"gtk-miniiso\"> <para> The mini ISO image "
-"can be downloaded from a Debian mirror as described in <xref linkend="
-"\"downloading-files\"/>. Look for <quote>gtk-miniiso</quote>. </para> </"
-"footnote>. It should work on almost all PowerPC systems that have an ATI "
-"graphical card, but is unlikely to work on other systems."
+msgid "For &arch-title;, currently only an experimental <quote>mini</quote> ISO image is available<footnote id=\"gtk-miniiso\"> <para> The mini ISO image can be downloaded from a Debian mirror as described in <xref linkend=\"downloading-files\"/>. Look for <quote>gtk-miniiso</quote>. </para> </footnote>. It should work on almost all PowerPC systems that have an ATI graphical card, but is unlikely to work on other systems."
msgstr ""
#. Tag: para
#: random-bits.xml:1007
#, no-c-format
-msgid ""
-"The graphical installer requires significantly more memory to run than the "
-"regular installer: &minimum-memory-gtk;. If insufficient memory is "
-"available, it will automatically fall back to the regular <quote>newt</"
-"quote> frontend."
+msgid "The graphical installer requires significantly more memory to run than the regular installer: &minimum-memory-gtk;. If insufficient memory is available, it will automatically fall back to the regular <quote>newt</quote> frontend."
msgstr ""
#. Tag: para
#: random-bits.xml:1014
#, no-c-format
-msgid ""
-"You can add boot parameters when starting the graphical installer, just as "
-"with the regular installer. One of those parameters allows you to configure "
-"the mouse for left-handed use. See <xref linkend=\"boot-parms\"/> for valid "
-"parameters."
+msgid "You can add boot parameters when starting the graphical installer, just as with the regular installer. One of those parameters allows you to configure the mouse for left-handed use. See <xref linkend=\"boot-parms\"/> for valid parameters."
msgstr ""
#. Tag: title
@@ -1642,33 +1463,19 @@ msgstr ""
#. Tag: para
#: random-bits.xml:1025
#, no-c-format
-msgid ""
-"As already mentioned, the graphical installer basically works the same as "
-"the regular installer and thus the rest of this manual can be used to guide "
-"you through the installation process."
+msgid "As already mentioned, the graphical installer basically works the same as the regular installer and thus the rest of this manual can be used to guide you through the installation process."
msgstr ""
#. Tag: para
#: random-bits.xml:1031
#, no-c-format
-msgid ""
-"If you prefer using the keyboard over the mouse, there are two things you "
-"need to know. To expand a collapsed list (used for example for the selection "
-"of countries within continents), you can use the <keycap>+</keycap> and "
-"<keycap>-</keycap> keys. For questions where more than one item can be "
-"selected (e.g. task selection), you first need to tab to the "
-"<guibutton>Continue</guibutton> button after making your selections; hitting "
-"enter will toggle a selection, not activate <guibutton>Continue</guibutton>."
+msgid "If you prefer using the keyboard over the mouse, there are two things you need to know. To expand a collapsed list (used for example for the selection of countries within continents), you can use the <keycap>+</keycap> and <keycap>-</keycap> keys. For questions where more than one item can be selected (e.g. task selection), you first need to tab to the <guibutton>Continue</guibutton> button after making your selections; hitting enter will toggle a selection, not activate <guibutton>Continue</guibutton>."
msgstr ""
#. Tag: para
#: random-bits.xml:1041
#, no-c-format
-msgid ""
-"To switch to another console, you will also need to use the <keycap>Ctrl</"
-"keycap> key, just as with the X Window System. For example, to switch to VT1 "
-"you would use: <keycombo> <keycap>Ctrl</keycap> <keycap>Left Alt</keycap> "
-"<keycap>F1</keycap> </keycombo>."
+msgid "To switch to another console, you will also need to use the <keycap>Ctrl</keycap> key, just as with the X Window System. For example, to switch to VT1 you would use: <keycombo> <keycap>Ctrl</keycap> <keycap>Left Alt</keycap> <keycap>F1</keycap> </keycombo>."
msgstr ""
#. Tag: title
@@ -1680,29 +1487,19 @@ msgstr ""
#. Tag: para
#: random-bits.xml:1053
#, no-c-format
-msgid ""
-"Etch is the first release that includes the graphical installer and uses "
-"some relatively new technology. There are a few known issues that you may "
-"run into during the installation. We expect to be able to fix these issues "
-"for the next release of &debian;."
+msgid "Etch is the first release that includes the graphical installer and uses some relatively new technology. There are a few known issues that you may run into during the installation. We expect to be able to fix these issues for the next release of &debian;."
msgstr ""
#. Tag: para
#: random-bits.xml:1063
#, no-c-format
-msgid ""
-"Information on some screens is not nicely formatted into columns as it "
-"should be. The most obvious example is the first screen where you select "
-"your language. Another example is the main screen of partman."
+msgid "Information on some screens is not nicely formatted into columns as it should be. The most obvious example is the first screen where you select your language. Another example is the main screen of partman."
msgstr ""
#. Tag: para
#: random-bits.xml:1070
#, no-c-format
-msgid ""
-"Typing some characters may not work and in some cases the wrong character "
-"may be printed. For example, \"composing\" a character by typing an accent "
-"and then the letter over/under which the accent should appear does not work."
+msgid "Typing some characters may not work and in some cases the wrong character may be printed. For example, \"composing\" a character by typing an accent and then the letter over/under which the accent should appear does not work."
msgstr ""
#. Tag: para
@@ -1714,19 +1511,12 @@ msgstr ""
#. Tag: para
#: random-bits.xml:1082
#, no-c-format
-msgid ""
-"You should not switch to a different console while the installer is busy; "
-"this may cause the frontend to crash. The frontend will be restarted "
-"automatically, but this may still cause problems with the installation. "
-"Switching to another console while the installer is waiting for input should "
-"work without causing any problems."
+msgid "You should not switch to a different console while the installer is busy; this may cause the frontend to crash. The frontend will be restarted automatically, but this may still cause problems with the installation. Switching to another console while the installer is waiting for input should work without causing any problems."
msgstr ""
#. Tag: para
#: random-bits.xml:1091
#, no-c-format
-msgid ""
-"Support for creating encrypted partitions is limited as it is not possible "
-"to generate a random encryption key. It is possible to set up an encrypted "
-"partition using a passphrase as encryption key."
+msgid "Support for creating encrypted partitions is limited as it is not possible to generate a random encryption key. It is possible to set up an encrypted partition using a passphrase as encryption key."
msgstr ""
+