diff options
Diffstat (limited to 'po/hu/random-bits.po')
-rw-r--r-- | po/hu/random-bits.po | 109 |
1 files changed, 81 insertions, 28 deletions
diff --git a/po/hu/random-bits.po b/po/hu/random-bits.po index 331d03c52..f533bacfb 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: 2015-04-15 20:29+0000\n" +"POT-Creation-Date: 2016-04-08 20:25+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" @@ -360,10 +360,9 @@ msgid "" "space. A minimal base installation, without the <quote>Standard system</" "quote> task selected, will take &base-system-size;MB." msgstr "" -"A szabvány amd64 telepítés az összes szabvány csomaggal és az alap " -"kernellel &std-system-size;MB méretű. Egy minimális alap telepítés a " -"<quote>Szabvány rendszer</quote> kijelölésének megszüntetésével &base-system-" -"size;MB." +"A szabvány amd64 telepítés az összes szabvány csomaggal és az alap kernellel " +"&std-system-size;MB méretű. Egy minimális alap telepítés a <quote>Szabvány " +"rendszer</quote> kijelölésének megszüntetésével &base-system-size;MB." #. Tag: para #: random-bits.xml:182 @@ -1073,9 +1072,14 @@ msgstr "" #. Tag: screen #: random-bits.xml:528 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "# apt-get install makedev\n" +#| "# mount none /proc -t proc\n" +#| "# cd /dev\n" +#| "# MAKEDEV generic" msgid "" -"# apt-get install makedev\n" +"# apt install makedev\n" "# mount none /proc -t proc\n" "# cd /dev\n" "# MAKEDEV generic" @@ -1395,7 +1399,18 @@ msgstr "Az APT beállítása" #. Tag: para #: random-bits.xml:654 -#, no-c-format +#, fuzzy, 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" +#| "deb-src http://ftp.us.debian.org/debian &releasename; main\n" +#| "\n" +#| "deb http://security.debian.org/ &releasename;/updates main\n" +#| "deb-src http://security.debian.org/ &releasename;/updates main\n" +#| "</screen></informalexample> Make sure to run <userinput>aptitude update</" +#| "userinput> after you have made changes to the sources list." msgid "" "Debootstrap will have created a very basic <filename>/etc/apt/sources.list</" "filename> that will allow installing additional packages. However, you may " @@ -1405,7 +1420,7 @@ msgid "" "\n" "deb http://security.debian.org/ &releasename;/updates main\n" "deb-src http://security.debian.org/ &releasename;/updates main\n" -"</screen></informalexample> Make sure to run <userinput>aptitude update</" +"</screen></informalexample> Make sure to run <userinput>apt update</" "userinput> after you have made changes to the sources list." msgstr "" "A debootstrap létrehozott egy alap <filename>/etc/apt/sources.list</" @@ -1427,13 +1442,21 @@ msgstr "Honosítás és billentyűzet beállítása" #. Tag: para #: random-bits.xml:671 -#, no-c-format +#, fuzzy, 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" +#| "# aptitude install locales\n" +#| "# dpkg-reconfigure locales\n" +#| "</screen></informalexample> To configure your keyboard (if needed):" 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" -"# aptitude install locales\n" +"# apt install locales\n" "# dpkg-reconfigure locales\n" "</screen></informalexample> To configure your keyboard (if needed):" msgstr "" @@ -1446,9 +1469,12 @@ msgstr "" #. Tag: screen #: random-bits.xml:681 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "# aptitude install console-setup\n" +#| "# dpkg-reconfigure keyboard-configuration" msgid "" -"# aptitude install console-setup\n" +"# apt install console-setup\n" "# dpkg-reconfigure keyboard-configuration" msgstr "" "# aptitude install console-setup\n" @@ -1482,8 +1508,9 @@ msgstr "" #. Tag: screen #: random-bits.xml:699 -#, no-c-format -msgid "# apt-cache search &kernelpackage;" +#, fuzzy, no-c-format +#| msgid "# apt-cache search &kernelpackage;" +msgid "# apt search &kernelpackage;" msgstr "# apt-cache search &kernelpackage;" #. Tag: para @@ -1495,8 +1522,10 @@ msgstr "" #. Tag: screen #: random-bits.xml:705 -#, no-c-format -msgid "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>" +#, fuzzy, no-c-format +#| msgid "" +#| "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>" +msgid "# apt install &kernelpackage;-<replaceable>arch-etc</replaceable>" msgstr "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>" #. Tag: title @@ -1507,12 +1536,17 @@ msgstr "A boot betöltő beállítása" #. Tag: para #: random-bits.xml:712 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "To make your &debian-gnu; 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-gnu; 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." +"<command>debootstrap</command> does not install a boot loader, but you can " +"use <command>apt</command> inside your &debian; chroot to do so." msgstr "" "A &debian-gnu; rendszer indíthatóvá tételéhez, állítsd be a boot betöltőt a " "telepített kernel indítására az új gyökér partícióval. A " @@ -1545,11 +1579,21 @@ msgstr "" #. Tag: para #: random-bits.xml:731 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "Installing and setting up <classname>grub2</classname> is as easy as: " +#| "<informalexample><screen>\n" +#| "# aptitude install grub-pc\n" +#| "# grub-install /dev/<replaceable>sda</replaceable>\n" +#| "# update-grub\n" +#| "</screen></informalexample> The second command will install " +#| "<command>grub2</command> (in this case in the MBR of <literal>sda</" +#| "literal>). The last command will create a sane and working <filename>/" +#| "boot/grub/grub.cfg</filename>." msgid "" "Installing and setting up <classname>grub2</classname> is as easy as: " "<informalexample><screen>\n" -"# aptitude install grub-pc\n" +"# apt install grub-pc\n" "# grub-install /dev/<replaceable>sda</replaceable>\n" "# update-grub\n" "</screen></informalexample> The second command will install <command>grub2</" @@ -1669,7 +1713,7 @@ msgid "" "In case you can login to the system via console, you can skip this section. " "If the system should be accessible via the network later on, you need to " "install SSH and set up access. <informalexample><screen>\n" -"# aptitude install ssh\n" +"# apt install ssh\n" "</screen></informalexample> Root login with password is disabled by default, " "so setting up access can be done by setting a password and re-enable root " "login with password: <informalexample><screen>\n" @@ -1704,15 +1748,23 @@ msgstr "Utolsó simítások" #. Tag: para #: random-bits.xml:807 -#, no-c-format +#, fuzzy, 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" +#| "# tasksel install standard\n" +#| "</screen></informalexample> Of course, you can also just use " +#| "<command>aptitude</command> to install packages individually." 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" "# 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>apt</" +"command> to install packages individually." msgstr "" "Amint már tudjuk, a telepített rendszer nagyon alap lesz. Kicsit komolyabb " "rendszer céljára egy könnyű mód az összes <quote>szabvány</quote> elsőségű " @@ -1735,8 +1787,9 @@ msgstr "" #. Tag: screen #: random-bits.xml:824 -#, no-c-format -msgid "# aptitude clean" +#, fuzzy, no-c-format +#| msgid "# aptitude clean" +msgid "# apt clean" msgstr "# aptitude clean" #. Tag: title |