aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/config/delete.php
blob: efd276d7e35ddc29749547179f80e0ee4fd0ba00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?php
/**
*
* This file is part of the phpBB Forum Software package.
*
* @copyright (c) phpBB Limited <https://www.phpbb.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*
* For full copyright and license information, please see
* the docs/CREDITS.txt file.
*
*/
namespace phpbb\console\command\config;

use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;

class delete extends command
{
	/**
	* {@inheritdoc}
	*/
	protected function configure()
	{
		$this
			->setName('config:delete')
			->setDescription($this->user->lang('CLI_DESCRIPTION_DELETE_CONFIG'))
			->addArgument(
				'key',
				InputArgument::REQUIRED,
				$this->user->lang('CLI_CONFIG_OPTION_NAME')
			)
		;
	}

	/**
	* Executes the command config:delete.
	*
	* Removes a configuration option
	*
	* @param InputInterface  $input  An InputInterface instance
	* @param OutputInterface $output An OutputInterface instance
	*
	* @return null
	* @see \phpbb\config\config::delete()
	*/
	protected function execute(InputInterface $input, OutputInterface $output)
	{
		$key = $input->getArgument('key');

		if (isset($this->config[$key]))
		{
			$this->config->delete($key);

			$output->writeln('<info>' . $this->user->lang('CLI_CONFIG_DELETE_SUCCESS', $key) . '</info>');
		}
		else
		{
			$output->writeln('<error>' . $this->user->lang('CLI_CONFIG_NOT_EXISTS', $key) . '</error>');
		}
	}
}
e' style='width: 28.5%;'/> -rw-r--r--perl-install/share/po/hu.po3932
-rw-r--r--perl-install/share/po/sk.po4861
-rw-r--r--perl-install/share/po/sl.po4370
-rw-r--r--perl-install/share/po/sp.po4
-rw-r--r--perl-install/share/po/sr.po4031
-rw-r--r--perl-install/share/po/sv.po3841
8 files changed, 18963 insertions, 5558 deletions
diff --git a/perl-install/share/po/DrakX.pot b/perl-install/share/po/DrakX.pot
index 6d4a3f740..2e07e9bfe 100644
--- a/perl-install/share/po/DrakX.pot
+++ b/perl-install/share/po/DrakX.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-05-11 22:37+0200\n"
+"POT-Creation-Date: 2000-05-16 14:30+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1842,7 +1842,7 @@ msgstr ""
msgid "Can't use broadcast with no NIS domain"
msgstr ""
-#: ../../install_any.pm_.c:602
+#: ../../install_any.pm_.c:603
msgid "Error reading file $f"
msgstr ""
diff --git a/perl-install/share/po/hr.po b/perl-install/share/po/hr.po
index 92f30e0b4..2222b23e6 100644
--- a/perl-install/share/po/hr.po
+++ b/perl-install/share/po/hr.po
@@ -1,11 +1,12 @@
# KTranslator Generated File
+# KTranslator Generated File
# Copyright (c) 1999 MandrakeSoft
# Vladimir Vuksan <vuksan@veus.hr>, 1999.
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-01-09 21:03+0100\n"
-"PO-Revision-Date: Sun Jan 2 2000 12:19:51+0200\n"
+"POT-Creation-Date: 2000-05-16 14:30+0200\n"
+"PO-Revision-Date: Mon May 15 2000 16:41:41+0200\n"
"Last-Translator: Vladimir Vuksan <vuksan@veus.hr>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
"MIME-Version: 1.0\n"
@@ -13,42 +14,43 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KTranslator v 0.5.0\n"
-#
-#: ../Xconfigurator.pm_.c:159
+#: ../../Xconfigurator.pm_.c:116 ../../Xconfigurator.pm_.c:228
+msgid "Generic"
+msgstr ""
+
+#: ../../Xconfigurator.pm_.c:165
msgid "Graphic card"
msgstr "Grafièka kartica"
-#: ../Xconfigurator.pm_.c:159
+#: ../../Xconfigurator.pm_.c:165
msgid "Select a graphic card"
msgstr "Odaberite grafièku karticu"
-#: ../Xconfigurator.pm_.c:160
+#: ../../Xconfigurator.pm_.c:166
msgid "Choose a X server"
msgstr "Odaberite X poslu¾itelj"
-#
-#: ../Xconfigurator.pm_.c:160
+#: ../../Xconfigurator.pm_.c:166
msgid "X server"
msgstr "X poslu¾itelj"
-#: ../Xconfigurator.pm_.c:181
+#: ../../Xconfigurator.pm_.c:190
msgid "Select the memory size of your graphic card"
msgstr "Odaberite kolièinu memorije na grafièkoj kartici"
-#: ../Xconfigurator.pm_.c:203
+#: ../../Xconfigurator.pm_.c:217
msgid "Choose options for server"
msgstr "Postavke poslu¾itelja"
-#: ../Xconfigurator.pm_.c:221
+#: ../../Xconfigurator.pm_.c:228
msgid "Choose a monitor"
msgstr "Odaberite monitor"
-#
-#: ../Xconfigurator.pm_.c:221
+#: ../../Xconfigurator.pm_.c:228
msgid "Monitor"
msgstr "Monitor"
-#: ../Xconfigurator.pm_.c:224
+#: ../../Xconfigurator.pm_.c:231
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -62,68 +64,68 @@ msgid ""
" If in doubt, choose a conservative setting."
msgstr ""
-#: ../Xconfigurator.pm_.c:231
+#: ../../Xconfigurator.pm_.c:238
msgid "Horizontal refresh rate"
msgstr ""
-#: ../Xconfigurator.pm_.c:231
+#: ../../Xconfigurator.pm_.c:238
msgid "Vertical refresh rate"
msgstr ""
-#: ../Xconfigurator.pm_.c:272
+#: ../../Xconfigurator.pm_.c:277
msgid "Monitor not configured"
msgstr "Niste podesili monitor"
-#: ../Xconfigurator.pm_.c:275
+#: ../../Xconfigurator.pm_.c:280
msgid "Graphic card not configured yet"
msgstr "Niste podesili grafièku karticu"
-#: ../Xconfigurator.pm_.c:278
+#: ../../Xconfigurator.pm_.c:283
msgid "Resolutions not chosen yet"
msgstr "Niste podesili rezoluciju"
-#: ../Xconfigurator.pm_.c:289
+#: ../../Xconfigurator.pm_.c:296
msgid "Do you want to test the configuration?"
msgstr "Da li ¾elite isku¹ati postavu ?"
-#: ../Xconfigurator.pm_.c:293
+#: ../../Xconfigurator.pm_.c:300
msgid "Warning: testing is dangerous on this graphic card"
msgstr "Upozorenje: opasno je isku¹avati rezolucije na ovoj grafièkoj kartici"
-#: ../Xconfigurator.pm_.c:296
-msgid "Test configuration"
+#: ../../Xconfigurator.pm_.c:303
+msgid "Test of the configuration"
msgstr "Isku¹aj postavu"
-#: ../Xconfigurator.pm_.c:334
-msgid "An error occurred:"
-msgstr "Pojavila se gre¹ka:"
-
-#: ../Xconfigurator.pm_.c:336
+#: ../../Xconfigurator.pm_.c:342
msgid ""
"\n"
-"try changing some parameters"
+"try to change some parameters"
msgstr ""
"\n"
"provjerite parametre koje ste unjeli"
-#: ../Xconfigurator.pm_.c:358
+#: ../../Xconfigurator.pm_.c:342
+msgid "An error has occurred:"
+msgstr "Pojavila se gre¹ka:"
+
+#: ../../Xconfigurator.pm_.c:365
#, c-format
-msgid "(leaving in %d seconds)"
-msgstr "(izlazim u %d sekundi)"
+msgid "Leaving in %d seconds"
+msgstr "Zatvaram nakon %d sekundi"
-#: ../Xconfigurator.pm_.c:362 ../my_gtk.pm_.c:425
-msgid "Is this correct?"
+#: ../../Xconfigurator.pm_.c:369
+msgid "Is this the correct setting?"
msgstr "Da li je ovo ispravno?"
-#: ../Xconfigurator.pm_.c:370
-msgid "An error occurred, try changing some parameters"
+#: ../../Xconfigurator.pm_.c:377
+msgid "An error has occurred, try to change some parameters"
msgstr "Pojavila se gre¹ka, provjerite parametre koje ste unjeli"
-#: ../Xconfigurator.pm_.c:378 ../Xconfigurator.pm_.c:547
+#: ../../Xconfigurator.pm_.c:385 ../../Xconfigurator.pm_.c:558
msgid "Automatic resolutions"
msgstr "Automatski odabir rezolucije"
-#: ../Xconfigurator.pm_.c:379
+#: ../../Xconfigurator.pm_.c:386
msgid ""
"To find the available resolutions I will try different ones.\n"
"Your screen will blink...\n"
@@ -134,24 +136,33 @@ msgstr ""
"Ukoliko ¾elite slobodno iskljuèite monitor. Nakon ¹to je sve gotovo èuti æe "
"te pip."
-#: ../Xconfigurator.pm_.c:434 ../printerdrake.pm_.c:208
+#: ../../Xconfigurator.pm_.c:441 ../../printerdrake.pm_.c:167
msgid "Resolution"
msgstr "Rezolucija"
-#: ../Xconfigurator.pm_.c:469
-msgid "Choose resolution and color depth"
+#: ../../Xconfigurator.pm_.c:476
+msgid "Choose the resolution and the color depth"
msgstr "Odaberite rezoluciju i color depth"
-#: ../Xconfigurator.pm_.c:477
+#: ../../Xconfigurator.pm_.c:478
+#, c-format
+msgid "Graphic card: %s"
+msgstr "Grafièka kartica: %s"
+
+#: ../../Xconfigurator.pm_.c:479
+#, c-format
+msgid "XFree86 server: %s"
+msgstr "XFree86 poslu¾itelj: %s"
+
+#: ../../Xconfigurator.pm_.c:488
msgid "Show all"
msgstr "Poka¾i sve"
-#
-#: ../Xconfigurator.pm_.c:501
+#: ../../Xconfigurator.pm_.c:512
msgid "Resolutions"
msgstr "Rezolucije"
-#: ../Xconfigurator.pm_.c:548
+#: ../../Xconfigurator.pm_.c:559
msgid ""
"I can try to find the available resolutions (eg: 800x600).\n"
"Sometimes, though, it may hang the machine.\n"
@@ -161,7 +172,7 @@ msgstr ""
"Meðutim ponekad takva pretraga mo¾e zamrznuti raèunalo.\n"
"Da li ste sigurni da ¾elite nastaviti?"
-#: ../Xconfigurator.pm_.c:553
+#: ../../Xconfigurator.pm_.c:564
msgid ""
"No valid modes found\n"
"Try with another video card or monitor"
@@ -169,109 +180,109 @@ msgstr ""
"Niti jedan valjan mode nije naðen\n"
"Probajte sa drugom grafièkom karticom ili monitorom"
-#: ../Xconfigurator.pm_.c:772
+#: ../../Xconfigurator.pm_.c:904
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Raspored tipkovnice: %s\n"
-#: ../Xconfigurator.pm_.c:773
+#: ../../Xconfigurator.pm_.c:905
#, c-format
msgid "Mouse type: %s\n"
msgstr "Vrsta mi¹a: %s\n"
-#: ../Xconfigurator.pm_.c:774
+#: ../../Xconfigurator.pm_.c:906
#, c-format
msgid "Mouse device: %s\n"
msgstr "Ureðaj mi¹a: %s\n"
-#: ../Xconfigurator.pm_.c:775
+#: ../../Xconfigurator.pm_.c:907
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../Xconfigurator.pm_.c:776
+#: ../../Xconfigurator.pm_.c:908
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Monitor HorizSync: %s\n"
-#: ../Xconfigurator.pm_.c:777
+#: ../../Xconfigurator.pm_.c:909
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Monitor VertRefresh: %s\n"
-#: ../Xconfigurator.pm_.c:778
+#: ../../Xconfigurator.pm_.c:910
#, c-format
msgid "Graphic card: %s\n"
msgstr "Grafièka kartica: %s\n"
-#: ../Xconfigurator.pm_.c:779
+#: ../../Xconfigurator.pm_.c:911
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Grafièka memorija: %s kB\n"
-#: ../Xconfigurator.pm_.c:780
+#: ../../Xconfigurator.pm_.c:912
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 poslu¾itelj: %s\n"
-#: ../Xconfigurator.pm_.c:794
+#: ../../Xconfigurator.pm_.c:927
msgid "Preparing X-Window configuration"
msgstr "Pripremam X-Window postavu"
-#: ../Xconfigurator.pm_.c:808
+#: ../../Xconfigurator.pm_.c:941
msgid "Change Monitor"
msgstr "Promijeni monitor"
-#: ../Xconfigurator.pm_.c:809
+#: ../../Xconfigurator.pm_.c:942
msgid "Change Graphic card"
msgstr "Promijeni grafièku karticu"
-#: ../Xconfigurator.pm_.c:810
+#: ../../Xconfigurator.pm_.c:943
msgid "Change Server options"
msgstr "Promijeni postavke poslu¾itelja"
-#: ../Xconfigurator.pm_.c:811
+#: ../../Xconfigurator.pm_.c:944
msgid "Change Resolution"
msgstr "Promijeni rezoluciju"
-#: ../Xconfigurator.pm_.c:812
+#: ../../Xconfigurator.pm_.c:945
msgid "Automatical resolutions search"
msgstr "Automatski tra¾i rezoluciju"
-#: ../Xconfigurator.pm_.c:816
+#: ../../Xconfigurator.pm_.c:949
msgid "Show information"
msgstr "Prika¾i informacije"
-#: ../Xconfigurator.pm_.c:817
+#: ../../Xconfigurator.pm_.c:950
msgid "Test again"
msgstr "Isku¹aj ponovo"
-#: ../Xconfigurator.pm_.c:818 ../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:951 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Zavr¹i"
-#: ../Xconfigurator.pm_.c:822
+#: ../../Xconfigurator.pm_.c:955 ../../standalone/drakboot_.c:36
msgid "What do you want to do?"
msgstr "©to ¾elite napraviti?"
-#: ../Xconfigurator.pm_.c:829
+#: ../../Xconfigurator.pm_.c:962
msgid "Forget the changes?"
msgstr "Odbaci promjene?"
-#: ../Xconfigurator.pm_.c:845
+#: ../../Xconfigurator.pm_.c:980
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Molim ponovo se logirajte u %s kako bi aktivirali promjenjeno"
-#: ../Xconfigurator.pm_.c:861
+#: ../../Xconfigurator.pm_.c:996
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Molim prvo se odjavite te pritisnite Ctrl-Alt-BackSpace"
-#: ../Xconfigurator.pm_.c:864
+#: ../../Xconfigurator.pm_.c:999
msgid "X at startup"
msgstr "X kod pokretanja sustava"
-#: ../Xconfigurator.pm_.c:865
+#: ../../Xconfigurator.pm_.c:1000
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -279,240 +290,456 @@ msgstr ""
"Mogu podesiti da se X podigne automatski kod podizanja sustava.\n"
"Da li ¾elite da se X automatski pokreæe?"
-#: ../Xconfigurator_consts.pm_.c:4
+#: ../../Xconfigurator_consts.pm_.c:4
msgid "256 colors (8 bits)"
msgstr "256 boja (8 bita)"
-#: ../Xconfigurator_consts.pm_.c:5
+#: ../../Xconfigurator_consts.pm_.c:5
msgid "32 thousand colors (15 bits)"
msgstr "32 tisuæa boja (15 bita)"
-#: ../Xconfigurator_consts.pm_.c:6
+#: ../../Xconfigurator_consts.pm_.c:6
msgid "65 thousand colors (16 bits)"
msgstr "65 tisuæa boja (16 bita)"
-#: ../Xconfigurator_consts.pm_.c:7
+#: ../../Xconfigurator_consts.pm_.c:7
msgid "16 million colors (24 bits)"
msgstr "16 milijuna boja (24 bita)"
-#: ../Xconfigurator_consts.pm_.c:8
+#: ../../Xconfigurator_consts.pm_.c:8
msgid "4 billion colors (32 bits)"
msgstr "4 milijarde boja (32 bita)"
-#: ../Xconfigurator_consts.pm_.c:96
+#: ../../Xconfigurator_consts.pm_.c:103
msgid "256 kB"
msgstr "256 kB"
-#: ../Xconfigurator_consts.pm_.c:97
+#: ../../Xconfigurator_consts.pm_.c:104
msgid "512 kB"
msgstr "512 kB"
-#: ../Xconfigurator_consts.pm_.c:98
+#: ../../Xconfigurator_consts.pm_.c:105
msgid "1 MB"
msgstr "1 MB"
-#: ../Xconfigurator_consts.pm_.c:99
+#: ../../Xconfigurator_consts.pm_.c:106
msgid "2 MB"
msgstr "2 MB"
-#: ../Xconfigurator_consts.pm_.c:100
+#: ../../Xconfigurator_consts.pm_.c:107
msgid "4 MB"
msgstr "4 MB"
-#: ../Xconfigurator_consts.pm_.c:101
+#: ../../Xconfigurator_consts.pm_.c:108
msgid "8 MB"
msgstr "8 MB"
-#: ../Xconfigurator_consts.pm_.c:102
+#: ../../Xconfigurator_consts.pm_.c:109
msgid "16 MB or more"
msgstr "16 MB ili vi¹e"
-#: ../Xconfigurator_consts.pm_.c:107 ../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:114 ../../Xconfigurator_consts.pm_.c:115
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "Standardni VGA, 640x480 na 60 Hz"
-#: ../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "Super VGA, 800x600 na 56 Hz"
-#: ../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "8514 kompatibilan, 1024x768 na 87 Hz interlaced (bez 800x600)"
-#: ../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "Super VGA, 1024x768 na 87 Hz interlaced, 800x600 na 56 Hz"
-#: ../Xconfigurator_consts.pm_.c:112
+#: ../../Xconfigurator_consts.pm_.c:119
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Extended Super VGA, 800x600 na 60 Hz, 640x480 na 72 Hz"
-#: ../Xconfigurator_consts.pm_.c:113
+#: ../../Xconfigurator_consts.pm_.c:120
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "Non-Interlaced SVGA, 1024x768 na 60 Hz, 800x600 na 72 Hz"
-#: ../Xconfigurator_consts.pm_.c:114
+#: ../../Xconfigurator_consts.pm_.c:121
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "Visoko frekvencijski SVGA, 1024x768 na 70 Hz"
-#: ../Xconfigurator_consts.pm_.c:115
+#: ../../Xconfigurator_consts.pm_.c:122
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "Multi-frekvencijski - ide do 1280x1024 na 60 Hz"
-#: ../Xconfigurator_consts.pm_.c:116
+#: ../../Xconfigurator_consts.pm_.c:123
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "Multi-frekvencijski - ide do 1280x1024 na 74 Hz"
-#: ../Xconfigurator_consts.pm_.c:117
+#: ../../Xconfigurator_consts.pm_.c:124
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "Multi-frekvencijski - ide do 1280x1024 na 76 Hz"
-#: ../Xconfigurator_consts.pm_.c:118
+#: ../../Xconfigurator_consts.pm_.c:125
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "Monitor ide do 1600x1200 na 70 Hz"
-#: ../Xconfigurator_consts.pm_.c:119
+#: ../../Xconfigurator_consts.pm_.c:126
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor ide do 1600x1200 na 76 Hz"
-#: ../diskdrake.pm_.c:16 ../diskdrake.pm_.c:370
+#: ../../any.pm_.c:17
+msgid "curly"
+msgstr "curly"
+
+#: ../../any.pm_.c:17
+msgid "default"
+msgstr "uobièajeno"
+
+#. -PO: names (tie, curly...) have corresponding icons for kdm
+#: ../../any.pm_.c:17
+msgid "tie"
+msgstr "tie"
+
+#: ../../any.pm_.c:18
+msgid "brunette"
+msgstr "crnka"
+
+#: ../../any.pm_.c:18
+msgid "girl"
+msgstr "djevojka"
+
+#: ../../any.pm_.c:18
+msgid "woman-blond"
+msgstr "plavu¹a"
+
+#: ../../any.pm_.c:19
+msgid "automagic"
+msgstr "automagijski"
+
+#: ../../any.pm_.c:60
+msgid "First sector of boot partition"
+msgstr "Prvi sektor boot particije"
+
+#: ../../any.pm_.c:60
+msgid "First sector of drive (MBR)"
+msgstr "Prvi sektor pogona (MBR)"
+
+#: ../../any.pm_.c:65
+msgid "LILO/grub Installation"
+msgstr "LILO/grub instalacija"
+
+#: ../../any.pm_.c:66
+msgid "Where do you want to install the bootloader?"
+msgstr "Gdje ¾elite instalirati bootloader?"
+
+#: ../../any.pm_.c:73
+msgid "None"
+msgstr "Niti jedan"
+
+#: ../../any.pm_.c:73
+msgid "Which bootloader(s) do you want to use?"
+msgstr "Koji bootloader(e) ¾elite koristiti?"
+
+#: ../../any.pm_.c:84
+msgid "Boot device"
+msgstr "Boot ureðaj"
+
+#: ../../any.pm_.c:85
+msgid "LBA (doesn't work on old BIOSes)"
+msgstr "LBA (ne radi na starim BIOSima)"
+
+#: ../../any.pm_.c:86
+msgid "Compact"
+msgstr "Zbijeno"
+
+#: ../../any.pm_.c:86
+msgid "compact"
+msgstr "zbijeno"
+
+#: ../../any.pm_.c:87 ../../install_steps_interactive.pm_.c:809
+msgid "Delay before booting default image"
+msgstr "Odgoda prije bootiranja uobièajenog imagea"
+
+#: ../../any.pm_.c:88
+msgid "Video mode"
+msgstr ""
+
+#: ../../any.pm_.c:90 ../../install_steps_interactive.pm_.c:531
+#: ../../install_steps_interactive.pm_.c:654
+#: ../../install_steps_interactive.pm_.c:705
+#: ../../install_steps_interactive.pm_.c:811 ../../printerdrake.pm_.c:85
+#: ../../printerdrake.pm_.c:110 ../../standalone/adduserdrake_.c:42
+msgid "Password"
+msgstr "Lozinka"
+
+#: ../../any.pm_.c:91 ../../install_steps_interactive.pm_.c:655
+#: ../../install_steps_interactive.pm_.c:706
+#: ../../install_steps_interactive.pm_.c:812
+#: ../../standalone/adduserdrake_.c:43
+msgid "Password (again)"
+msgstr "Lozinka(provjera)"
+
+#: ../../any.pm_.c:92 ../../install_steps_interactive.pm_.c:813
+msgid "Restrict command line options"
+msgstr "Ogranièene opcije na komandnoj liniji"
+
+#: ../../any.pm_.c:92 ../../install_steps_interactive.pm_.c:813
+msgid "restrict"
+msgstr "ogranièi"
+
+#: ../../any.pm_.c:98
+msgid "Bootloader main options"
+msgstr "Glavne postavke bootloadera"
+
+#: ../../any.pm_.c:101 ../../install_steps_interactive.pm_.c:820
+msgid ""
+"Option ``Restrict command line options'' is of no use without a password"
+msgstr ""
+"Postavka ``Ogranièene opcije na komandnoj liniji'' nema svrhe ako ne unesete "
+"lozinku"
+
+#: ../../any.pm_.c:102 ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:719
+#: ../../install_steps_interactive.pm_.c:821
+#: ../../standalone/adduserdrake_.c:56
+msgid "Please try again"
+msgstr "Molim poku¹ajte ponovo"
+
+#: ../../any.pm_.c:102 ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:719
+#: ../../install_steps_interactive.pm_.c:821
+#: ../../standalone/adduserdrake_.c:56
+msgid "The passwords do not match"
+msgstr "Lozinke se ne podudaraju"
+
+#: ../../any.pm_.c:112
+msgid ""
+"Here are the different entries.\n"
+"You can add some more or change the existing ones."
+msgstr ""
+"Ovo su trenutni zapisi.\n"
+"Mo¾ete dodati jo¹ koji ili urediti postojeæi."
+
+#: ../../any.pm_.c:114 ../../install_steps_interactive.pm_.c:832
+#: ../../printerdrake.pm_.c:245 ../../standalone/rpmdrake_.c:302
+msgid "Add"
+msgstr "Dodaj"
+
+#: ../../any.pm_.c:114 ../../diskdrake.pm_.c:42
+#: ../../install_steps_interactive.pm_.c:699
+#: ../../install_steps_interactive.pm_.c:832 ../../printerdrake.pm_.c:245
+#: ../../standalone/adduserdrake_.c:36
+msgid "Done"
+msgstr "Gotov"
+
+#: ../../any.pm_.c:123
+msgid "Linux"
+msgstr "Linux"
+
+#: ../../any.pm_.c:123
+msgid "Other OS (windows...)"
+msgstr "Drugi OS (Windows...)"
+
+#: ../../any.pm_.c:123
+msgid "Which type of entry do you want to add?"
+msgstr "Kakvu vrstu zapisa ¾elite dodati"
+
+#: ../../any.pm_.c:142 ../../install_steps_interactive.pm_.c:857
+msgid "Image"
+msgstr "Image"
+
+#: ../../any.pm_.c:143 ../../any.pm_.c:151
+#: ../../install_steps_interactive.pm_.c:859
+msgid "Root"
+msgstr "Root"
+
+#: ../../any.pm_.c:144 ../../install_steps_interactive.pm_.c:860
+msgid "Append"
+msgstr "Dodaj na kraj"
+
+#: ../../any.pm_.c:145 ../../install_steps_interactive.pm_.c:861
+msgid "Initrd"
+msgstr "Initrd"
+
+#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:862
+msgid "Read-write"
+msgstr "Read-write"
+
+#: ../../any.pm_.c:152
+msgid "Table"
+msgstr "Tablica"
+
+#: ../../any.pm_.c:153
+msgid "Unsafe"
+msgstr "Nesigurno"
+
+#: ../../any.pm_.c:158 ../../install_steps_interactive.pm_.c:869
+msgid "Label"
+msgstr "Oznaka"
+
+#: ../../any.pm_.c:160 ../../install_steps_interactive.pm_.c:871
+msgid "Default"
+msgstr "Uobièajeno"
+
+#: ../../any.pm_.c:163 ../../install_steps_gtk.pm_.c:674
+#: ../../install_steps_interactive.pm_.c:652
+#: ../../install_steps_interactive.pm_.c:874 ../../interactive.pm_.c:74
+#: ../../interactive.pm_.c:84 ../../interactive.pm_.c:224
+#: ../../interactive_newt.pm_.c:49 ../../interactive_newt.pm_.c:98
+#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:200
+#: ../../my_gtk.pm_.c:459 ../../my_gtk.pm_.c:634 ../../printerdrake.pm_.c:272
+msgid "Ok"
+msgstr "U redu"
+
+#: ../../any.pm_.c:163 ../../install_steps_interactive.pm_.c:874
+msgid "Remove entry"
+msgstr "Ukloni zapis"
+
+#: ../../any.pm_.c:166 ../../install_steps_interactive.pm_.c:877
+msgid "Empty label not allowed"
+msgstr "Prazna oznaka nije dozvoljena"
+
+#: ../../any.pm_.c:167
+msgid "This label is already used"
+msgstr "Ova oznaka veæ postoji"
+
+#: ../../diskdrake.pm_.c:18 ../../diskdrake.pm_.c:413
msgid "Create"
msgstr "Napravi"
-#: ../diskdrake.pm_.c:17
+#: ../../diskdrake.pm_.c:19
msgid "Unmount"
msgstr "Demontiraj"
-#: ../diskdrake.pm_.c:18 ../diskdrake.pm_.c:372
+#: ../../diskdrake.pm_.c:20 ../../diskdrake.pm_.c:415
msgid "Delete"
msgstr "Obri¹i"
-#: ../diskdrake.pm_.c:18
+#: ../../diskdrake.pm_.c:20
msgid "Format"
msgstr "Formatiraj"
-#: ../diskdrake.pm_.c:18 ../diskdrake.pm_.c:527
+#: ../../diskdrake.pm_.c:20 ../../diskdrake.pm_.c:590
msgid "Resize"
msgstr "Promijeni velièinu"
-#: ../diskdrake.pm_.c:18 ../diskdrake.pm_.c:370 ../diskdrake.pm_.c:414
+#: ../../diskdrake.pm_.c:20 ../../diskdrake.pm_.c:413
+#: ../../diskdrake.pm_.c:466
msgid "Type"
msgstr "Vrsta"
-#: ../diskdrake.pm_.c:19 ../diskdrake.pm_.c:430
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:485
msgid "Mount point"
msgstr "Toèka montiranja"
-#: ../diskdrake.pm_.c:33
+#: ../../diskdrake.pm_.c:35
msgid "Write /etc/fstab"
msgstr "Zapi¹i u /etc/fstab"
-#: ../diskdrake.pm_.c:34
+#: ../../diskdrake.pm_.c:36
msgid "Toggle to expert mode"
msgstr "Normalno > Ekspert"
-#: ../diskdrake.pm_.c:35
+#: ../../diskdrake.pm_.c:37
msgid "Toggle to normal mode"
msgstr "Ekspert > Normalno"
-#: ../diskdrake.pm_.c:36
+#: ../../diskdrake.pm_.c:38
msgid "Restore from file"
msgstr "Vrati postavke iz datoteke"
-#: ../diskdrake.pm_.c:37
+#: ../../diskdrake.pm_.c:39
msgid "Save in file"
msgstr "Spremi u datoteku"
-#: ../diskdrake.pm_.c:38
+#: ../../diskdrake.pm_.c:40
msgid "Restore from floppy"
msgstr "Vrati postavke sa diskete"
-#: ../diskdrake.pm_.c:39
+#: ../../diskdrake.pm_.c:41
msgid "Save on floppy"
msgstr "Spremi na disketu"
-#: ../diskdrake.pm_.c:40 ../install_steps_interactive.pm_.c:618
-#: ../install_steps_interactive.pm_.c:748 ../standalone/adduserdrake_.c:34
-msgid "Done"
-msgstr "Gotov"
-
-#: ../diskdrake.pm_.c:43
+#: ../../diskdrake.pm_.c:45
msgid "Clear all"
msgstr "Oèisti sve"
-#: ../diskdrake.pm_.c:44
+#: ../../diskdrake.pm_.c:46
msgid "Format all"
msgstr "Formatiraj sve"
-#: ../diskdrake.pm_.c:45
+#: ../../diskdrake.pm_.c:47
msgid "Auto allocate"
-msgstr "Auto raspodijeli"
+msgstr "Raspodijeli automatski"
-#: ../diskdrake.pm_.c:48
+#: ../../diskdrake.pm_.c:50
msgid "All primary partitions are used"
msgstr "Sve primarne particije su iskori¹tene"
-#: ../diskdrake.pm_.c:48
+#: ../../diskdrake.pm_.c:50
msgid "I can't add any more partition"
msgstr "Ne mogu dodati niti jednu dodatnu particiju"
-#: ../diskdrake.pm_.c:48
+#: ../../diskdrake.pm_.c:50
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
msgstr ""
-"Ako ¾elite dodati jo¹ particija molim obri¹ite jednu particiju kako bi\n"
+"Ako ¾elite dodati jo¹ koju particiju molim obri¹ite jednu od particija kako "
+"bi\n"
"mogli stvoriti jednu extended particiju."
-#
-#: ../diskdrake.pm_.c:51
+#: ../../diskdrake.pm_.c:53
msgid "Rescue partition table"
-msgstr ""
+msgstr "Vrati particijsku tabelu"
-#: ../diskdrake.pm_.c:52
+#: ../../diskdrake.pm_.c:54
msgid "Undo"
msgstr "Vrati"
-#: ../diskdrake.pm_.c:53
+#: ../../diskdrake.pm_.c:55
msgid "Write partition table"
msgstr "Zapi¹i particijsku tabelu"
-#: ../diskdrake.pm_.c:54
+#: ../../diskdrake.pm_.c:56
msgid "Reload"
msgstr "Ponovo uèitaj"
-#: ../diskdrake.pm_.c:98
+#: ../../diskdrake.pm_.c:96
+msgid "loopback"
+msgstr "loopback"
+
+#: ../../diskdrake.pm_.c:109
msgid "Empty"
msgstr "Prazno"
-#: ../diskdrake.pm_.c:98
+#: ../../diskdrake.pm_.c:109
msgid "Ext2"
msgstr "Ext2"
-#: ../diskdrake.pm_.c:98
+#: ../../diskdrake.pm_.c:109
msgid "FAT"
msgstr "FAT"
-#: ../diskdrake.pm_.c:98
+#: ../../diskdrake.pm_.c:109
msgid "Other"
msgstr "Ostali"
-#: ../diskdrake.pm_.c:98
+#: ../../diskdrake.pm_.c:109
msgid "Swap"
msgstr "Swap (zamjenska memorija)"
-#: ../diskdrake.pm_.c:104
+#: ../../diskdrake.pm_.c:115
msgid "Filesystem types:"
msgstr "Vrste datoteènih sustava:"
-#: ../diskdrake.pm_.c:113
+#: ../../diskdrake.pm_.c:124
msgid "Details"
msgstr "Detalji"
-#: ../diskdrake.pm_.c:127
+#: ../../diskdrake.pm_.c:138
msgid ""
-"You have one big fat partition\n"
-"(generally use by MicroSoft Dos/Windows).\n"
+"You have one big FAT partition\n"
+"(generally used by MicroSoft Dos/Windows).\n"
"I suggest you first resize that partition\n"
"(click on it, then click on \"Resize\")"
msgstr ""
@@ -521,85 +748,94 @@ msgstr ""
"Preporuèam da promijenite velièinu particije\n"
"(kliknite prvo na particiju te onda na \"Promijeni velièinu\")"
-#: ../diskdrake.pm_.c:132
+#: ../../diskdrake.pm_.c:143
msgid "Please make a backup of your data first"
msgstr "Prvo napravite backup podataka"
-#: ../diskdrake.pm_.c:132 ../diskdrake.pm_.c:146 ../diskdrake.pm_.c:458
-#: ../diskdrake.pm_.c:487
+#: ../../diskdrake.pm_.c:143 ../../diskdrake.pm_.c:160
+#: ../../diskdrake.pm_.c:169 ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:546
msgid "Read carefully!"
msgstr "Proèitajte pa¾ljivo!"
-#: ../diskdrake.pm_.c:146
-#, c-format
-msgid "After %s partition %s,"
-msgstr "Poslije %s particije %s,"
+#: ../../diskdrake.pm_.c:146
+msgid ""
+"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
+"enough)\n"
+"at the beginning of the disk"
+msgstr ""
-#: ../diskdrake.pm_.c:146
-msgid "all data on this partition will be lost"
-msgstr "svi podaci na ovoj particiji biti æe obrisani"
+#: ../../diskdrake.pm_.c:160
+msgid "Be careful: this operation is dangerous."
+msgstr "Budite oprezni ova operacija je opasna"
-#: ../diskdrake.pm_.c:165 ../install_any.pm_.c:193 ../install_steps.pm_.c:71
-#: ../install_steps_interactive.pm_.c:37 ../standalone/diskdrake_.c:60
-#: ../standalone/rpmdrake_.c:294 ../standalone/rpmdrake_.c:304
+#: ../../diskdrake.pm_.c:197 ../../install_any.pm_.c:330
+#: ../../install_steps.pm_.c:74 ../../install_steps_interactive.pm_.c:40
+#: ../../standalone/diskdrake_.c:60 ../../standalone/rpmdrake_.c:294
+#: ../../standalone/rpmdrake_.c:304
msgid "Error"
msgstr "Gre¹ka"
-#: ../diskdrake.pm_.c:189 ../diskdrake.pm_.c:610
+#: ../../diskdrake.pm_.c:221 ../../diskdrake.pm_.c:680
msgid "Mount point: "
msgstr "Mjesto montiranja:"
-#: ../diskdrake.pm_.c:190 ../diskdrake.pm_.c:228
+#: ../../diskdrake.pm_.c:222 ../../diskdrake.pm_.c:263
msgid "Device: "
msgstr "Ureðaj:"
-#: ../diskdrake.pm_.c:191
+#: ../../diskdrake.pm_.c:223
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS drive slovo: %s (nagaðanje)\n"
-#: ../diskdrake.pm_.c:192 ../diskdrake.pm_.c:231
+#: ../../diskdrake.pm_.c:224 ../../diskdrake.pm_.c:266
msgid "Type: "
msgstr "Vrsta: "
-#: ../diskdrake.pm_.c:193
+#: ../../diskdrake.pm_.c:225
#, c-format
msgid "Start: sector %s\n"
msgstr "Poèetak: sektor %s\n"
-#: ../diskdrake.pm_.c:194
+#: ../../diskdrake.pm_.c:226
#, c-format
-msgid "Size: %s MB"
-msgstr "Velièina: %s MB"
+msgid "Size: %d MB"
+msgstr "Velièina: %d MB"
-#: ../diskdrake.pm_.c:196
+#: ../../diskdrake.pm_.c:228
#, c-format
msgid ", %s sectors"
msgstr ", %s sektora"
-#: ../diskdrake.pm_.c:198
+#: ../../diskdrake.pm_.c:230
#, c-format
msgid "Cylinder %d to cylinder %d\n"
msgstr "Cilindar %d do cilindra %d\n"
-#: ../diskdrake.pm_.c:199
+#: ../../diskdrake.pm_.c:231
msgid "Formatted\n"
msgstr "Formatiran\n"
-#: ../diskdrake.pm_.c:200
+#: ../../diskdrake.pm_.c:232
msgid "Not formatted\n"
msgstr "Nije formatiran\n"
-#: ../diskdrake.pm_.c:201
+#: ../../diskdrake.pm_.c:233
msgid "Mounted\n"
msgstr "Montiran\n"
-#: ../diskdrake.pm_.c:202
+#: ../../diskdrake.pm_.c:234
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../diskdrake.pm_.c:203
+#: ../../diskdrake.pm_.c:235
+#, c-format
+msgid "Loopback file(s): %s\n"
+msgstr "Loopback datoteka(e): %s\n"
+
+#: ../../diskdrake.pm_.c:236
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -607,65 +843,79 @@ msgstr ""
"Podrazumijevana boot particija\n"
" (za MS-DOS boot, ne za LILO)\n"
-#: ../diskdrake.pm_.c:205
+#: ../../diskdrake.pm_.c:238
#, c-format
msgid "Level %s\n"
msgstr ""
-#: ../diskdrake.pm_.c:206
+#: ../../diskdrake.pm_.c:239
#, c-format
msgid "Chunk size %s\n"
-msgstr ""
+msgstr "Chunk velièina %s\n"
-#: ../diskdrake.pm_.c:207
+#: ../../diskdrake.pm_.c:240
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-diskovi %s\n"
-#: ../diskdrake.pm_.c:224
+#: ../../diskdrake.pm_.c:242
+#, c-format
+msgid "Loopback file name: %s"
+msgstr "Ime loopback datoteke: %s"
+
+#: ../../diskdrake.pm_.c:259
msgid "Please click on a partition"
msgstr "Molim kliknite na particiju"
-#: ../diskdrake.pm_.c:229
+#: ../../diskdrake.pm_.c:264
#, c-format
msgid "Size: %d MB\n"
msgstr "Velièina: %d MB\n"
-#: ../diskdrake.pm_.c:230
+#: ../../diskdrake.pm_.c:265
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometry: %s cilindara, %s glava, %s sektora\n"
-#: ../diskdrake.pm_.c:232
+#: ../../diskdrake.pm_.c:267
+#, c-format
+msgid "Partition table type: %s\n"
+msgstr "Vrsta particijske tabele: %s\n"
+
+#: ../../diskdrake.pm_.c:268
#, c-format
msgid "on bus %d id %d\n"
msgstr "na sabirnici %d id %d\n"
-#: ../diskdrake.pm_.c:245
+#: ../../diskdrake.pm_.c:281
msgid "Mount"
msgstr "Montiraj"
-#: ../diskdrake.pm_.c:246
+#: ../../diskdrake.pm_.c:282
msgid "Active"
msgstr "Aktivno"
-#: ../diskdrake.pm_.c:247
+#: ../../diskdrake.pm_.c:283
msgid "Add to RAID"
msgstr "Dodaj RAID-u"
-#: ../diskdrake.pm_.c:248
+#: ../../diskdrake.pm_.c:284
msgid "Remove from RAID"
msgstr "Ukloni sa RAID-a"
-#: ../diskdrake.pm_.c:249
+#: ../../diskdrake.pm_.c:285
msgid "Modify RAID"
msgstr "Promijeni RAID"
-#: ../diskdrake.pm_.c:256
+#: ../../diskdrake.pm_.c:286
+msgid "Use for loopback"
+msgstr "Koristi za loopback"
+
+#: ../../diskdrake.pm_.c:293
msgid "Choose action"
msgstr "Izaberite akciju"
-#: ../diskdrake.pm_.c:349
+#: ../../diskdrake.pm_.c:386
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -677,7 +927,7 @@ msgstr ""
"Imate dvije opcije ili æe te koristiti LILO pa neæe raditi ili neæe te\n"
"koristiti LILO pa vam /boot neæe ni trebati."
-#: ../diskdrake.pm_.c:353
+#: ../../diskdrake.pm_.c:390
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -685,146 +935,203 @@ msgid ""
"If you plan to use the LILO boot manager, be careful to add a /boot partition"
msgstr ""
-#: ../diskdrake.pm_.c:370 ../diskdrake.pm_.c:372
+#: ../../diskdrake.pm_.c:396
+msgid ""
+"You've selected a software RAID partition as root (/).\n"
+"No bootloader is able to handle this without a /boot partition.\n"
+"So be careful to add a /boot partition if you want to use lilo or grub"
+msgstr ""
+
+#: ../../diskdrake.pm_.c:413 ../../diskdrake.pm_.c:415
#, c-format
msgid "Use ``%s'' instead"
msgstr "Umjesto toga koristi ``%s''"
-#: ../diskdrake.pm_.c:375
+#: ../../diskdrake.pm_.c:418
msgid "Use ``Unmount'' first"
msgstr "Prvo pritisnite ``Demontiraj''"
-#: ../diskdrake.pm_.c:376 ../diskdrake.pm_.c:409
-msgid "changing type of"
-msgstr "mijenjam tip "
+#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:461
+#, c-format
+msgid ""
+"After changing type of partition %s, all data on this partition will be lost"
+msgstr ""
+"Nakon mijenjanja tipa particije %s svi podaci na ovoj particiji biti æe "
+"obrisani"
-#: ../diskdrake.pm_.c:388
+#: ../../diskdrake.pm_.c:431
msgid "Continue anyway?"
msgstr "Da ipak nastavim?"
-#: ../diskdrake.pm_.c:393
+#: ../../diskdrake.pm_.c:436
msgid "Quit without saving"
msgstr "Da zavr¹im bez spremanja"
-#: ../diskdrake.pm_.c:393
+#: ../../diskdrake.pm_.c:436
msgid "Quit without writing the partition table?"
msgstr "Da zavr¹im bez zapisivanje particijske tablice?"
-#: ../diskdrake.pm_.c:412
+#: ../../diskdrake.pm_.c:464
msgid "Change partition type"
msgstr "Mijenjam tip particije"
-#: ../diskdrake.pm_.c:413
+#: ../../diskdrake.pm_.c:465
msgid "Which partition type do you want?"
msgstr "Koji tip particije ¾elite?"
-#: ../diskdrake.pm_.c:429
+#: ../../diskdrake.pm_.c:483
+#, c-format
+msgid "Where do you want to mount loopback file %s?"
+msgstr "Gdje ¾elite montirati loopback datoteku %s?"
+
+#: ../../diskdrake.pm_.c:484
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Gdje ¾elite montirati ureðaj %s?"
-#: ../diskdrake.pm_.c:451
-msgid "formatting"
-msgstr "formatiram"
+#: ../../diskdrake.pm_.c:489
+msgid ""
+"Can't unset mount point as this partition is used for loop back.\n"
+"Remove the loopback first"
+msgstr ""
-#: ../diskdrake.pm_.c:453
+#: ../../diskdrake.pm_.c:508
+#, c-format
+msgid "After formatting partition %s, all data on this partition will be lost"
+msgstr ""
+"Nakon formatiranja particije %s svi podaci na ovoj particiji biti æe obrisani"
+
+#: ../../diskdrake.pm_.c:510
msgid "Formatting"
msgstr "Formatiram"
-#: ../diskdrake.pm_.c:453 ../install_steps_interactive.pm_.c:221
+#: ../../diskdrake.pm_.c:511
+#, c-format
+msgid "Formatting loopback file %s"
+msgstr "Formatiram loopback datoteku %s"
+
+#: ../../diskdrake.pm_.c:512 ../../install_steps_interactive.pm_.c:253
#, c-format
msgid "Formatting partition %s"
msgstr "Formatiram particiju %s"
-#: ../diskdrake.pm_.c:458
+#: ../../diskdrake.pm_.c:517
msgid "After formatting all partitions,"
msgstr "Poslije formatiranja svih particija,"
-#: ../diskdrake.pm_.c:458
+#: ../../diskdrake.pm_.c:517
msgid "all data on these partitions will be lost"
msgstr "svi podaci na ovim particijama biti æe izgubljeni"
-#: ../diskdrake.pm_.c:468
+#: ../../diskdrake.pm_.c:527
msgid "Move"
msgstr "Premjesti"
-#: ../diskdrake.pm_.c:469
-msgid "Which disk do you want to move to?"
+#: ../../diskdrake.pm_.c:528
+msgid "Which disk do you want to move it to?"
msgstr "Na koji disk se ¾elite premjestiti?"
-#: ../diskdrake.pm_.c:473
+#: ../../diskdrake.pm_.c:532
msgid "Sector"
msgstr "Sektor"
-#: ../diskdrake.pm_.c:474
-msgid "Which sector do you want to move to?"
+#: ../../diskdrake.pm_.c:533
+msgid "Which sector do you want to move it to?"
msgstr "Na koji se sektor ¾elite premjestiti?"
-#: ../diskdrake.pm_.c:477
+#: ../../diskdrake.pm_.c:536
msgid "Moving"
msgstr "Premje¹tam"
-#: ../diskdrake.pm_.c:477
+#: ../../diskdrake.pm_.c:536
msgid "Moving partition..."
msgstr "Premje¹tam particiju..."
-#: ../diskdrake.pm_.c:487
+#: ../../diskdrake.pm_.c:546
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Particijska tablica pogona %s æe sada biti zapisana na disk!"
-#: ../diskdrake.pm_.c:489
+#: ../../diskdrake.pm_.c:548
msgid "You'll need to reboot before the modification can take place"
msgstr "Trebate ponovo pokrenuti sustav prije nego promjene postanu aktivne"
-#: ../diskdrake.pm_.c:510 ../install_steps_gtk.pm_.c:255
-msgid "Computing fat filesystem bounds"
+#: ../../diskdrake.pm_.c:569 ../../install_steps_gtk.pm_.c:208
+msgid "Computing FAT filesystem bounds"
msgstr "Izraèunavam granice fat datoteènog sustava"
-#: ../diskdrake.pm_.c:510 ../diskdrake.pm_.c:555
-#: ../install_steps_gtk.pm_.c:255
+#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:618
+#: ../../install_steps_gtk.pm_.c:208
msgid "Resizing"
msgstr "Mijenjam velièinu"
-#: ../diskdrake.pm_.c:524
-msgid "resizing"
-msgstr "mijenjam velièinu"
+#
+#: ../../diskdrake.pm_.c:585
+msgid "All data on this partition should be backed-up"
+msgstr "Preporuèam da prvo backupirate sve podatke s ove particije"
+
+#: ../../diskdrake.pm_.c:587
+#, c-format
+msgid "After resizing partition %s, all data on this partition will be lost"
+msgstr ""
+"Nakon mijenjanja velièine particije %s svi podaci na ovoj particiji biti æe "
+"izgubljeni"
-#: ../diskdrake.pm_.c:534
+#: ../../diskdrake.pm_.c:597
msgid "Choose the new size"
msgstr "Odaberite novu velièinu"
-#: ../diskdrake.pm_.c:534 ../install_steps_graphical.pm_.c:287
-#: ../install_steps_graphical.pm_.c:334 ../install_steps_gtk.pm_.c:317
-#: ../install_steps_gtk.pm_.c:361
+#: ../../diskdrake.pm_.c:597 ../../install_steps_graphical.pm_.c:287
+#: ../../install_steps_graphical.pm_.c:334
msgid "MB"
msgstr "MB"
-#: ../diskdrake.pm_.c:587
+#: ../../diskdrake.pm_.c:652
msgid "Create a new partition"
msgstr "Stvori novu particiju"
-#: ../diskdrake.pm_.c:603
+#: ../../diskdrake.pm_.c:672
msgid "Start sector: "
msgstr "Poèetni sektor:"
-#: ../diskdrake.pm_.c:606
+#: ../../diskdrake.pm_.c:676 ../../diskdrake.pm_.c:750
msgid "Size in MB: "
msgstr "Velièina u MB:"
-#: ../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:679 ../../diskdrake.pm_.c:753
msgid "Filesystem type: "
msgstr "Vrsta datoteènog sustava:"
-#: ../diskdrake.pm_.c:611
+#: ../../diskdrake.pm_.c:682
msgid "Preference: "
msgstr "Postavke:"
-#: ../diskdrake.pm_.c:655 ../diskdrake.pm_.c:671
+#: ../../diskdrake.pm_.c:729 ../../install_steps.pm_.c:132
+msgid "This partition can't be used for loopback"
+msgstr "Ova particija se ne mo¾e koristiti za loopback"
+
+#: ../../diskdrake.pm_.c:739
+msgid "Loopback"
+msgstr "Loopback"
+
+#: ../../diskdrake.pm_.c:749
+msgid "Loopback file name: "
+msgstr "Ime loopback datoteke:"
+
+#: ../../diskdrake.pm_.c:775
+msgid "File already used by another loopback, choose another one"
+msgstr ""
+"Datoteku koristi neki drugi loopback. Molim izaberite neku drugu datoteku"
+
+#: ../../diskdrake.pm_.c:776
+msgid "File already exists. Use it?"
+msgstr "Datoteka veæ postoji. Da li da nju upotrijebim?"
+
+#: ../../diskdrake.pm_.c:798 ../../diskdrake.pm_.c:814
msgid "Select file"
msgstr "Odaberite datoteku"
-#: ../diskdrake.pm_.c:664
+#: ../../diskdrake.pm_.c:807
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -832,11 +1139,11 @@ msgstr ""
"Backup particijske tablice nema istu velièinu\n"
"Da ipak nastavim?"
-#: ../diskdrake.pm_.c:672
+#: ../../diskdrake.pm_.c:815
msgid "Warning"
msgstr "Upozorenje"
-#: ../diskdrake.pm_.c:673
+#: ../../diskdrake.pm_.c:816
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -844,68 +1151,79 @@ msgstr ""
"Umetnite disketu u pogon\n"
"Svi podaci na disketi biti æe izbrisani"
-#: ../diskdrake.pm_.c:687
+#: ../../diskdrake.pm_.c:830
msgid "Trying to rescue partition table"
msgstr "Poku¹avam spasiti particijsku tablicu"
-#: ../diskdrake.pm_.c:698
+#: ../../diskdrake.pm_.c:841
msgid "device"
msgstr "ureðaj"
-#: ../diskdrake.pm_.c:699
+#: ../../diskdrake.pm_.c:842
msgid "level"
msgstr ""
-#: ../diskdrake.pm_.c:700
+#: ../../diskdrake.pm_.c:843
msgid "chunk size"
-msgstr ""
+msgstr "chunk velièina"
-#: ../diskdrake.pm_.c:712
+#: ../../diskdrake.pm_.c:855
msgid "Choose an existing RAID to add to"
msgstr "Izaberite postojeæi RAID na koji ¾elite dodati "
-#: ../diskdrake.pm_.c:713
+#: ../../diskdrake.pm_.c:856
msgid "new"
msgstr "novi"
-#: ../fs.pm_.c:67 ../fs.pm_.c:73
+#: ../../fs.pm_.c:85 ../../fs.pm_.c:91 ../../fs.pm_.c:97 ../../fs.pm_.c:103
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatiranje %s nije uspjelo"
-#: ../fs.pm_.c:93
+#: ../../fs.pm_.c:129
#, c-format
-msgid "don't know how to format %s in type %s"
+msgid "I don't know how to format %s in type %s"
msgstr "ne znam kako formatirati %s kao vrstu %s"
-#: ../fs.pm_.c:106
+#: ../../fs.pm_.c:186
msgid "nfs mount failed"
msgstr "nfs montiranje nije uspjelo"
-#: ../fs.pm_.c:123
+#: ../../fs.pm_.c:209
msgid "mount failed: "
msgstr "montiranje nije uspjelo:"
-#: ../fs.pm_.c:134
+#: ../../fs.pm_.c:220
#, c-format
msgid "error unmounting %s: %s"
msgstr "gre¹ka kod demontiranja %s: %s"
-#: ../fsedit.pm_.c:219
+#: ../../fsedit.pm_.c:250
msgid "Mount points must begin with a leading /"
msgstr "Mjesto montiranja mora poèeti sa /"
-#: ../fsedit.pm_.c:222
+#: ../../fsedit.pm_.c:253
#, c-format
-msgid "There is already a partition with mount point %s"
-msgstr "Veæ postoji particija sa mjestom montiranja %s"
+msgid "There is already a partition with mount point %s\n"
+msgstr "Veæ postoji particija sa mjestom montiranja %s\n"
-#: ../fsedit.pm_.c:306
+#: ../../fsedit.pm_.c:261
+#, c-format
+msgid "Circular mounts %s\n"
+msgstr ""
+
+#: ../../fsedit.pm_.c:273
+msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
+msgstr ""
+"Treba vam istinski datoteèni sustav (ex2, reiserfs) za ovo mjesto "
+"monitranja\n"
+
+#: ../../fsedit.pm_.c:355
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Gre¹ka prilikom otvaranja %s za pisanje: %s"
-#: ../fsedit.pm_.c:388
+#: ../../fsedit.pm_.c:437
msgid ""
"An error has occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -914,60 +1232,90 @@ msgstr ""
"bih mogao instalirati datoteèni sustav. Provjerite da li je sa va¹im "
"hardverom sve u redu."
-#: ../fsedit.pm_.c:403
+#: ../../fsedit.pm_.c:452
msgid "You don't have any partitions!"
msgstr "Nemate niti jednu particiju!"
-#: ../help.pm_.c:7
+#: ../../help.pm_.c:7
msgid "Choose preferred language for install and system usage."
msgstr "Izaberite preferirani jezik za instalaciju i kori¹tenje sustava."
-#: ../help.pm_.c:10
+#: ../../help.pm_.c:10
msgid "Choose the layout corresponding to your keyboard from the list above"
msgstr ""
"Izaberite raspored tipkovnice koji se podudara sa va¹om na gornjem popisu"
-#: ../help.pm_.c:13
+#: ../../help.pm_.c:13
msgid ""
"Choose \"Install\" if there are no previous versions of Linux\n"
"installed, or if you wish to use multiple distributions or versions.\n"
"\n"
+"Choose \"Upgrade\" if you wish to update a previous version of Mandrake "
+"Linux:\n"
+"5.1 (Venice), 5.2 (Leloo), 5.3 (Festen), 6.0 (Venus), 6.1 (Helios), Gold "
+"2000\n"
+"or 7.0 (Air).\n"
+"\n"
+"\n"
+"Select:\n"
"\n"
-"Choose \"Upgrade\" if you wish to update a previous version of Mandrake\n"
-"Linux: 5.1 (Venice), 5.2 (Leloo), 5.3 (Festen), 6.0 (Venus), 6.1\n"
-"(Helios) or Gold 2000."
+" - Automated (recommended): If you have never installed Linux before, "
+"choose this. NOTE:\n"
+" networking will not be configured during installation, use "
+"\"LinuxConf\"\n"
+" to configure it after the install completes.\n"
+"\n"
+" - Customized: If you are familiar enough with GNU/Linux, you may then "
+"choose\n"
+" the primary usage for your machine. See below for details.\n"
+"\n"
+" - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
+" perform a highly customized installation. As for a \"Customized\"\n"
+" installation class, you will be able to select the usage for your "
+"system.\n"
+" But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
+"DOING!\n"
msgstr ""
"Izaberite \"Instaliraj\" ukoliko nemate Linux instaliran ili ako\n"
"¾elite imati vi¹e razlièitih distribucija ili inaèica Linux na sustavu.\n"
"\n"
-"\n"
"Izaberite \"Nadogradi\" ako ¾elite nadograditi postojeæu inaèicu Mandrake\n"
"Linuxa: 5.1 (Venice), 5.2 (Leeloo), 5.3 (Festen), 6.0 (Venus)\n"
-"6.1 (Helios) or Gold 2000."
-
-#: ../help.pm_.c:22
-msgid ""
-"Select:\n"
+"6.1 (Helios), Gold 2000 or 7.0 (Air).\n"
"\n"
-" - Recommended: If you have never installed Linux before.\n"
"\n"
+"Odaberite:\n"
"\n"
-" - Customized: If you are familiar with Linux, you will be able to \n"
-"select the usage for the installed system between normal, development or\n"
-"server. Choose \"Normal\" for a general purpose installation of your\n"
-"computer. You may choose \"Development\" if you will be using the computer\n"
-"primarily for software development, or choose \"Server\" if you wish to\n"
-"install a general purpose server (for mail, printing...).\n"
+" - Automatski: Ukoliko nikada niste instalirali Linux.\n"
"\n"
+" - Prilagoðeno: Ukoliko vam je Linux poznat kori¹tenjem ove\n"
+"opcije moæi æe te odabrati kakvu instalaciju ¾elite npr. normalna, "
+"programer\n"
+"ili poslu¾itelj. Odaberite \"Normalna\" za sustav opæe namjene.\n"
+"Odaberite \"Programer\" ako ¾elite koristiti raèunalo primarno za razvoj\n"
+"softvera ili odaberite \"Poslu¾itelj\" ako ¾elite koristiti raèunalo kao\n"
+"poslu¾itelj opæe namjene npr. za mail, web, ispisivanje itd.\n"
"\n"
-" - Expert: If you are fluent with GNU/Linux and want to perform\n"
-"a highly customized installation, this Install Class is for you. You will\n"
-"be able to select the usage of your installed system as for \"Customized\"."
-msgstr ""
-"Odaberite:\n"
+" - Struènjak: Ukoliko ste vrlo dobro upoznati sa Linuxom i ¾elite\n"
+"imati potpunu kontrolu nad instalacijom Linuxa odaberite opciju\n"
+"\"Prilagoðeno\".\n"
+
+#: ../../help.pm_.c:37
+msgid ""
+"Select:\n"
"\n"
-" - Preporuèeno: Ukoliko nikada niste instalirali Linux.\n"
+" - Customized: If you are familiar enough with GNU/Linux, you may then "
+"choose\n"
+" the primary usage for your machine. See below for details.\n"
"\n"
+" - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
+" perform a highly customized installation. As for a \"Customized\"\n"
+" installation class, you will be able to select the usage for your "
+"system.\n"
+" But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
+"DOING!\n"
+msgstr ""
+"Odaberite:\n"
"\n"
" - Prilagoðeno: Ukoliko vam je Linux poznat kori¹tenjem ove\n"
"opcije moæi æe te odabrati kakvu instalaciju ¾elite npr. normalna, "
@@ -980,9 +1328,36 @@ msgstr ""
"\n"
" - Struènjak: Ukoliko ste vrlo dobro upoznati sa Linuxom i ¾elite\n"
"imati potpunu kontrolu nad instalacijom Linuxa odaberite opciju\n"
-"\"Prilagoðeno\"."
+"\"Prilagoðeno\".\n"
+
+#: ../../help.pm_.c:49
+msgid ""
+"The different choices for your machine's usage (provided, hence, that you "
+"have\n"
+"chosen either \"Custom\" or \"Expert\" as an installation class) are the\n"
+"following:\n"
+"\n"
+" - Normal: choose this if you intend to use your machine primarily for\n"
+" everyday use (office work, graphics manipulation and so on). Do not\n"
+" expect any compiler, development utility et al. installed.\n"
+"\n"
+" - Development: as its name says. Choose this if you intend to use your\n"
+" machine primarily for software development. You will then have a "
+"complete\n"
+" collection of software installed in order to compile, debug and format\n"
+" source code, or create software packages.\n"
+"\n"
+" - Server: choose this if the machine which you're installing "
+"Linux-Mandrake\n"
+" on is intended to be used as a server. Either a file server (NFS or "
+"SMB),\n"
+" a print server (Unix' lp (Line Printer) protocol or Windows style SMB\n"
+" printing), an authentication server (NIS), a database server and so on. "
+"As\n"
+" such, do not expect any gimmicks (KDE, GNOME...) to be installed.\n"
+msgstr ""
-#: ../help.pm_.c:40
+#: ../../help.pm_.c:70
msgid ""
"DrakX will attempt at first to look for one or more PCI\n"
"SCSI adapter(s). If it finds it (or them) and knows which driver(s)\n"
@@ -1008,7 +1383,7 @@ msgid ""
"are the options you will need to provide to the driver."
msgstr ""
-#: ../help.pm_.c:64
+#: ../../help.pm_.c:94
msgid ""
"At this point, you may choose what partition(s) to use to install\n"
"your Linux-Mandrake system if they have been already defined (from a\n"
@@ -1033,11 +1408,22 @@ msgid ""
"\n"
"Because the effects of this process are usually irreversible, partitioning\n"
"can be intimidating and stressful to the unexperienced user. DiskDrake\n"
-"simplifies the process so that it need not be. Consult the documentation\n"
-"and take your time before proceeding."
+"simplifies the process so that it must not be. Consult the documentation\n"
+"and take your time before proceeding.\n"
+"\n"
+"\n"
+"You can reach any option using the keyboard: navigate through the "
+"partitions\n"
+"using Tab and Up/Down arrows. When a partition is selected, you can use:\n"
+"\n"
+"- Ctrl-c to create a new partition (when an empty partition is selected)\n"
+"\n"
+"- Ctrl-d to delete a partition\n"
+"\n"
+"- Ctrl-m to set the mount point\n"
msgstr ""
-#: ../help.pm_.c:90
+#: ../../help.pm_.c:131
msgid ""
"Any partitions that have been newly defined must be formatted for\n"
"use (formatting meaning creating a filesystem). At this time, you may\n"
@@ -1053,25 +1439,30 @@ msgstr ""
"ako sadr¾e datoteke ili podatke koje ¾elite saèuvati.\n"
"Na primjer obièno /home i /usr/local sadr¾e podatke koje treba saèuvati."
-#: ../help.pm_.c:98
+#: ../../help.pm_.c:139
msgid ""
-"You may now select the packages you wish to install.\n"
-"\n"
-"\n"
-"First you can select group of package to install or upgrade. After that\n"
-"you can select more packages according to the total size you wish to\n"
-"select.\n"
+"You may now select the group of packages you wish to\n"
+"install or upgrade.\n"
"\n"
-"\n"
-"If you are in expert mode, you can select packages individually.\n"
-"Please note that some packages require the installation of others.\n"
-"These are referred to as package dependencies. The packages you select,\n"
-"and the packages they require will be automatically selected for\n"
-"install. It is impossible to install a package without installing all\n"
-"of its dependencies."
+"DrakX will then check whether you have enough room to install them all. If "
+"not,\n"
+"it will warn you about it. If you want to go on anyway, it will proceed "
+"onto\n"
+"the installation of all selected groups but will drop some packages of "
+"lesser\n"
+"interest. At the bottom of the list you can select the option\n"
+"\"Individual package selection\"; in this case you will have to browse\n"
+"through more than 1000 packages..."
+msgstr ""
+
+#: ../../help.pm_.c:150
+msgid ""
+"If you have all the CDs in the list above, click Ok.\n"
+"If you have none of those CDs, click Cancel.\n"
+"If only some CDs are missing, unselect them, then click Ok."
msgstr ""
-#: ../help.pm_.c:114
+#: ../../help.pm_.c:155
msgid ""
"The packages selected are now being installed. This operation\n"
"should take a few minutes unless you have chosen to upgrade an\n"
@@ -1083,7 +1474,7 @@ msgstr ""
"nadogradnju postojeæeg sustava. U tom sluèaju instalacija\n"
"æe izvr¹iti odreðene provjere prije same nadogradnje."
-#: ../help.pm_.c:120
+#: ../../help.pm_.c:161
msgid ""
"If DrakX failed to find your mouse, or if you want to\n"
"check what it has done, you will be presented the list of mice\n"
@@ -1100,15 +1491,15 @@ msgid ""
"which serial port it is connected to."
msgstr ""
-#: ../help.pm_.c:135
+#: ../../help.pm_.c:176
msgid ""
-"Please select the correct port. For example, the COM1 port in MS Windows\n"
-"is named ttyS0 in Linux."
+"Please select the correct port. For example, the COM1 port under MS Windows\n"
+"is named ttyS0 under Linux."
msgstr ""
"Molim odaberite ispravni port. Npr. COM1 port u Windows-ima\n"
"je ttyS0 u Linuxima, COM2 ttyS1 itd."
-#: ../help.pm_.c:139
+#: ../../help.pm_.c:180
msgid ""
"This section is dedicated to configuring a local area\n"
"network (LAN) or a modem.\n"
@@ -1140,7 +1531,7 @@ msgid ""
"your modem is connected to."
msgstr ""
-#: ../help.pm_.c:169
+#: ../../help.pm_.c:210
msgid ""
"Enter:\n"
"\n"
@@ -1172,7 +1563,7 @@ msgstr ""
"sigurni\n"
"raspitajte se kod mre¾nog administratora ili ISP-a.\n"
-#: ../help.pm_.c:184
+#: ../../help.pm_.c:225
msgid ""
"You may now enter dialup options. If you're not sure what to enter, the\n"
"correct information can be obtained from your ISP."
@@ -1180,15 +1571,15 @@ msgstr ""
"Sada mo¾ete podesiti dial-up postavke. Ako niste sigurni ¹to treba\n"
"unijeti, raspitajte se kod svog ISP-a."
-#: ../help.pm_.c:188
+#: ../../help.pm_.c:229
msgid ""
"If you will use proxies, please configure them now. If you don't know if\n"
-"you will use proxies, ask your network administrator or your ISP."
+"you should use proxies, ask your network administrator or your ISP."
msgstr ""
"Ako ¾elite koristiti proxye unesite ih sada. Ako niste sigurni\n"
"da li imate proxye raspitajte se kod mre¾nog administratora ili ISP-a."
-#: ../help.pm_.c:192
+#: ../../help.pm_.c:233
msgid ""
"You can install cryptographic package if your internet connection has been\n"
"set up correctly. First choose a mirror where you wish to download packages "
@@ -1206,31 +1597,44 @@ msgstr ""
"Opaska: Morate odabrati mirror i kriptografske pakete ovisno\n"
"o zakonima zemlje u kojoj se nalazite."
-#: ../help.pm_.c:200
+#: ../../help.pm_.c:241
msgid ""
"You can now select your timezone according to where you live.\n"
"\n"
"\n"
-"Linux manages time in GMT or \"Greenwich Meridian Time\" and translates it\n"
+"Linux manages time in GMT or \"Greenwich Mean Time\" and translates it\n"
"in local time according to the time zone you have selected."
msgstr ""
"Sada mo¾ete odabrati vremensku zonu u kojoj ¾ivite.\n"
"\n"
"\n"
-"Linux koristi GMT (Greenwich Meridian Time) koje onda preraèunava\n"
+"Linux koristi GMT (Greenwich Mean Time) koje onda preraèunava\n"
"u vrijeme u va¹oj vremenskoj zoni. "
-#: ../help.pm_.c:207
-msgid "Help"
-msgstr "Pomoæ"
+#: ../../help.pm_.c:248
+msgid ""
+"You may now choose which services you want to see started at boot time.\n"
+"When your mouse comes over an item, a small balloon help will popup which\n"
+"describes the role of the service.\n"
+"\n"
+"Be especially careful in this step if you intend to use your machine as a\n"
+"server: you will probably want not to start any services which you don't\n"
+"want."
+msgstr ""
-#: ../help.pm_.c:210
+#: ../../help.pm_.c:257
msgid ""
"Linux can deal with many types of printer. Each of these\n"
-"types require a different setup.\n"
+"types require a different setup. Note however that the print\n"
+"spooler uses 'lp' as the default printer name; so you\n"
+"must have one printer with such a name; but you can give\n"
+"several names, separated by '|' characters, to a printer.\n"
+"So, if you prefer to have a more meaningful name you just have\n"
+"to put it first, eg: \"My Printer|lp\".\n"
+"The printer having \"lp\" in its name(s) will be the default printer.\n"
"\n"
"\n"
-"If your printer is directly connected to your computer, select\n"
+"If your printer is physically connected to your computer, select\n"
"\"Local printer\". You will then have to tell which port your\n"
"printer is connected to, and select the appropriate filter.\n"
"\n"
@@ -1249,7 +1653,7 @@ msgid ""
"for a NetWare printer, except that you need no workgroup information."
msgstr ""
-#: ../help.pm_.c:233
+#: ../../help.pm_.c:286
msgid ""
"You can now enter the root password for your Linux-Mandrake\n"
"system. The password must be entered twice to verify that both\n"
@@ -1262,12 +1666,12 @@ msgid ""
"be extremely dangerous to the integrity of the system and its data,\n"
"and other systems connected to it. The password should be a\n"
"mixture of alphanumeric characters and a least 8 characters long. It\n"
-"should *never* be written down. Do not make the password too long or\n"
+"should NEVER be written down. Do not make the password too long or\n"
"complicated, though: you must be able to remember without too much\n"
"effort."
msgstr ""
-#: ../help.pm_.c:249
+#: ../../help.pm_.c:302
msgid ""
"To enable a more secure system, you should select \"Use shadow file\" and\n"
"\"Use MD5 passwords\"."
@@ -1276,7 +1680,7 @@ msgstr ""
"datoteku\" i\n"
"\"Koristi MD5 lozinke\"."
-#: ../help.pm_.c:253
+#: ../../help.pm_.c:306
msgid ""
"If your network uses NIS, select \"Use NIS\". If you don't know, ask your\n"
"network administrator."
@@ -1284,7 +1688,7 @@ msgstr ""
"Ukoliko va¹a mre¾a koristi NIS odaberite \"Koristi NIS\". Ako niste sigurni\n"
"raspitajte se kod svog mre¾nog administratora."
-#: ../help.pm_.c:257
+#: ../../help.pm_.c:310
msgid ""
"You may now create one or more \"regular\" user account(s), as\n"
"opposed to the \"privileged\" user account, root. You can create\n"
@@ -1308,7 +1712,7 @@ msgid ""
"and maintenance purposes."
msgstr ""
-#: ../help.pm_.c:276
+#: ../../help.pm_.c:329
msgid ""
"It is strongly recommended that you answer \"Yes\" here. If you install\n"
"Microsoft Windows at a later date it will overwrite the boot sector.\n"
@@ -1316,7 +1720,7 @@ msgid ""
"boot into Linux any more."
msgstr ""
-#: ../help.pm_.c:282
+#: ../../help.pm_.c:335
msgid ""
"You need to indicate where you wish\n"
"to place the information required to boot to Linux.\n"
@@ -1332,57 +1736,34 @@ msgstr ""
"Ako ne znate ¹to odabrati odaberite \"Prvi sektor \n"
"diska (MBR)\"."
-#: ../help.pm_.c:290
+#: ../../help.pm_.c:343
msgid ""
"Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-"(the master drive on the primary channel)."
+" (primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
msgstr ""
-#: ../help.pm_.c:294
+#: ../../help.pm_.c:347
msgid ""
-"LILO (the LInux LOader) can boot Linux and other operating systems.\n"
-"Normally they are correctly detected during installation. If you don't\n"
-"see yours detected, you can add one or more now.\n"
+"LILO (the LInux LOader) and Grub are bootloaders: they are able to boot\n"
+"either Linux or any other operating system present on your computer.\n"
+"Normally, these other operating systems are correctly detected and\n"
+"installed. If this is not the case, you can add an entry by hand in this\n"
+"screen. Be careful as to choose the correct parameters.\n"
"\n"
"\n"
-"If you don't want that everybody could access at one of them, you can "
-"remove\n"
-"it now (a boot disk will be needed to boot it)."
+"You may also want not to give access to these other operating systems to\n"
+"anyone, in which case you can delete the corresponding entries. But\n"
+"in this case, you will need a boot disk in order to boot them!"
msgstr ""
-"LILO (the LInux LOader) je u stanju bootirati Linux i druge operativne\n"
-"sustave. Obièno je instalacija u stanju identificirati sve operativne "
-"sustave.Ukoliko va¹ operativni sustav nije prepoznat sada ga mo¾ete dodati.\n"
-"\n"
-"\n"
-"Ako ¾elite sprijeèiti drugim korisnicima pristup nekim od operativnih "
-"sustava\n"
-"sada ih mo¾ete ukloniti (u tom sluèaju trebati æe vam boot disketa za "
-"bootiranje)."
-#: ../help.pm_.c:303
+#: ../../help.pm_.c:359
msgid ""
-"LILO main options are:\n"
+"LILO and grub main options are:\n"
" - Boot device: Sets the name of the device (e.g. a hard disk\n"
"partition) that contains the boot sector. Unless you know specifically\n"
"otherwise, choose \"/dev/hda\".\n"
"\n"
"\n"
-" - Linear: Generate linear sector addresses instead of\n"
-"sector/head/cylinder addresses. Linear addresses are translated at run\n"
-"time and do not depend on disk geometry. Note that boot disks may not be\n"
-"portable if \"linear\" is used, because the BIOS service to determine the\n"
-"disk geometry does not work reliably for floppy disks. When using\n"
-"\"linear\" with large disks, /sbin/lilo may generate references to\n"
-"inaccessible disk areas, because 3D sector addresses are not known\n"
-"before boot time.\n"
-"\n"
-"\n"
-" - Compact: Tries to merge read requests for adjacent sectors into a\n"
-"single read request. This drastically reduces load time and keeps the\n"
-"map smaller. Using \"compact\" is especially recommended when booting from\n"
-"a floppy disk.\n"
-"\n"
-"\n"
" - Delay before booting default image: Specifies the number in tenths\n"
"of a second the boot loader should wait before booting the first image.\n"
"This is useful on systems that immediately boot from the hard disk after\n"
@@ -1396,7 +1777,7 @@ msgid ""
" * <number>: use the corresponding text mode."
msgstr ""
-#: ../help.pm_.c:338
+#: ../../help.pm_.c:378
msgid ""
"Now it's time to configure the X Window System, which is the\n"
"core of the Linux GUI (Graphical User Interface). For this purpose,\n"
@@ -1411,7 +1792,7 @@ msgid ""
"change them, as many times as necessary."
msgstr ""
-#: ../help.pm_.c:351
+#: ../../help.pm_.c:391
msgid ""
"If something is wrong in X configuration, use these options to correctly\n"
"configure the X Window System."
@@ -1419,7 +1800,7 @@ msgstr ""
"Ukoliko je X pogre¹no pode¹en kori¹tenjem ovih opcija mo¾ete\n"
"ispravno podesiti X Window sustav."
-#: ../help.pm_.c:355
+#: ../../help.pm_.c:395
msgid ""
"If you prefer to use a graphical login, select \"Yes\". Otherwise, select\n"
"\"No\"."
@@ -1427,37 +1808,45 @@ msgstr ""
"Ukoliko preferirate grafièku prijavu odaberite \"Da\". U protivnom, "
"odaberite \"Ne\"."
-#: ../help.pm_.c:359
+#: ../../help.pm_.c:399
msgid ""
-"You can now select some miscellaneous options for you system.\n"
-"\n"
-" - Use hard drive optimizations: This option can improve hard disk\n"
-"accesses but is only for advanced users, it can ruin your hard drive if\n"
-"used incorrectly. Use it only if you know how.\n"
-"\n"
-"\n"
-" - Choose security level: You can choose a security level for your\n"
-"system.\n"
-" Please refer to the manual for more information.\n"
+"You can now select some miscellaneous options for your system.\n"
"\n"
+" - Use hard drive optimizations: this option can improve hard disk "
+"performance\n"
+" but is only for advanced users: some buggy chipsets can ruin your data, "
+"so\n"
+" beware. Note that the kernel has a builtin blacklist of drives and\n"
+" chipsets, but if you want to avoid bad surprises, leave this option "
+"unset.\n"
"\n"
-" - Precise RAM size if needed: In some cases, Linux is unable to\n"
-"correctly detect all the installed RAM on some systems. If this is the\n"
-"case, specify the correct quantity. Note: a difference of 2 or 4 Mb is\n"
-"normal.\n"
-"\n"
+" - Choose security level: you can choose a security level for your\n"
+" system. Please refer to the manual for complete information. Basically: "
+"if\n"
+" you don't know, select \"Medium\" ; if you really want to have a secure\n"
+" machine, choose \"Paranoid\" but beware: IN THIS LEVEL, ROOT LOGIN AT\n"
+" CONSOLE IS NOT ALLOWED! If you want to be root, you have to login as a "
+"user\n"
+" and then use \"su\". More generally, do not expect to use your machine\n"
+" for anything but as a server. You have been warned.\n"
"\n"
-" - Removable media automounting: If you would prefer not to manually\n"
-"mount removable drives (CD-ROM, Floppy, Zip) by typing \"mount\" and\n"
-"\"umount\", select this option. \n"
+" - Precise RAM size if needed: unfortunately, in today's PC world, there is "
+"no\n"
+" standard method to ask the BIOS about the amount of RAM present in your\n"
+" computer. As a consequence, Linux may fail to detect your amount of RAM\n"
+" correctly. If this is the case, you can specify the correct amount of "
+"RAM\n"
+" here. Note that a difference of 2 or 4 MB is normal.\n"
"\n"
+" - Removable media automounting: if you would prefer not to manually\n"
+" mount removable media (CD-ROM, Floppy, Zip) by typing \"mount\" and\n"
+" \"umount\", select this option. \n"
"\n"
-" - Enable Num Lock at startup: If you want Number Lock enabled after\n"
-"booting, select this option (Note: Num Lock will still not work under\n"
-"X)."
+" - Enable NumLock at startup: if you want NumLock enabled after booting,\n"
+" select this option (Note: NumLock may or may not work under X)."
msgstr ""
-#: ../help.pm_.c:387
+#: ../../help.pm_.c:428
msgid ""
"Your system is going to reboot.\n"
"\n"
@@ -1472,108 +1861,96 @@ msgstr ""
"proèitajte\n"
"dodatne upute."
-#: ../install2.pm_.c:43
+#: ../../install2.pm_.c:43
msgid "Choose your language"
msgstr "Odaberite jezik"
-#: ../install2.pm_.c:44
+#: ../../install2.pm_.c:44
msgid "Select installation class"
msgstr "Odaberite razred instalacije"
-#: ../install2.pm_.c:45
-msgid "Setup SCSI"
-msgstr "Podesi SCSI"
+#: ../../install2.pm_.c:45
+msgid "Hard drive detection"
+msgstr "Otkrivanje hard diskova"
-#: ../install2.pm_.c:46
-msgid "Choose install or upgrade"
-msgstr "Instalacija ili nadogradnja"
-
-#: ../install2.pm_.c:47
+#: ../../install2.pm_.c:46
msgid "Configure mouse"
msgstr "Podesi mi¹"
-#: ../install2.pm_.c:48
+#: ../../install2.pm_.c:47
msgid "Choose your keyboard"
msgstr "Odaberite tipkovnicu"
-#: ../install2.pm_.c:49
+#: ../../install2.pm_.c:48 ../../install_steps_interactive.pm_.c:318
msgid "Miscellaneous"
msgstr "Razno"
-#: ../install2.pm_.c:50
+#: ../../install2.pm_.c:49
msgid "Setup filesystems"
msgstr "Podesi datoteène sustave"
-#: ../install2.pm_.c:51
+#: ../../install2.pm_.c:50
msgid "Format partitions"
msgstr "Formatiraj particije"
-#: ../install2.pm_.c:52
+#: ../../install2.pm_.c:51
msgid "Choose packages to install"
-msgstr "Odaberite pakete za instaliranje"
+msgstr "Izabir instaliranih paketa"
-#: ../install2.pm_.c:53
+#: ../../install2.pm_.c:52
msgid "Install system"
msgstr "Instaliraj sustav"
-#: ../install2.pm_.c:54
+#: ../../install2.pm_.c:53
msgid "Configure networking"
msgstr "Podesi mre¾u"
-#: ../install2.pm_.c:55
+#: ../../install2.pm_.c:54
msgid "Cryptographic"
msgstr "Kriptografski"
-#: ../install2.pm_.c:56
+#: ../../install2.pm_.c:55
msgid "Configure timezone"
msgstr "Podesi vremensku zonu"
-#: ../install2.pm_.c:58
+#: ../../install2.pm_.c:56
+msgid "Configure services"
+msgstr "Pode¹avanje servisa"
+
+#: ../../install2.pm_.c:57
msgid "Configure printer"
msgstr "Podesi pisaè"
-#: ../install2.pm_.c:59 ../install_steps_interactive.pm_.c:576
-#: ../install_steps_interactive.pm_.c:577
+#: ../../install2.pm_.c:58 ../../install_steps_interactive.pm_.c:652
+#: ../../install_steps_interactive.pm_.c:653
msgid "Set root password"
-msgstr "Podesi lozinku administratora"
+msgstr "Pode¹avanje root lozinke"
-#: ../install2.pm_.c:60
+#: ../../install2.pm_.c:59
msgid "Add a user"
msgstr "Dodaj korisnika"
-#: ../install2.pm_.c:61
+#: ../../install2.pm_.c:61
msgid "Create a bootdisk"
msgstr "Napravi boot disketu"
-#: ../install2.pm_.c:62
+#: ../../install2.pm_.c:63
msgid "Install bootloader"
msgstr "Instaliraj bootloader"
-#: ../install2.pm_.c:63
+#: ../../install2.pm_.c:64
msgid "Configure X"
msgstr "Podesi X"
-#: ../install2.pm_.c:64
+#: ../../install2.pm_.c:65
+msgid "Auto install floppy"
+msgstr ""
+
+#: ../../install2.pm_.c:66
msgid "Exit install"
msgstr "Izaði iz instalacije"
-#: ../install2.pm_.c:83
-msgid "beginner"
-msgstr "poèetnik"
-
-#: ../install2.pm_.c:83
-msgid "developer"
-msgstr "razvojni programer"
-
-#: ../install2.pm_.c:83
-msgid "expert"
-msgstr "Ekspert"
-
-#: ../install2.pm_.c:83
-msgid "server"
-msgstr "poslu¾itelj"
-
-#: ../install2.pm_.c:311
+#: ../../install2.pm_.c:308
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -1583,17 +1960,13 @@ msgstr ""
"Prvo napravite particiju (ili kliknite na postojeæu) te\n"
"odaberite akciju ``Mjesto monitranja'' te odaberite `/'"
-#: ../install2.pm_.c:327
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Nema dovoljno swapa za zavr¹etak instalacije, molim dodajte jo¹"
-
-#: ../install_any.pm_.c:194 ../standalone/diskdrake_.c:61
+#: ../../install_any.pm_.c:331 ../../standalone/diskdrake_.c:61
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
msgstr ""
-#: ../install_any.pm_.c:210
+#: ../../install_any.pm_.c:348
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -1601,66 +1974,70 @@ msgstr ""
"DiskDrake nije uspio proèitati va¹u particijsku tablice.\n"
"Nastavite o vlastitoj odgovornosti."
-#: ../install_any.pm_.c:220
+#: ../../install_any.pm_.c:370
msgid "Searching root partition."
msgstr "Tra¾im root particiju."
-#: ../install_any.pm_.c:249
+#: ../../install_any.pm_.c:399
msgid "Information"
msgstr "Informacije"
-#: ../install_any.pm_.c:250
+#: ../../install_any.pm_.c:400
#, c-format
msgid "%s: This is not a root partition, please select another one."
msgstr "%s: Ovo nije root particija, molim odaberite drugu."
-#: ../install_any.pm_.c:252
+#: ../../install_any.pm_.c:402
msgid "No root partition found"
msgstr "Niti jedna root particija nije pronaðena"
-#: ../install_any.pm_.c:289
+#: ../../install_any.pm_.c:440
msgid "Can't use broadcast with no NIS domain"
msgstr "Ne mogu koristiti broadcast bez NIS domene"
-#: ../install_any.pm_.c:473
+#: ../../install_any.pm_.c:603
msgid "Error reading file $f"
msgstr "Gre¹ka prilikom èitanja datoteke $f"
-#: ../install_any.pm_.c:479
-#, c-format
-msgid "Bad kickstart file %s (failed %s)"
-msgstr "Lo¹a kickstart datoteka %s (neuspjelo %s)"
-
-#: ../install_steps.pm_.c:72
+#: ../../install_steps.pm_.c:75
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
msgstr ""
-#: ../install_steps.pm_.c:136
+#: ../../install_steps.pm_.c:174
#, c-format
msgid "Duplicate mount point %s"
msgstr "Dupliciraj mjesto monitranja %s"
-#: ../install_steps.pm_.c:295
-#, fuzzy, c-format
+#: ../../install_steps.pm_.c:318
+msgid ""
+"Some important packages didn't get installed properly.\n"
+"Either your cdrom drive or your cdrom is defective.\n"
+"Check the cdrom on an installed computer using \"rpm -qpl "
+"Mandrake/RPMS/*.rpm\"\n"
+msgstr ""
+
+#: ../../install_steps.pm_.c:385
+#, c-format
msgid "Welcome to %s"
-msgstr "Dobrodo¹li u Crackers"
+msgstr "Dobrodo¹li u %s"
-#: ../install_steps.pm_.c:562
+#: ../../install_steps.pm_.c:737
msgid "No floppy drive available"
msgstr "Disketni pogon nije dostupan"
-#: ../install_steps_auto_install.pm_.c:18 ../install_steps_stdio.pm_.c:26
+#: ../../install_steps_auto_install.pm_.c:18 ../../install_steps_gtk.pm_.c:125
+#: ../../install_steps_stdio.pm_.c:26
#, c-format
msgid "Entering step `%s'\n"
msgstr "Pokreæem korak `%s'\n"
-#: ../install_steps_graphical.pm_.c:259 ../install_steps_gtk.pm_.c:294
+#: ../../install_steps_graphical.pm_.c:259 ../../install_steps_gtk.pm_.c:249
msgid "You must have a swap partition"
msgstr "Morate imati swap particiju"
-#: ../install_steps_graphical.pm_.c:261 ../install_steps_gtk.pm_.c:296
+#: ../../install_steps_graphical.pm_.c:261 ../../install_steps_gtk.pm_.c:251
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -1670,79 +2047,93 @@ msgstr ""
"\n"
"Da ipak nastavim?"
-#: ../install_steps_graphical.pm_.c:287 ../install_steps_gtk.pm_.c:317
+#: ../../install_steps_graphical.pm_.c:287
msgid "Choose the size you want to install"
msgstr "Izaberite velièinu koji ¾elite instalirati"
-#: ../install_steps_graphical.pm_.c:334 ../install_steps_gtk.pm_.c:361
+#: ../../install_steps_graphical.pm_.c:334
msgid "Total size: "
msgstr "Ukupna velièina:"
-#: ../install_steps_graphical.pm_.c:346 ../install_steps_gtk.pm_.c:373
-#: ../standalone/rpmdrake_.c:136
+#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:447
+#: ../../standalone/rpmdrake_.c:136
#, c-format
msgid "Version: %s\n"
msgstr "Inaèica: %s\n"
-#: ../install_steps_graphical.pm_.c:347 ../install_steps_gtk.pm_.c:374
-#: ../standalone/rpmdrake_.c:137
+#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:448
+#: ../../standalone/rpmdrake_.c:137
#, c-format
msgid "Size: %d KB\n"
msgstr "Velièina: %d KB\n"
-#: ../install_steps_graphical.pm_.c:462 ../install_steps_gtk.pm_.c:489
+#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:360
msgid "Choose the packages you want to install"
msgstr "Odaberite pakete koje ¾elite instalirati"
-#: ../install_steps_graphical.pm_.c:465 ../install_steps_gtk.pm_.c:492
+#: ../../install_steps_graphical.pm_.c:465 ../../install_steps_gtk.pm_.c:363
msgid "Info"
msgstr "Info"
-#: ../install_steps_graphical.pm_.c:473 ../install_steps_gtk.pm_.c:500
-#: ../install_steps_interactive.pm_.c:81 ../standalone/rpmdrake_.c:161
+#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:368
+#: ../../install_steps_interactive.pm_.c:129 ../../standalone/rpmdrake_.c:161
msgid "Install"
msgstr "Instaliraj"
-#: ../install_steps_graphical.pm_.c:492 ../install_steps_gtk.pm_.c:519
-#: ../install_steps_interactive.pm_.c:317
+#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:533
+#: ../../install_steps_interactive.pm_.c:382
msgid "Installing"
msgstr "Instaliram"
-#: ../install_steps_graphical.pm_.c:499 ../install_steps_gtk.pm_.c:526
+#: ../../install_steps_graphical.pm_.c:499 ../../install_steps_gtk.pm_.c:539
msgid "Please wait, "
msgstr "Molim prièekajte,"
-#: ../install_steps_graphical.pm_.c:501 ../install_steps_gtk.pm_.c:528
+#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:541
msgid "Time remaining "
msgstr "Preostalo vrijeme"
-#: ../install_steps_graphical.pm_.c:502 ../install_steps_gtk.pm_.c:529
+#: ../../install_steps_graphical.pm_.c:502 ../../install_steps_gtk.pm_.c:542
msgid "Total time "
msgstr "Ukupno vrijeme"
-#: ../install_steps_graphical.pm_.c:507 ../install_steps_gtk.pm_.c:534
-#: ../install_steps_interactive.pm_.c:317
+#: ../../install_steps_graphical.pm_.c:507 ../../install_steps_gtk.pm_.c:551
+#: ../../install_steps_interactive.pm_.c:382
msgid "Preparing installation"
msgstr "Pripremam instalaciju"
-#: ../install_steps_graphical.pm_.c:528 ../install_steps_gtk.pm_.c:549
+#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:566
#, c-format
msgid "Installing package %s"
msgstr "Instaliram paket %s"
-#: ../install_steps_graphical.pm_.c:553 ../install_steps_gtk.pm_.c:574
+#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:607
+#: ../../install_steps_gtk.pm_.c:611
msgid "Go on anyway?"
msgstr "Da ipak nastavim?"
-#: ../install_steps_graphical.pm_.c:553 ../install_steps_gtk.pm_.c:574
+#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:607
msgid "There was an error ordering packages:"
msgstr ""
-#: ../install_steps_graphical.pm_.c:577 ../install_steps_interactive.pm_.c:893
+#: ../../install_steps_graphical.pm_.c:577
+#: ../../install_steps_interactive.pm_.c:997
msgid "Use existing configuration for X11?"
msgstr "Da koristim postojeæu postavu X11?"
-#: ../install_steps_gtk.pm_.c:259
+#: ../../install_steps_gtk.pm_.c:154
+msgid "Please, choose one of the following classes of installation:"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:195
+msgid "You don't have any windows partitions!"
+msgstr "Nemate niti jednu Windows particiju!"
+
+#: ../../install_steps_gtk.pm_.c:197
+msgid "You don't have any enough room for Lnx4win"
+msgstr "Nemate dovoljno mjesta za Lnx4win"
+
+#: ../../install_steps_gtk.pm_.c:213
msgid ""
"WARNING!\n"
"\n"
@@ -1763,175 +2154,347 @@ msgstr ""
"Windows particije.\n"
"Kada ste sigurni da ¾elite nastaviti, pritisnite U redu."
-#: ../install_steps_gtk.pm_.c:278
+#: ../../install_steps_gtk.pm_.c:232
msgid "Automatic resizing failed"
msgstr "Automatsko mijenjanje velièine nije uspjelo"
-#: ../install_steps_gtk.pm_.c:312
+#: ../../install_steps_gtk.pm_.c:261
+msgid "Which partition do you want to use to put Linux4Win?"
+msgstr "Koju particiju ¾elite smjestiti Linux4Win?"
+
+#: ../../install_steps_gtk.pm_.c:280
+msgid "Choose the sizes"
+msgstr "Odaberite velièinu"
+
+#: ../../install_steps_gtk.pm_.c:282
+msgid "Root partition size in MB: "
+msgstr "Velièina korijenske particije u MB: "
+
+#: ../../install_steps_gtk.pm_.c:284
+msgid "Swap partition size in MB: "
+msgstr "Velièina swap particiju u MB: "
+
+#: ../../install_steps_gtk.pm_.c:316
+#, c-format
+msgid ""
+"The total size for the groups you have selected is approximately %d MB.\n"
+msgstr "Ukupna velièina izabranih grupa je otprilike %d MB.\n"
+
+#: ../../install_steps_gtk.pm_.c:318
msgid ""
-"Now that you've selected desired groups, please choose \n"
-"how many packages you want, ranging from minimal to full \n"
-"installation of each selected groups."
+"If you wish to install less than this size,\n"
+"select the percentage of packages that you want to install.\n"
+"\n"
+"A low percentage will install only the most important packages;\n"
+"a percentage of 100%% will install all selected packages."
msgstr ""
-#: ../install_steps_gtk.pm_.c:315
-msgid "You will be able to choose more precisely in next step"
-msgstr "Detaljniji izbor nalazi se u slijedeæem koraku"
+#: ../../install_steps_gtk.pm_.c:323
+msgid ""
+"You have space on your disk for only %d%% of these packages.\n"
+"\n"
+"If you wish to install less than this,\n"
+"select the percentage of packages that you want to install.\n"
+"A low percentage will install only the most important packages;\n"
+"a percentage of %d%% will install as many packages as possible."
+msgstr ""
-#
-#: ../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:329
+msgid "You will be able to choose them more specifically in the next step."
+msgstr "Detaljniji izbor nalazi se u slijedeæem koraku."
+
+#: ../../install_steps_gtk.pm_.c:331
+msgid "Percentage of packages to install"
+msgstr "Odaberite postotak paketa koje ¾elite instalirati"
+
+#: ../../install_steps_gtk.pm_.c:372
+msgid "Automatic dependencies"
+msgstr "Automatski odabir ovisnosti"
+
+#: ../../install_steps_gtk.pm_.c:425 ../../standalone/rpmdrake_.c:101
+msgid "Expand Tree"
+msgstr "Pro¹iri stablo"
+
+#: ../../install_steps_gtk.pm_.c:426 ../../standalone/rpmdrake_.c:102
+msgid "Collapse Tree"
+msgstr "Sa¾mi stablo"
+
+#: ../../install_steps_gtk.pm_.c:427
+msgid "Toggle between flat and group sorted"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:445
msgid "Bad package"
msgstr "Lo¹ paket"
-#: ../install_steps_gtk.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:446
+#, c-format
+msgid "Name: %s\n"
+msgstr "Ime: %s\n"
+
+#: ../../install_steps_gtk.pm_.c:449
+#, c-format
+msgid "Importance: %s\n"
+msgstr "Znaèaj: %s\n"
+
+#: ../../install_steps_gtk.pm_.c:457
+#, c-format
+msgid "Total size: %d / %d MB"
+msgstr "Ukupna velièina: %d / %d MB"
+
+#: ../../install_steps_gtk.pm_.c:467
+msgid "This is a mandatory package, it can't be unselected"
+msgstr "Buduæi da je ovo obvezni paket ne mo¾ete ga odznaèiti"
+
+#: ../../install_steps_gtk.pm_.c:469
+msgid "You can't unselect this package. It is already installed"
+msgstr "Ne mo¾ete odznaèiti ovaj paket buduæi da je veæ instaliran"
+
+#: ../../install_steps_gtk.pm_.c:473
+msgid ""
+"This package must be upgraded\n"
+"Are you sure you want to deselect it?"
+msgstr ""
+"Ovaj paket treba nadograditi\n"
+"Da li ste sigurni da ga ¾elite odznaèiti?"
+
+#: ../../install_steps_gtk.pm_.c:476
+msgid "You can't unselect this package. It must be upgraded"
+msgstr "Ne mo¾ete odznaèiti ovaj paket buduæi da ga treba nadograditi"
+
+#: ../../install_steps_gtk.pm_.c:489
+msgid ""
+"You can't select this package as there is not enough space left to install it"
+msgstr ""
+"Ne mo¾ete oznaèiti ovaj paket buduæi da nema dovoljno mjesta gdje ga se mo¾e "
+"instalirati"
+
+#: ../../install_steps_gtk.pm_.c:492
+msgid "The following packages are going to be installed/removed"
+msgstr "Slijedeæi paketi æe biti instalirani/uklonjeni"
+
+#: ../../install_steps_gtk.pm_.c:501
+msgid "You can't select/unselect this package"
+msgstr "Ne mo¾ete oznaèiti/odznaèiti ovaj paket"
+
+#: ../../install_steps_gtk.pm_.c:536
msgid "Estimating"
msgstr "Procjenjujem"
-#: ../install_steps_gtk.pm_.c:544
+#: ../../install_steps_gtk.pm_.c:548 ../../interactive.pm_.c:84
+#: ../../interactive.pm_.c:223 ../../interactive_newt.pm_.c:49
+#: ../../interactive_newt.pm_.c:98 ../../interactive_stdio.pm_.c:27
+#: ../../my_gtk.pm_.c:201 ../../my_gtk.pm_.c:459
+msgid "Cancel"
+msgstr "Odustani"
+
+#: ../../install_steps_gtk.pm_.c:561
#, c-format
msgid "%d packages"
msgstr "%d paketa"
-#: ../install_steps_gtk.pm_.c:544
+#: ../../install_steps_gtk.pm_.c:561
msgid ", %U MB"
msgstr ", %U MB"
-#: ../install_steps_interactive.pm_.c:37
+#: ../../install_steps_gtk.pm_.c:592
+#, c-format
+msgid ""
+"Change your Cd-Rom!\n"
+"\n"
+"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
+"done.\n"
+"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:611
+msgid "There was an error installing packages:"
+msgstr "Pojavila se gre¹ka kod instalacije paketa:"
+
+#: ../../install_steps_interactive.pm_.c:40
msgid "An error occurred"
msgstr "Pojavila se gre¹ka"
-#: ../install_steps_interactive.pm_.c:54
-msgid "Which language do you want?"
-msgstr "Koji jezik ¾elite?"
+#: ../../install_steps_interactive.pm_.c:57
+msgid "Please, choose a language to use."
+msgstr "Molim izaberite jezik koji ¾elite koristiti."
-#: ../install_steps_interactive.pm_.c:68 ../standalone/keyboarddrake_.c:22
+#: ../../install_steps_interactive.pm_.c:72
+#: ../../standalone/keyboarddrake_.c:22
msgid "Keyboard"
msgstr "Tipkovnica"
-#: ../install_steps_interactive.pm_.c:69 ../standalone/keyboarddrake_.c:23
-msgid "What is your keyboard layout?"
-msgstr "Koji raspored tipkovnice imate?"
+#: ../../install_steps_interactive.pm_.c:73
+msgid "Please, choose your keyboard layout."
+msgstr "Molim izaberite raspored tipkovnice."
-#: ../install_steps_interactive.pm_.c:79
-msgid "Install/Upgrade"
-msgstr "Instaliraj/Nadogradi"
-
-#: ../install_steps_interactive.pm_.c:80
-msgid "Is this an install or an upgrade?"
-msgstr "Da li je ovo instalacija ili nadogradnja?"
+#: ../../install_steps_interactive.pm_.c:81
+msgid "You can choose other languages that will be available after install"
+msgstr "Mo¾ete izabrati druge jezike koji æe biti dostupni nakon instalacije"
-#: ../install_steps_interactive.pm_.c:81
-msgid "Upgrade"
-msgstr "Dogradnja"
-
-#: ../install_steps_interactive.pm_.c:89
+#: ../../install_steps_interactive.pm_.c:91
msgid "Root Partition"
msgstr "Korijenska particija"
-#: ../install_steps_interactive.pm_.c:90
+#: ../../install_steps_interactive.pm_.c:92
msgid "What is the root partition (/) of your system?"
msgstr "Koja je korijenska particija (/) va¹eg sustava?"
-#: ../install_steps_interactive.pm_.c:100
-msgid "Recommended"
-msgstr "Preporuèeno"
+#: ../../install_steps_interactive.pm_.c:100
+#: ../../install_steps_interactive.pm_.c:140
+msgid "Install Class"
+msgstr "Instalacijski razred"
+
+#: ../../install_steps_interactive.pm_.c:100
+msgid "Which installation class do you want?"
+msgstr "Koji instalacijski razred ¾elite?"
+
+#: ../../install_steps_interactive.pm_.c:102
+msgid "Install/Upgrade"
+msgstr "Instaliraj/Nadogradi"
-#: ../install_steps_interactive.pm_.c:101
+#: ../../install_steps_interactive.pm_.c:102
+msgid "Is this an install or an upgrade?"
+msgstr "Instalacija ili nadogradnja?"
+
+#: ../../install_steps_interactive.pm_.c:110
+msgid "Automated"
+msgstr "Automatski"
+
+#: ../../install_steps_interactive.pm_.c:112
+#: ../../install_steps_interactive.pm_.c:124
msgid "Customized"
msgstr "Prilagoðeno"
-#: ../install_steps_interactive.pm_.c:102
+#: ../../install_steps_interactive.pm_.c:113
+#: ../../install_steps_interactive.pm_.c:124
msgid "Expert"
msgstr "Ekspert"
-#: ../install_steps_interactive.pm_.c:104
-#: ../install_steps_interactive.pm_.c:118
-msgid "Install Class"
-msgstr "Instalacijski razred"
+#: ../../install_steps_interactive.pm_.c:122
+msgid ""
+"Are you sure you are an expert? \n"
+"You will be allowed to make powerfull but dangerous things here."
+msgstr ""
-#: ../install_steps_interactive.pm_.c:105
-msgid "What installation class do you want?"
-msgstr "Koji instalacijski razred ¾elite?"
+#: ../../install_steps_interactive.pm_.c:129
+msgid "Upgrade"
+msgstr "Dogradnja"
-#: ../install_steps_interactive.pm_.c:114
+#: ../../install_steps_interactive.pm_.c:135
msgid "Normal"
msgstr "Normalno"
-#: ../install_steps_interactive.pm_.c:115
+#: ../../install_steps_interactive.pm_.c:136
msgid "Development"
msgstr "Razvojno"
-#: ../install_steps_interactive.pm_.c:116
+#: ../../install_steps_interactive.pm_.c:137
msgid "Server"
msgstr "Poslu¾itelj"
-#: ../install_steps_interactive.pm_.c:119
-msgid "What usage do you want?"
-msgstr "Kakvu uporabu ¾elite?"
+#: ../../install_steps_interactive.pm_.c:141
+msgid "Which usage is your system used for ?"
+msgstr "Koja je namjena ovog sustava ?"
-#: ../install_steps_interactive.pm_.c:132 ../standalone/mousedrake_.c:25
-msgid "What is the type of your mouse?"
-msgstr "Koja je vrsta va¹eg mi¹a?"
+#: ../../install_steps_interactive.pm_.c:152
+msgid "Please, choose the type of your mouse."
+msgstr "Molim izaberite koju vrstu mi¹a koristite."
-#: ../install_steps_interactive.pm_.c:140 ../standalone/mousedrake_.c:38
+#: ../../install_steps_interactive.pm_.c:160 ../../standalone/mousedrake_.c:38
msgid "Mouse Port"
msgstr "Port mi¹a"
-#: ../install_steps_interactive.pm_.c:141 ../standalone/mousedrake_.c:39
-msgid "Which serial port is your mouse connected to?"
-msgstr "Na koji serijski port je mi¹ prikljuèen?"
+#: ../../install_steps_interactive.pm_.c:161
+msgid "Please choose on which serial port your mouse is connected to."
+msgstr "Izaberite na kojem serijskom portu je mi¹ prikljuèen."
+
+#: ../../install_steps_interactive.pm_.c:172
+msgid "Configuring IDE"
+msgstr "Pode¹avam IDE"
-#: ../install_steps_interactive.pm_.c:157
+#: ../../install_steps_interactive.pm_.c:172
+msgid "IDE"
+msgstr "IDE"
+
+#: ../../install_steps_interactive.pm_.c:182
msgid "no available partitions"
msgstr "nema dostupnih particija"
-#: ../install_steps_interactive.pm_.c:159
+#: ../../install_steps_interactive.pm_.c:184
#, c-format
-msgid "(%dMb)"
-msgstr "(%dMb)"
+msgid "(%dMB)"
+msgstr "(%dMB)"
-#: ../install_steps_interactive.pm_.c:166
-msgid "Which partition do you want to use as your root partition"
-msgstr "Koju particiju ¾elite koristiti kao korijensku particiju (/)"
+#: ../../install_steps_interactive.pm_.c:191
+msgid "Please choose a partition to use as your root partition."
+msgstr ""
+"Izaberite particiju koju ¾elite koristiti kao korijensku particiju (/)."
-#: ../install_steps_interactive.pm_.c:173
+#: ../../install_steps_interactive.pm_.c:198
msgid "Choose the mount points"
msgstr "Odaberite mjesta montiranja"
-#: ../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:210
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Morate ponovo pokrenuti sustav kako bi se aktivirala promjena particijske "
"tablice"
-#: ../install_steps_interactive.pm_.c:207
+#: ../../install_steps_interactive.pm_.c:236
msgid "Choose the partitions you want to format"
msgstr "Izaberite particije koje ¾elite formatirati"
-#: ../install_steps_interactive.pm_.c:211
+#: ../../install_steps_interactive.pm_.c:240
msgid "Check bad blocks?"
msgstr ""
-#: ../install_steps_interactive.pm_.c:230
+#: ../../install_steps_interactive.pm_.c:248
+msgid "Formatting partitions"
+msgstr "Formatiram particije"
+
+#: ../../install_steps_interactive.pm_.c:252
+#, c-format
+msgid "Creating and formatting file %s"
+msgstr "Stvaram i formatiram datoteku %s"
+
+#: ../../install_steps_interactive.pm_.c:255
+msgid "Not enough swap to fulfill installation, please add some"
+msgstr "Nema dovoljno swapa za zavr¹etak instalacije, molim dodajte jo¹"
+
+#: ../../install_steps_interactive.pm_.c:261
msgid "Looking for available packages"
msgstr "Tra¾im dostupne pakete"
-#: ../install_steps_interactive.pm_.c:236
+#: ../../install_steps_interactive.pm_.c:267
msgid "Finding packages to upgrade"
msgstr "Tra¾im pakete koje mogu nadograditi"
-#: ../install_steps_interactive.pm_.c:266
-#, c-format
-msgid ""
-"You need %dMB for a full install of the groups you selected.\n"
-"You can go on anyway, but be warned that you won't get all packages"
+#: ../../install_steps_interactive.pm_.c:284
+msgid "Your system has not enough space left for installation or upgrade"
msgstr ""
-#: ../install_steps_interactive.pm_.c:290
+#: ../../install_steps_interactive.pm_.c:317
msgid "Package Group Selection"
msgstr "Odabir grupe paketa"
-#: ../install_steps_interactive.pm_.c:326
+#: ../../install_steps_interactive.pm_.c:320
+msgid "Individual package selection"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:360
+msgid ""
+"If you have all the CDs in the list below, click Ok.\n"
+"If you have none of those CDs, click Cancel.\n"
+"If only some CDs are missing, unselect them, then click Ok."
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:363
+#, c-format
+msgid "Cd-Rom labeled \"%s\""
+msgstr "Cd-Rom naslovljen \"%s\""
+
+#: ../../install_steps_interactive.pm_.c:391
msgid ""
"Installing package %s\n"
"%d%%"
@@ -1939,56 +2502,55 @@ msgstr ""
"Instaliram paket %s\n"
"%d%%"
-#
-#: ../install_steps_interactive.pm_.c:335
-msgid "Post install configuration"
-msgstr "Postavke nakon instalacije"
+#: ../../install_steps_interactive.pm_.c:400
+msgid "Post-install configuration"
+msgstr "Postava nakon instalacije"
-#: ../install_steps_interactive.pm_.c:346
+#: ../../install_steps_interactive.pm_.c:410
msgid "Keep the current IP configuration"
msgstr "Zadr¾i postojeæu IP postavu"
-#: ../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:411
msgid "Reconfigure network now"
msgstr "Promijeni mre¾ne postavke"
-#: ../install_steps_interactive.pm_.c:348
-#: ../install_steps_interactive.pm_.c:360
+#: ../../install_steps_interactive.pm_.c:412
msgid "Do not set up networking"
msgstr "Ne pode¹avaj mre¾u"
-#: ../install_steps_interactive.pm_.c:350
-#: ../install_steps_interactive.pm_.c:358
+#: ../../install_steps_interactive.pm_.c:415
+#: ../../install_steps_interactive.pm_.c:420
msgid "Network Configuration"
-msgstr "Postavke mre¾e"
+msgstr "Mre¾ne postavke"
-#: ../install_steps_interactive.pm_.c:351
+#: ../../install_steps_interactive.pm_.c:416
msgid "Local networking has already been configured. Do you want to:"
msgstr "Lokalna mre¾a je veæ pode¹ena. Da li ¾elite:"
-#: ../install_steps_interactive.pm_.c:359
-msgid "Do you want to configure networking for your system?"
+#: ../../install_steps_interactive.pm_.c:421
+msgid "Do you want to configure a local network for your system?"
msgstr "Da li ¾elite podesiti mre¾ne postavke sustava?"
-#: ../install_steps_interactive.pm_.c:360
-msgid "Dialup with modem"
-msgstr "Dialup sa modemom"
-
-#: ../install_steps_interactive.pm_.c:360
-msgid "Local LAN"
-msgstr "Lokalni LAN"
-
-#: ../install_steps_interactive.pm_.c:369
+#: ../../install_steps_interactive.pm_.c:427
msgid "no network card found"
msgstr "ne mogu pronaæi niti jednu mre¾nu karticu"
-#: ../install_steps_interactive.pm_.c:399
-#: ../install_steps_interactive.pm_.c:400
+#: ../../install_steps_interactive.pm_.c:449
+msgid "Modem Configuration"
+msgstr "Postavke modema"
+
+#: ../../install_steps_interactive.pm_.c:450
+msgid ""
+"Do you want to configure a dialup connection with modem for your system?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:462
+#: ../../install_steps_interactive.pm_.c:463
#, c-format
msgid "Configuring network device %s"
msgstr "Pode¹avam mre¾ni ureðaj %s"
-#: ../install_steps_interactive.pm_.c:401
+#: ../../install_steps_interactive.pm_.c:464
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -1998,31 +2560,31 @@ msgstr ""
"Svaka stavka treba biti unesena kao IP adresa odvojena\n"
"toèkama (npr. 1.2.3.4)"
-#: ../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:467
msgid "Automatic IP"
msgstr "Automatski IP"
-#: ../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:467
msgid "IP address:"
msgstr "IP adresa:"
-#: ../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:467
msgid "Netmask:"
msgstr "Netmask:"
-#: ../install_steps_interactive.pm_.c:405
+#: ../../install_steps_interactive.pm_.c:468
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../install_steps_interactive.pm_.c:411 ../printerdrake.pm_.c:149
+#: ../../install_steps_interactive.pm_.c:474 ../../printerdrake.pm_.c:89
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresa treba biti oblika 1.2.3.4"
-#: ../install_steps_interactive.pm_.c:429
+#: ../../install_steps_interactive.pm_.c:492
msgid "Configuring network"
msgstr "Pode¹avam mre¾u"
-#: ../install_steps_interactive.pm_.c:430
+#: ../../install_steps_interactive.pm_.c:493
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -2034,90 +2596,79 @@ msgstr ""
"primjerice mojeracunalo.odjel.domena.hr.\n"
"Takoðer unesite IP adresu gateway raèunala ako gateway postoji"
-#: ../install_steps_interactive.pm_.c:434
+#: ../../install_steps_interactive.pm_.c:497
msgid "DNS server:"
msgstr "DNS poslu¾itelj:"
-#: ../install_steps_interactive.pm_.c:434
+#: ../../install_steps_interactive.pm_.c:497
msgid "Gateway device:"
msgstr "Gateway ureðaj:"
-#: ../install_steps_interactive.pm_.c:434
+#: ../../install_steps_interactive.pm_.c:497
msgid "Gateway:"
msgstr "Gateway:"
-#: ../install_steps_interactive.pm_.c:434
+#: ../../install_steps_interactive.pm_.c:497
msgid "Host name:"
msgstr "Ime raèunala:"
-#: ../install_steps_interactive.pm_.c:447
+#: ../../install_steps_interactive.pm_.c:510
msgid "Try to find a modem?"
msgstr "Da poku¹am pronaæi modem?"
-#: ../install_steps_interactive.pm_.c:457
-msgid "Which serial port is your modem connected to?"
-msgstr "Na kojem se serijskom portu nalazi modem?"
+#: ../../install_steps_interactive.pm_.c:521
+msgid "Please choose which serial port your modem is connected to."
+msgstr "Izaberite serijski port na kojemu se nalazi modem."
-#: ../install_steps_interactive.pm_.c:462
+#: ../../install_steps_interactive.pm_.c:527
msgid "Dialup options"
msgstr "Podesi dialup"
-#: ../install_steps_interactive.pm_.c:463
+#: ../../install_steps_interactive.pm_.c:528
msgid "Connection name"
msgstr "Ime veze"
-#: ../install_steps_interactive.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:529
msgid "Phone number"
msgstr "Telef. broj"
-#: ../install_steps_interactive.pm_.c:465
+#: ../../install_steps_interactive.pm_.c:530
msgid "Login ID"
msgstr "Prijavno ime"
-#: ../install_steps_interactive.pm_.c:466
-#: ../install_steps_interactive.pm_.c:578
-#: ../install_steps_interactive.pm_.c:624
-#: ../install_steps_interactive.pm_.c:724 ../standalone/adduserdrake_.c:40
-msgid "Password"
-msgstr "Lozinka"
-
-#: ../install_steps_interactive.pm_.c:467
+#: ../../install_steps_interactive.pm_.c:532
msgid "Authentication"
msgstr "Provjera autentiènosti"
-#: ../install_steps_interactive.pm_.c:467
+#: ../../install_steps_interactive.pm_.c:532
msgid "CHAP"
msgstr "CHAP"
-#: ../install_steps_interactive.pm_.c:467
+#: ../../install_steps_interactive.pm_.c:532
msgid "PAP"
msgstr "PAP"
-#: ../install_steps_interactive.pm_.c:467
+#: ../../install_steps_interactive.pm_.c:532
msgid "Script-based"
msgstr "Temeljem skripta"
-#: ../install_steps_interactive.pm_.c:467
+#: ../../install_steps_interactive.pm_.c:532
msgid "Terminal-based"
msgstr "Terminal-zasnovano"
-#: ../install_steps_interactive.pm_.c:468
+#: ../../install_steps_interactive.pm_.c:533
msgid "Domain name"
msgstr "Ime domene"
-#: ../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:535
msgid "First DNS Server"
msgstr "Prvi DNS poslu¾itelj"
-#: ../install_steps_interactive.pm_.c:470
+#: ../../install_steps_interactive.pm_.c:536
msgid "Second DNS Server"
msgstr "Drugi DNS poslu¾itelj"
-#: ../install_steps_interactive.pm_.c:483
-msgid "Bringing up the network"
-msgstr "Podi¾em mre¾u"
-
-#: ../install_steps_interactive.pm_.c:492
+#: ../../install_steps_interactive.pm_.c:549
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -2134,7 +2685,7 @@ msgid ""
"In addition customer and/or end user shall particularly be aware to not "
"infringe\n"
"the laws of his/their jurisdiction. Should customer and/or end user do not\n"
-"respect the provision of these applicable laws, he/they will incur serious\n"
+"respect the provision of these applicable laws, he/they will incure serious\n"
"sanctions.\n"
"\n"
"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
@@ -2156,125 +2707,90 @@ msgid ""
"USA"
msgstr ""
-#: ../install_steps_interactive.pm_.c:523
+#: ../../install_steps_interactive.pm_.c:580
msgid "Choose a mirror from which to get the packages"
msgstr "Izaberite mirror sa kojeg ¾elite skinuti pakete"
-#: ../install_steps_interactive.pm_.c:528
+#: ../../install_steps_interactive.pm_.c:588
msgid "Contacting the mirror to get the list of available packages"
msgstr "Spajam se na mirror kako bih pribavio popis dostupnih paketa"
-#: ../install_steps_interactive.pm_.c:532
-msgid "Which packages do you want to install"
-msgstr "Koje pakete ¾elite instalirati"
-
-#: ../install_steps_interactive.pm_.c:534
-msgid "Downloading cryptographic packages"
-msgstr "Preuzimam kriptografske pakete"
+#: ../../install_steps_interactive.pm_.c:592
+msgid "Please choose the packages you want to install."
+msgstr "Odaberite pakete za instalaciju."
-#: ../install_steps_interactive.pm_.c:544
+#: ../../install_steps_interactive.pm_.c:606
msgid "Which is your timezone?"
msgstr "U kojoj ste vremenskoj zoni?"
-#: ../install_steps_interactive.pm_.c:545
+#: ../../install_steps_interactive.pm_.c:607
msgid "Is your hardware clock set to GMT?"
msgstr "Da li je va¹ hardverski sat namje¹ten na GMT?"
-#: ../install_steps_interactive.pm_.c:555
-msgid "Printer"
-msgstr "Pisaè"
-
-#: ../install_steps_interactive.pm_.c:556
-msgid "Would you like to configure a printer?"
-msgstr "Da li ¾elite podesiti pisaè?"
-
-#: ../install_steps_interactive.pm_.c:576
+#: ../../install_steps_interactive.pm_.c:652
msgid "No password"
msgstr "Bez lozinke"
-#: ../install_steps_interactive.pm_.c:576
-#: ../install_steps_interactive.pm_.c:798 ../interactive.pm_.c:74
-#: ../interactive.pm_.c:84 ../interactive.pm_.c:164
-#: ../interactive_newt.pm_.c:50 ../interactive_newt.pm_.c:97
-#: ../interactive_stdio.pm_.c:27 ../my_gtk.pm_.c:192 ../my_gtk.pm_.c:425
-#: ../my_gtk.pm_.c:525
-msgid "Ok"
-msgstr "U redu"
-
-#: ../install_steps_interactive.pm_.c:579
-#: ../install_steps_interactive.pm_.c:625
-#: ../install_steps_interactive.pm_.c:725 ../standalone/adduserdrake_.c:41
-msgid "Password (again)"
-msgstr "Lozinka(provjera)"
-
-#: ../install_steps_interactive.pm_.c:581
+#: ../../install_steps_interactive.pm_.c:657
msgid "Use shadow file"
msgstr "Koristi shadow datoteku"
-#: ../install_steps_interactive.pm_.c:581
+#: ../../install_steps_interactive.pm_.c:657
msgid "shadow"
msgstr "shadow"
-#: ../install_steps_interactive.pm_.c:582
+#: ../../install_steps_interactive.pm_.c:658
msgid "MD5"
msgstr "MD5"
-#: ../install_steps_interactive.pm_.c:582
+#: ../../install_steps_interactive.pm_.c:658
msgid "Use MD5 passwords"
msgstr "Koristi MD5 lozinke"
-#: ../install_steps_interactive.pm_.c:584
+#: ../../install_steps_interactive.pm_.c:660
msgid "Use NIS"
msgstr "Koristi NIS"
-#: ../install_steps_interactive.pm_.c:584
+#: ../../install_steps_interactive.pm_.c:660
msgid "yellow pages"
msgstr "yellow pages"
-#: ../install_steps_interactive.pm_.c:588
-#: ../install_steps_interactive.pm_.c:636
-#: ../install_steps_interactive.pm_.c:736 ../standalone/adduserdrake_.c:52
-msgid "Please try again"
-msgstr "Molim poku¹ajte ponovo"
-
-#: ../install_steps_interactive.pm_.c:588
-#: ../install_steps_interactive.pm_.c:636
-#: ../install_steps_interactive.pm_.c:736 ../standalone/adduserdrake_.c:52
-msgid "The passwords do not match"
-msgstr "Lozinke se ne podudaraju"
-
-#: ../install_steps_interactive.pm_.c:590
+#: ../../install_steps_interactive.pm_.c:666
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Ova lozinka je prejednostavna (lozinka mora sadr¾avati barem %d znakova)"
-#: ../install_steps_interactive.pm_.c:597
+#: ../../install_steps_interactive.pm_.c:673
msgid "Authentification NIS"
msgstr "Provjera autentiènosti NIS"
-#: ../install_steps_interactive.pm_.c:598
+#: ../../install_steps_interactive.pm_.c:674
msgid "NIS Domain"
msgstr "NIS domena"
-#: ../install_steps_interactive.pm_.c:598
+#: ../../install_steps_interactive.pm_.c:674
msgid "NIS Server"
msgstr "NIS poslu¾itelj"
-#: ../install_steps_interactive.pm_.c:618 ../standalone/adduserdrake_.c:34
+#: ../../install_steps_interactive.pm_.c:699
+#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Prihvati korisnika"
-#: ../install_steps_interactive.pm_.c:618 ../standalone/adduserdrake_.c:34
+#: ../../install_steps_interactive.pm_.c:699
+#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Dodaj korisnika"
-#: ../install_steps_interactive.pm_.c:619 ../standalone/adduserdrake_.c:35
+#: ../../install_steps_interactive.pm_.c:700
+#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(veæ postoji %s)"
-#: ../install_steps_interactive.pm_.c:619 ../standalone/adduserdrake_.c:35
+#: ../../install_steps_interactive.pm_.c:700
+#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
"Enter a user\n"
@@ -2283,54 +2799,66 @@ msgstr ""
"Unesite korisnika\n"
"%s"
-#: ../install_steps_interactive.pm_.c:621 ../standalone/adduserdrake_.c:37
+#: ../../install_steps_interactive.pm_.c:702
+#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Puno ime"
-#: ../install_steps_interactive.pm_.c:622 ../standalone/adduserdrake_.c:38
+#: ../../install_steps_interactive.pm_.c:703 ../../printerdrake.pm_.c:84
+#: ../../printerdrake.pm_.c:109 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Korisnièko ime"
-#: ../install_steps_interactive.pm_.c:627 ../standalone/adduserdrake_.c:43
+#: ../../install_steps_interactive.pm_.c:708
+#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Ljuska"
-#: ../install_steps_interactive.pm_.c:637 ../standalone/adduserdrake_.c:53
+#: ../../install_steps_interactive.pm_.c:710
+#: ../../standalone/adduserdrake_.c:47
+msgid "Icon"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:720
+#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Lozinka je prejednostavna"
-#: ../install_steps_interactive.pm_.c:638 ../standalone/adduserdrake_.c:54
+#: ../../install_steps_interactive.pm_.c:721
+#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Molim dajte korisniku korisnièko ime"
-#: ../install_steps_interactive.pm_.c:639 ../standalone/adduserdrake_.c:55
+#: ../../install_steps_interactive.pm_.c:722
+#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Korisnièko ime mo¾e sadr¾avati samo mala slova, brojeve, `-' i `_'"
-#: ../install_steps_interactive.pm_.c:640 ../standalone/adduserdrake_.c:56
+#: ../../install_steps_interactive.pm_.c:723
+#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Ovaj korisnik veæ postoji"
-#: ../install_steps_interactive.pm_.c:659
-msgid "First drive"
-msgstr "Prvi disk"
+#: ../../install_steps_interactive.pm_.c:747
+msgid "First floppy drive"
+msgstr "Prvi disketni pogon"
-#: ../install_steps_interactive.pm_.c:660
-msgid "Second drive"
-msgstr "Drugi disk"
+#: ../../install_steps_interactive.pm_.c:748
+msgid "Second floppy drive"
+msgstr "Drugi disketni pogon"
-#: ../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:749
msgid "Skip"
msgstr "Preskoèi"
-#: ../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:755
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
"install\n"
-"LILO on your system, or another operating system removes LILO, or LILO "
-"doesn't\n"
+"LILO (or grub) on your system, or another operating system removes LILO, or "
+"LILO doesn't\n"
"work with your hardware configuration. A custom bootdisk can also be used "
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
@@ -2338,260 +2866,185 @@ msgid ""
"failures. Would you like to create a bootdisk for your system?"
msgstr ""
-#: ../install_steps_interactive.pm_.c:675
+#: ../../install_steps_interactive.pm_.c:764
msgid "Sorry, no floppy drive available"
msgstr "®alim, meðutim disketni pogon nije dostupan"
-#: ../install_steps_interactive.pm_.c:678
+#: ../../install_steps_interactive.pm_.c:767
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Izaberite disketni pogon koji ¾elite koristiti za izradu boot diskete"
-#: ../install_steps_interactive.pm_.c:683
+#: ../../install_steps_interactive.pm_.c:772
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Umetnite disketu u pogon %s"
-#: ../install_steps_interactive.pm_.c:684
-#: ../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:773
msgid "Creating bootdisk"
msgstr "Stvaram boot disketu"
-#: ../install_steps_interactive.pm_.c:691
-msgid "Preparing bootloader"
-msgstr "Pripremam bootloader"
-
-#: ../install_steps_interactive.pm_.c:703
-msgid "First sector of boot partition"
-msgstr "Prvi sektor boot particije"
-
-#: ../install_steps_interactive.pm_.c:703
-msgid "First sector of drive (MBR)"
-msgstr "Prvi sektor pogona (MBR)"
-
-#: ../install_steps_interactive.pm_.c:708
-msgid "LILO Installation"
-msgstr "LILO instalacija"
-
-#: ../install_steps_interactive.pm_.c:709
-msgid "Where do you want to install the bootloader?"
-msgstr "Gdje ¾elite instalirati bootloader?"
-
-#: ../install_steps_interactive.pm_.c:715
-msgid "Do you want to use LILO?"
-msgstr "Da li ¾elite koristiti LILO?"
-
-#: ../install_steps_interactive.pm_.c:718
-msgid "Boot device"
-msgstr "Boot ureðaj"
-
-#: ../install_steps_interactive.pm_.c:719
-msgid "Linear (needed for some SCSI drives)"
-msgstr "Linearno (potrebno za neke SCSI ureðaje)"
-
-#: ../install_steps_interactive.pm_.c:719
-msgid "linear"
-msgstr "linearno"
-
-#: ../install_steps_interactive.pm_.c:720
-msgid "Compact"
-msgstr "Zbijeno"
-
-#: ../install_steps_interactive.pm_.c:720
-msgid "compact"
-msgstr "zbijeno"
-
-#: ../install_steps_interactive.pm_.c:721
-msgid "Delay before booting default image"
-msgstr "Odgoda prije bootiranja uobièajenog imagea"
-
-#: ../install_steps_interactive.pm_.c:722
-msgid "Video mode"
-msgstr ""
-
-#: ../install_steps_interactive.pm_.c:726
-msgid "Restrict command line options"
-msgstr "Ogranièene opcije na komandnoj liniji"
+#: ../../install_steps_interactive.pm_.c:785 ../../standalone/drakboot_.c:55
+msgid "Installation of LILO failed. The following error occured:"
+msgstr "Instalacija LILO-a nije uspjela. Prijavljena je slijedeæa gre¹ska:"
-#: ../install_steps_interactive.pm_.c:726
-msgid "restrict"
-msgstr "ogranièi"
+#: ../../install_steps_interactive.pm_.c:806
+msgid "Do you want to use SILO?"
+msgstr "Da li ¾elite koristiti SILO?"
-#: ../install_steps_interactive.pm_.c:732
-msgid "LILO main options"
-msgstr "LILO glavne postavke"
+#: ../../install_steps_interactive.pm_.c:817
+msgid "SILO main options"
+msgstr "SILO glavne postavke"
-#: ../install_steps_interactive.pm_.c:735
+#: ../../install_steps_interactive.pm_.c:830
msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Postavka ``Ogranièene opcije na komandnoj liniji'' nema svrhe ako ne unesete "
-"lozinku"
-
-#: ../install_steps_interactive.pm_.c:746
-msgid ""
-"Here are the following entries in LILO.\n"
+"Here are the following entries in SILO.\n"
"You can add some more or change the existing ones."
msgstr ""
-"Ovo su trenutni zapisi u LILO-u.\n"
+"Ovo su trenutni zapisi u SILO-u.\n"
"Mo¾ete dodati jo¹ koji ili urediti postojeæi."
-#: ../install_steps_interactive.pm_.c:748 ../standalone/rpmdrake_.c:302
-msgid "Add"
-msgstr "Dodaj"
-
-#: ../install_steps_interactive.pm_.c:757
-msgid "Linux"
-msgstr "Linux"
-
-#: ../install_steps_interactive.pm_.c:757
-msgid "Other OS (windows...)"
-msgstr "Drugi OS (Windows...)"
-
-#: ../install_steps_interactive.pm_.c:757
-msgid "Which type of entry do you want to add"
-msgstr "Kakvu vrstu zapisa ¾elite dodati"
-
-#: ../install_steps_interactive.pm_.c:777
-msgid "Image"
-msgstr "Image"
-
-#: ../install_steps_interactive.pm_.c:778
-#: ../install_steps_interactive.pm_.c:786
-msgid "Root"
-msgstr "Root"
-
-#: ../install_steps_interactive.pm_.c:779
-msgid "Append"
-msgstr "Dodaj na kraj"
-
-#: ../install_steps_interactive.pm_.c:780
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../install_steps_interactive.pm_.c:781
-msgid "Read-write"
-msgstr "Read-write"
-
-#: ../install_steps_interactive.pm_.c:787
-msgid "Table"
-msgstr "Tablica"
-
-#: ../install_steps_interactive.pm_.c:788
-msgid "Unsafe"
-msgstr "Nesigurno"
+#: ../../install_steps_interactive.pm_.c:858
+msgid "Partition"
+msgstr "Particija"
-#: ../install_steps_interactive.pm_.c:793
-msgid "Label"
-msgstr "Oznaka"
-
-#: ../install_steps_interactive.pm_.c:795
-msgid "Default"
-msgstr "Uobièajeno"
-
-#: ../install_steps_interactive.pm_.c:798
-msgid "Remove entry"
-msgstr "Ukloni zapis"
-
-#: ../install_steps_interactive.pm_.c:801
-msgid "Empty label not allowed"
-msgstr "Prazna oznaka nije dozvoljena"
-
-#: ../install_steps_interactive.pm_.c:802
+#: ../../install_steps_interactive.pm_.c:878
msgid "This label is already in use"
msgstr "Ova oznaka veæ postoji"
-#: ../install_steps_interactive.pm_.c:803
-#, c-format
-msgid "A entry %s already exists"
-msgstr "Zapis %s veæ postoji"
+#: ../../install_steps_interactive.pm_.c:891
+msgid "Installation of SILO failed. The following error occured:"
+msgstr "Instalacija SILO-a nije uspjela. Prijavljena je slijedeæa gre¹ska:"
-#: ../install_steps_interactive.pm_.c:817
-msgid "Installation of LILO failed. The following error occured:"
-msgstr "Instalacija LILO-a nije uspjela. Prijavljena je slijedeæa gre¹ska:"
+#: ../../install_steps_interactive.pm_.c:901
+msgid "Preparing bootloader"
+msgstr "Pripremam bootloader"
+
+#: ../../install_steps_interactive.pm_.c:909
+msgid "Do you want to use aboot?"
+msgstr "Da li ¾elite koristiti aboot?"
+
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"Error installing aboot, \n"
+"try to force installation even if that destroys the first partition?"
+msgstr ""
-#: ../install_steps_interactive.pm_.c:831
+#: ../../install_steps_interactive.pm_.c:929
msgid "Proxies configuration"
msgstr "Postavke proxya"
-#: ../install_steps_interactive.pm_.c:832
+#: ../../install_steps_interactive.pm_.c:930
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:931
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:937
msgid "Proxy should be http://..."
msgstr "Proxy treba biti http://"
-#: ../install_steps_interactive.pm_.c:840
+#: ../../install_steps_interactive.pm_.c:938
msgid "Proxy should be ftp://..."
msgstr "Proxy treba biti ftp://"
-#: ../install_steps_interactive.pm_.c:850 ../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Dobrodo¹li u Crackers"
-#: ../install_steps_interactive.pm_.c:851 ../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:949 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Slab"
-#: ../install_steps_interactive.pm_.c:852 ../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:950 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Nizak"
-#: ../install_steps_interactive.pm_.c:853 ../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:951 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Srednji"
-#: ../install_steps_interactive.pm_.c:854 ../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:952 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Visok"
-#: ../install_steps_interactive.pm_.c:855 ../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:953 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranoidan"
-#: ../install_steps_interactive.pm_.c:868
+#: ../../install_steps_interactive.pm_.c:966
msgid "Miscellaneous questions"
msgstr "Razna pitanja"
-#: ../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:967
msgid "(may cause data corruption)"
msgstr "(mo¾e uzrokovati o¹teæenje podataka)"
-#: ../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:967
msgid "Use hard drive optimisations?"
msgstr "Koristi optimizacije hard diska?"
-#: ../install_steps_interactive.pm_.c:870 ../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:968 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Izaberite sigurnosni nivo"
-#: ../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:969
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Precizna velièina RAM (pronaðeno %d MB)"
-#: ../install_steps_interactive.pm_.c:872
+#: ../../install_steps_interactive.pm_.c:970
msgid "Removable media automounting"
msgstr "Automatsko montiranje uklonjivog (removable) medija"
-#: ../install_steps_interactive.pm_.c:874
+#: ../../install_steps_interactive.pm_.c:972
+msgid "Clean /tmp at each boot"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:975
+msgid "Enable multi profiles"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:977
msgid "Enable num lock at startup"
msgstr "Ukljuèi NumLock kod pokretanja"
-#: ../install_steps_interactive.pm_.c:877
-msgid "Give the ram size in Mb"
+#: ../../install_steps_interactive.pm_.c:980
+msgid "Give the ram size in MB"
msgstr "Upi¹ite velièinu RAM u Mb"
-#: ../install_steps_interactive.pm_.c:905
-#: ../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:982
+msgid "Can't use supermount in high security level"
+msgstr "Ne mo¾ete koristiti supermount u najvi¹em sigurnosnom nivou"
+
+#: ../../install_steps_interactive.pm_.c:1002
+msgid ""
+"DrakX will generate config files for both XFree 3.3 and XFree 4.0.\n"
+"By default, the 3.3 server is used because it works on more graphic cards.\n"
+"\n"
+"Do you want to try XFree 4.0?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:1167
msgid "Try to find PCI devices?"
msgstr "Da li tra¾im PCI ureðaje?"
-#: ../install_steps_interactive.pm_.c:920
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Do you want to generate an auto install floppy for linux replication?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+#, c-format
+msgid "Insert a blank floppy in drive %s"
+msgstr "Umetnite praznu disketu u pogon %s"
+
+#: ../../install_steps_interactive.pm_.c:1044
+msgid "Creating auto install floppy"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1068
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -2601,7 +3054,7 @@ msgstr ""
"\n"
"®elite li zbilja zavr¹iti?"
-#: ../install_steps_interactive.pm_.c:927
+#: ../../install_steps_interactive.pm_.c:1075
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -2614,26 +3067,26 @@ msgid ""
"install chapter of the Official Linux-Mandrake User's Guide."
msgstr ""
-#: ../install_steps_interactive.pm_.c:936
+#: ../../install_steps_interactive.pm_.c:1084
msgid "Shutting down"
msgstr "Ga¹enje sustava"
-#: ../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:1096
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instaliram upravljaèki program %s za karticu %s"
-#: ../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1097
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
-#: ../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:1107
#, c-format
msgid "Which %s driver should I try?"
-msgstr "Koji upravljaèki program da isprobam?"
+msgstr "Koji %s upravljaèki program ¾elite isporbati?"
-#: ../install_steps_interactive.pm_.c:969
+#: ../../install_steps_interactive.pm_.c:1115
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -2645,20 +3098,20 @@ msgid ""
"not cause any damage."
msgstr ""
-#: ../install_steps_interactive.pm_.c:974
+#: ../../install_steps_interactive.pm_.c:1120
msgid "Autoprobe"
msgstr "Auto. ispitaj"
-#: ../install_steps_interactive.pm_.c:974
+#: ../../install_steps_interactive.pm_.c:1120
msgid "Specify options"
msgstr "Odredi postavke"
-#: ../install_steps_interactive.pm_.c:978
+#: ../../install_steps_interactive.pm_.c:1124
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Sada mo¾ete unijeti postavke za modul %s."
-#: ../install_steps_interactive.pm_.c:984
+#: ../../install_steps_interactive.pm_.c:1130
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -2669,11 +3122,11 @@ msgstr ""
"Postavke su formata ``ime=vrijednost ime2=vrijednost2...''.\n"
"Na primjer, ``io=0x300 irq=7''"
-#: ../install_steps_interactive.pm_.c:987
+#: ../../install_steps_interactive.pm_.c:1133
msgid "Module options:"
msgstr "Postavke modula:"
-#: ../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:1143
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -2682,299 +3135,302 @@ msgstr ""
"Uèitavanje modula %s nije uspjelo.\n"
"Da li ¾elite poku¹ati ponovo sa drugim parametrima?"
-#: ../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1156
msgid "Try to find PCMCIA cards?"
msgstr "Da li da tra¾im PCMCIA kartice?"
-#: ../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1157
msgid "Configuring PCMCIA cards..."
msgstr "Pode¹avam PCMCIA kartice..."
-#: ../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1157
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../install_steps_interactive.pm_.c:1018
-msgid ""
-"Linux does not yet fully support ultra dma 66 HPT.\n"
-"As a work-around i can make a custom floppy giving access the hard drive on "
-"ide2 and ide3"
-msgstr ""
-
-#: ../install_steps_interactive.pm_.c:1039
-msgid ""
-"Enter a floppy to create an HTP enabled boot\n"
-"(all data on floppy will be lost)"
-msgstr ""
-
-#: ../install_steps_interactive.pm_.c:1056
-msgid "It is necessary to restart installation booting on the floppy"
-msgstr "Potrebno je ponovo pokrenuti instalaciju sa bootiranjem sa diskete"
-
-#: ../install_steps_interactive.pm_.c:1057
-msgid "It is necessary to restart installation with the new parameters"
-msgstr "Potrebno je ponovo pokrenuti instalaciju sa novim parametrima"
-
-#: ../install_steps_interactive.pm_.c:1061
-#, c-format
-msgid ""
-"Failed to create an HTP boot floppy.\n"
-"You may have to restart installation and give ``%s'' at the prompt"
-msgstr ""
-
-#: ../install_steps_interactive.pm_.c:1081
+#: ../../install_steps_interactive.pm_.c:1176
#, c-format
msgid "Found %s %s interfaces"
msgstr "Prona¹ao sam %s %s interfacea"
-#: ../install_steps_interactive.pm_.c:1082
+#: ../../install_steps_interactive.pm_.c:1177
msgid "Do you have another one?"
msgstr "Da li imate jo¹ koji?"
-#: ../install_steps_interactive.pm_.c:1083
+#: ../../install_steps_interactive.pm_.c:1178
#, c-format
-msgid "Do you have any %s interface?"
+msgid "Do you have any %s interfaces?"
msgstr "Da li imate %s interface?"
-#: ../install_steps_interactive.pm_.c:1085 ../interactive.pm_.c:79
-#: ../my_gtk.pm_.c:424 ../printerdrake.pm_.c:176
+#: ../../install_steps_interactive.pm_.c:1180 ../../interactive.pm_.c:79
+#: ../../my_gtk.pm_.c:458 ../../printerdrake.pm_.c:124
msgid "No"
msgstr "Ne"
-#: ../install_steps_interactive.pm_.c:1085 ../interactive.pm_.c:79
-#: ../my_gtk.pm_.c:424
+#: ../../install_steps_interactive.pm_.c:1180 ../../interactive.pm_.c:79
+#: ../../my_gtk.pm_.c:458
msgid "Yes"
msgstr "Da"
-#: ../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1181
msgid "See hardware info"
msgstr "Poka¾i info o hardveru"
-#: ../install_steps_newt.pm_.c:19
+#: ../../install_steps_interactive.pm_.c:1197
+msgid "Bringing up the network"
+msgstr "Podi¾em mre¾u"
+
+#: ../../install_steps_interactive.pm_.c:1202
+msgid "Bringing down the network"
+msgstr "Onemoguæujem mre¾u"
+
+#: ../../install_steps_newt.pm_.c:21
#, c-format
msgid "Linux-Mandrake Installation %s"
msgstr "Linux-Mandrake instalacija %s"
-#: ../install_steps_newt.pm_.c:30
+#: ../../install_steps_newt.pm_.c:32
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
" <Tab>/<Alt-Tab> izmeðu elemenata | <Space> bira | <F12> slijedeæi zaslon"
-#: ../interactive.pm_.c:84 ../interactive.pm_.c:163
-#: ../interactive_newt.pm_.c:50 ../interactive_newt.pm_.c:97
-#: ../interactive_stdio.pm_.c:27 ../my_gtk.pm_.c:193 ../my_gtk.pm_.c:425
-msgid "Cancel"
-msgstr "Odustani"
+#: ../../install_steps_newt.pm_.c:43
+#, c-format
+msgid ""
+"You can now partition your %s hard drive\n"
+"When you are done, don't forget to save using `w'"
+msgstr ""
-#: ../interactive.pm_.c:181
+#: ../../interactive.pm_.c:244
msgid "Please wait"
msgstr "Molim prièekajte"
-#: ../interactive_stdio.pm_.c:35
+#: ../../interactive_stdio.pm_.c:35
#, c-format
msgid "Ambiguity (%s), be more precise\n"
msgstr "Dvosmislenost (%s), budite precizniji\n"
-#: ../interactive_stdio.pm_.c:36 ../interactive_stdio.pm_.c:51
-#: ../interactive_stdio.pm_.c:70
+#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
+#: ../../interactive_stdio.pm_.c:70
msgid "Bad choice, try again\n"
msgstr "Krivi izbor, poku¹ajte ponovo\n"
-#: ../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:39
#, c-format
msgid " ? (default %s) "
msgstr " ? (uobièajeno %s) "
-#: ../interactive_stdio.pm_.c:52
+#: ../../interactive_stdio.pm_.c:52
#, c-format
msgid "Your choice? (default %s) "
msgstr "Va¹ izbor? (uobièajeno %s) "
-#: ../interactive_stdio.pm_.c:71
+#: ../../interactive_stdio.pm_.c:71
#, c-format
msgid "Your choice? (default %s enter `none' for none) "
msgstr "Va¹ izbor? (uobièajeno %s unesite `none' za nijedan)"
-#: ../keyboard.pm_.c:88
-msgid "Armenian"
-msgstr "Armenska"
+#: ../../keyboard.pm_.c:89 ../../keyboard.pm_.c:116
+msgid "Czech"
+msgstr "Èe¹ka"
+
+#: ../../keyboard.pm_.c:90 ../../keyboard.pm_.c:103 ../../keyboard.pm_.c:117
+msgid "German"
+msgstr "Njemaèka"
+
+#: ../../keyboard.pm_.c:91 ../../keyboard.pm_.c:120
+msgid "Dvorak"
+msgstr "Dvorak"
-#: ../keyboard.pm_.c:89
+#: ../../keyboard.pm_.c:92 ../../keyboard.pm_.c:122
+msgid "Spanish"
+msgstr "©panjolska"
+
+#: ../../keyboard.pm_.c:93 ../../keyboard.pm_.c:123
+msgid "Finnish"
+msgstr "Finska"
+
+#: ../../keyboard.pm_.c:94 ../../keyboard.pm_.c:104 ../../keyboard.pm_.c:124
+msgid "French"
+msgstr "Francuska"
+
+#: ../../keyboard.pm_.c:95 ../../keyboard.pm_.c:143
+msgid "Norwegian"
+msgstr "Norve¹ka"
+
+#: ../../keyboard.pm_.c:96
+msgid "Polish"
+msgstr "Poljska"
+
+#: ../../keyboard.pm_.c:97 ../../keyboard.pm_.c:148
+msgid "Russian"
+msgstr "Ruska"
+
+#: ../../keyboard.pm_.c:98 ../../keyboard.pm_.c:157
+msgid "UK keyboard"
+msgstr "UK tipkovnica"
+
+#: ../../keyboard.pm_.c:99 ../../keyboard.pm_.c:102 ../../keyboard.pm_.c:158
+msgid "US keyboard"
+msgstr "US tipkovnica"
+
+#: ../../keyboard.pm_.c:106
+msgid "Armenian (old)"
+msgstr "Armenska (stara)"
+
+#: ../../keyboard.pm_.c:107
+msgid "Armenian (typewriter)"
+msgstr "Armenska (typewriter)"
+
+#: ../../keyboard.pm_.c:108
+msgid "Armenian (phonetic)"
+msgstr "Armenska (fonetska)"
+
+#: ../../keyboard.pm_.c:111
msgid "Belgian"
msgstr "Belgijska"
-#: ../keyboard.pm_.c:90
+#: ../../keyboard.pm_.c:112
msgid "Bulgarian"
msgstr "Bugarska"
-#: ../keyboard.pm_.c:91
-msgid "Brazilian"
-msgstr "Brazilska"
-
-#: ../keyboard.pm_.c:92
-msgid "Swiss (French layout)"
-msgstr "©vicarska (francuski raspored)"
+#: ../../keyboard.pm_.c:113
+msgid "Brazilian (ABNT-2)"
+msgstr "Brazilska (ABNT-2)"
-#: ../keyboard.pm_.c:93
+#: ../../keyboard.pm_.c:114
msgid "Swiss (German layout)"
msgstr "©vicarska (Njemaèki raspored)"
-#: ../keyboard.pm_.c:94
-msgid "Czech"
-msgstr "Èe¹ka"
+#: ../../keyboard.pm_.c:115
+msgid "Swiss (French layout)"
+msgstr "©vicarska (francuski raspored)"
-#: ../keyboard.pm_.c:95
-msgid "German"
-msgstr "Njemaèka"
+#: ../../keyboard.pm_.c:118
+msgid "German (no dead keys)"
+msgstr ""
-#: ../keyboard.pm_.c:96
+#: ../../keyboard.pm_.c:119
msgid "Danish"
msgstr "Danska"
-#: ../keyboard.pm_.c:97
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../keyboard.pm_.c:98
+#: ../../keyboard.pm_.c:121
msgid "Estonian"
msgstr "Estonska"
-#: ../keyboard.pm_.c:99
-msgid "Spanish"
-msgstr "©panjolska"
-
-#: ../keyboard.pm_.c:100
-msgid "Finnish"
-msgstr "Finska"
-
-#: ../keyboard.pm_.c:101
-msgid "French"
-msgstr "Francuska"
-
-#: ../keyboard.pm_.c:102
+#: ../../keyboard.pm_.c:125
msgid "Georgian (\"Russian\" layout)"
msgstr "Gruzijska (\"Ruski\" raspored)"
-#: ../keyboard.pm_.c:103
+#: ../../keyboard.pm_.c:126
msgid "Georgian (\"Latin\" layout)"
msgstr "Gruzijska (\"Latin\" raspored)"
-#: ../keyboard.pm_.c:104
+#: ../../keyboard.pm_.c:127
msgid "Greek"
msgstr "Grèka"
-#: ../keyboard.pm_.c:105
+#: ../../keyboard.pm_.c:128
msgid "Hungarian"
msgstr "Maðarska"
-#: ../keyboard.pm_.c:106
+#: ../../keyboard.pm_.c:129
+msgid "Croatian"
+msgstr ""
+
+#: ../../keyboard.pm_.c:130
msgid "Israeli"
msgstr "Izraelska"
-#: ../keyboard.pm_.c:107
+#: ../../keyboard.pm_.c:131
msgid "Israeli (Phonetic)"
msgstr "Izraelska (fonetska)"
-#: ../keyboard.pm_.c:108
+#: ../../keyboard.pm_.c:134
msgid "Icelandic"
msgstr "Islandska"
-#: ../keyboard.pm_.c:109
+#: ../../keyboard.pm_.c:135
msgid "Italian"
msgstr "Talijanska"
-#: ../keyboard.pm_.c:110
+#: ../../keyboard.pm_.c:136
msgid "Latin American"
msgstr "Latino amerièka"
-#: ../keyboard.pm_.c:111
+#: ../../keyboard.pm_.c:137
msgid "Dutch"
msgstr "Nizozemska"
-#: ../keyboard.pm_.c:112
-msgid "Lithuanian AZERTY"
-msgstr "Lituanska AZERTY"
+#: ../../keyboard.pm_.c:138
+msgid "Lithuanian AZERTY (old)"
+msgstr "Lituanska AZERTY (stara)"
+
+#: ../../keyboard.pm_.c:140
+msgid "Lithuanian AZERTY (new)"
+msgstr "Lituanska AZERTY (nova)"
-#: ../keyboard.pm_.c:113
+#: ../../keyboard.pm_.c:141
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituanska \"number row\" QWERTY"
-#: ../keyboard.pm_.c:114
+#: ../../keyboard.pm_.c:142
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituanska \"fonetska\" QWERTY"
-#: ../keyboard.pm_.c:115
-msgid "Norwegian"
-msgstr "Norve¹ka"
-
-#: ../keyboard.pm_.c:116
-#, fuzzy
+#: ../../keyboard.pm_.c:144
msgid "Polish (qwerty layout)"
-msgstr "©vicarska (Njemaèki raspored)"
+msgstr "Poljska (qwerty raspored)"
-#: ../keyboard.pm_.c:117
-#, fuzzy
+#: ../../keyboard.pm_.c:145
msgid "Polish (qwertz layout)"
-msgstr "©vicarska (Njemaèki raspored)"
+msgstr "Poljska (qwertz raspored)"
-#: ../keyboard.pm_.c:118
+#: ../../keyboard.pm_.c:146
msgid "Portuguese"
msgstr "Portugalska"
-#: ../keyboard.pm_.c:119
+#: ../../keyboard.pm_.c:147
msgid "Canadian (Quebec)"
msgstr "Kanadska (Quebec)"
-#: ../keyboard.pm_.c:120
-msgid "Russian"
-msgstr "Ruska"
-
-#: ../keyboard.pm_.c:121
+#: ../../keyboard.pm_.c:149
msgid "Russian (Yawerty)"
msgstr "Ruska (Yawerty)"
-#: ../keyboard.pm_.c:122
+#: ../../keyboard.pm_.c:150
msgid "Swedish"
msgstr "©vedska"
-#: ../keyboard.pm_.c:123
+#: ../../keyboard.pm_.c:151
msgid "Slovenian"
msgstr "Slovenska"
-#: ../keyboard.pm_.c:124
+#: ../../keyboard.pm_.c:152
msgid "Slovakian"
msgstr "Slovaèka"
-#: ../keyboard.pm_.c:125
+#: ../../keyboard.pm_.c:153
msgid "Thai keyboard"
msgstr "Tajlandska tipkovnica"
-#: ../keyboard.pm_.c:126
+#: ../../keyboard.pm_.c:154
msgid "Turkish (traditional \"F\" model)"
msgstr "Turska (tradicionalni \"F\" model)"
-#: ../keyboard.pm_.c:127
+#: ../../keyboard.pm_.c:155
msgid "Turkish (modern \"Q\" model)"
msgstr "Turska (moderna \"Q\" model)"
-#: ../keyboard.pm_.c:128
+#: ../../keyboard.pm_.c:156
msgid "Ukrainian"
msgstr "Ukrajinska"
-#: ../keyboard.pm_.c:129
-msgid "UK keyboard"
-msgstr "UK tipkovnica"
-
-#: ../keyboard.pm_.c:130
-msgid "US keyboard"
-msgstr "US tipkovnica"
-
-#: ../keyboard.pm_.c:131
+#: ../../keyboard.pm_.c:159
msgid "US keyboard (international)"
msgstr "US keyboard (internacionalna)"
-#: ../keyboard.pm_.c:132
+#: ../../keyboard.pm_.c:160
msgid "Yugoslavian (latin layout)"
msgstr "Jugoslavenska (latinièni raspored)"
@@ -2983,7 +3439,7 @@ msgstr "Jugoslavenska (latinièni raspored)"
# out there. It is the nsuggested that for non latin languages an ascii
# transliteration be used; or maybe the english text be used; as it is best
#
-#: ../lilo.pm_.c:145
+#: ../../lilo.pm_.c:176
#, c-format
msgid ""
"Welcome to LILO the operating system chooser!\n"
@@ -3002,131 +3458,206 @@ msgstr ""
"i pritisnite <ENTER> oili pricekajte %d sekundi za podrazumijevani\n"
"operativni sustav.\n"
-#: ../mouse.pm_.c:20
-msgid "No Mouse"
-msgstr "Nema mi¹a"
+# NOTE: this message will be displayed by grub at boot time; that is
+# using the BIOS font; that means cp437 charset on 99.99% of PC computers
+# out there. It is the nsuggested that for non latin languages an ascii
+# transliteration be used; or maybe the english text be used; as it is best
+#
+# The lines must fit on screen, aka length < 80
+# and only one line per string for the GRUB messages
+#
+#: ../../lilo.pm_.c:431
+msgid "Welcome to GRUB the operating system chooser!"
+msgstr ""
-#: ../mouse.pm_.c:21
-msgid "Microsoft Rev 2.1A or higher (serial)"
-msgstr "Microsoft Rev 2.1A ili vi¹e (serijski)"
+#: ../../lilo.pm_.c:432
+#, c-format
+msgid "Use the %c and %c keys for selecting which entry is highlighted."
+msgstr ""
-#: ../mouse.pm_.c:22
-msgid "Logitech CC Series (serial)"
-msgstr "Logitech CC Series (serijski)"
+#: ../../lilo.pm_.c:433
+msgid "Press enter to boot the selected OS, 'e' to edit the"
+msgstr ""
-#: ../mouse.pm_.c:23
-msgid "Logitech MouseMan+/FirstMouse+ (serial)"
-msgstr "Logitech MouseMan+/FirstMouse+ (serijski)"
+#: ../../lilo.pm_.c:434
+msgid "commands before booting, or 'c' for a command-line."
+msgstr ""
-#: ../mouse.pm_.c:24
-msgid "ASCII MieMouse (serial)"
-msgstr "ASCII MieMouse (serijski)"
+#: ../../lilo.pm_.c:435
+#, c-format
+msgid "The highlighted entry will be booted automatically in %d seconds."
+msgstr ""
-#: ../mouse.pm_.c:25
-msgid "Genius NetMouse (serial)"
-msgstr "Genius NetMouse (serijski)"
+#: ../../lilo.pm_.c:439
+msgid "not enough room in /boot"
+msgstr ""
-#: ../mouse.pm_.c:26
-msgid "Microsoft IntelliMouse (serial)"
-msgstr "Microsoft IntelliMouse (serijski)"
+#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
+#: ../../lilo.pm_.c:518
+msgid "Desktop"
+msgstr ""
-#: ../mouse.pm_.c:27
-msgid "MM Series (serial)"
-msgstr "MM Series (serijski)"
+#: ../../lilo.pm_.c:518
+msgid "Start Menu"
+msgstr ""
-#: ../mouse.pm_.c:28
-msgid "MM HitTablet (serial)"
-msgstr "MM HitTablet (serijski)"
+#: ../../mouse.pm_.c:21
+msgid "Sun - Mouse"
+msgstr "Sun - mi¹"
-#: ../mouse.pm_.c:29
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mi¹ (serijski, stari C7 tip)"
+#: ../../mouse.pm_.c:23
+msgid "Apple ADB Mouse"
+msgstr "Apple ADB mi¹"
-#: ../mouse.pm_.c:30
-msgid "Logitech MouseMan/FirstMouse (serial)"
-msgstr "Logitech MouseMan/FirstMouse (serijski)"
+#: ../../mouse.pm_.c:24
+msgid "Apple ADB Mouse (2 Buttons)"
+msgstr "Apple ADB mi¹ (2 gumba)"
-#: ../mouse.pm_.c:31
-msgid "Generic Mouse (serial)"
-msgstr "Generièki Mi¹ (serijski)"
+#: ../../mouse.pm_.c:25
+msgid "Apple ADB Mouse (3+ Buttons)"
+msgstr "Apple ADB mi¹ (3 gumba i vi¹e)"
-#: ../mouse.pm_.c:32
-msgid "Microsoft compatible (serial)"
-msgstr "Microsoft compatible (serial)"
+#: ../../mouse.pm_.c:26
+msgid "Apple USB Mouse"
+msgstr "Apple USB mi¹"
-#: ../mouse.pm_.c:33
-msgid "Generic 3 Button Mouse (serial)"
-msgstr "Generic 3 Button Mouse (serial)"
+#: ../../mouse.pm_.c:27
+msgid "Apple USB Mouse (2 Buttons)"
+msgstr "Apple USB mi¹ (2 gumba)"
-#: ../mouse.pm_.c:34
-msgid "Mouse Systems (serial)"
-msgstr "Mouse Systems (serial)"
+#: ../../mouse.pm_.c:28
+msgid "Apple USB Mouse (3+ Buttons)"
+msgstr "Apple USB mi¹ (3 gumba i vi¹e)"
-#: ../mouse.pm_.c:35
+#: ../../mouse.pm_.c:30
msgid "Generic Mouse (PS/2)"
msgstr "Generièki mi¹ (PS/2)"
-#: ../mouse.pm_.c:36
+#: ../../mouse.pm_.c:31
msgid "Logitech MouseMan/FirstMouse (ps/2)"
msgstr "Logitech MouseMan/FirstMouse (ps/2)"
-#: ../mouse.pm_.c:37
+#: ../../mouse.pm_.c:32
msgid "Generic 3 Button Mouse (PS/2)"
msgstr "Generièki mi¹ s 3 gumba (PS/2)"
-#: ../mouse.pm_.c:38
+#: ../../mouse.pm_.c:33
msgid "ALPS GlidePoint (PS/2)"
msgstr "ALPS GlidePoint (PS/2)"
-#: ../mouse.pm_.c:39
+#: ../../mouse.pm_.c:34
msgid "Logitech MouseMan+/FirstMouse+ (PS/2)"
msgstr "Logitech MouseMan+/FirstMouse+ (PS/2)"
-#: ../mouse.pm_.c:40
+#: ../../mouse.pm_.c:35
msgid "Kensington Thinking Mouse (PS/2)"
msgstr "Kensington Thinking Mouse (PS/2)"
-#: ../mouse.pm_.c:41
+#: ../../mouse.pm_.c:36
msgid "ASCII MieMouse (PS/2)"
msgstr "ASCII MieMouse (PS/2)"
-#: ../mouse.pm_.c:42
+#: ../../mouse.pm_.c:37
msgid "Genius NetMouse (PS/2)"
msgstr "Genius NetMouse (PS/2)"
-#: ../mouse.pm_.c:43
+#: ../../mouse.pm_.c:38
msgid "Genius NetMouse Pro (PS/2)"
msgstr "Genius NetMouse Pro (PS/2)"
-#: ../mouse.pm_.c:44
+#: ../../mouse.pm_.c:39
msgid "Genius NetScroll (PS/2)"
msgstr "Genius NetScroll (PS/2)"
-#: ../mouse.pm_.c:45
+#: ../../mouse.pm_.c:40
msgid "Microsoft IntelliMouse (PS/2)"
msgstr "Microsoft IntelliMouse (PS/2)"
-#: ../mouse.pm_.c:46
+#: ../../mouse.pm_.c:41
msgid "ATI Bus Mouse"
msgstr "ATI Bus mi¹"
-#: ../mouse.pm_.c:47
+#: ../../mouse.pm_.c:42
msgid "Microsoft Bus Mouse"
msgstr "Microsoft Bus mi¹"
-#: ../mouse.pm_.c:48
+#: ../../mouse.pm_.c:43
msgid "Logitech Bus Mouse"
msgstr "Logitech Bus mi¹"
-#: ../mouse.pm_.c:49
+#: ../../mouse.pm_.c:44
msgid "USB Mouse"
msgstr "USB mi¹"
-#: ../mouse.pm_.c:50
+#: ../../mouse.pm_.c:45
msgid "USB Mouse (3 buttons or more)"
msgstr "USB mi¹ (3 gumba i vi¹e)"
-#: ../partition_table.pm_.c:486
+#: ../../mouse.pm_.c:47
+msgid "No Mouse"
+msgstr "Nema mi¹a"
+
+#: ../../mouse.pm_.c:48
+msgid "Microsoft Rev 2.1A or higher (serial)"
+msgstr "Microsoft Rev 2.1A ili vi¹e (serijski)"
+
+#: ../../mouse.pm_.c:49
+msgid "Logitech CC Series (serial)"
+msgstr "Logitech CC Series (serijski)"
+
+#: ../../mouse.pm_.c:50
+msgid "Logitech MouseMan+/FirstMouse+ (serial)"
+msgstr "Logitech MouseMan+/FirstMouse+ (serijski)"
+
+#: ../../mouse.pm_.c:51
+msgid "ASCII MieMouse (serial)"
+msgstr "ASCII MieMouse (serijski)"
+
+#: ../../mouse.pm_.c:52
+msgid "Genius NetMouse (serial)"
+msgstr "Genius NetMouse (serijski)"
+
+#: ../../mouse.pm_.c:53
+msgid "Microsoft IntelliMouse (serial)"
+msgstr "Microsoft IntelliMouse (serijski)"
+
+#: ../../mouse.pm_.c:54
+msgid "MM Series (serial)"
+msgstr "MM Series (serijski)"
+
+#: ../../mouse.pm_.c:55
+msgid "MM HitTablet (serial)"
+msgstr "MM HitTablet (serijski)"
+
+#: ../../mouse.pm_.c:56
+msgid "Logitech Mouse (serial, old C7 type)"
+msgstr "Logitech Mi¹ (serijski, stari C7 tip)"
+
+#: ../../mouse.pm_.c:57
+msgid "Logitech MouseMan/FirstMouse (serial)"
+msgstr "Logitech MouseMan/FirstMouse (serijski)"
+
+#: ../../mouse.pm_.c:58
+msgid "Generic Mouse (serial)"
+msgstr "Generièki Mi¹ (serijski)"
+
+#: ../../mouse.pm_.c:59
+msgid "Microsoft compatible (serial)"
+msgstr "Microsoft compatible (serial)"
+
+#: ../../mouse.pm_.c:60
+msgid "Generic 3 Button Mouse (serial)"
+msgstr "Generic 3 Button Mouse (serial)"
+
+#: ../../mouse.pm_.c:61
+msgid "Mouse Systems (serial)"
+msgstr "Mouse Systems (serial)"
+
+#: ../../my_gtk.pm_.c:459
+msgid "Is this correct?"
+msgstr "Da li je ovo ispravno?"
+
+#: ../../partition_table.pm_.c:533
msgid ""
"You have a hole in your partition table but I can't use it.\n"
"The only solution is to move your primary partitions to have the hole next "
@@ -3136,111 +3667,124 @@ msgstr ""
"Jedino rje¹enje je da pomaknete va¹u primarnu particiju kako bi rupa bila\n"
"odmah do pro¹irenih particija."
-#: ../partition_table.pm_.c:572
+#: ../../partition_table.pm_.c:621
#, c-format
msgid "Error reading file %s"
msgstr "Gre¹ka prilikom èitanja datoteke %s"
-#: ../partition_table.pm_.c:579
+#: ../../partition_table.pm_.c:628
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Vraæanje iz datoteke %s nije uspjelo: %s"
-#: ../partition_table.pm_.c:581
+#: ../../partition_table.pm_.c:630
msgid "Bad backup file"
msgstr "Lo¹a backup datoteka"
-#: ../partition_table.pm_.c:602
+#: ../../partition_table.pm_.c:651
#, c-format
msgid "Error writing to file %s"
msgstr "Gre¹ka prilikom pisanja u datoteku %s"
-#
-#: ../placeholder.pm_.c:5
+#: ../../pkgs.pm_.c:20
+msgid "mandatory"
+msgstr "obvezno"
+
+#: ../../pkgs.pm_.c:21
+msgid "must have"
+msgstr "potrebno"
+
+#: ../../pkgs.pm_.c:22
+msgid "important"
+msgstr "va¾no"
+
+#: ../../pkgs.pm_.c:24
+msgid "very nice"
+msgstr "vrlo lijepo"
+
+#: ../../pkgs.pm_.c:25
+msgid "nice"
+msgstr "lijepo"
+
+#: ../../pkgs.pm_.c:26 ../../pkgs.pm_.c:27
+msgid "interesting"
+msgstr "interesantno"
+
+#: ../../pkgs.pm_.c:28 ../../pkgs.pm_.c:29 ../../pkgs.pm_.c:30
+#: ../../pkgs.pm_.c:31
+msgid "maybe"
+msgstr "mo¾da"
+
+#: ../../pkgs.pm_.c:33
+msgid "i18n (important)"
+msgstr "i18n (va¾no)"
+
+#: ../../pkgs.pm_.c:34
+msgid "i18n (very nice)"
+msgstr "i18n (vrlo lijepo)"
+
+#: ../../pkgs.pm_.c:35
+msgid "i18n (nice)"
+msgstr "i18n (lijepo)"
+
+#: ../../placeholder.pm_.c:5
msgid "Show less"
msgstr "Prika¾i manje"
-#: ../placeholder.pm_.c:6
+#: ../../placeholder.pm_.c:6
msgid "Show more"
msgstr "Prika¾i vi¹e"
-#: ../printer.pm_.c:244
+#: ../../printer.pm_.c:244
msgid "Local printer"
msgstr "Lokalni pisaè"
-#: ../printer.pm_.c:245
+#: ../../printer.pm_.c:245
msgid "Remote lpd"
msgstr "Udaljeni lpd"
-#: ../printer.pm_.c:246
+#: ../../printer.pm_.c:246
msgid "SMB/Windows 95/98/NT"
msgstr "SMB/Windows 95/98/NT"
-#: ../printer.pm_.c:247
+#: ../../printer.pm_.c:247
msgid "NetWare"
msgstr "NetWare"
-#: ../printerdrake.pm_.c:75
-msgid "Local Printer Options"
-msgstr "Postavke lokalnog pisaèa"
-
-#: ../printerdrake.pm_.c:76
-msgid ""
-"Every print queue (which print jobs are directed to) needs a\n"
-"name (often lp) and a spool directory associated with it. What\n"
-"name and directory should be used for this queue?"
-msgstr ""
-
-#: ../printerdrake.pm_.c:79
-msgid "Name of queue:"
-msgstr "Ime reda:"
-
-#: ../printerdrake.pm_.c:79
-msgid "Spool directory:"
-msgstr "Posrednièki direktorij:"
-
-#: ../printerdrake.pm_.c:90
-msgid "Select Printer Connection"
-msgstr "Odaberi vezu pisaèa"
-
-#: ../printerdrake.pm_.c:91
-msgid "How is the printer connected?"
-msgstr "Kako je pisaè povezan?"
-
-#: ../printerdrake.pm_.c:99
+#: ../../printerdrake.pm_.c:19
msgid "Detecting devices..."
msgstr "Otkrivanje ureðaja..."
-#: ../printerdrake.pm_.c:99
+#: ../../printerdrake.pm_.c:19
msgid "Test ports"
msgstr "Isku¹aj portove"
-#: ../printerdrake.pm_.c:112
+#: ../../printerdrake.pm_.c:35
#, c-format
msgid "A printer, model \"%s\", has been detected on "
msgstr "Pisaè, model \"%s\", je otkriven na "
-#: ../printerdrake.pm_.c:119
+#: ../../printerdrake.pm_.c:44
msgid "Local Printer Device"
msgstr "Ureðaj lokalnog pisaèa"
-#: ../printerdrake.pm_.c:120
+#: ../../printerdrake.pm_.c:45
msgid ""
-"What device is your printer connected to \n"
+"What device is your printer connected to \n"
"(note that /dev/lp0 is equivalent to LPT1:)?\n"
msgstr ""
"Na koji ureðaj je va¹ pisaè spojen \n"
"(napomena: /dev/lp0 je jednak LPT1:)?\n"
-#: ../printerdrake.pm_.c:121
-msgid "Printer Device:"
-msgstr "Ureðaj pisaèa:"
+#: ../../printerdrake.pm_.c:47
+msgid "Printer Device"
+msgstr "Ureðaj pisaèa"
-#: ../printerdrake.pm_.c:125
+#: ../../printerdrake.pm_.c:62
msgid "Remote lpd Printer Options"
msgstr "Postavke udaljenog lpd pisaèa"
-#: ../printerdrake.pm_.c:126
+#: ../../printerdrake.pm_.c:63
msgid ""
"To use a remote lpd print queue, you need to supply\n"
"the hostname of the printer server and the queue name\n"
@@ -3250,19 +3794,19 @@ msgstr ""
"ime ispisnog poslu¾itelja te ime reda na poslu¾itelju\n"
"na koji ¾elite ispisivati."
-#: ../printerdrake.pm_.c:129
-msgid "Remote hostname:"
-msgstr "Udaljeno raèunalo:"
+#: ../../printerdrake.pm_.c:66
+msgid "Remote hostname"
+msgstr "Udaljeno raèunalo"
-#: ../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:67
msgid "Remote queue"
msgstr "Udaljeni red"
-#: ../printerdrake.pm_.c:134
+#: ../../printerdrake.pm_.c:75
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Postavke SMB (Windows 9x/NT) pisaèa"
-#: ../printerdrake.pm_.c:135
+#: ../../printerdrake.pm_.c:76
msgid ""
"To print to a SMB printer, you need to provide the\n"
"SMB host name (Note! It may be different from its\n"
@@ -3271,35 +3815,27 @@ msgid ""
"applicable user name, password, and workgroup information."
msgstr ""
-#: ../printerdrake.pm_.c:140
-msgid "SMB server IP:"
-msgstr "IP SMB poslu¾itelja:"
+#: ../../printerdrake.pm_.c:81
+msgid "SMB server host"
+msgstr "SMB poslu¾itelj"
-#: ../printerdrake.pm_.c:140
-msgid "SMB server host:"
-msgstr "SMB poslu¾itelj:"
-
-#: ../printerdrake.pm_.c:141 ../printerdrake.pm_.c:163
-msgid "Password:"
-msgstr "Lozinka:"
-
-#: ../printerdrake.pm_.c:141
-msgid "Share name:"
-msgstr ""
+#: ../../printerdrake.pm_.c:82
+msgid "SMB server IP"
+msgstr "IP SMB poslu¾itelja"
-#: ../printerdrake.pm_.c:141 ../printerdrake.pm_.c:163
-msgid "User name:"
-msgstr "Korisnièko ime:"
+#: ../../printerdrake.pm_.c:83
+msgid "Share name"
+msgstr "Ime sharea"
-#: ../printerdrake.pm_.c:142
-msgid "Workgroup:"
-msgstr "Radna grupa:"
+#: ../../printerdrake.pm_.c:86
+msgid "Workgroup"
+msgstr "Radna grupa"
-#: ../printerdrake.pm_.c:157
+#: ../../printerdrake.pm_.c:102
msgid "NetWare Printer Options"
msgstr "Postavke NetWare pisaèa"
-#: ../printerdrake.pm_.c:158
+#: ../../printerdrake.pm_.c:103
msgid ""
"To print to a NetWare printer, you need to provide the\n"
"NetWare print server name (Note! it may be different from its\n"
@@ -3307,67 +3843,95 @@ msgid ""
"wish to access and any applicable user name and password."
msgstr ""
-#: ../printerdrake.pm_.c:162
-msgid "Print Queue Name:"
-msgstr "Ime reda pisaèa:"
+#: ../../printerdrake.pm_.c:107
+msgid "Printer Server"
+msgstr "Ispisni poslu¾itelj"
-#: ../printerdrake.pm_.c:162
-msgid "Printer Server:"
-msgstr "Ispisni poslu¾itelj:"
+#: ../../printerdrake.pm_.c:108
+msgid "Print Queue Name"
+msgstr "Ime reda pisaèa"
-#: ../printerdrake.pm_.c:173
+#: ../../printerdrake.pm_.c:121
msgid "Yes, print ASCII test page"
msgstr "Da, ispi¹i ASCII probnu stranicu"
-#: ../printerdrake.pm_.c:174
+#: ../../printerdrake.pm_.c:122
msgid "Yes, print PostScript test page"
msgstr "Da, ispi¹i PostScript probnu stranicu"
-#: ../printerdrake.pm_.c:175
+#: ../../printerdrake.pm_.c:123
msgid "Yes, print both test pages"
msgstr "Da, ispi¹i obje probne stranice"
-#: ../printerdrake.pm_.c:183
+#: ../../printerdrake.pm_.c:130
msgid "Configure Printer"
msgstr "Postavke pisaèa"
-#: ../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:131
msgid "What type of printer do you have?"
msgstr "Kakav tip pisaèa posjedujete?"
-#: ../printerdrake.pm_.c:204
+#: ../../printerdrake.pm_.c:163
msgid "Printer options"
msgstr "Postavke pisaèa"
-#: ../printerdrake.pm_.c:205
+#: ../../printerdrake.pm_.c:164
msgid "Paper Size"
msgstr "Velièina papira"
-#: ../printerdrake.pm_.c:206
+#: ../../printerdrake.pm_.c:165
msgid "Eject page after job?"
msgstr ""
-#: ../printerdrake.pm_.c:209
-msgid "Fix stair-stepping text?"
+#: ../../printerdrake.pm_.c:170
+msgid "Uniprint driver options"
+msgstr "Postavke uniprinter pokretaèkog programa"
+
+#: ../../printerdrake.pm_.c:171
+msgid "Color depth options"
msgstr ""
-#: ../printerdrake.pm_.c:212
-msgid "Uniprint driver options"
+#: ../../printerdrake.pm_.c:173
+msgid "Print text as PostScript?"
+msgstr "Ispi¹i tekst kao PostScript?"
+
+#: ../../printerdrake.pm_.c:174
+msgid "Reverse page order"
+msgstr "Obrni redoslijed stranica"
+
+#: ../../printerdrake.pm_.c:176
+msgid "Fix stair-stepping text?"
msgstr ""
-#: ../printerdrake.pm_.c:213
-msgid "Color depth options"
+#: ../../printerdrake.pm_.c:179
+msgid "Number of pages per output pages"
msgstr ""
-#: ../printerdrake.pm_.c:223
+#: ../../printerdrake.pm_.c:180
+msgid "Right/Left margins in points (1/72 of inch)"
+msgstr "Desna/lijeva margina u toèkama (1/72 inèa)"
+
+#: ../../printerdrake.pm_.c:181
+msgid "Top/Bottom margins in points (1/72 of inch)"
+msgstr "Gornja/donja margina u toèkama (1/72 inèa)"
+
+#: ../../printerdrake.pm_.c:184
+msgid "Extra GhostScript options"
+msgstr "Dodatne GhostScript postavke"
+
+#: ../../printerdrake.pm_.c:187
+msgid "Extra Text options"
+msgstr "Dodatne Tekst Postavke"
+
+#: ../../printerdrake.pm_.c:198
msgid "Do you want to test printing?"
msgstr "Da li ¾elite isku¹ati pisaè?"
-#: ../printerdrake.pm_.c:234
+#: ../../printerdrake.pm_.c:210
msgid "Printing test page(s)..."
msgstr "Ispisujem probnu stranicu(e)..."
-#: ../printerdrake.pm_.c:252
+#: ../../printerdrake.pm_.c:218
#, c-format
msgid ""
"Test page(s) have been sent to the printer daemon.\n"
@@ -3377,45 +3941,310 @@ msgid ""
"\n"
"Does it work properly?"
msgstr ""
-"Probna stranica(e) je poslana printer daemon-u.\n"
-"Ponekad je potrebno par sekundi prije nego pisaè poène ispisivati.\n"
-"Stanje pisaèa:\n"
+"Probna stranica(e) poslana je na pisaè.\n"
+"Ponekad je potrebno par sekundi prije nego pisaè poène s ispisom.\n"
+"Stanje ispisa:\n"
"%s\n"
"\n"
-"Da li pisaè radi ispravno?"
+"Da li sve radi kako spada?"
-#: ../printerdrake.pm_.c:256
+#: ../../printerdrake.pm_.c:222
msgid ""
"Test page(s) have been sent to the printer daemon.\n"
"This may take a little time before printer start.\n"
"Does it work properly?"
msgstr ""
-"Probna stranica(e) je poslana printer daemon-u.\n"
-"Ponekad je potrebno par sekundi prije nego pisaè poène ispisivati.\n"
-"Da li pisaè radi ispravno?"
+"Probna stranica(e) poslana je na pisaè.\n"
+"Ponekad je potrebno par sekundi prije nego pisaè poène s ispisom.\n"
+"Da li sve radi kako spada?"
-#: ../raid.pm_.c:36
+#: ../../printerdrake.pm_.c:238
+msgid "Printer"
+msgstr "Pisaè"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Would you like to configure a printer?"
+msgstr "Da li ¾elite podesiti pisaè?"
+
+#: ../../printerdrake.pm_.c:243
+msgid ""
+"Here are the following print queues.\n"
+"You can add some more or change the existing ones."
+msgstr ""
+"Slijedeæe su redovi pisaèa.\n"
+"Mo¾ete dodati jo¹ koji ili urediti postojeæi."
+
+#: ../../printerdrake.pm_.c:266 ../../printerdrake.pm_.c:272
+msgid "Select Printer Connection"
+msgstr "Odaberi vezu pisaèa"
+
+#: ../../printerdrake.pm_.c:267
+msgid "How is the printer connected?"
+msgstr "Kako je pisaè povezan?"
+
+#: ../../printerdrake.pm_.c:272
+msgid "Remove queue"
+msgstr "Ukloni red"
+
+#: ../../printerdrake.pm_.c:273
+msgid ""
+"Every print queue (which print jobs are directed to) needs a\n"
+"name (often lp) and a spool directory associated with it. What\n"
+"name and directory should be used for this queue and how is the printer "
+"connected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:276
+msgid "Name of queue"
+msgstr "Ime reda"
+
+#: ../../printerdrake.pm_.c:277
+msgid "Spool directory"
+msgstr "Posrednièki direktorij"
+
+#: ../../printerdrake.pm_.c:278
+msgid "Printer Connection"
+msgstr "Veza pisaèa"
+
+#: ../../raid.pm_.c:36
#, c-format
msgid "Can't add a partition to _formatted_ RAID md%d"
msgstr "Ne mogu dodati particiju na _formatirani_ RAID md%d"
-#: ../raid.pm_.c:106
+#: ../../raid.pm_.c:106
msgid "Can't write file $file"
msgstr "Ne mogu pisati datoteku $file"
-#: ../raid.pm_.c:146
+#: ../../raid.pm_.c:131
+msgid "mkraid failed"
+msgstr "mkraid nije uspio"
+
+#: ../../raid.pm_.c:131
+msgid "mkraid failed (maybe raidtools are missing?)"
+msgstr "mkraid nije uspio (mo¾da niste instalirali raidtools alate?)"
+
+#: ../../raid.pm_.c:147
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nema dovoljno particija za RAID nivo %d\n"
-#: ../standalone/draksec_.c:28
+#: ../../services.pm_.c:14
+msgid "Anacron a periodic command scheduler."
+msgstr ""
+
+#: ../../services.pm_.c:15
+msgid ""
+"apmd is used for monitoring batery status and logging it via syslog.\n"
+"It can also be used for shutting down the machine when the battery is low."
+msgstr ""
+
+#: ../../services.pm_.c:17
+msgid ""
+"Runs commands scheduled by the at command at the time specified when\n"
+"at was run, and runs batch commands when the load average is low enough."
+msgstr ""
+
+#: ../../services.pm_.c:19
+msgid ""
+"cron is a standard UNIX program that runs user-specified programs\n"
+"at periodic scheduled times. vixie cron adds a number of features to the "
+"basic\n"
+"UNIX cron, including better security and more powerful configuration options."
+msgstr ""
+
+#: ../../services.pm_.c:22
+msgid ""
+"GPM adds mouse support to text-based Linux applications such the\n"
+"Midnight Commander. It also allows mouse-based console cut-and-paste "
+"operations,\n"
+"and includes support for pop-up menus on the console."
+msgstr ""
+
+#: ../../services.pm_.c:25
+msgid ""
+"Apache is a World Wide Web server. It is used to serve HTML files\n"
+"and CGI."
+msgstr ""
+"Apache je World Wide Web poslu¾itelj. Koristi se za poslu¾ivanje HTML\n"
+"dokumenata i CGI skriptova."
+
+#: ../../services.pm_.c:27
+msgid ""
+"The internet superserver daemon (commonly called inetd) starts a\n"
+"variety of other internet services as needed. It is responsible for "
+"starting\n"
+"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
+"disables\n"
+"all of the services it is responsible for."
+msgstr ""
+
+#: ../../services.pm_.c:31
+msgid ""
+"This package loads the selected keyboard map as set in\n"
+"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
+"You should leave this enabled for most machines."
+msgstr ""
+
+#: ../../services.pm_.c:34
+msgid ""
+"lpd is the print daemon required for lpr to work properly. It is\n"
+"basically a server that arbitrates print jobs to printer(s)."
+msgstr ""
+
+#: ../../services.pm_.c:36
+msgid ""
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
+"host names to IP addresses."
+msgstr ""
+"named (BIND) je Domain Name Server (DNS) poslu¾itelj koji se upotrebljava\n"
+"za razluèivanje imena raèunala u IP adrese."
+
+#: ../../services.pm_.c:38
+msgid ""
+"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
+"Manager/Windows), and NCP (NetWare) mount points."
+msgstr ""
+
+#: ../../services.pm_.c:40
+msgid ""
+"Activates/Deactivates all network interfaces configured to start\n"
+"at boot time."
+msgstr ""
+"Aktivira/Deaktivira sva pode¹ena mre¾na suèelja prilikom pokretanja\n"
+"sustava."
+
+#: ../../services.pm_.c:42
+msgid ""
+"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
+"This service provides NFS server functionality, which is configured via the\n"
+"/etc/exports file."
+msgstr ""
+
+#: ../../services.pm_.c:45
+msgid ""
+"NFS is a popular protocol for file sharing across TCP/IP\n"
+"networks. This service provides NFS file locking functionality."
+msgstr ""
+
+#: ../../services.pm_.c:47
+msgid ""
+"PCMCIA support is usually to support things like ethernet and\n"
+"modems in laptops. It won't get started unless configured so it is safe to "
+"have\n"
+"it installed on machines that don't need it."
+msgstr ""
+
+#: ../../services.pm_.c:50
+msgid ""
+"The portmapper manages RPC connections, which are used by\n"
+"protocols such as NFS and NIS. The portmap server must be running on "
+"machines\n"
+"which act as servers for protocols which make use of the RPC mechanism."
+msgstr ""
+
+#: ../../services.pm_.c:53
+msgid ""
+"Postfix is a Mail Transport Agent, which is the program that\n"
+"moves mail from one machine to another."
+msgstr ""
+
+#: ../../services.pm_.c:55
+msgid ""
+"Saves and restores system entropy pool for higher quality random\n"
+"number generation."
+msgstr ""
+
+#: ../../services.pm_.c:57
+msgid ""
+"The routed daemon allows for automatic IP router table updated via\n"
+"the RIP protocol. While RIP is widely used on small networks, more complex\n"
+"routing protocols are needed for complex networks."
+msgstr ""
+
+#: ../../services.pm_.c:60
+msgid ""
+"The rstat protocol allows users on a network to retrieve\n"
+"performance metrics for any machine on that network."
+msgstr ""
+
+#: ../../services.pm_.c:62
+msgid ""
+"The rusers protocol allows users on a network to identify who is\n"
+"logged in on other responding machines."
+msgstr ""
+
+#: ../../services.pm_.c:64
+msgid ""
+"The rwho protocol lets remote users get a list of all of the users\n"
+"logged into a machine running the rwho daemon (similiar to finger)."
+msgstr ""
+
+#: ../../services.pm_.c:66
+msgid ""
+"Syslog is the facility by which many daemons use to log messages\n"
+"to various system log files. It is a good idea to always run syslog."
+msgstr ""
+
+#: ../../services.pm_.c:68
+msgid "This startup script try to load your modules for your usb mouse."
+msgstr ""
+
+#: ../../services.pm_.c:69
+msgid "Starts and stops the X Font Server at boot time and shutdown."
+msgstr ""
+
+#: ../../services.pm_.c:92
+msgid "Choose which services should be automatically started at boot time"
+msgstr "Izaberite koji servisi trebaju biti startani automatski kod boot-a"
+
+# NOTE: this message will be displayed by lilo at boot time; that is
+# using the BIOS font; that means cp437 charset on 99.99% of PC computers
+# out there. It is the nsuggested that for non latin languages an ascii
+# transliteration be used; or maybe the english text be used; as it is best
+#
+#: ../../silo.pm_.c:116
+#, c-format
+msgid ""
+"Welcome to SILO the operating system chooser!\n"
+"\n"
+"To list the possible choices, press <TAB>.\n"
+"\n"
+"To load one of them, write its name and press <ENTER> or\n"
+"wait %d seconds for default boot.\n"
+"\n"
+msgstr ""
+"Dobrodosli u SILO izbornik operativnih sustava!\n"
+"\n"
+"Za popis dostupnih sustava pritisnite <TAB>.\n"
+"\n"
+"Ako zelite ucitati neki od operativnih sustava upi¹ite njegovo ime\n"
+"i pritisnite <ENTER> oili pricekajte %d sekundi za podrazumijevani\n"
+"operativni sustav.\n"
+
+#: ../../standalone/drakboot_.c:23
+msgid "Configure LILO/GRUB"
+msgstr "Podesi LILO/GRUB"
+
+#: ../../standalone/drakboot_.c:24
+msgid "Create a boot floppy"
+msgstr "Napravi boot disketu"
+
+#: ../../standalone/drakboot_.c:25
+msgid "Format floppy"
+msgstr "Formatiraj disketu"
+
+#: ../../standalone/drakboot_.c:36
+msgid "Choice"
+msgstr "Izbor"
+
+#: ../../standalone/draksec_.c:28
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
"or to the Internet. There is no password access."
msgstr ""
-#: ../standalone/draksec_.c:31
+#: ../../standalone/draksec_.c:31
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -3423,19 +4252,19 @@ msgstr ""
"Lozinke su sada ukljuèene meðutim jo¹ ne preporuèam kori¹tenje ovog raèunala "
"u mre¾nom okoli¹u."
-#: ../standalone/draksec_.c:32
+#: ../../standalone/draksec_.c:32
msgid ""
"Few improvements for this security level, the main one is that there are\n"
"more security warnings and checks."
msgstr ""
-#: ../standalone/draksec_.c:34
+#: ../../standalone/draksec_.c:34
msgid ""
"This is the standard security recommended for a computer that will be used\n"
"to connect to the Internet as a client. There are now security checks. "
msgstr ""
-#: ../standalone/draksec_.c:36
+#: ../../standalone/draksec_.c:36
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -3443,268 +4272,247 @@ msgid ""
"connections from many clients. "
msgstr ""
-#: ../standalone/draksec_.c:39
+#: ../../standalone/draksec_.c:39
msgid ""
"We take level 4 features, but now the system is entirely closed.\n"
"Security features are at their maximum."
msgstr ""
-#: ../standalone/draksec_.c:49
+#: ../../standalone/draksec_.c:49
msgid "Setting security level"
msgstr "Pode¹avam sigurnosni nivo"
-#: ../standalone/drakxconf_.c:21
+#: ../../standalone/drakxconf_.c:21
msgid "Choose the tool you want to use"
msgstr "Izaberite alat koje ¾elite koristiti"
-#: ../standalone/drakxservices_.c:21
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Izaberite koji servisi trebaju biti startani automatski kod boot-a"
+#: ../../standalone/keyboarddrake_.c:23
+msgid "What is your keyboard layout?"
+msgstr "Koji raspored tipkovnice imate?"
+
+#: ../../standalone/mousedrake_.c:25
+msgid "What is the type of your mouse?"
+msgstr "Koja je vrsta va¹eg mi¹a?"
-#: ../standalone/mousedrake_.c:30
+#: ../../standalone/mousedrake_.c:30
msgid "no serial_usb found\n"
msgstr "niti jedan serial_usb nije pronaðen\n"
-#: ../standalone/mousedrake_.c:35
+#: ../../standalone/mousedrake_.c:35
msgid "Emulate third button?"
msgstr "Emuliranje treæe tipke?"
-#: ../standalone/rpmdrake_.c:25
-#, fuzzy
+#: ../../standalone/mousedrake_.c:39
+msgid "Which serial port is your mouse connected to?"
+msgstr "Na koji serijski port je mi¹ prikljuèen?"
+
+#: ../../standalone/rpmdrake_.c:25
msgid "reading configuration"
-msgstr "Isku¹aj postavu"
+msgstr "uèitavam postavu"
-#: ../standalone/rpmdrake_.c:45 ../standalone/rpmdrake_.c:50
-#: ../standalone/rpmdrake_.c:253
+#: ../../standalone/rpmdrake_.c:45 ../../standalone/rpmdrake_.c:50
+#: ../../standalone/rpmdrake_.c:253
msgid "File"
-msgstr ""
+msgstr "Datoteka"
-#: ../standalone/rpmdrake_.c:48 ../standalone/rpmdrake_.c:229
-#: ../standalone/rpmdrake_.c:253 ../standalone/rpmdrake_.c:269
+#: ../../standalone/rpmdrake_.c:48 ../../standalone/rpmdrake_.c:229
+#: ../../standalone/rpmdrake_.c:253 ../../standalone/rpmdrake_.c:269
msgid "Search"
-msgstr ""
+msgstr "Tra¾i"
-#
-#: ../standalone/rpmdrake_.c:49 ../standalone/rpmdrake_.c:56
-#, fuzzy
+#: ../../standalone/rpmdrake_.c:49 ../../standalone/rpmdrake_.c:56
msgid "Package"
-msgstr "Lo¹ paket"
+msgstr "Paket"
-#: ../standalone/rpmdrake_.c:51
-#, fuzzy
+#: ../../standalone/rpmdrake_.c:51
msgid "Text"
-msgstr "Ekspert"
+msgstr "Tekst"
-#: ../standalone/rpmdrake_.c:53
-#, fuzzy
+#: ../../standalone/rpmdrake_.c:53
msgid "Tree"
-msgstr "Grèka"
+msgstr "Stablo"
-#: ../standalone/rpmdrake_.c:54
+#: ../../standalone/rpmdrake_.c:54
msgid "Sort by"
-msgstr ""
+msgstr "Sortiraj"
-#: ../standalone/rpmdrake_.c:55
+#: ../../standalone/rpmdrake_.c:55
msgid "Category"
-msgstr ""
+msgstr "Kategorija"
-#: ../standalone/rpmdrake_.c:58
-#, fuzzy
+#: ../../standalone/rpmdrake_.c:58
msgid "See"
-msgstr "Poslu¾itelj"
+msgstr ""
-#: ../standalone/rpmdrake_.c:59 ../standalone/rpmdrake_.c:163
-#, fuzzy
+#: ../../standalone/rpmdrake_.c:59 ../../standalone/rpmdrake_.c:163
msgid "Installed packages"
-msgstr "Instaliram paket %s"
+msgstr "Instalirani paketi"
-#: ../standalone/rpmdrake_.c:60
-#, fuzzy
+#: ../../standalone/rpmdrake_.c:60
msgid "Available packages"
-msgstr "Tra¾im dostupne pakete"
+msgstr "Dostupni paketi"
-#
-#: ../standalone/rpmdrake_.c:62
-#, fuzzy
+#: ../../standalone/rpmdrake_.c:62
msgid "Show only leaves"
-msgstr "Prika¾i manje"
+msgstr ""
-#: ../standalone/rpmdrake_.c:67
+#: ../../standalone/rpmdrake_.c:67
msgid "Expand all"
-msgstr ""
+msgstr "Pro¹iri sve"
-#: ../standalone/rpmdrake_.c:68
-#, fuzzy
+#: ../../standalone/rpmdrake_.c:68
msgid "Collapse all"
-msgstr "Oèisti sve"
+msgstr "Sa¾mi sve"
-#: ../standalone/rpmdrake_.c:70
-#, fuzzy
+#: ../../standalone/rpmdrake_.c:70
msgid "Configuration"
-msgstr "Isku¹aj postavu"
+msgstr "Postavke"
-#: ../standalone/rpmdrake_.c:71
+#: ../../standalone/rpmdrake_.c:71
msgid "Add location of packages"
-msgstr ""
+msgstr "Dodaj lokaciju paketa"
-#: ../standalone/rpmdrake_.c:75
+#: ../../standalone/rpmdrake_.c:75
msgid "Update location"
-msgstr ""
+msgstr "Osvje¾i lokaciju"
-#: ../standalone/rpmdrake_.c:79 ../standalone/rpmdrake_.c:328
-#, fuzzy
+#: ../../standalone/rpmdrake_.c:79 ../../standalone/rpmdrake_.c:328
msgid "Remove"
-msgstr "Ukloni zapis"
+msgstr "Ukloni"
-#: ../standalone/rpmdrake_.c:100
+#: ../../standalone/rpmdrake_.c:100
msgid "Configuration: Add Location"
-msgstr ""
-
-#: ../standalone/rpmdrake_.c:101
-msgid "Expand Tree"
-msgstr ""
-
-#: ../standalone/rpmdrake_.c:102
-msgid "Collapse Tree"
-msgstr ""
+msgstr "Postavke: Dodaj lokaciju"
-#
-#: ../standalone/rpmdrake_.c:103
-#, fuzzy
+#: ../../standalone/rpmdrake_.c:103
msgid "Find Package"
-msgstr "Lo¹ paket"
+msgstr "Pronaði paket"
-#: ../standalone/rpmdrake_.c:104
+#: ../../standalone/rpmdrake_.c:104
msgid "Find Package containing file"
-msgstr ""
+msgstr "Pronaði paket koji sadr¾i datoteku"
-#: ../standalone/rpmdrake_.c:105
+#: ../../standalone/rpmdrake_.c:105
msgid "Toggle between Installed and Available"
msgstr ""
-#: ../standalone/rpmdrake_.c:139
+#: ../../standalone/rpmdrake_.c:139
msgid "Files:\n"
-msgstr ""
+msgstr "Datoteke:\n"
-#: ../standalone/rpmdrake_.c:161 ../standalone/rpmdrake_.c:209
-#, fuzzy
+#: ../../standalone/rpmdrake_.c:161 ../../standalone/rpmdrake_.c:209
msgid "Uninstall"
-msgstr "Instaliraj"
+msgstr "Deinstaliraj"
-#: ../standalone/rpmdrake_.c:163
-#, fuzzy
+#: ../../standalone/rpmdrake_.c:163
msgid "Choose package to install"
msgstr "Odaberite pakete za instaliranje"
-#: ../standalone/rpmdrake_.c:190
+#: ../../standalone/rpmdrake_.c:190
msgid "Checking dependencies"
msgstr ""
-#: ../standalone/rpmdrake_.c:190 ../standalone/rpmdrake_.c:409
+#: ../../standalone/rpmdrake_.c:190 ../../standalone/rpmdrake_.c:409
msgid "Wait"
-msgstr ""
+msgstr "Prièekaj"
-#: ../standalone/rpmdrake_.c:209
-#, fuzzy
+#: ../../standalone/rpmdrake_.c:209
msgid "The following packages are going to be uninstalled"
-msgstr "Odaberite pakete za instaliranje"
+msgstr "Slijedeæi paketi æe biti deinstalirani"
-#: ../standalone/rpmdrake_.c:210
-#, fuzzy
+#: ../../standalone/rpmdrake_.c:210
msgid "Uninstalling the RPMs"
-msgstr "Instaliram paket %s"
+msgstr "Deinstalacija RPMova u toku"
-#: ../standalone/rpmdrake_.c:229 ../standalone/rpmdrake_.c:269
+#: ../../standalone/rpmdrake_.c:229 ../../standalone/rpmdrake_.c:269
msgid "Regexp"
-msgstr ""
+msgstr "Regexp"
-#: ../standalone/rpmdrake_.c:229
+#: ../../standalone/rpmdrake_.c:229
msgid "Which package are looking for"
-msgstr ""
+msgstr "Koje pakete tra¾ite"
-#: ../standalone/rpmdrake_.c:238 ../standalone/rpmdrake_.c:262
-#: ../standalone/rpmdrake_.c:278
+#: ../../standalone/rpmdrake_.c:238 ../../standalone/rpmdrake_.c:262
+#: ../../standalone/rpmdrake_.c:278
#, c-format
msgid "%s not found"
-msgstr ""
+msgstr "%s nije naðen"
-#: ../standalone/rpmdrake_.c:238 ../standalone/rpmdrake_.c:262
-#: ../standalone/rpmdrake_.c:278
+#: ../../standalone/rpmdrake_.c:238 ../../standalone/rpmdrake_.c:262
+#: ../../standalone/rpmdrake_.c:278
msgid "No match"
msgstr ""
-#: ../standalone/rpmdrake_.c:238 ../standalone/rpmdrake_.c:262
-#: ../standalone/rpmdrake_.c:278
+#: ../../standalone/rpmdrake_.c:238 ../../standalone/rpmdrake_.c:262
+#: ../../standalone/rpmdrake_.c:278
msgid "No more match"
msgstr ""
-#: ../standalone/rpmdrake_.c:246
+#: ../../standalone/rpmdrake_.c:246
msgid ""
"rpmdrake is currently in ``low memory'' mode.\n"
"I'm going to relaunch rpmdrake to allow searching files"
msgstr ""
-#: ../standalone/rpmdrake_.c:253
-msgid "Which file are you looking for"
-msgstr ""
+#: ../../standalone/rpmdrake_.c:253
+msgid "Which file are you looking for?"
+msgstr "Koje datoteke tra¾ite?"
-#: ../standalone/rpmdrake_.c:269
-msgid "What are looking for"
-msgstr ""
+#: ../../standalone/rpmdrake_.c:269
+msgid "What are looking for?"
+msgstr "©to tra¾ite?"
-#: ../standalone/rpmdrake_.c:289
+#: ../../standalone/rpmdrake_.c:289
msgid "Give a name (eg: `extra', `commercial')"
msgstr ""
-#: ../standalone/rpmdrake_.c:291
-#, fuzzy
+#: ../../standalone/rpmdrake_.c:291
msgid "Directory"
-msgstr "Sektor"
+msgstr "Direktorij"
-#: ../standalone/rpmdrake_.c:294
+#: ../../standalone/rpmdrake_.c:294
msgid "No cdrom available (nothing in /mnt/cdrom)"
-msgstr ""
+msgstr "cdrom nije dostupan (nema nièega u /mnt/cdrom)"
-#: ../standalone/rpmdrake_.c:298
+#: ../../standalone/rpmdrake_.c:298
msgid "URL of the directory containing the RPMs"
-msgstr ""
+msgstr "URL direktorija koji sadr¾i RPMove"
-#: ../standalone/rpmdrake_.c:299
+#: ../../standalone/rpmdrake_.c:299
msgid ""
"For FTP and HTTP, you need to give the location for hdlist\n"
"It must be relative to the URL above"
msgstr ""
-#: ../standalone/rpmdrake_.c:302
+#: ../../standalone/rpmdrake_.c:302
msgid "Please submit the following information"
msgstr ""
-#: ../standalone/rpmdrake_.c:304
-#, fuzzy, c-format
+#: ../../standalone/rpmdrake_.c:304
+#, c-format
msgid "%s is already in use"
-msgstr "Ova oznaka veæ postoji"
+msgstr "%s se veæ koristi"
-#: ../standalone/rpmdrake_.c:315 ../standalone/rpmdrake_.c:321
-#: ../standalone/rpmdrake_.c:329
+#: ../../standalone/rpmdrake_.c:315 ../../standalone/rpmdrake_.c:321
+#: ../../standalone/rpmdrake_.c:329
msgid "Updating the RPMs base"
msgstr ""
-#: ../standalone/rpmdrake_.c:328
-#, fuzzy, c-format
+#: ../../standalone/rpmdrake_.c:328
+#, c-format
msgid "Going to remove entry %s"
-msgstr "Ukloni zapis"
+msgstr "Uklanjam zapis %s"
-#: ../standalone/rpmdrake_.c:360
+#: ../../standalone/rpmdrake_.c:360
msgid "Finding leaves"
-msgstr ""
+msgstr "Tra¾im listove"
-#: ../standalone/rpmdrake_.c:360
+#: ../../standalone/rpmdrake_.c:360
msgid "Finding leaves takes some time"
msgstr ""
-#~ msgid "Polish"
-#~ msgstr "Poljska"
+#~ msgid "useless"
+#~ msgstr "beskorisno"
-#~ msgid "Going to install %d MB. You can choose to install more programs"
-#~ msgstr ""
-#~ "Instalirati æu %d MB. Mo¾ete izabrati jo¹ par paketa za instalaciju."
+#~ msgid "garbage"
+#~ msgstr "smeæe"
diff --git a/perl-install/share/po/hu.po b/perl-install/share/po/hu.po
index 51dad9b88..1db50f18f 100644
--- a/perl-install/share/po/hu.po
+++ b/perl-install/share/po/hu.po
@@ -1,6 +1,6 @@
# Translation file of Mandrake graphic install
# Copyright (C) 1999 Mandrakesoft
-# KOVACS Emese Alexandra <emese@goliat.eik.bme.hu>
+# KOVACS Emese Alexandra <emese@itp.hu>
# Kultsar Kadosa Atilla <kadi@kadi.emg.hu>
# Takacs Sandor <taki@dfmk.hu>
# 1999.
@@ -8,47 +8,51 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-01-09 21:03+0100\n"
-"PO-Revision-Date: 1999-09-21 02:00+0200\n"
-"Last-Translator: KOVACS Emese Alexandra <emese@goliat.eik.bme.hu>\n"
+"POT-Creation-Date: 2000-05-16 14:30+0200\n"
+"PO-Revision-Date: 2000-05-08 02:00+0200\n"
+"Last-Translator: KOVACS Emese Alexandra <emese@itp.hu>\n"
"Language-Team: hungarian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../Xconfigurator.pm_.c:159
+#: ../../Xconfigurator.pm_.c:116 ../../Xconfigurator.pm_.c:228
+msgid "Generic"
+msgstr "Általános"
+
+#: ../../Xconfigurator.pm_.c:165
msgid "Graphic card"
msgstr "Videókártya"
-#: ../Xconfigurator.pm_.c:159
+#: ../../Xconfigurator.pm_.c:165
msgid "Select a graphic card"
msgstr "Válassz videókártyát"
-#: ../Xconfigurator.pm_.c:160
+#: ../../Xconfigurator.pm_.c:166
msgid "Choose a X server"
msgstr "Válassz X szervert"
-#: ../Xconfigurator.pm_.c:160
+#: ../../Xconfigurator.pm_.c:166
msgid "X server"
msgstr "X szerver"
-#: ../Xconfigurator.pm_.c:181
+#: ../../Xconfigurator.pm_.c:190
msgid "Select the memory size of your graphic card"
msgstr "Válaszd ki a grafikus kártya memóriaméretét"
-#: ../Xconfigurator.pm_.c:203
+#: ../../Xconfigurator.pm_.c:217
msgid "Choose options for server"
msgstr "Válassz a következõ lehetõségek közül"
-#: ../Xconfigurator.pm_.c:221
+#: ../../Xconfigurator.pm_.c:228
msgid "Choose a monitor"
msgstr "Válassz monitort"
-#: ../Xconfigurator.pm_.c:221
+#: ../../Xconfigurator.pm_.c:228
msgid "Monitor"
msgstr "Monitor"
-#: ../Xconfigurator.pm_.c:224
+#: ../../Xconfigurator.pm_.c:231
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -71,68 +75,68 @@ msgstr ""
"képességeit.\n"
"Ha kétségeid vannak, válaszd inkább az alacsonyabb értéket."
-#: ../Xconfigurator.pm_.c:231
+#: ../../Xconfigurator.pm_.c:238
msgid "Horizontal refresh rate"
msgstr "Vízszintes frissítés"
-#: ../Xconfigurator.pm_.c:231
+#: ../../Xconfigurator.pm_.c:238
msgid "Vertical refresh rate"
msgstr "Függõleges frissítés"
-#: ../Xconfigurator.pm_.c:272
+#: ../../Xconfigurator.pm_.c:277
msgid "Monitor not configured"
msgstr "A monitor nincs beállítva"
-#: ../Xconfigurator.pm_.c:275
+#: ../../Xconfigurator.pm_.c:280
msgid "Graphic card not configured yet"
msgstr "A grafikus kártya nincs beállítva"
-#: ../Xconfigurator.pm_.c:278
+#: ../../Xconfigurator.pm_.c:283
msgid "Resolutions not chosen yet"
msgstr "Nem választottál még felbontást"
-#: ../Xconfigurator.pm_.c:289
+#: ../../Xconfigurator.pm_.c:296
msgid "Do you want to test the configuration?"
msgstr "Leteszteled a beállításokat?"
-#: ../Xconfigurator.pm_.c:293
+#: ../../Xconfigurator.pm_.c:300
msgid "Warning: testing is dangerous on this graphic card"
-msgstr ""
+msgstr "Figyelmeztetés: a tesztelés veszélyes lehet ezzel a videókártyával"
-#: ../Xconfigurator.pm_.c:296
-msgid "Test configuration"
+#: ../../Xconfigurator.pm_.c:303
+msgid "Test of the configuration"
msgstr "Beállítások tesztelése"
-#: ../Xconfigurator.pm_.c:334
-msgid "An error occurred:"
-msgstr "Hiba történt:"
-
-#: ../Xconfigurator.pm_.c:336
+#: ../../Xconfigurator.pm_.c:342
msgid ""
"\n"
-"try changing some parameters"
+"try to change some parameters"
msgstr ""
"\n"
"változtass meg pár paramétert"
-#: ../Xconfigurator.pm_.c:358
+#: ../../Xconfigurator.pm_.c:342
+msgid "An error has occurred:"
+msgstr "Hiba történt:"
+
+#: ../../Xconfigurator.pm_.c:365
#, c-format
-msgid "(leaving in %d seconds)"
-msgstr "(kilépés %d másodpercen belül)"
+msgid "Leaving in %d seconds"
+msgstr "Kilépés %d másodpercen belül"
-#: ../Xconfigurator.pm_.c:362 ../my_gtk.pm_.c:425
-msgid "Is this correct?"
-msgstr "Rendben?"
+#: ../../Xconfigurator.pm_.c:369
+msgid "Is this the correct setting?"
+msgstr "Jó ez a beállítás?"
-#: ../Xconfigurator.pm_.c:370
-msgid "An error occurred, try changing some parameters"
+#: ../../Xconfigurator.pm_.c:377
+msgid "An error has occurred, try to change some parameters"
msgstr "Hiba lépett fel, változtass meg pár paramétert"
-#: ../Xconfigurator.pm_.c:378 ../Xconfigurator.pm_.c:547
+#: ../../Xconfigurator.pm_.c:385 ../../Xconfigurator.pm_.c:558
msgid "Automatic resolutions"
msgstr "Automatikus felbontások"
-#: ../Xconfigurator.pm_.c:379
+#: ../../Xconfigurator.pm_.c:386
msgid ""
"To find the available resolutions I will try different ones.\n"
"Your screen will blink...\n"
@@ -141,23 +145,33 @@ msgstr ""
"Megkeresem a mûködõképes felbontásokat. Ezalatt a monitor villogni fog...\n"
"Ha ez zavar, nyugodtan kikapcsolhatod, csipogással jelzem, amikor befejeztem."
-#: ../Xconfigurator.pm_.c:434 ../printerdrake.pm_.c:208
+#: ../../Xconfigurator.pm_.c:441 ../../printerdrake.pm_.c:167
msgid "Resolution"
msgstr "Felbontás"
-#: ../Xconfigurator.pm_.c:469
-msgid "Choose resolution and color depth"
+#: ../../Xconfigurator.pm_.c:476
+msgid "Choose the resolution and the color depth"
msgstr "Válassz felbontást és színmélységet"
-#: ../Xconfigurator.pm_.c:477
+#: ../../Xconfigurator.pm_.c:478
+#, c-format
+msgid "Graphic card: %s"
+msgstr "Videókártya: %s"
+
+#: ../../Xconfigurator.pm_.c:479
+#, c-format
+msgid "XFree86 server: %s"
+msgstr "XFree86 szerver: %s"
+
+#: ../../Xconfigurator.pm_.c:488
msgid "Show all"
msgstr "Mindent mutat"
-#: ../Xconfigurator.pm_.c:501
+#: ../../Xconfigurator.pm_.c:512
msgid "Resolutions"
msgstr "Felbontások"
-#: ../Xconfigurator.pm_.c:548
+#: ../../Xconfigurator.pm_.c:559
msgid ""
"I can try to find the available resolutions (eg: 800x600).\n"
"Sometimes, though, it may hang the machine.\n"
@@ -167,7 +181,7 @@ msgstr ""
"Ez rossz esetben lefagyaszthatja a számítógépet.\n"
"Megpróbáljam?"
-#: ../Xconfigurator.pm_.c:553
+#: ../../Xconfigurator.pm_.c:564
msgid ""
"No valid modes found\n"
"Try with another video card or monitor"
@@ -175,111 +189,111 @@ msgstr ""
"Nem találtam érvényes videómódot.\n"
"Próbáld meg egy másik videókártyával vagy monitorral"
-#: ../Xconfigurator.pm_.c:772
+#: ../../Xconfigurator.pm_.c:904
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Billentyûzetkiosztás: %s\n"
-#: ../Xconfigurator.pm_.c:773
+#: ../../Xconfigurator.pm_.c:905
#, c-format
msgid "Mouse type: %s\n"
msgstr "Egér típusa: %s\n"
-#: ../Xconfigurator.pm_.c:774
+#: ../../Xconfigurator.pm_.c:906
#, c-format
msgid "Mouse device: %s\n"
msgstr "Egér device: %s\n"
-#: ../Xconfigurator.pm_.c:775
+#: ../../Xconfigurator.pm_.c:907
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../Xconfigurator.pm_.c:776
+#: ../../Xconfigurator.pm_.c:908
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Monitor vízszintes szinkronizációja: %s\n"
-#: ../Xconfigurator.pm_.c:777
+#: ../../Xconfigurator.pm_.c:909
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Monitor függõleges frissítése: %s\n"
-#: ../Xconfigurator.pm_.c:778
+#: ../../Xconfigurator.pm_.c:910
#, c-format
msgid "Graphic card: %s\n"
msgstr "Videókártya: %s\n"
-#: ../Xconfigurator.pm_.c:779
+#: ../../Xconfigurator.pm_.c:911
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Grafikus memória: %s kB\n"
-#: ../Xconfigurator.pm_.c:780
+#: ../../Xconfigurator.pm_.c:912
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 szerver: %s\n"
-#: ../Xconfigurator.pm_.c:794
+#: ../../Xconfigurator.pm_.c:927
msgid "Preparing X-Window configuration"
msgstr "X-Window beállításának elõkészítése"
-#: ../Xconfigurator.pm_.c:808
+#: ../../Xconfigurator.pm_.c:941
msgid "Change Monitor"
msgstr "Monitor változtatása"
-#: ../Xconfigurator.pm_.c:809
+#: ../../Xconfigurator.pm_.c:942
msgid "Change Graphic card"
msgstr "Grafikus kártya változtatása"
-#: ../Xconfigurator.pm_.c:810
+#: ../../Xconfigurator.pm_.c:943
msgid "Change Server options"
msgstr "Szerver opciók megváltoztatása"
-#: ../Xconfigurator.pm_.c:811
+#: ../../Xconfigurator.pm_.c:944
msgid "Change Resolution"
msgstr "Felbontás változtatása"
-#: ../Xconfigurator.pm_.c:812
+#: ../../Xconfigurator.pm_.c:945
msgid "Automatical resolutions search"
msgstr "Automatikus felbontás keresés"
-#: ../Xconfigurator.pm_.c:816
+#: ../../Xconfigurator.pm_.c:949
msgid "Show information"
msgstr "Adatok megjelenítése"
-#: ../Xconfigurator.pm_.c:817
+#: ../../Xconfigurator.pm_.c:950
msgid "Test again"
msgstr "Újra tesztel"
-#: ../Xconfigurator.pm_.c:818 ../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:951 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Kilépés"
-#: ../Xconfigurator.pm_.c:822
+#: ../../Xconfigurator.pm_.c:955 ../../standalone/drakboot_.c:36
msgid "What do you want to do?"
msgstr "Mit akarsz tenni?"
-#: ../Xconfigurator.pm_.c:829
+#: ../../Xconfigurator.pm_.c:962
msgid "Forget the changes?"
msgstr "Változtatások elvetése?"
-#: ../Xconfigurator.pm_.c:845
+#: ../../Xconfigurator.pm_.c:980
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr ""
"Kérlek jelentkezz be újra a %s -be/-ba, hogy a változások érvényre jussanak"
-#: ../Xconfigurator.pm_.c:861
+#: ../../Xconfigurator.pm_.c:996
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr ""
"Kérlek lépjél ki majd használd a Ctrl-Alt-BackSpace billentyûkombinációt"
-#: ../Xconfigurator.pm_.c:864
+#: ../../Xconfigurator.pm_.c:999
msgid "X at startup"
msgstr "Automatikus X indítás"
-#: ../Xconfigurator.pm_.c:865
+#: ../../Xconfigurator.pm_.c:1000
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -288,184 +302,397 @@ msgstr ""
"elinduljon.\n"
"Beállítsam?"
-#: ../Xconfigurator_consts.pm_.c:4
+#: ../../Xconfigurator_consts.pm_.c:4
msgid "256 colors (8 bits)"
msgstr "256 szín (8 bit)"
-#: ../Xconfigurator_consts.pm_.c:5
+#: ../../Xconfigurator_consts.pm_.c:5
msgid "32 thousand colors (15 bits)"
msgstr "32 ezer szín (15 bit)"
-#: ../Xconfigurator_consts.pm_.c:6
+#: ../../Xconfigurator_consts.pm_.c:6
msgid "65 thousand colors (16 bits)"
msgstr "65 ezer szín (16 bit)"
-#: ../Xconfigurator_consts.pm_.c:7
+#: ../../Xconfigurator_consts.pm_.c:7
msgid "16 million colors (24 bits)"
msgstr "16 millió szín (24 bit)"
-#: ../Xconfigurator_consts.pm_.c:8
+#: ../../Xconfigurator_consts.pm_.c:8
msgid "4 billion colors (32 bits)"
msgstr "4 milliárd szín (32 bit)"
-#: ../Xconfigurator_consts.pm_.c:96
+#: ../../Xconfigurator_consts.pm_.c:103
msgid "256 kB"
msgstr "256 kB"
-#: ../Xconfigurator_consts.pm_.c:97
+#: ../../Xconfigurator_consts.pm_.c:104
msgid "512 kB"
msgstr "512 kB"
-#: ../Xconfigurator_consts.pm_.c:98
+#: ../../Xconfigurator_consts.pm_.c:105
msgid "1 MB"
msgstr "1 MB"
-#: ../Xconfigurator_consts.pm_.c:99
+#: ../../Xconfigurator_consts.pm_.c:106
msgid "2 MB"
msgstr "2 MB"
-#: ../Xconfigurator_consts.pm_.c:100
+#: ../../Xconfigurator_consts.pm_.c:107
msgid "4 MB"
msgstr "4 MB"
-#: ../Xconfigurator_consts.pm_.c:101
+#: ../../Xconfigurator_consts.pm_.c:108
msgid "8 MB"
msgstr "8 MB"
-#: ../Xconfigurator_consts.pm_.c:102
+#: ../../Xconfigurator_consts.pm_.c:109
msgid "16 MB or more"
msgstr "16 MB vagy több"
-#: ../Xconfigurator_consts.pm_.c:107 ../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:114 ../../Xconfigurator_consts.pm_.c:115
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "Standard VGA, 640x480 60 Hz-en"
-#: ../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "Super VGA, 800x600 56 Hz-en"
-#: ../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "8514 kompatibilis, 1024x768 87 Hz váltottsoros (nem 800x600)"
-#: ../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "Super VGA, 1024x768 87 Hz váltottsoros, 800x600 56 Hz-en"
-#: ../Xconfigurator_consts.pm_.c:112
+#: ../../Xconfigurator_consts.pm_.c:119
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Extended Super VGA, 800x600 60 Hz-en, 640x480 72 Hz-en"
-#: ../Xconfigurator_consts.pm_.c:113
+#: ../../Xconfigurator_consts.pm_.c:120
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "Nem-váltottsoros SVGA, 1024x768 60 Hz-en, 800x600 72 Hz-en"
-#: ../Xconfigurator_consts.pm_.c:114
+#: ../../Xconfigurator_consts.pm_.c:121
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "Magas frekvenciájú SVGA, 1024x768 70 Hz-en"
-#: ../Xconfigurator_consts.pm_.c:115
+#: ../../Xconfigurator_consts.pm_.c:122
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "Több-frekvenciájú monitor, amely tud 1280x1024 60 Hz-en"
-#: ../Xconfigurator_consts.pm_.c:116
+#: ../../Xconfigurator_consts.pm_.c:123
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "Több-frekvenciájú monitor, amely tud 1280x1024 74 Hz-en"
-#: ../Xconfigurator_consts.pm_.c:117
+#: ../../Xconfigurator_consts.pm_.c:124
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "Több-frekvenciájú monitor, amely tud 1280x1024 76 Hz-en"
-#: ../Xconfigurator_consts.pm_.c:118
+#: ../../Xconfigurator_consts.pm_.c:125
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "Olyan monitor, ami tud 1280x1024-et 76Hz-en"
-#: ../Xconfigurator_consts.pm_.c:119
+#: ../../Xconfigurator_consts.pm_.c:126
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Olyan monitor, ami tud 1600x1200-at 76Hz-en"
-#: ../diskdrake.pm_.c:16 ../diskdrake.pm_.c:370
+#: ../../any.pm_.c:17
+msgid "curly"
+msgstr "göndör"
+
+#: ../../any.pm_.c:17
+msgid "default"
+msgstr "alapértelmezett (default)"
+
+#. -PO: names (tie, curly...) have corresponding icons for kdm
+#: ../../any.pm_.c:17
+msgid "tie"
+msgstr "nyakkendõs"
+
+#: ../../any.pm_.c:18
+msgid "brunette"
+msgstr "barna"
+
+#: ../../any.pm_.c:18
+msgid "girl"
+msgstr "lány"
+
+#: ../../any.pm_.c:18
+msgid "woman-blond"
+msgstr "szõke nõ"
+
+#: ../../any.pm_.c:19
+msgid "automagic"
+msgstr "automatikus"
+
+#: ../../any.pm_.c:60
+msgid "First sector of boot partition"
+msgstr "A boot partíció elsõ szektora"
+
+#: ../../any.pm_.c:60
+msgid "First sector of drive (MBR)"
+msgstr "A lemez elsõ szektora (MBR)"
+
+#: ../../any.pm_.c:65
+msgid "LILO/grub Installation"
+msgstr "LILO/grub telepítése"
+
+#: ../../any.pm_.c:66
+msgid "Where do you want to install the bootloader?"
+msgstr "Hova szeretnéd installálni a bootloader -t?"
+
+#: ../../any.pm_.c:73
+#, fuzzy
+msgid "None"
+msgstr "Kész"
+
+#: ../../any.pm_.c:73
+msgid "Which bootloader(s) do you want to use?"
+msgstr "Melyik bootloader-t szeretnéd használni?"
+
+#: ../../any.pm_.c:84
+msgid "Boot device"
+msgstr "Boot eszköz"
+
+#: ../../any.pm_.c:85
+msgid "LBA (doesn't work on old BIOSes)"
+msgstr "LBA (nem mûködik régebbi BIOSokkal)"
+
+#: ../../any.pm_.c:86
+msgid "Compact"
+msgstr "Compact"
+
+#: ../../any.pm_.c:86
+msgid "compact"
+msgstr "compact"
+
+#: ../../any.pm_.c:87 ../../install_steps_interactive.pm_.c:809
+msgid "Delay before booting default image"
+msgstr "Késleltetés az alapértelmezett image betöltése elõtt"
+
+#: ../../any.pm_.c:88
+msgid "Video mode"
+msgstr "Videó mód"
+
+#: ../../any.pm_.c:90 ../../install_steps_interactive.pm_.c:531
+#: ../../install_steps_interactive.pm_.c:654
+#: ../../install_steps_interactive.pm_.c:705
+#: ../../install_steps_interactive.pm_.c:811 ../../printerdrake.pm_.c:85
+#: ../../printerdrake.pm_.c:110 ../../standalone/adduserdrake_.c:42
+msgid "Password"
+msgstr "Jelszó"
+
+#: ../../any.pm_.c:91 ../../install_steps_interactive.pm_.c:655
+#: ../../install_steps_interactive.pm_.c:706
+#: ../../install_steps_interactive.pm_.c:812
+#: ../../standalone/adduserdrake_.c:43
+msgid "Password (again)"
+msgstr "Jelszó (újra)"
+
+#: ../../any.pm_.c:92 ../../install_steps_interactive.pm_.c:813
+msgid "Restrict command line options"
+msgstr "Parancssorban átadható opciók korlátozása"
+
+#: ../../any.pm_.c:92 ../../install_steps_interactive.pm_.c:813
+msgid "restrict"
+msgstr "korlátozott"
+
+#: ../../any.pm_.c:98
+msgid "Bootloader main options"
+msgstr "A bootloader fõbb opciói"
+
+#: ../../any.pm_.c:101 ../../install_steps_interactive.pm_.c:820
+msgid ""
+"Option ``Restrict command line options'' is of no use without a password"
+msgstr ""
+"A ``Parancssorban átadható opciók korlátozása'' beállításnak jelszó nélkül\n"
+"nincs értelme"
+
+#: ../../any.pm_.c:102 ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:719
+#: ../../install_steps_interactive.pm_.c:821
+#: ../../standalone/adduserdrake_.c:56
+msgid "Please try again"
+msgstr "Próbálkozz újra"
+
+#: ../../any.pm_.c:102 ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:719
+#: ../../install_steps_interactive.pm_.c:821
+#: ../../standalone/adduserdrake_.c:56
+msgid "The passwords do not match"
+msgstr "A jelszavak nem egyeznek"
+
+#: ../../any.pm_.c:112
+msgid ""
+"Here are the different entries.\n"
+"You can add some more or change the existing ones."
+msgstr ""
+"Itt vannak a jelenlegi bejegyzések.\n"
+"Adhatsz a meglévõkhöz újakat, vagy módosíthatod a régieket."
+
+#: ../../any.pm_.c:114 ../../install_steps_interactive.pm_.c:832
+#: ../../printerdrake.pm_.c:245 ../../standalone/rpmdrake_.c:302
+msgid "Add"
+msgstr "Hozzáad"
+
+#: ../../any.pm_.c:114 ../../diskdrake.pm_.c:42
+#: ../../install_steps_interactive.pm_.c:699
+#: ../../install_steps_interactive.pm_.c:832 ../../printerdrake.pm_.c:245
+#: ../../standalone/adduserdrake_.c:36
+msgid "Done"
+msgstr "Kész"
+
+#: ../../any.pm_.c:123
+msgid "Linux"
+msgstr "Linux"
+
+#: ../../any.pm_.c:123
+msgid "Other OS (windows...)"
+msgstr "Egyéb op. rendszer (windows...)"
+
+#: ../../any.pm_.c:123
+msgid "Which type of entry do you want to add?"
+msgstr "Milyen bejegyzést szeretnél hozzáadni?"
+
+#: ../../any.pm_.c:142 ../../install_steps_interactive.pm_.c:857
+msgid "Image"
+msgstr "Image"
+
+#: ../../any.pm_.c:143 ../../any.pm_.c:151
+#: ../../install_steps_interactive.pm_.c:859
+msgid "Root"
+msgstr "Root"
+
+#: ../../any.pm_.c:144 ../../install_steps_interactive.pm_.c:860
+msgid "Append"
+msgstr "Append"
+
+#: ../../any.pm_.c:145 ../../install_steps_interactive.pm_.c:861
+msgid "Initrd"
+msgstr "Initrd"
+
+#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:862
+msgid "Read-write"
+msgstr "Írás-olvasás (read-write)"
+
+#: ../../any.pm_.c:152
+msgid "Table"
+msgstr "Tábla (table)"
+
+#: ../../any.pm_.c:153
+msgid "Unsafe"
+msgstr "Nem biztonsagos (unsafe)"
+
+#: ../../any.pm_.c:158 ../../install_steps_interactive.pm_.c:869
+msgid "Label"
+msgstr "Címke (label)"
+
+#: ../../any.pm_.c:160 ../../install_steps_interactive.pm_.c:871
+msgid "Default"
+msgstr "Alapértelmezett (default)"
+
+#: ../../any.pm_.c:163 ../../install_steps_gtk.pm_.c:674
+#: ../../install_steps_interactive.pm_.c:652
+#: ../../install_steps_interactive.pm_.c:874 ../../interactive.pm_.c:74
+#: ../../interactive.pm_.c:84 ../../interactive.pm_.c:224
+#: ../../interactive_newt.pm_.c:49 ../../interactive_newt.pm_.c:98
+#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:200
+#: ../../my_gtk.pm_.c:459 ../../my_gtk.pm_.c:634 ../../printerdrake.pm_.c:272
+msgid "Ok"
+msgstr "Ok"
+
+#: ../../any.pm_.c:163 ../../install_steps_interactive.pm_.c:874
+msgid "Remove entry"
+msgstr "Bejegyzés eltávolítása"
+
+#: ../../any.pm_.c:166 ../../install_steps_interactive.pm_.c:877
+msgid "Empty label not allowed"
+msgstr "Üres cimke nem engedélyezett"
+
+#: ../../any.pm_.c:167
+msgid "This label is already used"
+msgstr "Már van ilyen cimke"
+
+#: ../../diskdrake.pm_.c:18 ../../diskdrake.pm_.c:413
msgid "Create"
msgstr "Létrehoz"
-#: ../diskdrake.pm_.c:17
+#: ../../diskdrake.pm_.c:19
msgid "Unmount"
msgstr "Unmount"
-#: ../diskdrake.pm_.c:18 ../diskdrake.pm_.c:372
+#: ../../diskdrake.pm_.c:20 ../../diskdrake.pm_.c:415
msgid "Delete"
msgstr "Törlés"
-#: ../diskdrake.pm_.c:18
+#: ../../diskdrake.pm_.c:20
msgid "Format"
msgstr "Formázás"
-#: ../diskdrake.pm_.c:18 ../diskdrake.pm_.c:527
+#: ../../diskdrake.pm_.c:20 ../../diskdrake.pm_.c:590
msgid "Resize"
msgstr "Átméretez"
-#: ../diskdrake.pm_.c:18 ../diskdrake.pm_.c:370 ../diskdrake.pm_.c:414
+#: ../../diskdrake.pm_.c:20 ../../diskdrake.pm_.c:413
+#: ../../diskdrake.pm_.c:466
msgid "Type"
msgstr "Típus"
-#: ../diskdrake.pm_.c:19 ../diskdrake.pm_.c:430
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:485
msgid "Mount point"
msgstr "Mount pont"
-#: ../diskdrake.pm_.c:33
+#: ../../diskdrake.pm_.c:35
msgid "Write /etc/fstab"
msgstr "/etc/fstab írása"
-#: ../diskdrake.pm_.c:34
+#: ../../diskdrake.pm_.c:36
msgid "Toggle to expert mode"
msgstr "Váltás haladó módba"
-#: ../diskdrake.pm_.c:35
+#: ../../diskdrake.pm_.c:37
msgid "Toggle to normal mode"
msgstr "Váltás normál módba"
-#: ../diskdrake.pm_.c:36
+#: ../../diskdrake.pm_.c:38
msgid "Restore from file"
msgstr "Visszaállítás fájlból"
-#: ../diskdrake.pm_.c:37
+#: ../../diskdrake.pm_.c:39
msgid "Save in file"
msgstr "Mentés fájlba"
-#: ../diskdrake.pm_.c:38
+#: ../../diskdrake.pm_.c:40
msgid "Restore from floppy"
msgstr "Visszaállítás lemezrõl"
-#: ../diskdrake.pm_.c:39
+#: ../../diskdrake.pm_.c:41
msgid "Save on floppy"
msgstr "Mentés lemezre"
-#: ../diskdrake.pm_.c:40 ../install_steps_interactive.pm_.c:618
-#: ../install_steps_interactive.pm_.c:748 ../standalone/adduserdrake_.c:34
-msgid "Done"
-msgstr "Kész"
-
-#: ../diskdrake.pm_.c:43
+#: ../../diskdrake.pm_.c:45
msgid "Clear all"
msgstr "Mindet törli"
-#: ../diskdrake.pm_.c:44
+#: ../../diskdrake.pm_.c:46
msgid "Format all"
msgstr "Összes partíció formázása"
-#: ../diskdrake.pm_.c:45
+#: ../../diskdrake.pm_.c:47
msgid "Auto allocate"
msgstr "Automatikus helyfoglalás"
-#: ../diskdrake.pm_.c:48
+#: ../../diskdrake.pm_.c:50
msgid "All primary partitions are used"
msgstr "Minden elsõdleges partíció használva van"
-#: ../diskdrake.pm_.c:48
+#: ../../diskdrake.pm_.c:50
msgid "I can't add any more partition"
msgstr "Nem hozható létre több partíció"
-#: ../diskdrake.pm_.c:48
+#: ../../diskdrake.pm_.c:50
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -473,142 +700,157 @@ msgstr ""
"További partíciók létrehozásához törölj egyet, hogy kiterjesztett partíciót\n"
"hozhass létre"
-#: ../diskdrake.pm_.c:51
-#, fuzzy
+#: ../../diskdrake.pm_.c:53
msgid "Rescue partition table"
-msgstr "Partíciós tábla írása"
+msgstr "Partíciós tábla megmentése"
-#: ../diskdrake.pm_.c:52
+#: ../../diskdrake.pm_.c:54
msgid "Undo"
-msgstr "Visszavonás"
+msgstr "Visszavon"
-#: ../diskdrake.pm_.c:53
+#: ../../diskdrake.pm_.c:55
msgid "Write partition table"
msgstr "Partíciós tábla írása"
-#: ../diskdrake.pm_.c:54
+#: ../../diskdrake.pm_.c:56
msgid "Reload"
msgstr "Újratöltés"
-#: ../diskdrake.pm_.c:98
+#: ../../diskdrake.pm_.c:96
+msgid "loopback"
+msgstr "loopback"
+
+#: ../../diskdrake.pm_.c:109
msgid "Empty"
msgstr "Üres"
-#: ../diskdrake.pm_.c:98
+#: ../../diskdrake.pm_.c:109
msgid "Ext2"
msgstr "Ext2"
-#: ../diskdrake.pm_.c:98
+#: ../../diskdrake.pm_.c:109
msgid "FAT"
msgstr "FAT"
-#: ../diskdrake.pm_.c:98
+#: ../../diskdrake.pm_.c:109
msgid "Other"
msgstr "Egyéb"
-#: ../diskdrake.pm_.c:98
+#: ../../diskdrake.pm_.c:109
msgid "Swap"
msgstr "Swap"
-#: ../diskdrake.pm_.c:104
+#: ../../diskdrake.pm_.c:115
msgid "Filesystem types:"
msgstr "Fájlrendszer típusok:"
-#: ../diskdrake.pm_.c:113
+#: ../../diskdrake.pm_.c:124
msgid "Details"
msgstr "Részletek"
-#: ../diskdrake.pm_.c:127
+#: ../../diskdrake.pm_.c:138
msgid ""
-"You have one big fat partition\n"
-"(generally use by MicroSoft Dos/Windows).\n"
+"You have one big FAT partition\n"
+"(generally used by MicroSoft Dos/Windows).\n"
"I suggest you first resize that partition\n"
"(click on it, then click on \"Resize\")"
msgstr ""
"Egy nagy FAT partíciód van\n"
-"(ez általában a DOS-os/Windows-os partíció).\n"
+"(ez általában a Microsoft DOS-os/Windows-os partíció).\n"
"Azt ajánlom, hogy méretezd át ezt a partíciót\n"
"(kattints rá, majd kattints az \"Átméretez\" gombra)"
-#: ../diskdrake.pm_.c:132
+#: ../../diskdrake.pm_.c:143
msgid "Please make a backup of your data first"
msgstr "Kérlek elõször mentsd le az adatokat"
-#: ../diskdrake.pm_.c:132 ../diskdrake.pm_.c:146 ../diskdrake.pm_.c:458
-#: ../diskdrake.pm_.c:487
+#: ../../diskdrake.pm_.c:143 ../../diskdrake.pm_.c:160
+#: ../../diskdrake.pm_.c:169 ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:546
msgid "Read carefully!"
msgstr "Figyelmesen olvasd!"
-#: ../diskdrake.pm_.c:146
-#, c-format
-msgid "After %s partition %s,"
-msgstr "%s után %s partíció,"
-
-#: ../diskdrake.pm_.c:146
-msgid "all data on this partition will be lost"
-msgstr "a partíción minden adat elvész"
-
-#: ../diskdrake.pm_.c:165 ../install_any.pm_.c:193 ../install_steps.pm_.c:71
-#: ../install_steps_interactive.pm_.c:37 ../standalone/diskdrake_.c:60
-#: ../standalone/rpmdrake_.c:294 ../standalone/rpmdrake_.c:304
+#: ../../diskdrake.pm_.c:146
+msgid ""
+"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
+"enough)\n"
+"at the beginning of the disk"
+msgstr ""
+"Ha aboot-ot akasz használni, bizonyosodjál meg róla, hogy hagytál elég "
+"helyet\n"
+"(2048 szektor elég is) a lemez elején"
+
+#: ../../diskdrake.pm_.c:160
+msgid "Be careful: this operation is dangerous."
+msgstr "Vigyázz, ez a mûvelet veszélyes."
+
+#: ../../diskdrake.pm_.c:197 ../../install_any.pm_.c:330
+#: ../../install_steps.pm_.c:74 ../../install_steps_interactive.pm_.c:40
+#: ../../standalone/diskdrake_.c:60 ../../standalone/rpmdrake_.c:294
+#: ../../standalone/rpmdrake_.c:304
msgid "Error"
msgstr "Hiba"
-#: ../diskdrake.pm_.c:189 ../diskdrake.pm_.c:610
+#: ../../diskdrake.pm_.c:221 ../../diskdrake.pm_.c:680
msgid "Mount point: "
msgstr "Mount pont: "
-#: ../diskdrake.pm_.c:190 ../diskdrake.pm_.c:228
+#: ../../diskdrake.pm_.c:222 ../../diskdrake.pm_.c:263
msgid "Device: "
msgstr "Eszköz: "
-#: ../diskdrake.pm_.c:191
+#: ../../diskdrake.pm_.c:223
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS meghajtó betûjele: %s (csak egy tipp)\n"
-#: ../diskdrake.pm_.c:192 ../diskdrake.pm_.c:231
+#: ../../diskdrake.pm_.c:224 ../../diskdrake.pm_.c:266
msgid "Type: "
msgstr "Típus: "
-#: ../diskdrake.pm_.c:193
+#: ../../diskdrake.pm_.c:225
#, c-format
msgid "Start: sector %s\n"
msgstr "Kezdõszektor: %s\n"
-#: ../diskdrake.pm_.c:194
+#: ../../diskdrake.pm_.c:226
#, c-format
-msgid "Size: %s MB"
-msgstr "Méret: %s MB"
+msgid "Size: %d MB"
+msgstr "Méret: %d MB"
-#: ../diskdrake.pm_.c:196
+#: ../../diskdrake.pm_.c:228
#, c-format
msgid ", %s sectors"
msgstr ", %s szektor"
-#: ../diskdrake.pm_.c:198
+#: ../../diskdrake.pm_.c:230
#, c-format
msgid "Cylinder %d to cylinder %d\n"
msgstr "%d cylindertõl %d cylinderig\n"
-#: ../diskdrake.pm_.c:199
+#: ../../diskdrake.pm_.c:231
msgid "Formatted\n"
msgstr "Megformázva\n"
-#: ../diskdrake.pm_.c:200
+#: ../../diskdrake.pm_.c:232
msgid "Not formatted\n"
msgstr "Nincs megformázva\n"
-#: ../diskdrake.pm_.c:201
+#: ../../diskdrake.pm_.c:233
msgid "Mounted\n"
msgstr "Felmountolva\n"
-#: ../diskdrake.pm_.c:202
+#: ../../diskdrake.pm_.c:234
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../diskdrake.pm_.c:203
+#: ../../diskdrake.pm_.c:235
+#, c-format
+msgid "Loopback file(s): %s\n"
+msgstr "Loopback fájl(ok): %s\n"
+
+#: ../../diskdrake.pm_.c:236
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -616,65 +858,79 @@ msgstr ""
"Alapértelmezett indítási partíció\n"
" (DOS-nak, nem lilonak)\n"
-#: ../diskdrake.pm_.c:205
+#: ../../diskdrake.pm_.c:238
#, c-format
msgid "Level %s\n"
msgstr "Level %s\n"
-#: ../diskdrake.pm_.c:206
+#: ../../diskdrake.pm_.c:239
#, c-format
msgid "Chunk size %s\n"
msgstr "Szelet mérete %s\n"
-#: ../diskdrake.pm_.c:207
+#: ../../diskdrake.pm_.c:240
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-diszkek %s\n"
-#: ../diskdrake.pm_.c:224
+#: ../../diskdrake.pm_.c:242
+#, c-format
+msgid "Loopback file name: %s"
+msgstr "Loopback fájl neve: %s"
+
+#: ../../diskdrake.pm_.c:259
msgid "Please click on a partition"
msgstr "Kattints egy partícióra"
-#: ../diskdrake.pm_.c:229
+#: ../../diskdrake.pm_.c:264
#, c-format
msgid "Size: %d MB\n"
msgstr "Méret: %d MB\n"
-#: ../diskdrake.pm_.c:230
+#: ../../diskdrake.pm_.c:265
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometria: %s cylinder, %s fej, %s szektor\n"
-#: ../diskdrake.pm_.c:232
+#: ../../diskdrake.pm_.c:267
+#, c-format
+msgid "Partition table type: %s\n"
+msgstr "Partíciós tábla tipusa: %s\n"
+
+#: ../../diskdrake.pm_.c:268
#, c-format
msgid "on bus %d id %d\n"
msgstr "%d buszon, %d id-vel\n"
-#: ../diskdrake.pm_.c:245
+#: ../../diskdrake.pm_.c:281
msgid "Mount"
msgstr "Mount"
-#: ../diskdrake.pm_.c:246
+#: ../../diskdrake.pm_.c:282
msgid "Active"
msgstr "Aktív"
-#: ../diskdrake.pm_.c:247
+#: ../../diskdrake.pm_.c:283
msgid "Add to RAID"
msgstr "RAID-hez hozzáad"
-#: ../diskdrake.pm_.c:248
+#: ../../diskdrake.pm_.c:284
msgid "Remove from RAID"
msgstr "RAID-bõl eltávolít"
-#: ../diskdrake.pm_.c:249
+#: ../../diskdrake.pm_.c:285
msgid "Modify RAID"
msgstr "RAID módosítása"
-#: ../diskdrake.pm_.c:256
+#: ../../diskdrake.pm_.c:286
+msgid "Use for loopback"
+msgstr "Loopback-hoz használd"
+
+#: ../../diskdrake.pm_.c:293
msgid "Choose action"
msgstr "Válassz"
-#: ../diskdrake.pm_.c:349
+#: ../../diskdrake.pm_.c:386
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -686,7 +942,7 @@ msgstr ""
"Vagy használd a LILO-t, de nem fog mûködni vagy ne használd a LILO-t és "
"akkor nem kell a /boot"
-#: ../diskdrake.pm_.c:353
+#: ../../diskdrake.pm_.c:390
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -697,146 +953,200 @@ msgstr ""
"után található a merevlemezen és nincs /boot partíciód.\n"
"Ha a LILO boot manager-t akarod használni, csinálj egy /boot partíciót"
-#: ../diskdrake.pm_.c:370 ../diskdrake.pm_.c:372
+#: ../../diskdrake.pm_.c:396
+msgid ""
+"You've selected a software RAID partition as root (/).\n"
+"No bootloader is able to handle this without a /boot partition.\n"
+"So be careful to add a /boot partition if you want to use lilo or grub"
+msgstr ""
+
+#: ../../diskdrake.pm_.c:413 ../../diskdrake.pm_.c:415
#, c-format
msgid "Use ``%s'' instead"
msgstr "Használd inkább a ``%s''-t"
-#: ../diskdrake.pm_.c:375
+#: ../../diskdrake.pm_.c:418
msgid "Use ``Unmount'' first"
msgstr "Használd elõször az ``Unmount''-ot"
-#: ../diskdrake.pm_.c:376 ../diskdrake.pm_.c:409
-msgid "changing type of"
-msgstr "típus változtatása"
+#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:461
+#, c-format
+msgid ""
+"After changing type of partition %s, all data on this partition will be lost"
+msgstr ""
+"A %s partíciós tábla típusának megváltoztatása után, a partíción minden adat "
+"elvész"
-#: ../diskdrake.pm_.c:388
+#: ../../diskdrake.pm_.c:431
msgid "Continue anyway?"
msgstr "Ettõl függetlenül folytassam?"
-#: ../diskdrake.pm_.c:393
+#: ../../diskdrake.pm_.c:436
msgid "Quit without saving"
msgstr "Kilépés mentés nélkül"
-#: ../diskdrake.pm_.c:393
+#: ../../diskdrake.pm_.c:436
msgid "Quit without writing the partition table?"
msgstr "Kilépsz a programból a partíciós tábla elmentése nélkül?"
-#: ../diskdrake.pm_.c:412
+#: ../../diskdrake.pm_.c:464
msgid "Change partition type"
msgstr "Partíció típusának változtatása"
-#: ../diskdrake.pm_.c:413
+#: ../../diskdrake.pm_.c:465
msgid "Which partition type do you want?"
msgstr "Milyen partíció típust akarsz?"
-#: ../diskdrake.pm_.c:429
+#: ../../diskdrake.pm_.c:483
+#, c-format
+msgid "Where do you want to mount loopback file %s?"
+msgstr "Hová akarod felmountolni a %s loopback fájlt?"
+
+#: ../../diskdrake.pm_.c:484
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Hová akarod felmountolni a %s eszközt?"
-#: ../diskdrake.pm_.c:451
-msgid "formatting"
-msgstr "formázás"
+#: ../../diskdrake.pm_.c:489
+msgid ""
+"Can't unset mount point as this partition is used for loop back.\n"
+"Remove the loopback first"
+msgstr ""
+"Nem tudom megszüntetni a mount pontot, mert a partíciót loopback fogja.\n"
+"Szüntesd meg elõszö a loopback-et."
-#: ../diskdrake.pm_.c:453
+#: ../../diskdrake.pm_.c:508
+#, c-format
+msgid "After formatting partition %s, all data on this partition will be lost"
+msgstr "A %s partíció formázása után a partíción minden adat elvész"
+
+#: ../../diskdrake.pm_.c:510
msgid "Formatting"
msgstr "Formázás"
-#: ../diskdrake.pm_.c:453 ../install_steps_interactive.pm_.c:221
+#: ../../diskdrake.pm_.c:511
+#, c-format
+msgid "Formatting loopback file %s"
+msgstr "A %s loopback fájl formázása"
+
+#: ../../diskdrake.pm_.c:512 ../../install_steps_interactive.pm_.c:253
#, c-format
msgid "Formatting partition %s"
msgstr "A %s partíció formázása"
-#: ../diskdrake.pm_.c:458
+#: ../../diskdrake.pm_.c:517
msgid "After formatting all partitions,"
msgstr "Az összes partíció formázása után "
-#: ../diskdrake.pm_.c:458
+#: ../../diskdrake.pm_.c:517
msgid "all data on these partitions will be lost"
msgstr "minden adat elvész a partíciókról"
-#: ../diskdrake.pm_.c:468
+#: ../../diskdrake.pm_.c:527
msgid "Move"
msgstr "Áthelyezés"
-#: ../diskdrake.pm_.c:469
-msgid "Which disk do you want to move to?"
+#: ../../diskdrake.pm_.c:528
+msgid "Which disk do you want to move it to?"
msgstr "Melyik diszket akarod mozgatni?"
-#: ../diskdrake.pm_.c:473
+#: ../../diskdrake.pm_.c:532
msgid "Sector"
msgstr "Szektor"
-#: ../diskdrake.pm_.c:474
-msgid "Which sector do you want to move to?"
+#: ../../diskdrake.pm_.c:533
+msgid "Which sector do you want to move it to?"
msgstr "Melyik szektort akarod mozgatni?"
-#: ../diskdrake.pm_.c:477
+#: ../../diskdrake.pm_.c:536
msgid "Moving"
msgstr "Mozgatás"
-#: ../diskdrake.pm_.c:477
+#: ../../diskdrake.pm_.c:536
msgid "Moving partition..."
msgstr "Partíció mozgatása..."
-#: ../diskdrake.pm_.c:487
+#: ../../diskdrake.pm_.c:546
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "A %s meghajtó partíciós tábláját fogom menteni!"
-#: ../diskdrake.pm_.c:489
+#: ../../diskdrake.pm_.c:548
msgid "You'll need to reboot before the modification can take place"
msgstr "Újra kell indítanod a gépet, hogy a változások érvényesüljenek"
-#: ../diskdrake.pm_.c:510 ../install_steps_gtk.pm_.c:255
-msgid "Computing fat filesystem bounds"
+#: ../../diskdrake.pm_.c:569 ../../install_steps_gtk.pm_.c:208
+msgid "Computing FAT filesystem bounds"
msgstr "Fájlrendszer-jellemzõk kiszámítása"
-#: ../diskdrake.pm_.c:510 ../diskdrake.pm_.c:555
-#: ../install_steps_gtk.pm_.c:255
+#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:618
+#: ../../install_steps_gtk.pm_.c:208
msgid "Resizing"
msgstr "Átméretezés"
-#: ../diskdrake.pm_.c:524
-msgid "resizing"
-msgstr "átméretezés"
+#: ../../diskdrake.pm_.c:585
+msgid "All data on this partition should be backed-up"
+msgstr "Errõl a partícióról minden adatot le kellene menteni"
-#: ../diskdrake.pm_.c:534
+#: ../../diskdrake.pm_.c:587
+#, c-format
+msgid "After resizing partition %s, all data on this partition will be lost"
+msgstr "A %s partíció újraméretezése után a partíción minden adat elvész"
+
+#: ../../diskdrake.pm_.c:597
msgid "Choose the new size"
msgstr "Add meg az új méretet"
-#: ../diskdrake.pm_.c:534 ../install_steps_graphical.pm_.c:287
-#: ../install_steps_graphical.pm_.c:334 ../install_steps_gtk.pm_.c:317
-#: ../install_steps_gtk.pm_.c:361
+#: ../../diskdrake.pm_.c:597 ../../install_steps_graphical.pm_.c:287
+#: ../../install_steps_graphical.pm_.c:334
msgid "MB"
msgstr "MB"
-#: ../diskdrake.pm_.c:587
+#: ../../diskdrake.pm_.c:652
msgid "Create a new partition"
msgstr "Új partíció létrehozása"
-#: ../diskdrake.pm_.c:603
+#: ../../diskdrake.pm_.c:672
msgid "Start sector: "
msgstr "Kezdõszektor: "
-#: ../diskdrake.pm_.c:606
+#: ../../diskdrake.pm_.c:676 ../../diskdrake.pm_.c:750
msgid "Size in MB: "
msgstr "Méret MB-ban: "
-#: ../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:679 ../../diskdrake.pm_.c:753
msgid "Filesystem type: "
msgstr "Fájlrendszer típusa: "
-#: ../diskdrake.pm_.c:611
+#: ../../diskdrake.pm_.c:682
msgid "Preference: "
msgstr "Beállítások: "
-#: ../diskdrake.pm_.c:655 ../diskdrake.pm_.c:671
+#: ../../diskdrake.pm_.c:729 ../../install_steps.pm_.c:132
+msgid "This partition can't be used for loopback"
+msgstr "Ezt a partíciót nem használhatod loopback-hez"
+
+#: ../../diskdrake.pm_.c:739
+msgid "Loopback"
+msgstr "Loopback"
+
+#: ../../diskdrake.pm_.c:749
+msgid "Loopback file name: "
+msgstr "Loopback fájl neve: "
+
+#: ../../diskdrake.pm_.c:775
+msgid "File already used by another loopback, choose another one"
+msgstr "Ez a fájl másik loopback-hez van rendelve, válassz egy másikat"
+
+#: ../../diskdrake.pm_.c:776
+msgid "File already exists. Use it?"
+msgstr "A fájl már létezik. Használjam?"
+
+#: ../../diskdrake.pm_.c:798 ../../diskdrake.pm_.c:814
msgid "Select file"
msgstr "Fájl kiválasztása"
-#: ../diskdrake.pm_.c:664
+#: ../../diskdrake.pm_.c:807
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -844,11 +1154,11 @@ msgstr ""
"A partíciós tábla biztonsági másolatának a mérete nem egyezik meg\n"
"Biztos, hogy folytassam?"
-#: ../diskdrake.pm_.c:672
+#: ../../diskdrake.pm_.c:815
msgid "Warning"
msgstr "Figyelmeztetés"
-#: ../diskdrake.pm_.c:673
+#: ../../diskdrake.pm_.c:816
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -856,68 +1166,77 @@ msgstr ""
"Helyezz be egy lemezt a meghajtóba\n"
"A lemezen minden adat elvész"
-#: ../diskdrake.pm_.c:687
+#: ../../diskdrake.pm_.c:830
msgid "Trying to rescue partition table"
msgstr "Megpróbálom visszaállítani a partíciós táblát"
-#: ../diskdrake.pm_.c:698
+#: ../../diskdrake.pm_.c:841
msgid "device"
msgstr "eszköz"
-#: ../diskdrake.pm_.c:699
+#: ../../diskdrake.pm_.c:842
msgid "level"
msgstr "szint"
-#: ../diskdrake.pm_.c:700
+#: ../../diskdrake.pm_.c:843
msgid "chunk size"
msgstr "szelet mérete"
-#: ../diskdrake.pm_.c:712
+#: ../../diskdrake.pm_.c:855
msgid "Choose an existing RAID to add to"
msgstr "Válassz ki egy már létezõ RAID-et, ehhez adom a diszket"
-#: ../diskdrake.pm_.c:713
+#: ../../diskdrake.pm_.c:856
msgid "new"
msgstr "új"
-#: ../fs.pm_.c:67 ../fs.pm_.c:73
+#: ../../fs.pm_.c:85 ../../fs.pm_.c:91 ../../fs.pm_.c:97 ../../fs.pm_.c:103
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s fájlrendszer létrehozása a %s eszközön sikertelen"
-#: ../fs.pm_.c:93
+#: ../../fs.pm_.c:129
#, c-format
-msgid "don't know how to format %s in type %s"
-msgstr "nem tudom, hogyan formázzam meg %s -t %s típusúra"
+msgid "I don't know how to format %s in type %s"
+msgstr "Nem tudom, hogyan formázzam meg %s -t %s típusúra"
-#: ../fs.pm_.c:106
+#: ../../fs.pm_.c:186
msgid "nfs mount failed"
msgstr "nfs mountolás sikertelen"
-#: ../fs.pm_.c:123
+#: ../../fs.pm_.c:209
msgid "mount failed: "
msgstr "mountolás sikertelen: "
-#: ../fs.pm_.c:134
+#: ../../fs.pm_.c:220
#, c-format
msgid "error unmounting %s: %s"
msgstr "hiba %s lemountolásakor: %s"
-#: ../fsedit.pm_.c:219
+#: ../../fsedit.pm_.c:250
msgid "Mount points must begin with a leading /"
msgstr "A mount pontnak /-el kell kezdõdnie"
-#: ../fsedit.pm_.c:222
+#: ../../fsedit.pm_.c:253
#, c-format
-msgid "There is already a partition with mount point %s"
-msgstr "Már van egy partíció %s mount ponttal"
+msgid "There is already a partition with mount point %s\n"
+msgstr "Már van egy partíció %s mount ponttal\n"
+
+#: ../../fsedit.pm_.c:261
+#, c-format
+msgid "Circular mounts %s\n"
+msgstr "Körkörös mountolás %s\n"
+
+#: ../../fsedit.pm_.c:273
+msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
+msgstr ""
-#: ../fsedit.pm_.c:306
+#: ../../fsedit.pm_.c:355
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Hiba %s írásra való megnyitásakor: %s"
-#: ../fsedit.pm_.c:388
+#: ../../fsedit.pm_.c:437
msgid ""
"An error has occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -925,70 +1244,124 @@ msgstr ""
"Hiba történt - nincs érvényes meghajtó, amelyen fájlrendszereket lehetne "
"létrehozni. Ellenõrizd a hardvert és próbáld megtalálni a hibát"
-#: ../fsedit.pm_.c:403
+#: ../../fsedit.pm_.c:452
msgid "You don't have any partitions!"
msgstr "Nincs egyetlen partíciód sem!"
-#: ../help.pm_.c:7
+#: ../../help.pm_.c:7
msgid "Choose preferred language for install and system usage."
msgstr ""
"Válaszd ki a nyelvet, amin a telepítést szeretnéd lefolytatni, majd késõbb a "
"rendszert használni."
-#: ../help.pm_.c:10
+#: ../../help.pm_.c:10
msgid "Choose the layout corresponding to your keyboard from the list above"
msgstr "Válaszd ki a billentyûzeted kiosztását a fenti listából"
-#: ../help.pm_.c:13
+#: ../../help.pm_.c:13
msgid ""
"Choose \"Install\" if there are no previous versions of Linux\n"
"installed, or if you wish to use multiple distributions or versions.\n"
"\n"
+"Choose \"Upgrade\" if you wish to update a previous version of Mandrake "
+"Linux:\n"
+"5.1 (Venice), 5.2 (Leloo), 5.3 (Festen), 6.0 (Venus), 6.1 (Helios), Gold "
+"2000\n"
+"or 7.0 (Air).\n"
"\n"
-"Choose \"Upgrade\" if you wish to update a previous version of Mandrake\n"
-"Linux: 5.1 (Venice), 5.2 (Leloo), 5.3 (Festen), 6.0 (Venus), 6.1\n"
-"(Helios) or Gold 2000."
+"\n"
+"Select:\n"
+"\n"
+" - Automated (recommended): If you have never installed Linux before, "
+"choose this. NOTE:\n"
+" networking will not be configured during installation, use "
+"\"LinuxConf\"\n"
+" to configure it after the install completes.\n"
+"\n"
+" - Customized: If you are familiar enough with GNU/Linux, you may then "
+"choose\n"
+" the primary usage for your machine. See below for details.\n"
+"\n"
+" - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
+" perform a highly customized installation. As for a \"Customized\"\n"
+" installation class, you will be able to select the usage for your "
+"system.\n"
+" But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
+"DOING!\n"
msgstr ""
"Válaszd a \"Telepítést\", ha nincs korábbi Linux verzió installálva,\n"
"vagy ha több különbözõ disztribúciót vagy verziót használsz.\n"
"\n"
-"\n"
"Válaszd a \"Frissítést\", ha a frissíteni akarod a Mandrake Linux\n"
"valamelyik korábbi változatát: 5.1 (Venice), 5.2 (Leeloo), 5.3 (Festen),\n"
-"6.0 (Venus), 6.1 (Helios) vagy Gold 2000."
-
-#: ../help.pm_.c:22
-msgid ""
-"Select:\n"
+"6.0 (Venus), 6.1 (Helios), Gold 2000 vagy 7.0 (Air).\n"
"\n"
-" - Recommended: If you have never installed Linux before.\n"
"\n"
+"Válassz:\n"
"\n"
-" - Customized: If you are familiar with Linux, you will be able to \n"
-"select the usage for the installed system between normal, development or\n"
-"server. Choose \"Normal\" for a general purpose installation of your\n"
-"computer. You may choose \"Development\" if you will be using the computer\n"
-"primarily for software development, or choose \"Server\" if you wish to\n"
-"install a general purpose server (for mail, printing...).\n"
+" - Automatikus: Ha még sohasem telepítettél Linuxot.\n"
"\n"
+" - Egyedi: Ha már jól ismered a Linuxot és ki tudod választani, \n"
+"hogy normál, fejlesztõi vagy kiszolgáló konfigurációt akarsz-e telepíteni.\n"
+"Válaszd a \"Normál\"-t, ha általános célokra szeretnéd használni a \n"
+"számítógépet. Választhatod a \"Fejlesztõi\" opciót, ha elsõsorban \n"
+"alkalmazásfejlesztésre használod a géped, vagy a \"Kiszolgáló\" opciót, ha \n"
+"általános célú kiszolgálót akarsz telepíteni (levelezéshez, "
+"nyomtatáshoz...).\n"
+
+#: ../../help.pm_.c:37
+msgid ""
+"Select:\n"
"\n"
-" - Expert: If you are fluent with GNU/Linux and want to perform\n"
-"a highly customized installation, this Install Class is for you. You will\n"
-"be able to select the usage of your installed system as for \"Customized\"."
+" - Customized: If you are familiar enough with GNU/Linux, you may then "
+"choose\n"
+" the primary usage for your machine. See below for details.\n"
+"\n"
+" - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
+" perform a highly customized installation. As for a \"Customized\"\n"
+" installation class, you will be able to select the usage for your "
+"system.\n"
+" But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
+"DOING!\n"
msgstr ""
"Válassz:\n"
"\n"
-" - Javasolt: Ha még sohasem telepítettél Linuxot.\n"
-"\n"
-"\n"
" - Egyedi: Ha már jól ismered a Linuxot és ki tudod választani, \n"
"hogy normál, fejlesztõi vagy kiszolgáló konfigurációt akarsz-e telepíteni.\n"
"Válaszd a \"Normál\"-t, ha általános célokra szeretnéd használni a \n"
"számítógépet. Választhatod a \"Fejlesztõi\" opciót, ha elsõsorban \n"
"alkalmazásfejlesztésre használod a géped, vagy a \"Kiszolgáló\" opciót, ha \n"
-"általános célú kiszolgálót akarsz telepíteni (levelezéshez, nyomtatáshoz...)."
+"általános célú kiszolgálót akarsz telepíteni (levelezéshez, "
+"nyomtatáshoz...).\n"
+
+#: ../../help.pm_.c:49
+msgid ""
+"The different choices for your machine's usage (provided, hence, that you "
+"have\n"
+"chosen either \"Custom\" or \"Expert\" as an installation class) are the\n"
+"following:\n"
+"\n"
+" - Normal: choose this if you intend to use your machine primarily for\n"
+" everyday use (office work, graphics manipulation and so on). Do not\n"
+" expect any compiler, development utility et al. installed.\n"
+"\n"
+" - Development: as its name says. Choose this if you intend to use your\n"
+" machine primarily for software development. You will then have a "
+"complete\n"
+" collection of software installed in order to compile, debug and format\n"
+" source code, or create software packages.\n"
+"\n"
+" - Server: choose this if the machine which you're installing "
+"Linux-Mandrake\n"
+" on is intended to be used as a server. Either a file server (NFS or "
+"SMB),\n"
+" a print server (Unix' lp (Line Printer) protocol or Windows style SMB\n"
+" printing), an authentication server (NIS), a database server and so on. "
+"As\n"
+" such, do not expect any gimmicks (KDE, GNOME...) to be installed.\n"
+msgstr ""
-#: ../help.pm_.c:40
+#: ../../help.pm_.c:70
msgid ""
"DrakX will attempt at first to look for one or more PCI\n"
"SCSI adapter(s). If it finds it (or them) and knows which driver(s)\n"
@@ -1036,7 +1409,7 @@ msgstr ""
"Windows a gépeden), ahogyan ezt a Telepítési Útmutató írja. Ezeket az \n"
"opciókat kell megadnod a driver-nek."
-#: ../help.pm_.c:64
+#: ../../help.pm_.c:94
msgid ""
"At this point, you may choose what partition(s) to use to install\n"
"your Linux-Mandrake system if they have been already defined (from a\n"
@@ -1061,8 +1434,19 @@ msgid ""
"\n"
"Because the effects of this process are usually irreversible, partitioning\n"
"can be intimidating and stressful to the unexperienced user. DiskDrake\n"
-"simplifies the process so that it need not be. Consult the documentation\n"
-"and take your time before proceeding."
+"simplifies the process so that it must not be. Consult the documentation\n"
+"and take your time before proceeding.\n"
+"\n"
+"\n"
+"You can reach any option using the keyboard: navigate through the "
+"partitions\n"
+"using Tab and Up/Down arrows. When a partition is selected, you can use:\n"
+"\n"
+"- Ctrl-c to create a new partition (when an empty partition is selected)\n"
+"\n"
+"- Ctrl-d to delete a partition\n"
+"\n"
+"- Ctrl-m to set the mount point\n"
msgstr ""
"Most megadhatod, hogy melyik partíciókra települjön a Linux-Mandrake,\n"
"ha már léteznek a partíciók (egy régebbi Linuxból, vagy ha már létrehoztad\n"
@@ -1086,9 +1470,19 @@ msgstr ""
"a mûvelettõl sok kevés tapasztalattal rendelkezõ felhasználó retteg.\n"
"A DiskDrake egyszerûsíti a mûveletet, tehát ezentúl senkinek sem kell\n"
"idegeskednie. Szánj rá egy kis idõt és olvasd el a dokumentációt, mielõtt\n"
-"hozzáfognál."
+"hozzáfognál.\n"
+"\n"
+"Elérhetsz minden opciót a billentyûzet segítségével is: válthatsz a "
+"partíciók között a Tab és a Fel/Le billentyûkkel. Ha kivállasztottál egy "
+"partíciót, használhatod a következõ kombinációkat:\n"
+"\n"
+"- Ctrl-c: új partíció létrehozása (ha kiválasztassz egy üres partíciót)\n"
+"\n"
+"- Ctrl-d: partíció törlése\n"
+"\n"
+"- Ctrl-m: mountolási pont beállítása\n"
-#: ../help.pm_.c:90
+#: ../../help.pm_.c:131
msgid ""
"Any partitions that have been newly defined must be formatted for\n"
"use (formatting meaning creating a filesystem). At this time, you may\n"
@@ -1105,39 +1499,30 @@ msgstr ""
"az esetben, ha szükséged van a régi adatokra. Tipikusan ilyenek a /home\n"
"és a /usr/local filerendszerek."
-#: ../help.pm_.c:98
+#: ../../help.pm_.c:139
msgid ""
-"You may now select the packages you wish to install.\n"
-"\n"
-"\n"
-"First you can select group of package to install or upgrade. After that\n"
-"you can select more packages according to the total size you wish to\n"
-"select.\n"
-"\n"
-"\n"
-"If you are in expert mode, you can select packages individually.\n"
-"Please note that some packages require the installation of others.\n"
-"These are referred to as package dependencies. The packages you select,\n"
-"and the packages they require will be automatically selected for\n"
-"install. It is impossible to install a package without installing all\n"
-"of its dependencies."
+"You may now select the group of packages you wish to\n"
+"install or upgrade.\n"
+"\n"
+"DrakX will then check whether you have enough room to install them all. If "
+"not,\n"
+"it will warn you about it. If you want to go on anyway, it will proceed "
+"onto\n"
+"the installation of all selected groups but will drop some packages of "
+"lesser\n"
+"interest. At the bottom of the list you can select the option\n"
+"\"Individual package selection\"; in this case you will have to browse\n"
+"through more than 1000 packages..."
msgstr ""
-"Itt választhatod ki, hogy milyen csomagokat szeretnél telepíteni.\n"
-"\n"
-"\n"
-"Elõször kiválaszthatsz egy csomag csoportot (telepítésre vagy frissítésre), "
-"majd a kijelölt csomagokhoz hozzáadhatsz egyenként is csomagokat az "
-"igényeidnek és a rendelkezésedre álló helynek a függvényében.\n"
-"\n"
-"\n"
-"Ha \"Haladó\" módban telepítesz, kiválaszthatod a csomagokat egyesével is.\n"
-"Ne felejtsd el, hogy egyes csomagoknak más csomagokra is szükségük van,\n"
-"ezt hívjuk függõségi viszonynak (egyik csomag a másik elõfeltétele). \n"
-"A telepítõ auotmatikusan telepíti az összes kiválasztott csomagot és azok \n"
-"elõfeltételeit. Nem telepítheted fel a csomagokat az elöfeltételek "
-"kielégítése nélkül."
-#: ../help.pm_.c:114
+#: ../../help.pm_.c:150
+msgid ""
+"If you have all the CDs in the list above, click Ok.\n"
+"If you have none of those CDs, click Cancel.\n"
+"If only some CDs are missing, unselect them, then click Ok."
+msgstr ""
+
+#: ../../help.pm_.c:155
msgid ""
"The packages selected are now being installed. This operation\n"
"should take a few minutes unless you have chosen to upgrade an\n"
@@ -1148,7 +1533,7 @@ msgstr ""
"percig eltarthat. Ez alól kivételt képez, ha egy létezõ rendszert\n"
"frissítesz, ebben az esetben a folyamat több idõt vehet igénybe."
-#: ../help.pm_.c:120
+#: ../../help.pm_.c:161
msgid ""
"If DrakX failed to find your mouse, or if you want to\n"
"check what it has done, you will be presented the list of mice\n"
@@ -1175,15 +1560,15 @@ msgstr ""
"\n"
"Ha az egered soros portra csatlakozik, meg kell mondanod, hogy melyikre."
-#: ../help.pm_.c:135
+#: ../../help.pm_.c:176
msgid ""
-"Please select the correct port. For example, the COM1 port in MS Windows\n"
-"is named ttyS0 in Linux."
+"Please select the correct port. For example, the COM1 port under MS Windows\n"
+"is named ttyS0 under Linux."
msgstr ""
"Kérlek válszd ki a megfelõ portot. Például a Windows-os COM1-et Linux alatt "
"ttyS0-nak hívják."
-#: ../help.pm_.c:139
+#: ../../help.pm_.c:180
msgid ""
"This section is dedicated to configuring a local area\n"
"network (LAN) or a modem.\n"
@@ -1239,7 +1624,7 @@ msgstr ""
"modemet. Ha nem sikerülne neki, add meg a soros portot, amihez a modem\n"
"csatlakozik."
-#: ../help.pm_.c:169
+#: ../../help.pm_.c:210
msgid ""
"Enter:\n"
"\n"
@@ -1272,7 +1657,7 @@ msgstr ""
"részt üresen hagyhatod. Ha kétségeid vannak, kérdezd meg a hálózat \n"
"adminisztrátorát.\n"
-#: ../help.pm_.c:184
+#: ../../help.pm_.c:225
msgid ""
"You may now enter dialup options. If you're not sure what to enter, the\n"
"correct information can be obtained from your ISP."
@@ -1282,16 +1667,16 @@ msgstr ""
"szolgáltatód\n"
"valószínüleg tud segíteni."
-#: ../help.pm_.c:188
+#: ../../help.pm_.c:229
msgid ""
"If you will use proxies, please configure them now. If you don't know if\n"
-"you will use proxies, ask your network administrator or your ISP."
+"you should use proxies, ask your network administrator or your ISP."
msgstr ""
"Ha proxy-kat fogsz használni, itt az idõ, hogy beállítsd õket. Ha nem \n"
"tudod, hogy fogsz-e proxy-kat használni, kérdezd meg a hálózat \n"
"adminisztrátorát vagy az Internet szolgáltatót."
-#: ../help.pm_.c:192
+#: ../../help.pm_.c:233
msgid ""
"You can install cryptographic package if your internet connection has been\n"
"set up correctly. First choose a mirror where you wish to download packages "
@@ -1312,31 +1697,44 @@ msgstr ""
"Figyelj arra, hogy a helyi törvényeknek megfeleõen válaszd meg a\n"
"tükörkiszolgálót és a titkosítással kapcsolatos csomagokat."
-#: ../help.pm_.c:200
+#: ../../help.pm_.c:241
msgid ""
"You can now select your timezone according to where you live.\n"
"\n"
"\n"
-"Linux manages time in GMT or \"Greenwich Meridian Time\" and translates it\n"
+"Linux manages time in GMT or \"Greenwich Mean Time\" and translates it\n"
"in local time according to the time zone you have selected."
msgstr ""
"Kiválaszthatod az idõzónát, aszerint, hogy hol élsz.\n"
"\n"
"\n"
-"A Linux GMT, azaz \"Greenwich Meridian Time\"-ban méri az idõt, majd a\n"
+"A Linux GMT, azaz \"Greenwich Mean Time\"-ban méri az idõt, majd a\n"
"megadott idõzóna alapján számítja azt át helyi idõre."
-#: ../help.pm_.c:207
-msgid "Help"
-msgstr "Segítség"
+#: ../../help.pm_.c:248
+msgid ""
+"You may now choose which services you want to see started at boot time.\n"
+"When your mouse comes over an item, a small balloon help will popup which\n"
+"describes the role of the service.\n"
+"\n"
+"Be especially careful in this step if you intend to use your machine as a\n"
+"server: you will probably want not to start any services which you don't\n"
+"want."
+msgstr ""
-#: ../help.pm_.c:210
+#: ../../help.pm_.c:257
msgid ""
"Linux can deal with many types of printer. Each of these\n"
-"types require a different setup.\n"
+"types require a different setup. Note however that the print\n"
+"spooler uses 'lp' as the default printer name; so you\n"
+"must have one printer with such a name; but you can give\n"
+"several names, separated by '|' characters, to a printer.\n"
+"So, if you prefer to have a more meaningful name you just have\n"
+"to put it first, eg: \"My Printer|lp\".\n"
+"The printer having \"lp\" in its name(s) will be the default printer.\n"
"\n"
"\n"
-"If your printer is directly connected to your computer, select\n"
+"If your printer is physically connected to your computer, select\n"
"\"Local printer\". You will then have to tell which port your\n"
"printer is connected to, and select the appropriate filter.\n"
"\n"
@@ -1355,7 +1753,13 @@ msgid ""
"for a NetWare printer, except that you need no workgroup information."
msgstr ""
"A Linux sokféle nyomtatót tud kezelni. A típustól függõen más és más a\n"
-"telepítés menete.\n"
+"telepítés menete. Nem szabad figyelmen kívül hagyni, hogy a print spooler az "
+"'lp' nevet adja a alapértelmezésben a nyomtatónak; adhatsz ettõl függetlenül "
+"más neveket is, ezeket a '|' jellel kell elválasztani. Tehát ha valami "
+"ertelmesebb nevet szeretnél adni a nyomtatódnak, egyszerûen írd azt az elsõ "
+"helyre, pl.: \"Az en nyomtatóm|lp\".\n"
+"Az a nyomtató lesz az alapértelmezett, amelyiknek a nevében szerepel az "
+"\"lp\".\n"
"\n"
"\n"
"Ha a nyomtatód a géphez van kötve (a nyomtató porton), válaszd a\n"
@@ -1378,7 +1782,7 @@ msgstr ""
"nyomtató esetén is, azzal a kivétellel, hogy nem kell munkacsoportot\n"
"megadni."
-#: ../help.pm_.c:233
+#: ../../help.pm_.c:286
msgid ""
"You can now enter the root password for your Linux-Mandrake\n"
"system. The password must be entered twice to verify that both\n"
@@ -1391,7 +1795,7 @@ msgid ""
"be extremely dangerous to the integrity of the system and its data,\n"
"and other systems connected to it. The password should be a\n"
"mixture of alphanumeric characters and a least 8 characters long. It\n"
-"should *never* be written down. Do not make the password too long or\n"
+"should NEVER be written down. Do not make the password too long or\n"
"complicated, though: you must be able to remember without too much\n"
"effort."
msgstr ""
@@ -1410,7 +1814,7 @@ msgstr ""
"Ezt a jelszót *soha* ne írd le. Ne legyen a jelszó túl hosszú vagy túl\n"
"bonyolult, hiszen emlékezned kell rá!"
-#: ../help.pm_.c:249
+#: ../../help.pm_.c:302
msgid ""
"To enable a more secure system, you should select \"Use shadow file\" and\n"
"\"Use MD5 passwords\"."
@@ -1418,7 +1822,7 @@ msgstr ""
"A rendszer biztonsága növelése érdekében válaszd ki a \"Shadow fájl \n"
"alkalmazása\" és az \"MD5 jelszavak alkalmazása\" opciókat."
-#: ../help.pm_.c:253
+#: ../../help.pm_.c:306
msgid ""
"If your network uses NIS, select \"Use NIS\". If you don't know, ask your\n"
"network administrator."
@@ -1428,7 +1832,7 @@ msgstr ""
"tudod, hogy a hálózaton van-e NIS szolgáltatás, kérdezd meg a hálózati \n"
"adminisztrátort."
-#: ../help.pm_.c:257
+#: ../../help.pm_.c:310
msgid ""
"You may now create one or more \"regular\" user account(s), as\n"
"opposed to the \"privileged\" user account, root. You can create\n"
@@ -1469,7 +1873,7 @@ msgstr ""
"felhasználót csak adminisztrációs okokból vagy a rendszer\n"
"karbantartása miatt használd."
-#: ../help.pm_.c:276
+#: ../../help.pm_.c:329
msgid ""
"It is strongly recommended that you answer \"Yes\" here. If you install\n"
"Microsoft Windows at a later date it will overwrite the boot sector.\n"
@@ -1480,7 +1884,7 @@ msgstr ""
"Windows-t, az felülírja a boot szektort. Ha ilyen esetben nincs boot\n"
"floppy-d, nem tudod többet elindítani a Linuxot!"
-#: ../help.pm_.c:282
+#: ../../help.pm_.c:335
msgid ""
"You need to indicate where you wish\n"
"to place the information required to boot to Linux.\n"
@@ -1496,60 +1900,37 @@ msgstr ""
"Hacsak nem tudod nagyon pontosan, hogy mit csinálsz, válaszd a\n"
"\"Lemez elsõ szektora (MBR)\"-t."
-#: ../help.pm_.c:290
+#: ../../help.pm_.c:343
msgid ""
"Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-"(the master drive on the primary channel)."
+" (primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
msgstr ""
"Ha nincs kimondott ok az ellenkezõjére, válaszd a \"/dev/hda\" -t\n"
-"(ez a \"master\" meghajtó az elsõ IDE csatornán)"
+"(ez a \"master\" meghajtó az elsõ IDE csatornán) vagy a \"/dev/sda\" -t "
+"(elsõ SCSI disk)"
-#: ../help.pm_.c:294
+#: ../../help.pm_.c:347
msgid ""
-"LILO (the LInux LOader) can boot Linux and other operating systems.\n"
-"Normally they are correctly detected during installation. If you don't\n"
-"see yours detected, you can add one or more now.\n"
+"LILO (the LInux LOader) and Grub are bootloaders: they are able to boot\n"
+"either Linux or any other operating system present on your computer.\n"
+"Normally, these other operating systems are correctly detected and\n"
+"installed. If this is not the case, you can add an entry by hand in this\n"
+"screen. Be careful as to choose the correct parameters.\n"
"\n"
"\n"
-"If you don't want that everybody could access at one of them, you can "
-"remove\n"
-"it now (a boot disk will be needed to boot it)."
+"You may also want not to give access to these other operating systems to\n"
+"anyone, in which case you can delete the corresponding entries. But\n"
+"in this case, you will need a boot disk in order to boot them!"
msgstr ""
-"A LILO (a LInux LOader) be tudja tölteni a Linuxot vagy más operációs \n"
-"rendszereket is. Optimális esetben ezeket az egyéb operációs rendszereket\n"
-"a telepítés során a LILO észreveszi. Ha a rendszer mégsem találja meg \n"
-"valamelyik korábban feltelepített operációs rendszert, akkor azt most \n"
-"megadhatod kézzel.\n"
-"\n"
-"\n"
-"Ha nem akarod, hogy valamelyik operációs rendszerhez bárki hozzáférjen, "
-"vedd\n"
-"ki a listából (ezek után csak boot floppyról tudod majd indítani!!)."
-#: ../help.pm_.c:303
+#: ../../help.pm_.c:359
msgid ""
-"LILO main options are:\n"
+"LILO and grub main options are:\n"
" - Boot device: Sets the name of the device (e.g. a hard disk\n"
"partition) that contains the boot sector. Unless you know specifically\n"
"otherwise, choose \"/dev/hda\".\n"
"\n"
"\n"
-" - Linear: Generate linear sector addresses instead of\n"
-"sector/head/cylinder addresses. Linear addresses are translated at run\n"
-"time and do not depend on disk geometry. Note that boot disks may not be\n"
-"portable if \"linear\" is used, because the BIOS service to determine the\n"
-"disk geometry does not work reliably for floppy disks. When using\n"
-"\"linear\" with large disks, /sbin/lilo may generate references to\n"
-"inaccessible disk areas, because 3D sector addresses are not known\n"
-"before boot time.\n"
-"\n"
-"\n"
-" - Compact: Tries to merge read requests for adjacent sectors into a\n"
-"single read request. This drastically reduces load time and keeps the\n"
-"map smaller. Using \"compact\" is especially recommended when booting from\n"
-"a floppy disk.\n"
-"\n"
-"\n"
" - Delay before booting default image: Specifies the number in tenths\n"
"of a second the boot loader should wait before booting the first image.\n"
"This is useful on systems that immediately boot from the hard disk after\n"
@@ -1562,33 +1943,12 @@ msgid ""
" * normal: select normal 80x25 text mode.\n"
" * <number>: use the corresponding text mode."
msgstr ""
-"A LILO fõbb opciói:\n"
+"A LILO és a grub fõbb opciói:\n"
" - Boot eszköz: beállítja annak az eszköznek (általában lemez partíciónak) "
"a \n"
"nevét, amin a boot szektor található. Általános esetben ez a /dev/hda\"\n"
"\n"
"\n"
-" - Linear: Lineárisszektor címeket generál a szektor/fej/cilinder címzés \n"
-"helyett. A lineáris címeket a rendszer futásidõben konvertálja, nem "
-"függenek\n"
-"a merevlemez geometriájától. Megjegyzés: a boot floppyk esetleg nem \n"
-"hordozhatók (nem használhatók más rendszerrel) ha a \"linear\" opciót "
-"használod,\n"
-"mert a BIOS-nak az a része, ami a lemez geometriáját állapítja meg nem \n"
-"mûködik megbízhatóan floppy lemezekkel. Ha a \"linear\"-t nagy merevlemezzel "
-"használod, a /sbin/lilo lehet, hogy nem elérhetõ lemezterületekre fog "
-"hivatkozni, mert a 3D szektor címek nem ismertek bootolás elõtt.\n"
-"\n"
-"\n"
-" - Compact: megpróbálja a szomszédos szektorokra vonatkozó olvasási "
-"kéréseket\n"
-"egy olvasási kérésbe összevonni. Ez drasztikusan csökkenti a betöltés "
-"idejét\n"
-"és minimálisan tartja a \"map\" méretét. A \"compact\" opció használata "
-"fokozottan\n"
-"ajánlott, ha floppyról bootolsz.\n"
-"\n"
-"\n"
" - Késleltetés az alapértelmezett image betöltése elõtt: megadja \n"
"(tizedmásodpercben) hogy a boot loader mennyi idõt várjon, mielõtt betölti\n"
"az elsõ image-et. Ez azoknál a rendszereknél hasznos, amelyek a "
@@ -1604,7 +1964,7 @@ msgstr ""
" * normál: normális 80x25-os szöveges mód.\n"
" * <szám>: a megfelelõ szöveges módot használja."
-#: ../help.pm_.c:338
+#: ../../help.pm_.c:378
msgid ""
"Now it's time to configure the X Window System, which is the\n"
"core of the Linux GUI (Graphical User Interface). For this purpose,\n"
@@ -1629,7 +1989,7 @@ msgstr ""
"Ha valami gond lenne a beállítással, mindíg vissza tudsz lépni ebbe a\n"
"menübe és kipróbálhatsz más értékeket is, ahányszor csak akarsz."
-#: ../help.pm_.c:351
+#: ../../help.pm_.c:391
msgid ""
"If something is wrong in X configuration, use these options to correctly\n"
"configure the X Window System."
@@ -1637,7 +1997,7 @@ msgstr ""
"Ha valami nem jó az X konfigurációjában, használd ezeket az opciókat és \n"
"javítsd ki a hibát."
-#: ../help.pm_.c:355
+#: ../../help.pm_.c:395
msgid ""
"If you prefer to use a graphical login, select \"Yes\". Otherwise, select\n"
"\"No\"."
@@ -1646,53 +2006,76 @@ msgstr ""
"másképpen\n"
"válaszd a \"Nem\"-et."
-#: ../help.pm_.c:359
+#: ../../help.pm_.c:399
msgid ""
-"You can now select some miscellaneous options for you system.\n"
-"\n"
-" - Use hard drive optimizations: This option can improve hard disk\n"
-"accesses but is only for advanced users, it can ruin your hard drive if\n"
-"used incorrectly. Use it only if you know how.\n"
-"\n"
-"\n"
-" - Choose security level: You can choose a security level for your\n"
-"system.\n"
-" Please refer to the manual for more information.\n"
-"\n"
-"\n"
-" - Precise RAM size if needed: In some cases, Linux is unable to\n"
-"correctly detect all the installed RAM on some systems. If this is the\n"
-"case, specify the correct quantity. Note: a difference of 2 or 4 Mb is\n"
-"normal.\n"
-"\n"
-"\n"
-" - Removable media automounting: If you would prefer not to manually\n"
-"mount removable drives (CD-ROM, Floppy, Zip) by typing \"mount\" and\n"
-"\"umount\", select this option. \n"
-"\n"
-"\n"
-" - Enable Num Lock at startup: If you want Number Lock enabled after\n"
-"booting, select this option (Note: Num Lock will still not work under\n"
-"X)."
+"You can now select some miscellaneous options for your system.\n"
+"\n"
+" - Use hard drive optimizations: this option can improve hard disk "
+"performance\n"
+" but is only for advanced users: some buggy chipsets can ruin your data, "
+"so\n"
+" beware. Note that the kernel has a builtin blacklist of drives and\n"
+" chipsets, but if you want to avoid bad surprises, leave this option "
+"unset.\n"
+"\n"
+" - Choose security level: you can choose a security level for your\n"
+" system. Please refer to the manual for complete information. Basically: "
+"if\n"
+" you don't know, select \"Medium\" ; if you really want to have a secure\n"
+" machine, choose \"Paranoid\" but beware: IN THIS LEVEL, ROOT LOGIN AT\n"
+" CONSOLE IS NOT ALLOWED! If you want to be root, you have to login as a "
+"user\n"
+" and then use \"su\". More generally, do not expect to use your machine\n"
+" for anything but as a server. You have been warned.\n"
+"\n"
+" - Precise RAM size if needed: unfortunately, in today's PC world, there is "
+"no\n"
+" standard method to ask the BIOS about the amount of RAM present in your\n"
+" computer. As a consequence, Linux may fail to detect your amount of RAM\n"
+" correctly. If this is the case, you can specify the correct amount of "
+"RAM\n"
+" here. Note that a difference of 2 or 4 MB is normal.\n"
+"\n"
+" - Removable media automounting: if you would prefer not to manually\n"
+" mount removable media (CD-ROM, Floppy, Zip) by typing \"mount\" and\n"
+" \"umount\", select this option. \n"
+"\n"
+" - Enable NumLock at startup: if you want NumLock enabled after booting,\n"
+" select this option (Note: NumLock may or may not work under X)."
msgstr ""
"Itt a rendszered további opcióit állíthatod be.\n"
"\n"
" - Merevlemez meghajtó optimalizálása: Ez az opció gyorsíthatja a lemez "
-"elérését, de csak haladó felhasználóknak ajánlott, ha nem megfelelõen "
-"használod, \n"
-"tönkreteheti a merevlemezedet. Csak akkor használd, ha tudod, hogy hogyan \n"
-"kell.\n"
+"elérését, de csak haladó felhasználóknak ajánlott: ha hibás a lemezed "
+"chipset-je adatvestés léphet fel\n"
+"Megjegyzés: a kernelben van egy lista ezekrõl a hibás chipsetekrõl és "
+"lemezekrõl,\n"
+"de ha el akarod kerülni a rossz meglepetéseket, inkább ne kapcsold be ezt az "
+"opciót.\n"
"\n"
"\n"
" - Biztonsági szint kiválasztása: Itt választhatod ki a rendszered \n"
"biztonsági szintjét.\n"
"További információkat a kézikönyvben találsz.\n"
-"\n"
-"\n"
-" - Fizikai RAM mérete: Bizonyos esetekben a Linux nem látja az összes "
-"RAMot.\n"
-"Ha ez a helyzet, add meg a helyes méretet. Megjegyzés: ha az eltérés csak 2\n"
-"vagy 4 MB (a valódi és az automatikusan beállított mennyiség között), az\n"
+"Ha nem tudod, hogy mit szeretnél, válaszd a \"Közepes\" szintet; ha igazán "
+"biztonságot\n"
+"szeretnél, válaszd a \"Paranoiás\" szintet, de vigyázz: EZEN A SZINTEN, A "
+"ROOT FELHASZNÁLÓ\n"
+"NEM LÉPHET BE KONZOLRÓL! Ha root akarsz lenni, be kell lépned egy mezei "
+"felhasználóként,\n"
+"majd kiadni a \"su\" parancsot. Lényegében, ha ezt az opciót választod, "
+"készülj fel rá,\n"
+"hogy csak kiszolgálónak lesz jó a linuxod. Én figyelmeztettelek.\n"
+"\n"
+"\n"
+" - Fizikai RAM mérete: sajnos a mai PC-s világban, nincs sabványos módja a "
+"RAM mennyiségének\n"
+"lekérdezésére. Ezért, a linux nem mindíg tudja megállapítani, hogy mennyi "
+"memória\n"
+"van a gépben.Ha ez a helyzet, add meg a helyes méretet. Megjegyzés: ha az "
+"eltérés\n"
+"csak 2 vagy 4 MB (a valódi és az automatikusan beállított mennyiség között), "
+"az\n"
"normálisnak tekinthetõ.\n"
"\n"
"\n"
@@ -1703,9 +2086,9 @@ msgstr ""
"\n"
" - Num Lock bekapcsolása bootoláskor: Ha azt szertnéd, hogy a Num Lock \n"
"bekapcsolt állapotban legyen bootolás után, válaszd ezt az opciót. \n"
-"(Megjegyzés: A num Lock bekapcsolása továbbra sem mûködik X alatt)."
+"(Megjegyzés: A NumLock vagy mûködik vagy nem X alatt)."
-#: ../help.pm_.c:387
+#: ../../help.pm_.c:428
msgid ""
"Your system is going to reboot.\n"
"\n"
@@ -1719,119 +2102,106 @@ msgstr ""
"Ha egy másik korábban telepített operációs rendszert szeretnél inkább \n"
"indítani, olvasd el a további utasításokat is."
-#: ../install2.pm_.c:43
+#: ../../install2.pm_.c:43
msgid "Choose your language"
msgstr "Válassz nyelvet"
-#: ../install2.pm_.c:44
+#: ../../install2.pm_.c:44
msgid "Select installation class"
msgstr "Válassz telepítési módot"
-#: ../install2.pm_.c:45
-msgid "Setup SCSI"
-msgstr "SCSI beállítása"
-
-#: ../install2.pm_.c:46
-msgid "Choose install or upgrade"
-msgstr "Telepítés vagy frissítés"
+#: ../../install2.pm_.c:45
+msgid "Hard drive detection"
+msgstr "Merevlemez keresése"
-#: ../install2.pm_.c:47
+#: ../../install2.pm_.c:46
msgid "Configure mouse"
msgstr "Egér beállítása"
-#: ../install2.pm_.c:48
+#: ../../install2.pm_.c:47
msgid "Choose your keyboard"
msgstr "Billentyûzet kiválasztása"
-#: ../install2.pm_.c:49
+#: ../../install2.pm_.c:48 ../../install_steps_interactive.pm_.c:318
msgid "Miscellaneous"
msgstr "Egyebek"
-#: ../install2.pm_.c:50
+#: ../../install2.pm_.c:49
msgid "Setup filesystems"
msgstr "Fájlrendszerek beállítása"
-#: ../install2.pm_.c:51
+#: ../../install2.pm_.c:50
msgid "Format partitions"
msgstr "Partíciók formázása"
-#: ../install2.pm_.c:52
+#: ../../install2.pm_.c:51
msgid "Choose packages to install"
msgstr "Csomagok kiválasztása"
-#: ../install2.pm_.c:53
+#: ../../install2.pm_.c:52
msgid "Install system"
msgstr "Rendszer telepítése"
-#: ../install2.pm_.c:54
+#: ../../install2.pm_.c:53
msgid "Configure networking"
msgstr "Hálózat beállítása"
-#: ../install2.pm_.c:55
+#: ../../install2.pm_.c:54
msgid "Cryptographic"
msgstr "Titkosítás"
-#: ../install2.pm_.c:56
+#: ../../install2.pm_.c:55
msgid "Configure timezone"
msgstr "Idõzóna beállítása"
-#: ../install2.pm_.c:58
+#: ../../install2.pm_.c:56
+msgid "Configure services"
+msgstr "Szolgáltatások beállítása"
+
+#: ../../install2.pm_.c:57
msgid "Configure printer"
msgstr "Nyomtató beállítása"
-#: ../install2.pm_.c:59 ../install_steps_interactive.pm_.c:576
-#: ../install_steps_interactive.pm_.c:577
+#: ../../install2.pm_.c:58 ../../install_steps_interactive.pm_.c:652
+#: ../../install_steps_interactive.pm_.c:653
msgid "Set root password"
msgstr "root jelszó beállítása"
-#: ../install2.pm_.c:60
+#: ../../install2.pm_.c:59
msgid "Add a user"
msgstr "Felhasználó hozzáadása"
-#: ../install2.pm_.c:61
+#: ../../install2.pm_.c:61
msgid "Create a bootdisk"
msgstr "Indítólemez készítése"
-#: ../install2.pm_.c:62
+#: ../../install2.pm_.c:63
msgid "Install bootloader"
msgstr "Bootmanager telepítése"
-#: ../install2.pm_.c:63
+#: ../../install2.pm_.c:64
msgid "Configure X"
msgstr "Az X beállítása"
-#: ../install2.pm_.c:64
+#: ../../install2.pm_.c:65
+msgid "Auto install floppy"
+msgstr "Automatikus telepítõlemez"
+
+#: ../../install2.pm_.c:66
msgid "Exit install"
msgstr "Kilépés a telepítõbõl"
-#: ../install2.pm_.c:83
-msgid "beginner"
-msgstr "kezdõ"
-
-#: ../install2.pm_.c:83
-msgid "developer"
-msgstr "fejlesztõ"
-
-#: ../install2.pm_.c:83
-msgid "expert"
-msgstr "haladó"
-
-#: ../install2.pm_.c:83
-msgid "server"
-msgstr "szerver"
-
-#: ../install2.pm_.c:311
+#: ../../install2.pm_.c:308
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
"Then choose action ``Mount point'' and set it to `/'"
msgstr ""
+"Kell, hogy legyen root partíciód.\n"
+"Ehhez, hozzál létre egy partíciót (vagy kattints egy meglévõre).\n"
+"Ezek után add meg mountolási pontnak a `/'-t."
-#: ../install2.pm_.c:327
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Elfogyott a swap terület, növeld meg a telepítés befejezéséhez"
-
-#: ../install_any.pm_.c:194 ../standalone/diskdrake_.c:61
+#: ../../install_any.pm_.c:331 ../../standalone/diskdrake_.c:61
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
@@ -1839,7 +2209,7 @@ msgstr ""
"Nem tudom beolvasni a partíciós táblát, túlságosan el van rontva :(\n"
"Megpróbálom törölni a rossz partíciókat"
-#: ../install_any.pm_.c:210
+#: ../../install_any.pm_.c:348
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -1847,37 +2217,32 @@ msgstr ""
"A DiskDrake nem tudta rendesen beolvasni a partíciós táblát.\n"
"Folytatás saját felelõsségedre!"
-#: ../install_any.pm_.c:220
+#: ../../install_any.pm_.c:370
msgid "Searching root partition."
msgstr "Root partíció keresése."
-#: ../install_any.pm_.c:249
+#: ../../install_any.pm_.c:399
msgid "Information"
msgstr "Információ"
-#: ../install_any.pm_.c:250
+#: ../../install_any.pm_.c:400
#, c-format
msgid "%s: This is not a root partition, please select another one."
msgstr "%s: Ez nem egy root partíció, válassz másikat."
-#: ../install_any.pm_.c:252
+#: ../../install_any.pm_.c:402
msgid "No root partition found"
msgstr "Root partíció nem található"
-#: ../install_any.pm_.c:289
+#: ../../install_any.pm_.c:440
msgid "Can't use broadcast with no NIS domain"
msgstr "Nem lehet broadcast-ot használni NIS tartomány nélkül"
-#: ../install_any.pm_.c:473
+#: ../../install_any.pm_.c:603
msgid "Error reading file $f"
msgstr "Olvasási hiba: $f"
-#: ../install_any.pm_.c:479
-#, c-format
-msgid "Bad kickstart file %s (failed %s)"
-msgstr "Hibás kickstart fájl %s (hiba %s)"
-
-#: ../install_steps.pm_.c:72
+#: ../../install_steps.pm_.c:75
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -1885,30 +2250,39 @@ msgstr ""
"Hiba történt, de nem tudom szépen kezelni :(\n"
"Folytatás saját felelõsségedre."
-#: ../install_steps.pm_.c:136
+#: ../../install_steps.pm_.c:174
#, c-format
msgid "Duplicate mount point %s"
msgstr "A %s mount pont kétszer van megadva"
-#: ../install_steps.pm_.c:295
+#: ../../install_steps.pm_.c:318
+msgid ""
+"Some important packages didn't get installed properly.\n"
+"Either your cdrom drive or your cdrom is defective.\n"
+"Check the cdrom on an installed computer using \"rpm -qpl "
+"Mandrake/RPMS/*.rpm\"\n"
+msgstr ""
+
+#: ../../install_steps.pm_.c:385
#, c-format
msgid "Welcome to %s"
-msgstr ""
+msgstr "Üdv, itt a %s"
-#: ../install_steps.pm_.c:562
+#: ../../install_steps.pm_.c:737
msgid "No floppy drive available"
msgstr "Nincs elérhetõ floppy meghajtó"
-#: ../install_steps_auto_install.pm_.c:18 ../install_steps_stdio.pm_.c:26
+#: ../../install_steps_auto_install.pm_.c:18 ../../install_steps_gtk.pm_.c:125
+#: ../../install_steps_stdio.pm_.c:26
#, c-format
msgid "Entering step `%s'\n"
msgstr "Következõ lépés `%s'\n"
-#: ../install_steps_graphical.pm_.c:259 ../install_steps_gtk.pm_.c:294
+#: ../../install_steps_graphical.pm_.c:259 ../../install_steps_gtk.pm_.c:249
msgid "You must have a swap partition"
msgstr "Kell egy swap partíció is"
-#: ../install_steps_graphical.pm_.c:261 ../install_steps_gtk.pm_.c:296
+#: ../../install_steps_graphical.pm_.c:261 ../../install_steps_gtk.pm_.c:251
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -1918,79 +2292,93 @@ msgstr ""
"\n"
"Ettõl függetlenül folytassam?"
-#: ../install_steps_graphical.pm_.c:287 ../install_steps_gtk.pm_.c:317
+#: ../../install_steps_graphical.pm_.c:287
msgid "Choose the size you want to install"
msgstr "Add meg a rendszer méretét"
-#: ../install_steps_graphical.pm_.c:334 ../install_steps_gtk.pm_.c:361
+#: ../../install_steps_graphical.pm_.c:334
msgid "Total size: "
msgstr "Összméret: "
-#: ../install_steps_graphical.pm_.c:346 ../install_steps_gtk.pm_.c:373
-#: ../standalone/rpmdrake_.c:136
+#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:447
+#: ../../standalone/rpmdrake_.c:136
#, c-format
msgid "Version: %s\n"
msgstr "Verzió: %s\n"
-#: ../install_steps_graphical.pm_.c:347 ../install_steps_gtk.pm_.c:374
-#: ../standalone/rpmdrake_.c:137
+#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:448
+#: ../../standalone/rpmdrake_.c:137
#, c-format
msgid "Size: %d KB\n"
msgstr "Méret: %d MB\n"
-#: ../install_steps_graphical.pm_.c:462 ../install_steps_gtk.pm_.c:489
+#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:360
msgid "Choose the packages you want to install"
msgstr "Válaszd ki a telepítendõ csomagokat"
-#: ../install_steps_graphical.pm_.c:465 ../install_steps_gtk.pm_.c:492
+#: ../../install_steps_graphical.pm_.c:465 ../../install_steps_gtk.pm_.c:363
msgid "Info"
msgstr "Info"
-#: ../install_steps_graphical.pm_.c:473 ../install_steps_gtk.pm_.c:500
-#: ../install_steps_interactive.pm_.c:81 ../standalone/rpmdrake_.c:161
+#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:368
+#: ../../install_steps_interactive.pm_.c:129 ../../standalone/rpmdrake_.c:161
msgid "Install"
msgstr "Telepítés"
-#: ../install_steps_graphical.pm_.c:492 ../install_steps_gtk.pm_.c:519
-#: ../install_steps_interactive.pm_.c:317
+#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:533
+#: ../../install_steps_interactive.pm_.c:382
msgid "Installing"
msgstr "Telepítés"
-#: ../install_steps_graphical.pm_.c:499 ../install_steps_gtk.pm_.c:526
+#: ../../install_steps_graphical.pm_.c:499 ../../install_steps_gtk.pm_.c:539
msgid "Please wait, "
msgstr "Kérem várjon, "
-#: ../install_steps_graphical.pm_.c:501 ../install_steps_gtk.pm_.c:528
+#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:541
msgid "Time remaining "
msgstr "Hátralévõ idõ "
-#: ../install_steps_graphical.pm_.c:502 ../install_steps_gtk.pm_.c:529
+#: ../../install_steps_graphical.pm_.c:502 ../../install_steps_gtk.pm_.c:542
msgid "Total time "
msgstr "Összidõ "
-#: ../install_steps_graphical.pm_.c:507 ../install_steps_gtk.pm_.c:534
-#: ../install_steps_interactive.pm_.c:317
+#: ../../install_steps_graphical.pm_.c:507 ../../install_steps_gtk.pm_.c:551
+#: ../../install_steps_interactive.pm_.c:382
msgid "Preparing installation"
msgstr "Telepítés elõkészítése"
-#: ../install_steps_graphical.pm_.c:528 ../install_steps_gtk.pm_.c:549
+#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:566
#, c-format
msgid "Installing package %s"
msgstr "%s csomag telepítése"
-#: ../install_steps_graphical.pm_.c:553 ../install_steps_gtk.pm_.c:574
+#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:607
+#: ../../install_steps_gtk.pm_.c:611
msgid "Go on anyway?"
msgstr "Ettõl függetlenül folytassam?"
-#: ../install_steps_graphical.pm_.c:553 ../install_steps_gtk.pm_.c:574
+#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:607
msgid "There was an error ordering packages:"
msgstr "Hiba történet a csomagok rendezésekor:"
-#: ../install_steps_graphical.pm_.c:577 ../install_steps_interactive.pm_.c:893
+#: ../../install_steps_graphical.pm_.c:577
+#: ../../install_steps_interactive.pm_.c:997
msgid "Use existing configuration for X11?"
msgstr "Használjam a már meglévõ X11 beállításokat?"
-#: ../install_steps_gtk.pm_.c:259
+#: ../../install_steps_gtk.pm_.c:154
+msgid "Please, choose one of the following classes of installation:"
+msgstr "Kérlek válassz a következõ telepítési módok közül:"
+
+#: ../../install_steps_gtk.pm_.c:195
+msgid "You don't have any windows partitions!"
+msgstr "Nincs egyetlen windows-os partíciód sem!"
+
+#: ../../install_steps_gtk.pm_.c:197
+msgid "You don't have any enough room for Lnx4win"
+msgstr "Nincs elég hely az Lnx4win számára"
+
+#: ../../install_steps_gtk.pm_.c:213
msgid ""
"WARNING!\n"
"\n"
@@ -2005,178 +2393,352 @@ msgstr ""
"\n"
"DrakX most újraméretezi a Windows-os partíciót. Vigyázz, az a mûvelet \n"
"veszélyes. Ha még nem tetted meg, futtatsd le a scandisk-et a Windows-os \n"
-"partíción (esetleg a defrag-ot is) és mentsd le az adatokat.\n"
-"Ha mindezzel kész vagy, nyomd meg az OK-t."
+"partíción (esetleg a defrag-ot is). Ehhez ki kell lépned a telepítõbõl. "
+"Mentsd le az adatokat, majd iníts újra a telepítõt.\n"
+"Ha tudod, hogy mit csinálsz, nyomd meg az OK-t."
-#: ../install_steps_gtk.pm_.c:278
+#: ../../install_steps_gtk.pm_.c:232
msgid "Automatic resizing failed"
msgstr "Az automatikus átméretezés nem sikerült"
-#: ../install_steps_gtk.pm_.c:312
+#: ../../install_steps_gtk.pm_.c:261
+msgid "Which partition do you want to use to put Linux4Win?"
+msgstr "Melyik partícióra szeretnéd a Linux4Win-t telepíteni?"
+
+#: ../../install_steps_gtk.pm_.c:280
+msgid "Choose the sizes"
+msgstr "Add meg a méreteket"
+
+#: ../../install_steps_gtk.pm_.c:282
+msgid "Root partition size in MB: "
+msgstr "A root partíció mérete MB: "
+
+#: ../../install_steps_gtk.pm_.c:284
+msgid "Swap partition size in MB: "
+msgstr "Swap partíció (lapozó terület) mérete MB-ban: "
+
+#: ../../install_steps_gtk.pm_.c:316
+#, c-format
+msgid ""
+"The total size for the groups you have selected is approximately %d MB.\n"
+msgstr "Az általad kiválasztott csomagcsoportok összmérete kb. %d MB.\n"
+
+#: ../../install_steps_gtk.pm_.c:318
+msgid ""
+"If you wish to install less than this size,\n"
+"select the percentage of packages that you want to install.\n"
+"\n"
+"A low percentage will install only the most important packages;\n"
+"a percentage of 100%% will install all selected packages."
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:323
msgid ""
-"Now that you've selected desired groups, please choose \n"
-"how many packages you want, ranging from minimal to full \n"
-"installation of each selected groups."
+"You have space on your disk for only %d%% of these packages.\n"
+"\n"
+"If you wish to install less than this,\n"
+"select the percentage of packages that you want to install.\n"
+"A low percentage will install only the most important packages;\n"
+"a percentage of %d%% will install as many packages as possible."
msgstr ""
-#: ../install_steps_gtk.pm_.c:315
-msgid "You will be able to choose more precisely in next step"
+#: ../../install_steps_gtk.pm_.c:329
+msgid "You will be able to choose them more specifically in the next step."
msgstr "Részletesebben válogathatsz a következõ lépés részeként"
-#: ../install_steps_gtk.pm_.c:372
-#, fuzzy
+#: ../../install_steps_gtk.pm_.c:331
+msgid "Percentage of packages to install"
+msgstr "Telepítendõ csomagok százaléka"
+
+#: ../../install_steps_gtk.pm_.c:372
+msgid "Automatic dependencies"
+msgstr "Automatikus függõségek"
+
+#: ../../install_steps_gtk.pm_.c:425 ../../standalone/rpmdrake_.c:101
+msgid "Expand Tree"
+msgstr "Fa lenyitása"
+
+#: ../../install_steps_gtk.pm_.c:426 ../../standalone/rpmdrake_.c:102
+msgid "Collapse Tree"
+msgstr "Fa felcsukása"
+
+#: ../../install_steps_gtk.pm_.c:427
+msgid "Toggle between flat and group sorted"
+msgstr "Váltás síma és csopotok szerint rendezett nézet között"
+
+#: ../../install_steps_gtk.pm_.c:445
msgid "Bad package"
-msgstr "%d csomag"
+msgstr "Rossz csomag"
+
+#: ../../install_steps_gtk.pm_.c:446
+#, c-format
+msgid "Name: %s\n"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:449
+#, c-format
+msgid "Importance: %s\n"
+msgstr "Prioritás: %s\n"
+
+#: ../../install_steps_gtk.pm_.c:457
+#, c-format
+msgid "Total size: %d / %d MB"
+msgstr "Összméret: %d / %d MB"
+
+#: ../../install_steps_gtk.pm_.c:467
+msgid "This is a mandatory package, it can't be unselected"
+msgstr "Ez egy kötelezõen telepítendõ csomag, nem lehet eltávolítani"
+
+#: ../../install_steps_gtk.pm_.c:469
+msgid "You can't unselect this package. It is already installed"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:473
+msgid ""
+"This package must be upgraded\n"
+"Are you sure you want to deselect it?"
+msgstr ""
-#: ../install_steps_gtk.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:476
+msgid "You can't unselect this package. It must be upgraded"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:489
+msgid ""
+"You can't select this package as there is not enough space left to install it"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:492
+msgid "The following packages are going to be installed/removed"
+msgstr "A telepítõ a következõ csomagokat telepíti/távolítja el"
+
+#: ../../install_steps_gtk.pm_.c:501
+msgid "You can't select/unselect this package"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:536
msgid "Estimating"
msgstr "Megsaccolom..."
-#: ../install_steps_gtk.pm_.c:544
+#: ../../install_steps_gtk.pm_.c:548 ../../interactive.pm_.c:84
+#: ../../interactive.pm_.c:223 ../../interactive_newt.pm_.c:49
+#: ../../interactive_newt.pm_.c:98 ../../interactive_stdio.pm_.c:27
+#: ../../my_gtk.pm_.c:201 ../../my_gtk.pm_.c:459
+msgid "Cancel"
+msgstr "Mégse"
+
+#: ../../install_steps_gtk.pm_.c:561
#, c-format
msgid "%d packages"
msgstr "%d csomag"
-#: ../install_steps_gtk.pm_.c:544
+#: ../../install_steps_gtk.pm_.c:561
msgid ", %U MB"
msgstr ", %U MB"
-#: ../install_steps_interactive.pm_.c:37
+#: ../../install_steps_gtk.pm_.c:592
+#, c-format
+msgid ""
+"Change your Cd-Rom!\n"
+"\n"
+"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
+"done.\n"
+"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
+msgstr ""
+"Cseréld ki a CD-t a meghajtóban!\n"
+"\n"
+"Tedd be a \"%s\" feliratú lemezt, és nyomd meg az OK gombot.\n"
+"Ha nincs ilyen lemezed, nyomd meg a Mégsem gombot, így nem CD-rõl telepítesz."
+
+#: ../../install_steps_gtk.pm_.c:611
+msgid "There was an error installing packages:"
+msgstr "Hiba történet a csomagok telepítésekor:"
+
+#: ../../install_steps_interactive.pm_.c:40
msgid "An error occurred"
msgstr "Hiba lépett fel"
-#: ../install_steps_interactive.pm_.c:54
-msgid "Which language do you want?"
-msgstr "Melyik nyelvet választod?"
+#: ../../install_steps_interactive.pm_.c:57
+msgid "Please, choose a language to use."
+msgstr ""
-#: ../install_steps_interactive.pm_.c:68 ../standalone/keyboarddrake_.c:22
+#: ../../install_steps_interactive.pm_.c:72
+#: ../../standalone/keyboarddrake_.c:22
msgid "Keyboard"
msgstr "Billentyûzet"
-#: ../install_steps_interactive.pm_.c:69 ../standalone/keyboarddrake_.c:23
-msgid "What is your keyboard layout?"
-msgstr "Milyen billentyûzetkiosztást használsz?"
+#: ../../install_steps_interactive.pm_.c:73
+msgid "Please, choose your keyboard layout."
+msgstr "Válassz billentyûzetkiosztást."
-#: ../install_steps_interactive.pm_.c:79
-msgid "Install/Upgrade"
-msgstr "Telepítés/Frissítés"
+#: ../../install_steps_interactive.pm_.c:81
+msgid "You can choose other languages that will be available after install"
+msgstr "Válaszhatsz más nyelvet is, ez a telepítés után lesz elérhetõ."
-#: ../install_steps_interactive.pm_.c:80
-msgid "Is this an install or an upgrade?"
-msgstr "Telepítés vagy frissítés?"
-
-#: ../install_steps_interactive.pm_.c:81
-msgid "Upgrade"
-msgstr "Frissítés"
-
-#: ../install_steps_interactive.pm_.c:89
+#: ../../install_steps_interactive.pm_.c:91
msgid "Root Partition"
msgstr "Root partíció"
-#: ../install_steps_interactive.pm_.c:90
+#: ../../install_steps_interactive.pm_.c:92
msgid "What is the root partition (/) of your system?"
msgstr "Melyik a root partíció a rendszereden?"
-#: ../install_steps_interactive.pm_.c:100
-msgid "Recommended"
-msgstr "Javasolt"
+#: ../../install_steps_interactive.pm_.c:100
+#: ../../install_steps_interactive.pm_.c:140
+msgid "Install Class"
+msgstr "Telepítési mód"
+
+#: ../../install_steps_interactive.pm_.c:100
+msgid "Which installation class do you want?"
+msgstr "Melyik telepítési osztályt választod?"
+
+#: ../../install_steps_interactive.pm_.c:102
+msgid "Install/Upgrade"
+msgstr "Telepítés/Frissítés"
+
+#: ../../install_steps_interactive.pm_.c:102
+msgid "Is this an install or an upgrade?"
+msgstr "Telepítés vagy frissítés?"
-#: ../install_steps_interactive.pm_.c:101
+#: ../../install_steps_interactive.pm_.c:110
+msgid "Automated"
+msgstr "Automatikus"
+
+#: ../../install_steps_interactive.pm_.c:112
+#: ../../install_steps_interactive.pm_.c:124
msgid "Customized"
msgstr "Egyedi"
-#: ../install_steps_interactive.pm_.c:102
+#: ../../install_steps_interactive.pm_.c:113
+#: ../../install_steps_interactive.pm_.c:124
msgid "Expert"
msgstr "Haladó"
-#: ../install_steps_interactive.pm_.c:104
-#: ../install_steps_interactive.pm_.c:118
-msgid "Install Class"
-msgstr "Telepítési mód"
+#: ../../install_steps_interactive.pm_.c:122
+msgid ""
+"Are you sure you are an expert? \n"
+"You will be allowed to make powerfull but dangerous things here."
+msgstr ""
+"Biztos vagy benne, hogy haladó vagy? \n"
+"Hatékony de veszélyes dolgokat engedélyezek ezzel a opcióval."
-#: ../install_steps_interactive.pm_.c:105
-msgid "What installation class do you want?"
-msgstr "Melyik telepítési módot választod?"
+#: ../../install_steps_interactive.pm_.c:129
+msgid "Upgrade"
+msgstr "Frissítés"
-#: ../install_steps_interactive.pm_.c:114
+#: ../../install_steps_interactive.pm_.c:135
msgid "Normal"
msgstr "Szokásos"
-#: ../install_steps_interactive.pm_.c:115
+#: ../../install_steps_interactive.pm_.c:136
msgid "Development"
msgstr "Fejlesztõ"
-#: ../install_steps_interactive.pm_.c:116
+#: ../../install_steps_interactive.pm_.c:137
msgid "Server"
msgstr "Szerver"
-#: ../install_steps_interactive.pm_.c:119
-msgid "What usage do you want?"
-msgstr "Mire akarod használni?"
+#: ../../install_steps_interactive.pm_.c:141
+msgid "Which usage is your system used for ?"
+msgstr "Milyen célra szeretnéd használni a gépet?"
-#: ../install_steps_interactive.pm_.c:132 ../standalone/mousedrake_.c:25
-msgid "What is the type of your mouse?"
-msgstr "Milyen típusú egered van?"
+#: ../../install_steps_interactive.pm_.c:152
+msgid "Please, choose the type of your mouse."
+msgstr "Jelöld meg az egér típusát."
-#: ../install_steps_interactive.pm_.c:140 ../standalone/mousedrake_.c:38
+#: ../../install_steps_interactive.pm_.c:160 ../../standalone/mousedrake_.c:38
msgid "Mouse Port"
msgstr "Egér Port"
-#: ../install_steps_interactive.pm_.c:141 ../standalone/mousedrake_.c:39
-msgid "Which serial port is your mouse connected to?"
-msgstr "Melyik soros porthoz csatlakozik az egered?"
+#: ../../install_steps_interactive.pm_.c:161
+msgid "Please choose on which serial port your mouse is connected to."
+msgstr "Válaszd ki, hogy melyik soros porthoz csatlakozik az egered."
-#: ../install_steps_interactive.pm_.c:157
+#: ../../install_steps_interactive.pm_.c:172
+msgid "Configuring IDE"
+msgstr "IDE Beállítások"
+
+#: ../../install_steps_interactive.pm_.c:172
+msgid "IDE"
+msgstr "IDE"
+
+#: ../../install_steps_interactive.pm_.c:182
msgid "no available partitions"
msgstr "nincs elérhetõ partíció"
-#: ../install_steps_interactive.pm_.c:159
+#: ../../install_steps_interactive.pm_.c:184
#, c-format
-msgid "(%dMb)"
-msgstr "(%dMb)"
+msgid "(%dMB)"
+msgstr "(%dMB)"
-#: ../install_steps_interactive.pm_.c:166
-msgid "Which partition do you want to use as your root partition"
-msgstr "Melyik partíciót szeretnéd root partícióként használni?"
+#: ../../install_steps_interactive.pm_.c:191
+msgid "Please choose a partition to use as your root partition."
+msgstr "Válaszd ki a root partíciót."
-#: ../install_steps_interactive.pm_.c:173
+#: ../../install_steps_interactive.pm_.c:198
msgid "Choose the mount points"
msgstr "Válaszd ki a mount pontokat"
-#: ../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:210
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Újra kell indítanod a gépet, hogy a partíciós tábla változásai érvényre \n"
"jussanak"
-#: ../install_steps_interactive.pm_.c:207
+#: ../../install_steps_interactive.pm_.c:236
msgid "Choose the partitions you want to format"
msgstr "Válaszd ki a formázandó partíciót"
-#: ../install_steps_interactive.pm_.c:211
+#: ../../install_steps_interactive.pm_.c:240
msgid "Check bad blocks?"
-msgstr ""
+msgstr "Ellenõrizzem a rossz blokkokat?"
+
+#: ../../install_steps_interactive.pm_.c:248
+msgid "Formatting partitions"
+msgstr "A partíciók formázása"
-#: ../install_steps_interactive.pm_.c:230
+#: ../../install_steps_interactive.pm_.c:252
+#, c-format
+msgid "Creating and formatting file %s"
+msgstr "%s fájl létrehozása és formázása"
+
+#: ../../install_steps_interactive.pm_.c:255
+msgid "Not enough swap to fulfill installation, please add some"
+msgstr "Elfogyott a swap terület, növeld meg a telepítés befejezéséhez"
+
+#: ../../install_steps_interactive.pm_.c:261
msgid "Looking for available packages"
msgstr "Az elérhetõ csomagok keresése"
-#: ../install_steps_interactive.pm_.c:236
+#: ../../install_steps_interactive.pm_.c:267
msgid "Finding packages to upgrade"
msgstr "A frissítendõ csomagok keresése"
-#: ../install_steps_interactive.pm_.c:266
-#, c-format
-msgid ""
-"You need %dMB for a full install of the groups you selected.\n"
-"You can go on anyway, but be warned that you won't get all packages"
+#: ../../install_steps_interactive.pm_.c:284
+msgid "Your system has not enough space left for installation or upgrade"
msgstr ""
-#: ../install_steps_interactive.pm_.c:290
+#: ../../install_steps_interactive.pm_.c:317
msgid "Package Group Selection"
msgstr "Csomag csoportok kiválasztása"
-#: ../install_steps_interactive.pm_.c:326
+#: ../../install_steps_interactive.pm_.c:320
+msgid "Individual package selection"
+msgstr "Egyedi csomagok kivállasztása"
+
+#: ../../install_steps_interactive.pm_.c:360
+msgid ""
+"If you have all the CDs in the list below, click Ok.\n"
+"If you have none of those CDs, click Cancel.\n"
+"If only some CDs are missing, unselect them, then click Ok."
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:363
+#, c-format
+msgid "Cd-Rom labeled \"%s\""
+msgstr "A \"%s\" cimkéjû CD-ROM"
+
+#: ../../install_steps_interactive.pm_.c:391
msgid ""
"Installing package %s\n"
"%d%%"
@@ -2184,55 +2746,55 @@ msgstr ""
"A %s csomag telepítése\n"
"%d%%"
-#: ../install_steps_interactive.pm_.c:335
-msgid "Post install configuration"
+#: ../../install_steps_interactive.pm_.c:400
+msgid "Post-install configuration"
msgstr "Telepítés utáni beállítások"
-#: ../install_steps_interactive.pm_.c:346
+#: ../../install_steps_interactive.pm_.c:410
msgid "Keep the current IP configuration"
msgstr "A jelenlegi IP beállítás megtartása"
-#: ../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:411
msgid "Reconfigure network now"
msgstr "A hálózat újrakonfigurálása"
-#: ../install_steps_interactive.pm_.c:348
-#: ../install_steps_interactive.pm_.c:360
+#: ../../install_steps_interactive.pm_.c:412
msgid "Do not set up networking"
msgstr "Ne állítsd be a hálózatot"
-#: ../install_steps_interactive.pm_.c:350
-#: ../install_steps_interactive.pm_.c:358
+#: ../../install_steps_interactive.pm_.c:415
+#: ../../install_steps_interactive.pm_.c:420
msgid "Network Configuration"
msgstr "Hálózati beállítás"
-#: ../install_steps_interactive.pm_.c:351
+#: ../../install_steps_interactive.pm_.c:416
msgid "Local networking has already been configured. Do you want to:"
msgstr "A lokális hálózat már ben van állítva. Szeretnéd:"
-#: ../install_steps_interactive.pm_.c:359
-msgid "Do you want to configure networking for your system?"
-msgstr "Szeretnéd beállítani a hálózatot a rendszeren?"
-
-#: ../install_steps_interactive.pm_.c:360
-msgid "Dialup with modem"
-msgstr "Csatlakozás modemmel"
-
-#: ../install_steps_interactive.pm_.c:360
-msgid "Local LAN"
-msgstr "Lokális hálózat (LAN)"
+#: ../../install_steps_interactive.pm_.c:421
+msgid "Do you want to configure a local network for your system?"
+msgstr "Szeretnéd beállítani a lokális hálózatot a rendszeren?"
-#: ../install_steps_interactive.pm_.c:369
+#: ../../install_steps_interactive.pm_.c:427
msgid "no network card found"
msgstr "nem találtam hálózati kártyát"
-#: ../install_steps_interactive.pm_.c:399
-#: ../install_steps_interactive.pm_.c:400
+#: ../../install_steps_interactive.pm_.c:449
+msgid "Modem Configuration"
+msgstr "A Modem Beállításai"
+
+#: ../../install_steps_interactive.pm_.c:450
+msgid ""
+"Do you want to configure a dialup connection with modem for your system?"
+msgstr "Szeretnéd beállítani a modemes hálózatot a rendszeren?"
+
+#: ../../install_steps_interactive.pm_.c:462
+#: ../../install_steps_interactive.pm_.c:463
#, c-format
msgid "Configuring network device %s"
msgstr "%s hálózati csatoló beállítása"
-#: ../install_steps_interactive.pm_.c:401
+#: ../../install_steps_interactive.pm_.c:464
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -2242,31 +2804,31 @@ msgstr ""
"Minden mezõbe IP számot írjál pontozott decimális formátumban (pl.:\n"
"1.2.3.4)."
-#: ../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:467
msgid "Automatic IP"
msgstr "Automatikus IP cím"
-#: ../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:467
msgid "IP address:"
msgstr "IP cím:"
-#: ../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:467
msgid "Netmask:"
msgstr "Hálózati maszk:"
-#: ../install_steps_interactive.pm_.c:405
+#: ../../install_steps_interactive.pm_.c:468
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../install_steps_interactive.pm_.c:411 ../printerdrake.pm_.c:149
+#: ../../install_steps_interactive.pm_.c:474 ../../printerdrake.pm_.c:89
msgid "IP address should be in format 1.2.3.4"
msgstr "IP cím, a formátuma 1.2.3.4"
-#: ../install_steps_interactive.pm_.c:429
+#: ../../install_steps_interactive.pm_.c:492
msgid "Configuring network"
msgstr "Hálózat beállítása"
-#: ../install_steps_interactive.pm_.c:430
+#: ../../install_steps_interactive.pm_.c:493
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -2277,90 +2839,80 @@ msgstr ""
"A teljes nevet kell beírnod, pl: ``mybox.mylab.myco.com''.\n"
"Beírhatod még az átjáród (gateway) IP címét is, ha van ilyened."
-#: ../install_steps_interactive.pm_.c:434
+#: ../../install_steps_interactive.pm_.c:497
msgid "DNS server:"
msgstr "DNS szerver:"
-#: ../install_steps_interactive.pm_.c:434
+#: ../../install_steps_interactive.pm_.c:497
msgid "Gateway device:"
msgstr "Átjáró eszköz:"
-#: ../install_steps_interactive.pm_.c:434
+#: ../../install_steps_interactive.pm_.c:497
msgid "Gateway:"
msgstr "Átjáró (gateway):"
-#: ../install_steps_interactive.pm_.c:434
+#: ../../install_steps_interactive.pm_.c:497
msgid "Host name:"
msgstr "Gépnév:"
-#: ../install_steps_interactive.pm_.c:447
+#: ../../install_steps_interactive.pm_.c:510
msgid "Try to find a modem?"
msgstr "Megkeressem a modemet?"
-#: ../install_steps_interactive.pm_.c:457
-msgid "Which serial port is your modem connected to?"
-msgstr "Melyik soros porthoz csatlakozik a modemed?"
+#: ../../install_steps_interactive.pm_.c:521
+msgid "Please choose which serial port your modem is connected to."
+msgstr "Válaszd ki, hogy melyik soros porthoz csatlakozik a modemed."
-#: ../install_steps_interactive.pm_.c:462
+#: ../../install_steps_interactive.pm_.c:527
msgid "Dialup options"
msgstr "Modemes csatlakozás beállításai"
-#: ../install_steps_interactive.pm_.c:463
+#: ../../install_steps_interactive.pm_.c:528
msgid "Connection name"
msgstr "Csatlakozás neve"
-#: ../install_steps_interactive.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:529
msgid "Phone number"
msgstr "Telefonszám"
-#: ../install_steps_interactive.pm_.c:465
+#: ../../install_steps_interactive.pm_.c:530
msgid "Login ID"
msgstr "Felhasználói név"
-#: ../install_steps_interactive.pm_.c:466
-#: ../install_steps_interactive.pm_.c:578
-#: ../install_steps_interactive.pm_.c:624
-#: ../install_steps_interactive.pm_.c:724 ../standalone/adduserdrake_.c:40
-msgid "Password"
-msgstr "Jelszó"
-
-#: ../install_steps_interactive.pm_.c:467
+#: ../../install_steps_interactive.pm_.c:532
msgid "Authentication"
msgstr "Autentikáció"
-#: ../install_steps_interactive.pm_.c:467
+#: ../../install_steps_interactive.pm_.c:532
msgid "CHAP"
msgstr "CHAP"
-#: ../install_steps_interactive.pm_.c:467
+#: ../../install_steps_interactive.pm_.c:532
msgid "PAP"
msgstr "PAP"
-#: ../install_steps_interactive.pm_.c:467
+#: ../../install_steps_interactive.pm_.c:532
msgid "Script-based"
msgstr "Szkript-tel"
-#: ../install_steps_interactive.pm_.c:467
+#: ../../install_steps_interactive.pm_.c:532
msgid "Terminal-based"
msgstr "Terminálon keresztül"
-#: ../install_steps_interactive.pm_.c:468
+#: ../../install_steps_interactive.pm_.c:533
msgid "Domain name"
msgstr "Tartománynév"
-#: ../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:535
msgid "First DNS Server"
msgstr "Elsõdleges névkiszolgáló"
-#: ../install_steps_interactive.pm_.c:470
+#: ../../install_steps_interactive.pm_.c:536
msgid "Second DNS Server"
msgstr "Másodlagos névkiszolgáló"
-#: ../install_steps_interactive.pm_.c:483
-msgid "Bringing up the network"
-msgstr "Hálózat indítása"
-
-#: ../install_steps_interactive.pm_.c:492
+#: ../../install_steps_interactive.pm_.c:549
+#, fuzzy
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -2377,7 +2929,7 @@ msgid ""
"In addition customer and/or end user shall particularly be aware to not "
"infringe\n"
"the laws of his/their jurisdiction. Should customer and/or end user do not\n"
-"respect the provision of these applicable laws, he/they will incur serious\n"
+"respect the provision of these applicable laws, he/they will incure serious\n"
"sanctions.\n"
"\n"
"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
@@ -2398,127 +2950,102 @@ msgid ""
"Altadena California 91001\n"
"USA"
msgstr ""
+"Most lehetõség nyílik arra, hogy titkosítással foglalkozó szoftverrészeket\n"
+"tölts le.\n"
+"\n"
+"FIGYELEM:\n"
+"\n"
+"Mivel a titkosítással foglalkozó szoftvermodulok használatát különbözõ "
+"törvények szabályozzák, kizárólag a fogyasztó és/vagy felhasználó "
+"felelõssége eldönteni, hogy jogosult-e letölteni, tárolni és/vagy használni "
+"a kérdéses szoftvert.\n"
+" "
-#: ../install_steps_interactive.pm_.c:523
+#: ../../install_steps_interactive.pm_.c:580
msgid "Choose a mirror from which to get the packages"
msgstr "Válassz tükörkiszolgálót, ahonnan letöltöd a csomagokat"
-#: ../install_steps_interactive.pm_.c:528
+#: ../../install_steps_interactive.pm_.c:588
msgid "Contacting the mirror to get the list of available packages"
msgstr ""
"Kapcsolatfelvétel a tükörkiszolgálóval, elérhetõ csomagok listájának "
"letöltése"
-#: ../install_steps_interactive.pm_.c:532
-msgid "Which packages do you want to install"
-msgstr "Mely csomagokat telepítsem?"
-
-#: ../install_steps_interactive.pm_.c:534
-msgid "Downloading cryptographic packages"
-msgstr "A titkosító csomagok letöltése"
+#: ../../install_steps_interactive.pm_.c:592
+msgid "Please choose the packages you want to install."
+msgstr "Válaszd ki a telepítendõ csomagokat"
-#: ../install_steps_interactive.pm_.c:544
+#: ../../install_steps_interactive.pm_.c:606
msgid "Which is your timezone?"
msgstr "Melyik idõzónában vagy?"
-#: ../install_steps_interactive.pm_.c:545
+#: ../../install_steps_interactive.pm_.c:607
msgid "Is your hardware clock set to GMT?"
msgstr "A hardver órád (BIOS) GMT idõt mutat?"
-#: ../install_steps_interactive.pm_.c:555
-msgid "Printer"
-msgstr "Nyomtató"
-
-#: ../install_steps_interactive.pm_.c:556
-msgid "Would you like to configure a printer?"
-msgstr "Szeretnél beállítani egy nyomtatót?"
-
-#: ../install_steps_interactive.pm_.c:576
+#: ../../install_steps_interactive.pm_.c:652
msgid "No password"
msgstr "Nincs jelszó"
-#: ../install_steps_interactive.pm_.c:576
-#: ../install_steps_interactive.pm_.c:798 ../interactive.pm_.c:74
-#: ../interactive.pm_.c:84 ../interactive.pm_.c:164
-#: ../interactive_newt.pm_.c:50 ../interactive_newt.pm_.c:97
-#: ../interactive_stdio.pm_.c:27 ../my_gtk.pm_.c:192 ../my_gtk.pm_.c:425
-#: ../my_gtk.pm_.c:525
-msgid "Ok"
-msgstr "Ok"
-
-#: ../install_steps_interactive.pm_.c:579
-#: ../install_steps_interactive.pm_.c:625
-#: ../install_steps_interactive.pm_.c:725 ../standalone/adduserdrake_.c:41
-msgid "Password (again)"
-msgstr "Jelszó (újra)"
-
-#: ../install_steps_interactive.pm_.c:581
+#: ../../install_steps_interactive.pm_.c:657
msgid "Use shadow file"
msgstr "\"Shadow\" fájl alkalmazása"
-#: ../install_steps_interactive.pm_.c:581
+#: ../../install_steps_interactive.pm_.c:657
msgid "shadow"
msgstr "shadow"
-#: ../install_steps_interactive.pm_.c:582
+#: ../../install_steps_interactive.pm_.c:658
msgid "MD5"
msgstr "MD5"
-#: ../install_steps_interactive.pm_.c:582
+#: ../../install_steps_interactive.pm_.c:658
msgid "Use MD5 passwords"
msgstr "MD5 jelszavak alkalmazása"
-#: ../install_steps_interactive.pm_.c:584
+#: ../../install_steps_interactive.pm_.c:660
msgid "Use NIS"
msgstr "NIS használata"
-#: ../install_steps_interactive.pm_.c:584
+#: ../../install_steps_interactive.pm_.c:660
msgid "yellow pages"
msgstr "yellow pages"
-#: ../install_steps_interactive.pm_.c:588
-#: ../install_steps_interactive.pm_.c:636
-#: ../install_steps_interactive.pm_.c:736 ../standalone/adduserdrake_.c:52
-msgid "Please try again"
-msgstr "Próbálkozz újra"
-
-#: ../install_steps_interactive.pm_.c:588
-#: ../install_steps_interactive.pm_.c:636
-#: ../install_steps_interactive.pm_.c:736 ../standalone/adduserdrake_.c:52
-msgid "The passwords do not match"
-msgstr "A jelszavak nem egyeznek"
-
-#: ../install_steps_interactive.pm_.c:590
+#: ../../install_steps_interactive.pm_.c:666
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
-msgstr ""
+msgstr "Ez a jelszó túl egyszerû (legalább %d karakter kell)"
-#: ../install_steps_interactive.pm_.c:597
+#: ../../install_steps_interactive.pm_.c:673
msgid "Authentification NIS"
msgstr "NIS azonosítás"
-#: ../install_steps_interactive.pm_.c:598
+#: ../../install_steps_interactive.pm_.c:674
msgid "NIS Domain"
msgstr "NIS tartomány"
-#: ../install_steps_interactive.pm_.c:598