summaryrefslogtreecommitdiff
path: root/po/hu/random-bits.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/hu/random-bits.po')
-rw-r--r--po/hu/random-bits.po176
1 files changed, 86 insertions, 90 deletions
diff --git a/po/hu/random-bits.po b/po/hu/random-bits.po
index 1e8add55e..ccb387a03 100644
--- a/po/hu/random-bits.po
+++ b/po/hu/random-bits.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2020-04-05 16:28+0000\n"
+"POT-Creation-Date: 2021-02-13 16:19+0000\n"
"PO-Revision-Date: 2014-03-09 23:25+0100\n"
"Last-Translator: Judit Gyimesi <judit.gyimesi.x@gmail.com>\n"
"Language-Team: Hungarian\n"
@@ -924,12 +924,8 @@ msgstr ""
#| "<userinput>s390x</userinput>."
msgid ""
"Substitute one of the following for <replaceable>ARCH</replaceable> in the "
-"<command>debootstrap</command> command: <userinput>amd64</userinput>, "
-"<userinput>arm64</userinput>, <userinput>armel</userinput>, "
-"<userinput>armhf</userinput>, <userinput>i386</userinput>, <userinput>mips</"
-"userinput>, <userinput>mips64el</userinput>, <userinput>mipsel</userinput>, "
-"<userinput>powerpc</userinput>, <userinput>ppc64el</userinput>, or "
-"<userinput>s390x</userinput>. <informalexample><screen>\n"
+"<command>debootstrap</command> command: &supported-archs-in-release;. "
+"<informalexample><screen>\n"
"# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n"
" /mnt/debinst http://ftp.us.debian.org/debian\n"
"</screen></informalexample> If the target architecture is different than the "
@@ -943,13 +939,13 @@ msgstr ""
"<userinput>ppc64el</userinput>, vagy <userinput>s390x</userinput>."
#. Tag: title
-#: random-bits.xml:469
+#: random-bits.xml:458
#, no-c-format
msgid "Configure The Base System"
msgstr "Az alaprendszer beálíltása"
#. Tag: para
-#: random-bits.xml:470
+#: random-bits.xml:459
#, fuzzy, no-c-format
#| msgid ""
#| "Now you've got a real &debian; system, though rather lean, on disk. "
@@ -992,7 +988,7 @@ msgstr ""
"támogatást kapj hozzá."
#. Tag: para
-#: random-bits.xml:490
+#: random-bits.xml:479
#, no-c-format
msgid ""
"If the target architecture is different from the host, you need to finish "
@@ -1000,19 +996,19 @@ msgid ""
msgstr ""
#. Tag: screen
-#: random-bits.xml:494
+#: random-bits.xml:483
#, no-c-format
msgid "/debootstrap/debootstrap --second-stage"
msgstr "/debootstrap/debootstrap --second-stage"
#. Tag: title
-#: random-bits.xml:499
+#: random-bits.xml:488
#, no-c-format
msgid "Create device files"
msgstr "Eszközfájlok létrehozása"
#. Tag: para
-#: random-bits.xml:500
+#: random-bits.xml:489
#, no-c-format
msgid ""
"At this point <filename>/dev/</filename> only contains very basic device "
@@ -1031,13 +1027,13 @@ msgstr ""
"vagy statikus eszközfájlokat szeretnél használni az új rendszerrel. "
#. Tag: para
-#: random-bits.xml:510
+#: random-bits.xml:499
#, no-c-format
msgid "A few of the available options are:"
msgstr "Néhány az elérhető lehetőségek közül:"
#. Tag: para
-#: random-bits.xml:515
+#: random-bits.xml:504
#, no-c-format
msgid ""
"install the makedev package, and create a default set of static device files "
@@ -1047,7 +1043,7 @@ msgstr ""
"alaphalmazát(chroot után), így "
#. Tag: screen
-#: random-bits.xml:519
+#: random-bits.xml:508
#, no-c-format
msgid ""
"# apt install makedev\n"
@@ -1061,7 +1057,7 @@ msgstr ""
"# MAKEDEV generic"
#. Tag: para
-#: random-bits.xml:522
+#: random-bits.xml:511
#, no-c-format
msgid ""
"manually create only specific device files using <command>MAKEDEV</command>"
@@ -1070,7 +1066,7 @@ msgstr ""
"paranccsal"
#. Tag: para
-#: random-bits.xml:527
+#: random-bits.xml:516
#, no-c-format
msgid ""
"bind mount /dev from your host system on top of /dev in the target system; "
@@ -1082,13 +1078,13 @@ msgstr ""
"létrehozni eszköz fájlokat, ezért ez a lehetőség csak óvatosan használandó"
#. Tag: title
-#: random-bits.xml:540
+#: random-bits.xml:529
#, no-c-format
msgid "Mount Partitions"
msgstr "Partíciók csatolása"
#. Tag: para
-#: random-bits.xml:541
+#: random-bits.xml:530
#, fuzzy, no-c-format
#| msgid ""
#| "You need to create <filename>/etc/fstab</filename>. "
@@ -1212,13 +1208,13 @@ msgstr ""
"folytatás előtt:"
#. Tag: screen
-#: random-bits.xml:567
+#: random-bits.xml:556
#, no-c-format
msgid "# mount -t proc proc /proc"
msgstr "# mount -t proc proc /proc"
#. Tag: para
-#: random-bits.xml:569
+#: random-bits.xml:558
#, no-c-format
msgid ""
"The command <userinput>ls /proc</userinput> should now show a non-empty "
@@ -1229,19 +1225,19 @@ msgstr ""
"kell csatolnod:"
#. Tag: screen
-#: random-bits.xml:575
+#: random-bits.xml:564
#, no-c-format
msgid "# mount -t proc proc /mnt/debinst/proc"
msgstr "# mount -t proc proc /mnt/debinst/proc"
#. Tag: title
-#: random-bits.xml:581
+#: random-bits.xml:570
#, no-c-format
msgid "Setting Timezone"
msgstr "Időzóna beállítása"
#. Tag: para
-#: random-bits.xml:582
+#: random-bits.xml:571
#, no-c-format
msgid ""
"Setting the third line of the file <filename>/etc/adjtime</filename> to "
@@ -1268,19 +1264,19 @@ msgstr ""
"</screen></informalexample> Az alábbi paranccsal állítható be az időzóna."
#. Tag: screen
-#: random-bits.xml:596
+#: random-bits.xml:585
#, no-c-format
msgid "# dpkg-reconfigure tzdata"
msgstr "# dpkg-reconfigure tzdata"
#. Tag: title
-#: random-bits.xml:602
+#: random-bits.xml:591
#, no-c-format
msgid "Configure Networking"
msgstr "Hálózat beállítása"
#. Tag: para
-#: random-bits.xml:603
+#: random-bits.xml:592
#, fuzzy, no-c-format
#| msgid ""
#| "To configure networking, edit <filename>/etc/network/interfaces</"
@@ -1465,13 +1461,13 @@ msgstr ""
"eth1 és így tovább)."
#. Tag: title
-#: random-bits.xml:644
+#: random-bits.xml:633
#, no-c-format
msgid "Configure Apt"
msgstr "Az APT beállítása"
#. Tag: para
-#: random-bits.xml:645
+#: random-bits.xml:634
#, fuzzy, no-c-format
#| msgid ""
#| "Debootstrap will have created a very basic <filename>/etc/apt/sources."
@@ -1508,13 +1504,13 @@ msgstr ""
"userinput> parancsot a forrás-lista fájl módosítása után."
#. Tag: title
-#: random-bits.xml:661
+#: random-bits.xml:650
#, no-c-format
msgid "Configure Locales and Keyboard"
msgstr "Honosítás és billentyűzet beállítása"
#. Tag: para
-#: random-bits.xml:662
+#: random-bits.xml:651
#, fuzzy, no-c-format
#| msgid ""
#| "To configure your locale settings to use a language other than English, "
@@ -1541,7 +1537,7 @@ msgstr ""
"</screen></informalexample> Állítsd be a billentyűzetet (ha szükséges):"
#. Tag: screen
-#: random-bits.xml:672
+#: random-bits.xml:661
#, no-c-format
msgid ""
"# apt install console-setup\n"
@@ -1551,7 +1547,7 @@ msgstr ""
"# dpkg-reconfigure keyboard-configuration"
#. Tag: para
-#: random-bits.xml:674
+#: random-bits.xml:663
#, no-c-format
msgid ""
"Note that the keyboard cannot be set while in the chroot, but will be "
@@ -1561,13 +1557,13 @@ msgstr ""
"újraindítás után igen."
#. Tag: title
-#: random-bits.xml:684
+#: random-bits.xml:673
#, no-c-format
msgid "Install a Kernel"
msgstr "Kernel telepítése"
#. Tag: para
-#: random-bits.xml:685
+#: random-bits.xml:674
#, no-c-format
msgid ""
"If you intend to boot this system, you probably want a &arch-kernel; kernel "
@@ -1577,32 +1573,32 @@ msgstr ""
"elérhető elő-csomagolt kernelek ezzel találhatod meg:"
#. Tag: screen
-#: random-bits.xml:690
+#: random-bits.xml:679
#, no-c-format
msgid "# apt search &kernelpackage;"
msgstr "# apt search &kernelpackage;"
#. Tag: para
-#: random-bits.xml:692
+#: random-bits.xml:681
#, no-c-format
msgid "Then install the kernel package of your choice using its package name."
msgstr ""
"Ezután telepítsd a választott kernel csomagot a csomagneve használatával."
#. Tag: screen
-#: random-bits.xml:696
+#: random-bits.xml:685
#, no-c-format
msgid "# apt install &kernelpackage;-<replaceable>arch-etc</replaceable>"
msgstr "# apt install &kernelpackage;-<replaceable>arch-etc</replaceable>"
#. Tag: title
-#: random-bits.xml:702
+#: random-bits.xml:691
#, no-c-format
msgid "Set up the Boot Loader"
msgstr "A boot betöltő beállítása"
#. Tag: para
-#: random-bits.xml:703
+#: random-bits.xml:692
#, fuzzy, no-c-format
#| msgid ""
#| "To make your &debian-gnu; system bootable, set up your boot loader to "
@@ -1621,7 +1617,7 @@ msgstr ""
"<command>aptitude</command> használható a &debian; chroot környezetben erre."
#. Tag: para
-#: random-bits.xml:710
+#: random-bits.xml:699
#, fuzzy, no-c-format
#| msgid ""
#| "Check <userinput>man yaboot.conf</userinput> for instructions on setting "
@@ -1646,7 +1642,7 @@ msgstr ""
"fájlját használja)."
#. Tag: para
-#: random-bits.xml:718
+#: random-bits.xml:707
#, fuzzy, no-c-format
#| msgid ""
#| "Installing and setting up <classname>grub2</classname> is as easy as: "
@@ -1679,7 +1675,7 @@ msgstr ""
"készít egy működő <filename>/boot/grub/grub.cfg</filename> fájlt."
#. Tag: para
-#: random-bits.xml:728
+#: random-bits.xml:717
#, no-c-format
msgid ""
"Note that this assumes that a <filename>/dev/sda</filename> device file has "
@@ -1691,7 +1687,7 @@ msgstr ""
"telepítésre, de azok nem tartoznak e függelék hatókörén."
#. Tag: para
-#: random-bits.xml:734
+#: random-bits.xml:723
#, no-c-format
msgid ""
"Check <userinput>man yaboot.conf</userinput> for instructions on setting up "
@@ -1710,7 +1706,7 @@ msgstr ""
"fájlját használja)."
#. Tag: para
-#: random-bits.xml:744
+#: random-bits.xml:733
#, no-c-format
msgid ""
"Here is a basic <filename>/etc/yaboot.conf</filename> as an example: "
@@ -1740,14 +1736,14 @@ msgstr ""
"használata kell a <userinput>hd:</userinput> helyett."
#. Tag: title
-#: random-bits.xml:757
+#: random-bits.xml:746
#, fuzzy, no-c-format
#| msgid "Remote access: Installing SSH and setting a password"
msgid "Remote access: Installing SSH and setting up access"
msgstr "Távoli elérés: SSH telepítése és jelszó beállítása"
#. Tag: para
-#: random-bits.xml:758
+#: random-bits.xml:747
#, no-c-format
msgid ""
"In case you can login to the system via console, you can skip this section. "
@@ -1773,7 +1769,7 @@ msgid ""
msgstr ""
#. Tag: screen
-#: random-bits.xml:782
+#: random-bits.xml:771
#, no-c-format
msgid ""
"# adduser joe\n"
@@ -1783,13 +1779,13 @@ msgstr ""
"# passwd joe"
#. Tag: title
-#: random-bits.xml:787
+#: random-bits.xml:776
#, no-c-format
msgid "Finishing touches"
msgstr "Utolsó simítások"
#. Tag: para
-#: random-bits.xml:788
+#: random-bits.xml:777
#, fuzzy, no-c-format
#| msgid ""
#| "As mentioned earlier, the installed system will be very basic. If you "
@@ -1816,7 +1812,7 @@ msgstr ""
"használható az egyes csomagok telepítésére."
#. Tag: para
-#: random-bits.xml:799
+#: random-bits.xml:788
#, no-c-format
msgid ""
"After the installation there will be a lot of downloaded packages in "
@@ -1828,19 +1824,19 @@ msgstr ""
"hely például így:"
#. Tag: screen
-#: random-bits.xml:805
+#: random-bits.xml:794
#, no-c-format
msgid "# apt clean"
msgstr "# apt clean"
#. Tag: title
-#: random-bits.xml:816
+#: random-bits.xml:805
#, no-c-format
msgid "Installing &debian-gnu; over Parallel Line IP (PLIP)"
msgstr "A &debian-gnu; telepítése Parallel Line IP (PLIP) felett"
#. Tag: para
-#: random-bits.xml:818
+#: random-bits.xml:807
#, no-c-format
msgid ""
"This section explains how to install &debian-gnu; on a computer without an "
@@ -1855,7 +1851,7 @@ msgstr ""
"elérő hálózaton van (például Interneten)."
#. Tag: para
-#: random-bits.xml:826
+#: random-bits.xml:815
#, no-c-format
msgid ""
"In the example in this appendix we will set up a PLIP connection using a "
@@ -1870,7 +1866,7 @@ msgstr ""
"(természetesen, ha ezeket használjuk, más ne használja a hálózaton)."
#. Tag: para
-#: random-bits.xml:834
+#: random-bits.xml:823
#, no-c-format
msgid ""
"The PLIP connection set up during the installation will also be available "
@@ -1881,7 +1877,7 @@ msgstr ""
"után is elérhető (lásd: <xref linkend=\"boot-new\"/>)."
#. Tag: para
-#: random-bits.xml:839
+#: random-bits.xml:828
#, no-c-format
msgid ""
"Before you start, you will need to check the BIOS configuration (IO base "
@@ -1894,13 +1890,13 @@ msgstr ""
"<literal>io=0x378</literal>, <literal>irq=7</literal>."
#. Tag: title
-#: random-bits.xml:849
+#: random-bits.xml:838
#, no-c-format
msgid "Requirements"
msgstr "Követelmények"
#. Tag: para
-#: random-bits.xml:852
+#: random-bits.xml:841
#, no-c-format
msgid ""
"A target computer, called <emphasis>target</emphasis>, where &debian; will "
@@ -1910,13 +1906,13 @@ msgstr ""
"rendszert most telepítjük."
#. Tag: para
-#: random-bits.xml:858
+#: random-bits.xml:847
#, no-c-format
msgid "System installation media; see <xref linkend=\"installation-media\"/>."
msgstr "Rendszer telepítő média; lásd: <xref linkend=\"installation-media\"/>."
#. Tag: para
-#: random-bits.xml:863
+#: random-bits.xml:852
#, no-c-format
msgid ""
"Another computer connected to the Internet, called <emphasis>source</"
@@ -1926,7 +1922,7 @@ msgstr ""
"emphasis>, mely az átjárót adja majd."
#. Tag: para
-#: random-bits.xml:869
+#: random-bits.xml:858
#, no-c-format
msgid ""
"A DB-25 Null-Modem cable. See the <ulink url=\"&url-plip-install-howto;"
@@ -1938,13 +1934,13 @@ msgstr ""
"készítésének módjáról."
#. Tag: title
-#: random-bits.xml:881
+#: random-bits.xml:870
#, no-c-format
msgid "Setting up source"
msgstr "Forrás beállítása"
#. Tag: para
-#: random-bits.xml:882
+#: random-bits.xml:871
#, no-c-format
msgid ""
"The following shell script is a simple example of how to configure the "
@@ -1954,7 +1950,7 @@ msgstr ""
"állítására az Internetre a ppp0 által."
#. Tag: screen
-#: random-bits.xml:887
+#: random-bits.xml:876
#, no-c-format
msgid ""
"#!/bin/sh\n"
@@ -1996,13 +1992,13 @@ msgstr ""
"echo 1 &gt; /proc/sys/net/ipv4/ip_forward"
#. Tag: title
-#: random-bits.xml:893
+#: random-bits.xml:882
#, no-c-format
msgid "Installing target"
msgstr "A cél telepítése"
#. Tag: para
-#: random-bits.xml:894
+#: random-bits.xml:883
#, no-c-format
msgid ""
"Boot the installation media. The installation needs to be run in expert "
@@ -2028,14 +2024,14 @@ msgstr ""
"válaszok."
#. Tag: guimenuitem
-#: random-bits.xml:913
+#: random-bits.xml:902
#, fuzzy, no-c-format
#| msgid "Load installer components from CD"
msgid "Load installer components from installation media"
msgstr "Telepítő összetevők betöltése CD-lemezről"
#. Tag: para
-#: random-bits.xml:915
+#: random-bits.xml:904
#, no-c-format
msgid ""
"Select the <userinput>plip-modules</userinput> option from the list; this "
@@ -2045,13 +2041,13 @@ msgstr ""
"meghajtók elérhetőek lesznek a telepítő rendszer számára."
#. Tag: guimenuitem
-#: random-bits.xml:923
+#: random-bits.xml:912
#, no-c-format
msgid "Detect network hardware"
msgstr "Hálózati hardver érzékelése"
#. Tag: para
-#: random-bits.xml:928
+#: random-bits.xml:917
#, no-c-format
msgid ""
"If target <emphasis>does</emphasis> have a network card, a list of driver "
@@ -2065,7 +2061,7 @@ msgstr ""
"hálózati kártya, a telepítő nem adja e listát."
#. Tag: para
-#: random-bits.xml:937
+#: random-bits.xml:926
#, no-c-format
msgid ""
"Because no network card was detected/selected earlier, the installer will "
@@ -2077,26 +2073,26 @@ msgstr ""
"modult."
#. Tag: guimenuitem
-#: random-bits.xml:949
+#: random-bits.xml:938
#, no-c-format
msgid "Configure the network"
msgstr "Hálózat beállítása"
#. Tag: para
-#: random-bits.xml:952
+#: random-bits.xml:941
#, no-c-format
msgid "Auto-configure network with DHCP: No"
msgstr "Hálózat automata-beállítása DHCP segítségével: Nem"
#. Tag: para
-#: random-bits.xml:957
+#: random-bits.xml:946
#, no-c-format
msgid ""
"IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
msgstr "IP cím: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
#. Tag: para
-#: random-bits.xml:962
+#: random-bits.xml:951
#, no-c-format
msgid ""
"Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></"
@@ -2105,7 +2101,7 @@ msgstr ""
"Pont-pont cím: <userinput><replaceable>192.168.0.2</replaceable></userinput>"
#. Tag: para
-#: random-bits.xml:968
+#: random-bits.xml:957
#, no-c-format
msgid ""
"Name server addresses: you can enter the same addresses used on source (see "
@@ -2115,13 +2111,13 @@ msgstr ""
"<filename>/etc/resolv.conf</filename> fájlt)"
#. Tag: title
-#: random-bits.xml:987
+#: random-bits.xml:976
#, no-c-format
msgid "Installing &debian-gnu; using PPP over Ethernet (PPPoE)"
msgstr "A &debian-gnu; telepítése PPP over Ethernet (PPPoE) használatával"
#. Tag: para
-#: random-bits.xml:989
+#: random-bits.xml:978
#, no-c-format
msgid ""
"In some countries PPP over Ethernet (PPPoE) is a common protocol for "
@@ -2136,7 +2132,7 @@ msgstr ""
"telepítő, de nagyon könnyen használatba vehető. E szakasz leírja: hogyan."
#. Tag: para
-#: random-bits.xml:997
+#: random-bits.xml:986
#, no-c-format
msgid ""
"The PPPoE connection set up during the installation will also be available "
@@ -2147,7 +2143,7 @@ msgstr ""
"újraindítása után is elérhető (lásd: <xref linkend=\"boot-new\"/>)."
#. Tag: para
-#: random-bits.xml:1002
+#: random-bits.xml:991
#, fuzzy, no-c-format
#| msgid ""
#| "To have the option of setting up and using PPPoE during the installation, "
@@ -2164,7 +2160,7 @@ msgstr ""
"netboot<phrase condition=\"supports-floppy-boot\"> vagy flopi</phrase>)."
#. Tag: para
-#: random-bits.xml:1009
+#: random-bits.xml:998
#, no-c-format
msgid ""
"Installing over PPPoE is mostly the same as any other installation. The "
@@ -2173,7 +2169,7 @@ msgstr ""
"A PPPoE és más telepítések szinte egyeznek. Az alábbi lépések a különbségek."
#. Tag: para
-#: random-bits.xml:1017
+#: random-bits.xml:1006
#, no-c-format
msgid ""
"Boot the installer with the boot parameter <userinput>modules=ppp-udeb</"
@@ -2189,7 +2185,7 @@ msgstr ""
"(<classname>ppp-udeb</classname>) önműködően betöltésre és futtatásra kerül."
#. Tag: para
-#: random-bits.xml:1032
+#: random-bits.xml:1021
#, no-c-format
msgid ""
"Follow the regular initial steps of the installation (language, country and "
@@ -2209,7 +2205,7 @@ msgstr ""
"</footnote>)"
#. Tag: para
-#: random-bits.xml:1051
+#: random-bits.xml:1040
#, no-c-format
msgid ""
"The next step is the detection of network hardware, in order to identify any "
@@ -2219,7 +2215,7 @@ msgstr ""
"Ethernet kártya azonosítására."
#. Tag: para
-#: random-bits.xml:1057
+#: random-bits.xml:1046
#, no-c-format
msgid ""
"After this the actual setup of PPPoE is started. The installer will probe "
@@ -2230,7 +2226,7 @@ msgstr ""
"PPPoE koncentrátort (egy PPPoE kapcsolatokat kezelő kiszolgáló típus)."
#. Tag: para
-#: random-bits.xml:1063
+#: random-bits.xml:1052
#, no-c-format
msgid ""
"It is possible that the concentrator will not to be found at the first "
@@ -2245,7 +2241,7 @@ msgstr ""
"a telepítő fő menüjéből."
#. Tag: para
-#: random-bits.xml:1072
+#: random-bits.xml:1061
#, no-c-format
msgid ""
"After a concentrator is found, the user will be prompted to type the login "
@@ -2255,7 +2251,7 @@ msgstr ""
"(a PPPoE felhasználónevet és jelszót)."
#. Tag: para
-#: random-bits.xml:1078
+#: random-bits.xml:1067
#, no-c-format
msgid ""
"At this point the installer will use the provided information to establish "